@charset "UTF-8";

/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Yomogi', cursive;*/


@media print, screen and (max-width: 767px) {

	/*==== base ====*/
  body {
    min-width: 100%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
.btn_more a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 38px;
  background-position: top 15px right 5px;
}
.inner {
width: 90%;
margin: 0 auto;
}
h2 {
font-size: 3rem;
}
h2:after {
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: top center;
    bottom: -27px;
}
h2 + .catch {
font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 29px;
    padding-bottom: 22px;
}
p {
font-size: 1.4rem;
}
.floatR {
  padding-left: 10px;
}

	/*==== header ====*/
  header h1,
  header h1 img {
  width: 150px;
  } 
  header,
  .mainvisual,
  ul#main_slide,
  .slider li{
  width: 100%;
  height: 500px;
  }
  
	/*==== menu ====*/
	.global_nav_pc {
		display: none;
	}
	.global_nav_sp {
		width: 100%;
		height: 70px;
		display: block;
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 9999;
	}
/*	header .global_nav_sp .logo_sp {
		display: inline-block;
		position: relative;
		padding: 9px 0;
	    z-index: 3;
	}
	header .global_nav_sp .logo_sp img {
		width: 180px;
		margin: 0 0 0 12px;
	}*/
	.global_nav_sp.smaller {
		height: 70px;
	}
	.global_nav_sp .menu_sp {
		display: none;
    	position: fixed;
    	top: 0;
    	right: 0;
    	width: 100%;
    	height: 100vh;
    	z-index: 1;
    	overflow: auto;
    	-webkit-overflow-scrolling: touch;
    	overflow-scrolling: touch;
    	background: rgba(255,255,255,0.5);
	}
	.menu_sp ul {
	    border-bottom: 0px solid rgba(188,197,192,0.5);
	}
	.menu_sp > ul {
	    padding-top: 68px;
      display: block;
	}
	.menu_sp ul li {
	    background: rgba(255,255,255,0.9);
	}
	.menu_sp ul li.contact {
		background: #000;
	}
	.global_nav_sp .menu_sp ul li a {
  text-align: left;
		display: block;
		position: relative;
		color: #fff;
    background-color: #78A9B2;
		font-size: 1em;
		line-height: 1.3;
		text-decoration: none;
		border-top: 1px solid rgba(188,197,192,0.5);
		padding: 14px 40px 14px 30px;
		box-sizing: border-box;
	}
	.global_nav_sp .menu_sp ul li.contact a {
		color: #fff;
	}
  .menu_sp ul li a::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: inline-block;
    width: 2px;
    height: 12px;
    background: url(../images/line_dot.svg) no-repeat 0 center;
    background-size: contain;
    z-index: 1;
}
	.menu_sp ul li a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    z-index: 2;
	}
	.menu_sp ul li.cvn {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 34px;
    }
	.menu_sp ul li.cvn a {
       border-radius: 34px;
    background: #6989B1 url(../images/icon_contact_w.svg) no-repeat left 100px center;
    background-size: 21px auto;
    padding-left: 54px;
    text-align: center;
    background-image: ;
}
	.menu_sp ul li.cvn a::before {
    display: none;
}
/*.menu_sp ul li.cvm {
    width: 100%;
    text-align: center!important;
    margin: 10px 10px 5px;
    border-radius: 34px;
    background: #3f5a8e url(../images/icon_contact_w.svg) no-repeat right center;
    background-size: contain;
}
.menu_sp ul li.cvm a {
    padding: 0 15px!important;
    border-bottom: none;
    line-height: 63px;
}*/

  nav {
  padding-top: 0;
  }
  nav ul li a span {
  display: none;
  }


	/*==== menu.js ====*/
	.toggle {
position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    transition: all .7s ease;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(0 0 0.75rem #BDC7CC);
	}
	.bar {
position: relative;
    top: 10px;
    right: 0;
    display: block;
    height: 2px;
    width: 28px;
    background: #78A9B2;
    margin: 6px auto;
    transition: all .7s ease;
    z-index: 2;
	}
	.smaller .bar{
		background: #000;
	}
	.middle {
		margin: 0 auto;
	}
	.toggle.on .top {
		-webkit-transform: translateY(8px) rotateZ(45deg);
		transform: translateY(8px) rotateZ(45deg);
	}
	.toggle.on .bottom {
		-webkit-transform: translateY(-8px) rotateZ(-45deg);
		transform: translateY(-8px) rotateZ(-45deg);
	}
	.toggle.on .middle {
		width: 0;
	}

/*==== main ====*/
main {
    background-position: top center,top 3282px center, bottom -100px center;
}
section {
    margin-bottom: 30px;
}

/*==== news ====*/
#news {
    padding: 30px 0;
    margin-bottom: 0;
}
.note_area {
width: 100%;
margin-bottom: 20px;
}
.note_area ul > * {
    flex-basis: 100%;
}
.note_area img {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    width: 40%;
    float: right;
    padding-right: 0;
    padding-left: 10px;
}
.note_area ul {
    gap: 0;
}
.note_area ul li a {
   border-bottom: 1px solid #B3AEAE;
   display: block;
   padding-bottom: 20px;
      padding-top: 20px;

}
.note_area ul li:first-child a {
   border-top: 1px solid #B3AEAE;

}
.note_area ul li p {
    font-size: 1.3rem;
}
.note_area ul li time {
    font-size: 1.2rem;
}
.note_area ul li h3 {
   font-size: 1.5rem;
}
.sns_area  {
   margin-bottom: 30px;
}
.sns_area dl {
    width: 100%;
}
.sns_area dt {
display: none;
}
.sns_area dd {
    width: 100%;
    flex-wrap: wrap;
}
.sns_area .btn_more,
.sns_area .btn_more a {
    width: 100%;
}
.sns_area dd .btn_more a{
  margin-bottom: 10px;
  line-height: 41px;
  background-size: auto 19px;
  background-position: top 10px left 54px;
}
.sns_area dd .btn_more a.insta {
   background-position: top 10px left 115px;
}
.sns_area dd .btn_more a.facebook {
   background-position: top 10px left 115px;
}
.sns_area dd .btn_more a.youtube {
   background-position: top 10px left 113px;
}
.info_area {
    width: 100%;
    height: auto;
    background-image: url("../images/concept_bg.jpg");
    backgorund-size: 100% auto;
    background-repeat: repeat;
    margin: 0 auto;
    padding: 15px;
    background-size: 100% auto;
    box-sizing: border-box;
}
.info_area .inner {
    padding-top: 0;
    width: 100%;
    padding: 18px;
    box-sizing: border-box;
    background-color: #fff;
}
.info_area p {
    font-size: 1.4rem;
    text-align: left;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 0;
}
.info_area h3 {
    font-size: 1.8rem;
}

