@charset "utf-8";



/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/*Bootstrap Iconsの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("inview.css");



/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	font-size: 13px;	
	overflow-x: hidden;
}


	@media screen and (min-width:900px) {

		html, body {
			font-size: 16px;	
		}

	}


body {
	font-family: "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;	
	-webkit-text-size-adjust: none;
	background: #fff;	
	color: #666;		
	line-height: 2;		
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*ul,olタグ*/
ul, ol {margin-bottom: 30px;}

/*他*/
section + section {
	margin-top: 100px;
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #666;	
	transition: 0.3s;
}

a:hover {
	opacity: 0.8;	
}


/*container
---------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	max-width: 1800px;	
}


/*header
---------------------------------------------------------------------------*/

header {
	display: flex;			
	align-items: center;	
	padding: 3%;			
}

header a {
	color: #fff;	
}


.home header {
	justify-content: space-around;	
	padding: 10% 0;					
	position: relative;				
	margin-bottom: 100px;		
}

/*ロゴ*/
#logo img {display: block;}
#logo {
	margin: 0;
	width: 200px;	
}


.home #logo {
	width: auto;	
	height: 300px;	
	order: 1;		
}
.home #logo img {height: 100%;}





/*トップページのヘッダー内メニュー
---------------------------------------------------------------------------*/

header ul {margin: 0; padding: 0;}
header nav {
	letter-spacing: 0.2em;			
	text-shadow: 1px 1px 2px #000;	
}

	/*画面幅700px以下の追加指定*/
	@media screen and (max-width:700px) {

		header nav {
			display: none;	/*非表示にする*/
		}

	}
	/*画面幅700px以下の追加指定ここまで*/

/*メニュー１個あたりの設定*/
header nav a {
	text-decoration: none; display: inline-block;
	padding: 1em 0.5em;				
	border: 1px solid transparent;	
}

/*マウスオンおーばー*/
header nav a:hover {
	opacity: 1;						
	background: rgba(0,0,0,0.8);	
	border: 1px solid #fff;			
}

/*縦書き）*/
body.ja header nav {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

/*英語ページ*/
body.en header nav {
	font-size: 0.9rem;	
	text-align: center;	
}
body.en header nav a {
	padding: 0.5em 1em;	
}


/*「English」
---------------------------------------------------------------------------*/

.lang-menu {
	margin: 0; padding: 0; list-style: none;
	font-family: Arial, Helvetica, sans-serif;	
	position: absolute;
	left: 3%;	
	top: 3%;	
	font-size: 0.8rem;	
}


.lang-menu li {
	display: inline-block;
}
.lang-menu a {
	text-decoration: none;display: inline-block;
	border: 1px solid #fff;	
	padding: 0 1em;			
	color: #fff;	
}


/*mainブロック
---------------------------------------------------------------------------*/
main {
	margin: 20px;
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

		main {
			margin: 0 100px 100px;	
		}

	}
	/*画面幅900px以上の追加指定ここまで*/

/*h2タグ*/
main h2 {
	margin: 0;
	font-weight: normal;	
	font-size: 2rem;		
	letter-spacing: 0.3em;	
	text-indent: 0.3em;		
	text-align: center;		
	margin-bottom: 3rem;	
}

/*h2タグ内*/
main h2 span {
	display: block;
	font-size: 0.4em;	
}

/*h3タグ*/
main h3 {
	font-size: 1.3rem;	
}

/*微調整*/
p + h3,p + h2 {margin-top: 2rem;}



/*---------------------------------------------------------------------------*/
#greeting {
	background: url(../images/1.jpg) no-repeat center center / cover;	
	padding: 1rem;				
	margin-left: -100px;		
	width: calc(100% + 200px);	
	color: #fff;			
}


/*縦書きの設定
---------------------------------------------------------------------------*/
.title-bg {
	display: flex;				
	justify-content: center;	
}

