@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Shippori+Mincho&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: #333333;
	font-size: 19px;
	font-size: min(19px,1.7vw);
	letter-spacing: .1em;
	line-height: 2.1em;
	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;
}

/* スマホで電話をかけるボタン：画像対応 */
.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.0vw;
	letter-spacing: .05em;
	line-height: 1.8em;
}
img {
	width: 100% !important;
	max-width: initial !important;
}
/*<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;
}
.w1400 {
	width: 94%;
	padding: 0 3%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
}
.w1280 {
	width: 94%;
	padding: 0 3%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
.w1200 {
	width: 94%;
	padding: 0 3%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.w1100 {
	width: 94%;
	padding: 0 3%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}
/*スマホ時は隙間を広くする*/
.ft_min {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.ft_cinzel {
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.brown, .brown a {color: #8f6f39;}
.gold, .gold a {color: #b29f6e;}

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

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

/*下からフェードしながら出てくる*/
.fadeup {
	opacity: 0;
	transform: translateY(60px);
	transition: all 1.5s 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(-60px);
	transition: all 1.5s 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) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,
.w1500,
.w1400,
.w1280,
.w1200,
.w1100 {
	width: 90%;
	padding: 0 5%;
}
}



/*隙間
---------------------------------------------------------*/
.com_btm_150 {margin-bottom: 150px;}
.com_btm_120 {margin-bottom: 120px;}
.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_top_150 {padding-top: 150px;}
.com_p_top_120 {padding-top: 120px;}
.com_p_top_100 {padding-top: 100px;}
.com_p_top_90 {padding-top: 90px;}
.com_p_top_80 {padding-top: 80px;}

.com_p_btm_150 {padding-bottom: 150px;}
.com_p_btm_120 {padding-bottom: 120px;}
.com_p_btm_100 {padding-bottom: 100px;}
.com_p_btm_90 {padding-bottom: 90px;}
.com_p_btm_80 {padding-bottom: 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_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%;}
	
.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%;}
}

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



/*全体共通
---------------------------------------------------------*/
#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_tel {
	letter-spacing: .05em;
	line-height: 1.0em;
	white-space: nowrap;
}
.com_tel i {
	font-size: 75%;
	margin-right: -.2em;
}
.com_web {
	text-align: center;
	letter-spacing: normal;
	line-height: 1.0em;
}
.com_web span {
	display: inline-block;
	width: 3.5em;
	padding-left: 1.1em;
	position: relative;
}
.com_web span img {
	width: 100% !important;
	max-width: initial !important;
}
.com_web span::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 85%;
	font-weight: normal;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.com_contact {
	width: 70vw;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: center;
}
.com_contact > li {
	width: 48.5%;
	max-width: 380px;
	box-sizing: border-box;
	position: relative;
}
.com_contact > li::before {
	content: "";	/*影*/
	position: absolute;
	width: 100%;
	height: 3vw;
	max-height: 30px;
	left: 0;
	top: 100%;
	background: url("../images/cont_shadow1@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
.com_contact .cont_tel {
	background: rgba(255,255,255,0.9);
	color: #333333;
}
.com_contact .cont_web {
	background: rgba(178,159,110,0.9);
	color: #fff;
	transition: background 0.8s;
}
.com_contact .cont_web:hover {
	transition: background 0.4s;
	background: rgba(163,142,88,1.0);
}
.com_contact .cont_web::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	bottom: 10px;
	background: url("../images/corner2@2x.png") no-repeat left top;
	background-size: contain;
}
.com_contact .cont_tel .in_box,
.com_contact .cont_web a {
	display: block;
	padding: 30px 2%;
}
.com_contact .cont_tel .in_box {
	padding-bottom: 0;
}
.com_contact dt {
	font-size: 95%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .8em;
}
.com_contact p {
	font-size: 70%;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin-top: .8em;
}
.com_contact .com_tel {
	font-size: 210%;
}
.com_contact .com_web {
	font-size: 250%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*お問い合わせ系パーツ*/
.com_contact {
	width: 80vw;
}
.com_contact .cont_tel .in_box,
.com_contact .cont_web a {
	padding: 8% 2% 6%;
}
.com_contact dt {
	font-size: 100%;
	letter-spacing: .1em;
	margin-bottom: .5em;
}
.com_contact p {
	font-size: 75%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
}

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

/*お問い合わせ系パーツ*/
.com_contact {
	width: 100%;
	max-width: 100%;
}
.com_contact > li {
	width: 50%;
	max-width: 100%;
}
.com_contact > li::before {
	height: 6vw;	/*影*/
	max-height: 100%;
}
.com_contact .cont_tel .in_box,
.com_contact .cont_web a {
	padding: 5vw 0 4vw;
}
.com_contact dt {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.3em;
	margin-bottom: .8em;
}
.com_contact p {
	text-align: justify;
	width: 85%;
	font-size: 85%;
	letter-spacing: normal;
	line-height: 1.6em;
	margin: .8em auto 0;
}
.com_contact .com_tel {
	font-size: 150%;
}
.com_contact .com_tel i {
	display: block;
	font-size: 75%;
	margin: 0 auto .1em;
}
.com_contact .com_web {
	font-size: 180%;
}
.com_contact .com_web span {
	display: block;
	width: 3.8em;
	margin: 0 auto .4em;
	padding: .9em 0 0;
}
.com_contact .com_web span::before {
	margin: auto;
	left: 0;
	right: 0;
	top: -.1em;
	transform: none;
}
}



/*メニュー
---------------------------------------------------------*/
.m_nav {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.m_nav > li {
	width: 14.285%;
	position: relative;
}
.m_nav > li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 40px;
	background: #fff;
	opacity: 0.5;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.m_nav > li:first-child::before {
	display: none;
}
.m_nav > li > a {
	display: block;
	color: #fff;
	font-size: min(105%,1.5vw);
	letter-spacing: normal;
	line-height: 1.5em;
	padding: .5em 0;
}
.m_nav > li > a:hover {
	color: #f0e1a9;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav {
    justify-content: center;
}
.m_nav > li {
	width: auto;
}
.m_nav > li > a {
	font-size: min(100%,1.9vw);
	padding: .5em 1.6em;
}
}

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



/*m_img_area
---------------------------------------------------------*/
.m_img_area {
	width: 100%;
	position: relative;
}
.m_img_area header .h_logo {
	position: absolute;
	z-index: 10;
}
.m_img_area header .h_contact {
	position: absolute;
	z-index: 20;
}
.m_img_area .m_copy {
	position: absolute;
	z-index: 15;
}
.m_img_area .m_nav_area {
	position: absolute;
	z-index: 19;
}

.m_img_area header .h_logo {
	width: 13%;
	max-width: 192px;
	left: 6%;
	top: min(6%,5vh);
}
.m_img_area header .h_logo .ft_min img {
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
}
.m_img_area header .h_logo .ft_cinzel {
	position: absolute;
	left: 0;
	top: 0;
	width: 39%;
	max-width: 74px;
	transform: translateX(-90%);
}

.m_img_area header .h_contact {
	width: 30%;
	max-width: 290px;
	right: 3%;
	top: min(4%,3vh);
	color: #fff;
}
.m_img_area header .h_tel {
	margin-bottom: min(15px,1.5vh);
}
.m_img_area header .h_tel .com_tel {
	font-size: min(210%,3.2vw);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	margin-bottom: 5px;
}
.m_img_area header .h_tel img {
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
}
.m_img_area header .h_web a {
	display: block;
	background: rgba(28,29,31,0.2);
	padding: min(25px,7%) 0;
}
.m_img_area header .h_web a:hover {
	background: rgba(28,29,31,0.5);
}
.m_img_area header .h_web a::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	bottom: 10px;
	background: url("../images/corner1@2x.png") no-repeat left top;
	background-size: contain;
}
.m_img_area header .h_web .com_web {
	font-size: 210%;
}
.m_img_area header .h_web .com_web span {
	padding-left: 1.3em;
}
.m_img_area header .h_web .com_web span::before {
	color: #bbbbbc;
	font-size: 100%;
}
.m_img_area header .h_web .web_txt {
	color: #fff;
	font-size: 70%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-top: .5em;
}

