@charset 'utf-8';
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP);

/*sub-topimg
--------------------------------------------------*/
.sub-topimg {
  position: relative;
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 800px) {
.sub-topimg {
  height: 60vh;
  min-height:400px;
}
}

#bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  display:block;
  width:100%;
  height: 100%;
}

.sub-topimg .block {
  padding:0;
  width:100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

#top_row {
	width: 100%;
	height:auto;
	position:absolute;
	top:50%;
	margin-top:-50px;
	text-shadow:1px 1px 1px #000;
}


/* top_info
================================================== */
#top_info  {
  color: #fff;
  text-align: center;
  width:96%;
  margin:0 2%;
}

#top_info .top_titel {
  font-size:2.4em;
  letter-spacing:0.2em;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
}

@media screen and (max-width: 568px) {
#top_info .top_titel {
  font-size: 1.3em;
  letter-spacing:0.05em;
}
}

#top_info .top_text {
	line-height:1.8;
	color: #FFF;
	margin:10px auto 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:1.1em;
}

@media screen and (max-width: 800px) {
#top_info .top_text {
  font-size: 1.2em;
  line-height:1.6;
}
}

@media screen and (max-width: 568px) {
#top_info .top_text {
  font-size: 1em;
}
}

/* .info_tx
-------------------------------------------------- */
.info_tx{
	text-align: center;
	width:100%;
	padding:1.5% 0 2%;
}

.info_tx h2 {
  margin-bottom:20px;
  color: #24AEDC;
  font-size:2em;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
}

@media screen and (max-width: 800px) {
.info_tx h2 {
  font-size:1.4em;
  margin-bottom:5px;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.info_tx h2 {
  font-size:1.2em;
  line-height:1.6;
}
}

.info_tx p {
  line-height:1.8;
}

@media screen and (max-width: 800px) {
.info_tx {
  text-align: left;
  width:96%;
  margin:0 2%;
  padding-top:2%;
}

.info_tx p {
  line-height:1.6;
  font-size: 14px;
}
}

/* .room_box
-------------------------------------------------- */
.room_box{
	padding:1.5% 2% 3%;
	width:100%;
	background:url(../images/top/bg_room2.png) ;
	float:left;
	margin-top:2%;
	}

@media screen and (max-width: 568px) {
.room_box{
  padding:2.5% 0 3%;
}
}

.room_box h3{
  font-size:2em;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  color: #000;
  padding: 0 2%;
  text-align: center;
  margin-bottom:20px;
}

@media screen and (max-width: 800px) {
.room_box h3{
  font-size:1.4em;
  line-height:1.4;
  text-align: center!important;
}
}

.room_box .anai {
	line-height:1.8;
	margin:0 0 10px;
	text-align: center;
}

@media screen and (max-width: 800px) {
.room_box .anai {
	font-size:0.95em;
	text-align: left;
	padding:0 4%;
	line-height:1.6;
	}
}

.room_info{
  width:100%;
  padding: 1% 0 0;
  text-align: center;
}

/* #bukken_list
-------------------------*/
#bukken_list{
	width:100%;
	margin: 3% 0.5% 2%;
}

#bukken_list .w100{
	width:32.3333%;
	display:inline-block;
	box-sizing: border-box;
	position: relative;
	margin: 1% 0.5%;
	padding:0 1%;
	vertical-align:top;
}

@media screen and (max-width: 800px) {
#bukken_list .w100{
	width:49%;
	margin: 1% 0.5% 2%;
	}
}

@media screen and (max-width: 568px) {
#bukken_list .w100{
	width:100%;
	padding:2%;
	}
}

#bukken_list .w100 .plan_list {
    width:100%;
	height: auto;
	margin: 0;
	position: relative;
	background:#FFF;
	-moz-box-shadow: 0 1px 3px #C2C2C2;
	-webkit-box-shadow: 0 1px 3px #C2C2C2;
	box-shadow: 0 1px 3px #C2C2C2;
	background-size:100% auto;
}

