@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
.mincho {
    font-family: 'Shippori Mincho B1', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
    font-weight: 500;
    color: white;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000000;
}
#container {
	text-align: left;
}
#main {
    display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
    .menuBox {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
    body.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    background-color: black;
}
.header_inner {
    margin-top: -4px;
    padding-right: 84px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#gHeader h1 {
    margin: 4px 0 -7px 78px;
}
.header_box {
    padding: 21px 0 0 0;
    display: flex;
    justify-content: flex-end;
    flex: 1;
    align-items: center;
}
.header_navi {
    display: flex;
    flex-wrap: wrap;
}
.header_navi li {
    margin-left: 36px;
}
.header_navi li:first-child {
    margin-left: 0;
}
.header_navi a {
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #D4B772;
}
.header_navi a:after {
    opacity: 0;
	width: 60px;  
	height: 2px;
    background-color: #571017;
	position: absolute;  
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	content: ""; 
}
.header_list {
    margin-left: 27px;
    display: flex;
}
.header_list li {
    margin-left: 14px;
    width: 158px;
}
.header_list li a {
    background-color: #571017;
    font-size: 1.7rem;
    font-weight: 600;
    color: #D4B772;
    display: block;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 15px 5px 16px;
}
.header_list li a:hover {
    opacity: 0.7;
}
.header_list li a img {
    margin-right: 8px;
    vertical-align: -4px;
}
.header_list .header__list--larg {
    width: 171px;
}

@media all and (min-width: 897px) {
    .header_navi a:hover::after {
        opacity: 1;
    }

}
@media all and (max-width: 896px) {
	#gHeader {
	}
    .header_inner {
        margin-top: 0;
        position: relative;
        padding: 4px 17px 2px;    
        align-items: center;
    }
    #gHeader h1 {
        width: 124px;
        margin: 0;
    }
    .header_box {
        display: none;
    }
    .header_ul {
        padding-right: 43px;
        display: flex;
        flex-wrap: wrap;
    }
    .header_ul li {
        margin-left: 5px;
    }
    .menu {
        position: absolute;
        top: 51%;
        right: 20px;
        transform: translateY(-50%);
    }
    .menuBox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background:url("../img/common/menu_bg.png") no-repeat center center #000;
        background-size: cover;
        z-index: 1000;
    }
    .menuBox .close {
        position: absolute;
        top: 19px;
        right: 26px;
        z-index: 10;
    }
    .menuBox:after {
        width: 100%;  
        height: 79.73vw;
        background: url("../img/common/menu_bg02.png") no-repeat;
        background-size: 100% auto;
        position: absolute;  
        top: 0;
        right: 0;  
        content: ""; 
        z-index: -1;
    }
    .menu-list {
        padding: 53px 0 47px;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .menu-list li {
        margin-top: 31px;
    }
    .menu-list a {
        font-size: 1.8rem;
        letter-spacing: -0.05em;
        color: #D4B772;
        font-weight: bold;
    }
    .header_list {
        display: block;
        margin: 0 auto 70px;
        max-width: 310px;
    }
    .header_list li {
        margin: 20px 0 0;
        width: auto !important;
    }
    .header_list li a {
        font-size: 2rem;
    }
    .header_list li a img {
        margin-right: 14px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 100px;
    margin-top: 149px;
    background: url("../img/common/f_bg.png") repeat-y center center;
    background-size: 100% auto;
}
#gFooter .header_box {
    margin-bottom: 15px;
    padding-bottom: 23px;
    justify-content: center;
    border-bottom: 1px solid #707070;
}
#gFooter .header_list {
    margin-left: 17px;
}
.footer_inner {
    padding: 12px 0 17px;
    text-align: center;
    background: url("../img/common/f_bg02.png") no-repeat center center;
    background-size: cover;
}
address {
    font-family: 'EB Garamond', serif;
    font-style: normal;
    text-align: center;
    font-size: 1.2rem;
    color: #D4B772;
    letter-spacing: -0.05em;
}
@media all and (max-width: 896px) {
    #gFooter {
        
        margin-top: 68px;
		padding-bottom: 140px;
    }
    .footer_inner {
        margin-bottom: 15px;
        padding: 5px 0 16px;
        border-bottom: 1px solid #707070;
        background-image: url("../img/common/sp_bg01.png");
    }
    .footer_logo {
        max-width: 143px;
        margin: 0 auto;
    }
}


@media all and (max-width: 374px) {
    .header_list {
        max-width: 300px;
    }
}

