@charset "UTF-8";

body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","yu-gothic-pr6n","游ゴシック","Yu Gothic",Meiryo,sans-serif,sans-serif;
	font-style: normal;	
	font-weight: normal;
	color: #40342b;
	font-size: 17px;
	letter-spacing: .15em;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote,figure,figcaption{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 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: 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: inherit;
	text-decoration: none;
	outline:0;
	transition: all .5s;
}
a:hover{
	transition: all .5s;
}

.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>*/

.fs15{font-size: 88%;}
.fs16{font-size: 94%;}

.blocklink,
.blocklink_out {
	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;
}

.flex_box {
	display: flex;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	font-size: 15px;
	letter-spacing: .04em;
	line-height: 1.8em;
	font-feature-settings: "halt";
}
}

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





/*共通
---------------------------------------------------------*/
.w1500 {
	max-width: 1500px;
	margin: 0 auto;
	width: 94%;
}
.w1400 {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 3%;
	width: 94%;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3%;
	width: 94%;
}
.w1100 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 3%;
	width: 94%;
}

/*マージン*/
.com_btm_120 {
	margin-bottom: 120px;
}
.com_btm_100 {
	margin-bottom: 100px;
}
.com_btm_80 {
	margin-bottom: 80px;
}
.com_btm_60 {
	margin-bottom: 80px;
}

/*フォント*/
.ft_min {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.ft_minion {
	font-family: minion-pro-display, serif;
	font-style: normal;
	font-weight: 400;
}

/*見出し*/
.com_index1 {
	text-align: center;
	font-size: min(10vw,764%);
	letter-spacing: .1em;
	line-height: 1;
}

.com_tel dt {
	letter-spacing: .1em;
	line-height: 1.6;
	margin-bottom: .5em;
}



/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1500px) {
	
/*マージン*/
.com_btm_120 {
	margin-bottom: 7vw;
}
.com_btm_100 {
	margin-bottom: 6vw;
}
.com_btm_80 {
	margin-bottom: 6vw;
}
.com_btm_60 {
	margin-bottom: 4vw;
}	

	
}


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

/*マージン*/
.com_btm_120 {
	margin-bottom: 10%;
}
.com_btm_100 {
	margin-bottom: 8%;
}
.com_btm_80 {
	margin-bottom: 7%;
}
.com_btm_60 {
	margin-bottom: 6%;
}	

/*見出し*/


}

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

/*マージン*/
.com_btm_120 {
	margin-bottom: 15%;
}
.com_btm_100 {
	margin-bottom: 12%;
}
.com_btm_80 {
	margin-bottom: 10%;
}
.com_btm_60 {
	margin-bottom: 8%;
}
	
/*見出し*/
.com_index1 {
	font-size: 270%;
}
	
}


/*header
---------------------------------------------------------*/
header {
	position: relative;
	padding: 20px 1.5% 10px;
	z-index: 5;
}
header .h_inbox,
header .h_right {
	display: flex;
	justify-content: space-between;
}
header .h_left {
	max-width: max-content;
}
header h1 {
	color: #79716b;
	font-size: 88%;
	line-height: 1.5;
	margin-bottom: .6em;
}
header .h_logo {
	width: 80%;
	max-width: 314px; 
}
header .h_right {
	width: 55%;
	max-width: 740px;
}
header .h_right .box_l {
	width: 39%;
}
header .h_right .box_r {
	width: 59%;
}
header .h_tel {
	margin-bottom: .8em;
}
header .h_tel dt {
	font-size: min(1.3vw,100%);
	margin-bottom: .3em;
}
header .h_map a {
	display: block;
	background-color: #607b5c;
	border-radius: 2em;
}
header .h_map a:hover {
	background-color: #4f634b;
}
header .h_timetable {
	margin-bottom: .5em;
}
header .h_time_txt {
	max-width: 90%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
header {
	padding: 15px 1.5% 10px;
}
header h1 {
	font-size: 80%;
}
}

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

header {
	padding: 5% 3%;
}
header h1 {
	font-size: 80%;
}
header .h_inbox {
	display: block;
}
header .h_left {
	max-width: none;
}
header .h_logo {
	width: 50%;
}
header .h_right {
	display: none;
}
	
}


