@charset "UTF-8";

body {
	text-align:center;
	font-family: source-han-sans-japanese,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #544337;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 1.85em;
	padding:0;
	margin:0;
	background:#f7f6f1;
	-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{
	display: block;
    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;
	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:#544337;
	text-decoration:none;
	outline:0;
	transition: color 0.5s, background-color 0.5s;
}
a:hover{
	transition: color 0.2s, background-color 0.2s;
}

.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: 700;}
.fw_normal{font-weight: 400;}	
/*</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;*/
}

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

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



/*共通
---------------------------------------------------------*/
.max_width {
	width: 94%;
	padding: 0 3%;
	margin-left: auto;
	margin-right: auto;
}
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.w1500 {
	width: 94%;
	padding: 0 3%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.w1340 {
	width: 94%;
	padding: 0 3%;
	max-width: 1340px;
	margin: 0 auto;
	text-align: left;
}
.w1240 {
	width: 94%;
	padding: 0 3%;
	max-width: 1240px;
	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_europa {
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.orange, .orange a {color: #ee7217;}
.yellow, .yellow a {color: #ffff00;}

.bg_yellow {background-color: #fff4a4;}
.bg_brown {background-color: #b06e28;}

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

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

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

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



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



/*header
---------------------------------------------------------*/
header {
	position: absolute;
	z-index: 10;
	width: 100%;
	display: flex;
    justify-content: space-between;
}
header .h_box_l {
	width: 32%;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 3%;
	text-align: left;
}
header .h_box_r {
	width: 68%;
}

header .h_box_l img {
	margin-left: 0;
}
header .h_box_l h1 {
	color: #807a7b;
	font-size: 65%;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-top: 1.0em;
}
header .h_contact {
	width: 85%;
	max-width: 660px;
	margin-left: auto;
	margin-right: 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
header .h_contact .sp_tel_btn {
	width: 52%;
}
header .h_contact .h_btnlist {
	width: 46%;
}
header .m_nav {
	margin-top: 60px;
	width: 100%;
	max-width: 920px;
	box-sizing: border-box;
	padding-right: 3%;
	margin-left: auto;
	margin-right: 0;
}

.h_btnlist {
	display: flex;
    justify-content: space-between;
}
.h_btnlist li {
	width: 50%;
	text-align: center;
	background: #fff;
}
.h_btnlist li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	transition: all 0.6s;
}
.h_btnlist li a:hover {
	opacity: 0.7;
}
.h_btnlist li.col_web a {
	background-color: #46bfc7;
	background-image: url("../images/h_web_bg@2x.png");
}
.h_btnlist li.col_coun a {
	background-color: #ffc32b;
	background-image: url("../images/h_coun_bg@2x.png");
}

/* メインナビ */
.m_nav {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.m_nav > li > a {
	display: block;
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
header .h_box_l {
	padding-left: 2%;
}
header .m_nav {
	padding-right: 2%;
}
/* メインナビ */
.m_nav > li img {
	height: 1.6vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
header .h_box_l {
	width: 35%;
	padding-top: 3%;
	padding-left: 2%;
}
header .h_box_r {
	width: 62%;
}
header .h_box_l h1 {
	letter-spacing: normal;
}
header .h_contact {
	width: 100%;
}
header .h_contact .sp_tel_btn {
	width: 55%;
}
header .h_contact .h_btnlist {
	width: 43%;
}
header .m_nav {
	margin-top: 3%;
	padding-right: 2%;
}
	
/* メインナビ */
.m_nav {
    flex-wrap: wrap;
}
.m_nav > li {
	width: 25%;
	text-align: center;
	margin: .5em 0;
}
.m_nav > li img {
	margin: auto;
	height: 2.1vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header .h_box_l {
	width: 64%;
	padding-top: 1.0em;
	padding-left: 3%;
	padding-right: 3%;
}
header .h_box_r {
	display: none;
}

header .h_box_l h1 {
	letter-spacing: normal;
	margin-top: .5em;
}
header .m_nav {
	display: none !important;
}
}



/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	transform: translateY(-100%);
}
#scl_header::before {
content: "";	/* 影 */
position: absolute;
z-index: 0;
width: 100%;
height: 15px;
left: 0;
top: 100%;
opacity: 0.2;
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_flex .scl_nav_area {
	width: 62%;
	max-width: 930px;
	box-sizing: border-box;
	padding: 0 2%;
}
#scl_header .scl_flex .scl_contact {
	width: 38%;
	max-width: 570px;
	background: #473227;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_contact .scl_tel {
	width: 43%;
	box-sizing: border-box;
	padding: 0 2%;
	text-align: center;
}
#scl_header .scl_contact .scl_tel dt {
	color: #fff;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
}
#scl_header .scl_contact .h_btnlist {
	width: 57%;
}
#scl_header .scl_contact .h_btnlist a {
	padding: 0 8%;
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#scl_header .scl_flex .scl_nav_area {
	width: 65%;
	padding: 0 1%;
}
#scl_header .scl_flex .scl_contact {
	width: 35%;
}
#scl_header .scl_contact .scl_tel {
	width: 50%;
	padding: 0 3%;
}
#scl_header .scl_contact .h_btnlist {
	width: 50%;
}
#scl_header .scl_contact .h_btnlist a {
	padding: .5em 5%;
}
#scl_header .scl_contact .scl_tel dt {
	font-size: 1.2vw;
	letter-spacing: .05em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#scl_header .scl_flex .scl_nav_area {
	width: 55%;
	padding: 0 2%;
}
#scl_header .scl_flex .scl_contact {
	width: 45%;
}
#scl_header .scl_contact .scl_tel dt {
	font-size: 1.5vw;
	letter-spacing: .05em;
}
#scl_header .m_nav > li img {
	height: 1.8vw;
}
}

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

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



/*スマホメニュー
---------------------------------------------------------*/
.drw_inbox {
	padding: 20% 10%;
	text-align: left;
	color: #fff;
}
.drw_inbox a {
	color: #fff;
}
.drw_inbox .drw_menu {
	padding: 0 8%;
	font-weight: bold;
	letter-spacing: .15em;
	padding-bottom: 2.0em;
	border-bottom: solid 1px #fff;
	margin-bottom: 2.0em;
}
.drw_inbox .drw_menu li {
	margin-bottom: 1.0em;
}
.drw_inbox .drw_menu li:last-child {
	margin-bottom: 0;
}
.drw_inbox .drw_menu a {
	display: block;
	padding-left: 1.5em;
	position: relative;
}
.drw_inbox .drw_menu a::before {
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}
.drw_inbox .h_btnlist {
	margin-top: 6%;
}
.drw_inbox .h_btnlist li a {
	padding: 0 8%;
}



/*共通、アニメ
---------------------------------------------------------*/
#pagebody {
	max-height: 100%;
}

