@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');

body {
	text-align:center;
	font-family: dnp-shuei-gothic-gin-std,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4b4033;
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "halt";
	letter-spacing: .15em;
	line-height: 2.2em;
	padding:0;
	margin:0;
	background:#fdfdf5;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote,strong{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight: 500;
	font-style:normal;
}

img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse: separate;
	border-spacing: 0;
}

address{
	font-style:normal;
}

ul{
	list-style:none;
}
ul img{
	vertical-align: top;
	margin:0;
}

a{
	color:#333333;
	text-decoration:none;
	outline:0;
	-webkit-transition: color 0.5s, background-color 0.5s;
	-moz-transition: color 0.5s, background-color 0.5s;
	transition: color 0.5s, background-color 0.5s;
}
a:hover{
	-webkit-transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}

i {font-weight: normal;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*<group=style>*/
.fw_bold{font-weight: bold;}
.fw_normal{font-weight: normal;}	
/*</group>*/

/*<group=text_align>*/
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}
.sp_txt_l{text-align:center;}
/*</group>*/

/*<group=float>*/
.flt_l{float:left;}
.flt_r{float:right;}	
/*</group>*/

.blocklink,
.blocklink_out,
.blocklink_ank {
	cursor:pointer;
}

.img_max {
	width: 100% !important;
	max-width: initial !important;
}
.change_img img {margin-left: auto; margin-right: auto;}

/* スマホで電話をかけるボタン：画像対応 */
.sp_tel_btn {
	position: relative;
}
.sp_tel_btn img {
	position: relative;
	z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
	display: block;
}
.sp_tel_btn a {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ank_adjust {
    /*padding-top: 150px;
    margin-top: -150px;*/
}

.tel_border a {
	text-decoration: underline;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 2.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4.1vw;
	letter-spacing: normal;
	line-height: 1.8em;
}
/*<group=text_align>*/
.sp_txt_l{text-align:left;}	
/*</group>*/
}



