/*
Theme Name: azumaya
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: arkhe
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.0.1
*/
/* ----------------------------------- style読み込み ----------------------------------- */
@import url("font/style.css");
/* ----------------------------------- 共通 ----------------------------------- */
:root {
	--bg00:url("img/bg00.png") repeat top center;
	--bg01a:url("img/bg01a.png") repeat-y bottom center;
	--bg01b:url("img/bg01c.png") repeat-y top center;
	--bg02:url("img/bg02.png") no-repeat center;
}
body , p , li , dt , dd , figcaption{
	color:#333333;
	font-size:16px;
	font-family:serif;
	letter-spacing: 0.05rem;
}
body{
	background:var(--bg00);
}
.l-footer{
	background:transparent;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.red{
	color:#cc0000;
}
.bold{
	font-weight:bold;
}
p a , li a , a , p a:hover , li a:hover , a:hover{
	color:var(--color);
	text-decoration:none;
	transition:all 0.4s;
}
.flex_box{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.flex_center{
	align-items:center !important;
}
.entry-meta-item-updated , .entry-meta-item-author , .pc1199 , .sp991 ,.sps , .sp , .page-header{
	display:none;
}
.fs12{
	font-size:1.2rem;
}
.fs2{
	font-size:2rem;
}
.ls{
	letter-spacing:0.3rem;
}
.pb3{
	padding-bottom:3rem;
}
.pb5{
	padding-bottom:5rem;
}
.pb7{
	padding-bottom:7rem;
}
.mt3{
	margin-top:3rem;
}
.mb3{
	margin-bottom:3rem;
}
.mb5{
	margin-bottom:5rem;
}
/* --------- th ---------- */
/* th01 */
.th01{
	padding:0 1rem;
}
.th01a{
	background:linear-gradient(transparent 60%, #f6bfbc 60%);
}
.th01b{
	background:linear-gradient(transparent 60%, #7ebeab 60%);
}
.th01 span{
	position:relative;
	padding-left:40px;
}
.th01 span:before{
	content:"";
	display:block;
	position:absolute;
	width:16px;
	height:16px;
	background-color:#666666;
	top:50%;
	left:0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/* th02 */
.th02{
	position:relative;
	color:#fff;
	font-weight:normal;
	font-size:2rem;
	padding:0.5rem 0.5rem 0.5rem 1.5rem;
	letter-spacing:0.3rem;
	margin-bottom:2rem;
}
.th02:before{
	content:"";
	width:70vw;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:var(--bg02);
	background-size:cover;
}
.th02 span{
	position:relative;
}
/* th03 */
.th03{
	justify-content:space-between;
	font-weight:normal;
	letter-spacing:0.1rem;
	position:relative;
	margin-bottom:1.5rem;
}
.th03:before , .th03:after{
	content:"";
	display:block;
	position:absolute;
}
.th03:before{
	top:-2.5rem;
	left:calc(-50vw + 600px);
	background:url("img/th_bg.png") no-repeat center;
	background-size:contain;
	width:8vw;
	height:8vw;
	max-width:150px;
	max-height:150px;
	min-width:50px;
	min-height:50px;
	z-index:1;
}
.th03:after{
	width:calc(100% + 50vw - 600px);
	height:1px;
	left:calc(-50vw + 600px);
	bottom:-0.5rem;
	background-color:#ccc;
}
.th03 .insta{
	position:relative;
	padding-left:60px;
	z-index:2;
}
.th03 .insta:before{
	content:"";
	display:block;
	width:50px;
	height:50px;
	background:url("img/insta.png") no-repeat center;
	background-size:contain;
	position:absolute;
	left:0;
	top:-1rem;
	z-index:1;
}
/* flex_box */
.w60{
	width:56%;
	margin:0 2% 2rem 2%;
}
.w50{
	width:46%;
	margin:0 2% 2rem 2%;
}
.w40{
	width:36%;
	margin:0 2% 2rem 2%;
}
.w33{
	width:29%;
	margin:0 2% 2rem 2%;
}
/* ------------------ Header ------------------ */
#header{
	position:relative;
	padding:3rem 0;
}
#header:before{
	content:"";
	display:block;
	width:93vw;
	height:90%;
	background:var(--bg01a);
	background-size:cover;
	position:absolute;
	left:50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
	bottom:0;
}
.l_top{
	position:relative;
	width:30%;
	padding:5% 5rem 3rem 7%;
	align-content:space-between;
}
/* 線 */
.l_top:before , .l_top:after , .italic_line:after{
	content:"";
	display:block;
	height:1px;
	background-color:#999;
	transform:rotate(45deg);
	position:absolute;
}
.l_top:before{
	width:5vw;
	left:15%;
	bottom:40%;
}
.l_top:after{
	width:18vw;
	left:46%;
	bottom:0;
}
.italic_line:after{
	width:8vw;
	right:32%;
	bottom:23%;
}
/* logo */
.l_top_logo h1 , .th_f_logo{
	font-family:"myfont" , serif;
	text-align:center;
	font-size:4.5rem;
	font-weight:normal;
	letter-spacing:0.8rem;
	line-height:1.3;
}
.l_top_logo h1 small , .th_f_logo small{
	opacity:1;
	display:block;
	font-size:1.2rem;
	letter-spacing:0.2rem;
}
.r_top{
	width:70%;
}
.r_top .metaslider{
	border-radius:30% 0 0 30% / 50% 0 0 50%;
	overflow:hidden;
	box-shadow:3px 5px 5px #666;
}
.b_top{
	position:relative;
	background:var(--bg02);
}
.b_top a{
	color:#fff;
	padding:0.5rem 1rem 0.5rem 1.5rem;
	display:inline-block;
}
.b_top small{
	font-size:0.8rem;
	letter-spacing:0.2rem;
	position:relative;
	padding-left:20px;
}
.b_top small:before{
	content:"";
	display:block;
	width:15px;
	height:15px;
	background:url("img/tel.png") no-repeat center;
	background-size:contain;
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}
.b_top span{
	font-size:1.5rem;
}
/* menu_box */
.l_top_menu .c-gnav{
	flex-direction:row-reverse;
	align-items:flex-start;
}
.l_top_menu .c-gnav li{
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	writing-mode: vertical-rl;
	height:auto;
}
.l_top_menu .c-gnav li a span{
	font-size:1.2rem;
	font-weight:bold;
	letter-spacing:0.4rem;
}
/* HOME */
.l-content{
	overflow:hidden;
}
.bg01b{
	position:relative;
}
.bg01b:before{
	content:"";
	display:block;
	width:93vw;
	height:100%;
	background:var(--bg01b);
	background-size:cover;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
	top:0;
}
.bg01b_content{
	position:relative;
}
/* sec01 */
.sec01_box{
	padding-top:2rem;
}
.sec01_l figcaption{
	opacity:1;
	font-size:0.9rem;
}
.sec01_r{
	padding-top:3rem;
}
.sec01_r p{
	padding-left:1rem;
	margin-bottom:1.5rem;
}
/* img_cover */
.img_cover{
	border-radius:30% 0 0 30% / 50% 0 0 50%;
	overflow:hidden;
	position:absolute;
	right:calc(-50vw + 600px);
	bottom:-1.5rem;
	z-index:1;
}
.img_cover img{
	object-fit:cover;
	display:block;
	width:30vw;
	height:15vw;
	max-width:500px;
	max-height:250px;
	min-width:200px;
	min-height:100px;
}
/* access_box */
.access_box{
	align-items:center;
}
.th_f_logo{
	padding:0 1.5rem;
	width:220px;
}
.access_box dl{
	padding:0 1rem;
	width:calc(100% - 220px);
}
.access_box dl dt{
	font-size:0.9rem;
	line-height:1.2rem;
}
.access_box dl dd{
	font-size:1.1rem;
	line-height:1.8rem;
	border-bottom:solid 1px #ccc;
	padding-bottom:0.3rem;
	margin-bottom:0.8rem;
}
.access_box dl dd small{
	display:inline-block;
	line-height:1.2rem;
	opacity:1;
	padding:0 1.5rem;
}
.parentheses{
	position:relative;
	display:inline-block;
}
.parentheses:before , .parentheses:after{
	display:block;
	position:absolute;
	font-size:2rem;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.parentheses:before{
	content:"（";
	left:-1rem;
}
.parentheses:after{
	content:"）";
	right:-1rem;
}
.access_box dl dd:last-child{
	border-bottom:none;
}
/* css調整 */
.c-drawerNav a span{
	color:#ffffff;
}
/* ------------------ Responnsive ------------------ */
/* -----------  PC 1295.98px ここからmax-width変更 ----------- */
@media screen and (max-width:1295.98px) {
	/* th03 */
	.th03:before{
		left:calc(var(--ark-padding--container)* -1);
	}
	.th03:after{
		width:calc(100% + var(--ark-padding--container));
		left:calc(var(--ark-padding--container)* -1);
	}
	/* img_cover */
	.img_cover{
		right:calc(var(--ark-padding--container)* -1);
	}
}
/* -----------  PC 1199.98px ----------- */
@media screen and (max-width:1199.98px) {
	/* header */
	.l_top{
		width:35%;
		padding:5% 2rem 1rem 7%;
	}
	.r_top{
		width:65%;
	}
	.l_top:before{
		display:none;
	}
	.l_top:after{
		width:25vw;
		bottom:-2rem;
	}
	/* access_box */
	.th_f_logo{
		width:100%;
		margin-bottom:1rem;
	}
	.access_box dl{
		width:100%;
	}
	
}
/* -----------  PC 991.98px ipad ----------- */
@media screen and (max-width:991.98px) {
	body {
		-webkit-text-size-adjust: 100%;
    }
	.l_top_menu{
		display:none;
	}
	.l-header__drawerBtn{
		position:fixed;
		left:0.5rem;
		top:0.5rem;
	}
	.p-drawer{
		padding-top:3.5rem;
	}
	.p-drawerUnderlayer{
		z-index:0;
	}
	.admin-bar .l-header__drawerBtn{
		top:calc(0.5rem + 46px);
	}
	/* sec01 */
	.sec01_l{
		width:40%;
	}
	.sec01_r{
		width:52%;
	}
	.pb7{
		padding-bottom:5rem;	
	}
}
/* -----------  PC 767.98px ipad ----------- */
@media screen and (max-width:767.98px) {
	.w60 , .w50 , .w40 , .w33{
		width:96%;
	}
	.italic_line:after , .l_top:after{
		display:none;
	}
	/* header */
	.l_top{
		width:100%;
		padding:1.5rem 1rem 1rem 2rem;
	}
	.r_top{
		width:100%;
		padding-left:10%;
	}
	.l_top_logo h1{
		font-size:3.5rem;
	}
	.l_top_logo h1 small{
		font-size:1rem;
	}
	.b_top{
		margin-top:2rem;
	}
	/* sec01 */
	.sec01_l{
		order:1;
	}
	.sec01_r{
		order:0;
		padding:0;
	}
	.th02{
		font-size:1.7rem;
	}	
}
/* -----------  PC 599.98px ipad ----------- */
@media screen and (max-width:599.98px) {
	/* ------------------ Header ------------------ */
	#header{
		padding:2rem 0 3rem 0;
	}
	#header:before{
		height:94%;
	}
	.th02:before{
		width:100%;
	}
	.th03{
		font-size:1.2rem;
	}
	.th03 .insta{
		padding-left:40px;
	}
	.th03 .insta:before{
		width:30px;
		height:30px;
		top:-0.5rem;
	}
	
}