@keyframes pyonpyon {
  0% {
	opacity: 0;
    transform: translate(0, 0);
  }
  5% {
	opacity: 0;
    transform: translate(0, 0);
  }
  10% {
	opacity: 0;
    transform: translate(0, 0);
  }
  20% {
	opacity: 1;
    transform: translate(0, -15px);
  }
  25% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -15px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
	opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes pyon {
  0% {
	opacity: 0;
    transform: translate(0, 0);
  }
  60% {
	opacity: 1;
    transform: translate(0, -30px);
  }
  100% {
	opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes katakata{
0%{
	opacity: 0;
	transform:rotate(0deg);
}
25%{
	opacity: 1;
	transform:rotate(5deg);
}
50%{
	opacity: 1;
	transform:rotate(0deg);
}
75%{
	opacity: 1;
	transform:rotate(-5deg);
}
100%{
	opacity: 1;
	transform:rotate(0deg);
}
}

@keyframes breath{
0%{
	opacity: 0.6;
	transform: scale(0.9);
}
16%{
	opacity: 0.8;
	transform: scale(1.0);
}
32%{
	opacity: 1.0;
	transform: scale(0.95);
}
48%{
	opacity: 0.8;
	transform: scale(1.0);
}
64%{
	opacity: 0.6;
	transform: scale(0.95);
}
84%{
	opacity: 0.8;
	transform: scale(1.0);
}
100%{
	opacity: 0.6;
	transform: scale(0.9);
}
}

.fadeup {
	opacity: 0;
	transform: translateY(2.0em);
	transition: all 1.0s;
}
.fadeup.anime_on {
	opacity: 1;
	transform: translateY(0em);
}

.fadezoom {
	opacity: 0;
	transform: scale(0.6);
	transition: all .6s .3s;
}
span.fadezoom {
	display: block;
}
.fadezoom.anime_on {
	opacity: 1;
	transform: scale(1.0);
}

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

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



/*メインイメージ
---------------------------------------------------------*/
.m_img_area {
	position: relative;
	z-index: 0;
	background: url("../images/m_img@2x.jpg") no-repeat center bottom;
	background-size: auto 100%;
	margin-bottom: 60px;
}
.m_img_area::before {
	content: "";
	display: block;
	padding-top: 1200px;	/*高さ*/
}
.m_img_area .m_copy_l {
	position: absolute;
	z-index: 1;
	width: 48%;
	right: 51%;
	bottom: 2.5%;
}
.m_img_area .m_copy_l .in_box {
	position: relative;
	max-width: 710px;
	margin: 0 auto;
}
.m_img_area .copy1 {
	position: relative;
	z-index: 2;
	width: 65%;
	max-width: 440px;
	margin: 0 auto 1%;
}
.m_img_area .copy2 {
	position: absolute;
	z-index: 1;
	width: 70%;
	max-width: 480px;
	right: 0;
	top: 50%;
	transform: translate(32%, -93%);
}
.m_img_area .copy3 {
	position: relative;
	z-index: 0;
}
.m_img_area .m_copy_r {
	position: absolute;
	z-index: 0;
	width: 40%;
	max-width: 562px;
	top: 16%;
	left: 66%;
}

.m_img_area .copy1 div {
	opacity: 0;
	transform: scale(0.6);
	transition: all 0.4s;
}
.m_img_area .copy2 div {
	opacity: 0;
	transform: scale(0.6);
	transition: all 0.4s 0.2s;
}
.m_img_area.anime_on .copy1 div {
	opacity: 1;
	transform: scale(1);
}
.m_img_area.anime_on .copy2 div {
	opacity: 1;
	transform: scale(1);
}

.m_img_area .m_copy_r div {
	opacity: 0;
}
.m_img_area.anime_on .m_copy_r div {
	animation: pyonpyon 3s .3s forwards ease;
}

/* 1400px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
.m_img_area::before {
	padding-top: 90%;	/*高さ*/
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area {
	background-size: auto 90%;
	margin-bottom: 6%;
}
.m_img_area::before {
	padding-top: 100%;	/*高さ*/
}
.m_img_area .m_copy_l {
	width: 55%;
	right: auto;
	left: 0;
	transform: translateX(-6%);
}
.m_img_area .m_copy_r {
	top: 20%;
	left: auto;
	right: 0;
	transform: translateX(13%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area {
	background-image: url("../images/m_img_sp.jpg");
	background-size: 110% auto;
	margin-bottom: 15%;
}
.m_img_area::before {
	padding-top: 130%;	/*高さ*/
}
.m_img_area .m_copy_l {
	width: 60%;
	right: auto;
	left: 0;
	transform: translateX(-6%);
	bottom: 6%;
}
.m_img_area .m_copy_r {
	width: 55%;
	top: 15%;
	left: auto;
	right: 0;
	transform: translateX(15%);
}
}



/*隙間
---------------------------------------------------------*/
.com_btm_150 {
	margin-bottom: 150px;
}
.com_top_150 {
	margin-top: 150px;
}
.com_p_btm_150 {
	padding-bottom: 150px;
}
.com_p_top_150 {
	padding-top: 150px;
}
.com_btm_120 {
	margin-bottom: 120px;
}
.com_btm_100 {
	margin-bottom: 100px;
}
.com_btm_80 {
	margin-bottom: 80px;
}
.com_btm_70 {
	margin-bottom: 70px;
}
.com_btm_60 {
	margin-bottom: 60px;
}
.com_btm_40 {
	margin-bottom: 40px;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btm_150 {
	margin-bottom: 14%;
}
.com_top_150 {
	margin-top: 14%;
}
.com_p_btm_150 {
	padding-bottom: 14%;
}
.com_p_top_150 {
	padding-top: 14%;
}
.com_btm_120 {
	margin-bottom: 13%;
}
.com_btm_100 {
	margin-bottom: 12%;
}
.com_btm_80 {
	margin-bottom: 10%;
}
.com_btm_70 {
	margin-bottom: 9%;
}
.com_btm_60 {
	margin-bottom: 8%;
}
.com_btm_40 {
	margin-bottom: 6%;
}
}



/*クセ・お悩み
---------------------------------------------------------*/
#nayami .bg_kumo {
	background-color: #fff;
	background-image: url("../images/naya_bg1@2x.png"), url("../images/naya_bg2@2x.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	padding-top: 80px;
	padding-bottom: 10px;
	margin-bottom: 130px;
}
#nayami .bg_kumo .title_box {
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 1080px;
	padding-bottom: 60px;
	background: url("../images/naya_line@2x.png") repeat-x right bottom;
	background-size: auto 5px;
	margin-bottom: 60px;
}
#nayami .bg_kumo .title_box h2 {
	width: 70%;
	max-width: 690px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#nayami .bg_kumo .title_box .abs {
	position: absolute;
	z-index: 0;
	width: 18%;
	max-width: 175px;
	left: 0;
	bottom: 0;
	transform: translate(-30%, 10%);
}

#nayami .bg_kumo .title_box .abs div {
	opacity: 0;
}
#nayami .bg_kumo .title_box.anime_on .abs div {
	animation: pyonpyon 3s .2s forwards ease;
}

#nayami .bg_kumo .check_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#nayami .bg_kumo .check_list li {
	width: 44%;
	box-sizing: border-box;
	font-size: 135%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding-left: 1.8em;
	margin-top: .7em;
	background: url("../images/check@2x.png") no-repeat left .2em;
	background-size: 1.2em auto;
}
#nayami .bg_kumo .check_list li:nth-child(even) {
	width: 53%;
}
#nayami .bg_kumo .check_list li:nth-child(-n+2) {
	margin-top: 0;
}
#nayami .bg_kumo .img_box {
	width: 95%;
	max-width: 960px;
	position: relative;
	margin: 0 auto;
}
#nayami .bg_kumo .img_box p {
	width: 80%;
	max-width: 755px;
	position: relative;
	z-index: 1;
}
#nayami .bg_kumo .img_box .abs {
	width: 30%;
	max-width: 276px;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	transform: translateX(10%);
}
#nayami .bg_kumo .img_box .arrow {
	width: 15%;
	max-width: 93px;
	position: absolute;
	z-index: 0;
	left: 30%;
	top: 95%;
}
#nayami .bg_kumo .img_box p {
	opacity: 0;
	transform: rotate(6deg);
	transition: all 0.6s .3s;
}
#nayami .bg_kumo .img_box .abs div {
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.3s;
}
#nayami .bg_kumo .img_box .arrow div {
	opacity: 0;
	transform: translateY(-2.0em);
	transition: all .6s .5s;
}
#nayami .bg_kumo .img_box.anime_on p {
	opacity: 1;
	transform: rotate(0deg);
}
#nayami .bg_kumo .img_box.anime_on .abs div {
	opacity: 1;
	transform: scale(1);
}
#nayami .bg_kumo .img_box.anime_on .arrow div {
	opacity: 1;
	transform: translateY(0em);
}

