@charset "UTF-8";



/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
code, form, legend, input, textarea, section {
	
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:inherit;
}



header, main, hgroup, nav, article,
section, aside, figure, footer {
	display:block;
}

ol, ul {
	list-style: none;  
}



body {
	background: #B80F14;
	width:100%;
	color:#363133;
	margin: auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 全体
------------------------------------------------------------*/
#wrapper,#footer{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
/*box-shadow:1px 2px 3px #ccc;*/
}

#header{
	width: 100%;
	position: relative;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 0%;/*box-shadow:1px 2px 3px #ccc;*/
}


/**********************************/
/*           ヘッダー           */
/**********************************/
#header{

overflow:hidden;
}

* html #header{height:1%;}


/* PC用 */

@media print, screen and (min-width:768px){	
	
#header{
	width: 960px;
	margin-top: 6px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#header h1{
	font-size:16px;
	font-weight:normal;
	padding-left: 20px;
	text-align: left;	
}

#header .logo{
	float: left;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

.info{
	float: right;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}


#wrapper,#footer{
	width: 940px;
	padding: 10px;
}

.pc_none {display:none;}

.pc-image {
	display: block;
	}
.sp-image {
	display: none;
	}

}


/* モニター幅768px以下 */

@media only screen and (max-width:768px){
	
#header,.inner,#footer{
	width: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
	
#header h1{
	text-align: center;
}

#header .logo{
	float: left;
	text-align: left;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	width: 48%;
	margin: 0px;
	}
	
#footer .logo{
	float:none;
	text-align:center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

#wrapper{
	width: 100%;
	padding: 0px;
	}
	
.info{
	float: right;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 0;
	width: 47%;
	margin: 0px;
}
	
#header img{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}	
	
.sp_none {display:none;}

.pc-image {
	display: none;
	}
.sp-image {
	display: block;
	}
	
.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}	

}


/* ----------------------------------------------------------------
　
LPトップ部分

------------------------------------------------------------------- */

#mv	{
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-size: 1em;
}
		
#mv img {
	line-height: 0px;
	width: 100%;
	z-index: 10;
	margin: 0px;
}
		
.nopadding {
	margin: 0px;
	line-height: 0px;
	display: block;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	

ul{
	margin-top: 2px;
	padding-top: 6px;
	padding-left: 6%;
	padding-right: 2%;
	list-style-type: none;	
}

ul li{
	font-size: 0.8em;
	padding-bottom: 4px;
	line-height: 1.18em;
	color: #630;
}

ul.asterisk li {
  list-style-type: none;
  text-indent: -0.8em;
}
ul.asterisk li:before {
	display: inline;
	content: "※";
}

#mv .top_info {
	position: relative;
	max-width: 100%;
	background-color: #fffbb6;
	border: 2px solid #B80F14;
	line-height: 1.18em;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;	
	
}

#mv .top_info .link{
	display: block;
	position: absolute;
	top: 0;
	left: -3px;
	width: 100%;
	height: 100%;
}

#mv .top_info2 {
	position: relative;
	max-width: 100%;
	background-color: #e84659;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;	
}


#mv .text_c {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}

.white {
	color: #FFFFFF;　/* 白 */
}

.brown {
	color: #773426;　/*茶 */
}




.bg {
	background-color: #663333; /* 茶色 */
}

.bg_202201 {
	background-color: #FDE2A2; /* ゴールド */
}


.text {
	color: #663300;　/* 茶 */
}

.center {
	text-align: center;
}


/* PC用 */
@media only screen and (min-width:768px){	


#mv {
	width: 640px;
	margin-bottom: 10px;
}

.text{
	letter-spacing: 0px;
	line-height: 1.1em;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
}

.top_info h2 {
	font-size: 1.45em;
	color: #B80F14;
	font-weight: bold;
	line-height: 1.45em;
	margin-top:4px;
	margin-bottom:2px;
}