.m_img_area .m_copy {
	width: 44%;
	max-width: 650px;
	left: 50%;
	top: 50%;
	transform: translate(-10%,-30%);
}
.m_img_area .m_copy h1 > span {
	display: block;
	padding: 10px;	/*影のサイズ分隙間を空けておく*/
	overflow: hidden;
}
.m_img_area .m_copy span.m_check {
	display: block;
	position: relative;
}
.m_img_area .m_copy span.m_check i {
	position: absolute;
	color: #fff;
	font-size: min(32px,2.0vw);
	letter-spacing: normal;
	line-height: 1.0em;
	left: 0;
	bottom: 30%;
}
.m_img_area .m_copy span.m_check i:nth-child(1) {
	left: 0;
}
.m_img_area .m_copy span.m_check i:nth-child(2) {
	left: 28.5%;
}
.m_img_area .m_copy span.m_check i:nth-child(3) {
	left: 63%;
}

/*表示アニメーション*/
.m_img_area .m_copy img {
	transform: translateY(100%);
	filter: drop-shadow(0 0 10px rgba(0,0,0,0));
	transition: transform 1.0s 0s, filter 1.0s 1.0s;
}
.m_img_area .m_copy span.m_check i {
	opacity: 0;
	transform: scale(2,2);
	transition: all 1.0s 1.0s;
}
.m_img_area .m_copy span.m_check i:nth-child(1) {
	transition-delay: 1.0s;
}
.m_img_area .m_copy span.m_check i:nth-child(2) {
	transition-delay: 1.5s;
}
.m_img_area .m_copy span.m_check i:nth-child(3) {
	transition-delay: 2.0s;
}
.m_img_area.anime_on .m_copy img {
	transform: translateY(0%);
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
}
.m_img_area.anime_on .m_copy span.m_check i {
	opacity: 1;
	transform: scale(1,1);
}