.info_area h3 span {
  padding: 0;
   position: static;
  display: block;
  top: 0;
  left: 0;
  font-size: 1.8rem;
}
.info_area h3 span:after {
display: none;
}
.info_area h3 span:before {
  display: inline-block;
  position: relative;
  left: -7px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.info_area ol > * {
    flex-basis: 100%;
    font-size: 1.4rem;
}
.info_area ol li br {
display: none;
}


#concept {
    padding-top: 0;
        background-repeat: repeat;
    background-size: auto 100%;
}
#concept .inner {
    width: auto;
}
#concept .wrap1 {
    flex-wrap: wrap;
    padding-top: 0;
}
#concept .wrap1 .img_box {
    width: 100%;
}
#concept .wrap1 .img_box img {
    width: 100%;
    position: static;
}
#concept .wrap1 .txt_box {
width: 90%;
margin: 0 auto;
}
#concept h3 {
    font-size: 3rem;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
#concept .catch {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.8;
}
#concept p {
    font-size: 1.4rem;
}
#concept .wrap1 .deco_box img {
 width: 215px;
}
#concept .wrap1 .deco_box {
position: absolute;
    top: 262px;
    right: -39px;
}
#concept .wrap2 {
  position: static;
  height: auto;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  /*border-radius: 10px;*/
  padding: 20px;
  box-sizing: border-box;
}
#concept .wrap2 .txt_box {
width: 100%;
margin-bottom: 0;
}
#concept .wrap2 .img_box {
position: static;
width: 100%;
    margin: 0 auto;
}
#concept .wrap2 .img_box img {
    padding-top: 0;
    width: 100%;
}
#concept .wrap2 .txt_box dt {
    font-size: 1.6rem;
    position: static;
    text-align: center;
    background-color: #78A9B2;
    padding: 6px;
    color: #fff;
        width: 90%;
    margin: 0 auto;
      margin-bottom: 10px;
      /*border-radius: 10px;*/
      }
#concept .wrap2 .txt_box dt img {
    display: none;
}
#concept .wrap2 .txt_box dd {
  position: static;
  background: none;
  width: 100%;
  height: auto;
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px dashed #A4A2A2;
  }
#concept .wrap2 .txt_box dd:last-child {
  border-bottom: none;
  }
#concept .wrap2 .txt_box dd br {

}

