@charset "utf-8";

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}

/*リキッドの場合に使用*/
/*@media only screen and (min-width: 768px){
	768px-1280px 画面幅1280px閲覧で1px=0.1rem可変
	html{
			font-size: 0.782vw;
		}
}
@media only screen and (max-width: 767px){
	-767px 画面幅375px閲覧で1px=0.1rem可変
	html{
			font-size: 2.67vw;
		}
}
@media only screen and (min-width: 1280px){
	1280px- 画面幅1280pxで1px=0.1rem固定
	html{
		font-size: 62.5%;
	}
}*/


/*font関係*/
/*基本的にはfont-familyはreset.cssにプリセットから引用*/

/*サイト全体のベースフォントがゴシック体ここから*/
body{
	font-family:"游明朝","Yu Mincho","YuMincho","Times New Roman","Hiragino Mincho ProN","MS PMincho",serif;
	/* font-family:
	"YuGothic",
	"Yu Gothic",
	"游ゴシック体",
	"游ゴシック",
	"Helvetica Neue",
	"Helvetica",
	"Hiragino Sans",
	"Hiragino Kaku Gothic ProN",
	"Arial",
	"Meiryo",
	sans-serif; */
	color: #545454;
}
/*サイト全体のベースフォントがゴシック体で例外で明長体を使う場合クラスを付与*/
.font-m{
	/* font-family:
	"游明朝",
	"Yu Mincho",
	"YuMincho",
	"Times New Roman",
	"Hiragino Mincho ProN",
	"MS PMincho",
	serif; */
}
.font-t{
	font-family:"Times New Roman",
	serif;
}
.font-g{
	/* font-family:
	"YuGothic",
	"Yu Gothic",
	"游ゴシック体",
	"游ゴシック",
	"Helvetica Neue",
	"Helvetica",
	"Hiragino Sans",
	"Hiragino Kaku Gothic ProN",
	"Arial",
	"Meiryo",
	sans-serif; */
	color: #545454;
}
/*サイト全体のベースフォントがゴシック体で例外でAvenirを使う場合クラスを付与*/
.font-a{
	/* font-family: 'Avenir',
	'Helvetica Neue',
	'Helvetica',
	'Arial',
	'Hiragino Sans',
	'ヒラギノ角ゴシック',
	YuGothic,
	'Yu Gothic',
	'メイリオ', 
	Meiryo,
	'ＭＳ Ｐゴシック',
	'MS PGothic'
	,sans-serif; */
	font-weight: 400;
}

/*サイト全体のベースフォントがゴシック体ここまで*/

.bold{
	font-weight: 800;
}
@font-face{
	/*フォントの名前*/
	font-family: "bodoniflf";
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url("../font/bodoniflf/BodoniFLF-Roman.ttf") format('truetype');
	font-weight: 400;
}
@font-face{
	/*フォントの名前*/
	font-family: "bodoniflf";
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url("../font/bodoniflf/BodoniFLF-Roman.ttf") format('truetype');
	font-weight: 700;
}
.b_font{
	font-family:
	'bodoniflf',
	sans-serif;
	font-weight: 400;
}
.b_bold{
	font-family:
	'bodoniflf',
	sans-serif;
	font-weight: 700;
}
* {
	box-sizing: border-box;
}

body{
	width: 100%;
	min-width: 1280px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px) {
	body{
		min-width: 320px;
	}
}

main{
	min-width: 1280px;
}
@media only screen and (max-width: 767px) {
	main{
		min-width: 320px;
		margin-top: 70px;
	}
}

/*headerここから*/
header {
	width: 100%;
	min-width: 1280px;
	height: auto;
	display: block;
	/*position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;*/
	background-color: #ffffff;
	/*box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.2);*/
}
@media only screen and (max-width: 767px) {
	header {
		min-width: 320px;
		background-color: transparent;
		box-shadow: none;
		position: fixed;
		z-index: 1000;
		top: 0;
		right: 0;
	}
}
header .header_01 {
	width: 100%;
	height: 105px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	header .header_01 {
		width: 100%;
		height: 70px;
		transition: all .5s;
		background-color: #fff;
	}
}
header .header_01 h1{
	width: auto;
	height: auto;
}
header .header_01 .logo {
	width: 191px;
	height: auto;
	margin-left: 40px;
	display: block;
}
@media only screen and (max-width: 767px) {
	header .header_01 .logo {
		width: 145px;
		margin-left: 23px;
	}
}
header .header_01 .logo img{
	width: 100%;
	height: auto;
	display: block;
}