/*共通
---------------------------------------------------------*/
.max_width {
	width: 94%;
	padding: 0 3%;
	margin-left: auto;
	margin-right: auto;
}
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.w1340 {
	width: 94%;
	padding: 0 3%;
	max-width: 1340px;
	margin: 0 auto;
	text-align: left;
}
.w1220 {
	width: 94%;
	padding: 0 3%;
	max-width: 1220px;
	margin: 0 auto;
	text-align: left;
}
.w1170 {
	width: 94%;
	padding: 0 3%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: left;
}
.w1140 {
	width: 94%;
	padding: 0 3%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: left;
}
.w1140 {
	width: 94%;
	padding: 0 3%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: left;
}
.w1100 {
	max-width: 1100px;
	margin: 0 auto;
}
.ft_min {
	font-family: zen-old-mincho, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ft_order {
	font-family: new-order, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.ft_cinzel {
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-style: normal;
}
.fs15 {
	font-size: 90%;
	letter-spacing: .04em;
	line-height: 1.8em;
}
.orange, .orange a {color: #e87e3a;}

.com_txt_link {
	text-decoration: underline;
}
.com_txt_link:hover {
	text-decoration: none;
	color: #a5a099;
}

.bg_hover_li li {
	transition: background-color 1.0s;
}
.bg_hover_li li:hover {
	transition: background-color 0.4s;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*共通
---------------------------------------------------------*/
/*背景*/
.bg_white {
	background: #fff;
}
/*左右の帯*/
.com_bg_l, .com_bg_r {
	position: relative;
}
.com_bg_l::before,
.com_bg_r::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 20%;
	max-width: 300px;
	height: 100%;
	background: #ffffbf;
	transition: all 2.0s ease-out;
}
.com_bg_l::before {
	left: 0;
	bottom: 0;
}
.com_bg_r::after {
	right: 0;
	top: 0;
}
.com_bg_l.anime::before,
.com_bg_r.anime::after {
	transform-origin: left top;
	transform: scale(1, 0);
}
.com_bg_l.anime_on::before,
.com_bg_r.anime_on::after {
	transform: scale(1, 1);
}
.com_bg_l.anime_on::before {
	transition-delay: .5s;
}
/*グラデ*/
.com_bg_l.btm_grd::before,
.com_bg_r.btm_grd::after {
background: -moz-linear-gradient(top,  rgba(255,255,191,1) 85%, rgba(255,255,191,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,191,1) 85%,rgba(255,255,191,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,191,1) 85%,rgba(255,255,191,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffbf', endColorstr='#00ffffbf',GradientType=0 );
}

/*矢印*/
.com_arrow {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 1.0em;
	font-weight: normal;
	position: relative;
}
.com_arrow i {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}
.com_arrow svg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	transform: rotate(-90deg);
}
.com_arrow circle {
	fill: transparent;
	stroke: #c0bcb8;
	stroke-width: 3;
}
/*マウスオーバー：com_arw_hoverクラスをつける*/
.com_arw_hover:hover .com_arrow {
	background: #7d6c6e;
	transition: 0.2s 0.4s;
}
.com_arw_hover:hover .com_arrow i {
	color: #fff;
	transition: 0.2s 0.4s;
}
.com_arw_hover:hover .com_arrow circle {
	animation-name: btn_circle;
	animation-fill-mode: forwards;
	animation-duration: 0.8s;
}
@keyframes btn_circle {
0% {
	stroke-dasharray: 0 377;
	stroke: #c0bcb8;
}
50% {
	stroke-dasharray: 377 377;
	stroke: #c0bcb8;
}
100% {
	stroke-dasharray: 377 377;
	stroke: transparent;
}
}
/*色：白*/
.com_arrow.col_white i {
	color: #fff;
}
.com_arrow.col_white circle {
	stroke: #fff;
}
.com_arw_hover:hover .com_arrow.col_white circle {
	animation-name: btn_circle_wh;
}
@keyframes btn_circle_wh {
0% {
	stroke-dasharray: 0 377;
	stroke: #fff;
}
50% {
	stroke-dasharray: 377 377;
	stroke: #fff;
}
100% {
	stroke-dasharray: 377 377;
	stroke: transparent;
}
}

/*SNSリンク*/
/*.com_sns_list {
	display: flex;
    justify-content: space-between;
}
.com_sns_list li {
	width: 49%;
}*/
.com_sns_list li a {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	font-family: new-order, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 120%;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding: 1.0em 0;
}
.com_sns_list li a:hover {
	color: #3973ee;
}
.com_sns_list li a::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: url("../images/corner1@2x.png") no-repeat left top;
	background-size: contain;
	right: 10px;
	bottom: 10px;
}
.com_sns_list li a:hover {
	color: #c3358e;
}
.com_sns_list li a span {
	display: inline-block;
	background: url("../images/icon_inst@2x.png") no-repeat left center;
	background-size: contain;
	padding: .5em 0;
	padding-left: 3.0em;
}
.com_sns_list li.icon_fs a:hover {color: #3973ee;}
.com_sns_list li.icon_fs a span {background-image: url("../images/icon_fb@2x.png");}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*矢印*/
.com_arrow {
	width: 40px;
	height: 40px;
}

/*SNSリンク*/
.com_sns_list li a {
	font-size: 90%;
	/*letter-spacing: .1em;*/
}	
.com_sns_list li a {
	padding: .8em 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*矢印*/
.com_arrow {
	width: 3.0em;
	height: 3.0em;
}
.com_arrow i {
	font-size: 80%;
}

/*SNSリンク*/
/*.com_sns_list li {
	width: 48%;
}*/
.com_sns_list li {
	width: 80%;
	margin: 0 auto;
}
.com_sns_list li a {
	font-size: 90%;
	padding: .8em 0;
	border-radius: 10px;
}
/*.com_sns_list li a span {
	background-position: center top;
	background-size: 1.8em auto;
	padding: 2.2em 0 0;
}*/
}



/*wrapper
---------------------------------------------------------*/
#wrapper{
	overflow: hidden;
}



/*ヘッダー
---------------------------------------------------------*/
header {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 2% 0;
	text-align: left;
background: -moz-linear-gradient(top,  rgba(253,253,245,1) 20%, rgba(253,253,245,0) 100%);
background: -webkit-linear-gradient(top,  rgba(253,253,245,1) 20%,rgba(253,253,245,0) 100%);
background: linear-gradient(to bottom,  rgba(253,253,245,1) 20%,rgba(253,253,245,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdf5', endColorstr='#00fdfdf5',GradientType=0 );
}
.frontpage header {
	position: absolute;
	z-index: 20;
	background: none;	/*トップページはメインイメージに背景を付け替える*/
}
.frontpage .m_img_area {
	position: relative;
	/*z-index: 15;*/
}
header h1 {
	width: 40%;
	color: #8a837a;
	font-size: 85%;
	letter-spacing: .15em;
	line-height: 1.2em;
	position: absolute;
	left: 2%;
	top: 30px;
	transform: translateY(-50%);
}
header .h_flex {
	display: flex;
    justify-content: space-between;
}
header .h_flex .h_logo {
	width: 40%;
	max-width: 411px;
	padding-top: 30px;
}
header .h_flex .h_contact {
	width: 57%;
	max-width: 550px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
header .h_contact .h_tel {
	width: 51%;
	max-width: 278px;
}
header .h_contact .h_web {
	width: 47%;
	max-width: 256px;
}
header .h_tel .sp_tel_btn {
	margin-bottom: 10px;
}
header .h_web address {
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
header .h_web ul {
	display: flex;
    justify-content: space-between;
	text-align: center;
}
header .h_web li {
	width: 49%;
}
header .h_web li a {
	display: block;
	background: #e87b3a;
	color: #fff;
	font-size: 85%;
	letter-spacing: .2em;
	line-height: 1.2em;
	border-radius: 50px;
}
header .h_web li a:hover {
	background: #fc945d;
}
header .h_web li a span {
	display: inline-block;
	padding: .6em 1.3em .6em 1.5em;
	position: relative;
}
header .h_web li a span::before {
	font-family: 'fontello';
	content: '\e802';
	color: #fdfcab;
	font-weight: normal;
	font-size: 110%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-45%);
}
header .h_web li.icon_rec a span::before {
	content: '\e803';
}
header .h_web li a span::after {
	font-family: 'fontello';
	content: '\e800';
	color: #8c480c;
	font-weight: normal;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-45%);
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
header h1 {
	font-size: 80%;
	letter-spacing: normal;
}
header .h_web address {
	font-size: 80%;
	letter-spacing: .15em;
	text-align: center;
}
header .h_web li a {
	letter-spacing: .1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
header {
	padding: 2% 2% 0;
	padding-right: 1%;
}
.frontpage header {
	padding-bottom: 10%;
}
header h1 {
	font-size: 80%;
	letter-spacing: normal;
	top: 3.0vw;
}
header .h_flex .h_logo {
	padding-top: 4.0vw;
}
header .h_contact .h_tel {
	width: 49%;
}
header .h_contact .h_web {
	width: 49%;
}
header .h_web address {
	font-size: 80%;
	letter-spacing: .1em;
}
header .h_web li a {
	font-size: 80%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	padding: 2% 2% 0;
}
.frontpage header {
	padding-bottom: 15vw;
}
header h1 {
	width: 80%;
	font-size: 70%;
	letter-spacing: normal;
	left: 2%;
	top: 2.0em;
}
header .h_flex {
	display: block;
}
header .h_flex .h_logo {
	width: 80%;
	padding-top: 2.5em;
}
header .h_flex .h_contact {
	display: none;
}
}



/*メインナビ
---------------------------------------------------------*/
.m_nav_area {
	position: relative;
}
.m_nav {
	width: 100%;
	display: flex;
    justify-content: space-between;
	text-align: center;
	letter-spacing: .2em;
	line-height: 1.2em;
}
/*下層ページ*/
.contentpage .m_nav_area {
	width: 100%;
	max-width: 1300px;
	margin: 60px auto 0;
}
.contentpage .m_nav_area .m_nav {
	width: 75%;
	max-width: 830px;
}

.m_nav > li {
	position: relative;
}
.m_nav > li > a > img {
	height: 1.4em;
	width: auto;
}
.m_nav > li > a {
	display: block;
	padding-bottom: 1.2em;
	position: relative;
}
.m_nav > li > a::before {
	content: "";	/*現在地表示*/
	position: absolute;
	width: 100%;
	height: .6em;
	left: 0;
	background: url("../images/now@2x.png") no-repeat center bottom;
	background-size: contain;
	bottom: .3em;
	opacity: 0;
	transition: all 0.4s;
}
.m_nav > li.select > a::before,
.m_nav > li:hover > a::before {
	bottom: 0em;
	opacity: 1;
}

/* アコーディオンメニュー */
.in_menu {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 100%;
	background: rgba(75,64,51,0.9);
	font-family: zen-old-mincho, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.4em;
	text-align: left;
}
/*上に表示する場合*/
.m_nav_area.open_top .in_menu {
	top: auto;
	bottom: 100%;
}
.in_menu a {
	display: block;
	color: #fff;
	padding: 1.0em 0;
	padding-left: 1.8em;
	position: relative;
	background: url("../images/arrow_ora@2x.png") no-repeat .5em center;
	background-size: 1.0em auto;
}
.in_menu li:hover a {
	background-color: rgba(255,255,255,0.2);
}
/*縦メニュー*/
.in_menu.in_long {
	width: 13em;
	left: 50%;
	transform: translateX(-50%);
}
.in_menu.in_long a {
	display: block;
	background-position: 1.0em center;
	padding-left: 2.5em;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}
.in_menu.in_long ul li:last-child a {
	border-bottom: none;
}
/*横メニュー*/
.in_menu.in_width {
	min-width: 800px;
}
.in_menu.in_width ul {
	display: flex;
    flex-wrap: wrap;
	text-align: left;
}
.in_menu.in_width ul li {
	width: 20%;
}
.in_menu.in_width a {
	background-image: url("../images/arrow_gre@2x.png");
}

/* 1100px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.m_nav {
	font-size: 1.6vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav {
	font-size: 1.8vw;
}
/*下層ページ*/
.contentpage .m_nav_area {
	margin-top: 4%;
}
/*横メニュー*/
.in_menu.in_width {
	width: 92vw;
	min-width: auto;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_nav_area {
	display: none !important;
}
}



/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.9);
	transform: translateY(-100%);
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_flex .scl_nav_area {
	width: 65%;
	max-width: 980px;
	box-sizing: border-box;
	padding: 0 2%;
	position: relative;
}
#scl_header .scl_flex .scl_contact {
	width: 35%;
	max-width: 520px;
	box-sizing: border-box;
	background: rgba(197,195,186,0.9);
}
#scl_header .scl_flex .m_nav {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#scl_header .scl_tel {
	padding: 25px 6%;
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: left;
	font-size: 105%;
	letter-spacing: normal;
	line-height: 1.4em;
}
#scl_header .scl_tel dt {
	width: 7em;
}
#scl_header .scl_tel dd {
	width: calc(100% - 7em);
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#scl_header .scl_flex .scl_nav_area {
	width: 75%;
}
#scl_header .scl_flex .scl_contact {
	width: 25%;
}
#scl_header .scl_tel {
	display: block;
	font-size: 95%;
	letter-spacing: .1em;
	padding: 1.0em 6%;
}
#scl_header .scl_tel dt {
	width: 100%;
	margin-bottom: .8em;
}
#scl_header .scl_tel dt br {
	display: none !important;
}
#scl_header .scl_tel dd {
	width: 100%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#scl_header .scl_flex .scl_nav_area {
	width: 70%;
}
#scl_header .scl_flex .scl_contact {
	width: 30%;
}
#scl_header .m_nav > li > a > img {
	height: 1.2em;
}
#scl_header .scl_tel {
	font-size: 1.5vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header {
	display: none !important;
}
}

