@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
 *{
   box-sizing: border-box;
 }
 .tablet{
 	display: none!important;
 }

  html{
 	 font-size: 62.5%;
  }
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}
body.bgtrans {
  background: none;
}
.room_inner {
	position:relative;
	width:980px;
	margin:0 auto;
}
.room_tp{
	width: 1200px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding: 5%;
	box-sizing: border-box;
  text-shadow: 0 0 5px #173e20, 0 0 10px #173e20,0 0 20px #173e20, 0 0 2px #fff,0 0 30px #fff;
  color: #fff;
}
.room_innertp{
	font-size: 5rem;
	font-weight: bold;
}



nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
  position: relative;
  z-index:5;
}

a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}

h2 {
	margin-bottom:0.5em;
	padding:10px 0;
	font-size:21px;
	color:#333;
	border-top:3px solid #173e20;
	border-bottom:1px dotted #173e20;
}

h3 {
	margin-bottom:0.25em;
	padding:2px 5px;
	color:#fff;
	font-size:16px;
	background:#333;
}

h4 {
	margin-bottom:0.25em;
	font-size:15px;
	color:#173e20;
	border-bottom:3px solid #173e20;
}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#173e20;
	font-size:14px;
	font-weight:bold;
}
h5:before {
    content:"";
    margin-top:-7px;
    position:absolute;
    top:50%;
    left:0;
    width:5px;
    height:14px;
    background:#8c0e0e;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
i{
	margin-left: 1%;
	margin-right: 1%;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
    display: none;
		background:#fff;
		border-bottom:5px solid #173e20;
		box-shadow:0 1px 3px #333;
		z-index:3;
	}
	nav ul {
		margin:0;
		padding:0;
	}
	nav li {
		position:relative;
		width:17%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
    display: flex;
    align-items: center;
    justify-content: center;
	}
  nav li.ll {
    width: 10%;
  }

	nav li:first-child {
		width:15%;
	}
	nav li:last-child li {
		left:-50%;
	}
	nav li a {
		display:block;
		padding:10px 0;
    color: #173e20;
		font-weight:bold;
		text-decoration:none;
    display: block;
    width: 100%;
	}
	nav li ul {
		display:block !important;
		position:absolute;
		top:100%;
		left:0;
		margin:0;
		padding:0;
		border-radius:0 0 3px 3px;
		z-index:3;
	}
	nav li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		-o-transition:.2s;
		-ms-transition:.2s;
		transition:.2s;
	}
	nav li li:first-child {
		width:150%;
	}
	nav li ul li a {
		padding:10px 15px;
		background:#000;
		text-align:left;
		font-weight:normal;
    color:#fff;
    border-top: #fff solid 2px;
    border-bottom: #fff solid 2px;
	}
	nav li:hover > a {
		background:#173e20;
		color:#fff;
	}
	nav li:hover > a:hover {
		background:#fdcf00;
    color: #000;

	}
  nav li.ll a:hover{
    background: none;
}
	.gnav {
    display: flex;
	}

	#spMenu {
		display:none;
	}

	.showNav {
		background:#173e20 !important;
	}

	.showSub {
		overflow:visible;
		min-height:42px;
		border-bottom:2px solid #173e20;
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#fff;
	background:#173e20;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
 .totop {
 	position:fixed;
 	bottom:15px;
 	right:15px;
  width: 200px;
  max-width: 20%;
  z-index: 20;
 }
 .totop a {
 	display:block;
 	text-decoration:none;
 }
 .totop a:active {
 	animation: ease osuto 0.5s forwards;
 }
 @keyframes osuto {
 	0%{transform: translateY(0);}
 	100%{transform: translateY(20px); opacity: 0.5;}
 }

/*================================================
 *  クラス
 ================================================*/
 .clearb{
   clear: both;
 }
 .imgcent{
 	max-width: 100%;
 	margin-left: auto;
 	margin-right: auto;
 	display: block;
 }
 .kazari{
   position: relative;
 }
 .kinwaku{
  padding: 2%;
  background: linear-gradient(45deg,#492f00,#9e9601,#fcf34e,#9e9601,#492f00);
}
 .list {
 	padding:0 0 0 0.5em;
 }
 .list li {
 	margin:0;
 	padding:0 0 0 15px;
 	list-style:none;
 	background:url(../images/room/check.png) 0 5px no-repeat;
 }

 .info dt {
 	border-bottom:none;
 }
 .info dd {
 	padding-bottom:1em;
 	border-bottom:1px solid #ddd;
 }

 .textleft{
   text-align: left!important;
 }
 .fuwa{
 	animation: ease 3s fufuwa forwards;
 }

 .bgbl{
   position: relative;
   background: #000;
 }
 .marker{
   background: linear-gradient(transparent 60%, #fcce18 60%);
   font-weight: bold;
 }
 @keyframes blink {
   0{opacity: 0;}
   50%{opacity: 1;}
   100%{opacity: 0;}
 }
@keyframes blink {
  0%{opacity: 1;}
  70%{opacity: 1;}
  80%{opacity: 0;}
  100%{opacity: 1;}
  }
}
 @keyframes fufuwa {
 	0%{ opacity: 0;}
 	100%{ opacity: 1;}
 }
 @keyframes osubt {
 	0%{transform: translateY(0);}
 	100%{transform: translateY(10px);}
 }

 /*****
 注意部分
 *****/
 #hmoshi .msgostsoto,#korega .msgostsoto,#shohinshokai .msgostsoto,#room_korega .msgostsoto,#room_moshi .msgostsoto{
   padding: 2%;
   background: #fff;
   border-radius: 10px;
   box-shadow: 2px 2px 3px inset #333;
}
 #hmoshi .msgost,#korega .msgost,#shohinshokai .msgost,#room_korega .msgost,#room_moshi .msgost{
   display: flex;
   justify-content: center;
   align-items: center;
 }
 #hmoshi .msgost{
 padding-bottom: 2%;
 margin-bottom: 2%;
 border-bottom: dashed 2px #000;
 }
 #hmoshi .msmark,#korega .msmark,#shohinshokai .msmark,#room_korega .msmark,#room_moshi .msmark{
   font-size: 10rem;
   font-weight: bold;
   margin: 0 5%;
   color: yellow;
   text-shadow: 0 0 3px #000, 0 0 5px #000;
   animation: 2s blink ease infinite;
 }
 #hmoshi .msgo,#korega .msgo,#shohinshokai .msgo,#room_korega .msgo,#room_moshi .msgo{
   font-size: 2.5rem;
   font-weight: bold;
   margin: 0;
   color: #000;
   animation: 2s blink ease infinite;
 }
 #hmoshi .mschui{
   padding: 2%;
   font-size: 2rem;
   font-weight: bold;
 }
 #hmoshi .mschuird{
   color: #f00;
   font-size: 2.5rem;
   font-weight: bold;
 }

 /*form共有*/
 /*=========.inquiryform=======*/
 .inquiryform form{
  width: 90%;
  margin: 2% auto;
 }

 .inquiryform form .centerform {
  text-align: center;
 }

 .inquiryform form .centerform input[type="text"] ,.inquiryform form .centerform select {
  width: 96%;
  margin-top: 2%;
     margin-bottom: 2%;
     box-sizing: border-box;
 }

 .inquiryform .centerform textarea {
  width: 96%;
  height: 100px;
  box-sizing: border-box;
 }
 .inquiryform table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: none;
 }
 .inquiryform td {
  border: none;
  background: none;
  width: 65%;
  font-size: 20px;
  line-height: 2;
 }
 .inquiryform td input,.inquiryform td select {
  padding: 2%;
  font-size: 18px;
 }
 .inquiryform td textarea {
  padding: 2%;
  font-size: 18px;
 }
 .inquiryform td select {
  padding: 2%;
  font-size: 20px;
 }

 .inquiryform th {
  border: none;
  background: none;
  text-align: left;
  width: 34%;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 20px;
  color: #00;
  font-weight: bold;
 }
 .inquiryform b {
  color: #000;
 }

 .inquiryform tr{
  border-bottom: gray 1px dashed;
 }

 .inquiryform tr:last-child{
  border-bottom: none;
 }


 .inquiryform .contactbtn{
   display: block;
   width: 90%;
   margin: 5% auto;
   color: #000;
   text-shadow: 0 0 1px red,0 0 2px red, 0 0 5px red, 0 0 10px #000, 0 0 15px red;
   font-size: 40px;
   text-align: center;
   font-weight: bold;
   padding: 2%;
   border: #000 2px solid;
   box-shadow: 0 0 1px red,0 0 2px red, 0 0 5px red, 0 0 10px #fff, 0 0 15px red, 0 0 30px #fff;
   border-radius: 10px;
   text-decoration: none;
   box-sizing: border-box;
 }
 .inquiryform .contactbtn:hover{
   box-shadow: 0 0 1px red,0 0 2px red, 0 0 5px red, 0 0 10px #fff, 0 0 15px red, 0 0 30px #fff,0 0 30px #fff inset,0 0 50px #fff inset;
   color: #fff;
   text-shadow: 0 0 1px yellow,0 0 2px yellow, 0 0 5px red, 0 0 10px #000, 0 0 15px yellow;
   border: #fff 2px solid;

 }

  button.shsk_inbox_in_moshi,a.shsk_inbox_in_moshi{
   display: block;
   background: #000;
   font-weight: bold;
   text-align: center;
   width: 80%;
   margin: 3% auto;
   font-size: 3rem;
   color: #fff;
   padding: 2%;
   border-radius: 10px;
   box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
   border: #fff 5px solid;
   text-decoration: none;
  }


   button.shsk_inbox_in_moshi:hover,a.shsk_inbox_in_moshi:hover{
   background: #fff;
   color: #000;
   border: #000 5px solid

  }

   button.shsk_inbox_in_moshi:active, a.shsk_inbox_in_moshi:active{
  	box-shadow: none;
  	animation: 0.1s ease osubtmoshi forwards;
  }
  @keyframes osubtmoshi {
  	0%{transform: translateY(0);}
  	100%{transform: translateY(10px);}
  }



 /*================================================
  *  .btn
  ================================================*/
 .btn{
 	padding: 3%;
 }

 .btn .bt{
  display: block;
  background: #173e20;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 3% auto;
  font-size: 3rem;
  color: #fff;
  padding: 2%;
  border-radius: 10px;
  border: #fff 10px double;
  text-decoration:none;
  box-sizing: border-box;
 }

 .btn .bt:hover{
  background: #fff;
  color: #000;
  border: #000 10px double;

 }

 .btn .bt:active{
 	box-shadow: none;
 	animation: 0.1s ease osubt forwards;
 }