#nayami .bg_yellow {
	position: relative;
}
#nayami .bg_yellow::before {
	content: "";	/*上背景*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 135px;
	background: #f7f6f1;
	left: 0;
	top: 0;
}
#nayami .bg_yellow .w1340 {
	position: relative;
	z-index: 1;
}
#nayami .bg_yellow .fukidashi {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 80px;
	background: #eea734 url("../images/naya_txt2@2x.png") no-repeat center 40%;
	background-size: 85% auto;
	border-radius: 60px;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 195%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding: 220px 0 80px;
}
#nayami .bg_yellow .fukidashi::before {
	content: "";	/*影*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 50px;
	left: 0;
	top: 100%;
	background: url("../images/naya_shadow@2x.png") no-repeat center center;
	background-size: 100% 100%;
}
#nayami .bg_yellow .fukidashi::after {
	content: "";	/*ふきだし*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 32px;
	left: 0;
	top: calc(100% - 1px);
	background: url("../images/naya_fukidashi@2x.png") no-repeat center top;
	background-size: contain;
}
#nayami .bg_yellow .fukidashi .yellow {
	display: block;
	font-size: 185%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
#nayami .bg_yellow .fukidashi .yellow span {
	color: #fff;
	font-size: 75%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
#nayami .bg_yellow .fukidashi .abs1 {
	position: absolute;
	width: 40%;
	max-width: 410px;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-35%);
	margin: auto;
}
#nayami .bg_yellow .fukidashi .abs2 {
	position: absolute;
	right: 1%;
	bottom: 0;
	width: 12%;
	max-width: 115px;
	transform: translateY(30%);
}
#nayami .bg_yellow .fukidashi .abs2 div {
	opacity: 0;
}
#nayami .bg_yellow .fukidashi.anime_on .abs2 div {
	animation: pyon .7s .8s forwards ease-in-out;
}

#nayami .bg_yellow .about {
	text-align: center;
	margin-bottom: 30px;
}
#nayami .bg_yellow .about dt {
	font-size: 195%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
}
#nayami .bg_yellow .about dd {
	font-size: 290%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
}
#nayami .bg_yellow .about dd .marker {
	background: url("../images/marker@2x.png") repeat-x left .9em;
	background-size: auto .3em;
}
#nayami .bg_yellow .about .img_txt {
	position: relative;
	z-index: -1;
}
#nayami .bg_yellow .about .img_txt img {
	margin: -1.0em auto -1.5em;
}

#nayami .bg_yellow .txt_list {
	display: flex;
    justify-content: space-between;
}
#nayami .bg_yellow .txt_list li {
	width: 24%;
	max-width: 312px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	padding: 0 0 1.8em;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
}
#nayami .bg_yellow .txt_list li div {
	transform: translateY(-1.0em);
}
#nayami .bg_yellow .txt_list li div img {
	margin: auto;
}
#nayami .bg_yellow .txt_list li p span {
	display: block;
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-top: .5em;
}
#nayami .bg_yellow .txt_list li:nth-child(1) p span {color: #f07694;}
#nayami .bg_yellow .txt_list li:nth-child(2) p span {color: #5db8c4;}
#nayami .bg_yellow .txt_list li:nth-child(3) p span {color: #83ca30;}
#nayami .bg_yellow .txt_list li:nth-child(4) p span {color: #b36bba;}

/* 1100px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
#nayami .bg_kumo .title_box .abs {
	transform: translate(-15%, 10%);
}
#nayami .bg_yellow .fukidashi {
	font-size: 3.1vw;
	padding: 21% 0 6%;
}
#nayami .bg_yellow .txt_list li {
	font-size: 1.6vw;
	letter-spacing: .05em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#nayami .bg_kumo {
	padding-top: 6%;
	padding-bottom: 0;
	margin-bottom: 15%;
}
#nayami .bg_kumo .title_box {
	padding-bottom: 6%;
	background-size: auto 4px;
	margin-bottom: 6%;
}
#nayami .bg_kumo .check_list li {
	font-size: 130%;
	line-height: 1.4em;
	background-position: left .1em;
}

#nayami .bg_yellow .fukidashi {
	margin-bottom: 8%;
	font-size: 3.3vw;
	padding: 21% 0 6%;
}
#nayami .bg_yellow .fukidashi::before {
	height: 5vw;	/*影*/
}
#nayami .bg_yellow .fukidashi::after {
	height: 3.5vw;	/*ふきだし*/
}
#nayami .bg_yellow .fukidashi .abs2 {
	right: 0;
	transform: translate(20%, 40%);
}

#nayami .bg_yellow .about {
	margin-bottom: 3%;
}
#nayami .bg_yellow .about dd {
	font-size: 250%;
}
#nayami .bg_yellow .txt {
	text-align: left;
}
	
#nayami .bg_yellow .txt_list li {
	font-size: 100%;
	letter-spacing: normal;
	padding-bottom: 1.0em;
}
#nayami .bg_yellow .txt_list li p span {
	font-size: 2.4vw;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#nayami .bg_kumo {
	background-size: 160% auto, 160% auto;
	padding-top: 6%;
	padding-bottom: 0;
	margin-bottom: 20%;
}
#nayami .bg_kumo .title_box {
	padding-bottom: 8%;
	background-size: auto 3px;
	margin-bottom: 8%;
}
#nayami .bg_kumo .title_box h2 {
	width: 100%;
}
#nayami .bg_kumo .title_box .abs {
	width: 18%;
	left: 8%;
	bottom: auto;
	top: 0;
	transform: translateY(-75%);
}
#nayami .bg_kumo .check_list {
	display: block;
}
#nayami .bg_kumo .check_list li {
	width: 95% !important;
	margin: .5em auto 0 !important;
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
#nayami .bg_kumo .img_box {
	width: 100%;
}

#nayami .bg_yellow::before {
	height: 135px;	/*上背景*/
}
#nayami .bg_yellow .fukidashi {
	margin-bottom: 10%;
	background-position: center 25%;
	background-size: 90% auto;
	font-size: 130%;
	letter-spacing: .1em;
	padding: 30% 0 8%;
	border-radius: 1.5em;
}
#nayami .bg_yellow .fukidashi::before {
	height: 1.8em;	/*影*/
}
#nayami .bg_yellow .fukidashi::after {
	height: .8em;	/*ふきだし*/
}
#nayami .bg_yellow .fukidashi .yellow {
	line-height: 1.2em;
}
#nayami .bg_yellow .fukidashi .abs1 {
	width: 50%;
}
#nayami .bg_yellow .fukidashi .abs2 {
	right: 0;
	width: 15%;
}

#nayami .bg_yellow .about {
	margin-bottom: 4%;
}
#nayami .bg_yellow .about dt {
	font-size: 140%;
	letter-spacing: .05em;
}
#nayami .bg_yellow .about dd {
	font-size: 155%;
	letter-spacing: normal;
}
#nayami .bg_yellow .about dd .marker {
	background-size: auto .5em;
}
#nayami .bg_yellow .about .img_txt {
	width: 110%;
	margin-left: -5%;
}
#nayami .bg_yellow .about .img_txt img {
	margin: -1.2em auto;
}

#nayami .bg_yellow .txt_list {
    flex-wrap: wrap;
}
#nayami .bg_yellow .txt_list li {
	width: 48.5%;
	max-width: 100%;
	margin-top: 8%;
	padding-bottom: 1.0em;
	font-size: 90%;
	letter-spacing: normal;
}
#nayami .bg_yellow .txt_list li:nth-child(-n+2) {
	margin-top: 0;
}
#nayami .bg_yellow .txt_list li div {
	width: 70%;
	margin: 0 auto;
}
#nayami .bg_yellow .txt_list li p span {
	font-size: 130%;
	letter-spacing: .05em;
	padding-top: .2em;
}
}