/*ボックス内のh2*/
.title-bg h2 {
	display: flex;			
	flex-direction: column;
	align-items: center;	
}

/*縦書きにする指定*/
.title-bg h2 .tate {
	writing-mode: vertical-rl;
	text-orientation: upright;
}


.title-bg h2 .yoko {
	margin-top: 1rem;	
	font-size: 0.4em;	
}


/*menubarブロック
---------------------------------------------------------------------------*/
#menubar ul {list-style: none;margin: 0;padding: 0;}
#menubar {display: none;}
#menubar.db {display: block;}
#menubar.dn {display: none;}


/*メニューブロック
---------------------------------------------------------------------------*/
#menubar h2 {
	margin: 0 0 20px;	
	font-size: 1rem;	
	background: rgba(255,255,255,0.3);	
	color: #fff;	
}

/*メニューブロック*/
#menubar {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 100px 20px 20px;			
	background: rgba(0,0,0,0.9);		
	text-align: center;					
	animation: animation1 0.2s both;	
	border-right: 1px solid rgba(255,255,255,0.3);	
}

	@media screen and (min-width:900px) {

		#menubar {
			width: 70%;	
		}

	}
	/*画面幅900px以上の追加指定ここまで*/


#menubar a {
	display: block;text-decoration: none;
	text-align: center;	
	padding: 10px;		
	color: #fff;		
}
#menubar .submenu li {
	border-bottom: 1px solid rgba(255,255,255,0.3);	
}
#menubar .submenu li:first-child {
	border-top: 1px solid rgba(255,255,255,0.3);	
}


/*アイコンブロック
---------------------------------------------------------------------------*/
.icons li {
	display: inline-block;	
	margin: 10px;			
	font-size: 20px;	
}


/*ばーがーアイコン設定
---------------------------------------------------------------------------*/

#menubar_hdr.db {display: flex;}
#menubar_hdr.dn {display: none;}


#menubar_hdr {
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 30px;		
	top: 30px;			
	width: 60px;		
	height: 56px;		
	display: flex;					
	flex-direction: column;			
	justify-content: space-between;	
	padding: 20px 10px;		
	transition: 0.3s;		
	background: rgba(0,0,0,0.2);	
}


#menubar_hdr:hover {
	opacity: 0.5;
}


#menubar_hdr span {
	display: block;
	transition: 0.3s;	
	border-top: 1.5px solid #fff;	
}


#menubar_hdr.ham span {
	transform-origin: center center;
}


#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(5px, 5px);	
}


#menubar_hdr.ham span:nth-of-type(2){
	transform: rotate(-45deg) translate(5px, -5px);	
}


/*フッター
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 0.7rem;		
	text-align: center;		
}


footer a {text-decoration: none;}


.pr {display: block;}


.copy {padding: 1%;}


/*フッターメニュー
---------------------------------------------------------------------------*/

#footermenu {
	margin: 0;
	padding: 1%;		
}


#footermenu li {
	display: inline-block;	
	padding: 0 10px;		
}


/*ご紹介
---------------------------------------------------------------------------*/
.list {
	display: flex;		
	padding: 25px 0;	
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	
		.list {
			padding-left: 10px;	
		}
		
	}
	

.list div {
	flex: 1;
}


.list figure {
	width: 20%;			
	margin-right: 20px;	
}


.list h4 {
	margin: 0 0 0.5em;
	font-size: 1.2rem;
}


.list p {
	margin: 0 0 1em;
	font-size: 0.8rem;
}


/*ご紹介ページ
---------------------------------------------------------------------------*/

dl.line {
	margin: 0;
	display: flex;		
	flex-wrap: wrap;	
	font-size: 0.8em;	
	border-top: 1px solid rgba(0,0,0,0.1);	
}

/*左右のボックス*/
dl.line dt, dl.line dd {
	border-bottom: 1px solid rgba(0,0,0,0.1);	
	padding: 2px 10px;					
}

