@charset "shift_jis";

header div.minititle{
	/*font-family: "a-otf-futo-min-a101-pr6n","Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
}
*{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.pc{display: none;}
.sp{display: inline-block;}

/*スマホベース*/
/* --------------------------------------------------
main
-------------------------------------------------- */
body .topchushaku{
	color:#e00;
	text-align: center;
	padding: 5px 0;
	width: 86%;
	margin: auto;
}
body section.maintitle{
	margin-top:0;
    color: #fff;
	background-image: url(/tokushu/cm/2023/image/mainimage.jpg);
	background-position: center top;
	background-size:100% auto;
	background-repeat: no-repeat;
	position: relative;
	height: 260px;
	height: 70vw;
}
body section.maintitle h1{
	max-width: 100px;
	position: absolute;
	right: 20px;
	top: 80px;
}
body section.maintitle h1 img{
	width: 100%;
}
div.kikan{
	padding: 10px 0 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-height: 100px;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
div.kikan img{
	width: 100%;
	margin: auto;
}



/* --------------------------------------------------
contents
-------------------------------------------------- */
body div.contents{
	margin: auto;
	position: relative;
}
body .bg_red{
	background-color: #8b000b;
	background: linear-gradient(180deg, rgba(139,0,11,1) 16%, rgba(215,0,17,1) 100%);
	padding: 0px 0 50px 0;
	position: relative;
}

/*clearfile*/

.clearfile{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 94%;
	max-width: 825px;
	margin: auto;
}
.clearfile img.file{
	width: 48%;
	margin: -30px 0 0;
	position: relative;
	z-index: 3;
}
.clearfile h2{
	width: 48%;
	height: auto;
	margin: 0;
	background-color: transparent;
}
.clearfile h2 img{
	width: 100%;
}
.clearfile span{
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	padding: 10px 0 0 0;
}

/*概要*/
#gaiyo{
	width: 94%;
	margin: auto;
	max-width: 900px;
	margin: auto;
}
dl.gaiyo{
	width: 100%;
	margin: 0 auto 20px;
	background-color: #fff;
}
dl.gaiyo dt{
	background-color: #f07f88;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	padding: 5px 0;
}
dl.gaiyo dd{
	background-color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
}
dl.gaiyo dd small{
	font-weight: normal;
	display: block;
	font-size: 14px;
}

/*店舗検索*/
.link_shop,
.link_room{
	width: 94%;
	max-width: 900px;
	margin: auto;

	/*下移動*/
	border: 1px solid #00905c;
	margin-bottom: 30px;
	
}

.link_shop h3{ 
	background-color: #00905c;
	color: "fff";
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;

	/*下移動*/
	width: 100% !important;
	margin: 0 !important;
	max-width: inherit !important;
}
#selectshop{ 
    position: relative; 
	/*border:1px solid #000; */
    margin: 0px 0 0 0;
	padding: 10px 0;
    background-color: #fff; /* 初期値　charttresue */
	position: relative;
	min-height: 170px;
  }

  .blk{
    display: none; /* 初期値：display:none; */
    border:0px solid #000;
    padding: 10px 0;
    position: absolute; /*初期値：absolute */
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    background: #fff5dc;
  }
  .blk h5{
    text-align: center;
	font-size: 16px;
	color: #000;
	padding: 10px 0 0 0;
  }
  

  .blk_pref{  /* 都道府県選択（最初の画面） */
    background-color: #fff;
	display: block;
  }
  .blk_pref h5{ 
	font-weight: normal;
	font-size: 16px;
  }
  .blk_area{ /* エリアから都道府県選択 */
	background-color: #fff5dc;
  }
  .blk_shop{ /* 店舗選択画面 */
	background-color: #ffe773;
  }
  .shopdata{
	background-color: #ffed64;
    display: none;
  }
  .shopdata>div{
    display:none;
  }
  .blk_area button{
    cursor: pointer;
  }

  /* プルダウンの設定 */
  .blk select{
    display:block;
    margin:15px auto 0;
    width: 90%;
    padding:15px;
    font-size: 16px;
    background: #fff;
    border: solid #ddd 1px;
  }  
  
  /* プルダウン直下のテキスト */
  p.pull-down-bottom-text{
    margin:20px auto;
  }  

  

  #selectshop .button-area{
	display: none;
    background: #fff5dc;
    margin:30px auto ;
    grid-template-columns: 1fr 1fr 1fr;
    width: 50%;
    column-gap: 10px;
    row-gap: 10px;
  }

  #selectshop .button-area .item button{
    display: block;
    border-radius: 10px;
    border: 2px solid #ffa4bb;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    padding:8px 32px;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 1.5em;
    width: 100%;
  }

  #selectshop .button-area .box1{
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }

