@charset "UTF-8";

@font-face {
	font-family: 'caviar dreams';
	src: url('../../font/CaviarDreams_Bold.woff') format('woff');
	font-display: swap;
}

body {
	text-align:center;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0f1716;
	font-size: 16px;
	letter-spacing: .15em;
	line-height: 2.3em;
	padding:0;
	margin:0;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	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: auto;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse: separate;
	border-spacing: 0;
}

address{
	font-style:normal;
}

ul{
	list-style:none;
}

a{
	color: inherit;
	text-decoration:none;
	outline:0;
	transition: color 0.8s, background-color 0.8s;
}
a:hover{
	transition: color 0.4s, background-color 0.4s;
}

.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 {
	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: 15px;
	letter-spacing: .1em;
	line-height: 2.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
img{
	width: 100% !important;
	max-width: initial !important;
}
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4.0vw;
	letter-spacing: .05em;
	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;
}
.w1500 {
	width: 94%;
	padding: 0 3%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.w1430 {
	width: 94%;
	padding: 0 3%;
	max-width: 1430px;
	margin: 0 auto;
	text-align: left;
}
.w1400 {
	width: 94%;
	padding: 0 3%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
}
.w1300 {
	width: 94%;
	padding: 0 3%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
}
.w1200 {
	width: 94%;
	padding: 0 3%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.w1040 {
	width: 94%;
	padding: 0 3%;
	max-width: 1040px;
	margin: 0 auto;
	text-align: left;
}
/*スマホ時は隙間を広くする*/
.ft_min {
	font-family: "toppan-bunkyu-mincho-pr6n", serif;
	font-weight: 400;	/*normalのみ*/
	font-style: normal;
}
.ft_gin {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;	/*boldのみ*/
	font-style: normal;
}
.ft_cav {
    font-family: 'caviar dreams';
    font-style: normal;
	font-weight: normal;
}
.fs16 {
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.9em;	
}
.fs15 {
	font-size: 95%;
	letter-spacing: .1em;
	line-height: 2.0em;	
}
.com_color, .com_color a {color: #45858c;}
.darkbrown, .darkbrown a {color: #3e3a39;}
.red, .red a {color: #a8543e;}

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

/*その場でフェードしながら出てくる*/
.fadein {
	opacity: 0;
	transition: all 2.0s ease-out;
}
span.fadein {
	display: block;
}
.anime_on .fadein {
	opacity: 1;
}

/*下からフェードしながら出てくる*/
.fadeup {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
span.fadeup {
	display: block;
}
.anime_on .fadeup {
	opacity: 1;
	transform: translateY(0px);
}

/*上からフェードしながら出てくる*/
.fadedown {
	opacity: 0;
	transform: translateY(-50px);
	transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
span.fadedown {
	display: block;
}
.anime_on .fadedown {
	opacity: 1;
	transform: translateY(0px);
}

/*その場でズームしながら出てくる*/
.fadezoom {
	opacity: 0;
	transform: scale(0.9);
	transition: all .6s .3s;
}
span.fadezoom {
	display: block;
}
.anime_on .fadezoom {
	opacity: 1;
	transform: scale(1.0);
}

.anime_dilay_2 {transition-delay: .2s;}
.anime_dilay_4 {transition-delay: .4s;}
.anime_dilay_6 {transition-delay: .6s;}
.anime_dilay_8 {transition-delay: .8s;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fs16 {
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.8em;	
}
.fs15 {
	letter-spacing: .05em;
	line-height: 1.8em;	
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,
.w1500,
.w1430,
.w1400,
.w1300,
.w1200,
.w1040 {
	width: 90%;
	padding: 0 5%;
}
.fs16 {
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.7em;	
}
.fs15 {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.7em;	
}
}



/*隙間
---------------------------------------------------------*/
.com_btm_150 {margin-bottom: min(150px,15vh);}
.com_btm_120 {margin-bottom: min(120px,12vh);}
.com_btm_100 {margin-bottom: 100px;}
.com_btm_90 {margin-bottom: 90px;}
.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;}

.com_p_btm_150 {padding-bottom: min(150px,15vh);}
.com_p_btm_120 {padding-bottom: min(120px,12vh);}
.com_p_btm_100 {padding-bottom: 100px;}
.com_p_btm_90 {padding-bottom: 90px;}
.com_p_btm_80 {padding-bottom: 80px;}

.com_p_top_150 {padding-top: min(150px,15vh);}
.com_p_top_120 {padding-top: min(120px,12vh);}
.com_p_top_100 {padding-top: 100px;}
.com_p_top_90 {padding-top: 90px;}
.com_p_top_80 {padding-top: 80px;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btm_150 {margin-bottom: 12%;}
.com_btm_120 {margin-bottom: 10%;}
.com_btm_100 {margin-bottom: 8%;}
.com_btm_90 {margin-bottom: 8%;}
.com_btm_80 {margin-bottom: 7%;}
.com_btm_70 {margin-bottom: 6%;}
.com_btm_60 {margin-bottom: 5%;}
.com_btm_50 {margin-bottom: 4%;}
.com_btm_40 {margin-bottom: 4%;}
	
.com_p_btm_150 {padding-bottom: 12%;}
.com_p_btm_120 {padding-bottom: 10%;}
.com_p_btm_100 {padding-bottom: 8%;}
.com_p_btm_90 {padding-bottom: 8%;}
.com_p_btm_80 {padding-bottom: 7%;}
	
.com_p_top_150 {padding-top: 12%;}
.com_p_top_120 {padding-top: 10%;}
.com_p_top_100 {padding-top: 8%;}
.com_p_top_90 {padding-top: 8%;}
.com_p_top_80 {padding-top: 7%;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btm_150 {margin-bottom: 14%;}
.com_btm_120 {margin-bottom: 13%;}
.com_btm_100 {margin-bottom: 12%;}
.com_btm_90 {margin-bottom: 11%;}
.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%;}
	
.com_p_btm_150 {padding-bottom: 14%;}
.com_p_btm_120 {padding-bottom: 13%;}
.com_p_btm_100 {padding-bottom: 12%;}
.com_p_btm_90 {padding-bottom: 11%;}
.com_p_btm_80 {padding-bottom: 10%;}
	
.com_p_top_150 {padding-top: 14%;}
.com_p_top_120 {padding-top: 13%;}
.com_p_top_100 {padding-top: 12%;}
.com_p_top_90 {padding-top: 11%;}
.com_p_top_80 {padding-top: 10%;}
}



/*全体共通
---------------------------------------------------------*/
#wrapper{
	overflow: hidden;
}
#pagebody {
	max-height: 100%;
}

/*swiper共通設定*/
.swiper {
    overflow: visible !important;
}
.swip_ticker .swiper-wrapper {
	transition-timing-function: linear !important;	/*滑らかに流れ続ける*/
}
.swiper-fade .swiper-slide {
    transition-property: opacity !important;	/* フェードモード時 共通調整 */
}

/*矢印*/
.com_ccl {
    position: relative;
	display: block;
    text-align: center;
	line-height: 1.0em;
	letter-spacing: normal;
	color: #FFF;
	background-color: #45858c;
    border-radius: 50%;
	border: 1px solid #45858c;
	box-sizing: border-box;
	font-size: 15px;
    width: 3.3em;
	aspect-ratio: 1 / 1;
}
.com_ccl::before {
	content: "";	/*拡大する色*/
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 0;
	top: 0;
	transform: scale(0);
	transition: transform .5s;
	transform-origin: center center;
}
.com_ccl::after {
	font-family: 'fontello';
	content: '\e800';
    position: absolute;
	display: block;
	width: 100%;
	box-sizing: border-box;
	left: -1px;	/*罫線分*/
	top: 50%;
	transform: translateY(-50%);
	padding-left: .1em;
}
.com_ccl.anc {transform: rotate(90deg);}
.com_ccl.out {transform: rotate(-45deg);}
.com_ccl.wh,
.com_btn1 .com_ccl {
	color: #45858c;
	background-color: #fff;
	border-color: #45858c;
}
.com_ccl.wh::before,
.com_btn1 .com_ccl::before {
	background-color: rgba(69,133,140,0.15);
}

/*アニメーション*/
a:hover .com_ccl::before,
button:hover .com_ccl::before {
	transform: scale(1);
}
a:hover .com_ccl::after,
button:hover .com_ccl::after {
	animation: anim-arrow01 .4s ease .7s;
}
@keyframes anim-arrow01 { /*右に動く1*/
  50% {
    left: 4px;
  }
}

/*リンクボタン*/
.com_btn1 {
	margin-top: 40px;
}
.com_btn1 button {
	-webkit-appearance: none;
	border: none;
	padding: 0;
	transition: all 0.8s;
	cursor: pointer;
}
.com_btn1 button:hover {
	transition: all 0.4s;
}
.com_btn1 a,
.com_btn1 button {
	display: block;
	background: #45858c;
	color: #fff;
	font-size: 95%;
	letter-spacing: .15em;
	line-height: 1.4em;
	border-radius: 3.0em;
	position: relative;
	width: 21em;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.com_btn1 a:hover,
.com_btn1 button:hover {
	background: #216076;
}
.com_btn1 a > p,
.com_btn1 a > span,
.com_btn1 button span {
	display: block;
}
.com_btn1 a > p,
.com_btn1 .btn_txt {
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 2.0em;
	padding-right: 5.0em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.com_btn1 .com_ccl {
	font-size: 80%;
	width: 5.2em;
	margin-left: auto;
	margin-right: -1px;
}

.com_btn_list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.com_btn_list li {
	margin: 10px 1%;
}
.com_btn_list li .com_btn1 {
	margin-top: 0;
}

/*電話番号*/
.com_tel {
	font-size: 160%;
	letter-spacing: normal;
	line-height: 1.0em;
}
.com_tel i,
.com_tel img {
	display: inline-block !important;
	vertical-align: bottom;
}
.com_tel i {
	margin-right: .2em;
	transform: translateY(-.05em);
}
.com_tel.typ2 i,
.com_tel.typ2 img {
	vertical-align: top;
}
.com_tel.typ2 i {
	transform: translateY(.2em);
}
.com_tel img {
	width: 10.0em !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*矢印*/
.com_ccl {
	font-size: 14px;
}

/*リンクボタン*/
.com_btn1 {
	margin-top: 30px;
}
.com_btn1 a,
.com_btn1 button {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.2em;
	width: 19em;
}
.com_btn1 a > p,
.com_btn1 .btn_txt {
	padding-left: 2.0em;
	padding-right: 4.0em;
}
.com_btn1 .com_ccl {
	font-size: 80%;
	width: 4.2em;
}
.com_btn_list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.com_btn_list li {
	margin: 10px 1%;
}
.com_btn_list li .com_btn1 {
	margin-top: 0;
}
.com_btn_list li .com_btn1 a > p {
	min-width: 12em;
}

/*電話番号*/
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*矢印*/
.com_ccl {
	font-size: 3.5vw;
}

/*リンクボタン*/
.com_btn1 {
	margin-top: 5.0vw;
}
.com_btn1 a,
.com_btn1 button {
	letter-spacing: .05em;
	width: 18em;
}
.com_btn1 a > p,
.com_btn1 .btn_txt {
	padding-left: 2.0em;
	padding-right: 4.0em;
}
.com_btn1 .com_ccl {
	font-size: 80%;
	width: 4.0em;
}

.com_btn_list {
	display: block;
}
.com_btn_list li {
	width: 100% !important;
	max-width: 100% !important;
	margin: 15px 0 0;
}
.com_btn_list li:first-child {
	margin-top: 0;
}
.com_btn_list li .com_btn1 {
	margin-left: auto;
	margin-right: auto;
}
}



/*メインイメージ、header
---------------------------------------------------------*/
.m_img_area {
	height: 100vh;
	position: relative;
}
.m_img_area header {
	position: absolute;
	z-index: 1;
}
.m_img_area .m_img {
	position: relative;
	z-index: 0;
}
.m_img_area .h_second span {
	display: inline-block;	/*ヘッダー・メインナビ共通*/
	vertical-align: middle;
	position: relative;
}
.m_img_area .h_second span::before,
.m_img_area .h_second span::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 1.2em;
	background: #665952;
	top: .1em;
}
.m_img_area .h_second span::before {
	left: -1.2em;
	transform: rotate(-30deg);
}
.m_img_area .h_second span::after {
	right: -1.2em;
	transform: rotate(30deg);
}

header {
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	padding: min(50px,3vh) 2% 0 5%;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
header .h_left {
	width: 35%;
	max-width: 50vh;
}
header .h_contact {
	width: 62%;
	max-width: 683px;
}
header .h_txt {
	text-align: left;
	font-size: min(90%,1.2vw);
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}
header .h_logo,
header .h_site {
	width: 100%;
	max-width: 460px;
}
header .h_site {
	border-top: solid 1px rgba(62,58,57,0.5);
	border-bottom: solid 1px rgba(62,58,57,0.5);
	text-align: center;
	font-size: min(120%,1.8vw);
	letter-spacing: .1em;
	line-height: 1.0em;
	padding: .9em 0;
	margin-top: 1.0em;
}
header .h_contact {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	text-align: center;
}
header .h_contact > li {
	width: 21%;
	max-width: 143px;
}
header .h_contact .h_tel {
	width: 56%;
	max-width: 378px;
	box-sizing: border-box;
	padding: 3.2% 0;
	background: #665952;
	border-radius: 100px;
	color: #fff;
	position: relative;
}
header .h_contact .h_tel .h_second {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 100%;
	display: inline-block;
	color: #665952;
	font-size: min(95%,1.6vw);
	letter-spacing: .05em;
	line-height: 1.4em;
	padding-bottom: .3em;
}
header .h_contact .h_tel .com_tel {
	font-size: min(160%,2.2vw);
}
header .h_contact .h_tel .h_time {
	font-size: min(80%,1.2vw);
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-top: 1.0em;
}
header .h_contact .h_tel .h_time .ft_cav {
	letter-spacing: .1em;
	margin-right: 1.0em;
}
header .h_contact .h_web a,
header .h_contact .h_access a {
	display: block;
	border-radius: 50%;
}
header .h_contact .h_web a {
	background: #fff;
}
header .h_contact .h_web a:hover {
	background: rgba(255,255,255,0.4);
}
header .h_contact .h_access a {
	background: rgba(50,121,129,0.9);
	position: relative;
}
header .h_contact .h_access a:hover {
	background: rgba(50,121,129,0.7);
}
header .h_contact .h_access .com_ccl {
	position: absolute;
	right: 7%;
	bottom: 2%;
	font-size: 70%;
	width: 2.2em;
	background-color: #216076;
	border-color: #216076;
}

.m_img_area .m_img {
	width: 100%;
	background: url("../images/m_img@2x.jpg") no-repeat center center;
	background-size: cover;
}
.m_img_area .m_img .m_copy {
	position: absolute;
	z-index: 1;
	left: 6.5%;
	bottom: 5%;
	width: 60%;
	max-width: 75vh;
	text-align: left;
}
.m_img_area .m_img .m_copy .copy1 {
	width: 100%;
	max-width: 760px;
}
.m_img_area .m_img .m_copy .ft_min {
	font-size: min(295%,3.6vw);
	letter-spacing: normal;
	line-height: 1.4em;
	white-space: nowrap;
	margin: .2em 0 .5em;
}
.m_img_area .m_img .m_copy .copy2 {
	width: 85%;
	max-width: 643px;
	transform: translateX(-6%);
	position: relative;
}
.m_img_area .m_img .m_copy .copy2 div {
	position: absolute;
	z-index: 1;
	width: 58%;
	max-width: 370px;
	right: 0;
	bottom: 50%;
	transform: translate(66%,42%);
}
.m_img_area .m_img .m_copy .m_iiha {
	position: absolute;
	z-index: -1;
	width: 76.5%;
	max-width: 580px;
	left: 0;
	top: 10%;
	transform: translateX(-17%);
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 900px) {
header .h_contact {
	width: 80vh;
	max-width: 650px;
	padding-top: 2vh;
	font-size: min(100%,2.4vh);
}
header .h_contact .h_tel .com_tel {
	font-size: min(140%,3.2vh);
}
header .h_contact .h_tel .h_time {
	font-size: min(75%,1.8vh);
	letter-spacing: normal;
}
header .h_txt {
	font-size: min(80%,1.5vh);
	letter-spacing: .05em;
}
header .h_site {
	font-size: min(100%,2.2vh);
	padding: .6em 0;
	margin-top: .8em;
}
.m_img_area .m_img .m_copy {
	bottom: 2%;
}
.m_img_area .m_img .m_copy .ft_min {
	font-size: min(250%,4.0vh);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
header {
	padding: 3% 2% 0;
    align-items: center;
}
header .h_left {
	max-width: 100%;
}
header .h_contact .h_tel .h_time {
	font-size: 1.3vw;
	letter-spacing: normal;
}
header .h_contact .h_tel .h_time .ft_cav {
	letter-spacing: .05em;
}

.m_img_area .m_img .m_copy {
	max-width: 100%;
	left: 5%;
	bottom: 12%;
}
.m_img_area .m_img .m_copy .m_iiha {
	transform: translateX(-12%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sp_access dl {
	padding: .4em 3%;
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 90%;
	letter-spacing: normal;
}
.sp_access dt {
	padding-left: 2.2em;
	position: relative;
}
.sp_access dt::before {
	content: "";
	position: absolute;
	width: 1.8em;
	height: 1.8em;
	background: url("../images/icon_access@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sp_access dd {
	font-size: 90%;
}
	
.m_img_area {
	height: auto;
	z-index: 5;
}
.m_img_area .m_img {
	height: 136vw;
	position: relative;
	z-index: 0;
}

header {
	padding: 3% 4% 0;
	display: block;
}
header .h_left {
	width: 78%;
	max-width: 100%;
}
header .h_contact {
	display: none;
}
header .h_txt {
	font-size: 70%;
	white-space: nowrap;
	letter-spacing: normal;
	margin-bottom: .6em;
}
header .h_logo,
header .h_site {
	max-width: 100%;
}
header .h_site {
	font-size: 100%;
	letter-spacing: .05em;
	padding: .5em 0;
	margin-top: .7em;
}

.m_img_area .m_img {
	background-image: url("../images/m_img_sp.jpg");
}
.m_img_area .m_img .m_copy {
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 86%;
	max-width: 100%;
	transform: translateY(8vw);
}
.m_img_area .m_img .m_copy .ft_min {
	font-size: 135%;
}
.m_img_area .m_img .m_copy .copy2 {
	width: 120%;
	margin-left: -10%;
	transform: none;
}
.m_img_area .m_img .m_copy .copy2 div {
	width: 48%;
	right: 0;
	bottom: 45%;
	transform: translate(15%,0%);
}
.m_img_area .m_img .m_copy .m_iiha {
	position: absolute;
	z-index: -1;
	width: 76.5%;
	max-width: 580px;
	left: 0;
	top: 10%;
	transform: translateX(-17%);
}
}



/*メニュー
---------------------------------------------------------*/
.m_nav {
	display: flex;
    justify-content: flex-start;
	text-align: center;
}
.m_nav > li {
	width: 17.4%;
	position: relative;
}
.m_nav > li.txt_short {
	width: 13%;
	position: relative;
}
.m_nav > li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 90%;
	background: #3e3a39;
	opacity: 0.3;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.m_nav > li:first-child::before {
	display: none;
}
.m_nav > li > a {
	display: block;
	font-size: min(105%,1.4vw);
	letter-spacing: .05em;
	line-height: 1.4em;
	height: 4.0em;
	position: relative;
}
.m_nav > li > a:hover {
	color: #45858c;
}
.m_nav > li > a p {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*メインメニュー*/
.m_nav_area {
	width: 100%;
	background: #fff;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	padding: min(40px,4vh) 0;
}
.m_nav_area .m_nav {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.m_nav_area::before,
#scl_header::before {
	content: "";	/*影*/
	position: absolute;
	width: 100%;
	height: 6vw;
	max-height: 70px;
	left: 0;
	top: 100%;
	background: url("../images/nav_shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
}

/*スクロールメニュー*/
#scl_header {
	width: 100%;
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	transform: translateY(-100%);
}
#scl_header::before {
	transform: scale(1,0);
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header.is-show::before {
	transform: scale(1,1);
}
#scl_header .scl_flex {
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
	background: #fff;
}
#scl_header .scl_flex .m_nav {
	width: 72%;
	max-width: 1080px;
}
#scl_header .scl_flex .nav_contact {
	width: 28%;
	max-width: 420px;
}
#scl_header .scl_flex .m_nav {
	box-sizing: border-box;
	padding: 0 1%;
}
#scl_header .scl_flex .nav_contact {
	background: #665952;
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
}
#scl_header .scl_flex .nav_contact .nav_tel {
	width: 62%;
}
#scl_header .scl_flex .nav_contact .nav_web {
	width: 38%;
}
#scl_header .scl_flex .nav_contact .nav_tel .h_second {
	color: #fff;
	font-size: min(90%,1.1vw);
	letter-spacing: normal;
	line-height: 1.0em;
	margin-bottom: 1.0em;
}
#scl_header .scl_flex .nav_contact .nav_tel .sp_tel_btn {
	width: 90%;
	margin: 0 auto;
}
#scl_header .scl_flex .nav_contact .h_second span::before,
#scl_header .scl_flex .nav_contact .h_second span::after {
	background: #fff;
	top: 0;
}
#scl_header .scl_flex .nav_contact .h_second span::before {left: -.5em;}
#scl_header .scl_flex .nav_contact .h_second span::after {right: -.5em;}
#scl_header .scl_flex .nav_contact .nav_web a {
	display: block;
	background: #fff;
	border: solid 1px #665952;
	padding: 20% 25%;
}
#scl_header .scl_flex .nav_contact .nav_web a:hover {
	background: #f5ede9;
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 900px) {
.m_nav > li > a {
	font-size: min(100%,2.2vh);
}
.m_nav_area {
	padding: min(20px,2vh) 0;
}
#scl_header .scl_flex .nav_contact .nav_tel .h_second {
	font-size: min(80%,1.5vh);
}
#scl_header .scl_flex .nav_contact .h_second span::before,
#scl_header .scl_flex .nav_contact .h_second span::after {
	display: none;
}
#scl_header .scl_flex .nav_contact {
	width: 28%;
	max-width: 35vh;
}
#scl_header .scl_flex .nav_contact .nav_web a {
	padding: 10% 25%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav > li > a {
	font-size: 1.5vw;
}
.m_nav_area {
	padding: 3% 0;
}
#scl_header .scl_flex .m_nav {
	width: 75%;
}
#scl_header .scl_flex .nav_contact {
	width: 25%;
}
#scl_header .scl_flex .nav_contact .nav_tel {
	width: 67%;
}
#scl_header .scl_flex .nav_contact .nav_web {
	width: 33%;
}
#scl_header .scl_flex .nav_contact .h_second span::before,
#scl_header .scl_flex .nav_contact .h_second span::after {
	display: none;
}
#scl_header .scl_flex .nav_contact .nav_web a {
	padding: 20% 20%;
}
}

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

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