/*共通
---------------------------------------------------------*/
/*タイトル*/
.com_title {
	text-align: center;
}
.com_title .ft_europa {
	text-align: center;
	font-size: 165%;
	letter-spacing: .2em;
	line-height: 1.2em;
	width: 8em;
	padding: .5em 0;
	margin: 0 auto;
	background: #fff;
	border-top-left-radius: 1.0em;
	border-top-right-radius: 1.0em;
	border: solid 2px #544337;
	border-bottom: none;
}
.com_title h2 {
	color: #ee7217;
	font-size: 280%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-top: .4em;
}

/*お問い合わせ*/
.com_contact {
	width: 100%;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	background: #544337;
	display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}
.com_contact::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	top: 100%;
	background: url("../images/com_shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
.com_contact > p {
	width: 28%;
	text-align: center;
	color: #fff;
	font-size: 135%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.com_contact > ul {
	width: 72%;
	box-sizing: border-box;
	padding: 25px 4.5%;
	background: #f5f4f3;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.com_contact > ul li:nth-child(1) {
	width: 63%;
}
.com_contact > ul li:nth-child(2) {
	width: 34%;
	max-width: 220px;
}

/*リンクボタン*/
.com_btn1 {
	text-align: center;
	width: 100%;
	max-width: 350px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
.com_btn1 a {
	display: block;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding: .8em 0;
	background: #6e5f55;
	border-radius: 8px;
}
.com_btn1 a:hover {
	background: #988e87;
}
.com_btn1 span {
	display: inline-block;
	padding-right: 1.5em;
	position: relative;
}
.com_btn1 span::before {
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-45%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*タイトル*/
.com_title {
	font-size: 90%;
}
/*お問い合わせ*/
.com_contact::before {
	height: 4vw;
}
.com_contact > p {
	font-size: 120%;
}
.com_contact > ul {
	padding: 3%;
}

/*リンクボタン*/
.com_btn1 {
	margin-top: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*タイトル*/
.com_title .ft_europa {
	font-size: 110%;
}
.com_title h2 {
	font-size: 180%;
	line-height: 1.4em;
}

/*お問い合わせ*/
.com_contact {
	display: block;
}
.com_contact::before {
	height: 5vw;
}
.com_contact > p {
	width: 100%;
	font-size: 100%;
	padding: .4em 0;
}
.com_contact > ul {
	width: 100%;
	padding: 5% 3%;
}

/*リンクボタン*/
.com_btn1 {
	width: 80%;
	max-width: 100%;
	margin-top: 2.0em;
}
.com_btn1 a {
	font-size: 100%;
	padding: .5em 0;
}
}



/*選ばれる理由
---------------------------------------------------------*/
#points .bg {
	background: #fff27d url("../images/poin_shadow@2x.png") no-repeat center top;
	background-size: auto 60px;
	position: relative;
}
#points .bg::before {
	content: "";	/*下の背景*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 480px;
	background: #ee7217;
	left: 0;
	bottom: 0;
}
#points .bg > div {
	position: relative;
	z-index: 1;
}

#points .link_adjust {
	padding-top: 70px;
}
#points .box {
	position: relative;
}
#points .box::before {
	content: "";	/*左側背景*/
	position: absolute;
	z-index: 0;
	width: 50vw;
	height: 100%;
	background: #fff;
	right: 50%;
	top: 0;
}
#points .box .bg_white {
	position: relative;
	z-index: 1;
	padding-top: 100px;
	padding-right: 3%;
}
#points .box .bg_white::before {
	content: "";	/*背景*/
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
}

#points .box .txt_box {
	position: relative;
	z-index: 1;
}
#points .box .txt_box .no {
	width: 20%;
	max-width: 180px;
}
#points .box .txt_box .abs {
	position: absolute;
	width: 17%;
	max-width: 150px;
	left: 18%;
	top: 0;
	transform: translateY(-55%);
}
#points .box .poin_style dt {
	font-size: 280%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin: .4em 0;
}
#points .box .poin_style dt .orange {
	display: block;
	font-size: 60%;
	letter-spacing: .1em;
	line-height: 1.5em;
}
#points .box .img_box {
	position: relative;
}
#points .box .img_box p {
	position: absolute;
	z-index: 1;
}
#points .box .abs_top {
	position: absolute;
	z-index: 0;
	width: 65%;
	max-width: 680px;
	right: 0;
	top: 0;
	transform: translate(10%, -18%);
}
#points .box .abs_top p {
	position: absolute;
	z-index: 1;
	width: 45%;
	max-width: 302px;
}

/*box1*/
#points .box1::before,
#points .box1 .bg_white::before {
	height: 89%;	/*背景*/
}
#points .box1 .txt_box .abs div {
	opacity: 0;
}
#points .box1.anime_on .txt_box .abs div {
	animation: pyonpyon 3s .3s forwards ease;
}
#points .box1 .poin_style dd {
	width: 52%;
	max-width: 600px;
}
#points .box1 .img_list li:nth-child(1) p {
	left: 0;
	top: 0;
	transform: translate(-30%, -17%);
}
#points .box1 .img_list li:nth-child(2) {
	width: 55%;
	max-width: 539px;
	transform: translateX(-12%);
}
#points .box1 .img_list li:nth-child(2) p {
	width: 48%;
	max-width: 258px;
	left: 1%;
	top: 0;
	transform: translateY(-20%);
}
#points .box1 .img_list li:nth-child(3) {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 19%;
}
#points .box1 .img_list li:nth-child(3) dl {
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
}
#points .box1 .img_list li:nth-child(3) dt {
	background: #009ae5;
	text-align: center;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 3.5em 0 1.0em;
	border-radius: 1.0em;
	position: relative;
	margin-bottom: 30px;
}
#points .box1 .img_list li:nth-child(3) dt::before {
	content: "";	/*ふきだし*/
	position: absolute;
	width: 100%;
	height: 14px;
	left: 0;
	top: calc(100% - 1px);
	background: url("../images/poin_01_fukidashi@2x.png") no-repeat center top;
	background-size: contain;
}
#points .box1 .img_list li:nth-child(3) dt div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-69%);
	margin: auto;
}
#points .box1 .img_list li:nth-child(3) dd {
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8em;
}

/*box2*/
#points .box2 .bg_white {
	padding-bottom: 130px;
}
#points .box2 .txt_box .abs {
	left: 20%;
	transform: translateY(-57%);
}
#points .box2 .txt_box .abs div {
	opacity: 0;
}
#points .box2.anime_on .txt_box .abs div {
	animation: katakata 0.6s .5s forwards linear;
}
#points .box2 .poin_style dd {
	width: 100%;
	max-width: 1050px;
}
#points .box2 .abs_top p {
	left: 31%;
	top: 0;
	transform: translateY(-24%);
}
#points .box2 .com_contact {
	margin-left: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#points .bg {
	background-size: 100% 6vw;
}
#points .bg::before {
	height: 480px;	/*下の背景*/
}
#points .link_adjust {
	padding-top: 8%;
}
#points .box .w1200 {
	width: 97%;
	padding-left: 0;
}
#points .box .bg_white {
	padding-top: 6%;
}
#points .box .poin_style dt {
	font-size: 5.0vw;
	line-height: 1.4em;
}
/*box1*/
#points .box1 .img_list li:nth-child(3) dt {
	font-size: 130%;
	margin-bottom: 8%;
}
#points .box1 .img_list li:nth-child(3) dd {
	letter-spacing: .05em;
}
/*box2*/
#points .box2 .bg_white {
	padding-bottom: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#points .bg {
	background-size: 100% 8vw;
}
#points .bg::before {
	height: 70vw;	/*下の背景*/
}