/*左のボックス*/
dl.line dt {
	width: 8em;	
}
/*右のボックス*/
dl.line dd {
	width: calc(100% - 8em);	
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	
		.list dl.line dd {
			width: calc(50% - 8em - 10px);	
			margin-right: 10px;				
		}

		.list dl.line {border-top: none;}

		.list dl.line dt:nth-of-type(1), .list dl.line dd:nth-of-type(1),
		.list dl.line dt:nth-of-type(2), .list dl.line dd:nth-of-type(2) {
			border-top: 1px solid rgba(0,0,0,0.1);
		}

	}
	/*画面幅900px以上の追加指定ここまで*/


/*2カラムブロック（※900px未満では１カラム）
---------------------------------------------------------------------------*/

.c2 {
	display: flex;			
	flex-direction: column;	
}

.c2 h2 {
	font-size: 2rem;
}


.c2 .image {
	order: -1;
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	
		.c2 {
			flex-direction: row;			
			justify-content: space-between;	
			align-items: center;			
			margin-left: -100px;
			margin-right: -100px;
		}
	
		.c2 .image {
			width: 50%;
		}


		.c2 .text {
			width: 50%;
			padding: 0 100px;
		}

	
		.c2 .text-l {
			order: -1;
		}

		.c2 .image-r {
			overflow: hidden;
			border-radius: 100px 0px 0px 100px;	
		}


		.c2 .image-l {
			overflow: hidden;
			border-radius: 0px 100px 100px 0px;	
		}

	}



/*「NEWS」ブロック
---------------------------------------------------------------------------*/

.new dl {
	margin: 0;
	display: flex;		
	flex-wrap: wrap;	
}


.new dt {
	width: 8rem;			
	letter-spacing: 0.1em;	
	display: flex;			
	justify-content: space-between;	
	padding: 10px 0;	
}


.new dd {
	padding: 10px 0;	
	width: calc(100% - 8rem);	
}



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

.faq {
	padding: 0 5px;	
}


.faq dt {
	border-radius: 3px;		
	margin-bottom: 20px;	
	border: 1px solid #ccc;
	text-indent: -2em;				
	padding: 5px 1em 5px 3em;		
}


.faq dt::before {
    font-family: bootstrap-icons;	
    content: "\F504";	
	padding-right: 1em;
}


.faq dd {
	padding: 5px 1em 30px 3em;		
}


.openclose {
	cursor: pointer;	
}


/*テーブル
---------------------------------------------------------------------------*/

.ta1 caption {
	font-weight: bold;		
	padding: 10px 5px;		
	background: #30251b;		
	color: #fff;			
	margin-bottom: 15px;	
	border-radius: 5px;		
}


.ta1 {
	border-top: 1px solid #ccc;	
	width: 100%;
	margin: 0 auto 30px;		
}


.ta1 tr {
	border-bottom: 1px solid #ccc;	
}


.ta1 th, .ta1 td {
	padding: 10px 5px;		
	word-break: break-all;	
}


.ta1 th {
	width: 30%;			
	text-align: left;	
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

		
		.ta1 caption {
			padding: 5px 15px;
		}

	
		.ta1 th, .ta1 td {
			padding: 20px 15px;		
		}

	
		.ta1 th {
			width: 20%;	
		}

	}



/*PAGE TOP
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}


.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	
	right: 20px;	
	bottom: 20px;		
	background: rgba(0,0,0,0.3);	
	width: 50px;		
	line-height: 50px;	
	color: #fff;		
}


/*アニメーション
---------------------------------------------------------------------------*/
@keyframes w {0% {width: 0px;} 100% {width: 100%;}}
@keyframes h {0% {height: 0px;} 100% {height: 100%;}}


.animation-btn {
	position: relative;		
	display: inline-block;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2) inset;	
}


.animation-btn-inner {
	display: block;text-decoration: none;
	padding: 0.5em 3em;		
	letter-spacing: 0.1em;	
	text-indent: 0.1em;		
}


