@charset "UTF-8";
/* CSS Document */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
body{
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN","Yu Gothic UI", "MS PGothic", sans-serif;
}
.mt10 {margin-top: 10px;}
.mb10 {margin-bottom: 10px;}
.center{
	margin: 0 auto;
	text-align: center;
}
.right {
	text-align: right;
}
.strong {
	font-weight: bold;
}
.small{font-size: 0.75em;}
.alert {
	color:#EF8A87;
	font-size: 0.75em;
}
.subtit {
	font-weight: bold;
	margin-top: 20px;
}
.tit_second{
	color: #62c1b8;
	border-bottom: 1px solid #62c1b8;
	margin-bottom: 40px;
}
ol .ol2nd li {
	list-style-type: none;
	counter-increment: cnt;
}

ol .ol2nd li::before {
	content: "(" counter(cnt) ") ";
}
#inner {
	width: 1200px;
	margin: 40px auto 0;
	background-color: #fff;
}
#head_wrap {
	width: 1280px;
	height: 110px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	 align-items: center;
}
#head_logo{
	width: 600px;
}
#head_menu {
	width: 600px;
	list-style: none;
	display: flex;
}
#head_menu ul li {
	display: block;
}
#head_menu_sp{
	display: none;
}
#container {
	margin: 0 auto;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 1000px;
}
#blue_block_wrap {
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg_ptn.jpg);
}
#blue_block {
	width: 1160px;
	margin: 0 auto;
	background-image: url(../img/bg_content.png);
	background-size:contain;
}
#brown_block {
	background-color: #f1e8d3;
}
#btn_dl_wrap{
	position:relative;
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
}
#btn_dl {
	width: 1160px;
	margin: 0 auto;
	text-align: center;
}
#top_middle_wrap {
	width: 1160px;
	margin: 0 auto;
	margin-top: -80px;
}
#top_middle {
	margin: 0 auto;
	width: 1160px;
	display: flex;
	justify-content: space-between;
	top:475px;
}
#top_movie {
	width: 536px;
	padding: 0;
	text-align: center;
	top:100px;
	padding-top: 100px;
}
#top_about {
	width: 607px;
	padding: 0;
	text-align: center;
	top:100px;
	padding-top: 100px;
}
#top_point_wrap {
	width: 1280px;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 25px;
}
#concept_wrap {
	margin: 0 auto;
	width: 940px;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
#concept_wrap p {
	color:#75655D;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.8;
}

#howto_wrap {
	margin: 0 auto 30px;
	width: 874px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#howto_wrap p{
	padding-right: 20px;
	color: #727171;
	height: 80px;
}
#tokuten_wrap {
	margin: 0 auto;
	width: 1050px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 1.8;
}
#tokuten_coupon {
	position:relative;
	width: 327px;
	height: 308px;
	background: url("../img/bg_coupon.png");
	background-size:327px;
	margin: 0 auto 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #tokuten_coupon{
	  width: 327px;
	height: 308px;
    background-image: url(../img/bg_coupon@2x.png);
  }
}
#tokuten_coupon p {
	position: absolute;
	width: 145px;
	left:175px;
	top:60px;
	color: #75655D;
}
#tokuten_stamp {
	position:relative;
	width: 327px;
	height: 308px;
	background: url("../img/bg_stamp.png");
	background-size:327px;
	margin: 0 auto 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #tokuten_stamp{
	  width: 327px;
	height: 308px;
    background-image: url("../img/bg_stamp@2x.png");
  }
}
#tokuten_stamp p {
	position: absolute;
	width: 145px;
	left:175px;
	top:60px;
	color: #75655D;
}
#tokuten_news {
	position:relative;
	width: 327px;
	height: 308px;
	background: url("../img/bg_news.png");
	background-size:327px;
	margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #tokuten_news{
	  width: 327px;
	height: 308px;
    background-image: url("../img/bg_news@2x.png");
  }
}
#tokuten_news p {
	position: absolute;
	width: 145px;
	left:175px;
	top:60px;
	color: #75655D;
}
#tokuten_caption_wrap {width: 100%;}
#tokuten_caption_wrap_sp {
	width: 90%;
	margin: 0 auto;
}
#tokuten_caption {
	font-size: 0.75em;
	width: 1050px;
	margin: 0 auto;
	color: #595757;
	text-align: right;
	padding: 0 0 10px;
}
#container_2nd {
	width: 1280px;
	margin: 40px auto 0;
	background-color: #fff;
}
#tit_pay {
	width: 1280px;
    margin: 0 auto;
	text-align: right;
}
#pay_wrap {
	width: 1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#pay_caption {
	font-size: 0.75em;
	width: 1050px;
	margin: 0 auto;
	color: #595757;
	text-align: right;
	padding: 10px 0 20px;
}
#how_to_tit{
	width: 571px;
} 
#news_wrap {
	width: 1080px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