/* スクロールメニューアニメーション */
@keyframes sclAnimation {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}



/*スマホメニュー
---------------------------------------------------------*/
.drw_inbox {
	background: rgba(75,64,51,0.96);
	padding: 10% 4%;
	text-align: center;
}
.drw_inbox .drw_logo img {
	width: 50%;
	margin-left: 0;
	margin-right: auto;
}
.drw_inbox .drw_menu {
	margin: 8% 0;
	color: #fff;
	text-align: left;
	display: flex;
    justify-content: space-between;
}
.drw_inbox .drw_menu a {
	color: #fff;
}
.drw_inbox .drw_menu ul {
	width: 48%;
}
.drw_inbox .drw_menu ul a,
.drw_inbox .drw_menu ul span {
	display: block;
	line-height: 1.4em;
	padding: .8em 0;
	box-sizing: border-box;
	border-bottom: solid 1px #817a70;
}
.drw_inbox .drw_menu ul span {
	border-color: transparent;
	color: #a5ae58;
	letter-spacing: .3em;
	padding: 1.2em 0 .4em;
}
.drw_inbox .drw_menu ul a {
	padding-left: 1.5em;
	background: url("../images/arrow_ora@2x.png") no-repeat left center;
	background-size: 1.0em auto;
}
.drw_inbox .drw_menu .drw_med a {
	background-image: url("../images/arrow_gre@2x.png");
}
.drw_inbox .drw_tel {
	margin: 8% 0 10%;
	color: #fff;
}
.drw_inbox .drw_tel dd {
	width: 80%;
	margin: .5em auto 0;
}
.drw_inbox .drw_time dd {
	color: #fff;
	font-size: 90%;
	line-height: 1.6em;
	letter-spacing: .1em;
	margin-top: .5em;
}