/*通常時SPのヘッダー装飾*/
@media only screen and (max-width: 767px) {
	ul.header_01_01{
		width:126px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-right: 19px;
	}
	ul.header_01_01 li{
		width: 18px;
		height: auto;
		display: block;
	}
	ul.header_01_01 li:nth-of-type(2){
		width: 25px;
		margin-left: ;
	}
	ul.header_01_01 li:nth-of-type(3){
		width: 25px;
	}
	ul.header_01_01 li img{
		width: 100%;
		height: auto;
		display: block;
	}

/*SPメニューオープンボタン*/
	header .header_01 .slide-menu-btn{
		width: 25px;
		height: 25px;
		display: block;
		position: relative;
		z-index: 100;
	}
	header .header_01 .slide-menu-btn .line-bar{
		width: 25px;
		height: 2px;
		background: #545454;
		border-radius: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	header.change .header_01 .slide-menu-btn .line-bar{
		background: #656565;
	}
	header .header_01 .slide-menu-btn .line-bar::before{
		content: "";
		display: block;
		background: #545454;
		border-radius: 1px;
		position: absolute;
		width: 100%;
		height: 2px;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
		top: -7px;
	}
	header.change .header_01 .slide-menu-btn .line-bar::before{
		background: #656565;
	}
	header .header_01 .slide-menu-btn .line-bar::after{
		content: "";
		display: block;
		background: #545454;
		border-radius: 1px;
		position: absolute;
		width: 100%;
		height: 2px;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
		bottom: -7px;
	}
	header.change .header_01 .slide-menu-btn .line-bar::after{
		background: #656565;
	}
	header .header_01 .slide-menu-btn.active .line-bar {
		background: #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	header .header_01 .slide-menu-btn.active .line-bar::before {
		background: #fff;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 0;
	}
	header .header_01 .slide-menu-btn.active .line-bar::after {
		opacity: 0;
}
}
/*メニューオープンボタンここまで*/



header .header_01 nav{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.gnav{
	display: flex;
	justify-content: flex-end;
	list-style: none;
	padding-top: 10px;
}
@media only screen and (max-width: 767px) {
	.gnav{
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		padding-top: 10px;
	}
}
.gnav li.gnav01 a.gnav02{
		display: block;
		text-decoration: none;
}
.header_01 nav .gnav.sp_none .gnav01.parent .gnav02{
	cursor: default;
}.header_01 nav .gnav.sp_none .gnav01.parent .gnav02:hover{
	opacity: 1;
}


/*==================================================
テキストの入れ替わり指示
===================================*/
.gnav li.gnav01 a.gnav02{
		/*テキストの基点とするためrelativeを指定*/
	position: relative;
		/*はみ出る要素を隠す*/
	overflow: hidden;
	padding:15px 55px;
	z-index: 1000;
}

.gnav li.gnav01 span{
	/*絶対配置でテキストの位置を決める*/
	position: absolute;
	left: 50%;
	top: 15%;
		/*アニメーションの指定*/
	transition: all .5s;
	transform: translate(-50%, 0);/*X方向に-50% ※中央寄せにするため*/
	/*ブロック要素にして透過なし、テキスト折り返しなし*/  
	display: block;
	opacity:1;
	white-space: nowrap;
	font-size: 15px;
	padding-bottom: 5px;
}
.gnav li.gnav01 span::after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: transparent;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
}


/*差し替わるテキストの設定*/
.gnav li.gnav01 span:nth-child(2){
	opacity:0;/*透過0に*/
	font-size: 15px;
	transform: translate(-50%,100%);/*X方向に-50% Y方向に100%*/
	backface-visibility: hidden;/*アニメーションバグ対策*/
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased
}

/*hoverするとテキストが入れ替わる設定*/
.gnav li.gnav01:hover span:nth-child(1){
	opacity:0;/*透過0に*/
		transform: translate(-50%,-100%);/*X方向に-50% Y方向に-100%*/
}

.gnav li.gnav01:hover span:nth-child(2){
	opacity:1;/*不透明に*/
	font-size: 15px;
	padding-bottom: 10px;
	transform: translate(-50%, 0);/*X方向に-50% Y方向に0*/
	font-weight: 800;
	/*border-bottom: 2px solid #AB9877;*/
	backface-visibility: hidden;/*アニメーションバグ対策*/
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.gnav li.gnav01:hover span:nth-child(2){
		font-weight: 400;
	}
}
.gnav li.gnav01:hover span:nth-child(2)::after{
	background-color: #AB9877;
}
/*========= メガメニュー部分指示 ===============*/
header .header_01 nav .gnav .parent {
	position: relative;
	cursor: pointer;
	z-index: 1000;
}
header .header_01 nav .gnav .parent ul{
	position: absolute;
	z-index: 100;
	top: 26px;
	left: 10px;
	right: auto;
	bottom: auto;
	margin: auto;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 550px;
	height: 57px;
	background-color: #fff;
	animation: tooltipShow2 0.3s linear 0s;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	header .header_01 nav .gnav .parent ul{
		width: 620px;
	}
}
header .header_01 nav .gnav .parent:hover ul{
	visibility: visible;
	opacity: 1;
	transition: all .3s;
	animation: tooltipShow 0.3s linear 0s;
}
header .header_01 nav .gnav .parent ul li{
	width: auto;
	height: auto;
	display: block;
}
header .header_01 nav .gnav .parent ul li:hover a{
	border-bottom: 2px solid #AB9877;
	padding-bottom: 3px;
	transition: 0.1s;
}
/*ナビアニメーション指示*/
@keyframes tooltipShow {
	from {
		transform: translateY(-10px);
	}
	to {
		transform: translateY(0px);
	}
}
@keyframes tooltipShow2 {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-10px);
	}
}
header .header_01 nav .gnav .parent ul li a {
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	line-height: 27px;
	border: 0;
	margin: 0 15px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	header .header_01 nav .gnav .parent ul li a{
		font-weight: 400;
	}
}