/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	display: none;
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
/*	background: rgba(254,254,245,0.9);*/
	background: rgba(96,123,92,0.9);
	box-sizing: border-box;
	padding: 25px 2%;
	transform: translateY(-100%);
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_inbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#scl_header .scl_logo {
	width: 25%;
}
/*
#scl_header .scl_tel {
	width: 28%;
	max-width: 266px;
}
*/
#scl_header .scl_tel {
	display: flex;
	align-items: center;
	max-width: 400px;
	margin-left: auto;
}
#scl_header .scl_tel dt {
	color: #FFF;
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.5;
	white-space: nowrap;
	margin-right: 1em;
}
#scl_header .scl_tel dd {
	width: 50%;
}
/* スクロールメニューアニメーション */
@keyframes sclAnimation {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

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


/*メインイメージ
---------------------------------------------------------*/
.m_img_area {
	position: relative;
	background-color: #fefef5;
	padding-bottom: 130px;
	margin-bottom: 120px;
}
.m_img_area::before {
	position: absolute;
	content: "";
	background: url("../images/m_over.svg") no-repeat right top;
	width: 100%;
	height: 80%;
	left: 0;
	top: 0;
	z-index: 1;
}
.m_img_area::after {
	position: absolute;
	content: "";
	background: url("../images/m_shadow@2x.png") no-repeat center top;
	background-size: contain;
	width: 90%;
	height: 60px;
	left: 5%;
	top: 100%;
}

.m_img_area .m_img {
	position: relative;
	background: url("../images/m_img@2x.jpg") no-repeat center center;
	background-size: cover;
}
.m_img_area .m_img::before {
	display: block;
	content: "";
	padding-top: 57%;
}
.m_img_area .m_inbox {
	position: relative;
	margin: -10% 6% 0;
}
.m_img_area .m_copy {
	width: 80%;
	max-width: 928px;
	margin-bottom: 2em;
}
.m_img_area .m_lead {
	line-height: 2.3;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 1501px) {




}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area {
	padding-bottom: 13%;
	margin-bottom: 10%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area {
	padding-bottom: 13%;
	margin-bottom: 10%;
}
.m_img_area .m_img {
	background-image: url("../images/m_img_sp@2x.jpg");
}
.m_img_area .m_img::before {
	padding-top: 120%;
}
.m_img_area .m_copy {
	width: 100%;
	margin-bottom: 1.2em;
}
.m_img_area .m_lead {
	line-height: 2;
}

}



/*reason
---------------------------------------------------------*/
#reason .rea_index {
	width: 60%;
	max-width: 674px;
	margin: 0 auto 10%;
}
#reason .rea_inbox {
	position: relative;
	box-sizing: border-box;
	padding: 90px 3.5% 0;
	margin-bottom: 12%;
}
#reason .rea_inbox:last-of-type {
	margin-bottom: 0;
}
#reason .rea_inbox::before {
	position: absolute;
	content: "";
	background : linear-gradient(0deg, rgba(247, 245, 239, 0) 0.12%, rgba(247, 245, 239, 1) 100%);
	width: 100%;
	height: 450px;
	left: 0;
	top: 0;
	z-index: -1;
}
#reason .rea_no {
	position: absolute;
	text-align: center;
	font-size: min(12vw,882%);
	letter-spacing: normal;
	line-height: 1;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
#reason .rea_no p {
	position: relative;
	display: inline-block;
}
#reason .rea_no img {
	position: absolute;
	width: .5em;
	bottom: 20%;
	left: 0;
	transform: translateX(-50%);
}
#reason .rea_style1 {
	text-align: center;
	font-size: min(3.2vw,252%);
	letter-spacing: .1em;
	line-height: 1.6;
	padding-bottom: 1em;
	margin-bottom: 1.7em;
	border-bottom: 1px solid #40342b;
}
#reason .rea_style2 > dt {
	font-size: min(2.3vw,176%);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6;
	margin-bottom: .4em;
}
#reason .rea_flt,
#reason .rea_flex {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#reason .rea_flt .box_img {
	width: 45%;
	float: right;
	margin-left: 5%;
	margin-bottom: 1em;
}
#reason .rea_flex {
	display: flex;
	justify-content: space-between;
}
#reason .rea_flex > div {
	width: 48%;
}
#reason .rea_flex .box_img {
	max-width: 540px;
	margin: 0 auto 5%;
}

/*reason1*/
#reason .reason1 .rea_no p,
#reason .reason1 .rea_style2 > dt,
#reason .reason1 .poi_list p span {
	color: #ab8832;
}
#reason .reason1 .bg_yellow {
	background-color: #f5f3e0;
	box-sizing: border-box;
	padding: 75px 3.5%;
}
#reason .reason1 .poi_list {
	display: flex;
	justify-content: space-between;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}