#news_chara {
	width: 300px;
}
#news_area {
	width: 780px;
	border: 1px solid #C9CACA;
	border-radius: 12px;
	margin-top: 50px;
	padding: 20px;
}
#faq_wrap {
	width: 1080px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
#faq_wrap2 {
	width: 1080px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
#faq_wrap3 {
	width: 1080px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
#shop_tit_wrap {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}
#shop_tit {
	width: 790px;
	text-align: right;
}
#shop_chara {
	width: 290px;
}
#shop_wrap {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#shop_wrap::after {
	content: '';
	display: block;
	width: 324px;
}
.shop {
	color: #231815;
	width: 324px;
	padding: 8px;
	border: 1px solid #C9CACA;
	border-radius: 4px;
	margin-bottom: 20px;
}
.shop_inside {
	display: flex;
	justify-content: space-between;
}
.shop_inside p {
	width: 232px;
	font-size: 0.9em;
	margin: 5px 0;
}
.shop_ttl {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.shop_icon {filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.4));}
#shop_caption {
	font-size: 0.75em;
	width: 1080px;
	margin: 0 auto;
	color: #595757;
	padding: 10px 0 20px;
}
#wrap_inquiry {
	background-color: #94D1CA;
	width: 100%;
	padding: 20px 0;
}
#inquiry {
	width: 1080px;
	margin: 0 auto;
	padding: 20px 0 10px;
	text-align: center;
	color:#231815;
	background-color: #fff;
	box-sizing: border-box;
}
#inquiry_tit {
	font-size: 1.8em;
}

#foot {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	width: 1080px;
	background-color: #fff;
	color:#231815;
	box-sizing: border-box;
}
#foot a {padding: 0 20px;}
#foot a:link {
	color: #231815;
	text-decoration: none;
}
#foot a:visited {
	color: #231815;
	text-decoration: none;
}
#foot a:hover {
	color: #231815;
	text-decoration: underline;
}
#foot a:active {
	color: #231815;
	text-decoration: none;
}
input {
	font-weight: 400;
    font-stretch: normal;
    font-size: 16px;
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#foot p {
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 0.75em;
}
.formTable{
	width:1024px;
	margin:0 auto;
	border-collapse:collapse;
}
.formTable td,.formTable th{
	border:1px solid #D3D3D4;
	padding:10px;
}
.formTable th{
	width:30%;
	font-weight:normal;
	background:#EDEDED;
	text-align:left;
}
.formTable td {
	text-align: left;
}
.btn_submit {
	padding: 5px 10px;
	background-color: #F39800;
	color: #fff;
	font-size: 1em;
	border: none;
	border-radius: 8px;
}
.btn_reset {
	padding: 5px 10px;
	background-color: #EDEDED;
	color: #999;
	font-size: 1em;
	border: none;
	border-radius: 8px;
}
.thanks_table {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0px;
	border: 1px solid #D3D3D4;
	text-align: center;
}
body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}

#faq_wrap div {
	width: 350px;
	font-size: 0.9em;
}
#faq_wrap2 div {
	width: 350px;
	font-size: 0.9em;
}
#faq_wrap3 div {
	width: 350px;
	font-size: 0.9em;
}
.acd-check{
  display: none;
}
.acd-label{
  background: #A5A6A6;;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
	border-radius: 6px;
}
.acd-content{
	width: 340px;
	color:#595757;
  border: 1px solid #595757;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
	box-sizing: border-box;
	border-radius: 6px;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.news-bg {
	background-image: none !important;
}
#news_area h4 {
	margin: 0;
	text-align: center;
	color: #5fc1b6;
	font-size: 1.4em
} #news_area a {
	color: #595757;
	text-decoration: none;
} #news_area a:hover {
	color: #f39800;
	text-decoration: underline;
}
/* お知らせ欄 */

.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	margin: 9px auto;
	padding:9px 0;
	border-bottom:3px dotted #ccc;
	list-style-type:none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	line-height:100%;
	margin:0 20px 0 5px;
}
.title a {
	color: #0a6eb9;
	text-decoration: none;
} .title a:hover {
	text-decoration: underline;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	float:left;
	overflow:hidden;
	width:950px;
	margin-top: 20px;
}
.thumbNailWrap{
	display:block;
	float:left;
	height:auto;
	overflow:hidden;
	margin-top: 20px;
} .thumbNailWrap img {
	margin-right: 20px;
}
.up_ymd {
	color: #5fc1b6;
} .up_ymd::before {
	content: "▶ ";
}
.news_link {
	text-align: right;
}
.pNav {
	font-size: 13px;
} .pNav a {
	color: #0a6eb9;
	text-decoration: none;
} .pNav a:hover {
	color: #f39800;
	text-decoration: underline;
}
.news-bg h2 {
	color: #5fc1b6;
	border-left: 5px solid #5fc1b6;
	border-bottom: 1px solid #5fc1b6;
	padding: 10px 20px;
	margin: 40px auto;
}
#up_ymd {
	font-size: 13px;
	color: #666666;
	margin-bottom: 20px;
}
#detail {
	margin-bottom: 40px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}
