@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:770px) {
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;/*基本を16pxで設定*/
font-family: "Zen Old Mincho", serif;
font-weight: 400;
font-style: normal;
line-height: 1.8;
vertical-align: baseline;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}
body{
	position: relative;
	margin: 0;
	padding: 0;
	background: #ece6dc;
}
a{
	text-decoration: none;
}
#wrapper{
}
#contant{
	margin: auto;
    overflow: hidden;
	padding-top: 15%;
}
.box{
	width: 100%;
	margin: auto;
}
.box1{
	width: 100%;/*1368px*/
	max-width: 1300px;/* 1300px */
	margin: auto;
}
.box2{
	width: 100%;/*1380px*/
	max-width: 1200px;
	margin: auto;
}
.hidden{
	overflow: hidden;
}
/*---------------------------------------------------------------------------------------------------------------*/
/* ----フォント関連 ----*/
.com_title1{
	font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
	font-size: 21px;/* 36px */
	line-height: 1.5;
}
.com_title2{
	font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
	font-size: 18px;/* 26px */
	line-height: 1.5;
}
.com_title3{
	font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
	font-size: clamp(1.563rem, 1.234rem + 0.89vw, 2.125rem);/* 34px */
	line-height: 1.5;
}
.com_title4{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(1.188rem, 0.859rem + 0.89vw, 1.75rem);/* 28px */
	line-height: 1.5;
}
.en_title1{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: clamp(1.563rem, 1.234rem + 0.89vw, 2.125rem);/* 34px */
	font-weight: 700;
	font-style: normal;
	line-height: 2;
}
.en_title2{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: clamp(1.188rem, 0.859rem + 0.89vw, 1.75rem);/* 28px */
	font-weight: 700;/* 700 */
	font-style: normal;
	line-height: 2;
}
.en_title3{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: clamp(1.563rem, 1.234rem + 0.89vw, 2.125rem);/* 34px */
	font-weight: 700;/* 700 */
	font-style: normal;
	line-height: 2;
}
.box_title1::before{
	content: '';
	display: block;
	width: 60px;/* 60px*/
	height: 65px;/* 60px*/
	margin: 0 auto 10px;
	padding: 20px 0;/* 20px 0*/
	background: url("img/common/title-tag2.png");
	background-size: cover;
}
.box_title2::before{
	content: '';
	display: block;
	width: 60px;/* 60px*/
	height: 65px;/* 60px*/
	margin: 0 auto 10px;
	padding: 1.39vw 0;/* 20px 0*/
	background-image: url("img/common/title-tag.png");
	background-size: cover;
}
.box_title3::before{
	content: '';
	display: block;
	width: 60px;/* 60px*/
	height: 60px;/* 60px*/
	margin: auto;
	padding: 1.39vw 0;/* 20px 0*/
	background-image: url("img/common/box_title3.png");
	background-size: cover;
}
.line-title1::after{
	content: '';
	display: block;
	width: 60px;/* 60px*/
	margin: auto;
	border-bottom: 4px solid #D20003;
}
.af-line::after{
	display: block;
	content: '';
	width: 90px;/* 90px */
	border-top: 10px solid #0065BD;
	margin: auto;
	border-radius: 10px;
}
.line-title2{
	display: inline-block;
	border-bottom: 3px solid #6c2735;
	margin-top: 4px;
}
/*--------------- 縦書き----------------------*/
.font1{
	font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;/* 19px */
	line-height: 1.7;
}
.font2{
	font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;/* 17px */
	line-height: 1.7;
}
.font3{
	font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;/* 17px */
	line-height: 1.5;
}
/*----改行  ----*/
.pc-br{
	display: none;
}
.sp-br{
	display: block;
}
/*-------------------------------*/
.gold{
    color: #c4972f;
}
.green{
    color: #00ac97;
}
.violet{
    color: #5a4498;
}
.blue{
	color: #00608d;
}
.white{
	color: #FFFFFF;
}
/*-------------------------------*/
.bg-gold{
    background-color: #c4972f;
}
.bg-green{
    background-color: #00ac97;
}
.bg-violet{
    background-color: #5a4498;
}
.bg-blue{
	background-color: #00608d;
}
.bg-white{
	background-color: #FFFFFF;
}
/*-------------------------------*/
.m-top10{
	margin-top: 1.15%;/* 15px */
}
.m-top30{
	margin-top: 2.69%;/* 35px */
}
.m-top50{
	margin-top: 55px;/* 55px */
}
/*--------------------------*/
.f-center{
	text-align: center;
}
.center{
	text-align: center;
}
.s-center{
	text-align: center;
}
/*-----------------------------------------------------------*/
.gnav-btn2{
	display: none;
}
.g-nav2{
	display: none;
}
.phone-mark{
	display: none;
}
.mail-mark{
	display: none;
}
/*========================  　背景画像　　======================================================================*/
.bg-img1{
	background-image: url("img/common/bg-img1.jpg");
}
.bg-img2{
	background-image: url("img/common/bg-img2.jpg");
	background-size: cover;
	background-position:center;
}
.bg-img3{
	background-image: url("img/common/bg-img3.jpg");
	background-size: cover;
	background-position:center;
}
.bg-img4{
	background-image: url("img/common/bg-img4.jpg");
	background-size: cover;
	background-position:center;
}
.bg-img5{
	background-image: url("img/common/bg-img5.jpg");
	background-size: cover;
	background-position: center;
	vertical-align: middle;
}
.bg-img6{
	background-image: url("img/common/bg-img6.jpg");
	background-size: cover;
}
.bg-img7{
	background-image: url("img/common/bg-img7.jpg");
	background-size: cover;
}
/*---------------------  背景カラー　--------------------------------*/
.bg-black{
	background: #000000;
}
.bg-white{
	background:#FFFFFF;
}
.bg-gray{
	background:rgba(245,245,245,0.8);
}
/* 改行コード-----------------*/
.pc-br{
	display: none;
}
.sp-br{
	display: block;
}
 /*---スマホメニュー　----*/
    #sp-header{
		position: fixed;
        display: block;
		width: 100%;
		height: auto;/* 60px */
		z-index: 1000;
		top: 0;
		left: 0;
		right: 0;
		background: #3a3a3a;
    }
	#sp-header::after{
		content: '';
		display: block;
		padding-top: 15%;
	}
	#sp-hd-logo{
		position: absolute;
		display: block;
		width: 37%;/* 250px */
		height: auto;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 2.5%;/* 10px */
	}
	.sp-phone{
		position: absolute;
		display: block;
		width: 50px;
		height: 60px;
		top: 0;
		bottom: 0;
		right: 120px;
		margin: auto;
	}
	.sp-yoyaku{
		position: absolute;
		display: block;
		width: 50px;
		height: 60px;
		background: #892022;
		top: 0;
		bottom: 0;
		right: 70px;
		margin: auto;
	}
	/* ▼メニュー（ハンバーガーアイコン）▼*/
	/*nabi開閉部分*/
	/*ハンバーガーボタン*/ 
	.gnav-btn{
		display: block;
		position: absolute;
		top: 0;/*24px*/
		bottom: 0;
		right: 10px;/*20px*/
		margin: auto;
		z-index: 3000;
		width: 11.5vw;/* 45px */
		height: 11.5vw;/* 45px */
	}
	   /*ハンバーガーボタン*/ 
	.icon-animation {
		width: 10vw;/*40px*/
		height: 10vw;/*40px*/
		display: block;
		cursor: pointer;
		float: right;
		position: absolute;
		margin: auto;
		right: 0;
		left: 0;
		top:0;
		bottom: 0;
		text-align: center;
		color: #FFFFFF;
		}
		.icon-animation span {
		  width: 8vw;/*30px*/
		  height: 0.3vw;/*2px*/
		  display: block;
		  background: #FFFFFF;
		  position: absolute;
		  left: 50%;
		  top: 50%;
		  margin-left: -4vw;
		  -webkit-transition: all 0.3s;
		  transition: all 0.3s;
		  -webkit-transform: rotate(0deg);
		  -ms-transform: rotate(0deg);
		  transform: rotate(0deg);
		}
		.icon-animation .top {
		  -webkit-transform: translateY(-13px);
		  -ms-transform: translateY(-13px);
		  transform: translateY(-13px);
		}
		.icon-animation .bottom {
		  -webkit-transform: translateY(13px);
		  -ms-transform: translateY(13px);
		  transform: translateY(13px);
		}
		.is-open .middle {
		  background: rgba(51, 51, 51, 0);
		}
		.is-open .top {
		  -webkit-transform: rotate(-45deg) translateY(0px);
		  -ms-transform: rotate(-45deg) translateY(0px);
		  transform: rotate(-45deg) translateY(0px);
		}
		.is-open .bottom {
		  -webkit-transform: rotate(45deg) translateY(0px);
		  -ms-transform: rotate(45deg) translateY(0px);
		  transform: rotate(45deg) translateY(0px);
		}
		/* .global_nav */
	.global_nav {
		position: fixed;
		display: block;
		overflow: hidden;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		transform: translateX(100%);/* 360%*/
		padding-top: 0;
		text-align: center;
		background: rgba(0,0,0,0.8);
		transition: all 0.7s;
		z-index: 900;
	}
	/* .global_navに.activeが追加 */
	.global_nav.active {
		transform: translateX(0%);/* 240%*/
	}
	#global-menu{
		position: absolute;
		width: 60%;
		list-style: none;
		top: 150px;/* 150px */
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		overflow: hidden;
	}
	#global-menu a{
		display: block;
		color: #FFFFFF;
		text-decoration: none;
	}
	#global-menu li{
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 21px;/* 18px */
		color: #FFFFFF;
		text-align: center;
		padding: 10px;/* 10px */
		transition: 1s;
		line-height: 1em;
	}
	#global-menu li .innr2{
		font-size: 0.69rem;/* 11px */
		margin: 0;
		padding: 0;
		font-weight: normal;
	}
	.sp-reserve{
		position: absolute;
		width: 60%;
		padding: 10px;
		 display: grid;
		place-content: center;
		color: #FFFFFF;
		background: #892022;
		font-family: "Zen Old Mincho", serif;
		font-weight: 700;
		font-style: normal;
		font-size: 21px;/* 18px */
		line-height: 1;
		border-radius: 20px;
		transition: 1s;
		top: 450px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.nav-phone{
		position: absolute;
		display: block;
		width: 80%;
		height: auto;
		top: 530px;
		left: 0;
		right: 0;
		margin: auto;
	}
/*------------------------------------  ファーストビュー ------------------------------------------------------------*/
#fv{
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #3a3a3a;
}
#fv-img2{
	position: absolute;
	width: 50%;/* 400px */
	height: auto;/* 100px */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/*------------------------------------  コンテンツcss ------------------------------------------------------------*/