#bukken_list .w100 .plan_list .p-photo{
	width:100%;
	margin:0;
	height:auto;
	display:block;
	position: relative;
	overflow: hidden;
	}

#bukken_list .w100 .plan_list img{
	width:100%;
	height: auto;
	}

#bukken_list .w100 .plan_list .ctime2{
	position: absolute;
	top: 0.01em;
	left: 0.01em;
	margin: 0 !important;
	color: #FFF;
	font-size: 12px;
	background: rgba(119, 96, 46, 0.7);
	padding: 5px;
	font-weight:400;
	display:inline-block;
	line-height:1;
	letter-spacing	: 0em;
}

#bukken_list .w100 .plan_list .p-text{
	width:100%;
	padding:2% 15px 3%;
	float:right;
	box-sizing: border-box;
	}

#bukken_list figure img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
#bukken_list figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

#bukken_list .w100 .plan_list h4 {
	font-size:1.5em;
	line-height:1;
	font-family: 'Noto Serif JP', serif;
    font-weight:400;
    color: #24AEDC;
	padding:10px 0 10px;
	font-weight:normal
}

#bukken_list .w100 .plan_list h4 small {
	font-size:11px;
}

#bukken_list .w100 .plan_list h4 span {
	font-size:11px;
	padding-left:15px;
}

@media screen and (max-width: 1280px) {
#bukken_list .w100 .plan_list h4 {
	font-size:1.4em;
}
}

@media screen and (max-width: 800px) {
#bukken_list .w100 .plan_list h4 {
	font-size:1.2em;
	padding:5px 0 5px;
}
}

#bukken_list .w100 .plan_list .cg_text {
	font-size:14px;
	margin:5px 0 5px;
	line-height:1.8;
	color:#000;
	text-align: left;
}

@media screen and (max-width: 568px) {
#bukken_list .w100 .plan_list .cg_text {
	line-height:1.6;
	margin:7px 0 0;
}
}

#bukken_list .w100 .pt_bt{
	margin:10px auto 10px;
	text-align: center;
	width:100px;
}


#bukken_list .w100 .pt_bt a{
	font-size:13px;
	letter-spacing	: 0.05em;
	color:#FFF;
	padding:2px 8px;
	background-color:#0EB909;
	-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;
}

#bukken_list .w100 .pt_bt a:hover{color:#FFF;text-decoration:none;background-color:#3F9815;}

.course_list .w100 .pt_bt:hover{width:100px;color:#FFF;text-decoration:none;background-color:#5E5E5E;text-align: center;}

#bukken_list .w200{
	width:99%;
	box-sizing: border-box;
	position: relative;
	margin: 1% auto;
}


@media screen and (max-width: 568px) {
#bukken_list .w200{
	width:100%;
	padding:2%;
	}
}

#bukken_list .rslides{
padding-bottom:0;
margin-bottom:0;
}

#bukken_list .w200 .plan_list {
    width:98%;
	height: auto;
	margin: 0 auto 2%;
	position: relative;
	-moz-box-shadow: 0 1px 3px #C2C2C2;
	-webkit-box-shadow: 0 1px 3px #C2C2C2;
	box-shadow: 0 1px 3px #C2C2C2;
	background:#FFF;
	background-size:100% auto;
}

#bukken_list .w200 .plan_list .p-photo{
	width:50%;
	height:auto;
	min-height:350px;
	display:inline-block;
	position: relative;
	overflow: hidden;vertical-align:middle;
	vertical-align:middle;
	}


@media screen and (max-width: 1280px) {
#bukken_list .w200 .plan_list .p-photo{
	min-height:300px;
	}
}

@media screen and (max-width: 800px) {
#bukken_list .w200 .plan_list .p-photo{
	width:100%;
	margin:0;
	min-height: initial;
	}
}