/*下層ファーストビュー
---------------------------------------------------------*/
.contentpage .m_title {
	position: relative;
	z-index: 1;
}
.contentpage .m_title::before {
	content: "";
	display: block;
	padding-top: 190px;	/*高さ*/
}
.contentpage .m_title .m_title_abs {
	position: absolute;
	left: 3%;
	bottom: 15%;
	text-align: left;
}
.contentpage .m_title .ft_min {
	font-size: 350%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.contentpage .m_title .ft_min span {
	font-size: 80%;
	letter-spacing: .1em;
	line-height: 1.4em;
}

#pagebody {
	position: relative;
	max-height: 100%;
}

.contentpage #wrapper.com_bg_r::after {
	height: 1270px;
}
.contentpage #pagebody {
	padding-top: 65px;
}
.contentpage #pagebody.com_bg_r::after {
	height: 1120px;
	right: auto;
	left: 0;
}

/*導入*/
.com_lead_box .lead_bg {
	background: url("../images/staff/m_img@2x.png") no-repeat right top;
	background-size: 900px auto;
	box-sizing: border-box;
	min-height: 510px;
	padding-top: 120px;
}
.com_lead_txt {
	font-size: 260%;
	letter-spacing: .1em;
	line-height: 1.7em;
}
.com_lead > dt {
	margin-bottom: .6em;
}
.com_lead_box .lead_bg .com_lead > dd {
	width: 60%;
	max-width: 730px;
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.contentpage .m_title::before {
	padding-top: 15%;	/*高さ*/
}
/*導入*/
.com_lead_box .lead_bg {
	background-size: 67% auto;
	min-height: auto;
	padding-top: 8%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contentpage .m_title::before {
	padding-top: 15%;	/*高さ*/
}
.contentpage .m_title .ft_min {
	font-size: 5.5vw;
}

.contentpage #pagebody {
	padding-top: 5%;
}

/*導入*/
.com_lead_box .lead_bg {
	background-size: 67% auto;
	padding-top: 8%;
}
.com_lead_txt {
	font-size: 220%;
	line-height: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_title::before {
	/*padding-top: 30%;*/	/*高さ*/
	padding-top: 25%;
}
.contentpage .m_title .m_title_abs {
	position: absolute;
	/*bottom: 30%;*/
	bottom: 20%;
	left: 8%;
}
.contentpage .m_title .ft_min {
	font-size: 150%;
	letter-spacing: .1em;
}

.contentpage #wrapper.com_bg_r::after {
	height: 120vw;
}
.contentpage #pagebody {
	padding-top: 0;
}
.contentpage #pagebody.com_bg_r::after {
	top: 5vw;
	height: 100vw;
}

/*導入*/
.com_lead_box .lead_bg {
	/*background-size: 65% auto;*/
	min-height: auto;
	/*padding-top: 20vw;*/
	background-size: 105% auto;
	padding-top: 35vw;
}
.com_lead_txt {
	font-size: 160%;
	letter-spacing: .05em;
	line-height: 1.4em;
	text-shadow: 0px 0px 5px #fdfdf5, 0px 0px 10px #fdfdf5, 0px 0px 10px #fdfdf5, 0px 0px 20px #fdfdf5, 0px 0px 20px #fdfdf5;
}
.com_lead > dt {
	margin-bottom: .6em;
}
.com_lead > dd {
	text-align: left;
}
.com_lead_box .lead_bg .com_lead > dd {
	width: 100%;
	max-width: 100%;
}
}



/*コンテンツ共通
---------------------------------------------------------*/
#pagebody.com_btm_border {
	border-bottom: solid 1px #c0bcb8;
}