/*ナビ右側リンクボタンここから*/
header .header_01 nav .nav_inner02{
	width: 267px;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .header_01 nav .nav_inner02 li{
	width: 89px;
	height: 105px;
	display: block;
	background-repeat: no-repeat;
}
header .header_01 nav .nav_inner02 li:nth-of-type(1){
	background-image: url(../img/common/bg_icon01.svg);
	background-size: 32px auto;
	background-position: center top 29px;
	background-color: #E0B1A5;
}
header .header_01 nav .nav_inner02 li:nth-of-type(2){
	background-image: url(../img/common/bg_icon02.svg);
	background-size:29px auto;
	background-position: center top 32px;
	background-color: #A28C67;
}
header .header_01 nav .nav_inner02 li:nth-of-type(3){
	background-image: url(../img/common/bg_icon03.svg);
	background-size:26.5px auto;
	background-position: center top 32px;
	background-color: #696562;
}
header .header_01 nav .nav_inner02 li:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	transition: all .5s;
}
header .header_01 nav .nav_inner02 li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

header .header_01 nav .nav_inner02 li:nth-of-type(1) a p.link_text01{
	font-size: 13px;
	line-height: 20px;
	margin-left: 1px;
	color: #fff;
	position: absolute;
    top: 33px;
    left: 49%;
    transform: translateX(-50%);
}
header .header_01 nav .nav_inner02 li a p.link_text02{
	font-size: 11px;
	line-height: 1.1;
	font-weight: 800;
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	color: #fff;
}
/*headerここまで*/





@media only screen and (max-width: 767px) {
	header .header_01 nav {
		display: block;
		width: 100%;
		min-width: 320px;
		height: 100vh;
		padding: 40px 0 0;
		background-color: rgba( 105, 101, 98, 0.7);
		position: fixed;
		top: 0;
		right: -120%;
		z-index: 10;
		transition: all .5s;
		overflow: scroll;
	}
	header .header_01 .panelactive {
		right: 0;
		transition: all .5s;
	}
	header .header_01 nav .nav_inner{
		width: 100%;
		height: 100%;
		display: block;
		margin: 0;
		overflow-x: scroll;
	}
	header .header_01 nav .nav_inner li{
		margin-top: 15px;
		text-align: center;
	}
	header .header_01 nav .nav_inner li:nth-of-type(1){
	margin-right: auto;
	}	
}



