@charset "utf-8";
/*
Theme Name: ichigo-homon
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: 
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.0.1
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
	line-break: strict;
	word-break: normal;
}
html,body{
	/** font-family: "Ryumin Medium KL", serif; **/
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	color: #ad6e6c;
	line-height: 1.5;
}
img{
	height: auto;
	max-width: 100%;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
input,
button,
textarea,
select {
  font: inherit;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #ad6e6c;
}
a:hover,
a:active{
	opacity: 0.7;
}
p{
	font-weight: 300;
}
.txt-white{
	color: #fff;
}
.txt-black{
	color: #262626;
}
.txt-darkpink{
	color: #ad6e6c;
}
.bg-darkpink{
	background: #ad6e6c;
}
.bg-darkpink2{
	background: #d19997;
}
.bg-lightpink{
	background: #ebd3d2;
}
.bg-white{
	background: #fff;
}
.container{
	width: 100%;
	max-width: 980px;
	padding: 0 1em;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
.pc{
	display: none;
}
}
.sp{
	display: none;
}
@media screen and (max-width: 767px) {
.sp{
	display: block;
}
}
.sp-s{
	display: none;
}
@media screen and (max-width: 480px) {
.sp-s{
	display: block;
}
}
section{
	padding: 40px 0;
}
.sec-title{
	position: relative;
	border-bottom: 1px solid #ad6e6c;
	padding-bottom: 0;
	line-height: 1;
	margin: 0 0 30px 0;
}
.sec-title.txt-white{
	border-bottom: 1px solid #fff;
}
.sec-title .ja{
	letter-spacing: 0.1em;
	font-weight: 300;
	font-size: 35px;
}
@media screen and (max-width: 480px) {
.sec-title .ja{
	font-size: 25px;
	letter-spacing: 0;
}
}
.sec-title .en{
	position: absolute;
	right: 0;
	bottom: 3px;
	opacity: 0.53;
	font-size: 25px!important;
}
@media screen and (max-width: 767px) {
.sec-title .en{
	display: none;
}
}
.col2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
.col2{
	justify-content: center;
}
}
.col2 .left{
	width: 48%;
}
@media screen and (max-width: 1000px) {
.col2 .left{
	width: 100%;
	margin-bottom: 50px;
}
}
.col2 .right{
	width: 48%;
}
@media screen and (max-width: 1000px) {
.col2 .right{
	width: 100%;
}
}
.page-contents{
	position: relative;
	margin-top: 80px;
	display: block;
}
@media screen and (max-width: 480px) {
.page-contents{
	margin-top: 75px;
}
}
.pink_frame{
	border-right: 2px solid #ad6e6c;
	border-bottom: 2px solid #ad6e6c;
	padding: 0 3px 3px 0;
	display: inline-block;
}
.nowrap{
	display: inline-block;
}
.breadcrumbs{
	text-align: right;
	color: #111111;
	font-weight: 200;
}
@media screen and (max-width: 480px) {
.breadcrumbs{
	font-size: 12px;
}
}
.breadcrumbs a{
	color: #ad6e6c;
	font-weight: 200;
	text-decoration: underline;
}
.mv{
	width: 100%;
}
.mv.sp{
	display: none;
}
@media screen and (max-width: 767px) {
.mv.sp{
	display: block;
}
.mv.pc{
	display: none;
}
}
.mv-wrapper{
	width: 100%;
	position: relative;
}
.mv-wrapper .txt-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.mv-wrapper .txt{
	width: 100%;
}
.mv-wrapper .txt h1{
	font-size: 40px;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: 400;
	line-height: 1.2;
}
@media screen and (max-width: 1000px) {
.mv-wrapper .txt h1{
	font-size: 35px;
}
}
@media screen and (max-width: 767px) {
.mv-wrapper .txt h1{
	font-size: 32px;
}
}
@media screen and (max-width: 480px) {
.mv-wrapper .txt h1{
	font-size: 7vw;
}
}
.mv-wrapper .txt h3{
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: 300;
	line-height: 1.2;
	opacity: 0.58;
	margin: 0.1em 0 0 1.5em;
}
@media screen and (max-width: 1000px) {
.mv-wrapper .txt h3{
	font-size: 27px;
}
}
@media screen and (max-width: 767px) {
.mv-wrapper .txt h3{
	font-size: 24px;
}
}
@media screen and (max-width: 480px) {
.mv-wrapper .txt h3{
	font-size: 5vw;
}
}