/*リンク*/
.com_link1 {
	margin-top: 1.0em;
	font-size: 90%;
	letter-spacing: .25em;
	line-height: 1.2em;
}
.com_link1 a {
	display: inline-block;
	text-align: right;
	padding: 1.0em 0;
	padding-right: 60px;
	position: relative;
}
.com_link1 a .com_arrow {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.com_arrow.arrow_anc i {
	transform: translateY(-50%) rotate(90deg);
	transform-origin: center center 0;
}

.com_link2 {
	width: 80%;
	max-width: 300px;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
}
.com_link2 a {
	display: block;
	border: solid 1px #c0bcb8;
	text-align: left;
	font-size: 95%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .8em 10%;
	position: relative;
}
.com_link2 i {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 2.2em;
	line-height: 2.2em;
	text-align: center;
	border-radius: 50%;
	transition: all 1.0s;
}
.com_link2:hover i {
	transition: all 0.4s;
	color: #fff;
	background: rgba(155,126,112,0.5);
}
.com_link2.col_white a {
	color: #fff;
}
.com_link2.col_white:hover i {
	color: #4b4033;
	background: rgba(255,255,255,0.5);
}

/*インデックス*/
.com_index1 {
	color: #e87e3a;
	font-size: 660%;	/*サイズ：110px*/
	letter-spacing: normal;
	line-height: 1.2em;
}
.com_index2 {
	background: #fc945d;
	text-align: center;
	color: #fff;
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .6em 3%;
	margin-bottom: 70px;
}
.com_index3 {
	text-align: center;
	color: #e87e3a;
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 0 3% .6em;
	border-bottom: solid 1px #e87e3a;
	margin-bottom: 60px;
}

/*ボックス*/
.com_inbox {
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}

/*リスト*/
.com_list1 > li {
	line-height: 1.8em;
	position: relative;
	padding-left: 1.5em;
	margin-bottom: .5em;
}
.com_list1 > li:last-child {
	margin-bottom: 0;
}
.com_list1 > li::before {
	font-family: 'fontello';
	content: '\e804';
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}

/*ご予約・お問い合わせ*/
.com_tel {
	display: flex;
    justify-content: center;
    align-items: center;
}
.com_tel dt {
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-right: 3%;
}
.com_time_txt {
	margin-top: 30px;
	background: #fff;
	width: 100%;
	max-width: 900px;
	border-radius: 10px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding: .8em 0;
	text-align: center;
	display: flex;
    justify-content:  center;
    flex-wrap: wrap;
	line-height: 1.4em;
}
.com_time_txt > li {
	margin: 0 1.0em;
}

/*メリットデメリット*/
.com_demelit_list,
.com_melit_list {
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.6em;
}
.com_demelit_list > li,
.com_melit_list > li {
	box-sizing: border-box;
	margin-bottom: .8em;
	padding-left: 1.8em;
	position: relative;
}
.com_demelit_list > li:last-child,
.com_melit_list > li:last-child {
	margin-bottom: 0;
}
.com_demelit_list > li::before,
.com_melit_list > li::before {
	font-family: 'fontello';
	content: '\e805';
	font-size: 105%;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: .1em;
}
.com_melit_list > li::before {
	content: '\e806';
}

/*スマホ時スクロールテキスト*/
.com_sp_txt {
	color: #7d6c6e;
	font-size: 80%;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-top: .5em;
}
.com_sp_txt span {
	letter-spacing: -.5em;
	animation-name: return;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}
@keyframes return {
0% {
	margin-left: 0em;
 }
70% {
	margin-left: .5em;
 }
100% {
	margin-left: 0em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*リンク*/
.com_link1 a {
	padding-right: 50px;
}

/*インデックス*/
.com_index1 {
	font-size: 10vw;
}
.com_index2 {
	font-size: 180%;
	padding: .4em 3%;
	margin-bottom: 5%;
}
.com_index3 {
	font-size: 180%;
	padding: 0 3% .4em;
	margin-bottom: 4%;
}

/*ボックス*/
/*リスト*/

/*ご予約・お問い合わせ*/
.com_tel dt {
	font-size: 110%;
}
.com_tel dd {
	width: 50%;
	max-width: 403px;
}
.com_time_txt {
	margin-top: 20px;
}

/*メリットデメリット*/
.com_demelit_list,
.com_melit_list {
	letter-spacing: .05em;
}
.com_demelit_list > li,
.com_melit_list > li {
	margin-bottom: .5em;
	padding-left: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*リンク*/
.com_link1 {
	letter-spacing: .15em;
}
.com_link1 a {
	padding: 1.0em 0;
	padding-right: 3.5em;
}

.com_link2 {
	max-width: 100%;
}
.com_link2 a {
	letter-spacing: .05em;
	padding: .5em 5%;
}
.com_link2 i {
	right: 2.5%;
}

/*インデックス*/
.com_index1 {
	font-size: 380%;
}
.com_index2 {
	font-size: 150%;
	letter-spacing: .1em;
	padding: .5em 0;
	margin-bottom: 6%;
}
.com_index3 {
	font-size: 150%;
	letter-spacing: .1em;
	padding: 0 3% .5em;
	margin-bottom: 6%;
}

/*ボックス*/

/*リスト*/
.com_list1 > li {
	line-height: 1.8em;
	position: relative;
	padding-left: 1.5em;
	margin-bottom: .5em;
}
.com_list1 > li:last-child {
	margin-bottom: 0;
}
.com_list1 > li::before {
	font-family: 'fontello';
	content: '\e804';
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}

/*ご予約・お問い合わせ*/
.com_tel {
	display: block;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.com_tel dt {
	font-size: 100%;
	margin: 0 0 .5em;
}
.com_time_txt {
	margin-top: 1.0em;
}
	
/*メリットデメリット*/
.com_demelit_list,
.com_melit_list {
	font-size: 95%;
	letter-spacing: normal;
}
.com_demelit_list > li,
.com_melit_list > li {
	line-height: 1.4em;
	margin-bottom: .5em;
	padding-left: 1.5em;
}
}



/*隙間
---------------------------------------------------------*/
/*隙間*/
.com_btm_150 {
	margin-bottom: 150px;
}
.com_btm_140 {
	margin-bottom: 140px;
}
.com_btm_120 {
	margin-bottom: 120px;
}
.com_btm_100 {
	margin-bottom: 100px;
}
.com_btm_80 {
	margin-bottom: 80px;
}
.com_btm_70 {
	margin-bottom: 70px;
}
.com_btm_60 {
	margin-bottom: 60px;
}
.com_btm_50 {
	margin-bottom: 50px;
}
.com_btm_40 {
	margin-bottom: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*隙間*/
.com_btm_150 {
	margin-bottom: 12%;
}
.com_btm_140 {
	margin-bottom: 12%;
}
.com_btm_120 {
	margin-bottom: 10%;
}
.com_btm_100 {
	margin-bottom: 8%;
}
.com_btm_80 {
	margin-bottom: 6%;
}
.com_btm_70 {
	margin-bottom: 6%;
}
.com_btm_60 {
	margin-bottom: 5%;
}
.com_btm_50 {
	margin-bottom: 5%;
}
.com_btm_40 {
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*隙間*/
.com_btm_150 {
	margin-bottom: 14%;
}
.com_btm_140 {
	margin-bottom: 14%;
}
.com_btm_120 {
	margin-bottom: 13%;
}
.com_btm_100 {
	margin-bottom: 12%;
}
.com_btm_80 {
	margin-bottom: 10%;
}
.com_btm_70 {
	margin-bottom: 9%;
}
.com_btm_60 {
	margin-bottom: 8%;
}
.com_btm_50 {
	margin-bottom: 7%;
}
.com_btm_40 {
	margin-bottom: 6%;
}
}



/*診療メニュー
---------------------------------------------------------*/
.f_medical {
	background: #f6f6d3;
	padding: 70px 0;
}
.f_medical .f_med_index {
	text-align: center;
	color: #9b7e70;
	font-size: 160%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: 40px;
}
.f_medical .flex_box {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.f_medical .flex_box .f_med_list {
	width: 74.5%;
	display: flex;
    flex-wrap: wrap;
}
.f_medical .flex_box .f_med_btn {
	width: 23.3%;
}

.f_medical .f_med_list li {
	width: 31.4%;
	margin-right: 2.9%;
	margin-top: 3%;
}
.f_medical .f_med_list li:nth-child(3n) {
	margin-right: 0;
}
.f_medical .f_med_list li:nth-child(-n+3) {
	margin-top: 0;
}
.f_medical .f_med_list a {
	display: block;
	background: rgba(176,178,82,0.15);
	padding: .5em 8%;
	position: relative;
}
.f_medical .f_med_list i {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	width: 2.2em;
	line-height: 2.2em;
	text-align: center;
	border-radius: 50%;
	transition: all 1.0s;
}
.f_medical .f_med_list li:hover i {
	transition: all 0.4s;
	background: rgba(255,255,255,1.0);
}

.f_medical .f_med_btn li {
	margin-top: 1.2em;
}
.f_medical .f_med_btn li:first-child {
	margin-top: 0;
}
.f_medical .f_med_btn a {
	display: block;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.f_medical .f_med_btn span {
	display: inline-block;
	padding: 1.6em 2.0em 1.6em 2.5em;
	background: url("../images/icon_case@2x.png") no-repeat left center;
	background-size: 1.9em auto;
	position: relative;
}
.f_medical .f_med_btn .icon_pric span {background-image: url("../images/icon_price@2x.png");}
.f_medical .f_med_btn i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 80%;
	width: 2.2em;
	line-height: 2.2em;
	text-align: center;
	border-radius: 50%;
	transition: all 1.0s;
}
.f_medical .f_med_btn li:hover i {
	transition: all 0.4s;
	color: #fff;
	background: rgba(155,126,112,0.5);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_medical {
	padding: 4% 0;
	font-size: 90%;
}
.f_medical .f_med_index {
	margin-bottom: 4%;
}
.f_medical .f_med_list li {
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
}
.f_medical .f_med_btn li {
	margin-top: .8em;
}
.f_medical .f_med_btn a {
	letter-spacing: .05em;
}
.f_medical .f_med_btn span {
	padding: 1.4em 2.0em 1.4em 2.2em;
	background-size: 1.6em auto;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_medical {
	padding: 6% 0;
}
.f_medical .f_med_index {
	font-size: 120%;
	margin-bottom: 3%;
}
.f_medical .flex_box {
	display: block;
}
.f_medical .flex_box .f_med_list {
	width: 100%;
	margin-bottom: 3%;
    justify-content: space-between;
}
.f_medical .flex_box .f_med_btn {
	width: 100%;
	display: flex;
    justify-content: space-between;
}

.f_medical .f_med_list li {
	width: 49%;
	margin: 2% 0 0 !important;
}
.f_medical .f_med_list li:nth-child(-n+2) {
	margin-top: 0;
}

.f_medical .f_med_btn li {
	width: 49%;
	margin: 0;
}
.f_medical .f_med_btn a {
	font-size: 110%;
	letter-spacing: .05em;
}
.f_medical .f_med_btn span {
	padding: 1.0em 2.0em 1.0em 2.2em;
	background-size: 1.6em auto;
}
}



/*.f_bnr
---------------------------------------------------------*/
.f_bnr {
	padding: 70px 0;
	position: relative;
	z-index: 10;
}
.f_bnr ul {
	width: 100%;
	/*max-width: 1070px;*/
    max-width: 800px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.f_bnr li.bnr_nb {
	/*width: 23%;*/
    width: 30%;
	/*max-width: 245px;*/
	position: relative;
	border-bottom: solid 5px #ccc;	/*揃える*/
}
.f_bnr li.bnr_rec {
	/*width: 49%;*/
    width: 65%;
	/*max-width: 520px;*/
	background: #fc945d;
	position: relative;
}

.f_bnr li.bnr_nb::before {
	content: "";	/*マウスオーバー*/
	position: absolute;
	width: 0;
	background: #fff;
	left: 0;
	height: 5px;	/*揃える*/
	bottom: -5px;
	opacity: 0.5;
	transition: all 0.4s;
}
.f_bnr li.bnr_nb:hover::before {
	transition: all 0.2s;
	width: 20%;
}
.f_bnr li.bnr_nb p {
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.f_bnr li.bnr_nb p .ft_order {
	display: block;
	font-size: 180%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: .2em;
}
.f_bnr li.bnr_nb .arrow {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	width: 2.6em;
	line-height: 2.6em;
	background: #e4e2e0;
	border-radius: 50%;
	text-align: center;
}
.f_bnr li.bnr_nb .arrow i {
	font-size: 90%;
}
.f_bnr li.f_news {border-color: #7d6c6e;}
.f_bnr li.f_news p .ft_order {color: #7d6c6e;}
.f_bnr li.f_blog {border-color: #a37b80;}
.f_bnr li.f_blog p .ft_order {color: #a37b80;}

.f_bnr li.bnr_rec div {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.f_bnr li.bnr_rec div::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url("../images/f_bnr_rec_bg@2x.png") no-repeat left bottom;
	background-size: auto 100%;
	transition: all 0.4s;
}
.f_bnr li.bnr_rec:hover div::before {
	transition: all 0.2s;
	height: 110%;
}
.f_bnr li.bnr_rec div img {
	position: relative;
	z-index: 1;
}
.f_bnr li.bnr_rec p {
	position: absolute;
	z-index: 2;
	right: 4%;
	bottom: 0;
	width: 45%;
	max-width: 230px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_bnr {
	padding: 4% 0;
}
.f_bnr li.bnr_nb {
	font-size: 1.5vw;
	border-width: 3px;	/*揃える*/
}
.f_bnr li.bnr_nb::before {
	height: 3px;	/*揃える*/
	bottom: -3px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_bnr {
	padding: 6% 0;
}
.f_bnr ul {
	width: 90%;
	margin: 0 auto;
    flex-wrap: wrap;
}
.f_bnr li.bnr_nb {
	width: 45%;
    margin: 0 auto;
	max-width: 100%;
	border-width: 3px;	/*揃える*/
	font-size: 60%;
}
.f_bnr li.bnr_rec {
	width: 100%;
	margin: 6% auto 0;
}

.f_bnr li.bnr_nb::before {
	height: 3px;	/*揃える*/
	bottom: -3px;
}
.f_bnr li.bnr_nb p {
	position: static;
	transform: none;
	padding: 0 0 1.0em;
}
.f_bnr li.bnr_nb p .ft_order {
	margin-bottom: 0;
}
.f_bnr li.bnr_nb .arrow {
	width: 3.0em;
	line-height: 3.0em;
}
.f_bnr li.bnr_nb .arrow i {
	font-size: 100%;
}
}



/*footer
---------------------------------------------------------*/
footer {
	position: relative;
	z-index: 10;
}
footer .f_inf {
	background: #f9f8f4;
	padding: 80px 0 100px;
}
footer .f_inf .f_clinc,
footer .f_inf address {
	text-align: center;
}
footer .f_inf .f_clinc dt {
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .8em;
}
footer .f_inf .f_clinc dd {
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
footer .f_inf address {
	margin: 30px 0 50px;
}

footer .f_inf .f_flex {
	display: flex;
    justify-content: space-between;
}
footer .f_inf .f_flex > div {
	width: 48.5%;
	max-width: 550px;
}
footer .f_inf .box_l .f_inbox {
	width: 100%;
	max-width: 490px;
	margin-left: auto;
	margin-right: auto;
}

footer .f_tel {
	margin-bottom: 30px;
}
footer .f_tel dt {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}
footer .f_tel dd {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .f_tel dd div {
	width: 74%;
}
footer .f_tel dd ul {
	width: 23%;
	max-width: 100px;
	display: flex;
    justify-content: space-between;
}
footer .f_tel dd li {
	width: 42%;
	max-width: 40px;
}

footer .f_time {
	margin-bottom: 20px;
}
footer .f_kamoku {
	border-top: solid 1px #c0bcb8;
	padding-top: 20px;
}
footer .f_kamoku dt {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .5em;
}

footer .f_inf .box_r iframe {
	display: block;
}
footer .f_inf .box_r .com_link1 {
	text-align: right;
}
footer .f_inf .box_r .com_link1 a {
	padding-right: 40px;
}
footer .f_inf .box_r .com_link1 .com_arrow {
	width: 32px;
	height: 32px;
	font-size: 80%;
}
footer .f_inf .f_access {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-top: .5em;
}
footer .f_inf .f_access li {
	padding: .5em 0 .5em 2.2em;
	background-image: url("../images/icon_train@2x.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 2.0em;
}
footer .f_inf .f_access li.icon_car {
	background-image: url("../images/icon_car@2x.png");
}

footer .f_site {
	background: #ede9de;
	padding: 80px 0;
}
footer .f_site .f_flex {
	width: 90%;
	max-width: 900px;
	display: flex;
    justify-content: space-between;
}
footer .f_site .f_flex dl {
	width: 49%;
}
footer .f_site .f_flex dt {
	color: #7d6c6e;
	font-size: 130%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .8em;
}
footer .f_site .f_flex dd > div {
	display: flex;
    justify-content: space-between;
}
footer .f_site .f_flex dd ul {
	width: 49%;
}
footer .f_site .f_flex dd li {
	line-height: 1.4em;
	margin-bottom: .8em;
}
footer .f_site .f_flex dd li:last-child {
	margin-bottom: 0;
}
footer .f_site .f_flex dd li a:hover {
	color: #c6b995;
}
footer .copyright {
	margin-top: 80px;
	text-align: right;
	color: #c6b995;
	line-height: 1.6em;
}

#page_top {
	position:fixed;
	width: 8%;
	max-width: 107px;
	border-radius: 50%;
	overflow: hidden;
	bottom: 100px;
	right: 3%;
	z-index: 400;
}
#page_top a {
	display: block;
	border-radius: 50%;
	border: solid 1px #4b4033;
	position: relative;
}
#page_top a::before {
	content: "";
	position: absolute;
	width: 92%;
	height: 92%;
	border-radius: 50%;
	border: solid 1px #4b4033;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
#page_top a:hover::before {
	transition: all 0.2s;
	width: 100%;
	height: 100%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer {
	font-size: 90%;
}
	
footer .f_inf {
	padding: 6% 0 4%;
}
footer .f_inf .f_clinc dt {
	margin-bottom: .5em;
}
footer .f_inf .f_clinc dd {
	font-size: 220%;
}
footer .f_inf address {
	margin: 2% 0 4%;
}

footer .f_tel {
	margin-bottom: 6%;
}
footer .f_tel dt {
	font-size: 110%;
	margin-bottom: .5em;
}
footer .f_tel dd div {
	width: 74%;
}
footer .f_tel dd ul {
	width: 20%;
}

footer .f_time {
	margin-bottom: 6%;
}
footer .f_kamoku {
	padding-top: 6%;
}

footer .f_inf .f_access {
	display: block;
	font-size: 100%;
}

footer .f_site {
	padding: 4% 0;
}
footer .copyright {
	margin-top: 4%;
}

#page_top {
	bottom: 60px;
	right: 1%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_inf {
	padding: 8% 0 6%;
	font-size: 90%;
}
footer .f_inf .f_clinc dt {
	margin-bottom: .5em;
}
footer .f_inf .f_clinc dd {
	font-size: 170%;
}
footer .f_inf address {
	margin: 1.0em 0 1.5em;
}

footer .f_inf .f_flex {
	display: block;
}
footer .f_inf .f_flex > div {
	width: 100%;
	max-width: 100%;
}
footer .f_inf .f_flex .box_l {
	margin-bottom: 8%;
}
footer .f_inf .box_l .f_inbox {
	max-width: 100%;
}

footer .f_tel {
	margin-bottom: 6%;
}
footer .f_tel dt {
	margin-bottom: .5em;
}
footer .f_tel dd ul {
	width: 20%;
}

footer .f_time {
	text-align: center;
	margin-bottom: 6%;
}
footer .f_kamoku {
	padding-top: 6%;
}

footer .f_inf .box_r iframe {
	height: 350px;
}
footer .f_inf .box_r .com_link1 a {
	padding-right: 2.5em;
}
footer .f_inf .box_r .com_link1 .com_arrow {
	width: 2.5em;
	height: 2.5em;
	font-size: 80%;
}
footer .f_inf .f_access {
	display: block;
}

footer .f_site {
	padding: 6% 0 100px;
}
footer .f_site .f_flex {
	width: 100%;
	max-width: 100%;
	display: block;
}
footer .f_site .f_flex dl {
	width: 100%;
	margin-bottom: 2%;
}
footer .f_site .f_flex dt {
	background: #c5b895;
	color: #fff;
	font-size: 100%;
	margin-bottom: 0;
	padding: .6em 4% .5em;
	position: relative;
}
footer .f_site .f_flex dt span {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
footer .f_site .f_flex dt::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 1.0em;
	height: 1.0em;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/open@2x.png") no-repeat center center;
	background-size: contain;
}
footer .f_site .f_flex dt.active::before {
	background-image: url("../images/close@2x.png");
}
footer .f_site .f_flex dd.open_box {
	display: none;	/*初期表示*/
}
footer .f_site .f_flex dd > div {
	display: flex;
    justify-content: space-between;
	font-size: 90%;
	letter-spacing: .1em;
	padding: .5em 0 1.0em;
}
footer .f_site .f_flex dd li {
	border-bottom: solid 1px #fff;
	margin-bottom: .5em;
}
footer .f_site .f_flex dd li a {
	display: block;
	padding: .5em 1.0em;
}
footer .copyright {
	margin-top: 8%;
	text-align: left;
	font-size: 80%;
	letter-spacing: .15em;
}

#page_top {
	width: 12%;
	bottom: 100px;
	right: 1%;
}
}



/*スマホフッター
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
/*サイトマップ*/
footer .f_site .f_flex dt span {
	display: none;
}
footer .f_site .f_flex dd.open_box {
	display: block !important;
}
#sp_footer {display: none !important;}
}

#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(155,126,112,0.9);
	box-sizing: border-box;
	text-align: center;
	padding: 0 0 10px;
}
#sp_footer img {
	display: block;
	margin: auto;
	width: auto;
	max-height: 70px;
}



/* PC
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.sp_only{display:none !important;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.tb_pc{display:none !important;}
}