.top_info p {
	font-size: 1.20em;
	color: #663300;
	font-weight: bold;	
	margin-top:2px;
	margin-bottom:4px;
}

.top_info2 p {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
}

.top_info2 p span {
	font-size: 1.85em;
	color: #FFFF00;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
}

.text_c{
	letter-spacing: 0px;
	line-height: 1.35em;
	padding-left: 28px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 28px;
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 8px;
}

.textl{
	letter-spacing: 0px;
	line-height: 1.6em;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	font-size: 1.75em;
	font-weight: bold;
}

.small_y {
	font-size: 0.95em;
	color:#FFF57F;
}


	
}

/* モニター幅768px以下 */
@media only screen and (max-width:768px){


#mv {
	width: 100%;
	margin-bottom: 0px;		
}

.text{
	letter-spacing: 0px;
	line-height: 1.1em;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
}

ul li{
	font-size: 0.75em;
	padding-bottom: 4px;
	line-height: 1.18em;
	color: #630;
}

.top_info h2 {
	letter-spacing: -1px;
	font-size: 1em;
	color: #B80F14;
	font-weight: bold;
	line-height: 1.25em;
	margin-top:2px;
	margin-bottom:1px;
}

.top_info p {
	font-size: 0.9em;
	color: #663300;
	font-weight: bold;
	margin-top:1px;
	margin-bottom:2px;
}

.top_info2 p {
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;	
	margin-top:2px;
	margin-bottom:4px;
}

.top_info2 p span {
	font-size: 1.5em;
	color: #FFFF00;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
}

.text_c{
	letter-spacing: 0px;
	line-height: 1.3em;
	padding-left: 14px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 14px;
	font-size: 1.35em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 8px;
}

.textl{
	letter-spacing: -1px;
	line-height: 1.6em;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	font-size: 1.7em;
	color: #663300;
	font-weight: bold;
}

.small_y {
	font-size: 0.95em;
	color:#FFF57F;
}

}


/* ----------------------------------------------------------------
　
紹介部分 セクション

------------------------------------------------------------------- */

.description {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
}

.description img{
	width: 100%;
	height: auto;
	line-height: 0;
}

.description .video {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top:18px;
	padding-bottom:18px;

}

h2 {
	margin: 0;
	line-height: 0;
}


/* ----------------------------------------------------------------　
フッター予約ボタン
------------------------------------------------------------------- */

/* モニター幅768px以下 */
@media only screen and (max-width:768px){
	
div.f_reserv {
	z-index: 10;
	position: fixed;
	bottom: 0;
	left: 10px;
	width: 96%;
	transition: bottom 0.3s ease;
	padding: 0 5px 5px 5px;
	box-sizing: border-box;
}

div.f_reserv a{
	height: 48px;
	line-height: 48px;
	display: block;
	max-width: 480px;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.12em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #71c33b), color-stop(1, #427f3f));
	background: -moz-linear-gradient(top, #71c33b 5%, #427f3f 100%);
	background: -webkit-linear-gradient(top,  #71c33b 0%,#427f3f 100%);
	background: -o-linear-gradient(top, #71c33b 5%, #427f3f 100%);
	background: -ms-linear-gradient(top, #71c33b 5%, #427f3f 100%);
	background: linear-gradient(to bottom, #71c33b 5%, #427f3f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5db1', endColorstr='#e04473',GradientType=0);
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 23px;
	box-shadow: 2px 2px 0 0 rgba(0,0,0,0.4);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.f_reserv a:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 28px;
	background-size: 100% auto;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url(../images/pc.png);
	background-repeat: no-repeat;
}

}

/**********************************/
/*           フッター             */
/**********************************/
footer{
	max-width: 640px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	overflow: hidden;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 58px;
	padding-left: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

footer a{color:#fff;}
footer a:hover{color:#ccc;}

footer .logo{
	text-align: center;
	padding-bottom: 8px;
}

footer .copyright{
	font-size: 11px;
	color: #fff;
	text-align: center;
}