#points .link_adjust {
	padding-top: 12%;
}
#points .box::before {
	width: 85vw;	/*白背景*/
	right: 15vw;
}
#points .box .bg_white {
	padding-top: 10%;
	padding-right: 0;
	padding-bottom: 15% !important;
}
#points .box .bg_white::before {
	display: none;
}

#points .box .txt_box .no {
	width: 30%;
}
#points .box .txt_box .abs {
	width: 25%;
	left: 28%;
}
#points .box .poin_style dt {
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .2em;
}
#points .box .abs_top {
	position: relative;
	width: 90%;
	right: auto;
	top: auto;
	transform: none;
}

/*box1*/
#points .box1::before,
#points .box1 .bg_white::before {
	height: 100%;	/*背景*/
}
#points .box1 .poin_style dd {
	width: 100%;
	max-width: 100%;
}
#points .box1 .img_list li:nth-child(1) {
	margin-left: auto;
	margin-right: 0;
	transform: translateX(5%);
}
#points .box1 .img_list li:nth-child(2) {
	width: 85%;
	margin: 8% auto;
	margin-left: 0;
	transform: translateX(-5%);
}
#points .box1 .img_list li:nth-child(3) {
	position: relative;
	width: 100%;
	margin: 0 auto;
	right: auto;
	bottom: auto;
}
#points .box1 .img_list li:nth-child(3) dl {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 6em;
}
#points .box1 .img_list li:nth-child(3) dt {
	padding-top: 4.5em;
	font-size: 110%;
	letter-spacing: normal;
	margin-bottom: 1.0em;
}
#points .box1 .img_list li:nth-child(3) dt::before {
	height: .7em;	/*ふきだし*/
}
#points .box1 .img_list li:nth-child(3) dt div {
	width: 80%;
	transform: translateY(-60%);
	margin: auto;
}
#points .box1 .img_list li:nth-child(3) dd {
	letter-spacing: normal;
	line-height: 1.8em;
}

/*box2*/
#points .box2::before {
	right: 0;	/*白背景*/
	left: 15vw;
}
#points .box2 .txt_box .abs {
	left: 30%;
	transform: translateY(-57%);
}
#points .box2 .abs_top {
	margin-top: 10%;
	width: 100%;
	margin-bottom: 10%;
}
}



/*メリット
---------------------------------------------------------*/
#merit .bg {
	background: #ee7217;
	padding-bottom: 120px;
	/*margin-bottom: 100px;	症例表示時に削除*/
}
#merit .com_title h2 {
	color: #fff48f;
}
#merit .box {
	border-radius: 50px;
	box-shadow: 0px 0px 60px 0px rgba(158,49,23,0.4) inset;
	margin-bottom: 30px;
	color: #fff;
	font-size: 195%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8em;
	box-sizing: border-box;
	padding: 60px;
	position: relative;
}
#merit .box span {
	color: #fff48f;
}
#merit .box .txt {
	position: relative;
	z-index: 1;
}
#merit .box .illust {
	position: absolute;
	z-index: 0;
}

#merit .flex_box1 {
	display: flex;
    justify-content: space-between;
}
#merit .flex_box1 > div {
	width: 49%;
	max-width: 585px;
}
#merit .box1 {
	padding-bottom: 0 !important;
}
#merit .box1 .illust {
	width: 55%;
	max-width: 320px;
	right: 0;
	top: 0;
	transform: translate(5%, -15%);
}
#merit .box1 .img_item {
	width: 110%;
	margin-top: 40px;
	margin-left: -5%;
}
#merit .box2 .illust {
	width: 48%;
	max-width: 277px;
	right: 0;
	top: 0;
	transform: translate(15%, -15%);
}
#merit .box3 .illust {
	width: 33%;
	max-width: 190px;
	right: 6%;
	top: 50%;
	transform: translateY(-50%);
}

#merit .box4 .txt {
	width: 58%;
	margin-left: auto;
	margin-right: 0;
}
#merit .box4 .img_item {
	position: absolute;
	z-index: 0;
	width: 30%;
	max-width: 300px;
	right: 64%;
	bottom: 0;
}
#merit .box4 .illust {
	z-index: 1;
	width: 22%;
	max-width: 259px;
	right: 62%;
	top: 0;
	transform: translateY(-5%);
}

#merit .flex_box2 {
	display: flex;
    justify-content: space-between;
}
#merit .flex_box2 > div {
	width: 32%;
	max-width: 380px;
}
#merit .box5 .illust {
	width: 47%;
	max-width: 175px;
	right: 0;
	bottom: 0;
	transform: translate(5%, 10%);
}
#merit .box6 .illust {
	width: 44%;
	max-width: 164px;
	right: 8%;
	top: 0;
	transform: translateY(-12%);
}
#merit .box6 .img_item {
	position: absolute;
	z-index: 1;
	width: 50%;
	max-width: 190px;
	right: 5%;
	bottom: 0;
}
#merit .box6 .txt {
	z-index: 2;
}
#merit .box7 .illust {
	width: 55%;
	max-width: 156px;
	right: 0;
	top: 0;
}

#merit .box .illust div {
	opacity: 0;
	transform: translateY(1.5em);
	transition: all 1.0s .5s;
}
#merit .box2 .illust div,
#merit .box5 .illust div {
	transform: translateY(1.5em) rotate(25deg);
}
#merit .box4 .illust div,
#merit .box7 .illust div {
	transform: translateY(1.5em) rotate(-25deg);
}
#merit .box.anime_on .illust div {
	opacity: 1;
	transform: translateY(0em);
}
#merit .box2.anime_on .illust div,
#merit .box4.anime_on .illust div,
#merit .box5.anime_on .illust div,
#merit .box7.anime_on .illust div {
	transform: translateY(0em) rotate(0deg);
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#merit .box {
	margin-bottom: 2.0vw;
	font-size: 2.8vw;
	padding: 5vw 4vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#merit .bg {
	padding-bottom: 10%;
	/*margin-bottom: 6%;	症例表示時に削除*/
}
#merit .box {
	margin-bottom: 1.5vw;
	font-size: 3.3vw;
	letter-spacing: .05em;
	line-height: 1.6em;
	padding: 5vw 3vw;
}
#merit .box1 .img_item {
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#merit .bg {
	padding-bottom: 15%;
	/*margin-bottom: 10%;	症例表示時に削除*/
}
#merit .box {
	border-radius: 1.5em;
	margin-bottom: 3%;
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding: 6vw;
}

#merit .flex_box1 {
	display: block;
}
#merit .flex_box1 > div {
	width: 100%;
	max-width: 100%;
}
#merit .box1 {
	padding-bottom: 3% !important;
}
#merit .box1 .img_item {
	margin-top: 3%;
}

#merit .box4 .txt {
	width: 100%;
}
#merit .box4 .img_item {
	position: relative;
	width: 60%;
	right: auto;
	bottom: auto;
	margin: 0 auto -.5em;
}
#merit .box4 .illust {
	width: 50%;
	right: 10%;
}

#merit .flex_box2 {
	display: block;
}
#merit .flex_box2 > div {
	width: 100%;
	max-width: 100%;
}
#merit .box5 .illust {
	width: 30%;
	right: 0;
	bottom: 50%;
	transform: translate(5%, 50%);
}
#merit .box6 .illust {
	width: 30%;
	right: 30%;
	transform: translateY(-12%);
}
#merit .box6 .img_item {
	width: 35%;
	right: 0;
	bottom: 0;
}
#merit .box7 .illust {
	width: 25%;
	right: 10%;
	top: 0;
}
}



