@charset "utf-8";

/* .mov-topimg
================================================== */
.mov-topimg {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow:hidden;
}

@media screen and (max-width: 810px) {
.mov-topimg {
  min-height: initial;
  height: 650px;
}
}

@media screen and (max-width: 568px) {
.mov-topimg {
  height: 350px;
}
}

.mov-topimg img {
  width:100%;
  height:auto;
}


#vdo {
  width: 100%;
  height: auto;
  margin:auto;
}

@media screen and (max-width: 1580px) {
#vdo {
  width: 120%;
  margin:0 0 0 -10%;
}
}

@media screen and (max-width: 1280px) {
#vdo {
  width: 140%;
  margin:0 0 0 -20%;
}
}


@media screen and (max-width: 568px) {
#vdo {
  width: 180%;
  margin:0 0 0 -40%;
}
}

#video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:100%;
  z-index:1;
  display:block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/topimg.jpg);
}

#player {
  width: 100%;
  height: auto;
  margin:auto;
  transition: .5s;
}

@media screen and (max-width: 1580px) {
#player {
  width: 120%;
  margin:0 0 0 -10%;
}
}

@media screen and (max-width: 1280px) {
#player {
  width: 140%;
  margin:0 0 0 -20%;
}
}

@media screen and (max-width: 810px) {
#player {
  width: 180%;
  margin:0 0 0 -40%;
}
}

/* .top-info
================================================== */
.top-info {
  width: 100%;
  margin:0 auto;
  padding:4% 0 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

#shop-container{
  width:100%;
  padding:0 0 270px;
  max-width:1500px;
  margin:0 auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/bg-sango.gif);
  position: relative;
}

@media screen and (max-width: 810px) {
#shop-container{
  padding:0 0 200px;
  background-size: auto 220px;
}
}

@media screen and (max-width: 568px) {
#shop-container{
  padding:0 0 130px;
  background-size: auto 150px;
}
}

.kame-ira{
  position: absolute;
  top: 5%;
  right: 10%;
  width:12.5%;
}

@media screen and (max-width: 568px) {
.kame-ira{
  top: 2%;
  width:20%;
  right: 5%;
}
}

.kame-ira img{
  height:auto;
  width:100%;
}

.divr-ira{
  position: absolute;
  top: 5%;
  left: 15%;
  width:6%;
}

.divr-ira img{
  height:auto;
  width:100%;
}

@media screen and (max-width: 568px) {
.divr-ira{
  top: 2%;
  left: 9%;
  width:9%;
}
}

.shop-center h2{
  color:#1D2088;
  line-height:1.6;
  font-size:1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  margin-bottom:20px;
}

@media screen and (max-width: 810px) {
.shop-center h2{
  margin-bottom:15px;
}
}

@media screen and (max-width: 568px) {
.shop-center h2{
  font-size:1.05em;
  margin-bottom:10px;
}
}

.shop-center h2 span{
  font-family: 'Playfair Display', serif;
  font-weight:400;
  font-size:1.2em;
}

.shop-center img{
  margin-bottom:5px;
  width:100%;
  max-width:225px;
  height:auto;
}

@media screen and (max-width: 568px) {
.shop-center img{
  max-width:150px;
}
}

.shop-center p{
  letter-spacing:0em;
  color:#000;
  line-height:2;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 810px) {
.shop-center p{
  padding:0 5%;
}
}

@media screen and (max-width: 568px) {
.shop-center p{
  font-size:0.9em;
  text-align: left;
  line-height:1.7;
}
}

/* コースリスト
--------------------------------------------------*/
#course-list {
  padding:4% 0 5%;
  width:100%;
  text-align: center;
  background:#F2F5F9;
}

@media screen and (max-width: 810px) {
#course-list {
  padding:5% 2%;
  box-sizing: border-box;
}
}

@media screen and (max-width: 568px) {
#course-list {
  padding:8% 2%;
}
}

#course-list .tor-tit{
  text-align: center;
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size:2.2em;
  line-height:1.2;
  margin-bottom:4%;
}

@media screen and (max-width: 568px) {
#course-list .tor-tit{
  font-size:1.6em;
  font-weight: 700;
  line-height:1.3;
  margin-bottom:4%;
}
}

#course-list .tor-tit span{
  color:#0E6BAE;
}

#course-list .tor-tit strong{
  color:#343087;
  font-weight: 800;
}

/* category_list
--------------------------------------------------*/
.category_list {
  width: 100%;
  margin:0 auto;
  max-width:950px;
}

.category_list li{
  box-sizing: border-box;
  -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
  overflow:hidden;
  display:inline-block;
  background:#FFF;
  position: relative;
  vertical-align:top;
  position: relative;
}

@media screen and (max-width: 568px) {
.category_list li{
  padding:10px;
}
}

.category_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  z-index: 1;
}

.category_list li a:hover {
  background-color: #fff;
  opacity: 0.4;
  z-index: 1;
}

.category_list li .flag{
  position: absolute;
  top: 0;
  left:20px;
  z-index:1;
}

.category_list li .flag img{
  width:50px;
  height:auto;
}

@media screen and (max-width: 568px) {
.category_list li .flag{
  left:15px;
}
.category_list li .flag img{
  width:35px;
}
}

.category_list .w100{
  width: 99%;
  margin:0.5%;
  padding:10px;
}

.category_list .w50{
  width: 49%;
  margin:0.5%;
  padding:10px 10px 15px;
}


@media screen and (max-width: 568px) {
.category_list .w100{
  width: 100%;
  margin:1% 0;
}

.category_list .w50{
  width: 100%;
  margin:1% 0;
  padding:10px;
}
}

