@charset "utf-8";
@import url("https://unpkg.com/sanitize.css");
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("animation.css");
@import url("inview.css");

/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	font-size: 13px;
	overflow-x: hidden;
}
body {
	font-family: "vdl-v7mincho", sans-serif;
	font-weight: 300;
	font-style: normal;
	-webkit-text-size-adjust: none;
	background: #fff;	
	color: #475E44;		
	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%;
	width: 100%;
	height: 700px;
	object-fit: cover;
}
/*iframeタグ*/
iframe {width: 100%;}
/*ul,olタグ*/
ul, ol {margin-bottom: 30px;}
/*他*/
section + section {
	margin-top: 190px;
}
/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #475E44;	
	transition: 0.3s;
}
a:hover {
	opacity: 0.8;	
}
/*container
---------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	max-width: 1500px;	
}
/*header
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	display: flex;		
	align-items: center;	
	padding: 3%;		
}
header #logo, header{
	position: fixed;
	top: 9px;
	left: 15px;
	width: 150px;
	height: 150px;
	z-index: 2000;
}
.title-bg.top {
	position: fixed;
	bottom: 0;
	right: 0;	
	z-index: 2000;
}
.title-bg.top a {
	margin: 0;
	background-color: #2A4828;
 	color: #F6FFF5;
	border: 1px solid #2A4828;
}
@media screen and (min-width:900px) {
	header video {
		margin-right: auto;
		max-width: 90%;
	}
	.home header {
		padding: 10% 0;	
	}
}
/*ヘッダーブロックの設定*/
header a {
	color: #475E44;
}
/*トップページのヘッダーブロックへの追加指定*/
.home header {
	justify-content: space-around;	
	padding: 0;					
}
/*ロゴ*/
#logo img,#logo_m img {display: block;}
#logo,#logo_m {
	margin: 0;
}
/*トップページのロゴへの追加指定*/
.home #logo,.home #logo_m {
	order: 1;		
}
/*マウスオン時*/
header nav a:hover {
	color: #0C100C;
}
/*mainブロック
---------------------------------------------------------------------------*/
main {
	margin: 50px 20px;
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
		main {
			margin: 170px 100px 170px 100px;
		}
	}
main h2 {
	margin: 0;
	font-weight: bold;	
	font-size: 40px;		
	letter-spacing: 0.1em;	
}
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;	
}
/*ボックス内のh2*/
.title-bg h2 {
	display: flex;			
	flex-direction: column;	
	align-items: center;	
	margin: 0 0 0 5rem;
}
/*縦書きにする指定*/
.title-bg h2 .tate,.title-bg p.tate,.title-bg a.tate {
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.7em;
}
.title-bg h2 .tate {
	letter-spacing: 0.3em;
}
.title-bg a {
	border: 1px solid #F6FFF5;
	color: #F6FFF5;
	padding: 32px 13px;
	margin: 0 4rem;
}
.title-bg p.tate {
	line-height: 49px;
	font-size: 15px;
	font-weight: normal;
}
.title-bg p.tate.page_tate {
	line-height: 49px;
}
/*横書きで使う際の指定。※縦書きを横書きにする為の指定ではないのでご注意下さい。*/
.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;}
/*メニューブロック設定
---------------------------------------------------------------------------*/
/*ブロック内のh2見出し*/
#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: #fff;		
	text-align: center;				
	animation: animation1 1.0s both ease-in-out;	
	border-right: 1px solid rgba(255,255,255,0.3);	
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
		#menubar {
			width: 100%;
		}
	}
	/*画面幅900px以上の追加指定ここまで*/
/*メニュー１個あたりの設定*/
#menubar a {
	display: block;text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*メニュー内の余白*/
	color: #475E44;	
}
#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: block;				
	flex-direction: column;			
	justify-content: space-between;	
	padding: 20px 10px;		
	transition: 0.3s;		
}

@media (min-width:900px) {
#menubar_hdr {
	top: 200px;		
}}