#concept .wrap2 .deco_box {
    display: none;
}
#movie .inner {
width: 90%;
}
#movie h2 + .catch {
text-align: left;
}
#movie h2 + .catch br {
display: none;
}
#movie ul{
display: block;
width: 100%;
}
#movie iframe {
width: 100%;
height: 205px;
}
/*
#concept {
    padding-top: 0;
        background-repeat: repeat;
    background-size: auto 100%;
}
#concept .inner {
    width: auto;
}
#concept .wrap1 {
    flex-wrap: wrap;
    padding-top: 0;
}
#concept .wrap1 .img_box {
    width: 100%;
}
#concept .wrap1 .img_box img {
    width: 100%;
    position: static;
}
#concept .wrap1 .txt_box {
width: 90%;
margin: 0 auto;
}
#concept h3 {
    font-size: 4rem;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    margin-top: 10px;
}
#concept .catch {
    font-size: 1.6rem;
    margin-bottom: 15px;
}
#concept p {
    font-size: 1.4rem;
}
#concept .wrap1 .deco_box img {
 width: 215px;
}
#concept .wrap1 .deco_box {
position: absolute;
    top: 277px;
    right: -39px;
}
#concept .wrap2 {
    position: static;
    height: auto;
    flex-wrap: wrap;
}
#concept .wrap2 .txt_box,
#concept .wrap2 .img_box {
    width: 100%;
}
#concept .wrap2 .img_box {
top: -55px;
left: 0;
width: 90%;
    margin: 0 auto;
}
#concept .wrap2 .img_box img {
    padding-top: 0;
    width: 100%;
}
#concept .wrap2 .txt_box dt {
    font-size: 1.6rem;
    position: static;
    text-align: center;
    background-color: #78A9B2;
    padding: 10px;
    color: #fff;
        width: 90%;
    margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 20px;
      border-radius: 10px;
      }
#concept .wrap2 .txt_box dt img {
    display: none;
}
#concept .wrap2 .txt_box dd {
position: relative;
    height: 82px;
}

#concept .wrap2 .txt_box dd:nth-child(2){
    top: 0px;
    left: 0;
}
#concept .wrap2 .txt_box dd:nth-child(3){
    top: -19px;
    right: 0;
}
#concept .wrap2 .txt_box dd:nth-child(4){
   top: -35px;
    left: 0;
}
#concept .wrap2 .txt_box dd:nth-child(5){
   top: -55px;
    left: 155px;
}
#concept .wrap2 .txt_box dd:nth-child(6){
   top: -78px;
    left: 0;
}
#concept .wrap2 .deco_box {
    display: none;
}*/
#class .inner {
width: 90%;
}
.class_list {
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.class_list li {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
}
.class_list li:last-child {
    margin-bottom: 0;
}
.class_list li dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.class_list li dd p {
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.class_list li dd table {
    font-size: 1.4rem;
}
.class_list li dd table th {
width: 20%;
}
.class_list li dd table td {
font-size: 1.4rem;
}
.price_copy {
  font-size: 1.6rem;
  line-height: 1.5;
}
.price_copy + p {
    margin-bottom: 30px;
    text-align: left;
}
#class h3 {
    font-size: 1.8rem;
}
.schedule_area {
     margin-bottom: 50px;
}
.schedule_area iframe {
    width: 100%;
    height: 400px;
}
.schedule_area p {
 text-align: left;
 font-size: 1.1rem;
}
.schedule_area p br {
 display: none;
}
.schedule_area p a {
 display: block;
}
.slide_area ul,
.slide_area ul .slick-list {
height: 150px;
}
.slide_area .slider img {
width: 100%;
    height: 50vw;
    object-fit: cover;
}
#profile {
margin-bottom: 50px;
}
#profile .inner {
width: 90%;
margin: 0 auto;
}
.profile_area {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.profile_area .img_box {
    width: 100%;
}
.profile_area .img_box img {
    width: 200px;
    display: block;
    margin: 0 auto;
}
.profile_area .txt_box h3 {
text-align: center;
font-size: 2rem;
}
.profile_area .txt_box h3 .job {
display: block;
    font-size: 1.5rem;
}
.profile_area .txt_box h3 .en {
    font-size: 1.4rem;
    padding-left: 10px;
}

.history_area {
width: 100%;
display: block;
margin-bottom: 0;
}
.history_area h4 {
writing-mode: horizontal-tb;
border: none;
font-size: 1.8rem;
text-align: center;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;
}
.history_list {
display: block;
padding: 0;
}
.history_list dt:nth-child(1)::before, .history_list dt:nth-child(3)::before, .history_list dt:nth-child(15)::before, .history_list dt:nth-child(19)::before, .history_list dt:nth-child(21)::before, .history_list dt:nth-child(27)::before {
display: none;
}
.history_list dt:nth-child(1), .history_list dt:nth-child(9), .history_list dt:nth-child(13), .history_list dt:nth-child(17), .history_list dt:nth-child(19), .history_list dt:nth-child(25) {
    padding-bottom: 0;
    padding: 5px;
}
.history_list dt {
  width: 100%;
  background-color: #78A9B2;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 1.3rem;
}
.history_list dd {
  width: 100%;
  padding: 5px;
  font-size: 1.3rem;
}
.goods_area {
  width: 100%;
  height: auto;
  background-image: url(../images/concept_bg.jpg);
  backgorund-size: 100% auto;
  background-repeat: repeat;
  margin: 0 auto;
  padding: 15px;
  background-size: 100% auto;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#profile .goods_area .inner {
    padding-top: 0;
    width: 100%;
       padding: 18px;
    box-sizing: border-box;
    background-color: #fff;
}
.goods_area h3 {
font-size: 1.8rem;
padding: 0;
}
.goods_area img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.goods_area p {
fotn-size: 1.4rem;
line-height: 1.5;
}
.sentence_area {
    margin-bottom: 20px;
}
.sentence_area ul {
flex-wrap: wrap;
}
.sentence_area ul li,
.sentence_area li:first-child,
.sentence_area li:last-child {
width: 100%;
border: none;
padding: 0;
margin: 0;
}
.sentence_area li:first-child {
margin-bottom: 20px;
}
.sentence_area h3 {
    font-size: 1.8rem;
    text-align: center;
}
#profile .btn_more a {
    line-height: 40px;
    background-position: top 10px left 67px;
}
.gallery_area {
    width: 100%;
}
.gallery_area ul.slider.multiple-item2.slick-initialized.slick-slider {
  width: 85%;
  margin: 0 auto;
  position: relative;
  height: 200px;
}
.gallery_area img.slide-arrow.slick-prev.slick-arrow {
right: 0;
}
.gallery_area img.slide-arrow.slick-next.slick-arrow {
left: 0;
}
.gallery_area img.slide-arrow.slick-next.slick-arrow,
.gallery_area img.slide-arrow.slick-prev.slick-arrow {
    width: 10px;
    margin: 0 auto;
    bottom: 22px;
    top: 196px;
}
.gallery_area .slick-track,
.gallery_area .slick-list.draggable{
    height: 200px;
}

