@charset "utf-8";

/* サンプル用 */
.cmt {color: #f00;font-size: 24px;}


/****************************************************************************/
/* 共通設定                                                                 */
/****************************************************************************/
* {
  margin:0;
  padding:0;
}

body {
  font-family:'Comic Sans MS', 'Comic Sans','Comic Neue', cursive,'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  line-height: 1.5em;
  text-align:center;
  background-color: #fff;
}

#wrapper {
  padding: 0;
}

ul,li{
  list-style:none;
}
img {max-width: 100%;height: auto;vertical-align: bottom;}
img a{
  border:none;
}
a {transition: .2s;}
a:hover img{
  opacity:0.5;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.imga a:hover img{
  opacity:0;
  filter:alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
.aright{
  text-align:right;
}
.acenter{
  text-align:center;
}
.bline{
  border-bottom:1px dotted #9a9588;
  padding:0 0 10px;
}
/****************************************************************************/
/* フォント                                                        */
/****************************************************************************/
/* 明朝体 */
.bold {
  font-weight: bold;
}

/****************************************************************************/
/* 余白・位置 (汎用)                                                        */
/****************************************************************************/
/* 上余白 */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}
.mt300 {margin-top:300px;}

/* 下余白 */
.mb05  {margin-bottom:5px;}
.mb10  {margin-bottom:10px;}
.mb20  {margin-bottom:20px;}
.mb30  {margin-bottom:30px;}
.mb40  {margin-bottom:40px;}
.mb50  {margin-bottom:50px;}
.mb60  {margin-bottom:60px;}
.mb80  {margin-bottom:80px;}
.mb100 {margin-bottom:100px;}
.mb150 {margin-bottom:150px;}
.mb200 {margin-bottom:200px;}

/* 左余白 */
.ml05 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}

/* 右余白 */
.mr05 {margin-right:5px;}
.mr07 {margin-right:7px;}
.mr08 {margin-right:8px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr40 {margin-right:40px;}

/* 位置 */
.center {text-align:center;}
.right  {text-align:right;}



/****************************************************************************/
/* 文字装飾 (汎用)                                                          */
/****************************************************************************/
/* 文字：コメント・強調等 */
.red       {color:#CC0000;}
.bg_yellow {background-color:#FFFF00;}
.bg_brown  {background-color:#FFFF99;}
.bg_green   {background-color:#CCFEA7;}
.txt18 {font-size: 18px;}
.txt21 {font-size: 21px;}
.txt24 {font-size: 24px;}

/* 文字：リンク */
a.link, a.link:link         {color:#3366CC;border-bottom:1px dotted #3366CC;text-decoration:none;}
a.link:visited              {color:#663366;border-bottom:1px dotted #663366;text-decoration:none;}
a.link:hover, a.link:active {color:#3366CC;border-bottom:1px solid #3366CC;text-decoration:none;}

a img {border:none;}
li img { vertical-align:text-bottom;}



/****************************************************************************/
/* その他 (汎用)                                                            */
/****************************************************************************/
/* 回り込み */
.floatL {float:left;}
.floatR {float:right;}

/* 回り込みのクリア */
.clear {clear:both;font-size:0px;}

/* 情報グルーピング用の区切り線 */
hr {display:none;}

/* 画像枠線 */
img {border:none;}


/****************************************************************************/
/* フッター                                                                 */
/****************************************************************************/
#footer {
  clear:both;
  background-color:#187fc4;
}
#footercontents {
  width:900px;
  padding:0px;
  font-size:14px;
  margin:0px auto;
  padding:20px;
  line-height:1.8em;
  overflow:hidden;
}
#footer ul li {
  list-style:none;
  border-bottom:1px dotted #fff;
  color:#ffffff;
}
#footer .tline {
  border-top:1px dotted #fff;
}
#footer ul{
  width:197px;
}
#footer ul li a {
  color:#ffffff;
  text-decoration:none;
}
#footer ul li a:hover {
  color: #cc9900;
}
#footer ul li img {
  padding:9px 0;
}
.footerL{
  width:414px;
  margin:50px 20px 0 0;
  float:left;
  display:block;
}

.footerR{
  width:426px;
  margin:20px 0 0 0;
  float:right;
  display:block;
}
#footer .ulimg{
  text-align:right;
  margin:20px 0 0 0;
}