/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:20px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#900000;
}


/******************
動画
*****************/
.tvfu{
	background: url(../images/room/telebi.png);
	padding: 3%;
	background-size: 100%;
}

.youtube{
	position: relative;
	width: 100%;
	padding-top:56.25%;
	margin-bottom: 10%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width:100%!important;
	height:100%!important;
}
/*================================
fadein
===============================*/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/*================================================
 *  oshirase
 ================================================*/
.oshirase{
  background: #173e20;
  padding: 2%;
}
.oshirase i{
  color: #fdcf00;
}
.oshirase p{
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
/*================================================
 *  roomrepeat
 ================================================*/
 /*================================================
  *  room_dou
  ================================================*/
  #room_dou{
  	background: url(../images/room/bg_komi.jpg);
    background-size: cover;
    padding: 3% 3% 0 3%;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;
  }
/*================================================
 *  room_intro
 ================================================*/
#room_intro{
	background: url(../images/room/bg_gl.png);
  background-size: cover;
  padding: 3% 3% 0 3%;
}
#room_intro .introim{
}

#room_intro .yhako{
	width: 1700px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
/*================================================
 *  room_ue
 ================================================*/
 #room_ue{
	 padding: 3% 1%;
   box-sizing: border-box;
   background: linear-gradient(#173e20,#84c57c,#84c57c,#173e20);
   z-index: 5;
   position: relative;
 }
 #room_ue p{
   text-align: center;
   font-weight: bold;
   font-size: 4rem;
   text-shadow: 0 0 5px #173e20, 0 0 10px #173e20,0 0 20px #173e20, 0 0 2px #000;
   color: #fff;
}
#room_ue p.hok{
  text-align: left;
  font-size: 2rem;
}