#reason .reason1 .poi_list > li {
	width: 20%;
	text-align: center;
}
#reason .reason1 .poi_list img {
	width: 68%;
	margin: 0 auto 7%;
}
#reason .reason1 .poi_list p {
	font-size: min(1.4vw,94%);
	letter-spacing: .1em;
	line-height: 1.4;
}
#reason .reason1 .poi_list p span {
	display: block;
	font-size: 117%;
	font-weight: bold;
	margin-top: .4em;
}
#reason .reason1 .painless {
	color: #FFF;
	background: #ab8832 url("../images/rea1_bg1@2x.jpg") no-repeat right top;
	background-size: 50% auto;
	box-sizing: border-box;
	padding: 60px 5%;
}
#reason .reason1 .painless dt {
	text-align: center;
	font-size: 194%;
	letter-spacing: .1em;
	line-height: 1.6;
	margin-bottom: 1em;
}
#reason .reason1 .painless dd {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#reason .reason1 .painless .box_img {
	width: 33%;
	float: left;
}
#reason .reason1 .painless .box_txt {
	width: 64%;
	float: right;
}


/*reason2*/
#reason .rea_inbox.reason2::before {
	background : linear-gradient(0deg, rgba(236, 247, 249, 0) 0.12%, rgba(236, 247, 249, 1) 100%);
}
#reason .reason2 .rea_no p,
#reason .reason2 .rea_style2 > dt {
	color: #3f99b1;
}

/*reason3*/
#reason .rea_inbox.reason3::before {
	background : linear-gradient(0deg, rgba(255, 248, 247, 0) 0.12%, rgba(255, 248, 247, 1) 100%);
}
#reason .reason3 .rea_no p,
#reason .reason3 .rea_style2 > dt,
#reason .reason3 .fukidashi {
	color: #cf7065;
}
#reason .reason3 .fukidashi {
	text-align: center;
	font-size: 194%;
	letter-spacing: .1em;
	line-height: 1.6;
	white-space: nowrap;
	margin-bottom: 1em;
}
#reason .reason3 .fukidashi span {
	padding: 0 3em;
	background: url("../images/fukidashi.svg") no-repeat center center;
	background-size: contain;
}
#reason .reason3 .med_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
#reason .reason3 .med_list > li {
	width: 11.2%;
	text-align: center;
}

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

#reason .rea_inbox {
	padding: 8% 3.5% 0;
	margin-bottom: 16%;
}
#reason .rea_inbox::before {
	height: 350px;
}
#reason .rea_style2 > dt {
	font-size: 2.6vw;
}
/*reason1*/
#reason .reason1 .bg_yellow {
	padding: 6% 3.5%;
}
#reason .reason1 .poi_list {
	justify-content: center;
	flex-wrap: wrap;
	width: 80%;
}
#reason .reason1 .poi_list > li {
	width: 30%;
	margin-right: 5%;
}
#reason .reason1 .poi_list > li:nth-of-type(n+4) {
	margin-top: 3%;
}
#reason .reason1 .poi_list > li:nth-of-type(3),
#reason .reason1 .poi_list > li:nth-of-type(5){
	margin-right: 0;
}
#reason .reason1 .poi_list p {
	font-size: 94%;
}
#reason .reason1 .painless {
	padding: 6% 5%;
}
/*reason3*/
#reason .reason3 .fukidashi {
	font-size: 160%;
	letter-spacing: .05em;
}
#reason .reason3 .med_list {
	width: 80%;
}
#reason .reason3 .med_list > li {
	width: 23%;
}
#reason .reason3 .med_list > li:nth-of-type(n+5) {
	margin-top: 2%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#reason .rea_index {
	width: 80%;
}
#reason .rea_inbox {
	padding: 15% 3.5% 0;
	margin-bottom: 20%;
}
#reason .rea_inbox::before {
	height: 30vw;
}
#reason .rea_no {
	font-size: 400%;
}
#reason .rea_style1 {
	font-size: 130%;
}
#reason .rea_style2 > dt {
	font-size: 120%;
	letter-spacing: .05em;
}
#reason .rea_flt .box_img {
	width: 80%;
	float: none;
	margin: 0 auto 5%;
}
#reason .rea_flex {
	display: block;
}
#reason .rea_flex > div:first-of-type {
	margin-bottom: 10%;
}
#reason .rea_flex > div {
	width: 100%;
}
#reason .rea_flex .box_img {
	width: 80%;
}
	