#footer p {
  text-align:left;
}

#footer p a {
  color:#ffffff;
  text-decoration: none;
}

#footer p a:hover {
  color: #cc9900;
  text-decoration:underline;
}

address {
  clear:both;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#ffffff;
  padding:10px 0 20px 0;
  text-align:center;
}

h1 {
  font-size: 30px;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 40px;
}

.navi {
  float: right;
  list-style: outside none none;
  margin-right: 20px;
}

.navi > li {
  float: left;
  padding: 0 20px;
}

.navi a {
  text-decoration: none;
  color: #333;
}

.navi a:hover {
  text-decoration: underline;
  color: #ccc;
}

img.mainimg {
  max-width: 1200px;
  width: 100%;
  vertical-align: bottom;
	margin-bottom: 50px;
}
.mainvis {
	max-width: 1200px;
  width: 100%;
	margin: 0 auto 50px;
	position: relative;
}
.mainvis .txt {
	position: absolute;left: 0;top: 0;right: auto;bottom: 0;
	display: flex;justify-content: center;align-items: center;
	width: 100%;
}
.mainvis .txt img {
	max-width: 399px;width: 20%;
	position: absolute;right: 3%;top: 5%;
}

div.inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
}


table {
  margin-bottom: 70px;
  text-align: left;
  width: 100%;
}

th {
  background: #fff none repeat scroll 0 0;
  font-weight: normal;
  padding: 20px;
  vertical-align: top;
  width: 30%;
}