/*================================================
 *  room_moshi
 ================================================*/
 #room_moshi{
	 padding: 2%;
  	box-sizing: border-box;
    background: #173e20;
 }
 #room_moshi .room_inner{
 	background: rgba(255,255,255,0.6);
 	margin-top: 5%;
 	border-radius: 8px;
 	padding: 2%;
	box-sizing: border-box;
  border: #ccc 3px solid;
 }
 #room_moshi p{
 	font-weight: bold;
	font-size: 2.1rem;
 }



/*================================================
 *  room_setumei
 ================================================*/
 #room_setume{
	 padding: 2%;
  	box-sizing: border-box;
    background: #173e20;
 }
 #room_setume .room_inner{
 	background: rgba(255,255,255,0.6);
 	margin-top: 5%;
 	border-radius: 8px;
 	padding: 2%;
	box-sizing: border-box;
  border: #ccc 3px solid;
 }
 #room_setume p{
 	font-weight: bold;
	font-size: 2.1rem;
 }



/*================================================
 *  room_stm
 ================================================*/
 #room_stm{
	 padding: 2%;
  	box-sizing: border-box;
    background:url(../images/room/bg_hapri.jpg);
    background-size: cover;
    background-position: center top;
 }
 #room_stm .room_inner{
 	background: rgba(255,255,255,0.6);
 	margin-top: 5%;
 	border-radius: 8px;
 	padding: 2%;
	box-sizing: border-box;
  border: #ccc 3px solid;
 }
 #room_stm p,#room_stm li{
 	font-weight: bold;
	font-size: 2.1rem;
 }

 #room_stm .stmkakomu{
   text-align: center;
   background: url(../images/room/bg_cha.jpg);
   background-position: cover;
   box-shadow: 2px 2px 5px #333, 0 0 3px #ccc inset,0 0 5px #7a4d01 inset;
   width: 90%;
   margin: 2% auto;
   padding: 2%;
   font-size: 1.8rem;
   line-height: 2;
 }
 #room_stm .stmlis{
   margin-bottom: 0;
}

 /*================================================
  *  qim
  ================================================*/
  #room_qim{
 	 padding: 2%;
   	box-sizing: border-box;
    background:url(../images/room/bg_usm.jpg);
  }
  #room_qim .room_inner{
    background-color: #f9fcde;
  	margin-top: 5%;
  	border-radius: 8px;
  	padding: 2%;
 	box-sizing: border-box;
   border: #ccc 3px solid;
  }
  #room_qim p{
  	font-weight: bold;
 	font-size: 2.1rem;
  }

 #room_qim .qimbox{
   margin-top: 5%;
   margin-bottom: 5%;
 }