@media all and (min-width: 897px) and (max-width: 1350px) {
    #gHeader h1 {
        margin-left: 40px;
    }
    .header_navi li {
        margin-left: 29px;
    }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1000px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 32px;
		width: auto;
	}
}
/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
	width: 503px;
	height: 165px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 6rem;
	letter-spacing: -0.05em;
	line-height: 44px;
	text-align: center;
	color: #d4b772;
	background: url(../img/index/special_hamburg_h3_bg01.png) no-repeat center center / 503px auto;
	text-shadow: 0 0 10px #060606,0 0 10px #060606,0 0 10px #060606,0 0 10px #060606,0 0 10px #060606,0 0 10px #060606;
}
@media all and (max-width: 896px) {
	.headline01 {
		margin: 0 auto 43px;
		width: 269px;
		height: 88px;
		font-size: 3.2rem;
		line-height: 23px;
		background-size: 100% auto;
	}
}
/*------------------------------------------------------------
	com-redbg_box
------------------------------------------------------------*/
.com-redbg_box {
	margin-top: -10px;
	background: url(../img/index/bg11.png) no-repeat center center / 100% 100%;
	box-sizing: border-box;
}
.com-redbg_box .img-box {
	margin-bottom: 48px;
	margin-left: calc((100% - 1000px) / 2);
	padding: 7.5% 0 3%;
	position: relative;
}
.com-redbg_box .img-box .text-box {
	width: 40%;
	position: relative;
	z-index: 1;
}
.com-redbg_box .img-box .text-box h4 {
	margin-bottom: 37px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 3.2rem;
	line-height: 46px;
	color: #d4b772;
	text-shadow: 0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419;
}
.com-redbg_box .img-box .text-box h4 .num {
	margin-right: -28px;
	padding-right: 37px;
	width: 100px;
	height: 134px;
	font-size: 2.6rem;
	letter-spacing: -0.1em;
	line-height: 44px;
	text-align: center;
	background: url(../img/index/arrow01.png) no-repeat center top / 100% auto;
	flex: none;
	text-shadow: none;
}
.com-redbg_box .img-box .text-box h4 .num span {
	padding-right: 20px;
	display: block;
	font-size: 6.4rem;
	font-weight: 400;
	line-height: 44px;
	font-family: 'EB Garamond', serif;
}
.com-redbg_box .img-box .text-box p {
	margin: 0 20px;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 34px;
	color: #d4b772;
}
.com-redbg_box .img-box .photo-box {
	width: 63.5%;
	max-width: 900px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.com-redbg_box .img-box_right {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: calc((100% - 1000px) / 2);
	padding: 4% 0 9.2%;
}
.com-redbg_box .img-box_right .text-box {
	margin-left: auto;
	width: 38%;
}
.com-redbg_box .img-box_right .text-box h4 {
	margin-bottom: 25px;
}
.com-redbg_box .img-box_right .photo-box {
	width: 70.3%;
	max-width: inherit;
	right: auto;
	left: 0;
	top: 0;
	bottom: auto;
}
@media all and (max-width: 896px) {
	.com-redbg_box {
		margin-top: 0;
		position: relative;
		background: none;
	}
	.com-redbg_box::before {
		width: 100%;
		height: 968px;
		position: absolute;
		left: 0;
		top: 50px;
		background: url(../img/index/sp_bg09.png) no-repeat center center / 100% 100%;
		content: "";
	}
	.com-redbg_box .img-box {
		margin: 0 !important;
		padding: 0 !important;
	}
	.com-redbg_box .img-box .text-box {
		margin: 0 30px 20px;
		width: auto !important;
	}
	.com-redbg_box .img-box .text-box h4 {
		margin: 0 -10px 25px 0;
		font-size: 2.6rem;
		line-height: 1.2;
		text-shadow: none;
	}
    .com-redbg_box .img-box .text-box .h4Ttl {
        letter-spacing: -0.05em;
    }
	.com-redbg_box .img-box .text-box h4 .num {
		margin-right: 0;
		padding: 4px 0 0 0;
		width: 62px;
		height: 60px;
		line-height: 1;
		text-align: left;
		font-size: 1.2rem;
		background: url(../img/index/arrow01.png) no-repeat center top / 100% auto;
		flex: none;
		text-shadow: none;
	}
	.com-redbg_box .img-box .text-box h4 .num span {
		padding: 0 0 0 5px;
		font-size: 2.8rem;
		line-height: 1;
	}
	.com-redbg_box .img-box .text-box p {
		margin: 0;
		letter-spacing: -0.08em;
		line-height: 2.6rem;
	}
	.com-redbg_box .img-box .photo-box {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		max-width: inherit !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
	}
	.com-redbg_box .img-box .photo-box img {
		width: 100%;
	}
	.com-redbg_box .img-box_right .text-box {
		margin: 0 30px 50px;
	}
}