/** pagination **/
.pagination{
	text-align: center;
}
.pagination-total{
	margin-bottom: 0.5em;
}
.pagination ul{
	display: inline-flex;
	margin: 0 auto;
}
.pagination li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 35px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background: #eeeeee;
}
.pagination li:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination li:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid #999;
}
.pagination a{
	color: #555;
	font-size: 17px;
	line-height: 1;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination span{
	color: #aaa;
	font-size: 17px;
	line-height: 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/** pagination-single **/
.pagination.single li{
	width: 100px;
}
.pagination.single .label{
	font-size: 15px;
	line-height: 1;
}
@media screen and (max-width: 480px) {
.pagination.single .label{
	display: none;
}
.pagination.single li:nth-child(2) .label{
	display: block;
	font-size: 13px;
}
.pagination.single li:nth-child(2){
	width: 80px;
}
.pagination.single li:first-child,
.pagination.single li:last-child{
	width: 50px;
}
}

/** header **/
header{
	box-shadow: 0 0px 10px 2px rgba(0,0,0,0.5);
	z-index: 10;
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
}
@media screen and (max-width: 480px) {
header{
	height: 75px;
}
}
header h1{
	font-size: 9px;
	font-weight: 700;
	color: #693c01;
}
header .container{
	width: calc(100% - 70px);
	padding: 0;
	max-width: inherit;
}
@media screen and (max-width: 1000px) {
header .container{
	width: calc(100% - 28px);
	margin-left: auto;
	margin-right: auto;
}
}
.header-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.header-right{
	text-align: right;
	margin-top: -15px;
}
@media screen and (max-width: 767px) {
.header-right{
	margin-top: 0px;
}
}
.header-logo{
	width: 135px;
}
@media screen and (max-width: 767px) {
.header-logo{
	width: 110px;
	margin: 3px 0;
}
}
@media screen and (max-width: 480px) {
.header-logo{
	width: 20vw;
	margin: 10px 0;
}
}
.header-tel{
	width: 400px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
.header-tel{
	max-width: 400px;
	width: calc(95vw - 200px);
}
}
@media screen and (max-width: 480px) {
.header-tel{
	max-width: 400px;
	width: calc(80vw - 120px);
}
}
.header-btn-navi{
	border: 1px solid #a4706f;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 0 0 10px;
	cursor: pointer;
}
.header-btn-navi:hover{
	opacity: 0.7;
}
.header-btn-navi div{
	width: 32px;
	height: 1px;
	background: #a4706f;
	position: absolute;
	left: 8px;
}
.header-btn-navi div:first-child{
	top: 12px;
}
.header-btn-navi div:nth-child(2){
	top: 21px;
}
.header-btn-navi div:nth-child(3){
	top: 30px;
}
.header-btn-navi p{
	font-size: 10px;
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
}

/** popup menu **/
#popup-menu{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.82);
	overflow-x: hidden;
	overflow-y: auto;
}
#popup-menu.active{
	display: block;
}
#popup-menu .frame{
	width: 90%;
	max-width: 800px;
	border: 4px solid #b17876;
	border-radius: 10px;
	padding: 50px 5%;
	position: relative;
	background: rgba(255,255,255,0.82);
	margin: 80px auto 50px;
}
@media screen and (max-width: 767px) {
#popup-menu .frame{
	border: 3px solid #b17876;
}
}
@media screen and (max-width: 480px) {
#popup-menu .frame{
	margin: 40px auto;
}
}
#popup-menu #close-btn{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	position: absolute;
	top: -25px;
	right: -25px;
	color: #fff;
	background: #b17876;
	font-size: 35px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
#popup-menu #close-btn{
	width: 40px;
	height: 40px;
	border-radius: 20px;
	top: -20px;
	right: -20px;
	font-size: 30px;
}
}
#popup-menu #close-btn:hover{
	opacity: 0.7;
}
#popup-menu .upper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#popup-menu .upper a{
	width: 21%;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
#popup-menu .upper a{
	margin-bottom: 5vw;
}
}
@media screen and (max-width: 480px) {
#popup-menu .upper a{
	width: 29%;
}
}
#popup-menu .upper a img{
	width: 100%;
	height: auto;
}
#popup-menu .lower{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#popup-menu .lower a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 48%;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
#popup-menu .lower a{
	font-size: 2.5vw;
	margin-bottom: 0.5em;
}
}
@media screen and (max-width: 480px) {
#popup-menu .lower a{
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
}
}
#popup-menu .lower a img{
	width: 64px;
	margin-right: 15px;
}
@media screen and (max-width: 767px) {
#popup-menu .lower a img{
	width: 7vw;
	margin-right: 1vw;
}
}
@media screen and (max-width: 480px) {
#popup-menu .lower a img{
	width: 35px;
	margin-right: 5px;
}
}