.ct-wrapper {
  width:100%;
  height:auto;
  position: relative;
  display:block;
}

.ct-wrapper .h_photo{
  width: 100%;
  margin:0;
  position: relative;
  overflow: hidden;
}

.category_list .w100 .h_photo{
  height:350px;
}

@media screen and (max-width: 568px) {
.category_list .w100 .h_photo{
  height:225px;
}
}

.category_list .w50 .h_photo{
  height:200px;
}


.ct-wrapper .h_photo img{
  width: 100%;
  height:auto;
}


.ct-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat_txt {
  width:100%;
  position: relative;
  overflow: hidden;
  display:block;
  box-sizing: border-box;
  padding:10px 2% 5px;
  text-align: left;
}

@media screen and (max-width: 568px) {
.cat_txt {
  height:auto;
  margin:0;
  padding:5px 5px 0;
}
}

.cat_txt h3{
  font-size:1.1em;
  margin:2px 0 5px;
  line-height:1.5;
  color:#1D2088;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}


.cat_txt p{
  font-size:13px;
  line-height:1.6;
}

.category_list a .ct_text{
  position: absolute;
  top: 0;
  bottom:0;
  right:0;
  left: 0;
  margin: 0 !important;
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
  display:inline-block;
  text-shadow:1px 1px 1px #000;
}

.ct_text p{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:#FFF;
  line-height:1.2;
  letter-spacing	: 0.05em;
  font-size:1.2em;
  text-align: center;
  width:100%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}

.category_list a { color:#000; }
.category_list a:hover { opacity: 0.7;text-decoration: underline; }

.c_label {
  color:#000;
  padding:0 10px;
  margin-top:2px;
  margin-bottom:5px;
  line-height:1;
  font-size:12px;
  border:0.15em solid #000;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  display:inline-block;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.c_label .fa {
  margin-right:3px;
}


/* .category_list2
================================================== */
.category_list2 {
  width: 100%;
  padding:4% 3% 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 810px) {
.category_list2 {
  padding:4% 1% 0;
  text-align: left;
}
}

.category_list2 h3{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:2.4em;
  margin-bottom:30px;
  color:#000;
}

@media screen and (max-width: 810px) {
.category_list2 h3{
  font-size:1.8em;
  margin-bottom:15px;
  line-height:1.5;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.category_list2 h3{
  font-size:1.4em;
}
}

.category_list2 .w30{
  width:30.333%;
  margin:1%;
  position: relative;
  display:inline-block;
  vertical-align:top;
}

@media screen and (max-width: 810px) {
.category_list2 .w30{
  width:47%;
  margin:2% 1%;
}
}

@media screen and (max-width: 568px) {
.category_list2 .w30{
  width:96%;
  display:block;
  margin:0 2% 10px;
}
}

.category_list2 .w30 .item{
  width: 100%;
  box-sizing: border-box;
}

.category_list2 .w30 .item a{
  border-radius: 3px 3px 3px 3px;
  display:block;
}

.category_list2 .w30 .item a:hover{
  opacity: 0.8;
}

.category_list2 .w30 .item .tl_photo{
  width: 100%;
  height:auto;
  margin:0;
  position: relative;
  overflow: hidden;
  border-radius: 3px 3px 3px 3px;
}

.category_list2 .w30 .item .tl_photo img{
  width: 100%;
  height:auto;
}

.category_list2 .w30 .overlays{
  background: rgba(0, 0, 0, 0.15);
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
}

.category_list2 .w30 .tl_title{
  position: absolute;
  bottom: 15px;
  left: 5%;
  color: #FFF;
  display:inline-block;
  line-height:1;
}

.category_list2 .w30 .tl_title .ja{
  color: #FFF;
  font-size: 1.15em;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom:10px;
  text-shadow:1px 1px 1px #000;
}

.category_list2 .w30 .tl_title .en{
  color: #FFF;
  font-size: 0.9em;
  font-weight:400;
  font-family: 'Roboto', sans-serif;
  padding-left:10px;
  text-shadow:1px 1px 1px #000;
}

.category_list2 .w30 .ot_tx{
  padding:10px 5px;
  font-size:14px;
}

/* insta_blox
-----------------------------------*/
.insta_blox{
  width:100%;
  padding: 4% 0;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 810px) {
.insta_blox{
  padding: 4% 0 8%;
}
}

#insta_container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

@media screen and (max-width: 1280px) {
#insta_container{
  box-sizing: border-box;
  padding:0 2%;
}
}

@media screen and (max-width: 810px) {
#insta_container {
  padding: 0 0;
}
}

.insta_blox .insta_top{
  padding:0 0 2%;
  text-align: center;
  font-size:1.5em;
}

.insta_blox .insta_top img{
  width:100%;
  max-width:150px;
  height:auto;
  margin:0 0 0 10px;
  display:inline-block;
  vertical-align:middle;
}


@media only screen and  (max-width: 568px) {
.insta_blox .insta_top img{
  max-width:120px;
}
}

.insta_ph{
  width:100%;
  margin:0 auto;
}

.insta_bt{font-size:13px!important;padding:0;list-style:none;text-align:center;margin-top:25px;}
.insta_bt a{color:#333;display:inline-block;padding:8px 20px 6px;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-decoration:none!important;}
.insta_bt a:hover{text-decoration:none;background-color:#EAEAEA;color:#333;}

@media screen and (max-width: 810px) {
.insta_bt{margin-top:10px;}
}

.insta_bt .fa{
  margin-right:3px;
}