/*３本バーのマウスオン時に色を50%にする*/
#menubar_hdr:hover {
	opacity: 0.5;
}
/*バー１本あたりの設定*/
#menubar_hdr span {
	/* display: block; */
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-left: 1.5px solid #475E44;
	font-size: 16px;
}
/*変形の起点。センターに。*/
#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軸への移動距離の指定*/
}
/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 13px;}
footer {
	font-size: 0.7rem;		/*文字サイズ*/
	text-align: center;		/*内容をセンタリング*/
}
/*リンクテキスト*/
footer a {text-decoration: none;}
/*著作部分*/
.pr {display: block;}
/*copyrightと著作部分*/
.copy {padding: 1%;}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#footermenu {
	margin: 0;
	padding: 1%;	
}
/*メニュー１個あたり*/
#footermenu li {
	display: inline-block;	
	padding: 0 25px;	
	font-size: 13px;
}
/*お部屋のご紹介ページ
---------------------------------------------------------------------------*/
/*listボックス。１個あたりのボックスの指定です。*/
.list {
	/* display: flex;		 */
	padding: 15px 0 35px 0;	
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

/*listブロック
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-container {
	display: flex;		
	flex-wrap: wrap;	
}
/*１個あたりのボックス設定*/
.list {
	flex-direction: column;		
	width: 30%;		
	margin-right: 4%;
}
.list2 {
	flex-direction: column;			
	width: 75%;			
}
.list3 {
	flex-direction: column;			
	width: 23%;			
	margin-right: 2%;	
}
.list4 {
	flex-direction: column;			
	width: 48%;			
	margin-right: 2%;	
}
.list5 {
	flex-direction: column;			
	width: 30%;			
	margin-right: 2%;	
}
.list6 {
	flex-direction: column;			
	width: 18%;			
	margin-right: 2%;	
}
.list7 {
	flex-direction: column;			
	width: 60%;			
	margin-right: 2%;	
}
.list8 {
	flex-direction: column;			
	width: 100%;			
}
.list9 {
	flex-direction: column;			
	width: 36%;			
}
/*３の倍数のボックスへの追加設定*/
.list:nth-of-type(3n) {
	margin-right: 0;	
}
/*ボックス内のfigure画像*/
.list figure {
	width: 100%;
	margin-right: 0;
}
/*ボックス内のtextブロック*/
.list .text {
	margin-right: 0;
}
/*ボックス内のh4タグ*/
.list h4 {
	margin: 10px 0;	/*上下、左右への余白*/
}
	}
	/*画面幅900px以上の追加指定ここまで*/
.list div {
	flex: 1;
}
/*ボックス内のfigure画像*/
.list figure {
	width: 20%;			/*画像の幅*/
	margin-right: 20px;	/*画像の右側に空けるスペース*/
}
/*ボックス内のh4タグ*/
.list h4 {
	margin: 0 0 0.5em;
	font-size: 1.2rem;
}
/*ボックス内のpタグ*/
.list p {
	margin: 0 0 1em;
	font-size: 0.8rem;
}
/*お部屋のご紹介ページのlistボックス内の情報詳細欄（tableっぽく見える所）
---------------------------------------------------------------------------*/
/*ボックス全体*/
dl.line {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	font-size: 0.8em;	/*文字サイズを80%に。*/
	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;	/*幅。8文字(em)分。*/
}
/*右のボックス*/
dl.line dd {
	width: calc(100% - 8em);	/*「8em」は上の「dl.line dt」のwidthの値です。*/
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
		/*listブロック内でのline設定*/
		.list dl.line dd {
			width: calc(50% - 8em - 10px);	/*大きな端末向けの再設定。２列にしたいので、100%でなく半分の50%から引いています。*/
			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見出し*/
.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;	/*角を丸くする指定。左上、右上、右下、左下への順番。*/
		}
	}