/*スマホメニュー
---------------------------------------------------------*/
#drawer-content .drawer-nav {
	padding: 15% 5%;
}
#drawer-content .drw_menu {
	color: #3e3a39;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
#drawer-content .drw_menu li {
	border-bottom: solid 1px rgba(62,58,57,0.5);
}
#drawer-content .drw_menu li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#drawer-content .drw_menu li a {
	display: block;
	padding: 1.2em 0;
}



/*コンテンツ共通
---------------------------------------------------------*/
/*インデックス：明朝40pt*/
.com_index1 {
	text-align: center;
	color: #3e3a39;
	font-size: min(250%,3.8vw);
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-bottom: .5em;
}
.com_slash1 + .com_index1 {
	margin-top: .5em;
}
/*インデックス：英語+明朝80pt*/
.com_index2 {
	color: #3e3a39;
	text-align: center;
}
.com_index2 .ft_cav {
	font-size: 155%;
	letter-spacing: .25em;
	line-height: 1.2em;
}
.com_index2 .ft_min {
	/*font-size: min(500%,7.0vw);*/
	font-size: min(500%,9.0vh);
	letter-spacing: normal;
	line-height: 1.3em;
}
.com_index2 .ft_cav + .ft_min {
	margin-top: min(.5em,3vh);
}
/*インデックス：上下罫線+明朝35pt*/
.com_index3 {
	border-top: solid 1px #45858c;
	border-bottom: solid 1px #45858c;
	text-align: center;
	color: #45858c;
	font-size: min(220%,3.2vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .8em 3%;
	margin-bottom: 50px;
}
/*インデックス：明朝50pt*/
.com_index4 {
	text-align: center;
	color: #3e3a39;
	font-size: min(310%,4.8vw);
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-bottom: .5em;
}

/*ボックス*/
.com_inbox {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.com_border_top {
	border-top: solid 1px #9e9c9c;
}

/*スラッシュふきだし*/
.com_slash1 {
	text-align: center;
	color: #3e3a39;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
}
.com_slash1 p {
	display: inline-block;
	position: relative;
}
.com_slash1 p::before,
.com_slash1 p::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 1.8em;
	background: #3e3a39;
	bottom: 0;
}
.com_slash1 p::before {
	left: -1.5em;
	transform: rotate(-40deg);
}
.com_slash1 p::after {
	right: -1.5em;
	transform: rotate(40deg);
}

/*リスト*/
.com_marulist > li {
	line-height: 1.6em;
	box-sizing: border-box;
	padding-left: 1.5em;
	position: relative;
	margin-top: .5em;
}
.com_marulist > li::before {
	content: "";
	position: absolute;
	width: .8em;
	height: .8em;
	background: #45858c;
	border-radius: 50%;
	left: 0;
	top: .3em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*インデックス：明朝40pt*/
/*インデックス：英語+明朝80pt*/
.com_index2 .ft_cav {
	font-size: 130%;
}
.com_index2 .ft_min {
	font-size: min(500%,7.0vw);
}
.com_index2 .ft_cav + .ft_min {
	margin-top: .3em;
}
/*インデックス：上下罫線+明朝35pt*/
.com_index3 {
	font-size: 3.4vw;
	margin-bottom: 4%;
}

/*スラッシュふきだし*/
.com_slash1 {
	font-size: 120%;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*インデックス：明朝40pt*/
.com_index1 {
	font-size: 145%;
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-bottom: .5em;
}
.com_slash1 + .com_index1 {
	margin-top: .2em;
}
/*インデックス：英語+明朝80pt*/
.com_index2 .ft_cav {
	font-size: 90%;
}
.com_index2 .ft_min {
	font-size: 190%;
}
/*インデックス：上下罫線+明朝35pt*/
.com_index3 {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .8em 0;
	margin-bottom: 6%;
}
/*インデックス：明朝50pt*/
.com_index4 {
	font-size: 160%;
}

/*ボックス*/

/*スラッシュふきだし*/
.com_slash1 {
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.5em;
}
.com_slash1 p::before {
	left: -1.0em;
}
.com_slash1 p::after {
	right: -1.0em;
}

/*リスト*/
.com_marulist > li {
	padding-left: 1.2em;
}
.com_marulist > li::before {
	top: .35em;
}
}



/*com_contact_box
---------------------------------------------------------*/
.com_contact_box {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	color: #3e3a39;
	padding: 60px 3% 50px;
	position: relative;
}
.com_contact_box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5vw;
	max-height: 50px;
	background: url("../images/cont_shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
	left: 0;
	top: 100%;
}
.com_contact_box .cont_inbox {
	width: 100%;
	max-width: 908px;
	margin-left: auto;
	margin-right: auto;
}
.com_contact_box .cont_title {
	position: relative;
	margin-bottom: 40px;
}
.com_contact_box .cont_title .cont_abs li {
	position: absolute;
}
.com_contact_box .cont_title .cont_abs li:first-child {
	z-index: 0;
	width: 26.5%;
	max-width: 240px;
	left: 0;
	bottom: 0;
	transform: translate(-25%,10%);
}
.com_contact_box .cont_title .cont_abs li:last-child {
	z-index: 1;
	width: 20%;
	max-width: 180px;
	right: 0;
	bottom: 0;
	transform: translate(35%,15%);
}
.com_contact_box .cont_title .cont_title_in {
	position: relative;
	z-index: 2;
	margin-left: 23%;
}
.com_contact_box .cont_title .cont_txt1 {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.com_contact_box .cont_title .cont_txt1 span {
	display: inline-block;
	position: relative;
}
.com_contact_box .cont_title .cont_txt1 span::before {
	content: "";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	background: url("../images/cont_point@2x.png") no-repeat center center;
	background-size: contain;
	right: 0;
	top: 0;
	transform: translate(100%,-70%);
}
.com_contact_box .cont_title .cont_txt2 {
	color: #45858c;
	font-size: min(335%,5.0vw);
	letter-spacing: .075em;
	line-height: 1.2em;
	margin: .2em 0;
	margin-left: -.1em;
}
.com_contact_box .cont_title .cont_txt3 {
	font-size: 95%;
	letter-spacing: .15em;
	line-height: 1.6em;
}

.com_contact {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: min(95%,1.5vw);
	letter-spacing: .05em;
	line-height: 1.4em;
}
.com_contact > li {
	width: 26.5%;
	background: #eef4f5;
	border-radius: 15px;
}
.com_contact .ctc_tel {
	width: 43%;
}
.com_contact .cont_icon {
	display: block;
	width: 5.5vw;
	max-width: 50px;
	margin-left: auto;
	margin-right: auto;
}
.com_contact .ctc_tel {
	padding: 2% 0;
}
.com_contact .ctc_tel .sp_tel_btn {
	width: 85%;
	max-width: 280px;
	margin: 5% auto 0;
}
.com_contact .ctc_tel .ctc_time {
	margin-top: .8em;
}
.com_contact .ctc_tel .ctc_time .ft_cav {
	letter-spacing: .12em;
	margin-right: 1.0em;
}
.com_contact .ctc_web a,
.com_contact .ctc_line a {
	display: block;
	padding: 14% 0 18%;
}
.com_contact .ctc_web dt,
.com_contact .ctc_line dt {
	margin-top: 4%;
	margin-bottom: 1.5em;
}
.com_contact .ctc_web dd,
.com_contact .ctc_line dd {
	display: inline-block;
	font-size: 160%;
	letter-spacing: normal;
	line-height: 1.2em;
	padding-right: 2.2em;
	position: relative;
}
.com_contact .ctc_web dd .ft_cav,
.com_contact .ctc_line dd .ft_cav {
	font-size: 113%;
	letter-spacing: .1em;
	margin-right: .1em;
}
.com_contact .ctc_web dd .com_ccl,
.com_contact .ctc_line dd .com_ccl {
	font-size: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.com_contact .ctc_web dd .com_ccl.out,
.com_contact .ctc_line dd .com_ccl.out {
	font-size: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
.com_contact .ctc_web {color: #45858c;}
.com_contact .ctc_line {color: #00b900;}
.com_contact .ctc_line .com_ccl {
	color: #00b900;
	background-color: #fff;
	border-color: #00b900;
}
.com_contact .ctc_line .com_ccl::before {
	background-color: rgba(0,185,0,0.15);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_contact_box {
	padding: 6% 3% 3%;
}
.com_contact_box .cont_title {
	margin-bottom: 3%;
}
.com_contact_box .cont_title .cont_abs li:first-child {
	width: 24%;
	transform: translate(-25%,0%);
}
.com_contact_box .cont_title .cont_title_in {
	margin-left: 20%;
}
.com_contact_box .cont_title .cont_abs li:last-child {
	width: 18%;
	right: 0;
	bottom: 0;
	transform: translate(10%,0%);
}
.com_contact_box .cont_title .cont_txt1 {
	font-size: 130%;
	letter-spacing: .05em;
}
.com_contact_box .cont_title .cont_txt2 {
	font-size: 5.2vw;
	letter-spacing: .05em;
}
.com_contact_box .cont_title .cont_txt3 {
	font-size: 90%;
	letter-spacing: .05em;
}	

.com_contact .ctc_tel .sp_tel_btn {
	margin-top: 2%;
}
.com_contact .ctc_web a,
.com_contact .ctc_line a {
	padding: 10% 0 16%;
}
.com_contact .ctc_web dt,
.com_contact .ctc_line dt {
	font-size: 110%;
	margin-bottom: .8em;
}
.com_contact .ctc_web dd,
.com_contact .ctc_line dd {
	font-size: 180%;
	padding-right: 2.0em;
}
.com_contact .ctc_web dd .ft_cav,
.com_contact .ctc_line dd .ft_cav {
	margin-right: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_contact_box {
	padding: 0 5% 5%;
}
.com_contact_box::before {
	height: 8vw;
}
.com_contact_box .cont_title {
	text-align: center;
	margin-bottom: 6%;
}
.com_contact_box .cont_title .cont_abs {
	width: 60%;
	margin: 0 auto;
	position: relative;
	transform: translateY(-10%);
}
.com_contact_box .cont_title .cont_abs li:first-child {
	position: relative;
	width: 65%;
	left: auto;
	bottom: auto;
	transform: none;
}
.com_contact_box .cont_title .cont_abs li:last-child {
	width: 45%;
	right: 0;
	bottom: 0;
	transform: none;
}
.com_contact_box .cont_title .cont_title_in {
	margin-left: 0;
}
.com_contact_box .cont_title .cont_txt1 {
	font-size: 95%;
	letter-spacing: .05em;
}
.com_contact_box .cont_title .cont_txt1 span::before {
	transform: translate(70%,-70%);
}
.com_contact_box .cont_title .cont_txt2 {
	font-size: 180%;
	letter-spacing: .05em;
}
.com_contact_box .cont_title .cont_txt3 {
	font-size: 90%;
	letter-spacing: normal;
}

.com_contact {
    flex-wrap: wrap;
	font-size: 85%;
	letter-spacing: normal;
}
.com_contact > li {
	width: 49%;
}
.com_contact .ctc_tel {
	width: 100%;
	margin-bottom: 2%;
}
.com_contact .cont_icon {
	width: 10vw;
}
.com_contact .ctc_tel {
	padding: 3% 0 5%;
}
.com_contact .ctc_tel .sp_tel_btn {
	width: 70%;
	max-width: 100%;
	margin-top: 1%;
}
.com_contact .ctc_tel .ctc_time {
	margin-top: .4em;
}
.com_contact .ctc_tel .ctc_time .ft_cav {
	letter-spacing: .05em;
}
.com_contact .ctc_web a,
.com_contact .ctc_line a {
	padding: 8% 0 14%;
}
.com_contact .ctc_web dt,
.com_contact .ctc_line dt {
	margin-top: 4%;
	margin-bottom: 1.0em;
}
.com_contact .ctc_web dd,
.com_contact .ctc_line dd {
	font-size: 150%;
	padding-right: 2.0em;
}
.com_contact .ctc_web dd .ft_cav,
.com_contact .ctc_line dd .ft_cav {
	letter-spacing: .05em;
	margin-right: .05em;
}
}



/*サムネイル
---------------------------------------------------------*/
.img_thum {
	position: relative;
	z-index: 1;
	overflow: hidden;
	aspect-ratio: 300 / 165;
}
.img_thum span {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1.0s ease-out;
}
.blocklink:hover .img_thum span {
	transition: all 0.4s ease-out;
	transform: scale(1.2);
}
.img_thum img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

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



/*アコーディオン（グラデ）
---------------------------------------------------------*/
.accord_container {
    position: relative;
	height: 220px;
    overflow: hidden;
    transition: .6s;
}
.accord_container:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, rgba(236,243,243,1) 30%, rgba(236,243,243,0) 100%);
    transition: .6s;
	z-index: 1;
}
.accord_container.active {
    padding-bottom: 100px;
}
.accord_container.active:before{
    opacity: 0;
    visibility: hidden;
}
.accord_container .accord_btn {
    position: absolute;
	left: 0;
    right: 0;
    bottom: 0;
	font-size: 95%;
	line-height: 1.0em;
	letter-spacing: .02em;
    width: 8em;
    height: 2.2em;
	margin: auto;
    cursor: pointer;
    color: #45858c;
    background-color: #FFF;
    border: 1px solid #45858c;
	border-radius: 2em;
	box-sizing: border-box;
	padding-right: 1.5em;
	z-index: 1;
	transition: background .4s;
}
.accord_container .accord_btn:hover {
    background-color: #e1eeef;
}
.accord_container .accord_btn::before,
.accord_container .accord_btn::after {
	content: "";
	position: absolute;
	width: .8em;
	height: 1px;
	background: #45858c;
	right: 1.8em;
	top: 1.0em;
}
.accord_container .accord_btn::after {
	transform: rotate(90deg);
	transition: transform 0.4s;
}
.accord_container.active .accord_btn::after {
	transform: rotate(0deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.accord_container .accord_btn {
	font-size: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.accord_container {
    height: 46vw;
}
.accord_container.active {
    padding-bottom: 14vw;
}
}



/*開閉アイコン
---------------------------------------------------------*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 2.0em;
	height: 2.0em;
	background: #fff;
	border-radius: 50%;
	margin-left: .5em;
	transform: translateY(-.1em);
	position: relative;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: 40%;
	height: 2px;
	background: #3e3a39;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_open::after {
	transform: rotate(90deg);
	transition: all 0.4s;
}
.active .icon_open::after {
	transform: rotate(0deg);
}



/*f_contact
---------------------------------------------------------*/
.f_contact .item_list {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
}
.f_contact .item_list li {
	width: 33.3333%;
}
.f_contact .item_list .f_tel dl {
	display: inline-block;
	text-align: left;
}
.f_contact .item_list .f_tel dt {
	font-size: min(130%,2.0vw);
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}
.f_contact .item_list .f_tel .com_tel {
	font-size: min(180%,2.5vw);
}
.f_contact .item_list .f_web a,
.f_contact .item_list .f_line a {
	display: block;
	padding: 45px 0;
}
.f_contact .item_list .f_web p,
.f_contact .item_list .f_line p {
	display: inline-block;
	position: relative;
}
.f_contact .item_list .f_web .com_ccl,
.f_contact .item_list .f_line .com_ccl {
	font-size: min(80%,1.3vw);
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-30%) rotate(-45deg);
	background: #fff;
	border-color: transparent !important;
}
.f_contact .item_list .f_web a {background: #45858c;}
.f_contact .item_list .f_web a:hover {background: #6a9da3;}
.f_contact .item_list .f_web .com_ccl {color: #45858c;}
.f_contact .item_list .f_web .com_ccl::before {background-color: rgba(69,133,140,0.15);}
.f_contact .item_list .f_line a {background: #00b900;}
.f_contact .item_list .f_line a:hover {background: #4cce4c;}
.f_contact .item_list .f_line .com_ccl {color: #00b900;}
.f_contact .item_list .f_line .com_ccl::before {background-color: rgba(0,185,0,0.15);}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_contact .item_list .f_web a,
.f_contact .item_list .f_line a {
	padding: 8% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_contact .item_list {
	display: block;
}
.f_contact .item_list li {
	width: 100%;
}
.f_contact .item_list .f_tel {
	padding: 1.0em 0;
}
.f_contact .item_list .f_tel dt {
	font-size: 100%;
	letter-spacing: .1em;
	margin-bottom: .5em;
}
.f_contact .item_list .f_tel .com_tel {
	font-size: 150%;
}
.f_contact .item_list .f_web a,
.f_contact .item_list .f_line a {
	padding: .8em 15% 0;
}
.f_contact .item_list .f_web .com_ccl,
.f_contact .item_list .f_line .com_ccl {
	font-size: 60%;
}
}



/*footer
---------------------------------------------------------*/
footer .f_bg1 {
	background: #3e3a39;
	position: relative;
	color: #fff;
}
footer .f_bg1 .max_1500 {
	position: relative;
	z-index: 1;
}
footer .f_bg1 .f_flex1 {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .f_bg1 .f_box_l {
	width: 45%;
	max-width: 650px;
}
footer .f_bg1 .f_box_r {
	width: 51%;
	max-width: 760px;
	text-align: center;
}
footer .f_bg1 .f_box_l .f_inbox {
	width: 94%;
	max-width: 551px;
	margin-left: auto;
	margin-right: 0;
}
footer .f_bg1 .f_box_l .f_txt {
	font-size: 80%;
	letter-spacing: .08em;
	line-height: 1.6em;
	margin-bottom: 2.0em;
}
footer .f_bg1 .f_box_l .f_clinic dt {
	width: 65%;
	max-width: 296px;
}
footer .f_bg1 .f_box_l .f_clinic dd {
	font-size: 105%;
	letter-spacing: .08em;
	line-height: 1.6em;
	margin-top: 1.0em;
}
footer .f_bg1 .f_box_l .f_access {
	margin: 40px 0;
	display: flex;
    justify-content: space-between;
	text-align: center;
	font-size: 80%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
footer .f_bg1 .f_box_l .f_access li {
	width: 33.3333%;
	box-sizing: border-box;
	border-left: solid 1px #fff;
	padding: 1.0em 0;
}
footer .f_bg1 .f_box_l .f_access li:first-child {
	border-left: none;
}
footer .f_bg1 .f_box_l .f_access .icon  {
	width: 4.5em;
	margin: 0 auto 1.0em;
}
footer .f_bg1 .f_box_l .f_access p {
	height: 4.0em;
	position: relative;
}
footer .f_bg1 .f_box_l .f_access p span {
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
footer .f_bg1 .f_box_l .f_timetable dd {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 1.0em;
	line-height: 1.4em;
}
footer .f_bg1 .f_box_l .f_bnr {
	margin-top: 40px;
}
footer .f_bg1 .f_box_r iframe {
	display: block;
	width: 100%;
	height: 70vw;
	max-height: 610px;
}
footer .f_bg1 .f_box_r .f_map_link a {
	display: inline-block;
	font-size: 95%;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding: .8em 1.5em;
	position: relative;
	margin-top: .5em;
}
footer .f_bg1 .f_box_r .f_map_link a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: 0;
	transition: all 0.6s;
}
footer .f_bg1 .f_box_r .f_map_link a:hover::before {
	transition: all 0.3s;
	transform: scale(0.5,1);
}
footer .f_bg1 .copyright {
	margin-top: 50px;
	font-size: 80%;
	letter-spacing: .14em;
	line-height: 1.6em;
}
footer .f_bg1 .page_top {
	width: 6%;
	max-width: 62px;
	position: absolute;
	z-index: 10;
	right: 2.5%;
	bottom: 50px;
}
footer .f_bg1 .f_logo {
	width: 34%;
	max-width: 508px;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	transform: translate(-24%,16%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_bg1 .f_box_l {
	width: 50%;
}
footer .f_bg1 .f_box_r {
	width: 46%;
}
footer .f_bg1 .f_box_l .f_access {
	margin: 8% 0;
	letter-spacing: normal;
}
footer .f_bg1 .f_box_l .f_bnr {
	margin-top: 8%;
}
footer .f_bg1 .copyright {
	margin-top: 6%;
}
footer .f_bg1 .page_top {
	right: 2.5%;
	bottom: 4vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_bg1 {
	padding-bottom: 30vw;
}
footer .f_bg1 .f_flex1 {
	display: block;
}
footer .f_bg1 .f_box_l {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10%;
}
footer .f_bg1 .f_box_r {
	width: 100%;
	max-width: 100%;
}
footer .f_bg1 .f_box_l .f_inbox {
	width: 90%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
footer .f_bg1 .f_box_l .f_txt {
	font-size: 90%;
	letter-spacing: normal;
	margin-bottom: 1.0em;
}
footer .f_bg1 .f_box_l .f_clinic dt {
	max-width: 100%;
}
footer .f_bg1 .f_box_l .f_clinic dd {
	font-size: 100%;
}
footer .f_bg1 .f_box_l .f_access {
	margin: 4% 0 8%;
	display: block;
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
footer .f_bg1 .f_box_l .f_access li {
	width: 100%;
	border-left: none;
	border-top: solid 1px rgba(255,255,255,0.5);
	padding: 1.0em 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .f_bg1 .f_box_l .f_access li:first-child {
	border-top: none;
}
footer .f_bg1 .f_box_l .f_access .icon  {
	width: 20%;
	box-sizing: border-box;
	padding: 0 5%;
	margin: 0;
}
footer .f_bg1 .f_box_l .f_access p  {
	width: 80%;
	text-align: left;
	height: auto;
}
footer .f_bg1 .f_box_l .f_access p span {
	position: static;
	transform: none;
}
footer .f_bg1 .f_box_l .f_bnr {
	margin-top: 8%;
}
footer .f_bg1 .f_box_r .f_map_link a {
	padding: .5em 1.5em;
	margin-top: 1.0em;
}
footer .f_bg1 .copyright {
	margin-top: 10%;
	font-size: 80%;
	letter-spacing: .1em;
}
footer .f_bg1 .page_top {
	width: 10%;
	bottom: 30vw;
}
footer .f_bg1 .f_logo {
	width: 50%;
	transform: translate(-24%,0%);
}
}



/*スマホフッター
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}
}

#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 400;
	box-sizing: border-box;
	padding: 0 3% 3%;
	text-align: center;
}
#sp_footer ul {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#sp_footer li.sp_f_tel {
	width: 77%;
}
#sp_footer li.sp_f_web {
	width: 21%;
}



/* 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;}
}