/*症例
---------------------------------------------------------*/
#case .box {
	background: #fff;
	padding: 110px 4% 130px;
	position: relative;
	margin-bottom: 140px;
}
#case .com_btn1 {
	margin-top: 0;
}
#case .box::before {
	content: "";	/*イラスト*/
	position: absolute;
	width: 100%;
	height: 14vw;
	max-height: 150px;
	left: 0;
	top: 0;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#case .box.girl::before {background-image: url("../images/case_girl@2x.png");}
#case .box.boy::before {background-image: url("../images/case_boy@2x.png");}
#case .box::after {
	content: "";	/*影*/
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 100%;
	background: url("../images/case_shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
}

#case .box h3 {
	text-align: center;
	font-size: 195%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding-bottom: 1.0em;
	border-bottom: solid 3px #51b8c8;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 80px;
}

#case .box .ba_photo {
	width: 100%;
	max-width: 1200px;
	display: flex;
    justify-content: space-between;
	text-align: center;
	margin: 0 auto 60px;
}
#case .box .ba_photo li {
	width: 48%;
	max-width: 565px;
}
#case .box .ba_photo p {
	color: #51b8c8;
	font-size: 140%;
	letter-spacing: .2em;
	line-height: 1.2em;
	width: 100%;
	max-width: 13em;
	padding: .5em 0;
	background: #c2e6ec;
	border-radius: 5em;
	position: relative;
	margin: 0 auto 1.5em;
}
#case .box .ba_photo li:last-child p {
	color: #fff;
	background: #51b8c8;
}
#case .box .ba_photo li:last-child p::before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: url("../images/case_abs@2x.png") no-repeat center center;
	background-size: contain;
	right: 70%;
	top: 0;
	transform: translateY(-20%);
}
#case .box .ba_photo .sub_img1 {
	width: 70%;
	max-width: 320px;
	margin: 1.0em auto 0;
}

#case .box table {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#case .box table tr:nth-child(odd) {
	background: #f7f6f1;
}
#case .box table th,
#case .box table td {
	box-sizing: border-box;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.6em;
	text-align: left;
	vertical-align: middle;
	padding: 1.8em 4%;
}
#case .box table th {
	width: 20%;
	padding-right: 0 !important;
	color: #51b8c8;
	font-weight: bold;
}
#case .box table td {
	width: 80%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#case .box {
	padding: 10% 4% 10%;
	margin-bottom: 12%;
}
#case .box::after {
	height: 4vw;	/*影*/
}

#case .box h3 {
	font-size: 190%;
	padding-bottom: .5em;
	margin-bottom: 6%;
}

#case .box .ba_photo {
	margin-bottom: 6%;
}
#case .box .ba_photo p {
	font-size: 2.3vw;
}

#case .box table th,
#case .box table td {
	font-size: 100%;
	letter-spacing: .05em;
	padding: 1.5em 2%;
}
#case .box table th {
	width: 22%;
}
#case .box table td {
	width: 78%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#case .box {
	padding: 13% 4% 10%;
	margin-bottom: 12%;
}
#case .box::before {
	height: 18vw;	/*イラスト*/
}
#case .box::after {
	height: 6vw;	/*影*/
}
#case .box h3 {
	font-size: 150%;
	letter-spacing: .05em;
	padding-bottom: .2em;
	margin-bottom: 8%;
}
#case .box .ba_photo {
	display: block;
	margin-bottom: 8%;
}
#case .box .ba_photo li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 6%;
}
#case .box .ba_photo p {
	font-size: 90%;
	margin-bottom: 1.0em;
}
#case .box .ba_photo .sub_img1 {
	width: 60%;
	margin-top: .5em;
	margin: 1.0em auto 0;
}
#case .box table tr,
#case .box table th,
#case .box table td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}
#case .box table th {
	padding: .5em 4% !important;
}
#case .box table td {
	width: 100%;
	padding: 0 4% 1.5em;
	font-size: 90%;
	letter-spacing: normal;
}
}



/*呼吸について
---------------------------------------------------------*/
#breath .bg {
	background-color: #51acc4;
	background-image: url("../images/brea_bg1@2x.png"), url("../images/brea_bg2@2x.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: contain, contain;
}
#breath .w1340 {
	position: relative;
}
#breath .title_box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}
#breath .title_box h2 {
	position: absolute;
	z-index: 1;
	width: 37%;
	max-width: 426px;
	left: 13%;
	bottom: 8%;
}
#breath .title_box .abs1 li {
	position: absolute;
}
#breath .title_box .abs1 li:first-child {
	z-index: 0;
	width: 17%;
	max-width: 192px;
	left: 10%;
	top: 21%;
}
#breath .title_box .abs1 li:last-child {
	z-index: 0;
	width: 17%;
	max-width: 194px;
	left: 40%;
	bottom: 0;
	transform: translateY(25%);
}

#breath .flex_box {
	position: relative;
	z-index: 0;
	background: #1f94b3 url("../images/brea_shadow@2x.png") no-repeat center top;
	background-size: 100% 80px;
	border-radius: 30px;
	padding: 90px 4% 100px;
	display: flex;
    justify-content: space-between;
	color: #fff;
}
#breath .flex_box > div {
	width: 47%;
}
#breath .flex_box > div:first-child {
	padding-right: 3%;
	border-right: solid 3px #fff;
}
#breath .flex_box dl {
	width: 100%;
	max-width: 475px;
	margin: auto;
}
#breath .flex_box dt {
	text-align: center;
	font-size: 195%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin: 1.2em 0 .6em;
}

#breath .abs2 {
	width: 15%;
	max-width: 194px;
}
#breath .title_box .abs1 li div,
#breath .abs2 div {
	animation: breath 9s infinite ease;
}
#breath .title_box .abs1 li:last-child div {
	animation-direction: reverse;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#breath .title_box {
	padding-top: 2%;
}
#breath .flex_box {
	background-size: 100% 8vw;
	padding: 6% 4% 8%;
}
#breath .flex_box > div:first-child {
	border-width: 1px;
}
#breath .flex_box dt {
	font-size: 3.2vw;
	letter-spacing: normal;
	margin-top: .8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#breath .bg {
	background-size: 160% auto, 160% auto;
}
#breath .title_box {
	width: 120%;
	padding-top: 3%;
}
#breath .flex_box {
	background-size: 100% 8vw;
	padding: 8% 6%;
	display: block;
}
#breath .flex_box > div {
	width: 100%;
	margin-top: 8%;
	border-top: solid 1px #fff;
	padding-top: 8%;
}
#breath .flex_box > div:first-child {
	padding-right: 0;
	border-right: none;
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}
#breath .flex_box dl {
	max-width: 100%;
}
#breath .flex_box dt {
	font-size: 140%;
	letter-spacing: .1em;
	margin: .5em 0;
}
#breath .abs2 {
	width: 20%;
}
}



/*QA
---------------------------------------------------------*/
#faq .qa_list dt {
	margin-top: 10px;
	background: #fff4a4;
	font-size: 145%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding: 1.2em 3em;
	padding-left: 4.5em;
	position: relative;
	cursor: pointer;
}
#faq .qa_list dt::before {
	content: "";
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	background: url("../images/q@2x.png") no-repeat center center;
	background-size: contain;
	left: 1.2em;
	top: 50%;
	transform: translateY(-50%);
}
#faq .qa_list dt::after {
	font-family: 'fontello';
	content: '\e801';
	color: #ee7217;
	font-size: 140%;
	font-weight: normal;
	position: absolute;
	right: .8em;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}