/*アニメーションボタン。（枠線をぐるっとなぞるアニメーション）
---------------------------------------------------------------------------*/
@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;	/*デフォルトで見えている枠線の設定。0,0,0は黒の事で0.2は色が20%出た状態。*/
}
/*上のanimation-btnの内側にあるボックス*/
.animation-btn-inner {
	text-decoration: none;
	text-indent: 0.1em;		/*letter-spacingを設定するとその分全体のテキスト位置がずれるので、戻す設定。同じ数字にしておけばOKです。*/
}
a.animation-btn-inner.menu_btn {
	/* border: 1px solid #475E44; */
	background-color: #2A4828;
	color: #F6FFF5;
	padding: 13px 32px;
	letter-spacing: 0.5em;
	position: absolute;
  right: 0;
}
.contact a.animation-btn-inner.menu_btn {
	padding: 14px 50px;
}
a.animation-btn-inner.menu_btn.detail {
	position: initial;
  right: initial;
}
/*ボタン内でiタグを使う場合の設定*/
.animation-btn-inner i {
	display: inline-block;
	transition: 0.3s;		/*アニメーションにかける時間。0.3秒。*/
	padding-left: 1em;		/*テキストと、iタグの間の余白*/
}
.animation-btn-inner:hover i {
	transform: translateX(5px);	/*マウスオン時にiタグを5pxだけ右に移動する*/
}
/*枠線共通*/
.animation-btn::before,
.animation-btn::after,
.animation-btn-inner::before,
.animation-btn-inner::after {
	content: "";
	position: absolute;
	background-color: #000;		/*background(背景)スタイルですが、ここでは枠線の色に使われます。*/
	animation-duration: 0.2s;	/*アニメーションにかける時間。１辺あたり0.2秒。*/
	animation-fill-mode: forwards;	/*アニメーション完了時に最後のフレームを維持。この１行を外してみると別の動作になって面白い動きになります。*/
	animation-timing-function: linear;	/*アニメーションの速度のタイプ。同じ速度にする。*/
}
/*ラインアニメーション１（左上→右上）*/
.animation-btn:hover::before {
	left: 0px;	/*開始地点の指示*/
	top: 0px;	/*開始地点の指示*/
	height: 1px;		/*線の幅の代わりになります*/
	animation-name: w;	/*上の「@keyframes」で使うアニメーション名の指定。*/
}

/*ラインアニメーション２（右上→右下）*/
.animation-btn:hover::after {
	right: 0px;	/*開始地点の指示*/
	top: 0px;	/*開始地点の指示*/
	width: 1px;			/*線の幅の代わりになります*/
	animation-name: h;	/*上の「@keyframes」で使うアニメーション名の指定。*/
	animation-delay: 0.2s;	/*アニメーションを0.2秒遅れてスタートさせる。*/
}

/*ラインアニメーション３（右下→左下）*/
.animation-btn-inner:hover::before {
	right: 0px;		/*開始地点の指示*/
	bottom: 0px;	/*開始地点の指示*/
	height: 1px;		/*線の幅の代わりになります*/
	animation-name: w;	/*上の「@keyframes」で使うアニメーション名の指定。*/
	animation-delay: 0.4s;	/*アニメーションを0.4秒遅れてスタートさせる。*/
}

/*ラインアニメーション４（左下→左上）*/
.animation-btn-inner:hover::after {
	left: 0px;		/*開始地点の指示*/
	bottom: 0px;	/*開始地点の指示*/
	width: 1px;			/*線の幅の代わりになります*/
	animation-name: h;	/*上の「@keyframes」で使うアニメーション名の指定。*/
	animation-delay: 0.6s;	/*アニメーションを0.6秒遅れてスタートさせる。*/
}
/*その他
---------------------------------------------------------------------------*/
.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;}

	}
	/*画面幅900px以上の追加指定ここまで*/
	.top_about .back_logo {
		background-image: url(../img/logo_b.png);
		background-size: contain;
    background-position: center;
    width: 30%;
	}
	.top_about img {
		width: 300px;
		height:  300px;
	}
	.video_wrapper {
    overflow: hidden;
		/* height: 700px; */
}
.video_wrapper > video {
    min-width: 100%;
    min-height: 100%;
		position: relative;
    /* top: -9rem; */
}
.slide::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.2;
	height: 700px;
}
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
	/*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
z-index: 3000;
background:#fff;
text-align:center;
color:#fff;
}
/* Loading画像中央配置　*/
#splash_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
width:260px;
}
/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
from {
	opacity: 0;
transform: translateY(100px);
}
to {
	opacity: 1;
transform: translateY(0);
}
}
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}}
#toggle-box {
    position: relative;
		width: 47px;
    height: 20px;
    cursor: pointer;
}
#toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #F6FFF5;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}
#toggle-box > span:nth-child(1){
    top: 0;
}
#toggle-box > span:nth-child(2){
    top: 50%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
    bottom: 0;
}
#toggle {
    z-index: 2600;
}
#main {
    position: relative;  
    z-index: 990;
}
#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #475E44;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
		display: flex;
		justify-content: center;
		align-items: center;
}
#nav-content ul {
  list-style: none;
	margin-right: 4rem;
}
#nav-content a {
  display: block;
  color: #475E44;
  text-decoration: none;
  padding: 20px 0;
  transition: opacity .6s ease;
}
#nav-content a:hover {
  opacity: 0.6;
}
.is-open {
    overflow: hidden;
}
.is-open #toggle-box > span {
    background: #475E44;
}
.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 2500;
  transform: translateX(0);
}
#nav-content img {
	width: 150px;
	height: 150px;
}
/* 画像ズーム表示 */
.obsession_blk {
	position: relative;
	overflow: hidden;
}
.obsession_blk img {
  transition: all 0.5s ease-in-out;
}
.obsession_blk img:hover {
  transform: scale(1.2);
}
.obsession_name {
	position: absolute;
	right: 20px;
	bottom: -8px;
	z-index: 2;
}
.name_color_w {
	color: #F6FFF5;
}
.name_color_b {
	color: #0C100C;
}
.name_color_g {
	color: #475E44;
}
.obsession_name p.tate {
	font-size: 29px;
	font-weight: bold;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider img {
	width:100%;/*スライダー内の画像を横幅100%に*/
	height:auto;
	padding: 25px 0;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
	margin:0 10px;/*スライド左右の余白調整*/
}
table.store_info {
	width: 100%;
	margin: 0 30px;
}
table.store_info th,table.store_info td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	font-size: 13px;
}
table.store_info th {
	font-weight: bold;
}
footer img {
	width: 110px;
	margin: 4rem 0;
}