/** footer **/
footer{
	padding: 1em 0;
}
footer .container{
	width: calc(100% - 50px);
	padding: 0;
	max-width: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 18px;
	font-weight: 300;
}
@media screen and (max-width: 1000px) {
footer .container{
	width: calc(100% - 28px);
}
}
@media screen and (max-width: 480px) {
footer .container{
	font-size: 14px;
}
}
footer .copyright{
	line-height: 1.3;
}
@media screen and (max-width: 1000px) {
footer .copyright{
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
}
}
@media screen and (max-width: 1000px) {
footer ul{
	width: 100%;
	text-align: center;
}
}
footer li{
	display: inline-block;
	padding: 0 0.5em 0 0.5em;
	line-height: 1;
	border-left: 1px solid #ad6e6c;
}
footer li:last-child{
	border-right: 1px solid #ad6e6c;
}

/** TOP **/
#top_page .mv{
	box-shadow: 0 0px 10px 2px rgba(0,0,0,0.5);
	position: relative;
	z-index: 8;
}
#top_page .mv img{
	display: block;
}
#top_page #information .sec-title .en{
	right: 75px;
}
#top_page #information .sec-title a{
	position: absolute;
	right: 0;
	bottom: 5px;
}
#top_page #information .info-list{
	border-right: 2px solid #ad6e6c;
	border-bottom: 2px solid #ad6e6c;
	height: 250px;
	padding: 0px 20px 20px 30px;
}
@media screen and (max-width: 480px) {
#top_page #information .info-list{
	padding: 0px 15px 15px 0;
	height: 380px;
}
}
#top_page #information .info-list li{
	border-bottom: 1px solid #ad6e6c;
	padding: 0.8em 0;
}
#top_page #information .info-list img{
	vertical-align: middle;
}
#top_page #information .info-list .date{
	display: inline-block;
	margin: 0 0.8em 0 0.1em;
	vertical-align: middle;
}
#top_page #information .info-list .title{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
#top_page #information .info-list .title{
	width: 100%;
}
}
#top_page #information .explanation{
	text-align: center;
	font-size: 13px;
	margin-top: 2px;
}
@media screen and (max-width: 480px) {
#top_page #information .explanation{
	text-align: left;
}
}
#top_page #information .explanation .item{
	margin-right: 1em;
}
@media screen and (max-width: 480px) {
#top_page #information .explanation .item{
	margin-right: 0;
	margin-left: 1em;
}
}
#top_page #information .explanation img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.3em 2.5px 0;
}
#top_page #navigation .btn-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-right: 2px solid #ad6e6c;
	border-bottom: 2px solid #ad6e6c;
	padding: 0 3px 3px 0;
}
#top_page #navigation .btn-wrapper a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 33.3333333333%;
	border-top: 1px solid #ad6e6c;
	border-left: 1px solid #ad6e6c;
	border-right: none;
	padding: 1px;
}
@media screen and (max-width: 480px) {
#top_page #navigation .btn-wrapper a{
	width: 50%;
}
}
#top_page #navigation .btn-wrapper a:nth-child(3n){
	border-right: 1px solid #ad6e6c;
}
@media screen and (max-width: 480px) {
#top_page #navigation .btn-wrapper a:nth-child(3n){
	border-right: none;
}
#top_page #navigation .btn-wrapper a:nth-child(2n){
	border-right: 1px solid #ad6e6c;
}
}
#top_page #navigation .btn-wrapper a:nth-child(4),
#top_page #navigation .btn-wrapper a:nth-child(5),
#top_page #navigation .btn-wrapper a:nth-child(6){
	border-bottom: 1px solid #ad6e6c;
}
@media screen and (max-width: 480px) {
#top_page #navigation .btn-wrapper a:nth-child(4){
	border-bottom: 0;
}
}
#top_page #navigation .btn-wrapper a .border{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 2px solid #ad6e6c;
	padding: 8px 5px 1px 5px;
}
#top_page #navigation .btn-wrapper p{
	text-align: center;
	font-size: 23px;
}
@media screen and (max-width: 480px) {
#top_page #navigation .btn-wrapper p{
	font-size: 18px;
}
}
#top_page #medical_treatment .img-wrapper{
	border-right: 2px solid #ad6e6c;
	border-bottom: 2px solid #ad6e6c;
	padding: 0 3px 3px 0;
}
#top_page #medical_treatment .img-wrapper img{
	display: block;
	width: 100%;
	border-radius: 10px;
}
#top_page #medical_treatment p{
	font-size: 21px;
}
@media screen and (max-width: 480px) {
#top_page #medical_treatment p{
	font-size: 17px;
}
}
#top_page #medical_treatment .more{
	margin-top: 1em;
	text-align: right;
	font-size: 21px;
	display: block;
	text-decoration: underline;
}
@media screen and (max-width: 480px) {
#top_page #medical_treatment .more{
	font-size: 17px;
}
}
#top_page #access .map-wrapper{
    position:relative;
    width:100%;
    height:0;
    padding-top:60%;
}
#top_page #access .map-wrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%!important;
    height:100%!important;
}
#top_page #access .left p{
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
}
#top_page #access .left p img{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 2.5px;
}
#top_page #access .left p .zoom01{
	margin-right: 0.2em;
}
#top_page #access .left p .zoom02{
	margin-left: 0.2em;
}
#top_page #access .right p{
	font-size: 20px;
	line-height: 1.3;
	text-indent: -24px;
	padding-left: 24px;
}
@media screen and (max-width: 480px) {
#top_page #access .right p{
	font-size: 17px;
}
}
#top_page #access .right .description{
	margin-top: 0.5em;
	padding-left: 24px;
	text-indent: 0;
}
#top_page #access .right li{
	margin-bottom: 2em;
}
#top_page #access .right img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.3em 5px 0;
}
#business_hours h3{
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 1.1;
	font-weight: 600;
}
@media screen and (max-width: 480px) {
#business_hours h3{
	font-size: 20px;
	letter-spacing: 0;
}
}
#business_hours h3 .small{
	font-weight: 300;
	font-size: 18px;
	display: inline-block;
	margin-left: 3px;
	letter-spacing: 0;
}
@media screen and (max-width: 480px) {
#business_hours h3 .small{
	font-size: 14px;
}
}
#business_hours h3 img{
	vertical-align: middle;
	display: inline-block;
	margin: 0 0.2em 0 0;
}
@media screen and (max-width: 480px) {
#business_hours h3 img{
	width: 25px;
	margin: 0 0.2em 5px 0;
}
}
#business_hours .tel-number{
	font-size: 30px;
	margin-left: 40px;
}
@media screen and (max-width: 480px) {
#business_hours .tel-number{
	font-size: 24px;
	margin-left: 30px;
}
}
#business_hours .left p{
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 30px 40px;
}
@media screen and (max-width: 480px) {
#business_hours .left p{
	margin: 0 0 30px 30px;
	font-size: 17px;
}	
}
#business_hours .btn-contact{
	width: calc(100% - 40px);
	padding: 0.8em 0.5em;
	line-height: 1;
	font-weight: 300;
	font-size: 23px;
	text-align: center;
	margin: 10px 0 0 40px;
	border-radius: 8px;
	letter-spacing: 0.1em;
	display: block;
}
@media screen and (max-width: 480px) {
#business_hours .btn-contact{
	margin: 0 0 0 30px;
	letter-spacing: 0;
	font-size: 18px;
}
}
#business_hours .right .table{
	width: 100%;
}
#business_hours .right .txt{
	margin-top: 20px;
}
#business_hours .right p{
	font-size: 20px;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