#page-top{
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #62c1b8;
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	bottom: 2%;
	right: 2%;
	z-index: 100;
}
.overPagerPattern{
	padding:0 2px ;	
}
.privacy_table {
	width: 100%;
	margin:0 auto;
	border-collapse:collapse;
}
.privacy_table th,.privacy_table td {
border:1px solid #D3D3D4;
	padding:10px;}
.privacy_table th {
	    width: 20%;
    background-color: #EDEDED;
	text-align: left;
}
.privacy_table td{
	width: 80%;
    background-color: #FFF;
}
@media (max-width:768px){
	#wrapper {width: 100%;}
	#inner {width: 100%;}
	#head_wrap {
		width: 100%;
		height: auto;
		display: block;
	}
	#head_logo {
		width: 100%;
		display: block;
		margin: 0;
	}
	#head_menu {
		display: none;
	}
	#head_menu_sp{
		width: 90%;
		display: flex;
		justify-content: space-between;
		list-style: none;
		margin: 0 auto;
		padding: 0 0 10px;
		font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN","Yu Gothic UI", "MS PGothic", sans-serif;
		font-weight: 600;
}
	#head_menu_sp ul {
		width: 100%;
	}
	#head_menu_sp ul li {
		width: 25%;
		color: #036eb7;
	}
	#head_menu_sp a{
		color: #036eb7;
		text-decoration: none;
	}
	#head_menu_sp a:link{
		color: #036eb7;
		text-decoration: none;
	}
	#head_menu_sp a:visited{
		color: #036eb7;
		text-decoration: none;
	}
	#head_menu_sp a:hover{
		color: #036eb7;
		text-decoration: none;
	}
	#head_menu_sp a:active{
		color: #036eb7;
		text-decoration: none;
	}
	#container {
		width: 100%;
		background-size: 100%;
	}
	#blue_block_wrap {width: 100%;}
	#blue_block {width: 100%;}
	#btn_dl_wrap {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	#btn_dl {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		width: 90%;
		left: 10px;
		right: 10px;
	}
	#top_point_wrap {width: 100%;padding: 0;}
	#tokuten_caption {width: 100%;}
	 #top_middle_wrap {
		 width: 100%;
		 display: block;
	 }
	#top_middle {
		width: 100%;
		display: block;
	}
	#concept_wrap {
		width: 90%;
		display: block;
	}
	#concept_wrap p {
		text-align: left;
		font-size: 1em;
	}
	#howto_wrap  {
		width: 90%;
		display: block;
	}
	#container_2nd {width: 90%;}
	 #top_movie{
		 display: block;
		 width: 90%;
		 margin: 0 auto;
	 }
	 #top_about{
		 display: block;
		 width: 90%;
		 margin: 0 auto;
		 padding-top: 20px;
	 }
	#tokuten_wrap {
		 display: block;
		 width: 100%;
	 }
	#pay_wrap {
		 display: block;
		 width: 100%;
	 }
	#tit_pay {
		width: 100%;
		margin: 20px auto 0;
		padding: 0;
		text-align: center;
	}
	#how_to_tit{
	width: 90%;
} 
	#howto_wrap p{
	padding: 0;
	color: #727171;
}
	.howto_chara {
		text-align: center;
		margin: 0 auto;
	}
	.howto_chara img{
		width: 85%;
		margin-bottom: 0!important;
	}
	#news_wrap {
		 display: block;
		 width: 100%;
	 }
	#news_chara {width: 100%;}
	#news_area {
		width: 100%;
		margin-top: 0;
		box-sizing: border-box;
	}
	#faq_wrap {
		width: 100%;
		display: block;
		margin: 0;
	}
	#faq_wrap div{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#faq_wrap2 {
		width: 100%;
		display: block;
		margin: 0;
	}
	#faq_wrap2 div{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#faq_wrap3 {
		width: 100%;
		display: block;
		margin: 0;
	}
	#faq_wrap3 div{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.acd-label {margin-top: 5px;}
	#shop_tit_wrap {
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	#shop_wrap {
		width: 100%;
		display: block;
	}
	.shop_inside p {
	padding-left: 8px;
}
	#shop_tit {width: 100%;}
	.shop {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	#shop_caption {width: 100%;}
	#pay_caption {width: 100%;}
	#wrap_inquiry {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	#inquiry {
		width: 100%;
		padding: 0;
	}
	.formTable {width: 100%;}
	textarea{width: 90%;}
	#foot {
		width: 100%;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
	}
	#foot a{
		width: 100%;
		display: block;
		padding: 0;
	}
.formTable th,.formTable td{
    display: block;
    width: 100%;
	box-sizing: border-box;
  }
	.privacy_table{border-collapse:collapse;}
.privacy_table th,.privacy_table td{
    display: block;
    width: 100%;
	box-sizing: border-box;
  }
}