.menu_box{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.spnav{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 0 30px;
}
.spnav li{
	width: 100%;
	height: auto;
	/*padding: 41px 0 0;*/
	margin-top: 41px;
	position: relative;
}
.spnav li a{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #989898;
	padding-bottom: 10px;
}
.spnav li span{
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.06em;
}
.spnav li span:last-of-type{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	margin-left: 15px;
}
.spnav li.parent{
	margin-top: 0;
}
.header_01 nav .menu_box ul.spnav li.parent .gnav02{
	border-bottom: 1px solid #989898;
	padding-bottom: 10px;
	padding-top: 41px;
	margin-top: 0;
}
/*子要素部分*/
.header_01 nav .menu_box ul.spnav li.parent .gnav02:after{
	content:'';
	display: block;
	width: 15px;
	height: 8px;
	background-image: url(../img/common/sp_arrow_02.svg);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 51px;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	transition: 0.3s;
}
.header_01 nav .menu_box ul.spnav li.parent .gnav02.open:after{
	/*background-image: url(../img/common/sp_arrow_01.svg);*/
	transform: translateY(-50%) rotate(180deg);
	transition: 0.3s;
}
.header_01 nav .menu_box ul.spnav li.parent ul.sp_child{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 24px;
}
.header_01 nav .menu_box ul.spnav li.parent ul.sp_child li{
	border-bottom: initial;
	padding: 0;
	margin-top: 0;
}
.header_01 nav .menu_box ul.spnav li.parent ul.sp_child li a{
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	border-bottom: initial;
	padding-bottom: 0;
	margin-bottom: 15px;
}
/*BOXメニュー部分*/
header .header_01 nav .box_menu{
	width: 100%;
	height: auto;
	padding: 0 30px;
	margin-top: 23px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
header .header_01 nav .box_menu li{
	width: 48%;
	height: auto;
	display: block;
	border: 1px solid #fff;
	padding: 10px 0;
	margin-bottom: 15px;
}
header .header_01 nav .box_menu li a{
	color: #fff;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	width: 100%;
	height: auto;
	display: block;
}



/*sns部分*/
header .header_01 nav ul.sp_sns{
	width: 66px;
	height: auto;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_01 nav ul.sp_sns li{
	width: 15px;
	height: auto;
	display: block;
}
header .header_01 nav ul.sp_sns li img{
	width: 100%;
	height: auto;
	display: block;
}

/*コンタクト部分*/
header .header_01 nav ul.sp_contact{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 258px;
	margin: 32px auto 0;
}
header .header_01 nav ul.sp_contact li{
	width: 50%;
	height: auto;
	display: block;
	font-size: 12px;
	letter-spacing: 0.025em;
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
}
header .header_01 nav ul.sp_contact li:last-of-type{
	border-right: 1px solid #fff;
}

/*最下部ボタン部分*/
header .header_01 nav ul.sp_nav_inner02{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 37px;
}
header .header_01 nav .menu_box ul.sp_nav_inner02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.header_01 nav .menu_box ul.sp_nav_inner02 li{
	width: 100%;
	/*DLページが公開されたら50%に*/
	/*width: 50%;*/
	height: 61px;
	background-color: #E0B1A5;
}
.header_01 nav .menu_box ul.sp_nav_inner02 li:nth-of-type(2){
	background-color: #968D7C;
}
.header_01 nav .menu_box ul.sp_nav_inner02 li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_01 nav .menu_box ul.sp_nav_inner02 li img{
	width: 102px;
	height: auto;
	display: block;
}
.header_01 nav .menu_box ul.sp_nav_inner02 li:nth-of-type(2) img{
	width: 107px;
}









/*footerここから*/
footer{
	width: 100%;
	min-width: 1280px;
	height: auto;
	display: block;
	margin: 71.6px auto 0;
	background-color: #F2F0F0;
}
@media only screen and (max-width: 767px) {
	footer{
		margin-top: 64px;
		min-width: 320px;
		padding-top: 58px;
	}
}
footer .footer_01{
	width: 1100px;
	height: auto;
	padding: 70px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	footer .footer_01{
		width: 90%;
		padding: 0;
		display: block;
		justify-content: initial;
		align-items: initial;
	}
}
footer .footer_01 .footer_01_01{
	width: 280px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer_01 .footer_01_01{
		width: 100%;
		height: auto;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
}
footer .footer_01 .footer_01_01 .logo{
	width: 238px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer_01 .footer_01_01 .logo{
		width: 186px;
	}
}
footer .footer_01 .footer_01_01 .logo img{
	width: 100%;
	height: auto;
}
footer .footer_01 .footer_01_01 .text01{
	font-size: 14px;
	line-height: 24px;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	footer .footer_01 .footer_01_01 .text01{
		margin-top: 45px;
	}
}
footer .footer_01 .footer_01_01 .tel{
	font-size: 22px;
	line-height: 32px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 3px;
}
footer .footer_01 .footer_01_01 .tel img{
	width: 12.3px;
	height: auto;
	display: block;
	margin-right: 5px;
}
footer .footer_01 .footer_01_01 .text02{
	font-size: 14px;
	line-height: 24px;
	margin-top: 3px;
}
@media only screen and (max-width: 767px) {
	footer .footer_01 .footer_01_01 .text02{
		font-size: 13px;
		line-height: 23px;
	}
}
iframe.sp{
	width: 100%;
	height: 220px;
	margin-top: 35px;
}
html body div#mapDiv div div.gm-style div div div div div.place-card.place-card-medium{
	display: none;
}

footer .footer_01 .footer_01_02{
	width: 600px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
@media only screen and (max-width: 767px) {
	footer .footer_01 .footer_01_02{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 35px auto 0;
	}
}
footer .footer_01 .footer_01_02 .footer_01_02_01{
	width: auto;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer_01 .footer_01_02 .footer_01_02_01{
		width: 50%;
	}
}
footer .footer_01 .footer_01_02 .footer_01_02_01 li{
	width: 100%;
	height: auto;
	display: block;
}
footer .footer_01 .footer_01_02 .footer_01_02_01 li a{
	font-size: 14px;
	line-height: 33px;
	margin-bottom: 8px;
	color: #545454;
	position: relative;
	padding-left: 15px;
}
@media only screen and (max-width: 767px) {
	footer .footer_01 .footer_01_02 .footer_01_02_01 li a{
		font-size: 13px;
		margin-bottom: 0;
	}
}
footer .footer_01 .footer_01_02 .footer_01_02_01 li a::after{
	content: '';
	width: 6.3px;
	height: 8px;
	display: block;
	background-image: url(../img/common/arrow08.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center left;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
}
.copyright{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 14px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.copyright{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 30px 0 0;
		display: block;
		background-color: #F2F0F0;
	}
}
.copyright ul{
	width: 300px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.copyright ul{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 30px;
	}
}
.copyright ul li{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 15px;
	/*padding: 0 20px;*/
}
@media only screen and (max-width: 767px) {
	.copyright ul li{
		font-size: 12px;
		line-height: 22px;
	}
	.copyright ul li:nth-of-type(2){
		margin: 0 18px;
	}
}
.copyright ul li a{
	font-size: 14px;
	line-height: 25px;
}
.copyright p{
	font-size: 10px;
	line-height: 25px;
}
@media only screen and (max-width: 767px) {
	.copyright p{
		width: 100%;
		height: 30px;
		font-size: 10px;
		line-height: 25px;
		text-align: center;
		display: block;
		color: #fff;
		background-color: #545454;
	}
}
/*footerここまで*/

@media only screen and (max-width: 767px) {
	.sp_bottom{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 101;
	}
	.sp_bottom .b_btn{
		/*DLページが公開されたら4分割に*/
		/*width: calc(100% / 4);*/
		width: calc(100% / 3);
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sp_bottom .b_btn a{
		width: 100%;
		height: auto;
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 8px 0;
		background-color: #A18C67;
	}
	.sp_bottom .b_btn:nth-of-type(2) a{
		background-color: #696562;
	}
	.sp_bottom .b_btn:nth-of-type(3) a{
		background-color: #968D7C;
	}
	.sp_bottom .b_btn:nth-of-type(4) a{
		background-color: #E0B1A5;
	}
	.sp_bottom .b_btn a img{
		width: auto;
		height: 48px;
		display: block;
	}
}





/*includeここから*/
/*.eyecatch_incここから*/
.eyecatch_inc{
	width: 100%;
	height: calc(100vh - 105px);
	min-height: 500px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc{
		min-height: initial;
		/*height: calc(100vh - 135px)!important;*/
	}
}
.eyecatch_inc .eyecatch_inc_01{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.eyecatch_inc .eyecatch_inc_01 .eye_img{
	width: 100%;
	height: 100vh;
	min-height: 500px;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc .eyecatch_inc_01 .eye_img{
		min-height: initial;
	}
}

.eyecatch_inc.movie {
	height: auto!important;
}
.eyecatch_inc.movie .eyecatch_inc_01 {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.eyecatch_inc.movie .eyecatch_inc_01 video {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px){
    .eyecatch_inc_sp .eyecatch_inc_sp_02 {
        width: 100%;
        /* height: 100vh; */
		height: auto;
        position: relative;
        overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
    }
    .eyecatch_inc_sp .eyecatch_inc_sp_02 video {
        /* position: absolute; */
        /* top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; */
		/* width: 95%;
		height: 95%; */
		width: 100%;
		height: auto;
    }
}




#eyecatch.short{
	width: 100%;
	height: auto;
	min-height: initial;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#eyecatch.short{
		width: 100%;
		min-width: 320px;
		height: auto;
	}
}
#eyecatch.short .eyecatch_inc02{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
#eyecatch.short .eyecatch_inc02 img{
	width: 100%;
	height: auto;
	display: block;
}
.slick-slider .slick-track, .slick-slider .slick-list{
	height: 100%!important;
}
/*.eyecatch_incここまで*/


/*NEWS&BLOG ここから*/
.inc_news{
	width: 100%;
	height: auto;
	display: block;
	padding: 100px 0 93px;
}
@media only screen and (max-width: 767px) {
	.inc_news{
		width: 100%;
		height: auto;
		display: block;
		padding: 75px 0 93px;
	}
}
.inc_news .inc_news_01{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.inc_news .inc_news_01{
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
}
.inc_news .inc_news_01 h2{
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
	.inc_news .inc_news_01 h2{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 58px;
	}
}
.inc_news .inc_news_01 h2 span{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #A28C67;
	display: block;
}
.inc_news .inc_news_02{
	width: 1100px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 50px;
}
@media only screen and (max-width: 767px) {
	.inc_news .inc_news_02{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		padding-top: 0;
	}
}
.inc_news .inc_news_02 .inc_news_02_01{
	box-sizing: border-box;
	width: 330px;
	height: auto;
	display: block;
	margin-right: 55px;
}
@media only screen and (max-width: 767px) {
	.inc_news .inc_news_02 .inc_news_02_01{
		box-sizing: border-box;
		width: 250px;
		margin-right: 22px;
	}
	.slick-prev{
		left: 13px;
	}
	.slick-prev, .slick-next{
		top: 30%;
	}
}
.inc_news .inc_news_02 .inc_news_02_01 a{
	width: auto;
	height: auto;
	display: block;
}
.inc_news .inc_news_02 .inc_news_02_01 a img{
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc_news .inc_news_02 .inc_news_02_01 a img{
		width: 100%;
		height: auto;
	}
}
.inc_news .inc_news_02 .inc_news_02_01 p.date{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 22px;
	margin: 17px 0 14.5px;
}
.inc_news .inc_news_02 .inc_news_02_01 .inc_news_02_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.inc_news .inc_news_02 .inc_news_02_01 .inc_news_02_01_01 a{
	padding: 6px 10px;
	width: auto;
	height: auto;
	background-color: #E2D8C8;
	color: #545454;
	font-size: 12px;
	margin:0 7px 7px 0;
}
.inc_news .inc_news_02 .inc_news_02_01 h3{
	font-size: 15px;
	line-height: 25px;
	color: #545454;
	font-weight: 400;
	margin-top: 6px;
}

.inc_news .more{
	width: 161px;
	height: 50px;
	border: 1px solid #A28C67;
	color: #A28C67;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 23px auto 0;
	position: relative;
	transition: .5s;
}
@media only screen and (max-width: 767px) {
	.inc_news .more{
		width: 121px;
		height: 40px;
		font-size: 12px;
		line-height: 23px;
		margin: 50px auto 0;
	}
}
/*.inc_news .more:hover{
	background-color: #EAD8BA;
	transition: .5s;
}*/
.inc_news .more::after{
	content: '';
	width: 34px;
	height: 5.6px;
	display: block;
	background-image: url(../img/common/arrow01.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center right;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -16px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.inc_news .more::after{
		content: '';
		width: 27px;
		height: 7.0px;
		right: -16px;
		margin: auto;
		background-size: 100% auto;
	}
}


.slick-prev{
	left: -50px;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	.slick-prev{
		left: 0;
		z-index: 10;
	}
}
.slick-next {
	right: -50px;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	.slick-next {
		right: 0;
		z-index: 10;
	}
	.slick-prev, .slick-next{
		/*width: 21px;*/
		height: 41px;
	}
}
.slick-prev::before{
	background: url(../img/common/arrow04.svg) no-repeat;
	width: 21px;
	height: 41px
}
@media only screen and (max-width: 767px) {
	.slick-prev::before{
		background: url(../img/common/sp_arrow04.png) no-repeat;
		background-size: 21px 41px;
	}
}
.slick-next::before{
	background: url(../img/common/arrow03.svg) no-repeat;
	background-position: right center;
}
@media only screen and (max-width: 767px) {
	.slick-next::before{
		background: url(../img/common/sp_arrow03.png) no-repeat;
		background-size: 21px 41px;
	}
}
@media only screen and (max-width: 767px) {
	.slick-next::before{
		width: 20px;
	}
	.slick-prev, .slick-next{
		width: 20px;
	}	
}
/*NEWS&BLOG ここまで*/




/*fairここから*/
.fair{
	width: 100%;
	height: auto;
	display: block;
	padding: 125px 0 100px;
	background-color: #F2F0F0;
}
@media only screen and (max-width: 767px) {
	.fair{
		width: 100%;
		padding: 60px 0 47px;
	}
}
.fair .fair_01{
	width: 1100px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01{
		width: 90%;
	}
}
.fair .fair_01 h2{
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01 h2{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 50px;
	}
}
.fair .fair_01 h2 span{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #A28C67;
	display: block;
}

.fair .fair_01 .fair_01_01{
	width: 1100px;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 75px auto 0;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01 .fair_01_01{
		width: 100%;
		max-width: 369px;
		margin: 0 auto;
	}
}
.fair .fair_01_01 .fair_01_01_01{
	width: 525px;
	height: auto;
	display: flex;
	text-align: left;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01{
		width: 100%;
		flex-direction: column;
	}
}
.fair .fair_01_01 .fair_01_01_01 h3{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #545454;
	text-decoration: underline;
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 h3{
		font-size: 16px;
		line-height: 24px;
		margin-top: 35px;
	}
}
.fair .fair_01_01 .fair_01_01_01:first-of-type h3,
.fair .fair_01_01 .fair_01_01_01:nth-of-type(2) h3{
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01:nth-of-type(2) h3{
		margin-top: 35px;
	}
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01{
	width: 527px;
	height: auto;
	background-color: #fff;
	padding: 18px 15px;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01{
		width: 100%;
		padding: 15px;
		margin-top: 10px;
	}
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 img{
	width: 271px;
	height: 236px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 img{
		width: 49%;
		height: auto;
	}
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner{
	width: 193px;
	height: auto;
	text-align: center;
	display:block;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner{
		width: 49%;
	}
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .text01{
	font-size: 14px;
	line-height: 1.1;
	color: #545454;
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .year{
	font-size: 18px;
	line-height: 1.1;
	color: #545454;
	margin-top: 15px;
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .day{
/*	font-size: 49px;*/
	font-size: 33px;
	line-height: 1.1;
	color: #545454;
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .day{
		font-size: 25px;
	}
}
@media only screen and (max-width: 375px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .day{
		font-size: 21px;
	}
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .day .item01 {
	font-size: 25px;
	line-height: 1.1;
	color: #545454;
	margin: 0 3px;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .day .item01 {
		font-size: 17px;
	}
}
@media only screen and (max-width: 375px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .day .item01 {
		font-size: 15px;
	}
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .time{
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.1;
	color: #545454;
	margin-top: 7px;
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .box01{
	width: 100%;
	height: 39px;
	border: 1px solid #B4B4B4;
	color: #545454;;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .box02{
	border: 1px solid #B4B4B4;
	background-color: #A28C67;
	color: #fff;
	position: relative;
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .box01::after{
	content: '';
	width: 3.5px;
	height: 7.0px;
	display: block;
	background-image: url(../img/common/arrow05.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center right;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 17px;
	margin: auto;
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box_inner .box02::after{
	background-image: url(../img/common/arrow06.svg);
}
.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .recomend{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #545454;
}


/*SP用フェアリンクボタン*/
@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .sp_box{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box01{
		width: 49%;
		height: 39px;
		border: 1px solid #B4B4B4;
		color: #545454;;
		margin-top: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 13px;
		line-height: 23px;
		position: relative;
	}	
}

@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box02{
		border: 1px solid #B4B4B4;
		background-color: #A28C67;
		color: #fff;
		position: relative;
	}	
}

@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box01::after{
		content: '';
		width: 3.5px;
		height: 7.0px;
		display: block;
		background-image: url(../img/common/arrow05.svg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center right;
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: 17px;
		margin: auto;
	}	
}
@media only screen and (max-width: 767px) {
	.fair .fair_01_01 .fair_01_01_01 .fair_01_01_01_01 .box02::after{
		background-image: url(../img/common/arrow06.svg);
	}	
}
/*SP用フェアリンクボタンここまで*/


.fair .fair_01 .more{
	width: 161px;
	height: 50px;
	border: 1px solid #A28C67;
	color: #A28C67;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 77px auto 0;
	position: relative;
	transition: .5s;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01 .more{
		width: 121px;
		height: 40px;
		font-size: 12px;
		line-height: 23px;
		margin: 50px auto 0;
	}
}
/*.fair .fair_01 .more:hover{
	background-color: #EAD8BA;
	transition: .5s;
}*/
.fair .fair_01 .more::after{
	content: '';
	width: 34px;
	height: 6.0px;
	display: block;
	background-image: url(../img/common/arrow01.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center right;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -16px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.fair .fair_01 .more::after{
		content: '';
		width: 27px;
		height: 7.0px;
		right: -16px;
		margin: auto;
		ackground-size: 98% auto;
	}
}
.fair .fair_01_01 .nodate{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin: 0 auto;
}




/*共通コレクションここから*/
.collection{
	width: 100%;
	height: auto;
	padding: 80px 0;
	background-color: #F2F0F0;
}
@media only screen and (max-width: 767px) {
	.collection{
		padding: 56px 0 71px;
	}
}
.collection .collection_01{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.collection .collection_01{
		width: 90%;
	}
}
.collection .collection_01 h2{
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.collection .collection_01 h2{
		font-size: 26px;
		line-height: 36px;
	}
}
.collection .collection_01 .text01{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #A28C67;
}
.collection .collection_01 ul{
	width: 100%;
	height: auto;
	margin-top: 62px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.collection .collection_01 ul{
		margin-top: 39px;
		flex-direction: column;
	}
}
.collection .collection_01 ul li{
	width: 260px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.collection .collection_01 ul li{
		width: 100%;
		max-width: 330px;
		height: auto;
		display: block;
		margin-top: 16px;
	}
}
.collection .collection_01 ul li a{
	width: 100%;
	height: 200px;
	display: block;
	background-image: url(../img/common/collection_bg01.jpg?ver=20250411);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.collection .collection_01 ul li a{
		height: 180px;
	}
}
.collection .collection_01 ul li a.bg_img02{
	background-image: url(../img/common/collection_bg02.jpg?ver=20250411);
}
.collection .collection_01 ul li a.bg_img03{
	background-image: url(../img/common/collection_bg03.jpg?ver=20250411);
}
.collection .collection_01 ul li a.bg_img04{
	background-image: url(../img/common/collection_bg04.jpg?ver=20250411);
}
.collection .collection_01 ul li a.bg_img05{
	background-image: url(../img/common/collection_bg05.jpg?ver=20250411);
}
.collection .collection_01 ul li a p{
	color: #fff;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 0.05em;
}
.collection .collection_01 ul li a p.title02{
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
}
.collection .collection_01 ul li a img{
	width: 100%;
	height: auto;
	display: block;
}
/*コレクションここまで*/


/*共通コンタクト*/
.contact{
	widows: 100%;
	height: auto;
	display: block;
	padding: 120px 0 0;
}
@media only screen and (max-width: 767px) {
	.contact{
		padding: 75px 0 0;
	}
}
.contact .contact_01{
	width: 1100px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01{
		width: 90%;
	}
}
.contact .contact_01 h2{
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 h2{
		font-size: 26px;
		line-height: 36px;
	}
}
.contact .contact_01 h2 span{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #A28C67;
	display: block;
}
.contact .contact_01 .text01{
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
}
.contact .contact_01 .rsv_btn{
	width: 294px;
	height: 69px;
	background-color: #E0B1A5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin: 55px auto 115px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .rsv_btn{
		width: 100%;
		max-width: 330px;
		height: 65px;
		margin: 30px auto 29.5px;
	}
}
.contact .contact_01 .rsv_btn::after{
	content: '';
	width: 5px;
	height: 10px;
	display: block;
	background-image: url(../img/common/arrow07.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center right;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 32px;
	margin: auto;
}
.contact .contact_01 .tel{
	width: 290px;
	height: 53px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 38px;
	line-height: 48px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 2px auto 0;
	pointer-events: none;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .tel{
		pointer-events: initial;
	}
}
.contact .contact_01 .tel img{
	width: 24px;
	height: auto;
	display: block;
}
.contact .contact_01 .text02{
	text-align: center;
	font-size: 16px;
	margin-top: 0;
	color: #545454;
}
.contact .contact_01 .contact_01_01{
	/*資料DLページ公開時に840に変更*/
	/*width: 840px;*/
	width: 540px;
	height: auto;
	margin: 55px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_01{
		width: 100%;
		max-width: 330px;
		margin: 29.5px auto 0;
		flex-direction: column;
	}
}
.contact .contact_01 .contact_01_01 .contact_01_01_01{
	width: 260px;
	height: 155px;
	display: block;
	background-color: #696562;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_01 .contact_01_01_01{
		width: 100%;
		height: 75px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0 50px 0 58px;
		margin-top: 16px;
	}
	.contact .contact_01 .contact_01_01 .contact_01_01_01:first-of-type{
		margin-top: 0;
	}
}
.contact .contact_01 .contact_01_01 .contact_01_01_01:nth-of-type(2){
	background-color: #A18C67;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_01 .contact_01_01_01:nth-of-type(2){
		padding-left: 62px;
	}
}
.contact .contact_01 .contact_01_01 .contact_01_01_01:nth-of-type(3){
	background-color: #968D7C;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_01 .contact_01_01_01:nth-of-type(3){
		padding-left: 57px;
	}
}
.contact .contact_01 .contact_01_01 .contact_01_01_01 img{
	width: 32px;
	height: auto;
	display: block;
	margin: 39px auto 21.4px;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_01 .contact_01_01_01 img{
		width: 30px;
		margin: 0 28px 0 0;
	}
}
.contact .contact_01 .contact_01_01 .contact_01_01_01:nth-of-type(2) img{
	width: 21.29px;
	margin: 34px auto 13px;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_01 .contact_01_01_01:nth-of-type(2) img{
		width: 23px;
		margin: 0 30px 0 0;
	}
}
.contact .contact_01 .contact_01_01 .contact_01_01_01:nth-of-type(3) img{
		width: 37.1px;
		margin: 38px auto 13px;
	}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_01 .contact_01_01_01:nth-of-type(3) img{
		width: 34px;
		margin: 0 24px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_01 .contact_01_01_01 .contact_01_01_01_01{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}	
}
.contact .contact_01 .contact_01_01 .contact_01_01_01 .text02{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	margin-top: 16px;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_01 .contact_01_01_01 .text02{
		margin-top: 0;
		font-size: 20px;
		line-height: 25px;
		text-align: left;
	}
}
.contact .contact_01 .contact_01_01 .contact_01_01_01 .text03{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_01 .contact_01_01_01 .text03{
		color: #fff;
		font-size: 11px;
		line-height: 16px;
	}
}

.contact .contact_01 .contact_01_02{
	width: 840px;
	height: auto;
	margin: 55px auto 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_02{
		width: 90%;
		height: auto;
		margin: 64px auto 0;
		display: flex;
		justify-content: center;
		align-items: initial;
	}
}
.contact .contact_01 .contact_01_02 .contact_01_02_01{
	width: 212px;
	height: 101px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_02 .contact_01_02_01{
		width: auto;
		height: auto;
		margin: 0 10px;
	}
}
.contact .contact_01 .contact_01_02 .contact_01_02_01:nth-of-type(2){
	border-left: 1px solid #BFBDBC;
}
@media only screen and (max-width: 767px) {
	.contact .contact_01 .contact_01_02 .contact_01_02_01:nth-of-type(2){
		border: none;
	}	
}
.contact .contact_01 .contact_01_02 .contact_01_02_01 img{
	width: 42px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contact .contact_01 .contact_01_02 .contact_01_02_01 .text04{
	font-size: 14px;
	line-height: 24px;
	margin-top: 14.5px;
}
.contact .contact_01 .contact_01_02 .contact_01_02_01 .text04 span{
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	color: #545454;
}




/*includeここまで*/