#business_hours .right p{
	font-size: 15px;
}
}
#business_hours .right p.indent{
	margin-top: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}

/** greeting page **/
#greeting_page .mv{
	width: 100%;
}
#greeting_page #greeting .left{
	width: 380px;
}
@media screen and (max-width: 1000px) {
#greeting_page #greeting .left{
	width: 100%;
	text-align: center;
}
}
#greeting_page #greeting .left .photo{
	display: block;
	width: 380px;
	border-radius: 10px;
}
@media screen and (max-width: 1000px) {
#greeting_page #greeting .left .photo{
	width: 100%;
	max-width: 380px;
}
}
#greeting_page #greeting .left .label{
	text-align: center;
}
#greeting_page #greeting .left .label p{
	font-size: 15px;
}
@media screen and (max-width: 480px) {
#greeting_page #greeting .left .label p{
	font-size: 14px;
}
}
#greeting_page #greeting .left .label .name{
	font-size: 24px;
}
#greeting_page #greeting .right{
	width: calc(100% - 410px);
}
@media screen and (max-width: 1000px) {
#greeting_page #greeting .right{
	width: 100%;
}
}
#greeting_page #greeting .right h3{
	color: #ab2c28;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
#greeting_page #greeting .right h3{
	font-size: 24px;
}
}
#greeting_page #greeting .right p{
	line-height: 1.5;
	font-size: 15px;
}
@media screen and (max-width: 480px) {
#greeting_page #greeting .right p{
	font-size: 14px;
}
}
#greeting_page .greeting-list li{
	position: relative;
	line-height: 1.3;
	padding: 1.5em 0 0 32px;
}
#greeting_page .greeting-list li:before{
	content: "";
	display: block;
	width: 22px;
	height: 27px;
	background: url(./assets/img/icon_strawberry_pink.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
}
#greeting_page .greeting-list.txt-white li:before{
	content: "";
	display: block;
	width: 22px;
	height: 27px;
	background: url(./assets/img/icon_strawberry_white.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
}
#greeting_page .greeting-list li:after{
	content: "";
	display: block;
	background: linear-gradient(to right, rgba(173,110,108,1), rgba(173,110,108,1) 88%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size: 17px 2px;
	width: 100%;
	height: 2px;
	position: relative;
	bottom: -2px;
}
#greeting_page .greeting-list.txt-white li:after{
	content: "";
	display: block;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1) 88%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 17px 2px;
	width: 100%;
	height: 2px;
	position: relative;
	bottom: -2px;
}
#greeting_page .media{
	margin: 30px 0 0 32px;
}
@media screen and (max-width: 480px) {
#greeting_page .media{
	margin: 30px 0 0 0;
}
}
#greeting_page .media h3{
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-bottom: 0.5em;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
#greeting_page .media h3{
	text-align: center;
	letter-spacing: 0;
}
}
#greeting_page .media img{
	width: 80%;
	max-width: 408px;
}
#greeting_page .media .left{
	text-align: center;
}
@media screen and (max-width: 1000px) {
#greeting_page .media .left{
	margin-bottom: 20px;
}
}
#greeting_page .media .right{
	text-align: center;
}
#greeting_page .media p{
	text-align: center;
}