#bukken_list .w200 .plan_list img{
	width:100%;
	height: auto;
	}

#bukken_list .w200 .plan_list .ctime2{
	position: absolute;
	top: 0.01em;
	left: 0.01em;
	margin: 0 !important;
	color: #FFF;
	font-size: 12px;
	background: rgba(119, 96, 46, 0.7);
	padding: 5px;
	font-weight:400;
	display:inline-block;
	line-height:1;
	letter-spacing	: 0em;
}

#bukken_list .w200 .plan_list .p-text{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	padding:1% 3%;
	box-sizing: border-box;
	}

@media screen and (max-width: 1280px) {
#bukken_list .w200 .plan_list .p-text{
	padding:2% 2% 2.5% 3%;
	}
}

@media screen and (max-width: 800px) {
#bukken_list .w200 .plan_list .p-text{
	width:100%;
	}
}

#bukken_list .w200 .plan_list h4 {
	font-size:1.5em;
	line-height:1;
	color:#000;
	padding:0px 0 15px;
	font-family: 'Noto Serif JP', serif;
    font-weight:400;
    color: #24AEDC;
	text-align: left!important;
}

#bukken_list .w200 .plan_list h4 small {
	font-size:11px;
}

#bukken_list .w200 .plan_list h4 span {
	font-size:11px;
	padding-left:15px;
}

@media screen and (max-width: 1280px) {
#bukken_list .w200 .plan_list h4 {
	font-size:1.4em;
}
}

@media screen and (max-width: 800px) {
#bukken_list .w200 .plan_list h4 {
	font-size:1.2em;
	padding:5px 0 5px;
}
}

#bukken_list .w200 .plan_list .cg_text {
	font-size:14px;
	margin:5px 0 5px;
	line-height:1.8;
	color:#000;
	text-align: left;
}

@media screen and (max-width: 800px) {
#bukken_list .w200 .plan_list .cg_text {
	font-size:15px;
	line-height:1.6;
	margin:10px 0 0;
}
}

@media screen and (max-width: 568px) {
#bukken_list .w200 .plan_list .cg_text {
	font-size:14px;
	margin:7px 0 0;
}
}

#bukken_list .w200 .plan_list .cg_text2 {
	margin:0 0 10px;
	color:#000;
	font-size:15px;
}

@media screen and (max-width: 1280px) {
#bukken_list .w200 .plan_list .cg_text2 {
	margin:10px 0 5px;
	font-size:14px;
}
}

@media screen and (max-width: 800px) {
#bukken_list .w200 .plan_list .cg_text2 {
	font-size:15px;
	line-height:1.6;
	padding-top:10px;
	margin:5px 0 0;
	border-top:1px dotted #CCC;
}
}

@media screen and (max-width: 568px) {
#bukken_list .w200 .plan_list .cg_text2 {
	font-size:14px;
}
}

#bukken_list .w200 .pt_bt{
	margin:10px auto 0;
	text-align: center;
	width:100px;
}

@media screen and (max-width: 800px) {
#bukken_list .w200 .pt_bt{
	text-align: center;
	margin:5px auto 5px;
}
}

@media screen and (max-width: 568px) {
#bukken_list .w200 .pt_bt{
	margin:5px auto 10px;
}
}


#bukken_list .w200 .pt_bt a{
	font-size:13px;
	letter-spacing	: 0.05em;
	color:#FFF;
	padding:2px 8px;
	background-color:#0EB909;
	-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;
}

#bukken_list .w200 .pt_bt a:hover{color:#FFF;text-decoration:none;background-color:#3F9815;}


/* .area_box
-------------------------------------------------- */
.area_box{
	padding:2% 0 3%;
	width:100%;
	float:left;
	}

@media screen and (max-width: 800px) {
.area_box{
	width:100%;
	box-sizing: border-box;
	padding:3% 2%;
}
}

@media screen and (max-width: 568px) {
.area_box{
	padding:3% 0;
}
}