#contact {
padding-bottom: 30px;
}

#contact .catch {
text-align: left;
}

#contact .catch br {
display: none;
}
#contact table, 
#contact table tr,
#contact table th,
#contact table td{
width: 100%;
display: block;
box-sizing: border-box;
border: none;
}
#contact table th,
#contact table td{
padding: 10px;
}
#contact table td{
padding: 10px 0;
}
#contact table th {
margin-bottom: 5px;
font-size: 1.4rem;
}
#contact input, #contact textarea, #contact select {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    font: 16px Arial;
}
#contact select, #contact input[type="text"], #contact input[type="email"], #contact select#type_select {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}
#contact select#type_select {
padding: 20px;
width: 100%;
}
#contact textarea {
       width: 97%;
    height: 60px;
        height: 100px;
}
#contact .sub {
text-align: left;
}
#contact .sub br {
display: none;
}
#contact input.button, #contact input[type="reset"] {
text-align: center;
background: #fff;
border-radius: 0;
padding: 10px;
font-size: 1.5rem;
}
#contact input.button {
    background: #78A9B2;
    color: #fff;
}

.thanks p {
text-align: left;
}
.thanks br {
display: none;
}
#thanks main {
    width: 100%;
    background-image: url(../images/main_top_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
#thanks h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#thanks h2 br {
 display: block;
}
small {
    font-size: 1rem;
}
  
/*==== side_menu ====*/
 nav.side_menu li.contact {
    display: none;
}
 nav.side_menu ul {
  width: 50px;
  height: 120px;
  top: 76px;
  right: 10px;
}
nav.side_menu li {
width: 50px;
height: 50px;
filter: drop-shadow(0 0 0.75rem #BDC7CC);
}
 nav.side_menu li a {
width: 100%;
height: 100%;
border-radius: 50%;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
background-size: 25px,120%;
background-position: top 12px center,top center;
}
.side_menu li.facebook a {
  background-size: 26px,100%;
  background-size: 25px,120%;
  background-position: top 12px center,top center;
}

}