/** contact page **/
#contact_page .contact p{
	font-size: 16px;
	margin-bottom: 1em;
	color: #262626;
}
@media screen and (max-width: 480px) {
#contact_page .contact p{
	font-size: 14px;
}
}
#contact_page .contact p.message{
	margin-bottom: 1.5em;
}
#contact_page input[type="text"],
#contact_page input[type="tel"],
#contact_page input[type="email"],
#contact_page textarea{
	border: 1px solid #ad6e6c;
	width: 100%;
	max-width: 600px;
	padding: 0.5em;
	background: #f7f0ef;
}
::placeholder{
	color: #888;
}
#contact_page dt{
	font-size: 18px;
	margin-bottom: 0.2em;
}
@media screen and (max-width: 480px) {
#contact_page dt{
	font-size: 16px;
}
}
#contact_page dd{
	margin-bottom: 30px;
}
#contact_page input[type="submit"]{
	background: #ad6e6c;
	border-radius: 5px;
	color: #fff;
	padding: 0.5em 1em;
	border: none;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 20px 20px 0 0;
	text-align: center;
}
@media screen and (max-width: 480px) {
#contact_page input[type="submit"]{
	width: 100%;
	margin: 20px 0;
	letter-spacing: 0;
	font-size: 16px;
}
}
#contact_page input[type="button"]{
	background: #fff;
	border: 1px solid #ad6e6c;
	border-radius: 5px;
	color: #ad6e6c;
	padding: 0.5em 1em;
	border: 1px solid #ad6e6c;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 20px 20px 0 0;
	text-align: center;
}
@media screen and (max-width: 480px) {
#contact_page input[type="button"]{
	width: 100%;
	margin: 20px 0 0;
	letter-spacing: 0;
	font-size: 16px;
}
}
#contact_page .btn-wrapper{
	margin-bottom: 50px;
}
#contact_page div.wpcf7-mail-sent-ok{
	display: none!important;
}

/** area page **/
#area_page .sec-contents{
	max-width: 910px;
	width: 100%;
	margin: 0 auto;
}
#area_page .container .area-map{
	margin-bottom: 50px;
}
#area_page .sec-contents .txt h3{
	font-weight: 300;
	font-size: 24px;
	border-bottom: 1px solid #ad6e6c;
	margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
#area_page .sec-contents .txt h3{
	font-size: 20px;
}
}
#area_page .sec-contents .txt p{
	font-size: 18px;
	margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
#area_page .sec-contents .txt p{
	font-size: 15px;
}
}
#area_page .sec-contents .txt p.city{
	margin-bottom: 0;
}
#area_page .col2{
	margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
#area_page .col2 .left{
	margin-bottom: 30px;
}
}