p {
	font-size: 13px;
	letter-spacing: 1px;
}
.obsession p {
	margin: 0.5rem 0;
	font-size: 13px;
}
.obsession.top p {
	margin: 0;

}
.obsession.top h2 {
	margin-bottom: 3rem;
}
.menu h2 {
	margin-bottom: 4rem;
}
.store h2 {
	margin-bottom: 2rem;
}
.contact h2 {
	margin-bottom: 4rem;
}
/* .page_topimg {
	margin-top: 9rem;
	height: 550px;
} */
.page_top_title {
	position: absolute;
	/* left: -19%; */
	top: 9rem;
}
.page_topimg img {
	width: 67%;
}
.page_topimg h2 {
		margin: 0 7rem 0 21rem;
    font-size: 47px;
		color: #F6FFF5;
}
.page_topimg {
	background-image: url(../img/obsession_top_1.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 550px;
}
.img_2 {
	background-image: url(../img/obsession_top_2.jpg);
}
.img_3 {
	background-image: url(../img/obsession_top_3.jpg);
}
.img_4 {
	background-image: url(../img/obsession_top_4.jpg);
}
.img_5 {
	background-image: url(../img/obsession_top_5.jpg);
}
.page_top_space {
		z-index: 5;
    position: relative;
    width: 100%;
    /* max-width: 75vw; */
    /* margin-top: 5rem; */
    margin-left: auto;
}
/* .page_top_group {
	position: relative;
	padding-top: 70%;
	overflow: hidden;
} */
.top_about.manager_masse img {
	width: 350px;
	height: initial;
	margin-right: 10rem;
}
.title-bg.cook_text {
	justify-content: flex-start;
}
.list4.list_between {
	display: flex;
    justify-content: space-between;
}
.ma_top_2 {
	margin-top: 2rem;
}
.ma_top_4 {
	margin-top: 4rem;
}
.ma_btm_5 {
	margin-bottom: 5rem;
}
.ma_btm_12 {
	margin-bottom: 12rem;
}
.ma_top_8 {
	margin-top: 8rem;
}
.menu table th,.menu table td {
	text-align: left;
	width: 100px;
}
.menu h4 {
	margin: 1rem 0 0.5rem 0;
	text-decoration: underline;
	font-size: 15px;
}
.menu_flex {
	display: flex;
	flex-wrap: wrap;
}
.menu_flex div {
	margin-right: 25px;
	margin-bottom: 2rem;
}
.menu .blur.list4.blurstyle {
	margin-bottom: 2rem;
}
.contact .contact_btn{
	position: relative;
}
.menu .blur.list3.blurstyle {
	margin-bottom: 2rem;
}
.top_about_posi {
		position: relative;
}
.top_about_posi a {
	position: absolute;
    bottom: 0;
    right: 0;
}
.store_img {
	display: flex;
	flex-wrap: wrap;
}
.store_img img {
	width: 28%;
	margin-right: 25px;
	margin-bottom: 2rem;
}
#toggle {
	top: 30px;
	position: fixed;
	right: 30px;
}
header #logo {
	z-index: 2400;
}