#faq .qa_list dt.active::after {
	transform: translateY(-50%) rotate(0deg);
}
#faq .qa_list dd {
	display: none;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 4%;
	letter-spacing: .15em;
	line-height: 2.0em;
}
#faq .qa_list dd:first-of-type {
	margin-top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#faq .qa_list dt {
	font-size: 130%;
	padding: 1.0em 2.5em;
	padding-left: 4.0em;
}
#faq .qa_list dt::before {
	left: .8em;
}
#faq .qa_list dt::after {
	right: .5em;
}
#faq .qa_list dd {
	padding: 3% 4%;
	letter-spacing: .1em;
	line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#faq .qa_list dt {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: 1.0em 2em;
	padding-left: 3.0em;
}
#faq .qa_list dt::before {
	width: 2.0em;
	height: 2.0em;
	left: .5em;
}
#faq .qa_list dt::after {
	font-size: 120%;
	right: .5em;
}
#faq .qa_list dd {
	padding: 6%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
}



/*治療費
---------------------------------------------------------*/
#price .tax {
	text-align: right;
	font-weight: bold;
	margin-bottom: .5em;
}
#price .frame_orange,
#price .frame_gray {
	display: flex;
    justify-content: space-between;
    align-items: center;
	box-sizing: border-box;
	background: #fff;
	border: solid 6px #ee7217;
	border-radius: 30px;
	padding: 35px 18%;
	margin-top: 10px;
	font-size: 145%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
}
#price .frame_gray {
	border-color: #d2d2bb;
	padding-left: 10%;
	padding-right: 10%;
} 
#price .frame_orange:first-of-type,
#price .frame_gray:first-child {
	margin-top: 0;
} 
#price .frame_orange dt,
#price .frame_gray dt {
	width: 55%;
}
#price .frame_orange dd,
#price .frame_gray dd {
	width: 45%;
	text-align: right;
}
#price .frame_orange dd span,
#price .frame_gray dd span {
	font-size: 80%;
	margin: 0 .2em;
}
#price .pickup1 dt {
	position: relative;
}
#price .pickup1 dt div {
	position: absolute;
	width: 55%;
	max-width: 240px;
	left: 0;
	top: 0;
	transform: translate(-110%, -60%);
}
#price .pickup1 dd {
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.6em;
}

#price .option {
	margin-top: 60px;
	background: rgba(84,67,55,0.1);
	position: relative;
	padding: 80px 4%;
}
#price .option::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 6vw;
	max-height: 68px;
	background: url("../images/plus@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 0;
	transform: translateY(-40%);
}
#price .option .opti_title {
	text-align: center;
	font-size: 145%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
#price .option .frame_gray {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#price h3 {
	width: 100%;
	box-sizing: border-box;
	background: #ffde3e;
	text-align: center;
	font-size: 195%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding: 75px 3%;
	position: relative;
	margin-bottom: 60px;
}
#price h3::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 31px;
	left: 0;
	top: calc(100% - 1px);
	background: url("../images/pay_fukidashi@2x.png") no-repeat center top;
	background-size: contain;
}

#price .card_list {
	width: 100%;
	max-width: 802px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
#price .card_list li {
	width: 16%;
}

#price .formula {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border-top: solid 4px #6e5f55;
	border-bottom: solid 4px #6e5f55;
	text-align: center;
	font-weight: bold;
	padding: 40px 0;
}
#price .formula > div {
    display: inline-block;
}
#price .formula p {
	font-size: 140%;
	letter-spacing: normal;
	line-height: 1.4em;
	position: relative;
}
#price .formula p.memo {
	text-align: right;
    font-size: 85%;
    line-height: 1.4em;
	letter-spacing: .05em;
	margin-top: .5em;
}
#price .formula p small {
    font-size: 60%;
	margin-left: .5em;
}
#price .formula p sup {
    font-size: 60%;
}
#price .formula .col1 {color: #ee7217;}
#price .formula .col2 {color: #63c567;}
#price .formula .col3 {color: #5db8c4;}

#price .box2 .com_btn1{
margin-top:0;
}
#price .box2 .pay_style{
	margin-bottom: 40px;
}
#price .box2 .pay_style dt{
	font-size: 180%;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 0.8em;
	text-align: center;
}
/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
#price .formula {
	font-size: 1.25vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#price .frame_orange,
#price .frame_gray {
	border-width: 4px;
	padding: 3% 5%;
	padding-left: 20%;
}
#price .frame_gray {
	padding-left: 10%;
	padding-right: 10%;
}

#price .option {
	margin-top: 6%;
	padding: 6% 4%;
}
#price .option .opti_title {
	margin-bottom: 1.0em;
}

#price h3 {
	font-size: 180%;
	padding: 6% 3%;
	margin-bottom: 5%;
}
#price h3::before {
	height: 3vw;
}

#price .formula {
	border-width: 3px;
	padding: 3% 0;
	font-size: 100%;
}
#price .box2 .pay_style{
	margin-bottom: 4%;
}
#price .box2 .pay_style dt{
	font-size: 160%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#price .tax {
	font-size: 80%;
}
#price .frame_orange,
#price .frame_gray {
	border-width: 4px;
	border-radius: 1.0em;
	padding: 1.0em 4%;
	font-size: 120%;
	letter-spacing: .05em;
}
#price .frame_gray {
	padding-left: 4%;
	padding-right: 4%;
} 
#price .pickup1 {
	display: block;
}
#price .pickup1 dt,
#price .pickup1 dd {
	width: 100%;
}
#price .pickup1 dt div {
	width: 30%;
	left: 0;
	top: 120%;
	transform: none;
}
#price .pickup1 dd {
	letter-spacing: .05em;
}

#price .option {
	margin-top: 8%;
	padding: 8% 4%;
}
#price .option::before {
	height: 10vw;
}
#price .option .opti_title {
	font-size: 130%;
	margin-bottom: .5em;
}

#price h3 {
	font-size: 140%;
	letter-spacing: .05em;
	padding: 1.5em 3%;
	margin-bottom: 8%;
}
#price h3::before {
	height: .8em;
}

#price .card_list {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    flex-wrap: wrap;
}
#price .card_list li {
	width: 32%;
	margin-top: 2%;
}
#price .card_list li:last-child{
	margin-right: 17%;
}
#price .card_list li:nth-last-child(2){
	margin-left: 17%;
}
#price .formula {
	border-width: 2px;
	box-sizing: border-box;
	padding: 4% 0;
}
#price .formula p {
	text-align: left;
    font-size: 110%;
}
#price .formula p.memo {
	font-size: 80%;
	margin-left: 1.0em;
	text-indent: -1.0em;
}
#price .box2 .pay_style{
	margin-bottom: 5%;
}
#price .box2 .pay_style dt{
	font-size: 130%;
	margin-bottom: 0.6em;
}
}



/*院長挨拶
---------------------------------------------------------*/
#greet .bg_brown {
	background-image: url("../images/dr_bg@2x.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 980px auto;
	color: #fff;
}
#greet .bg_brown .w1200 {
	padding-top: 130px;
}
#greet .bg_brown h2 {
	width: 45%;
	max-width: 523px;
}
#greet .bg_brown .lead {
	width: 50%;
}
#greet .bg_brown .lead p {
	width: 100%;
	max-width: 525px;
	margin-left: auto;
	margin-right: 0;
	color: #fff;
	font-size: 280%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-top: 80px;
	margin-bottom: 80px;
}
#greet .bg_brown .flex_box {
	display: flex;
    justify-content: space-between;
	position: relative;
}
#greet .bg_brown .flex_box .box_l {
	width: 68%;
	max-width: 780px;
}
#greet .bg_brown .flex_box .box_r {
	width: 28%;
	max-width: 300px;
}
#greet .bg_brown .flex_box .box_l p {
	width: 100%;
	max-width: 710px;
	margin-left: auto;
	margin-right: 0;
}
#greet .bg_brown .flex_box .box_r .dr_photo {
	position: absolute;
	width: 47%;
	max-width: 547px;
	right: 0;
	bottom: calc(100% + 80px);
}
#greet .bg_brown .flex_box .box_r dt {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
}
#greet .bg_brown .flex_box .box_r dd {
	font-size: 240%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
}
#greet .bg_brown .flex_box .box_r dd:first-of-type {
	margin: .3em 0 .8em;
}
#greet .bg_brown .flex_box .box_r dd:last-of-type {
	width: 60%;
	max-width: 168px;
}