#selectshop .button-area .box1 button{
    border: 2px solid #ffa4bb;
    background: #ffa4bb;
    color: #fff;
  }

#selectshop .back,
#selectshop .other{
    position: absolute;
    bottom:0;
    background: #eee;
    width: 100%;
  }

#selectshop .back p,
#selectshop .other p{
    text-align: left;
    padding: 10px 8px;
}
#selectshop .back p button,
#selectshop .other p button{
	color: #0054d7;
	text-decoration: underline;
}

/*キャンペーン注意事項*/
h5.camp_chui{
	color: #fff;
	font-size: 14px;
	padding: 40px 0 10px;
	width: 94%;
	max-width: 900px;
	margin: auto;
}
ul.camp_chui{
	color: #fff;
	font-size: 12px;
	padding: 0px 0 40px 0;
	width: 94%;
	max-width: 900px;
	margin: auto;
}
ul.camp_chui li{
	margin-left: 1em;
}
ul.camp_chui li:first-letter{
	margin-left: -1em;
}

/*動画*/
#movie{
	/*background-color: #e1e1e1;
	background: linear-gradient(180deg, rgba(225,224,225,1) 16%, rgba(146,146,146,1) 100%);*/
	background-color: #8b000b;
	background: linear-gradient(180deg, rgba(139,0,11,1) 16%, rgba(215,0,17,1) 100%);
	padding: 40px 0 0px;
	position: relative;
}
#movie .title{
	width: 96%;
	max-width: 600px;
	margin: 0 auto 30px;
}
#movie .title img{
	width: 100%;
}
#movie .title img.b1{
	margin-bottom: 10px;
}
#movie .title img.b2{
	margin-top: -10px;
}
#movie .title h2{
	font-size: 24px;
	background-color: transparent;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 3px #666;
}
#movie .movie_layout{
	max-width: 900px;
	margin: auto;
}
#movie h5{
	text-align: center;
	/*color: #000;*/
	color:#fff;
	font-size: 18px;
	margin-bottom: 10px;
}
#movie .youtube {
	position: relative;
	width: 90%;
	max-width: 900px;
	height: auto;
	margin: 0 auto 40px;
	padding-top: 56.25%;
}
#movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.oen_layout{
	max-width: 900px;
	margin: auto;
	position: relative;
}
.oen{
	color: #fff;
	font-size: 18px;
	font-size: 5vw;
	font-family: "aozora-regular";
	margin: 0 0 0px 5%;
	padding-bottom: 40px;
}
.mmm{
	position: absolute;
	width: 150px;
	height: auto;
	bottom:0;
	right: 0;
	z-index: 5;

}

/*point*/
#point{
	padding: 40px 0 40px 0;
	border-bottom: 1px solid #efefef;
}
#point h3{
	width: 96%;
	max-width: 600px;
	margin: 0 auto 30px;
}
#point h3 img{
	width: 100%;
}
#point ul{
	width: 96%;
	max-width: 400px;
	margin: auto;
}
#point ul li{
	width: 100%
}
#point ul li img{
	width: 100%
}
#point ul li p{
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

#point small.chushaku{
	width: 96%;
	margin:auto;
	display: block;
}


/*進化物件*/
#shinka {
	padding: 40px 0;
	border-bottom: 1px solid #efefef;
}
#shinka h3{
	width: 96%;
	max-width: 350px;
	margin: 0 auto 30px;
}
#shinka h3 img{
	width: 100%;
}
#shinka img.espmainimage{
	width: 90%;
	margin: 20px auto 0;
	max-width: 650px;
	display: block;
}
#shinka p{
	width: 90%;
	margin: auto;
	text-align: center;
}
#shinka .target_all div.espbukken{	
	display: block;
	width: 96%;
	height: auto;
	margin: 0px auto 30px;
	padding: 0;
	overflow-x: auto;
	overflow-y: hidden;
	webkit-overflow-scrolling: touch;
	white-space: nowrap;
	text-align: left;
}