#room_qim .qimeatt{
  font-weight: bold;
  font-size: 2.2rem;
  background: #000;
  padding: 1% 2%;
  display: inline;
  border: 3px yellow solid;
  box-shadow: 2px 2px 5px #333;
  color: #fff;
}

#room_qim .qim_q{
  background: #f6d480;
}
#room_qim .qim_qkara{
  width: 30%;
  float: left;
  padding-top: 30%;
  background: url(../images/room/qim_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color:#f9fcde;
  box-sizing: border-box;
  margin-right: 2%;
}
#room_qim .qim_q p,#room_qim .qim_a p{
  padding: 2%;
}
#room_qim .qim_a{
  background: #bbda90;
}
#room_qim .qim_akara{
  width: 30%;
  float: right;
  padding-top: 30%;
  background: url(../images/room/qim_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color:#f9fcde;
  margin-left: 2%;
}

#room_qim .qimchomo{
  color: #f00;
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}
#room_qim .yhoim{
  background: #fff;
  box-shadow: 2px 2px 5px #000;
  width: 412px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  box-sizing: border-box;
}
#room_qim .yhim{
  max-width: 90%;
  margin: 5%;
  box-shadow: 2px 2px 5px #000;
}

 /*================================================
  *  nas
  ================================================*/
  #room_nas{
   padding: 2%;
    box-sizing: border-box;
    background:url(../images/room/bg_cow.jpg);
    background-position: center top;

  }
  #room_nas .room_inner{
    background-color: rgba(255,255,255,0.6);
    margin-top: 5%;
    border-radius: 8px;
    padding: 2%;
  box-sizing: border-box;
   border: #ccc 3px solid;
  }
  #room_nas p{
  font-size: 2.1rem;
  }

  #room_nas .nasbj{
    font-weight: bold;
}
  #room_nas .naschumo{
    color: #f00;
    background: linear-gradient(transparent 60%, yellow 60%);
    font-weight: bold;

  }

  /*================================================
   *  room_korega
   ================================================*/
   #room_korega{
    padding: 2%;
     box-sizing: border-box;
     background:url(../images/room/bg_usm.jpg);
     background-position: center top;

   }
   #room_korega .room_inner{
     background-color: rgba(255,255,255,0.6);
     margin-top: 5%;
     border-radius: 8px;
     padding: 2%;
   box-sizing: border-box;
    border: #ccc 3px solid;
   }
   #room_korega p{
   font-size: 2.1rem;
   }