/*reason1*/
#reason .reason1 .bg_yellow {
	padding: 8%;
}
#reason .reason1 .poi_list {
	display: block;
}
#reason .reason1 .poi_list > li {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 5%;
}
#reason .reason1 .poi_list > li:last-of-type {
	margin-bottom: 0;
}
#reason .reason1 .poi_list > li img {
	width: 28%;
	margin: 0;
	margin-right: 6%;
}
#reason .reason1 .poi_list p {
	text-align: left;
	font-size: 94%;
}
#reason .reason1 .poi_list p span {
	font-size: 105%;
}
#reason .reason1 .painless {
	background-size: 80% auto;
	padding: 10% 6% 8%;
}
#reason .reason1 .painless dt {
	font-size: 130%;
	letter-spacing: .05em;
}
#reason .reason1 .painless .box_img {
	width: 70%;
	float: none;
	margin: 0 auto 5%;
}
#reason .reason1 .painless .box_txt {
	width: 100%;
	float: none;
}
	
/*reason3*/
#reason .reason3 .fukidashi {
	font-size: 125%;
	letter-spacing: .05em;
}
#reason .reason3 .fukidashi span {
	padding: 0 2em;
}
#reason .reason3 .med_list > li {
	width: 23%;
}
#reason .reason3 .med_list > li:nth-of-type(n+5) {
	margin-top: 4%;
}

}



/*message
---------------------------------------------------------*/
#message {
	color: #FFF;
	background: #5b9d86 url("../images/mes_bg1@2x.jpg") no-repeat right top;
	background-size: 60%;
	padding: 110px 0 150px;
}
#message .com_index1 {
	color: #a2c7ba;
}
#message .mes_index {
	text-align: center;
	font-size: min(3vw,194%);
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
#message .mes_inbox {
	display: flex;
	justify-content: space-between;
}
#message .mes_inbox .box_l {
	width: 21%;
}
#message .mes_inbox .box_l .box_img {
	max-width: 250px;
	margin: 0 auto 8%;
}
#message .mes_inbox .box_l .name {
	text-align: center;
	font-size: 105%;
	line-height: 1.4;
}
#message .mes_inbox .box_l .name dd {
	font-size: 194%;
	letter-spacing: .15em;
	margin-top: .1em;
}
#message .mes_inbox .box_r {
	width: 73%;
}
#message .mes_inbox .box_r dt{
	font-size: min(4vw,264%);
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .5em;
}
#message .mes_inbox .box_r .profile {
	display: flex;
	justify-content: center;
	color: #40342b;
	background-color: #d6e6e1;
	padding: .8em 1em;
	border-radius: .5em;
	margin-top: 2em;
}
#message .mes_inbox .box_r .profile li {
	white-space: nowrap;
}
#message .mes_inbox .box_r .profile li::before {
	content: "●";
	color: #5b9d86;
	margin-right: .2em;
}
#message .mes_inbox .box_r .profile li:first-of-type {
	margin-right: 2em;
}

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

#message {
	padding: 10% 0 12%;
}
#message .mes_inbox .box_l .name dd {
	font-size: 160%;
}
#message .mes_inbox .box_r {
	width: 75%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
#message {
	padding: 10% 0 13%;
}
#message .mes_index {
	font-size: 130%;
}
#message .mes_inbox {
	display: block;
}
#message .mes_inbox .box_l {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto 5%;
}
#message .mes_inbox .box_l .box_img {
	width: 40%;
	margin: 0;
	margin-right: 8%;
}
#message .mes_inbox .box_l .name dd {
	font-size: 160%;
}
#message .mes_inbox .box_r {
	width: 100%;
}
#message .mes_inbox .box_r dt{
	font-size: 160%;
	letter-spacing: .05em;
}
#message .mes_inbox .box_r .profile {
	display: block;
	padding: .8em 2em;
	border-radius: .5em;
	margin-top: 2em;
}
	
}