#shinka .target_all a.espbukken{
	background-color: #e20012;
	color: #fff;
	display: block;
	padding: 5px 10px;
	margin: 10px auto 60px;
	width: 80%;
	max-width: 400px;
	padding: 20px 0;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 2px 2px 3px #ccc;
	text-align: center;
}
#shinka .target_all ul.espbukken{
	padding: 0 3px 20px;
	justify-content:center;
	width: 100%;
	max-width: 1024px;
    height: 260px;
	text-align: center;
	margin: 0px auto 0px;
	padding: 20px 3px 0px;
}
#shinka .target_all ul.espbukken li{
	display: inline-block;
	background-color: #fff;
	position: relative;
    box-shadow: 0px 0px 10px #ccc;    
	height: 220px;
	margin: 0px auto 10px;
    padding: 10px 0 0px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
	width: 60%;
	max-width: 170px;
}
#shinka .target_all ul.espbukken li.keisai{
	display: inline-block;
}

#shinka .target_all ul.espbukken li a {
	padding: 10px 0 0 0;
	color: #000;
	display: block;
 }
#shinka .target_all ul.espbukken li strong{
	position: absolute;
	top:5px;
	left: 5px;
	z-index: 10;
	display: inline-block;
	padding: 5px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
}
#shinka .target_all ul.espbukken li input[type="chackbox"] + label{
	background-image: url(/select/common/images/chk_off.png);
    background-size: auto 30px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 15px 0 0 60px;
    width: 100%;
    height: 50px;
    display: block;
    text-align: left;
    cursor: pointer;
    margin-bottom: 5px;
    box-shadow: 1px 1px 5px #cccccc;
}
#shinka .target_all ul.espbukken li input[type="chackbox"] + label small{
	font-weight: normal;
    font-size: 11px;
    display: inline-block;
    margin-left: 5px;
}

#shinka .target_all ul.espbukken li div.phwaku {
    position: relative;
    width: 90%;
	margin: auto;
	height: 175px;
    display: block;
    overflow: hidden;
}
#shinka .target_all ul.espbukken li div.phwaku span {
	position: relative;
	bottom: 0;
	width: 100%;
	display: inline;
}
#shinka .target_all ul.espbukken li div.phwaku span img {
	width:100%;
	height: auto;
	object-fit: cover;
	display: block;
}
#shinka .target_all ul.espbukken li p {
    width: 100%;
    min-height: 3em;
    padding: 5px 10px 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3em;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size: auto 100%;
	white-space: pre-line;
}

#shinka small.chushaku{
	width: 96%;
	max-width: 650px;
	margin:auto;
	display: block;
}

/*#other*/
#other {
	padding-top: 40px;
}
#other h3{
	width: 96%;
	max-width: 600px;
	margin: 0 auto 30px;
}
#other h3 img{
	width: 100%;
	margin: 0 auto 20px;
}
#other p{
	text-align: center;
}
#other ul{
	width: 90%;
	max-width: 435px;
	margin: 0 auto;
}
#other ul li{
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #efefef;
}
#other ul li:nth-child(1) img{
	max-width: 300px;
	border: 1px solid #ccc;
	margin: auto;
}
#other ul li img{
	
	width: 100%;
}


  
/* 店舗画面 */
  
  .tenpo-grid{
    display: flex;
    margin:10px auto 0 ;
    width: 90%;
	justify-content: space-between;
  }
  .grid-yoyaku,
  .grid-tenpo-site{
	width: 48%;
  }
  
  .grid-yoyaku a,
  .grid-tenpo-site a{
    display: block;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    text-align: center;
    padding: 16px;
    font-size: 16px;
	
  }

  .grid-yoyaku a:hover,
  .grid-tenpo-site a:hover{
    text-decoration: none;
    opacity: 0.8;
    
  }

  .grid-yoyaku a{
    background: #e20012;
  }
  
  .grid-tenpo-site a{
    background: #fff;
	color: #666;
     
  }

  