/*================================================
 *  room_wthanksni
 ================================================*/
#room_wthanksni{
  background: url(../images/room/bg_hi.jpg);
  background-size: cover;
  background-position: top center;
  box-shadow: 0 0 10px inset #000,0 0 20px inset #000,0 0 30px inset #000, 0 0 50px inset #000, 0 0 100px inset #000;
  padding: 5% 2%;
  position: relative;
  z-index: 10;
}

#room_wthanksni .inner{
	border: dashed 3px #fff;
	padding: 2%;
	margin: 2% auto;
	border-radius: 10px;
}

#room_wthanksni .wtca{
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin: 0;
}

#room_wthanksni .wtkk{
  color: #000;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  font-weight: bold;
  font-size: 3.5rem;
  text-align: center;
  margin: 5%;

}

/*================================================
 *  タブレット向けデザイン
 ================================================*/


/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	html{
		font-size: 50%;
	}
	.room_inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}




	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.tablet{
		display: block!important;
	}
	.pc_tablet{
		display: none!important;
	}
	html{
		font-size: 45%;
	}
	.lock {
		overflow:hidden;
	}
	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	nav {
		background:#173e20;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .room_inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #fff;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#173e20;
	}
	nav li a:hover {
		color:#173e20;
		background:#fff;
		font-weight: bold;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
    background: #000;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:hover:before {
		background: #173e20;
}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#173e20;
	}
	.subnav a:hover:after {
	  background: #fff;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#fdcf00;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#000;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#000;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.inquiryform td {
   display: block;
   width: 100%;
   box-sizing: border-box;
   font-size: 18px;
  }
  .inquiryform td input::placeholder,.inquiryform td textarea::placeholder,.inquiryform td select{
   font-size: 3vw;
  }

   .inquiryform th {
     display: block;
     width: 100%;
     box-sizing: border-box;
     font-size: 16px;

   }
     .inquiryform .button,.inquiryform .buttona {
       width: 90%;
       font-size: 3vw;
       box-sizing: border-box;
       margin-left: auto;
       margin-right: auto;
     }
       .inquiryform label {
         width: 100%;
         display: block;
       }
  .inquiryform .contactbtn{
    font-size: 5vw;
  }

  button.shsk_inbox_in_moshi,a.shsk_inbox_in_moshi{
		font-size: 4vw;
    width: 98%;
}
  #room_intro{
    padding: 0;
    background: none;
}
	#room_intro .introim{
	}

  #room_stm .stmkakomu{
    text-align: left;
  }
#room_stm .stmlis{
  padding-left: 5%;
  text-indent: -6%;
}
  #room_stm .stmlis::before{
    font-family: "Font Awesome 5 Free";
    content: "\f559";
    margin-right: 1%;
 }

}



@media screen and (max-width:480px) {
html{
	font-size: 45%;
}

.room_tp{
	background-size: 120%;
  padding-left: 1%;
  padding-right: 1%;
}
.room_innertp{
	font-size: 5vw;

}
.oshirase p{
padding-right: 20%
}

#room_ue p{
	font-size: 5vw;
}

#room_intro_thanks{
	padding-top: 25%;
}

}


@media screen and (max-width:375px) {
	.sesp{
		display: none!important;
	}
}