.animation-btn-inner i {
	display: inline-block;
	transition: 0.3s;		
	padding-left: 1em;		
}
.animation-btn-inner:hover i {
	transform: translateX(5px);	
}


.animation-btn::before,
.animation-btn::after,
.animation-btn-inner::before,
.animation-btn-inner::after {
	content: "";
	position: absolute;
	background-color: #000;		
	animation-duration: 0.2s;	
	animation-fill-mode: forwards;	
	animation-timing-function: linear;	
}


.animation-btn:hover::before {
	left: 0px;	
	top: 0px;	
	height: 1px;		
	animation-name: w;
}


.animation-btn:hover::after {
	right: 0px;	
	top: 0px;	
	width: 1px;			
	animation-name: h;	
	animation-delay: 0.2s;	
}


.animation-btn-inner:hover::before {
	right: 0px;		
	bottom: 0px;	
	height: 1px;		
	animation-name: w;	
	animation-delay: 0.4s;	
}


.animation-btn-inner:hover::after {
	left: 0px;		
	bottom: 0px;	
	width: 1px;			
	animation-name: h;	
	animation-delay: 0.6s;	
}


/*こんたくと
---------------------------------------------------------------------------*/

.contact-img {
  text-align: center;
}



/*店舗紹介のページ
---------------------------------------------------------------------------*/
.list-free * {margin: 0;padding: 0;}

.list-free {
	display: flex;			
    flex-direction: column;	
	align-items: flex-start;
	margin-bottom: 10vw;	
	gap: 5vw;		
}

.bg1 .list-free:last-of-type {
	margin-bottom: 0;
}

.list-free .text {
    align-self: flex-start;
	flex: 1;
}

.list-free h3 {
	letter-spacing: 0.1em;	
	font-size: 1.5rem;		
	color: var(--primary-inverse-color);	
	position: relative;	
	padding: 0 1rem;	
	margin: 0 auto;		
}

.list-free h3::before {
	top: -15px;		
	left: -15px;	
	border-right: none;		
	border-bottom: none;	
}

.list-free h3::after {
	bottom: -15px;	
	right: -15px;	
	border-left: none;	
	border-top: none;	
}

.list-free h4 {
	font-size: 1.3rem;
	color: var(--primary-inverse-color);	
	margin-bottom: 0.5em;
}

.bg1 .list-free h4 {
	color: var(--accent-inverse-color);	
}

.list-free .image {
	box-shadow: 0px 10px 40px rgba(0,0,0,0.1);	
}

.list-free .image > div {
	background: var(--primary-inverse-color);	
	color: var(--primary-color);				
	font-size: 0.7rem;	
	padding: 1rem 2rem;	
}

	@media screen and (min-width:600px) {
	
	.list-free {
		flex-direction: row;	
	}
	
	.list-free h3 {
		writing-mode: vertical-rl;	
		text-orientation: upright;	
		padding: 1rem 0.5rem;	
	}

	.list-free .w1 {width: 30%;}
	.list-free .w2 {width: 50%;}
	.list-free .order1 {order: 1;}
	.list-free .order2 {order: 2;}
	.list-free .order3 {order: 3;}
	.list-free .mt1 {margin-top: 10vw;}
	.list-free .mt2 {margin-top: 20vw;}





/*いろいろ
---------------------------------------------------------------------------*/
		
.sen {
  border: 4px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.c-text {text-align: center;}
.mini {font-size: 0.50em;}
.clearfix::after {content: "";display: block;clear: both;}
.color-check, .color-check a {color: #cf2003 !important;}
.color-theme, .color-theme a {color: #88291a !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb0 {margin-bottom: 0px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee;border: 1px solid #ccc; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.75em;}
.large {font-size: 3em; letter-spacing: 0.2em;}
.pc {display: none;}
.dn {display: none !important;}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

		.ws {width: 48%;display: inline;}
		.sh {display: none;}
		.pc {display: block;}

	}

