@charset "utf-8";


/*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("inview.css");

@keyframes animation1 {
	0% {left: -200px;}
	100% {left: 0px;}
}
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.grecaptcha-badge{
    display: none!important;}

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

	@media screen and (max-width:900px) {
		html, body {
			font-size: 14px;}
	}

body {
	font-family: "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #8b1307;
	color: #f0f0f0;
	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;}

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

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

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

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


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


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


/*.kimono_header
---------------------------------------------------------------------------*/
.kimono_header {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding: 18% 0;
    margin: 0 40px 100px;
	position: relative;}

	@media screen and (max-width:900px) {
		.kimono_header {
            margin: 0 0 100px;}
	}

.kimono_logo {
	margin: 0 50px;
	width: calc(50% - 100px);
	order: 1;}

	@media screen and (max-width:700px) {
		.kimono_logo {
            width: 100%;
            order: 0;}
	}

.kimono_logo img {
    display: block;
    margin: 0 auto;
    max-width: 340px;}

	@media screen and (max-width:900px) {
		.kimono_logo img {
            max-width: 250px;}
	}

.kimono_header ul {
    margin: 0;
    padding: 0;}

.kimono_header nav {
	margin: 0 50px;
	width: calc(50% - 100px);
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 2px #000;}

	@media screen and (max-width:700px) {
		.kimono_header nav {
            display: block;
            margin: 0 auto;
            margin: 30px 0 0;
            width: auto;}
	}

.kimono_header nav li {
    font-size: 24px;
    list-style: none;
	padding: 1em 0.5em;}

	@media screen and (max-width:900px) {
		.kimono_header nav li {
            font-size: 16px;}
	}

	@media screen and (max-width:700px) {
	}

/*slider
---------------------------------------------------------------------------*/
@keyframes slide1 {
	0% {opacity: 1;}
	25%{opacity: 1;}
	35%{opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes slide2 {
	0% {opacity: 0;}
	25% {opacity: 0;}
	35% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes slide3 {
	0% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}

/*３枚の画像の共通設定*/
.slide1,.slide2,.slide3 {
	width: 100%;
    height: 100%;
	position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
	text-indent: -9999px;}

.slide1 {
	animation: slide1 15s linear infinite, opa1 1s linear;
	background: url(../images/slide_1.jpg) no-repeat top center/cover;}
.slide2 {
	animation: slide2 15s linear infinite;
	background: url(../images/slide_2.jpg) no-repeat center center/cover;}
.slide3 {
	animation: slide3 15s linear infinite;
	background: url(../images/slide_3.jpg) no-repeat top center/cover;}

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

	@media screen and (max-width:600px) {

        main {
            margin: 0 10px;}

	}

main h2 {
	margin: 0;
	font-weight: normal;
	font-size: 2rem;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-align: center;
	margin-bottom: 3rem;}
main h2 span {
	display: block;
	font-size: 0.4em;}

main h3 {
	font-size: 1.3rem;}

p + h3,p + h2 {margin-top: 2rem;}

.title-bg {
	display: flex;
	justify-content: center;}

.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;}

.news dl {
    max-width: 700px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;}
.news dt {
	width: 8rem;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;}
.news dd {
	padding: 10px 0;
	width: calc(100% - 8rem);}



/*「ご挨拶」ページの見出し
---------------------------------------------------------------------------*/
#greeting {
	background: url(../images/1.jpg) no-repeat center center / cover;	/*背景画像の読み込み*/
	padding: 1rem;				/*ボックス内の余白。１文字分。*/
	margin-left: -100px;		/*mainのmarginの数字にマイナスをつけます。*/
	width: calc(100% + 200px);	/*mainのmarginの２倍をここの200pxでセットしています。上の行で左に-100pxずれた画像を幅一杯にする為の設定です。*/
}


/*縦書き用の設定
---------------------------------------------------------------------------*/
/*ボックス全体*/
/*menubarブロック初期設定
---------------------------------------------------------------------------*/
#menubar ul {list-style: none;margin: 0;padding: 0;}
#menubar {display: none;}
#menubar.db {display: block;}
#menubar.dn {display: none;}


/*メニューブロック設定
---------------------------------------------------------------------------*/
/*ブロック内のh2見出し*/
#menubar h2 {
	margin: 0 0 20px;	/*上、左右、下への見出しの外側にとる余白*/
	font-size: 1rem;	/*bodyで指定している文字サイズの2倍にする*/
	background: rgba(255,255,255,0.3);	/*背景色。255,255,255は白の事で0.3は色が30%出た状態。*/
}

/*メニューブロック*/
#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);		/*背景色。0,0,0は黒の事で0.9は色が90%出た状態。*/
	text-align: center;					/*中身をセンタリング*/
	animation: animation1 0.2s both;	/*animation.cssのanimation1を実行する。0.2sは0.2秒の事。*/
	border-right: 1px solid rgba(255,255,255,0.3);	/*ボックスの右側の線幅、線種、色。255,255,255は白の事で0.3は色が30%出た状態。*/
}

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

		#menubar {
			width: 70%;	/*メニューブロックの幅をウィンドウの70%にする*/
		}

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