/** privacy policy **/
#privacy_page .sec-contents .block h3{
	margin-bottom: 0.2em;
	margin-top: 0;
	font-size: 22px;
	font-weight: 600;
	color: #ad6e6c;
	border-bottom: 1px solid #ad6e6c;
}
@media screen and (max-width: 480px) {
#privacy_page .sec-contents .block h3{
	font-size: 20px;
}
}
#privacy_page .sec-contents .block h4{
	margin-bottom: 0.2em;
	margin-top: 0;
	font-size: 19px;
	font-weight: 600;
	color: #ad6e6c;
	border-bottom: 1px solid #ad6e6c;
}
@media screen and (max-width: 480px) {
#privacy_page .sec-contents .block h4{
	font-size: 17px;
}
}
#privacy_page .sec-contents .block h5{
	margin-bottom: 0.2em;
	margin-top: 0;
	font-size: 17px;
	font-weight: 600;
	color: #ad6e6c;
	border-bottom: 1px solid #ad6e6c;
}
@media screen and (max-width: 480px) {
#privacy_page .sec-contents .block h5{
	font-size: 14px;
}
}
#privacy_page .sec-contents .block p{
	margin-bottom: 1em;
	font-size: 16px;
}
@media screen and (max-width: 480px) {
#privacy_page .sec-contents .block p{
	font-size: 14px;
}
}
#privacy_page .sec-contents .block section{
	padding: 0;
	margin-bottom: 2em;
}

/** site map **/
#sitemap_page .sitemap-list{
	margin-bottom: 100px;
}
#sitemap_page .sitemap-list li{
	position: relative;
	margin-top: 20px;
	margin-left: 40px;
	width: calc(100% - 40px);
}
#sitemap_page .sitemap-list li:first-child{
	margin-left: 0;
	width: 100%;
}
#sitemap_page .sitemap-list li:after{
	content: "";
	display: block;
	/** background: linear-gradient(to right, rgba(173,110,108,1), rgba(173,110,108,1) 88%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size: 17px 2px; **/
	width: calc(100% - 45px);
	height: 1px;
	border-bottom: 1px solid #ad6e6c;
	position: relative;
	bottom: -2px;
	left: 45px;
}
#sitemap_page .sitemap-list .wrapper{
	display: flex;
	justify-content: left;
	align-items: flex-end;
	flex-wrap: wrap;
}
#sitemap_page .sitemap-list .icon{
	width: 40px;
	height: auto;
	position: absolute;
	left: 0;
	top: -2px;
}
@media screen and (max-width: 1100px) {
#sitemap_page .sitemap-list .icon{
	top: 10px;
}
}
#sitemap_page .sitemap-list .name{
	font-size: 18px;
	width: 200px;
	display: block;
	margin-left: 55px;
	font-weight: 500;
}
@media screen and (max-width: 480px) {
#sitemap_page .sitemap-list .name{
	font-size: 16px;
}
}
#sitemap_page .sitemap-list .description{
	font-size: 15px;
	width: calc(100% - 290px);
}
@media screen and (max-width: 1100px) {
#sitemap_page .sitemap-list .description{
	width: calc(100% - 45px);
	margin-left: 55px;
}
}
@media screen and (max-width: 480px) {
#sitemap_page .sitemap-list .description{
	font-size: 14px;
}
}
#sitemap_page .sitemap-list li:first-child .description{
	padding-left: 40px;
}
@media screen and (max-width: 1100px) {
#sitemap_page .sitemap-list li:first-child .description{
	padding-left: 0;
}
}

/** fee page **/
#fee_page .sec-contents h3{
	border-bottom: 1px solid #ad6e6c;
	font-weight: 500;
	margin-bottom: 0.3em;
	margin-top: 0;
	font-size: 22px;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
#fee_page .sec-contents h3{
	font-size: 18px;
}
}
#fee_page .sec-contents h4{
	border-bottom: 1px solid #ad6e6c;
	font-weight: 500;
	margin-bottom: 0.3em;
	margin-top: 0;
	font-size: 19px;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
#fee_page .sec-contents h4{
	font-size: 16px;
}
}
#fee_page .sec-contents p{
	margin-bottom: 2em;
	font-size: 16px;
}
@media screen and (max-width: 480px) {
#fee_page .sec-contents p{
	font-size: 14px;
}
}
#fee_page .top-message{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
#fee_page .top-message p{
	width: calc(100% - 300px);
	font-size: 18px;
}
@media screen and (max-width: 767px) {
#fee_page .top-message p{
	width: calc(100% - 170px);
	font-size: 17px;
}
}
@media screen and (max-width: 480px) {
#fee_page .top-message p{
	width: 100%;
	font-size: 16px;
}
}
#fee_page .top-message .pink_frame{
	width: 250px;
	padding: 0px 20px 10px;
}
@media screen and (max-width: 767px) {
#fee_page .top-message .pink_frame{
	width: 150px;
}
}
@media screen and (max-width: 480px) {
#fee_page .top-message .pink_frame{
	width: 100%;
}
}
#fee_page .sub-sec{
	padding-left: 1em;
}
#fee_page .note{
	font-size: smaller;
	padding-left: 1em;
}
#fee_page .note_block{
	border: 1px solid #ad6e6c;
	padding: 1em;
	background: #f7f0ef;
	margin: 60px 0 100px;
	border-radius: 5px;
}
#fee_page .note_block li{
	font-size: 16px;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 480px) {
#fee_page .note_block li{
	font-size: 14px;
}
}