/* スクロールしたらヘッダデザイン変更 */
#menu.headerColorScroll #toggle-box > span {
	background: #475E44 !important;
	transition: color 0.4s ease-out;
}

/* ロゴ部分 */
.header-logo.headerLogoScroll.-before {
display : none !important;
}
.header-logo.-after {
display : none !important;
}
.header-logo.headerLogoScroll.-after {
display : block !important;
z-index: 1 !important;
}
.title-bg.top.mobile_version {
	top: initial;
  left: initial;
	bottom: 0;
	right: 0;	
	width: initial;
}
.title-bg.top.mobile_version a {
	margin: 0;
	background-color: #2A4828;
 	color: #F6FFF5;
	border: 1px solid #2A4828;
}

.k_font {
	font-family: "kokuryu", sans-serif;
	font-weight: 400;
	font-style: normal;

}
.title-bg h2 .tate.le {
	letter-spacing: 0.3em;
}
main .obsession h2 .tate {
	font-size: 22px;
}
/* トップの見出し */
.top {
	position: relative;
}
.top h1 {
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	letter-spacing: 0.13em;
	padding-bottom: 8px;
	text-align: center;
	padding: 0px 10px;
	z-index: 1;
}
.top h1 {
	font-size: 50px;
	top: -25rem;
	font-size: 70px;
}
table.table_off {
	margin: 0;
}
.off_space {
	border:  1px solid #475E44;
	padding: 10px;	
}
.of_title {
	font-size: 25px;
	margin-top: 40px;
	margin-bottom: 0px;
}

/* トップの見出しブレイクポイント */
@media screen and (max-width: 899px) {
	.top h1 {
		font-size: 41px;
		top: -30rem;
	}
}

p.name_color_g.k_font {
	font-size: 29px;
}
.po_re {
	position: relative;
}
.menu h3.k_font {
	font-size: 33px;
}
h3.k_font.obse_n {
	font-size: 23px;
	margin-top: 1.5rem;
}
.add_b {
	display: block;
	margin-top: -30px;
	padding-top: 30px;
}
.add_r {
	display: block;
	margin-top: -80px;
	padding-top: 80px;
}
.offer_flex {
	display: flex;
	/* margin-bottom: 30px; */
}
.offer_btn {
	padding: 14px 20px;
	border: 1px solid #2A4828;
	color: #2A4828;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	margin-right: 20px;
}
.offer_btn::after {
	transform: rotate(135deg);
	width: 6px;
	height: 6px;
	margin-left: 16px;
	border-top: 1px solid #2A4828;
	border-right: 1px solid #2A4828;
	content: '';
	position: relative;
	top: -2px;
}
#staff,#arbeit
 {
	display: block;
	margin-top: -30px;
	padding-top: 30px;
}



@media (min-width:900px) {
.mobile_title {
	display: none;
}
.container {
  display: flex;
  justify-content: space-between;
}
.main-contents {
  width: 100%;
}
.side-menu {
	width: 10%;
}
#logo_m { 
	width: 63%;
	margin: 0 auto;
}
.store_title_m {
	display: none;
}
.video_wrapper {
	height: 700px;
}
main.main_t {
    margin: 100px 100px 170px 100px;
}
.mo_ti {
	display: none;
}
.ma_top_4_p {
	margin-top: 4rem;
}
.ma_top_8_p {
	margin-top: 8rem;
}
.ma_btm_2_p {
	margin-bottom: 2rem;
}
}