.m_img_area .m_slider .swiper-slide {
	height: 100vh;
	overflow: hidden;
}
.m_img_area .m_slider .swiper-slide span {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/m_grd@2x.png") no-repeat center center;
	background-size: 100% 100%;
	transition: transform 12.5s linear;	/*m_sliderの「delay×2 + speed」*/
	transform: scale(1,1);
}
.m_img_area .m_slider .swiper-slide span::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/m_grd@2x.png") no-repeat center center;
	background-size: 100% 100%;
}
.m_img_area .m_slider .swiper-slide img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m_img_area .m_slider .swiper-slide[class*=-prev] span,
.m_img_area .m_slider .swiper-slide[class*=-active] span {
	transform: scale(1.2,1.2);
}
.m_img_area .m_slider .swiper-slide[class*=-next] span {
	transform: scale(1,1);
}

.m_img_area .m_nav_area {
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: min(3.5%,1.5vh);
}
.m_img_area .m_nav_area .m_nav > li::before {
	box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.4);
}
.m_img_area .m_nav_area .m_nav > li > a {
	text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 900px) {
.m_img_area header .h_logo {
	width: 13%;
	max-width: 20vh;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area header .h_logo {
	left: 7%;
	top: 4%;
}
.m_img_area header .h_contact {
	right: 2%;
	top: 2%;
}
.m_img_area header .h_tel .com_tel {
	font-size: 3.5vw;
}
.m_img_area header .h_web a {
	padding: 6% 0;
}
.m_img_area header .h_web a::before {
	width: 6px;
	height: 6px;
	right: 6px;
	bottom: 6px;
}
.m_img_area header .h_web .web_txt {
	font-size: 70%;
	letter-spacing: .05em;
}
.m_img_area .m_copy {
	width: 65%;
	left: auto;
	right: 3%;
	top: 50%;
	transform: translate(0%,-30%);
}
.m_img_area .m_copy span.m_check {
	margin: -10px 0;
}
.m_img_area .m_copy span.m_check i {
	font-size: 3vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area header .h_logo {
	position: static;
}
.m_img_area header .h_logo .ft_min {
	position: absolute;
	z-index: 10;
}
.m_img_area header .h_logo .ft_cinzel {
	position: absolute;
	z-index: 10;
}
.m_img_area header .h_contact {
	display: none;
}
.m_img_area .m_copy {
	z-index: 15;
}
.m_img_area .m_nav_area {
	display: none;
}

.m_img_area header .h_logo {
	width: 100%;
	max-width: 100%;
}
.m_img_area header .h_logo .ft_min {
	width: 90%;
	margin: auto;
	left: 0;
	right: 0;
	top: 3%;
}
.m_img_area header .h_logo .ft_cinzel {
	width: 100%;
	max-width: 100%;
	left: 0;
	top: auto;
	bottom: 1.5%;
	transform: none;
}

.m_img_area .m_copy {
	width: 80%;
	max-width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: auto;
	bottom: 10%;
	transform: none;
}
.m_img_area .m_copy span.m_check {
	margin: -10px 0;
}
.m_img_area .m_copy span.m_check i {
	font-size: 4vw;
}
}



/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	width: 100%;
	display: table;
	table-layout: fixed;
}
#scl_header .scl_flex .scl_nav_area,
#scl_header .scl_flex .scl_contact {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
#scl_header .scl_flex .scl_nav_area {
	width: 79%;
	background: rgba(88,80,69,0.9);
}
#scl_header .scl_flex .scl_contact {
	width: 21%;
	max-width: 310px;
	text-align: center;
}
#scl_header .scl_contact .com_tel {
	font-size: min(170%,2.5vw);
	background: rgba(255,255,255,0.9);
	padding: .3em 0;
}
#scl_header .scl_contact .scl_web a {
	display: block;
	background: rgba(178,159,110,0.9);
	color: #fff;
	font-size: min(100%,1.4vw);
	padding: .7em 0;
	position: relative;
}
#scl_header .scl_contact .scl_web a:hover {
	background: rgba(163,142,88,1.0);
}
#scl_header .scl_contact .scl_web a::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	bottom: 10px;
	background: url("../images/corner2@2x.png") no-repeat left top;
	background-size: contain;
}
#scl_header .scl_contact .com_web {
	font-size: 200%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#scl_header .scl_nav_area .m_nav > li > a {
	font-size: min(100%,1.7vw);
	padding-left: 1.3em;
	padding-right: 1.3em;
}
#scl_header .scl_contact .scl_web a::before {
	width: 6px;
	height: 6px;
	right: 6px;
	bottom: 6px;
}
}

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

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