.area_box h5 {
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  margin-bottom:20px;
  color: #24AEDC;
  font-size:2em;
  text-align: center;
}

@media screen and (max-width: 800px) {
.area_box h5 {
  font-size:1.8em;
  line-height:1.4;
}
}

@media screen and (max-width: 568px) {
.area_box h5 {
  font-size:1.4em;
  margin-top:5px;
  margin-bottom:5px;
}
}

.area_box .photo{
	width:54%;
	float:left;
	margin:0 0 1.5%;
	}

.area_box .photo img{
	width:100%;
	height:auto;
	}

.area_box .are_text{
	width:100%;
	margin: 1% 0 4%;
	text-align:center;
	line-height:1.8;
	}

.area_box ul{
	width:44%;
	float:right;
	margin:0 0;
	}

.area_box li{
	width:50%;
	float:left;
	padding:1.5%;
	box-sizing: border-box;
	}

@media screen and (max-width: 1280px) {
.area_box li{
	font-size: 0.9em;
}
}
.area_box li img{
	width:100%;
	height:auto;
	margin-bottom:5px;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	border: solid #fff 5px;
	background: #fff;
	box-sizing: border-box;
	}

.area_box li p{
	text-align: center;
	line-height:1.4;
	}

.area_box li span{
	color:#76BB00;
}

@media screen and (max-width: 1280px) {
.area_box p{
	margin-top:0.5%;
	}
}

@media screen and (max-width: 800px) {
.area_box .photo{
	width:100%;
	float:none;
	margin:0;
	}

.area_box .photo img{
	width:94%;
	margin:0 3%;
	}

.area_box .are_text{
	text-align:left;
	font-size: 0.9em;
	line-height:1.8;
	}

.area_box ul{
	width:100%;
	float:left;
	margin-top:20px;
	}
}

@media screen and (max-width: 568px) {
.area_box .photo img{
	width:100%;
	margin:0 0;
	}

.area_box .are_text{
	width:94%;
	float:none;
	margin:0 3% 2%;
	font-size: 0.9em;
	}

.area_box ul{
	width:100%;
	float:none;
	margin:1% 0;
	}
}

.area_box .but{
	margin-top:5px;
	margin-bottom:2%;
	font-size:0.9em;
	text-align: center;
	}

@media screen and (max-width: 800px) {
.area_box .but{
	margin-top:15px;
	}
}

