@charset 'UTF-8';


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ================================================================================

	レイアウト

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	#wrapper {}

	main.outer_wrap {
		position: relative;
		max-width: none;
		max-width: 1920px;
		min-height: 50vh;
		display: block;
		padding: 80px 0;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}




/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	#wrapper {}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 0 0 12vw 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
}






/* ================================================================================

	マージンボックス

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_h-long {
		margin-bottom: 180px;
	}
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.both_middle {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.both_short {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.both_vshort {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}




/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 16vw;
		margin-bottom: 16vw;
	}
	.both_middle {
		margin-top: 12vw;
		margin-bottom: 12vw;
	}
	.both_short {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
	.both_vshort {
		margin-top: 4vw;
		margin-bottom: 4vw;
	}
}





/* ================================================================================

	パディングボックス

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}





/* ================================================================================

	カラーボックス

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
		background: url(../img/spacer.gif) center top / auto auto repeat, #f9f2e7;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/spacer.gif) center top / auto auto repeat, #eeeeee;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border: 8px solid #cccccc;
	}
	/* 画像のボーダー囲い */
	.img_border img {
		border: 8px solid #cccccc;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		background: url(../img/spacer.gif) center top / auto auto repeat, #f9f2e7;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/spacer.gif) center top / auto auto repeat, #eeeeee;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border: 2vw solid #cccccc;
	}
	/* 画像のボーダー囲い */
	.img_border img {
		border: 2vw solid #cccccc;
	}
}





/* ================================================================================

	見出し

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		position: relative;
		padding: 0 0 16px 0 !important;
	}
	.h2_cate h2 {
		font-size: 32px;
		font-weight: 400;
		line-height: 1.4 !important;
		text-align: center;
		color: #4b4948;
		border-bottom: 1px solid #c9ae83;
		padding-bottom: 32px;
	}
	.h2_cate h2::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/oyatsu.png) no-repeat center top / auto 100%;
		width: 88px;
		height: 40px;
		bottom: -3px;
		left: 50%;
		margin-left: -49px;
		z-index: 1;
	}


	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		padding: 0 0 12px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 500;
		text-align: center;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		padding: 0 3vw 2vw 3vw !important;
		position: relative;
	}
	.h2_cate h2 {
		font-size: 4.5vw;
		font-weight: 400;
		line-height: 1.4 !important;
		text-align: center;
		border-bottom: 1px solid #c9ae83;
		color: #4b4948;
		padding-bottom: 4vw;
	}
	.h2_cate h2::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/oyatsu.png) no-repeat center top / auto 100%;
		width: 15vw;
		height: 6vw;
		bottom: -1vw;
		left: 50%;
		margin-left: -9vw;
		z-index: 1;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
	}
}


/* ================================================================================

	下層ヘッダー

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.main_cate {
		width: 100%;
	}
	div#cate_logo {
		padding: 80px 0 30px;
		text-align: center;
	}
	div#cate_logo img {
		width: 240px;
	}

	.main_cate_in {
		text-align: center;
		font-size: 32px;
		color: #575757;
	}


	.main_cate_in p {
		position: relative;
		display: inline-block;
		padding: 0 45px;
	}
	.main_cate_in p:before,
	.main_cate_in p:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 44px;
		height: 2px;
		background-color: #C9AE83;
		-webkit-transform: rotate(-60deg);
		transform: rotate(-60deg);
	}
	.main_cate_in p:before {
		left: 0;
	}
	.main_cate_in p:after {
		right: 0;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 768px) {
	.main_cate {
		position: relative;
		width: 100%;
		text-align: center;
	}

	div#cate_logo {
		padding: 7vw 0;
	}
	div#cate_logo img {
		width: 34%;
	}

	.main_cate_in {
		font-size: 6vw;
		color: #575757;
		margin-bottom: 7vw;
	}


	.main_cate_in p {
		position: relative;
		display: inline-block;
		padding: 0 10vw;
	}
	.main_cate_in p:before,
	.main_cate_in p:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 9vw;
		height: 0.5vw;
		background-color: #C9AE83;
		-webkit-transform: rotate(-60deg);
		transform: rotate(-60deg);
	}
	.main_cate_in p:before {
		left: 0;
	}
	.main_cate_in p:after {
		right: 0;
	}
}


/* ================================================================================

	共通ボタン

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 40px;
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 24px;
		letter-spacing: 0;
		margin-left: 20px;
	}
	.link_common ul li:first-of-type {
		margin-left: 0;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #ffffff;
		color: #c9ae83;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		border: #c9ae83 1px solid;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 15px;
		height: 15px;
		top: 50%;
		margin-top: -7px;
		right: 30px;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 6vw;
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li {
		margin-top: 2vw;
	}
	.link_common ul li:first-of-type {
		margin-top: 0;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 43vw;
		background-color: #ffffff;
		color: #c9ae83;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.7em 0 0.8em;
		margin-left: auto;
		margin-right: auto;
		border: #c9ae83 0.2vw solid;
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 3vw;
		height: 3vw;
		top: 44%;
		margin-top: -1vw;
		right: 3vw;
	}
}






/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ================================================================================

	実績紹介部分

================================================================================ */