/*スマホメニュー
---------------------------------------------------------*/
#drawer-content .drawer-nav {
	padding: 10% 10%;
	text-align: center;
	color: #fff;
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
#drawer-content .drawer-nav li {
	border-bottom: solid 1px rgba(255,255,255,0.5);
	margin-bottom: .2em;
}
#drawer-content .drawer-nav li a {
	display: block;
	padding: 1.0em 0;
}



/*下層共通
---------------------------------------------------------*/
.fs65 {
	font-size: min(340%,5.0vw);
	letter-spacing: .05em;
	line-height: 1.4em;
}
.fs60 {
	font-size: min(315%,4.6vw);
	letter-spacing: .05em;
	line-height: 1.4em;
}
.fs45 {
	font-size: min(235%,3.5vw);
	letter-spacing: .05em;
	line-height: 1.4em;
}
.fs40 {
	font-size: min(210%,3.3vw);
	letter-spacing: .05em;
	line-height: 1.4em;
}
.fs20 {
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 2.0em;
}
.fs17 {
	font-size: 85%;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.fs16 {
	font-size: 85%;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.fs15 {
	font-size: 80%;
	letter-spacing: .05em;
	line-height: 2.0em;
}

/*インデックス*/
.com_index1 {
	text-align: center;
	margin-bottom: 60px;
}
.com_index1 .ft_cinzel {
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.com_index1 .ft_min + .ft_cinzel {
	margin-top: .2em;
}
.com_index2 {
	text-align: center;
	border-top: solid 1px #8f6f39;
	border-bottom: solid 1px #8f6f39;
	color: #8f6f39;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .8em 0;
	margin-bottom: 80px;
}
.com_large_en {
	color: #e8e2d4;
	font-size: min(630%,8.2vw);
	letter-spacing: .1em;
	line-height: 1.2em;
}

/*リンクボタン*/
.com_link1 {
	margin-top: 2.0em;
}
.com_link1 a {
	display: inline-block;
	vertical-align: middle;
	background: #8f6f39;
	text-align: center;
	color: #fff;
	font-size: 95%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .9em 2.0em;
	border-radius: 3.0em;
	min-width: 17em;
}
.com_link1 a:hover {
	background: #b29f6e;
}
.com_link1 a p {
	display: inline-block;
	vertical-align: middle;
	padding-right: 1.5em;
	position: relative;
}
.com_link1 a i {
	font-size: 90%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*横に流れるスライドショー*/
.com_ticker .swiper-slide {
	width: 30vw !important;	/*スライド画像の幅*/
	max-width: 370px !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fs65 {
	font-size: 5.5vw;
}
.fs60 {
	font-size: 5.0vw;
}
.fs45 {
	font-size: 3.8vw;
}
.fs40 {
	font-size: 3.6vw;
}
.fs20 {
	font-size: 105%;
	letter-spacing: .05em;
	line-height: 2.0em;
}
.fs17 {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
.fs16 {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}
.fs15 {
	font-size: 85%;
	letter-spacing: normal;
	line-height: 1.8em;
}

/*インデックス*/
.com_index1 {
	margin-bottom: 5%;
}
.com_index2 {
	margin-bottom: 6%;
}

/*リンクボタン*/
.com_link1 {
	margin-top: 1.5em;
}
.com_link1 a {
	font-size: 105%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fs65 {
	font-size: 190%;
	letter-spacing: normal;
}
.fs60 {
	font-size: 180%;
	letter-spacing: normal;
}
.fs45 {
	font-size: 165%;
	letter-spacing: normal;
}
.fs40 {
	font-size: 160%;
	letter-spacing: normal;
}
.fs20 {
	font-size: 105%;
	letter-spacing: .05em;
	line-height: 2.0em;
}
.fs17 {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
.fs16 {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}
.fs15 {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}

/*インデックス*/
.com_index1 {
	margin-bottom: 8%;
}
.com_index1 .ft_cinzel {
	font-size: 140%;
}
.com_index2 {
	letter-spacing: .05em;
	padding: .6em 0;
	margin-bottom: 8%;
}
.com_large_en {
	font-size: 250%;
	letter-spacing: normal;
}

/*リンクボタン*/
.com_link1 {
	margin-top: 1.0em;
}
.com_link1 a {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 105%;
	letter-spacing: .1em;
	padding: .8em 1.0em;
	box-sizing: border-box;
	min-width: 0;
}

/*横に流れるスライドショー*/
.com_ticker .swiper-slide {
	width: 50vw !important;	/*スライド画像の幅*/
}
}



/*診療時間
---------------------------------------------------------*/
.com_timetable {
	width: 100%;
}
.com_timetable i {
	color: #b29f6e;
}
.com_timetable table {
	width: 100%;
	color: #fff;
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.2em;
	border-bottom: solid 1px #504e4e;
}
.com_timetable table th,
.com_timetable table td {
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}
.com_timetable table thead th,
.com_timetable table thead td {
	background: #504e4e;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 95%;
	letter-spacing: normal;
	line-height: 1.2em;
	padding: .8em 0;
}
.com_timetable table thead th {
	letter-spacing: .29em;
}
.com_timetable table tbody th,
.com_timetable table tbody td {
	padding: 1.0em 0;
}
.com_timetable table tbody th {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.2em;
	font-feature-settings: "halt";
}
.com_timetable table tbody td {
	font-size: 80%;
	line-height: 1.2em;
}
.com_timetable table tbody th {
	width: 36%;
}
.com_timetable table tbody td {
	width: 8.8%;
}
.com_timetable table tbody td.space {
	width: 2.4%;
}

.com_timetable .time_txt {
	margin-top: .8em;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_timetable table {
	font-size: 90%;
}
.com_timetable table tbody th {
	letter-spacing: .05em;
}
}



/*開閉アイコン
---------------------------------------------------------*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	background: #E9EAEB;
	border-radius: 50%;
	margin-left: .5em;
	transform: translateY(-.1em);
	position: relative;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .5em;
	height: 1px;
	background: #A7ABB0;
	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);
}



/*footer
---------------------------------------------------------*/
footer .f_bg1 {
	background: #5d5b5b;
	padding: 120px 0;
	color: #fff;
}
footer .f_bg1 .f_flex_box {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .f_bg1 .f_flex_box .f_box_l {
	width: 49%;
	max-width: 520px;
}
footer .f_bg1 .f_flex_box .f_box_r {
	width: 48%;
	max-width: 520px;
}

footer .f_bg1 .f_clinic {
	font-size: 105%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}
footer .f_bg1 .f_clinic > dd {
	font-size: min(215%,4.0vw);
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-top: .1em;
}
footer .f_bg1 .f_flex_box .f_box_l .com_link1 {
	margin-top: 1.5em;
}
footer .f_bg1 .com_timetable {
	margin: 40px 0;
}
footer .f_bg1 .f_access dt {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .4em;
}
footer .f_bg1 .f_access dd li {
	box-sizing: border-box;
	padding-left: 1.0em;
	position: relative;
}
footer .f_bg1 .f_access dd li::before {
	content: "・";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

footer .f_bg1 .f_flex_box .f_box_r iframe {
	display: block;
	width: 100%;
	height: 50vw;
	max-height: 520px;
}
footer .f_bg1 .f_flex_box .f_box_r .com_link1 {
	margin-top: 1.5em;
}
footer .f_bg1 .f_flex_box .f_box_r .com_link1 a {
	border: solid 1px #fff;
	background: transparent;
}
footer .f_bg1 .f_flex_box .f_box_r .com_link1 a:hover {
	background: #fff;
	color: #5d5b5b;
}

footer .f_bg2 {
	background: url("../images/f_img1@2x.jpg") no-repeat center center;
	background-size: cover;
	padding: 100px 0 60px;
	color: #fff;
}
footer .f_bg2 .max_width {
	text-align: center;
}
footer .f_bg2 .f_copy dt {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .3em;
}
footer .f_bg2 .com_contact {
	margin: 40px auto 100px;
}
footer .f_bg2 .copyright {
	text-align: right;
	font-size: 65%;
	letter-spacing: .15em;
	line-height: 1.4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_bg1 {
	padding: 8% 0;
}
footer .f_bg1 .f_flex_box .f_box_l .com_link1 a {
	box-sizing: border-box;
	min-width: 70%;
}
footer .f_bg1 .com_timetable {
	margin: 6% 0;
}
footer .f_bg1 .com_timetable table {
	font-size: 1.8vw;
}

footer .f_bg1 .f_flex_box .f_box_r .com_link1 a {
	box-sizing: border-box;
	min-width: 70%;
}

footer .f_bg2 {
	padding: 8% 0 4%;
}
footer .f_bg2 .com_contact {
	margin: 4% auto 6%;
}
footer .f_bg2 .copyright {
	font-size: 75%;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_bg1 {
	padding: 12% 0;
}
footer .f_bg1 .f_flex_box {
	display: block;
}
footer .f_bg1 .f_flex_box .f_box_l {
	width: 100%;
	max-width: 100%;
	margin-bottom: 8%;
}
footer .f_bg1 .f_flex_box .f_box_r {
	width: 100%;
	max-width: 100%;
}

footer .f_bg1 .f_clinic {
	letter-spacing: .1em;
}
footer .f_bg1 .f_clinic > dd {
	font-size: 180%;
	letter-spacing: .1em;
	margin-top: .1em;
}
footer .f_bg1 .f_flex_box .f_box_l .com_link1 {
	margin-top: 1.5em;
}
footer .f_bg1 .com_timetable {
	margin: 8% 0;
}

footer .f_bg1 .f_flex_box .f_box_r iframe {
	height: 100vw;
	max-height: 350px;
}

footer .f_bg2 {
	padding: 10% 0 30vw;
}
footer .f_bg2 .f_copy {
	font-size: 90%;
	line-height: 1.6em;
}
footer .f_bg2 .f_copy dt {
	font-size: 150%;
	letter-spacing: .05em;
}
footer .f_bg2 .com_contact {
	margin: 6% auto 10%;
}
footer .f_bg2 .copyright {
	font-size: 65%;
	letter-spacing: .05em;
}
}



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

#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 600;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
}
#sp_footer::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1.5em;
	left: 0;
	bottom: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
#sp_footer ul {
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 100%;
}
#sp_footer li {
	width: 50%;
}
#sp_footer li.f_sp_tel i {
	font-size: 170%;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-.1em);
}
#sp_footer li.f_sp_tel .txt_large {
	font-size: 150%;
	display: inline-block;
	vertical-align: middle;
	margin-right: .2em;
	transform: translateY(-.1em);
}
#sp_footer li.f_sp_web a {
	display: block;
	background: #b29f6e;
	color: #fff;
	padding: .8em 0;
	position: relative;
}
#sp_footer li.f_sp_web a::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	right: 8px;
	bottom: 8px;
	background: url("../images/corner2@2x.png") no-repeat left top;
	background-size: contain;
}
#sp_footer .com_web {
	font-size: 200%;
}
#sp_footer .f_sp_txt {
	background: #3d362e;
	color: #fff;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.4em;
	padding: .5em 0 1.0em;
}



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