/** clinic page **/
#clinic_page h2 .small{
	font-size: 22px;
	display: inline-block;
	margin-top: 0.2em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
#clinic_page h2 .small{
	font-size: 16px;
	letter-spacing: 0;
}
}
#clinic_page .sec-contents p{
	font-size: 18px;
}
@media screen and (max-width: 480px) {
#clinic_page .sec-contents p{
	font-size: 15px;
}
}
#clinic_page .sec-contents h3{
	border-bottom: 1px solid #ad6e6c;
	font-weight: 500;
	margin-bottom: 0.5em;
	margin-top: 0;
	font-size: 20px;
	line-height: 1.3;
	position: relative;
	padding-left: 50px;
}
@media screen and (max-width: 480px) {
#clinic_page .sec-contents h3{
	font-size: 17px;
	padding-left: 40px;
}
}
#clinic_page .sec-contents h3 .number{
	font-size: 45px;
	line-height: 1;
	position: absolute;
	bottom: 5px;
	left: 0;
}
@media screen and (max-width: 480px) {
#clinic_page .sec-contents h3 .number{
	font-size: 36px;
}
}
#clinic_page .sec-contents img{
	border-radius: 10px;
	display: block;
	width: 100%;
}
#clinic_page .message{
	margin-bottom: 50px;
}
#clinic_page .left{
	margin-bottom: 50px;
}
#clinic_page .right{
	margin-bottom: 50px;
}
#clinic_page .caption{
	text-align: center;
}
#clinic_page .sp-br{
	display: none;
}
@media screen and (max-width: 1000px) {
#clinic_page .sp-br{
	display: block;
}
}

select{
	max-width: 300px;
	width: 100%;
	height: 30px;
}

/** blog archive page **/
#blog_archive_page .article-list{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
#blog_archive_page .article-list article{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 30px;
}
#blog_archive_page .article-list article:nth-child(3n){
	margin-right: 0;
}
@media screen and (max-width: 900px) {
#blog_archive_page .article-list article,
#blog_archive_page .article-list article:nth-child(3n){
	width: 48%;
	margin-right: 4%;
}
#blog_archive_page .article-list article:nth-child(2n){
	margin-right: 0;
}
}
@media screen and (max-width: 480px) {
#blog_archive_page .article-list article,
#blog_archive_page .article-list article:nth-child(3n),
#blog_archive_page .article-list article:nth-child(2n)
{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
}
#blog_archive_page .article-list img{
	border-radius: 10px;
	display: block;
	width: 100%;
}


/** blog single page **/
#blog_single_page .sec-title h2{
	position: relative;
}
#blog_single_page time{
	text-align: right;
	font-size: 16px;
	display: block;
	position: relative;
	top: -18px;
}
#blog_single_page .category{
	text-align: left;
	font-size: 16px;
	position: relative;
	top: -20px;
}
@media screen and (max-width: 480px) {
#blog_single_page .category{
	font-size: 14px;
}
}
#blog_single_page .category p{
	display: inline-block;
	margin-right: 0.3em;
}
@media screen and (max-width: 480px) {
#blog_single_page .category p{
	display: block;
}
}
#blog_single_page .category a,
#blog_single_page .category span
{
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: 0.2em;
	padding: 0em 0.6em;
	background: #ebd3d2;
	border-radius: 0.5em;
}
#blog_single_page .thumbnail{
	margin: 0 0 20px;
}
#blog_single_page article img{
	border-radius: 10px;
	width: 100%;
	margin: 20px 0;
	display: block;
}
#blog_single_page article .thumbnail img{
	margin: 0;
}
#blog_single_page .article-contents img{
	width: 100%;
	margin: 20px 0;
	position: relative;
	padding: 0 5px 5px 0;
}
/** #blog_single_page .article-contents img:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 2px solid #ad6e6c;
	border-bottom: 2px solid #ad6e6c;
	width: 100%;
	height: 100%;
} **/
#blog_single_page .article-contents{
	font-size: 16px;
}
@media screen and (max-width: 480px) {
#blog_single_page .article-contents{
	font-size: 14px
}
}
#blog_single_page .article-contents h2{
	margin: 0.5em 0;
	font-size: 28px;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
#blog_single_page .article-contents h2{
	font-size: 24px;
}
}
#blog_single_page .article-contents h3{
	margin: 0.5em 0;
	font-size: 24px;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
#blog_single_page .article-contents h3{
	font-size: 21px;
}
}
#blog_single_page .article-contents h4{
	margin: 0.5em 0;
	font-size: 20px;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