/*メニュー１個あたりの設定*/
#menubar a {
	display: block;text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*メニュー内の余白*/
}
#menubar .submenu li {
	border-bottom: 1px solid rgba(255,255,255,0.3);	/*メニューの下の線幅、線種、色。255,255,255は白の事で0.3は色が30%出た状態。*/
}
#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: 35px;		/*高さ*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	padding: 10px;		/*クリック領域を少し増やす為に指定しました。*/
	transition: 0.3s;	/*hover時にopacityの影響を受けるまでの時間。0.3秒。*/
}

/*３本バーのマウスオン時に色を50%にする*/
#menubar_hdr:hover {
	opacity: 0.5;
}

/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	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);	/*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	transform: rotate(-45deg) translate(5px, -5px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}



/*FAQ
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}

/*質問*/
.faq dt {
	border-radius: 3px;		/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
}

/*アイコン（Bootstrap Icons）*/
.faq dt::before {
    font-family: bootstrap-icons;	/*Bootstrap Iconsを使う為の指定*/
    content: "\F504";	/*アイコンのコード*/
	color: #fff;		/*アイコンの色*/
	padding-right: 1em;	/*アイコンとテキストとの間のスペース*/
}

/*回答*/
.faq dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 10px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: rgba(0,0,0,0.5);		/*背景色。0,0,0は黒の事で0.5は色が50%出た状態。*/
	color: #fff;			/*文字色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #fff;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #fff;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
}

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

		/*テーブル１行目に入った見出し部分（※caption）*/
		.ta1 caption {
			padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
		}

		/*th（左側）、td（右側）の共通設定*/
		.ta1 th, .ta1 td {
			padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
		}

		/*th（左側）のみの設定*/
		.ta1 th {
			width: 20%;		/*幅*/
		}

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


/*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);	/*背景色。0,0,0は黒の事で0.3は色が30%出た状態。	*/
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	color: #fff;		/*文字色*/
}


/*アニメーションボタン。（枠線をぐるっとなぞるアニメーション）
---------------------------------------------------------------------------*/


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-check, .color-check a {color: #ffc500 !important;}
.color-theme, .color-theme a {color: #eacd6a !important;}
.c {text-align: center !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: #333;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;}

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


.right {text-align: right !important;}

@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(255,255,255,0.5) 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: #fff;
	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;}

.slick-slider{
    margin: 0 -20px!important;}

/*カラムブロック
---------------------------------------------------------------------------*/
.c2 {
	display: flex;
	flex-direction: column;}

/*c2内のh2見出し*/
.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: 0 -20px;}
		.c2 .image {
			width: 50%;}
		.c2 .text {
			width: 50%;
			padding: 0 50px;}

		.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;}

	}

	@media screen and (max-width:600px) {

        .c2 .image {
            margin: 0 -10px;}

	}

.pickup{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;}
.pickup dl{
    width: calc(100% / 3 - 20px);
    margin: 20px 10px 0;}
.pickup dl dt img{
    display: block;
    margin: 0 auto 10px;}
.pickup dl dd{
    text-align: center;
	text-shadow: 1px 1px 2px #000;}

	@media screen and (max-width:600px) {

        .pickup dl{
            width: calc(100% / 2 - 20px);}

	}

.kimono_footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: #f0f0f0;}
.kimono_footer dl{
    margin: 20px;}
.kimono_footer dl dt{
    color: #000;
    font-weight: 900;}
.kimono_footer dl dd{
    color: #000;}
.kimono_footer img{
    margin: 20px;
    height: 100%;
    width: 300px;}

	@media screen and (max-width:600px) {

        .kimono_footer img{
            margin: 0 20px 20px;
            width: 200px;}

	}
