@charset "utf-8";
/* CSS Document */
body{
	font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
img{
	border: 1px solid #000;
	box-sizing: border-box;
	vertical-align: bottom;
}
.container{
	max-width: 1080px;
	padding: 15px;
}
.page-contents .container{
	max-width: 800px;
}
@media screen and (min-width: 1408px){
	.page-contents .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 800px;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand,h1, h2, h3, h4, h5, h6, nav {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
a{
	text-decoration: none;
}
.red{
	color: red;
}
.redbox{
	padding: 10px;
	border:  2px solid red;
	background: #FFF;
	color: red;
	font-weight: bold;
}
nav img{
	border: none;
}
header{
	border-top: 3px solid #2c3e50;
	box-shadow: rgb(113 135 164 / 12%) 0px 0px 5px 2px;
	background: url("../img/dust_scratches.webp");
}
nav{
	max-width: 1200px;
	margin: auto;
	background: url("../img/dust_scratches.webp");
}
.navbar-dark .navbar-nav .nav-link{
	color: #FFF;
}
.navbar a{
	color: #333;
}
.nav-item{
	font-size: 15px;
	color: #333;
}
.pc-only{
	display: none;
}
.header-tel {
  font-size: 1.1em;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .navbar-brand{
	padding-right: 40px;
}
	.sm-only{
		display: none;
	}
	.pc-only{
		display: inline;
	}
}

.mini{
	font-size: 0.8em;
	color: #2c3e50;
}
.bg01{
	padding: 15px 0 15px;;
	background: #FFF;
}
.bg02{
	padding: 1px 0 1px;
}
p{
	margin-bottom: 1.3rem;
}
h1{
	font-weight: bold;
	margin-bottom: 0;
	padding: 15px;
	font-size: 22px;
}
#page{
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	background: url("../img/h1-bg.jpg")center;
	background-size: cover;
}
#page h1{
	font-size: 20px;
	padding: 15px 5px;
    display: inline-block;
    position: relative;
	background: rgba(0,0,0,0.5);
	color: #FFF;
}
h2{
	color: #FFFFFF;
	font-size: 19px;
	padding: 0.8rem 1rem;
	margin: 10px auto 35px;
    position: relative;
	font-weight: bold;
	border-radius: 10px;
	background: #094;
}
h2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 11px 11px 0 11px;
  border-style: solid;
  border-color: #094 transparent transparent transparent;
}
.bg01 h3{
	background: #34495e;
	color: #FFF;
}
.bg02 h3{
	background: #FFFFFF;
}
.bg02 .box h3{
	background: #eeeeee;
}
h3.h3green{
  background: #34495e;
	color: #FFFFFF;
}
footer h3{
	padding: 0;
	margin-top: 5px;
	font-family: 'Rock Salt', cursive;
}
h4{
	font-size: 17px;
	font-weight: bold;
	padding: 2px 8px 2px 12px;
	border-left: solid 3px #34495e;
	margin: 25px 0 25px;
}
main ul li{
	margin-bottom: 12px;
}
main ul {
  list-style: none;
  padding: 0;
}
main ul li {
  position: relative;
  padding: 0em 0.3em 0em 1.3em;
  margin-bottom: 8px;
  color: #333;
  font-size: 15px;
}
main ul.inline-list li {
  font-size: 15px;
  padding-right: 1em;
  margin-right: 1em;
  display: inline-block;
}
footer ul.inline-list li {
  font-size: 15px;
  padding-right: 1em;
  margin-right: 1em;
  display: inline-block;
}
main ul li:before {
  position:absolute;
	content:'';
	top: 0.2em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #489380;
}
main ul.nedan{
	background: #FFF;
	padding: 3px 0px 3px;
	margin-bottom: 20px;
	border: 2px solid #333;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
main ul.nedan li:before {
  position:absolute;
	content:none;
}
main ul.nedan li{
	font-weight: bold;
	border-bottom: 2px solid #333;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 0.3em;
	margin-bottom: 0;
	list-style: none;
}
main ul.nedan li:last-child{
	border-bottom: none;
}
table.table{
	background: #FFF;
}
/*
table.table tr:nth-child(2n){
	background: #ffffc8;
}
*/
table.table th{
	vertical-align: middle;
	padding: 20px 10px;
	font-size: 15px;
	background: #666;
	color: #FFF;
	text-align: center;
	min-width: 70px;
}
table.table td{
	padding: 20px 10px;
	vertical-align: middle;
}
.tenpo table.table th,.tenpo table.table td{
	width: 33.333333%;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
.box{
	border: 4px solid #999999;
	margin: 30px auto 40px;
	padding: 1rem 1rem 0.5rem;
	background: #FFF;
}
.bg02 .box{
	background: #FFF;
}

/*footer*/
footer .container {
  max-width: 900px;
  margin: auto;
}
footer .w800 {
  max-width: 800px;
  margin: auto;
}
footer .box {
  position: relative;
  background: #FFF;
  border: 1px solid #000;
  background-size: cover;
  color: #000;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  max-width: 380px;
  background: url("../img/eigyo-bg.jpg");
  background-position: center;
}
footer .box p {
  padding-left: 20%;
  margin-bottom: 1px;
  color: #000;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
  font-size: 1.1rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
footer h3 {
	font-weight: bold;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'Rock Salt', cursive;
  color: #f1c40f;
  text-align: left;
  text-align: center;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
footer .box img {
  position: absolute;
  border: none;
  right: 150px;
  top: 40px;
}
footer .box img.kaiten45 {
  transform: rotate(-45deg);
}
footer .box img.kokowoclick {
  right: 5px;
  top: 55px;
  z-index: 2;
}
footer .column {
  padding: 0;
}
footer p {
  margin-bottom: 8px;
}
a img:hover {
  opacity: 0.75;
}
footer {
  background: url("../img/dust_scratches.webp");
  padding: 10px 0px 15px;
  color: #FFFFFF;
}
footer a {
  color: #333333;
}
footer .box a {
  color: #000;
}
footer .box h3 a {
  color: #f1c40f;
}
footer .box2 {
	margin-top: 25px;
  border: 5px double #000;
  color: #000;
  padding: 15px;
}
footer .box2 h2 {
  color: #FFF;
  text-shadow: none;
}
footer .box2 h2:before {
  background: #000;
}
footer img.img-border4 {
	margin-top: 25px;
  border: 2px solid #000;
  box-sizing: border-box;
}
aside .copy {
  background: #333333;
  color: #FFF;
  padding: 8px;
}
aside{
	text-align: center;
}
@media (max-width: 768px) {
  footer .column {
    padding: 0 0;
  }
}


aside .copy{
	background: #094;
	color: #FFF;
	padding: 8px;
}


/*トップ画像メニュー*/
.menu-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxb{
	width: 48%;
	margin-bottom: 25px;
}
.boxb p{
	margin-bottom: 0;
}
.boxb h3{
	line-height: 1.2em;
	border: 1px solid #000;
	font-size: 15px;
}
.boxb h3 a{
	display: block;
	padding: 5px;
	height: 80px;
	color: #333;
}
@media (min-width: 992px) {
	.boxb{
		width: 24%;
	}
	.boxb h3 a{
		height: 60px;
	}
  
}
@media (max-width: 992px) {
  
}

/*スライドボタン*/
.mobile-fotter{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}

.mobile-fotter img{
	border: none;
}

.mobile-fotter ul{
	padding:0;
	margin:0;
	width: 100%;
	background: #FFF;
	display: table;
}

.mobile-fotter ul li{
	list-style: none;
	width: 100%;
	display: table-cell;
	text-align: center;
        padding: 0;
	margin:0;
}
.mobile-fotter ul li img{
 max-width: 100%;
}
.mobile-fotter ul li:first-child{
	
}

.mobile-fotter ul li a{
	display: inline-block;
	width: 100%;
	padding: 0px 0;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration: none;
}

.section-inverse{
	background:#74b9ff;
}
@media (min-width: 768px){
	.mobile-fotter{
		display: none;
	}
}
