@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、タブレット、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@font-face {
	font-family: 'Zen Maru Gothic';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/ZenMaruGothic-Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: 'Zen Maru Gothic';
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/ZenMaruGothic-Medium.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: 'Zen Maru Gothic';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/ZenMaruGothic-Bold.woff") format("woff");
	font-display: swap;
}

*{font-family: 'Zen Maru Gothic', Meiryo, sans-serif;}

body{
	background: #FFF;
	color: #4B453F;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal{font-weight: normal !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}


/* ------------------------------------------------------------

common

------------------------------------------------------------ */

#wrap_all{position: relative;}

.svg_symbol{display: none;}

.wrap_type01{
	max-width: 1100px;
	margin: 0 auto 150px;
	padding: 80px 50px 0;
}

.wrap_type02{
	padding: 80px 0 0;
	margin: 0 0 150px;
}

.wrap_type03{
	max-width: 900px;
	margin: 0 auto 150px;
	padding: 80px 50px 0;
}

/*--404ページ--*/
.wrap_404{
	text-align: center;
	padding-top: 50px;
	margin-bottom: 160px;
}

.ttl_404{
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.txt_404{margin-bottom: 30px;}

/* メール
---------------------------------------------- */
.txt_mail::after{content: "@";}

/* ファックス
---------------------------------------------- */
.txt_fax a{
	color: #4B453F;
	pointer-events: none;
}

/* リンク
---------------------------------------------- */
.link01{
	color: #FBBB11;
	text-decoration: underline !important;
	font-weight: 700 !important;
}

.link01:hover{text-decoration: none !important;}

.link_tel01 a{
	color: #4B453F;
	display: none;
}

.link_tel02 a{
	color: #FBBB11;
	display: none;
	font-weight: 700!important;
}

/* マーカー
---------------------------------------------- */
.marker_orange01{
	font-weight: 700;
	background:linear-gradient(transparent 65%, #FBBB11 65%);
}

/* ページタイトル
---------------------------------------------- */
#under_page{overflow: hidden;}

.pagettl{
	max-width: 1500px;
	margin: 0 auto;
	padding: 120px 50px 0;
	position: relative;
}

.pagettl::before{
	content: "";
	display: block;
	background: url("../img/img_deco01.png") no-repeat 0 0;
	background-size: contain;
	width: 640px;
	height: 640px;
	position: absolute;
    top: -115px;
    left: 50%;
    margin-left: -950px;
	z-index: -1;
}

.pagettl::after{
	content: "";
	display: block;
	background: url("../img/img_deco02.png") no-repeat 0 0;
	background-size: contain;
	width: 790px;
	height: 890px;
	position: absolute;
    left: 50%;
    bottom: -350px;
    margin-left: 150px;
	z-index: -1;
}

.txt_pagettl{
	text-align: center;
	margin-bottom: 70px;
}

.txt_pagettl p{
	color: #DD5D84;
	line-height: 1;
	font-size: 3rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.txt_pagettl p span{position: relative;}

.txt_pagettl p span::after{
	content: "";
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #DD5D84 2px, transparent 2px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}

.txt_pagettl h2{
	font-size: 3.8rem;
	line-height: 1;
}

.image_pagettl img:nth-of-type(2){display: none;}

.image_pagettl img{
	width: 100%;
	height: auto;
}

/* パンくずリスト
---------------------------------------------- */
.breadcrumb ul{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.breadcrumb ul li{
	display: inline;
	vertical-align: middle;
	color: #4B453F;
	padding-right: 15px;
	margin-right: 3px;
	font-size: 1.2rem;
	position: relative;
}

.breadcrumb ul li::after{
	content: "";
	display: block;
	background: #4B453F;
	background-size: contain;
	width: 8px;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 9px;
	right: 0;
}

.breadcrumb ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.breadcrumb ul li:last-child::after{display: none;}

.breadcrumb ul li a{
	color: #4B453F;
	text-decoration: underline;
}

.breadcrumb ul li a:hover{opacity: 0.7;}

.breadcrumb ul li.current a{
	pointer-events: none;
	text-decoration: none;
}

.breadcrumb ul li.current a:hover{opacity: 1;}

/* 見出し
---------------------------------------------- */
.heading01{
	margin-bottom: 50px;
	text-align: center;
	line-height: 1;
}

.heading01 .ttl{
	font-size: 3rem;
	margin-bottom: 15px;
}

.heading01 p{
	color: #DD5D84;
	font-size: 1.2rem;
	font-weight: 700;
}

/* テーブル
---------------------------------------------- */
table th,
table td{font-weight: 500;}

/* ------------------------------------------------------------

header

------------------------------------------------------------ */

#wrap_top{
	width: 100%;
	font-size: 1.2rem;
	line-height: 1;
	text-align: right;
	color: #B4AB9B;
	padding: 10px 0 0;
}

.wrap_top_inner .cloned{display: none;}	

#header{
	padding: 0 40px;
	position: relative;
	z-index: 2;
}

.header_inner{
	width: 100%;
	padding-top: 32px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.h_logo{
	margin-right: 20px;
	flex: none;
}

.h_logo a{
	display: block;
	color: #4B453F;
	font-weight: 700;
	text-align: center;
}

.h_logo p:nth-of-type(1){
	color: #FBBB11;
	font-size: 4.2rem;
	line-height: 1;
	margin-bottom: 8px;
}

.h_logo p:nth-of-type(2){
	font-size: 1.1rem;
	line-height: 1;
}

.drawer,
.drawer_inner,
#js-focus-trap,
.nav_global{display: contents;}

.nav_global ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1020px;
}

.nav_global ul li a{
	display: block;
	line-height: 1;
	color: #4B453F;
	font-weight: 700;
	transition: color .2s;
}

.nav_global ul li a:hover{color: #FBBB11;}

.nav_global ul li a span{
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
}

.nav_global ul li a span::after{
	content: "";
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #4B453F 2px, transparent 2px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}

.btn_menu,
.btn_d_tel,
.d_logo{display: none;}


/* ------------------------------------------------------------

footer

------------------------------------------------------------ */

.f_contact{
	background: #FFFAEC;
	padding: 110px 50px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.f_contact::before{
	content: "";
	background: url("../img/img_f_contact01.png") no-repeat 0 0;
	width: 139px;
	height: 219px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	mix-blend-mode: multiply;
	margin-left: -419px;
}

.f_contact::after{
	content: "";
	background: url("../img/img_f_contact02.png") no-repeat 0 0;
	width: 272px;
	height: 204px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	mix-blend-mode: multiply;
	margin-left: 280px;
}

.f_contact .txt{
	font-size: 2rem;
	margin-bottom: 30px;
}

.f_contact .txt br:nth-of-type(2){display: none;}

.f_contact .btn a{
	background: #FBBB11;	
	min-width: 500px;
	display: inline-block;
	color: #FFF;
	font-size: 2.8rem;
	line-height: 1;
	padding: 39px 15px;
	border-radius: 8px;
	box-shadow: 0px 0px 20px rgba(109, 72, 0, 0.2);
	transition: box-shadow .3s;
}

.f_contact .btn a:hover{box-shadow: none;}

.f_contact .btn a p{
	display: flex;
	justify-content: center;
	align-items: center;
}

.f_contact .btn a .ico_mail01{
	width: 40px;
	height: 40px;
	fill: #FFF;
	margin-right: 20px;
}

.f_contact .btn a span{display: inline-block;}

.footer_inner{
	padding: 120px 50px 40px;
	text-align: center;
}

.nav_footer{margin-bottom: 40px;}

.nav_footer ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.nav_footer ul li{margin: 0 0 40px;}

.nav_footer ul li a{
	display: block;
	font-weight: 700;
	color: #4B453F;
	line-height: 1;
	padding: 0 20px;
	transition: color .2s;
}

.nav_footer ul li a:hover{color: #FBBB11;}

.f_logo{margin-bottom: 40px;}

.f_logo a{
	display: inline-block;
	color: #4B453F;
	font-weight: 700;
	text-align: center;
}

.f_logo p:nth-of-type(1){
	color: #FBBB11;
	font-size: 4.2rem;
	line-height: 1;
	margin-bottom: 8px;
}

.f_logo p:nth-of-type(2){
	font-size: 1.1rem;
	line-height: 1;
}

.f_info{margin-bottom: 35px;}

.f_bottom{
	color: #808080;
	font-size: 1.2rem;
	line-height: 1.2;
}

.f_bottom .f_small{margin-bottom: 10px;}


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:1200px){ /* 表示領域が1200px以下の場合に適用するスタイル */

	.nav_global ul li a{font-size: 1.4rem;}
	
	
}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	html{
		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	
	#wrap_all.open{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	
	.wrap_type01,
	.wrap_type02,
	.wrap_type03{margin-bottom: 100px;}
	
	/* リンク
	---------------------------------------------- */	
	.link_tel01 a,
	.link_tel02 a{
		display: inline;
		text-decoration: underline !important;
	}

	.link_tel01 span,
	.link_tel02 span{display: none;}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl{padding: 60px 20px 0;}

	.txt_pagettl{margin-bottom: 50px;}

	.txt_pagettl p{font-size: 2.8rem;}

	.txt_pagettl h2{font-size: 3.2rem;}
	
	
	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */
	
	#wrap_top{
		padding: 0;
		font-size: 1rem;
	}
	
	#wrap_top{font-size: 1rem;}
	
	#header{padding: 0;}
	
	.header_inner{padding-top: 0;}
	
	.h_logo{
		margin-right: 0;
		padding-left: 15px;
	}

	.h_logo p:nth-of-type(1){
		font-size: 3.7rem;
		margin-bottom: 5px;
	}

	.h_logo p:nth-of-type(2){font-size: 1rem;}
	
	.btn_menu{
		display: block;
		width: 40px;
		position: fixed;
		top: 18px;
		right: 15px;
		z-index: 5;
		cursor: pointer;
	}
	
	.btn_menu .btn_menu_inner{
		background: #FBBB11;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 40px;
		position: relative;
	}
	
	.btn_menu .btn_menu_inner > span{
		background: #FFF;
		width: 18px;
		height: 2px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 0 0 -9px;
		transition: all .3s;
	}
	
	.btn_menu .btn_menu_inner > span:nth-of-type(1){top: 14px;}
	.btn_menu .btn_menu_inner > span:nth-of-type(2){top: 19px;}
	.btn_menu .btn_menu_inner > span:nth-of-type(3){top: 24px;}
	
	#wrap_all.open .btn_menu .btn_menu_inner > span:nth-of-type(1){top: 19px; transform: rotate(-45deg);}
	#wrap_all.open .btn_menu .btn_menu_inner > span:nth-of-type(2){opacity: 0;}
	#wrap_all.open .btn_menu .btn_menu_inner > span:nth-of-type(3){top: 19px; transform: rotate(45deg);}
	
	.drawer{
		background: #FFF;
		display: block;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
		overflow-scrolling:touch;
		-ms-overflow-style: none;
		scrollbar-width: none;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
	}
	
	.mode-1024 .drawer{transition: opacity .2s;}
	
	#wrap_all.open .drawer{
		opacity: 1;
		visibility: visible;
	}
	
	.drawer_inner{
		padding: 115px 20px 0;
		position: relative;
	}

	.d_logo{
		display: block;
		padding: 10px 0 0 15px;
		margin-bottom: 30px;
	}

	.d_logo a{
		display: inline-block;
		color: #4B453F;
		text-align: center;
		font-weight: 700;
	}

	.d_logo p:nth-of-type(1){
		color: #FBBB11;
		font-size: 3.7rem;
		margin-bottom: 5px;
		line-height: 1;
	}

	.d_logo p:nth-of-type(2){
		font-size: 1rem;
		line-height: 1;
	}
	
	.nav_global{
		display: block;
		padding: 0 30px;
	}
	
	.nav_global ul{
		display: block;
		max-width: unset;
	}
	
	.nav_global ul li{position: relative;}

	.nav_global ul li::after{
		content: "";
		width: 100%;
		height: 1px;
		background-image: linear-gradient(to right, #4B453F 2px, transparent 2px);
		background-size: 4px 1px;
		background-repeat: repeat-x;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.nav_global ul li a{
		display: block;
		font-size: 1.6rem;
		padding: 19px 0;
	}
	
	.nav_global ul li a span{display: contents;}

	.nav_global ul li a span::after{display: none;}
	
	.btn_d_tel{
		display: block;
		margin-top: 60px;
		text-align: center;
	}
	
	.btn_d_tel a{
		display: inline-block;
		color: #FBBB11;
		font-weight: 700;
	}
	
	.btn_d_tel a p{font-size: 1.4rem;}
	
	.btn_d_tel a p span{font-size: 2.5rem;}
	
	.btn_d_tel a address{font-size: 1.2rem;}
	
	#js-focus-trap{display: block;}
	
	
}/*--@media--*/


@media only screen and (max-width:900px){ /* 表示領域が900px以下の場合に適用するスタイル */

	/* ページタイトル
	---------------------------------------------- */
	.pagettl::before{
		width: 500px;
		height: 500px;
		top: -130px;
		left: -290px;
		margin-left: unset;
	}
	
	.pagettl::after{
		width: 590px;
		height: 690px;
		bottom: -230px;
		left: unset;
		right: -240px;
		margin-left: unset;
	}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */
	.f_contact::before,
	.f_contact::after{display: none;}

	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.wrap_type01,
	.wrap_type03{
		padding: 50px 20px 0;
		margin-bottom: 80px;
	}
	
	.wrap_type02{
		padding: 50px 0 0;
		margin-bottom: 80px;
	}
	
	/*--404ページ--*/
	.wrap_404{
		padding-top: 30px;
		margin-bottom: 80px;
	}
	
	.ttl_404{font-size: 3rem;}
	
	.txt_404 br:nth-of-type(2){display: none;}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl{padding: 50px 20px 0;}

	.pagettl::before{
		width: 280px;
		height: 280px;
		top: -70px;
		left: -100px;
	}
	
	.pagettl::after{
		width: 460px;
		height: 518px;
		right: -170px;
		bottom: -153px;
	}
	
	.txt_pagettl{margin-bottom: 30px;}

	.txt_pagettl p{font-size: 2.4rem;}
	
	.image_pagettl{margin-bottom: 5px;}

	.txt_pagettl h2{font-size: 2.6rem;}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{margin-bottom: 30px;}

	.heading01 .ttl{font-size: 2.4rem;}
	
	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */
	
	.wrap_top_inner{
		display: flex;
		flex-wrap: nowrap;
		padding: 2px 0;
		overflow: hidden;
	}

	.wrap_top_inner .cloned{display: block;}
	
	.wrap_top_inner h1{
		text-overflow: inherit;
		overflow: visible;
		white-space: nowrap;
	}
	
	.d_logo{padding: 14px 0 0 15px;}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	.f_contact{padding: 55px 30px 60px;}

	.f_contact .txt{font-size: 1.6rem;}
	
	.f_contact .txt br:nth-of-type(2){display: block;}

	.f_contact .btn a{
		min-width: unset;
		width: 100%;
		max-width: 400px;
		font-size: 2rem;
		padding: 25px 15px;
		border-radius: 6px;
	}

	.f_contact .btn a .ico_mail01{
		width: 26px;
		height: 26px;
		margin-right: 10px;
	}

	.footer_inner{padding: 55px 20px 30px;}

	.nav_footer{display: none;}

	.f_logo{margin-bottom: 18px;}

	.f_logo p:nth-of-type(1){font-size: 3.7rem;}

	.f_logo p:nth-of-type(2){font-size: 1rem;}

	.f_info{margin-bottom: 30px;}

	.f_bottom{font-size: 1rem;}

	
}/*--@media--*/