#m-header{
	display: none;
}
#hd-h1{
	display: none;
}
#hd-logo{
	display: none;
}
#hd-menu{
	display: none;
}
#hd-menu li{
	display: none;
}
#hd-menu li a{
    display: none;
}
a .hd-reserve{
    text-decoration: none;
    color: #FFFFFF;
}
.hd-reserve{
    display: none;
}
.hd-reserve:hover{
	background: #D98100;
}
/* フッター */
footer{
	position: relative;
	height: auto;/* 340px */
	background: #3a3a3a;
    border-top: 8px solid #c4972f;
	overflow: hidden;
}
footer::after{
	content: '';
	display: block;
	padding-top: 250px;
}
#ft-logo{
    position: absolute;
    display: block;
    width: 40%;/* 250px*/
    height: auto;/* 80px */
    top: 50px;/* 80px */
    left: 0;
    right: 0;
    margin: auto;
}
#ft-phone{
    position: absolute;
    display: block;
    width: 60%;/* 410 */
    height: auto;/* 100px */
    top: 110px;/* 160px */
    left: 0;
    right: 0;
    margin: auto;
}
#ft-mark{
    position: absolute;
    width: 80%;/* 500px*/
    top: 140px;/* 210px */
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 14px;/* 19px */
	line-height: 1.5;
    color: #FFFFFF;
}
#copy{
	position: absolute;
	display: block;
	width: 100%;
	font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 14px;/* 19px */
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	bottom: 10px;;
}
/*--------------------------------------------  下層ページタイトル  --*/
#page-box{
    position: relative;
    width: 94%;/* 1500px */
    height: auto;/* 400px */
    border-radius: 10px;
    overflow: hidden;
    margin: 20px auto 0;
    background-size: cover;
    background-position: center middle;
}
#page-box::after{
	content: '';
	display: block;
	padding-top: 130px;
}
#page-title-bx{
    position: absolute;
    top: 25%;/* 160px */
    left: 6.6%;/* 100px */
}
#page-title1{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;/* 26px */
	line-height: 1.4;
    color: #FFFFFF;
}
#page-title2{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 22px;/* 26px */
	line-height: 1.2;
    color: #FFFFFF;
}
/*---------------------- 新着情報 -------*/
.news-box{
    width: 90%;/* 800px*/
    margin: 40px auto 0;/* 40px auto 0*/
}
.news-box .news{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 2px dotted #FFFFFF;
}
.news-box .news a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.news-date{
	display: block;
    width: 100%;/* 160px */
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;/* 19px */
	line-height: 1.5;
    padding: 10px;/* 15px */
	text-align: left;
}
.news-title{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;/* 19px */
	line-height: 1.5;
    padding: 10px;/* 15px */
}
/*-----------------------------------------------------------------  single   ------------*/
#post-box{
	width: 1000px;
	margin: 140px auto;
	overflow: hidden;
	min-height: 800px;
}
#post-tl-box{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 20px;
	background: #3a3a3a;
	border-top: 6px solid #c4972f;
	color: #FFFFFF;
}
.post-day{
	font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	color: #FFFFFF;
	line-height: 1.5;
	font-size: 13px ;/*210 240 */
}
#post-title{
	font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
	color: #FFFFFF;
	line-height: 1.5;
	font-size: 25px ;/*210 240 */
	margin-top: 15px;
}
/*---------------------------------------------------------------  jQuery系  ---------------*/
/*---　永遠に横にスライダー ---*/
.marquee{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	white-space: nowrap;
	overflow: hidden;
}
.item1{
	position: absolute;
	display: inline-block;
	padding: 20px 40px;
	font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
	color: #FFFFFF;
	line-height: 1;
	font-size: 70px ;/*210 240 */
	margin-right: 20px;
    bottom: 10px;
}
/*------画像パララックス ---*/
.para-flame1{
    overflow: hidden;
}
.para-flame1 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;/* 少し大きくする */
    object-fit: cover;
    will-change: transform;
}
.para-flame2{
    overflow: hidden;
}
.para-flame2 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;/* 少し大きくする */
    object-fit: cover;
    will-change: transform;
}
}