/* ブレイクポイント */
@media (max-width:899px) {
header #logo {
	width: 84px;
}
.video_wrapper > video {
	top: 9%;
}
.page_top_space {
	position: initial;
	max-width: 100%;
}
.page_top_group {
	position: initial;
	padding-top: 0;
}
.page_topimg {
	position: initial;
	height: 425px;
}
.page_topimg .title-bg h2 {
	margin: 0 0rem 0 6rem;
	font-size: 30px;
}
.mobile_title h2 {
	font-size: 19px;
}
.mobile_title {
	margin: 1rem;
}
.side-menu {
	display: none;
}
.contact .contact_btn {
	margin-top: 3rem;
}
.contact a.animation-btn-inner.menu_btn {
	position: initial;
    right: initial;
}
.title-bg h2 {
	margin: 0 0rem 0 4rem;
}
.title-bg p.tate {
	line-height: 31px;
}
.title-bg a {
	margin: 0px 1rem 0 0;
}
.title-bg p.tate {
	font-size: 13px;
}
main h2 {
	font-size: 28px;
}
.top_about_posi {
	display: none;
}
.ma_top_2_m {
	margin-top: 2rem !important;
}
.ma_btm_6_m {
	margin-bottom: 6rem;
}
.store_img img {
	width: 47%;
	margin-right: 3%;
	margin-bottom: 1rem;
}
.store_title {
	display: none;
}
h2.store_title_m {
	margin-bottom: 5px;
	font-size: 17px;
}
.ma_top_4_m {
	margin-top: 4rem;
}
.order {
	display: flex;
	flex-direction: column;
}
.order_1 {
	order: 1;
}
.order_2 {
	order: 2;
}
.order_3 {
	order: 3;
}
.order_4 {
	order: 4;
}
.order_5 {
	order: 5;
}
.order_6 {
	order: 6;
}
.order_7 {
	order: 7;
}
.order_8 {
	order: 8;
}
.order_9 {
	order: 9;
}
.order_10 {
	order: 10;
}
.order_11 {
	order: 11;
}
.order_12 {
	order: 12;
}
.order_13 {
	order: 13;
}
.order_14 {
	order: 14;
}
.order_15 {
	order: 15;
}
.order_16 {
	order: 16;
}
.order_17 {
	order: 17;
}
.order_18 {
	order: 18;
}
#nav-content{
	display: block;
}
#nav-content ul {
	margin-right: 0;
	margin-top: 7rem;
}
section + section {
	margin-top: 60px;
}
table.store_info {
	margin: 0 ;
}
.obsession_name p.tate {
	font-size: 23px;
}
#footermenu li {
	padding: 0 5px;
    font-size: 10px;
}
footer small {
	font-size: 10px;
}
footer img {
	width: 80px;
	margin: 4rem 0 2rem 0;
}
#toggle-box {
	width: 28px;
	height: 14px;
}
#toggle {
		top: 20px;
    right: 20px;
}
.menu h2 {
	margin-bottom: 3rem;
}
.title-bg p.tate.m_tate {
	writing-mode: initial;
	line-height: initial;
	letter-spacing: 1px;
	margin: 2rem 0 4rem 0;
}
.title-bg h2 .tate.m_tate {
	display: none;
}
.title-bg.manager_masse {
	display: block;
}
.br_sp {
	display: none; 
}
p.name_color_g.k_font {
	font-size: 25px;
}
.obsession_name {
	bottom: 0;
}
.list {
	padding: 10px 0;
}
.menu h3.k_font {
	font-size: 27px;
}
.store h2 {
	margin-bottom: 1rem;
}
h3.k_font.obse_n {
	margin-top: 5px;
}
.table_off th,.table_off td {
	display: block;
}
.img_hgt {
	max-height: 300px;
	object-fit: cover;
}
table.table_off td {
	padding: 0px 10px 10px 10px;
}
table.table_off th {
	padding: 10px 10px 5px 10px;
}
}
.slider-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slider {
	display: flex;
	width: max-content; /* 自動で必要な幅になる */
	animation: slide 30s linear infinite; /* 30秒でスライド、速度調整可能 */
}
.slider li {
	list-style: none;
}
.slider img {
	width: 250px; /* 画像の幅を指定 */
	height: auto;
}
@keyframes slide {
	0% {
			transform: translateX(0); /* 初期位置 */
	}
	100% {
			transform: translateX(-50%); /* スライダーの幅の半分だけ左に移動 */
	}
}

@media (max-width: 500px) {
.offer_flex {
	display: block;
}
.offer_btn {
	width: 100%;
	margin-bottom: 15px;
}
.off_space {
	margin-top: 20px;
}
#staff, #arbeit {
	display: block;
	margin-top: -10px;
	padding-top: 10px;
}
}