.area_box .but a{color:#FFF;padding:5px 10px 3px 10px;background-color:#89CA19;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.area_box .but a:hover{color:#FFF;text-decoration:none;background-color:#24AEDC;}


/* .movie_box
-------------------------------------------------- */
.movie_box{
	padding:2% 0 3%;
	width:100%;
	float:left;
	background-color:#EBF9FE;
	text-align: center;
	}

@media screen and (max-width: 800px) {
.movie_box{
	width:100%;
	box-sizing: border-box;
	padding:3% 2%;
}
}

@media screen and (max-width: 568px) {
.movie_box{
	padding:3% 0;
}
}

.movie_box .movie_ttl {
  margin:0 auto 3%;
  width:100%;
  max-width:180px;
}

.movie_box .movie_ttl img{
  width:100%;
  height:auto;
  margin-bottom:10px;
}

@media screen and (max-width: 568px) {
.movie_box .movie_ttl {
  margin-bottom:3%;
  text-align: center;
}
}

.movie_box .movie_list li{
  width:24.5%;
  display:inline-block;
  vertical-align:top;
  padding:1%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.movie_box .movie_list li{
  width:49%;
}
}

@media screen and (max-width: 568px) {
.movie_box .movie_list li{
  width:100%;
  display:block;
  padding:4%;
}
}

.youtube {
  width: 100%;
  aspect-ratio: 36 / 64;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.mov-buttons{
  margin-top:20px;
  text-align: center;
}

@media screen and (max-width: 810px) {
.mov-buttons{
  text-align:center;
  margin-left:auto;
}
}

@media screen and (max-width: 568px) {
.mov-buttons{
  margin-top:15px;
  margin-bottom:5px;
  font-size:14px;
}
}

.mov-button{border:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.mov-button.c-button--ghost{display:inline-table;padding:10px 20px 8px;border:2px solid #30B5E2;color:#FFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s}
.mov-button.c-button--ghost:hover{border:2px solid #30B5E2;}
.mov-buttons a{text-decoration:none;background-color:#30B5E2;}
.mov-buttons a:hover{text-decoration:none;display:inline-table;background-color:#FFF;color:#30B5E2;text-shadow:none;}


/* 沖縄再発見
---------------------------------------------------------------------------*/
.saihakken{
  width:100%;
  max-width:900px;
  margin:2% auto 0;
  background:#FFF;
  border:4px solid #004EA2;
}

@media only screen and  (max-width: 800px) {
.saihakken{
  width:94%;
  margin:3% auto;
  text-align: center;
}
}

.sih-ttl{
  width:100%;
  box-sizing: border-box;
  padding:1% 2%;
  display:block;
  background:#004EA2;
  color:#FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:2em;
}

@media only screen and  (max-width: 800px) {
.sih-ttl{
  padding:2% 2%;
  font-size:1.4em!important;
}
}


.sih-txt{
  width:100%;
  box-sizing: border-box;
  padding:2% 2%;
  display:block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media only screen and  (max-width: 568px) {
.sih-txt{
  text-align: left;
  box-sizing: border-box;
  padding:2% 4%;
}
}

.sih-txt span{
  color:#D90101;
  font-size:1.1em;
  font-weight:500;
}

.sih-txt strong{
  color:#D90101;
  font-size:1.3em;
  font-weight:600;
}

.saihakken-box{
  width:100%;
  box-sizing: border-box;
  padding:0 2% 2%;
}

.ok-sih{
  width:42%;
  display:inline-block;
  vertical-align:middle;
}

.ok-sih img{
  width:100%;
  height:auto;
}

@media only screen and  (max-width: 800px) {
.ok-sih{
  width:100%;
  display:block;
  margin:0 auto 20px;
  text-align: center;
}

.ok-sih img{
  width:80%;
  margin:0 auto;
}
}

.oksih-info{
  width:57%;
  display:inline-block;
  vertical-align:middle;
  box-sizing: border-box;
  padding:0 2%;
  text-align: left;
}

@media only screen and  (max-width: 800px) {
.oksih-info{
  width:100%;
  display:block;
  padding:0 2%;
  text-align: left;
}
}

.oksih-tai{
 padding:5px 0 10px;
 margin:0;
 color:#000;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:500;
}

@media only screen and  (max-width: 800px) {
.oksih-tai{
 font-size:0.9em;
 padding:0 2% ;
}
}

.oksih-tai p{
  margin:5px 0;
}
.oksih-tai p small{
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
}

.oksih-tai dl{
  padding:0 0 7px;
}

.oksih-tai dt{
  padding:0 5px 5px;
  display:block;
  border-bottom:1px solid #004EA2;
  margin-bottom:7px;
  color:#004EA2;
  font-weight:500;
}

.oksih-tai dd{
  padding:0 10px 5px;
  display:block;
  font-size:0.95em;
}

@media only screen and  (max-width: 568px) {
.oksih-tai dd{
  padding:0 5px 5px;
}
}

.oksih-tai dd p{
  margin-right:15px;
  display:inline-block;
  vertical-align:middle;
}

.oksih-tai dd span{
  color:#B91018;
  font-size:1.1em;
}

.ok-stop{
  display:inline-block;
  padding:5px 10px;
  border:1px solid #D90101;
}


@media only screen and  (max-width: 800px) {
.ok-stop{
  width:90%;
  display:block;
  padding:5px 2px 2px;
  margin:0 auto;
}
}

@media only screen and  (max-width: 568px) {
.ok-stop{
  width:96%;
}
}

.ok-stop p{
  color:#D90101;
  font-size:14px;
  font-weight:bold!important;
  margin:5px 0;
}


.ok-sih_but{
  margin:0 0 20px;
  display:block;
  text-align: center;
}

.ok-sih_but p{
  font-size:14px;
  
}

.ok-sih_but a{color:#FFF;background-color:#009AD8;text-decoration:none;padding:5px 15px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.ok-sih_but a:hover{color:#FFF;text-decoration:none;background-color:#F4CE2B;}


.ok-sih_but_box{
  margin:20px 0 0px;
  display:block;
  width:100%;
}

@media only screen and  (max-width: 568px) {
.ok-sih_but_box{
  margin:0px 0 0px;
}
}

.ok-sih_but_box ul{
  text-align: center;
}

.ok-sih_but_box li{
  font-size:14px;
  display:inline-block;
  vertical-align:top;
  width:45%;
  margin:1% 2%;
}


.ok-sih_but_box li{
  font-size:14px;
  display:inline-block;
  vertical-align:top;
  width:45%;
  margin:1% 2%;
}

@media only screen and  (max-width: 568px) {
.ok-sih_but_box li{
  width:96%;
  margin:3% 2%;
  display:block;
}
}

.ok-sih_but_box a{display:block;color:#FFF;background-color:#009AD8;text-decoration:none;padding:5px 15px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.ok-sih_but_box a:hover{color:#FFF;text-decoration:none;background-color:#F4CE2B;}

.sih-txt2{
  width:100%;
  box-sizing: border-box;
  padding:0 1% 1%;
  display:block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  text-align: left;
}

@media only screen and  (max-width: 568px) {
.sih-txt2{
  padding:2% 4%;
}
}

.sih-txt2 span{
  color:#D90101;
  font-weight:500;
}

.covid{
  width:100%;
  margin:2% auto 0;
  background:#B91018;
  color:#FFF;
}
.covid .covid_ttl{
  display:block;
  background:#831C21;
  padding:7px 5px 10px;
  font-size:1.4em;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  letter-spacing:0.05em;
  text-align: center;
}

@media screen and (max-width: 568px) {
.covid .covid_ttl{
  font-size:1.1em;
  letter-spacing:0.02em;
  padding:5px 2px 7px;
}
}

.covid .covid_text{
  display:block;
  padding:1% 2%;
}

.covid .covid_text p{
  padding:5px 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media screen and (max-width: 800px) {
.covid .covid_text{
  padding:1% 3%;
}
.covid .covid_text p{
  text-align: left;
}
}

@media screen and (max-width: 568px) {
.covid .covid_text p{
  font-size:0.9em;
  padding:3px 0;
}
}

.covid .covid_text strong{
  color:#FCFF00;
  font-weight:500;
}

.covid .covid_text span{
  color:#FCFF00;
}

.covid .covid_text a {
  color:#FCFF00;
  text-decoration: underline;
}

.covid .covid_text a:hover {
  color:#FCFF00;
  text-decoration: none;
}


/* 無料サービス
---------------------------------------------------------------------------*/
.free-service{
  width:100%;
  display: block;
  max-width:900px;
  margin:5% auto 0;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
  overflow: hidden;
  background:#EBF9FE;
  text-align: center;
}

@media screen and (max-width: 568px) {
.free-service{
  width:96%;
  margin:5% 2%;
}
}

.fsv-ttl{
  padding:8px 0;
  color:#FFF;
  display:block;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.5em;
}

@media screen and (max-width: 568px) {
.fsv-ttl{
 font-size:1.2em;
}
}

.amenitys {
  animation: amenitysAnime 1.5s infinite alternate;
}
@keyframes amenitysAnime{
   0% { background-color:#F9339E; }
 100% { background-color:#30B5E2; }
}

.fsv-txt{
  padding:1.5% 3% 1%;
  text-align: left;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}
.fsv-txt span{
  color:#FE4D76;
}

.free-service ul{
  width:100%;
  display:block;
  box-sizing: border-box;
  padding:0% 1.5% 1%;
}


.free-service li{
  font-size:12px;
  display:inline-block;
  vertical-align:top;
  width:14.6666%;
  margin:1% 1%;
}

@media screen and (max-width: 800px) {
.free-service li{
  width:30.33333%;
  margin:1.5%;
}
}

@media screen and (max-width: 568px) {
.free-service li{
  width:40%;
  margin:2% 5%;
}
}

.free-service li img{
  width:100%;
  height:auto;
  margin-bottom:5px;
}

.free-service .pt_bt{
	margin:0px auto 3%;
	text-align: center;
	width:140px;
}

@media screen and (max-width: 800px) {
.free-service .pt_bt{
	text-align: center;
	margin:0 auto 5%;
}
}

.free-service .pt_bt a{
	font-size:13px;
	letter-spacing	: 0.05em;
	color:#FFF;
	padding:2px 8px;
	background-color:#0EB909;
	-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;
}

.free-service .pt_bt a:hover{color:#FFF;text-decoration:none;background-color:#3F9815;}

/* インボイス
---------------------------------------------------------------------------*/
.invoice{
  width:100%;
  display: block;
  max-width:750px;
  margin:0 auto 5%;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
  overflow: hidden;
  background:#FFF;
  text-align: center;
  box-sizing: border-box;
  padding:2% 3%;
}

.inv-top {
  margin-bottom:2%;
  color: #24AEDC;
  font-size:1.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}

@media screen and (max-width: 800px) {
.inv-top {
  font-size:1.2em!important;
}
}

.invoice dl{
  width:100%;
  display: block;
}

.invoice dt{
  display:inline-block;
  vertical-align:middle;
  width:20%;
}

@media screen and (max-width: 568px) {
.invoice dt{
  display:block;
  margin:0 auto;
  width:40%;
}
}

.invoice dt img{
  height:auto;
  width:100%;
}

.invoice dd{
  display:inline-block;
  vertical-align:middle;
  width:80%;
  text-align: left;
  box-sizing: border-box;
  padding-left:5%;
}

@media screen and (max-width: 568px) {
.invoice dd{
  padding:2%;
  width:100%;
  text-align: center;
}
}

.invoice dd p{
  padding:3px 0;
}

.invoice dd strong{
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  letter-spacing:.03em;
  font-size:1.4em;
}

/* 絵描き募集
---------------------------------------------------------------------------*/
.paint-kikaku{
  width:100%;
  display: block;
  max-width:750px;
  margin:0% auto 5%;
  -webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding:0;
  position: relative;
}

.paint-kikaku li{
  display:inline-block;
  vertical-align:top;
  width:50%;
}

.paint-kikaku li img{
  height:auto;
  width:100%;
}

.paint-text{
  width:100%;
  display: block;
  box-sizing: border-box;
  padding:1% 3%;
  background:#0EB909;
}

.paint-text p {
  color: #FFF;
  font-size:1.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}

@media screen and (max-width: 568px) {
.paint-text{
  padding:10px 5px;

}

.paint-text p {
  font-size:1em;
}
}

.paint-kikaku a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
}

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

/* topics-box
-----------------------------------*/
.topics-box{
  width:96%;
  margin:0 auto;
  padding: 3% 0 0%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 810px) {
.topics-box{
  padding: 5% 0 0%;
}
}
@media screen and (max-width: 568px) {
.topics-box{
  width:100%;
  padding: 5% 0 0;
}
}

.topics_ttl{
  text-align: center;
  font-size:1.6em;
  color:#30B5E2;
  padding:12px 50px;
  display:inline-block;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  -webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;
  position: relative;
  background:#FFF;
  border:2px solid #30B5E2;
  line-height:1;
  margin-bottom:2%;
  line-height:1!important;
}

@media screen and (max-width: 810px) {
.topics_ttl{
  font-size:1.5em;
  padding:15px 40px;
}
}


.topics_ttl::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #30B5E2;
}

#news {
  width:55%;
  padding: 0;
  box-sizing: border-box;
  display:inline-block;
  vertical-align:top;
}

@media screen and (max-width: 800px) {
#news {
  width:100%;
  display:block;
  padding:0;
}
}

#news ul{
  width:96%;
  margin:2% auto;
  text-align: left;
}

@media screen and (max-width: 810px) {
#news ul{
  width:100%;
}
}

#news li{
  width:100%;
  box-sizing: border-box;
  padding:10px 10px 10px 20px;
  border-bottom:1px solid #E2E2E2;
  margin-bottom:5px;
}

@media screen and (max-width: 810px) {
#news li{
  padding:10px 2%;
}
}

#news li dl{
  width:100%;
  display:block;
}

#news li dt{
  display:inline-block;
  width:25%;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:1.15em;
  line-height:1;
  vertical-align:middle;
}

@media screen and (max-width: 800px) {
#news li dt{
  display:block;
  font-size:0.95em;
  width:100%;
}
}

#news li dd{
  display:inline-block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.15em;
  vertical-align:middle;
}

@media screen and (max-width: 810px) {
#news li dd{
  margin-top:5px;
  display:block;
}
}

#news li dd a{text-decoration:underline;color: #3489B0;}
#news li dd a:hover{color:#4B4B4B;text-decoration:none;}


#breakfast {
  width:45%;
  box-sizing: border-box;
  display:inline-block;
  vertical-align:top;
  padding:0 5% 0 0;
}