/* フッター
---------------------------------------------------------*/
footer {
	overflow: hidden;
}
footer .f_bg {
	position: relative;
	width: 94%;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 90px 5%;
	margin: 0 3%;
}
footer .f_bg::before {
	position: absolute;
	content: "";
	background: linear-gradient(#5b9d86 0%, #5b9d86 60%, #FFF);
	width: 101vw;
	height: 100%;
	left: -3.5%;
	top: -1px;
	z-index: -1;
}

footer .f_title {
	text-align: center;
    margin-bottom: 60px;
}
footer .f_title .cli_name {
	font-size: 288%;
	letter-spacing: .15em;
	line-height: 1.5;
}
footer .f_title address {
	margin-top: .8em;
}

footer .f_flex {
	display: flex;
	justify-content: space-between;
}
footer .f_flex .box_l {
	width: 47%;
}
footer .f_flex .box_r {
	width: 49%;
}
footer .f_tel dt {
	font-size: 117%;
}
footer .f_tel dd {
	width: 80%;
	max-width: 395px;
}
footer .f_kamoku {
	margin-top: 1.5em;
}
footer .f_timetable {
	margin-bottom: 1.2em;
}
footer .f_time_txt li {
	margin-top: .6em;
}
footer .f_time_txt li img {
/*	width: 79%;*/
	max-width: 90%;
	margin: auto;
}
footer .f_access {
	display: flex;
	justify-content: center;
}
footer .f_access li {
	position: relative;
	line-height: 1.6;
	letter-spacing: .15em;
	padding-left: 5.8em;
}
footer .f_access li:first-of-type {
	margin-right: 5%;
}
footer .f_access li::before {
	position: absolute;
	content: "";
	background: url("../images/f_acs_icon1.svg") no-repeat left center;
	width: 4.7em;
	height: 4.7em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
footer .f_access li:nth-of-type(2)::before {
	background-image: url("../images/f_acs_icon2.svg");
}
footer .f_access li span {
	font-size: 117%;
}

.f_map {
	width: 100%;
	position: relative;
}
.f_map iframe{
	display: block;
}
.f_map .map_btn a {
	display: block;
	text-align: center;
	font-size-adjust: 105%;
	letter-spacing: .15em;
	line-height: 1.5;
	background: #e7eaed;
    box-sizing: border-box;
	padding: 1.5em 0;
}
.f_map .map_btn a:hover {
	background-color: #bdd8cf;
}
.f_map .map_btn span {
	position: relative;
	padding-left: 3.2em;
	padding-right: 1.5em;
}
.f_map .map_btn span::before {
	position: absolute;
	content: "";
	background: url("../images/icon_map.svg") no-repeat center center;
	background-size:  contain;
	width: 2em;
	height: 2em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.f_map .map_btn span::after {
	position: absolute;
	content: "";
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #98a4b1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.copyright {
	color: #40342b;
    font-size: 117%;
	line-height: 1.4em;
    letter-spacing: .1em;
	text-align: center;
	padding: 2em 0;
}

/* ページトップ */
#page_top {
	position: fixed;
	width: 10%;
	max-width: 100px;
	bottom: 2vw;
	right: 2vw;
	z-index: 990;
}
#page_top a {
	display: block;
	background-color: #7a6f5f;
	border-radius: 50%;
}
#page_top a:hover {
	background-color: #5b5349;
}

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

footer .f_bg {
	padding: 8% 4%;
}
footer .f_title {
    margin-bottom: 6%;
}
footer .f_title .cli_name {
	font-size: 260%;
}
	
.f_map iframe{
	height: 400px;
}

}

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

footer .f_bg {
	padding: 12% 3%;
}
footer .f_title {
    margin-bottom: 8%;
}
footer .f_title .cli_name {
	font-size: 200%;
}
footer .f_flex {
	display: block;
	margin-bottom: 12%;
}
footer .f_flex .box_l {
	width: 100%;
	margin-bottom: 8%;
}
footer .f_flex .box_r {
	width: 100%;
}
footer .f_tel {
	text-align: center;
}
footer .f_tel dt {
	font-size: 105%;
}
footer .f_tel dd {
	margin: 0 auto;
}
footer .f_access {
	display: block;
}
footer .f_access li {
	font-size: 90%;
	letter-spacing: .1em;
	padding-left: 5em;
}
footer .f_access li:first-of-type {
	margin-right: 0;
	margin-bottom: 5%;
}
footer .f_access li::before {
	width: 4em;
	height: 4em;
}
footer .f_access li span {
	font-size: 117%;
}

.f_map iframe{
	height: 40vh;
}
.copyright {
    font-size: 105%;
	padding: 1.8em 0 28%;
}
/* ページトップ */
#page_top {
	width: 15%;
	bottom: 22vw;
}
}



/*スマホフッター
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}
}
 
#sp_footer {
	position: fixed;
	width: 100%;
	color: #FFF;
	background-color: #607b5c;
	left: 0;
	bottom: 0;
	z-index: 10;
	box-sizing: border-box;
	padding: 3.5% 5%;
}
#sp_footer .spf_tel {
	display: flex;
	align-items: center;
}
#sp_footer .spf_tel dt {
	text-align: center;
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.5;
	white-space: nowrap;
	margin-right: 1em;
}

/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.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;}
.tb_only{display:inherit !important;}
.sp_only{display:none !important;}
.tb_pc{display:inherit !important;}
.sp_tb{display:inherit !important;}
.pc_w_only {display: none;}

/*body{background:#ccc;}*/
}

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

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