#greet .img_box {
	width: 100%;
	background: url("../images/dr_img2@2x.jpg") no-repeat center center;
	background-size: cover;
}
#greet .img_box::before {
	content: "";
	display: block;
	padding-top: 530px;	/*高さ*/
}
#greet .txt_access {
	text-align: center;
	color: #e3ccb4;
	font-size: 145%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 2.0em;
	padding: 60px 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#greet .bg_brown {
	background-size: 70% auto;
}
#greet .bg_brown .w1200 {
	padding-top: 6%;
}
#greet .bg_brown .lead p {
	font-size: 4.5vw;
	margin-top: 10%;
	margin-bottom: 10%;
}
#greet .bg_brown .flex_box .box_r {
	font-size: 90%;
}
#greet .bg_brown .flex_box .box_r .dr_photo {
	bottom: 110%;
}

#greet .img_box::before {
	padding-top: 35%;	/*高さ*/
}
#greet .txt_access {
	font-size: 130%;
	line-height: 1.8em;
	padding: 5% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#greet .bg_brown {
	background-size: 100% auto;
}
#greet .bg_brown .w1200 {
	padding-top: 10%;
}
#greet .bg_brown .lead {
	width: 100%;
}
#greet .bg_brown .lead p {
	max-width: 100%;
	font-size: 180%;
	letter-spacing: .05em;
	margin-top: 1.0em;
	margin-bottom: .5em;
}
#greet .bg_brown .flex_box {
	display: block;
}
#greet .bg_brown .flex_box .box_l {
	width: 100%;
	max-width: 100%;
	margin-bottom: 8%;
}
#greet .bg_brown .flex_box .box_r {
	width: 100%;
	max-width: 100%;
	position: relative;
}
#greet .bg_brown .flex_box .box_l p {
	max-width: 100%;
}
#greet .bg_brown .flex_box .box_r .dr_photo {
	position: static;
	width: 65%;
	margin-left: auto;
	margin-right: 0;
}
#greet .bg_brown .flex_box .box_r dl {
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 70%;
}

#greet .img_box::before {
	padding-top: 50%;	/*高さ*/
}
#greet .txt_access {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.6em;
	padding: 2.0em 0;
}
}



/*
---------------------------------------------------------*/

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

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



/*footer
---------------------------------------------------------*/
footer .bg_brown {
	background-image: url("../images/f_shadow@2x.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 60px;
	padding: 80px 0;
	color: #e3ccb4;
}
footer .bg_brown a {
	color: #e3ccb4;
}

footer .f_flex_box {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 2.0em;
}
footer .f_flex_box .box_l {
	width: 45%;
}
footer .f_flex_box .box_r {
	width: 52%;
	max-width: 570px;
}
footer .f_clinic dt {
	font-size: 95%;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.2em;
}
footer .f_clinic dd {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.2em;
	margin: .2em 0 .5em;
}
footer .f_timetable dd {
	margin-top: .5em;
}

footer iframe {
	display: block;
}
footer .f_access {
	margin-top: 45px;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
footer .f_access .map_link {
	border-left: solid 2px #e3ccb4;
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
footer .f_access .map_link a {
	display: block;
	padding: .5em 1.5em;
	position: relative;
}
footer .f_access .map_link a:hover {
	color: #fff;
}
footer .f_access .map_link a::before {
	font-family: 'fontello';
	content: '\e800';
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-40%);
}
footer .f_access ul {
	width: calc(100% - 250px);
	display: flex;
    align-items: center;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
}
footer .f_access ul li {
	padding-left: 4.5em;
	position: relative;
	margin-right: 3%;
}
footer .f_access ul li::before {
	content: "";
	position: absolute;
	width: 4.0em;
	height: 4.0em;
	background: url("../images/f_icon1@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
footer .f_access ul li:last-child {
	margin-right: 0;
}
footer .f_access ul li:last-child::before {
	background-image: url("../images/f_icon2@2x.png");
}

footer .f_site_list {
	display: flex;
    flex-wrap: wrap;
}
footer .f_site_list li {
	width: 32%;
	max-width: 340px;
	margin-right: 2%;
	margin-top: 2%;
}
footer .f_site_list li:nth-child(3n) {
	margin-right: 0;
}
footer .f_site_list li:nth-child(-n+3) {
	margin-top: 0;
}
footer .copyright {
	font-size: 75%;
	letter-spacing: .25em;
	line-height: 1.6em;
	margin-top: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .bg_brown {
	background-size: 100% 6vw;
	padding: 8% 0 6%;
}
footer .f_flex_box {
	letter-spacing: .05em;
	line-height: 1.6em;
}
footer .f_clinic dd {
	font-size: 240%;
}
footer iframe {
	height: 40vw;
}
footer .f_access {
	margin-top: 4%;
}
footer .f_access .map_link {
	font-size: 120%;
	letter-spacing: .05em;
}
footer .f_access .map_link a {
	padding-left: 1.0em;
}
footer .f_access ul {
	width: calc(100% - 170px);
	letter-spacing: .05em;
}
footer .copyright {
	letter-spacing: .15em;
	margin-top: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .bg_brown {
	background-size: 100% 8vw;
	padding: 10% 0 100px;
}

footer .f_flex_box {
	display: block;
	letter-spacing: normal;
	line-height: 1.6em;
}
footer .f_flex_box .box_l {
	width: 100%;
	margin-bottom: 6%;
}
footer .f_flex_box .box_r {
	width: 100%;
	max-width: 100%;
}
footer .f_clinic dd {
	font-size: 200%;
	margin-bottom: .2em;
}

footer iframe {
	height: 350px;
}
footer .f_access {
	margin-top: .5em;
	display: block;
}
footer .f_access .map_link {
	width: 100%;
	border-left: none;
	font-size: 120%;
	text-align: right;
}
footer .f_access .map_link a {
	display: inline-block;
	padding: 0 1.5em 0 0;
}
footer .f_access ul {
	margin-top: 6%;
	width: 100%;
    justify-content: space-between;
    align-items: flex-start;
	letter-spacing: normal;
	text-align: center;
}
footer .f_access ul li {
	width: 48%;
	padding: 4.5em 0 0;
	margin-right: 0;
}
footer .f_access ul li::before {
	width: 4.0em;
	height: 4.0em;
	left: 0;
	right: 0;
	top: 0;
	transform: none;
	margin: auto;
}

footer .f_site_list {
    justify-content: space-between;
}
footer .f_site_list li {
	width: 49%;
	max-width: 100%;
	margin: 2% 0 0 !important;
}
footer .f_site_list li:nth-child(-n+2) {
	margin-top: 0 !important;
}
footer .f_site_list.bnr1 li {
	width: 70%;
	margin: 0 auto !important;
}
footer .copyright {
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-top: 8%;
}
}



/*スマホフッター
---------------------------------------------------------*/
@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;
	background: #473227;
	box-sizing: border-box;
	text-align: center;
}
#sp_footer img {
	display: block;
	margin: auto;
	width: auto;
	max-height: 60px;
}
#sp_footer div {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#sp_footer dl {
	width: 50%;
	box-sizing: border-box;
	padding: 0 5%;
}
#sp_footer dt {
	color: #fff;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .8em;
}
#sp_footer ul {
	width: 50%;
}



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