@media screen and (max-width: 800px) {
#breakfast {
  width:100%;
  display:block;
  padding:0 15% 5%;
}
}

@media screen and (max-width: 568px) {
#breakfast {
  padding:0 10% 5%;
}
}

#breakfast img{
  width:100%;
  height:auto;
  -moz-box-shadow: 0 0 5px #cccccc;
  -webkit-box-shadow: 0 0 5px #cccccc;
  box-shadow: 0 0 5px #cccccc;
  border: solid #FFF 5px;
  transform: rotate( -1.5deg );
  box-sizing: border-box;
  -webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;
  background:#FFF;
}

.brk-txt{
  width:100%;
  box-sizing: border-box;
  padding:1% 0 5%;
  text-align: left;
}

.brk-txt h3 {
  margin-bottom:10px;
  color: #FF56A6;
  font-size:1.6em;
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
}

.brk-txt h3 span{
  font-size:1.2em;
}

@media screen and (max-width: 800px) {
.brk-txt{
  margin-bottom:15px;
}

.brk-txt h3 {
  font-size:1.4em;
}
}

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

.brk-txt .pt_bt{
  margin:10px auto 0;
  text-align: center;
  width:190px;
}


.brk-txt .pt_bt a{
  font-size:13px;
  letter-spacing	: 0.05em;
  color:#FFF;
  padding:5px 8px;
  background-color:#0EB909;
  -webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;
}

.brk-txt .pt_bt a:hover{color:#FFF;text-decoration:none;background-color:#3F9815;}


/* tiktok-list
--------------------------------------- */
.tiktok-list{
  margin:2% 0 0%;
  width:100%;
  box-sizing: border-box;
  position: relative;
}

.tiktok-list .sl {
  width:32.3333%;
  min-width: 325px;
  padding:0 15px;
  float:left!important;
  box-sizing: border-box;
  position: relative;
  overflow:hidden;
  display:block;
}

@media screen and (max-width: 800px) {
.tiktok-list .sl {
  width:48%;
}
}

@media screen and (max-width: 568px) {
.tiktok-list .sl {
  width:100%;
}
}