#blog_single_page .article-contents h4{
	font-size: 18px;
}
}
#blog_single_page .article-contents h5{
	margin: 0.5em 0;
	font-size: 17px;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
#blog_single_page .article-contents h5{
	font-size: 15px;
}
}
#blog_single_page .article-contents h6{
	margin: 0.5em 0;
	font-size: 15px;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
#blog_single_page .article-contents h6{
	font-size: 13px;
}
}
#blog_single_page .article-contents p{
	margin: 0 0 1em 0;
	font-size: 16px;
}
@media screen and (max-width: 480px) {
#blog_single_page .article-contents p{
	font-size: 14px;
}
}
#blog_single_page .article-contents a{
	text-decoration: underline;
}
#blog_single_page .article-contents ul{
	padding: 0;
	margin: 1em 0;
}
#blog_single_page .article-contents ul li{
	list-style: disc;
	margin-left: 1.5em;
}
#blog_single_page .article-contents ol{
	padding: 0;
	margin: 1em 0;
}
#blog_single_page .article-contents ol li{
	list-style: decimal;
	margin-left: 1.5em;
}


/** treatment contents page **/
@media screen and (max-width: 900px){
#treatment_page .sec-title .en{
	display: none;
}
}
#treatment_page .sec-contents p{
	font-size: 18px;
}
@media screen and (max-width: 480px){
#treatment_page .sec-contents p{
	font-size: 15px;
}
}
#treatment_page .sec-contents img{
	border-radius: 10px;
	width: 100%;
	display: block;
}
#treatment_page .message{
	margin-bottom: 50px;
}
#treatment_page .sec-contents h3{
	border-bottom: 1px solid #ad6e6c;
	color: #ad6e6c;
	font-weight: 500;
	margin-bottom: 0.3em;
	margin-top: 0;
	font-size: 22px;
	line-height: 1.3;
}
@media screen and (max-width: 480px){
#treatment_page .sec-contents h3{
	font-size: 18px;
}
}
#treatment_page .sec-contents h5{
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	margin: 0.5em 0 0;
}
@media screen and (max-width: 480px){
#treatment_page .sec-contents h5{
	font-size: 15px;
}
}
#treatment_page .subsec{
	margin-bottom: 50px;
	justify-content: space-between;
}
@media screen and (max-width: 767px){
#treatment_page .subsec{
	justify-content: center;
}
}
#treatment_page .subsec p{
	margin-bottom: 1em;
}
#treatment_page .subsec01 .right,
#treatment_page .subsec02 .left,
#treatment_page .subsec03 .right,
#treatment_page .subsec04 .left,
#treatment_page .subsec05 .right{
	width: 36%;
}
@media screen and (max-width: 767px){
#treatment_page .subsec01 .right,
#treatment_page .subsec02 .left,
#treatment_page .subsec03 .right,
#treatment_page .subsec04 .left,
#treatment_page .subsec05 .right{
	width: 100%;
	order: 2;
	margin-bottom: 40px;
}
}
#treatment_page .subsec01 .left,
#treatment_page .subsec02 .right,
#treatment_page .subsec03 .left,
#treatment_page .subsec04 .right,
#treatment_page .subsec05 .left{
	width: 60%;
}
@media screen and (max-width: 767px){
#treatment_page .subsec01 .left,
#treatment_page .subsec02 .right,
#treatment_page .subsec03 .left,
#treatment_page .subsec04 .right,
#treatment_page .subsec05 .left{
	width: 100%;
	order: 1;
}
}
#treatment_page .pink_frame{
	width: 100%;
}


/** information page **/
#information_page .info-list{
	border-right: 2px solid #ad6e6c;
	border-bottom: 2px solid #ad6e6c;
	padding: 0px 20px 20px 30px;
}
@media screen and (max-width: 480px) {
#information_page .info-list{
	padding: 0px 15px 15px 0;
}
}
#information_page .info-list li{
	border-bottom: 1px solid #ad6e6c;
	padding: 0.8em 0;
}
#information_page .info-list img{
	vertical-align: middle;
}
#information_page .info-list .date{
	display: inline-block;
	margin: 0 0.8em 0 0.1em;
	vertical-align: middle;
}
#information_page .info-list .title{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
#information_page .info-list .title{
	width: 100%;
}
}
#information_page .pagination{
	margin-bottom: 50px;
}
#information_page .explanation{
	text-align: left;
	font-size: 13px;
	margin-top: 2px;
}
@media screen and (max-width: 480px) {
#information_page .explanation{
	text-align: left;
}
}
#information_page .explanation .item{
	margin-right: 1em;
}
@media screen and (max-width: 480px) {
#information_page .explanation .item{
	margin-right: 0;
	margin-left: 1em;
}
}
#information_page .explanation img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.3em 2.5px 0;
}