/* --------------------------------------------------
-----------------------------------------------------
window size -650
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:650px){
	.pc{display: inline-block;}
	.sp{display: none;}


	/* --------------------------------------------------
	main
	-------------------------------------------------- */
	body section.maintitle{
		margin: 0px auto 0 auto;
		background-image: url(/tokushu/cm/2023/image/mainimage_pc.jpg);
		background-size:100% auto;
		height: 45vw;
	}
	#shinka div.bg_red{
		padding-bottom: 10px;
		background-size: auto 100%;
		
	}
	/* --------------------------------------------------
	contents
	-------------------------------------------------- */
	/*clearfile*/
	.clearfile{
		position: relative;
		top:-3vw;
	}
	.clearfile img.file{
		width: 36%;
	}
	.clearfile h2{
		width: 60%;
	}
	.clearfile h2 img{
		margin-top: 20px;
	}
	.clearfile span{
		text-align: right;
		padding-top: 0;
		display: inline-block;
		margin: -10px 0 0;
	}
	/*概要*/
	#gaiyo{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	#gaiyo dl.gaiyo{
		width: 49%;
		margin: 0 0 20px;
	}
	#gaiyo dl.gaiyo dd{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#gaiyo dl.gaiyo dd p{
		width: 100%;
		align-items: center;
	}
	#gaiyo dl.gaiyo dd small{
		width: 100%;
	}

	/*店舗検索*/


	/*動画*/
	#movie .title h2{
		font-size: 30px;
	}
	#movie .movie_layout{
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	#movie .movie_layout div.movie_container{
		width: 50%;
	}
	#movie h5{
		/*color: #000;*/
		color: #fff;
	}
	.oen{
		font-size: 26px;
		padding-bottom: 100px;
	}
	.mmm{
		width: 200px;
	}

	/*point*/
	#point h3{
		margin: 0 auto 60px;
	}
	#point ul{
		width: 90%;
		max-width: 900px;
		overflow: hidden;
		margin: 0 auto 40px;
	}
	#point ul li{
		width: 50%;
		margin: 0 auto;
		
	}
	#point ul li.point2,
	#point ul li.point3{
		float: left;
		max-width: inherit;
	}
	#point .chushaku{
		text-align: center;
	}
	
	/*進化物件*/
	#shinka {
		background-color: #f5f5f5;
	}
	#shinka .target_all ul.espbukken{
		text-align: left;
		margin: 20px auto 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		overflow: inherit;
		height: auto;
	}
	#shinka .target_all div.espbukken a.espbukken{
		margin: 20px auto;
	}
	#shinka .target_all ul.espbukken {
		width: 100%;
	}
	#shinka .target_all ul.espbukken li{
		margin: 0px 3px 10px;
		height: auto;
		width: 18%;
	}
	#shinka .target_all ul.espbukken li div.phwaku {
		height: auto;
	}
	#shinka .target_all ul.espbukken li div.phwaku span img {
		height:auto;
		display: inline;
	}
	
	



	/*予約フォーム*/
	#selectshop .button-area{
		margin: 30px auto;
		width: 100%;
		padding: 8px;
		column-gap: 5px;
		row-gap: 15px;
	  }
	  
	  #selectshop .button-area .item a ,
	  #selectshop .button-area .item button {
		padding: 8px 16px;
	  }
	  
	  #selectshop .button-area .box1{
		margin:0 40px;
	  }
	  
	  .blk select{
		width: 95%;
		padding:16px 8px;
		font-size: 1.5em;
	  }
	
	  
	  .tenpo-grid{
		margin:20px auto 30px;
		width: 95%;
		column-gap: 10px;
		row-gap: 10px;
	  }
	  
	  .grid-yoyaku a,
	  .grid-tenpo-site a{
		padding: 16px 8px;
		font-size: 1.5em;
	  }
	  
}

@media screen and (min-width:900px){
	/* --------------------------------------------------
	main
	-------------------------------------------------- */
	body section.maintitle{
		margin: 100px auto 0 auto;
	}
	body .bg_red{
		padding: 0px 0 100px 0;
	}
	div.kikan img{
		max-height: 100px;
	}
	/*動画*/
	#movie{
		padding: 20px 0 0px;
	}
	#movie .movie_layout{
		margin-bottom: 40px;
	}
	.mmm{
		bottom:20px;
	}
  }

@media screen and (min-width:1024px){
	/* --------------------------------------------------
	main
	-------------------------------------------------- */
	body .topchushaku{
		margin-top: 100px;
		font-size: 14px;
	}

	body section.maintitle{
		margin: 100px auto 0 auto; /*注釈なしはこちら
		margin: 0px auto 0 auto;*/
		background-image: url(/tokushu/cm/2023/image/mainimage_large.jpg);
		background-size:90% auto;
	}
  }


/* EOF */