td {
  line-height: 2.5;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

h2 {
  color: #3366CC;
  font-size: 40px;
  font-weight: normal;
  margin: 0 auto 50px;
  text-align: center;
  letter-spacing: 2px;
}

h3 {
  color: #4b4f58;
  font-size: 40px;
  font-weight: normal;
  margin: 0 auto 50px;
  text-align: center;
  letter-spacing: 2px;
}

footer {
  background: #187fc4;
}


.col-r { float:right; }
.col-l { float:left; }
.w40 { width: 40%; }
.clear { clear:both!important; }
li { padding-bottom:10px; text-align:left; }
.flex {display: flex;flex-wrap: nowrap;}
.flex .box { display: block;width: 100%;padding: 20px;}

.about {background: #fff url('../images/first.png') right bottom no-repeat;background-size: contain;}
.about .inner {text-align: left;padding-bottom: 200px;}
.about h2 {text-align: left;}
.about p {line-height: 1.7em;}
.about p + p {margin-top: 2em;}

.schedule {
  margin-top: 30px;
  background: #fff url('../images/schedule.png') center bottom no-repeat;background-size: cover;
}
.schedule h3{color: #fff;line-height: 1.6;display: inline;padding: 3px 10px;text-shadow: 3px 2px 0 #187fc4}
.table-sch {margin: 20px 0 0;}
.table-sch td {font-size: 12px;padding: 10px;}
.table-sch td:nth-of-type(1) {font-size: 10px;}

.map {
  background: #fff url('../images/wave.png') 0 bottom repeat-x;
  padding-bottom: 100px;
}
.map .box {
  background-color: #fafafa;max-width: 600px;margin: 30px auto;
  padding: 30px;
}

.contact {
  background: #fff225 url('../images/footer.png') right bottom no-repeat;
  background-size: 100% auto;
	padding-bottom: 120px;
}
.contact .mov {width: 100%;}
.btn {display: block;background-color: #fff;text-decoration: none;color: #187fc4;padding: 15px;font-size: 20px;}

.btn-insta img {position: relative;z-index: 1;}
.btn-insta span {border: 6px solid #fff;display: block;position: relative;z-index: 1;padding: 5px;}
.btn-insta {background: transparent;margin: 20px;position: relative;}
.btn-insta::after {z-index: 0;content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);transition: .2s;opacity: 1;}
.btn-insta:hover::after {opacity: 0;}
.btn-insta:hover img {opacity: 1;}

/* レスポンシブメニュー */
.logo {
  font-weight: bold;
  letter-spacing: 3px;
  width: 30%;
  text-align: left;
  line-height: 1;
  overflow: visible;
}
.logo a {color: #40434e;text-decoration: none;}
.nav-wrap {
  transition: .2s;
  display: flex;
}
.header {
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0;
}
.nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav li {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
	padding: 0;
}
.nav li a {
  text-decoration: none;
  color: #333;
  font-size: .9em;
	position: relative;
	display: block;
	width: 100%;
	padding: 8px;
}
.nav li::before {
	content: '';position: absolute;left: 0;top: 0;right: 0;bottom: 0;
	background-color: #187fc4;
	z-index: 0;
	border-radius: 20px;
	opacity: 0;
	transition: .2s;
}
.nav li:hover::before {opacity: 1;}
.nav li:hover a {
  color: #fff;
}
.nav-button {
  display: none;
}
.nav-wrap.open {
  display: block;
  opacity: 1;
}
.nav-wrap.close {
  display: none;
}
.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #9cb7c1;
  text-decoration: none;
  color: #fff;
  line-height: 40px;
  width: 40px;
  transition: .2s;
  border: 1px solid #758388;
}
.totop:hover {
  background-color: #fff;
  color: #758388;
}

.btn-i {padding: 0;display: flex;justify-content:flex-start; align-items: center;border: 3px solid #eee;border-radius: 10px;font-size: 24px;}
.btn-i:hover {background-color: #eee;color: #fff;}
.btn-i:hover i img {opacity: 1;}
.btn-i i {padding: 0;margin: 0;background-color: #eee;width: 70px;margin-right: 20px;padding: 10px;}
.btn-i i img {height: 60px;}
.btn-tel i,.btn-tel:hover {background-color: #187fc4;}
.btn-tel {border-color: #187fc4;}
.btn-msg i,.btn-msg:hover {background-color: #365190;}
.btn-msg {border-color: #365190;}
.mt {margin-top: .5em !important;}

@media screen and (min-width: 768px) {
.content {
  padding: 20px;
}
  .nav-wrap{
    width: 50%;
  }
  .company {padding-bottom: 80px;}

}
@media screen and (max-width: 767.8px) {
  .spNone {display: none !important;}
  body {
    overflow-x: hidden;
  }
	.flex {flex-wrap: wrap;}
.flex .box { display: block;width: 100%;padding: 20px;}
	
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    padding-top: 70px;
    opacity: 0;
  }
  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
  .header {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    position:relative;
    height: 70px;
  }
  .logo {
    width: 100%;
  }
  .nav-button {
    z-index: 20;
    position: fixed;
    width: 40px;
    height: 36px;
    right: 5%;
    top: 15px;
    margin: auto;
  }
  h1 img{

    height: 70px;
  }
  .nav {
    flex-direction : column;
  }
  .nav li {
    float: none;

    width: 100%;
    box-sizing: border-box;
  }
  .nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    margin: 15px 10px;
    display: block;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    background: #fff;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    background: #fff;
  }
  div.inner {margin: 0 auto; width: 95%; overflow-x: hidden;padding-top: 40px 5px;}
  th, td { display: block; width: 100%; box-sizing: border-box; }
  th { padding: 10px; }
  td { padding: 10px 0; }
  .w40 { width: 100%; }
  #formWrap { width: 100%; margin: 0 auto 50px; }
  table.formTable th { width: 100%;text-align: left; }
  textarea { width: 100% !important; overflow-x: hidden; }
  address { padding: 20px 0; }
  .mt100 { margin-top: 30px; }
  h3 { font-size: 30px; width: 100%;margin-bottom: 30px; }
  .contact p {text-align: left;}
	.schedule {background-position: center 0;background-size: auto 130%;}
	.table-sch td {display: table-cell;border-bottom: 1px solid  rgba(204, 204, 204, 0.8);}
	.table-sch td:nth-of-type(1) {width: 40%;}
	.map {border-top: 3px solid #187fc4;}
	.totop {bottom: 80px;}
	.footer-fixed {position: fixed;bottom: 0;left: 0;right: 0;z-index: 100;}
	.footer-fixed span {display: none;}
	.footer-fixed i {width: 100%;margin: 0;}
	.footer-fixed .box {padding: 0;width: 100%;}
	.footer-fixed .flex {flex-wrap: nowrap}
	.footer-fixed .btn {width: 100%;border-radius: 0;}
	.footer-fixed .btn-i i img {height: 40px;}
}