@charset "UTF-8";


/***************************************************

	共通コンテンツ部

***************************************************/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/*
	font-family: "Noto Sans JP", sans-serif;
	font-family: "Noto Serif JP", serif;
	font-family: "Archivo Black", sans-serif; //グローバルメニュー 他
	font-family: "Old Standard TT", serif; //ナンバー
	font-family: "EB Garamond", serif; //筆記英文 font-style: italic;
*/

:root {
	--text: #140700;
}

html, body{margin:0; padding:0}

body{
	position: relative;
	font-size: 20px;
	color: var(--text);
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	word-break: break-all;
}

.mincho{
	font-family: "Noto Serif JP", serif;
}

.en_i{
	font-family: "EB Garamond", serif;
	font-style: italic;
}


a{
	transition: all 0.2s linear;
}

img{
	max-width: 100%;
	height: auto;
}

ul{
	list-style-type: none;
}

.pc-on{display: block;}
.sp-on{display: none;}





/********** header **********/

header{
	padding-top: 40px;
	margin-bottom: 95px;
}

.header_wrapper{
	width: 1080px;
	margin: 0 auto;
}

.header_wrapper .title_box{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	line-height: 1;
	margin-bottom: 44px;
}

.header_wrapper .title_box .head_logo{
	width: 278px;
	margin-right: 14px;
}

.header_wrapper .title_box .head_catch{
	font-size: 26px;
	font-weight: 500;
}

#Gnavigation ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

#Gnavigation ul li{
	margin-left: 30px;
}

#Gnavigation ul li a{
	font-size: 18px;
	font-family: "Archivo Black", sans-serif;
	letter-spacing: 0.1em;
	color: #000;
	text-decoration: none;
}

#Gnavigation ul li.current a,
#Gnavigation ul li a:hover{
	color: #808080;
}



/********** footer **********/

footer{
	padding-bottom: 20px;
}

footer .logo{
	width: 226px;
	margin: 0 auto 70px;
}

footer .footer_inner{
	width: 1010px;
	margin: 0 auto;
	padding: 40px 130px 0;
	border-top: 1px solid var(--text);
	box-sizing: border-box;
}

footer .footer_inner .add{
	font-size: 16px;
	margin-bottom: 10px;
}

footer .footer_inner .copyright{
	font-size: 12px;
}


#toTop{
	position: fixed;
	bottom: 40px;
	right: 40px;
}

#toTop p{
	font-size: 16px;
    line-height: 1.3;
    padding-left: 1em;
    position: relative;
}

#toTop p::before{
	content: '↑';
	display: inline-block;
	color: #A2A2A4;
    position: absolute;
    top: 0;
    left: 0;
}



/********** 共通 **********/

main{
	padding-bottom: 160px;
}




/********** 404 **********/

.notofound_image{
	text-align: center;
	margin: 80px auto 40px;
}

.notfond-copy{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}



/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1200px){

body{
	font-size: 1.666667vw;
}


/********** header **********/

header{
	padding-top: 3.333333vw;
	margin-bottom: 7.916667vw;
}

.header_wrapper{
	width: 90vw;
}

.header_wrapper .title_box{
	margin-bottom: 3.666667vw;
}

.header_wrapper .title_box .head_logo{
	width: 23.166667vw;
	margin-right: 1.166667vw;
}

.header_wrapper .title_box .head_catch{
	font-size: 2.166667vw;
}

#Gnavigation ul li{
	margin-left: 2.5vw;
}

#Gnavigation ul li a{
	font-size: 1.5vw;
}



/********** footer **********/

footer{
	padding-bottom: 1.666667vw;
}

footer .logo{
	width: 18.833333vw;
	margin: 0 auto 5.833333vw;
}

footer .footer_inner{
	width: 84.166667vw;
	padding: 3.333333vw 10.833333vw 0;
}

footer .footer_inner .add{
	font-size: 1.333333vw;
	margin-bottom: 0.833333vw;
}

footer .footer_inner .copyright{
	font-size: 1vw;
}


#toTop{
	bottom: 3.333333vw;
	right: 3.333333vw;
}

#toTop p{
	font-size: 1.333333vw;
}



/********** 共通 **********/

main{
	padding-bottom: 13.333333vw;
}







}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){

body{
	font-size: 3.733333vw;
}


.pc-on{display: none;}
.sp-on{display: block;}

/********** header **********/

header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 3.2vw 0;
	margin: 0;
	overflow: hidden;
	z-index: 999;
}

.header_wrapper{
	width: auto;
	margin: 0 auto;
}

.header_wrapper .title_box{
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	left: 6%;
	top: 0.8vw;
}

.header_wrapper .title_box .head_logo{
	width: 60vw;
	margin-right: 2.133333vw;
}

.header_wrapper .title_box .head_catch{
	font-size: 3.733333vw;
}


#Gnavigation {
	height: auto;
}
#Gnavigation > ul {
	width: 71.794872vw;
	height: calc(100dvh - 16vw);
	position: fixed;
	top: 16vw;
	right: -80%;
	background: #DADEE6;
	box-sizing: border-box;
	padding: 5.128205vw 7.692308vw;
	transition: all 0.2s linear;
	display: block;
	z-index: 950;
}

#Gnavigation > ul.active{
	right: 0;
}

#Gnavigation > ul > li{
	margin: 0 0 7.692308vw;
	padding: 0;
	position: relative;
}

#Gnavigation > ul > li:last-child{
	margin-bottom: 0;
}

#Gnavigation ul li a{
	line-height: 1;
	font-size: 5.866667vw;
    padding: 2.564103vw 0;
    margin-right: 0;
	position: relative;
}

.nav_btn{
	width: 10.256410vw;
	height: 10.256410vw;
	position: fixed;
	top: 3.2vw;
	right: 6%;
}

.nav_btn span{
	width: 6.410256vw;
	height: 1px;
	background: var(--text);
	position: absolute;
	left: 2.307692vw;
	transition: all 0.2s linear;
}

.nav_btn span:nth-child(1){
	top: 2.820513vw;
}

.nav_btn span:nth-child(2){
	top: 4.871795vw;
}

.nav_btn span:nth-child(3){
	top: 6.923077vw;
}

.nav_btn.open span:nth-child(1){
	top: 5.128205vw;
	transform: rotate(45deg);
}

.nav_btn.open span:nth-child(2){
	display: none;
}

.nav_btn.open span:nth-child(3){
	top: 5.128205vw;
	transform: rotate(-45deg);
}

.menu_bg{
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	display: none;
}


/********** footer **********/

footer{
	padding-bottom: 3.2vw;
}

footer .logo{
	width: 36vw;
	margin: 0 auto 8vw;
}

footer .footer_inner{
	width: auto;
	margin: 0 auto;
	padding: 5.333333vw 6% 0;
	box-sizing: border-box;
}

footer .footer_inner .add{
	font-size: 3.733333vw;
	margin-bottom: 2.666667vw;
}

footer .footer_inner .copyright{
	font-size: 2.133333vw;
}


#toTop{
	bottom: 4.266667vw;
	right: 3%;
}

#toTop p{
	font-size: 3.2vw;
}





/********** 共通 **********/

main{
	padding: 17.066667vw 0 16vw;
	overflow: hidden;
}









}