/* カテゴリアイコン色 */

.works_icon span {
	background-color: #252525;
	color: #ffffff;
}



/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	.works_wrap {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.works_wrap > ul > li {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: relative;
		height: 0;
	}
	.works_icon span {
		position: relative;
		display: inline-block;
		transform: translateY(16px);
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		padding: 0 0.5em 0.1em;
		z-index: 1;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		/* IE対策 */
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}
}




/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {}
	.works_wrap > ul > li {
		position: relative;
		margin: 8vw 4vw 0;
		padding: 0;
	}
	.works_wrap > ul > li:first-of-type {
		margin-top: 0;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;

		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: relative;
		height: 0;
	}
	.works_icon span {
		position: relative;
		display: inline-block;
		transform: translateY(4vw);
		-webkit-transform: translateY(4vw);
		-ms-transform: translateY(4vw);
		padding: 0 0.5em 0.1em;
		z-index: 1;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 61.335vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}
}






/* ================================================================================

	無添加おやつ

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	.box_color {
		padding: 40px;
		background: #c9ae83;
		text-align: center;
		margin: 20px 10px 30px;
		color: #fff;
		line-height: 130%;
	}
	.sab_tlts h3 {
		font-size: 28px;
		color: #666;
		text-align: center;
		clear: both;
		padding: 30px 0px 50px;
		line-height: 40px;
	}



	.snack_box {
		margin-top: 16px;
	}
	.itembox01 {
		text-align: center;
		margin: 14px 10px 0;
	}
	.itembox02 {
		text-align: center;
		margin: 0 10px;
		border-bottom: dashed 1px;
		padding: 0 0 16px;
	}
	.itembox01 p {
		color: #b99863;
	}


	.page-snack .g_contents {
	}
	.page-snack .g_contents img {
		width: 100%;
		height: 209px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		padding: 0 10px;
	}
}




/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {


	.box_color {
		padding: 6vw;
		background: #c9ae83;
		text-align: center;
		margin: 2vw auto 10vw;
		color: #fff;
		line-height: 160%;
	}
	.sab_tlts {
		font-size: 5vw;
		color: #666;
		text-align: center;
		clear: both;
		padding: 5vw 0 10vw;
		line-height: 160%;
	}


	.snack_box {
		margin-top: 6vw;
	}
	.itembox01 {
		text-align: center;
		margin: 2vw auto 0;
	}
	.itembox02 {
		text-align: center;
		border-bottom: dashed 1px;
		padding: 0 0 6vw;
	}
	.itembox01 p {
		color: #b99863;
	}

	.page-snack .g_contents {
	}
	.page-snack .g_contents a {
		display: block;
		pointer-events: none;
	}
	.page-snack .g_contents img {
	}
}






/* ================================================================================

	トリミングメニュー

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.menu-comment {
		padding: 20px 20px 0px 40px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}
	.menu-container {
		background-color: #f9f2e7;
	}
	.menu-box {
		background-color: #c9ae83;
		border: 2px solid #c9ae83;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		color: #ffffff;
		padding: 20px;
	}
	.trimming-list {
		background-color: #ffffff;
		border-left: 2px solid #c9ae83;
		border-right: 2px solid #c9ae83;
		border-bottom: 2px solid #c9ae83;
		padding: 20px 20px 20px 40px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}

	.trimming-list-s {
		background-color: #ffffff;
		border-left: 2px solid #c9ae83;
		border-right: 2px solid #c9ae83;
		padding: 20px 20px 0px 40px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	.trimming-list-l {
		background-color: #ffffff;
		border-left: 2px solid #c9ae83;
		border-right: 2px solid #c9ae83;
		border-bottom: 2px solid #c9ae83;
		padding: 0px 20px 20px 40px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	.tax-text {
		text-align: center;
		margin: 0 auto;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		color: #4b4948;
	}
	.menu-option {
		background-color: #ffffff;
	}
	.option-list {
		border: 2px solid #c9ae83;
		padding: 10px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	.option-title {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	.contact-container {
		width: 0 auto;
	}
	.contact-title {
		background-color: #f9f2e7;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #4b4948;
		padding: 20px;
		text-align: center;
		border: 2px solid #c9ae83;
	}
	.contact-box {
		background-color: #ffffff;
		border-left: 2px solid #c9ae83;
		border-right: 2px solid #c9ae83;
		border-bottom: 2px solid #c9ae83;
	}
	.contact-box2 {
		background-image: url("../img/con-back.jpg");
		border-bottom: 2px solid #c9ae83;
		border-right: 2px solid #c9ae83;
	}
	.contact-text {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		color: #4b4948;
		text-align: center;
	}
	.contact-text2 {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #4b4948;
		text-align: center;
	}
	.contact-text2 p {
		margin-top: 0!important;
	}
	.contact-tel {
		font-size: 30px;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		color: #c9ae83;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.contact-tel p span {
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #c9ae83;
		text-align: center;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	.menu-comment {
		padding: 1vh;
		font-size: 3vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}
	.menu-container {
		background-color: #f9f2e7;
		padding: 4vh 4vw;
	}
	.menu-box {
		background-color: #c9ae83;
		border: 2px solid #c9ae83;
		font-size: 3vw;
		font-family: 'Noto Sans JP', sans-serif;
		color: #ffffff;
		padding: 3vw;
	}
	.trimming-list {
		background-color: #ffffff;
		border-left: 2px solid #c9ae83;
		border-right: 2px solid #c9ae83;
		border-bottom: 2px solid #c9ae83;
		padding: 3vw;
		font-size: 3vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	.trimming-list-s {
		background-color: #ffffff;
		border-left: 2px solid #c9ae83;
		border-right: 2px solid #c9ae83;
		padding: 2vw 2vw 2vw 2vw;
		font-size: 3vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	.trimming-list-l {
		background-color: #ffffff;
		border-left: 2px solid #c9ae83;
		border-right: 2px solid #c9ae83;
		border-bottom: 2px solid #c9ae83;
		padding: 0vw 2vw 3vw 3vw;
		font-size: 3vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	.tax-text {
		text-align: center;
		margin: 0 auto;
		font-size: 2.5vw;
		font-family: 'Noto Sans JP', sans-serif;
		color: #4b4948;
	}
	.menu-option {
		background-color: #ffffff;
		padding: 4vh 4vw;
	}
	.option-list {
		border: 2px solid #c9ae83;
		padding: 3vw;
		font-size: 3vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	.option-title {
		font-size: 3vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	.contact-container {
		padding: 4vh 4vw;
	}
	.contact-title {
		background-color: #f9f2e7;
		font-size: 4vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #4b4948;
		padding: 5vw;
		text-align: center;
		border: 0.5vw solid #c9ae83;
	}
	.contact-box {
		background-color: #ffffff;
		border-left: 0.5vw solid #c9ae83;
		border-right: 0.5vw solid #c9ae83;
		border-bottom: 0.5vw solid #c9ae83;
	}
	.contact-box2 {
		background-image: url("../img/con-back.jpg");
		background-size: cover;
		border-bottom: 0.5vw solid #c9ae83;
		border-right: 0.5vw solid #c9ae83;
		border-left: 0.5vw solid #c9ae83;
	}
	.contact-text {
		font-size: 4vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		color: #4b4948;
		text-align: center;
	}
	.contact-text2 {
		font-size: 3.5vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #4b4948;
		text-align: center;
	}
	.contact-text2 p {
		margin-top: 0!important;
	}
	.contact-tel {
		font-size: 8vw;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		color: #c9ae83;
		text-align: center;
		margin-top: 1vw;
		margin-bottom: 1vw;
	}
	.contact-tel p span {
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #c9ae83;
		text-align: center;
	}
}






/* ================================================================================

	ギャラリー

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.bfaf-text {
		text-align: center;
		margin: 0 auto;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		color: #4b4948;
	}



	.page-gallery .g_contents {
	}
	.page-gallery .g_contents img {
		width: 100%;
		height: 217px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
}




/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	.bfaf-text {
		text-align: center;
		margin: 0 auto;
		font-size: 3.5vw;
		font-family: 'Noto Sans JP', sans-serif;
		color: #4b4948;
	}
	.itembox-gallery {
		text-align: center!important;
		margin: 5vw 4vw 10vw!important;
	}


	.page-gallery .g_contents {
	}
	.page-gallery .g_contents a {
		display: block;
		pointer-events: none;
	}
	.page-gallery .g_contents img {
	}
}




/* ================================================================================

	アクセス

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	.ac-img {
		margin: 0 10px;
	}
	.map_box a {
		width: 100%;
		height: 450px;
		display: block;
		z-index: 1;
		position: absolute;
	}
	.map-photo::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/ashiato.png)top / contain no-repeat;
		width: 18%;
		height: 100%;
		left: 430px;
		top: 250px;
	}
	.map-bg {
		background-color: #f9f2e7;
	}

	.staff-box {
		padding: 20px;
	}
	.staff-box h2 {
		font-size: 23px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		color: #c9ae83;
		padding-bottom: 20px;
	}
	.staff-box h3 {
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		color: #4b4948;
		padding-bottom: 10px;
	}
	.staff-box p {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #4b4948;
		padding-bottom: 10px;
	}

	.a-img::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/ashiato.png)top / contain no-repeat;
		width: 20%;
		height: 100%;
		left: 330px;
		top: 50px;
	}

	.b-img::before {
		position: absolute;
		content: "";
		display: block;
		background: url("../img/ashiato-right.png")top / contain no-repeat;
		width: 10%;
		height: 100%;
		left: 1100px;
		top: 150px;
	}
	.name-text {
		padding-top: 80px;
		padding-bottom: 20px;
	}
}




/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	.c_margin {
		margin: 2vh 4vw;
	}
	.ac-img {
		margin: 1vh 0;
	}
	.map_box a {
		width: 100%;
		height: 58vw;
		display: block;
		z-index: 1;
		position: absolute;
	}

	.map-bg {
		background-color: #f9f2e7;
	}

	.staff-box {
		padding: 20px;
	}
	.staff-box h2 {
		font-size: 6vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		color: #c9ae83;
		padding-bottom: 5vw;
	}
	.staff-box h3 {
		font-size: 5vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		color: #4b4948;
		padding-bottom: 8vw;
	}
	.staff-box p {
		font-size: 3.5vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #4b4948;
		padding-bottom: 3vw;
	}


	.b-img::before {
		position: absolute;
		content: "";
		display: block;
		background: url("../img/ashiato-right.png")top / contain no-repeat;
		width: 10%;
		height: 100%;
		left: 1100px;
		top: 150px;
	}

	.moppy-img {
		width: 95%;
		margin: 0 auto;
	}
}