/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p,h1,h2,h3,h4,ul,ol,li,table,td,th,figure{
	font-family: 'M PLUS Rounded 1c', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size:16px;
	font-weight:normal;
	padding:0;
	line-height:1.8;
	margin:0;
}
a img{
	transition:0.3s;
}
a img:hover{
	opacity:0.8;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	border-top:5px solid #e2725b;
	width:100%;
}
.header .head_contact{
	display:flex;
	justify-content:end;
	margin:0 auto;
	width:calc(100% - 60px);
}
.header .head_contact div{
	background-color:#e2725b;
	border-radius:0 0 5px 5px;
	margin-left:5px;
	width:150px;
	transition:0.3s;
}
.header .head_contact div:hover{
	background-color:#d04c31;
}
.header .head_contact div p{
	text-align:center;
}
.header .head_contact div.contact01 p a{
	background-image:url(img/head_icon01.png);
}
.header .head_contact div.contact02 p a{
	background-image:url(img/head_icon02.png);
}
.header .head_contact div p a{
	background-position:20px 9px;
	background-repeat:no-repeat;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	display:block;
	padding:2px 0 5px 25px;
}

.header .head_area{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	width:calc(100% - 60px);
}
.header .head_area .left{
	display:flex;
	justify-content:start;
	margin-top:10px;
}
.header .head_area .left .logo_area p{
	font-size:15px;
	margin-top:6px;
}
.header .head_area .left .parking{
	background-image:url(img/head_car_icon.png);
	background-repeat:no-repeat;
	background-position:calc(100% - 20px) top;
	margin:5px 0 0 20px;
	padding-top:26px;
	width:180px;
}
.header .head_area .left .parking p{
	text-align:center;
}
.header .head_area .left .parking p a{
	background-color:#e2725b;
	border-radius:30px;
	color:#fff;
	display:block;
	padding:10px 0;
	transition:0.3s;
}
.header .head_area .left .parking p a:hover{
	background-color:#d04c31;
}

.header .head_area .right{
	display:flex;
	justify-content:start;
}
.header .head_area .right .time_table{
	margin-top:15px;
}
.header .head_area .right .time_table table tr td{
	border-bottom:1px solid #fbceb1;
	color:#e2725b;
	font-size:14px;
	padding:3px 8px;
	text-align:center;
}
.header .head_area .right .time_table table tr:first-child td{
	background-color:#fbceb1;
	color:#444;
}
.header .head_area .right .time_table table tr td:first-child{
	color:#444;
	padding:3px 15px 3px 0;
	text-align:left;
}

.header .head_area .right .head_info{
	margin-top:6px;
	margin-left:20px;
}
.header .head_area .right .head_info .tel p{
	background-image:url(img/head_icon03.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#e2725b;
	font-size:22px;
	padding-left:35px;
}
.header .head_area .right .head_info .time{
	align-items:center;
	display:flex;
	justify-content:start;
	margin-top:5px;
}
.header .head_area .right .head_info .time p{
	color:#e2725b;
	font-size:15px;
}
.header .head_area .right .head_info .time p:first-child{
	border:2px solid #e2725b;
	font-size:13px;
	margin-right:10px;
	padding:1px 0;
	text-align:center;
	width:60px;
}

/* nav */
.nav {
	background-color:#fceebb;
	border-radius:80px;
	margin:20px auto 0 auto;
	padding:20px 0 20px 0;
	position:relative;
	width:calc(100% - 60px);
	z-index:1;
}
.nav ul{
	align-items:center;
	display:flex;
	justify-content:center;
}
.nav ul li{
	font-size:15px;
	line-height:1.4;
	list-style-type:none;
	text-align:center;
	width:120px;
}
.nav ul li a{
	background-position:center 5px;
	background-repeat:no-repeat;
	display:block;
	height:100px;
	padding-top:70px;
	transition:0.3s;
}
.nav ul li a:hover{
	background-color:#fff8dd;
}
.nav ul li:first-child a{
	background-image:url(img/menu01.png);
}
.nav ul li:nth-child(2) a{
	background-image:url(img/menu02.png);
}
.nav ul li:nth-child(3) a{
	background-image:url(img/menu03.png);
}
.nav ul li:nth-child(4) a{
	background-image:url(img/menu04.png);
}
.nav ul li:nth-child(5) a{
	background-image:url(img/menu05.png);
}
.nav ul li:nth-child(6) a{
	background-image:url(img/menu06.png);
	padding-top:56px;
}
.nav ul li:nth-child(7) a{
	background-image:url(img/menu07.png);
}
.nav ul li:nth-child(8) a{
	background-image:url(img/menu08.png);
}
.nav ul li:nth-child(9) a{
	background-image:url(img/menu09.png);
}

/* footer */
#foot_menu{
	padding:60px 0;
}
#foot_menu .menu_area{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	width:96%;
	max-width:1280px;
}
#foot_menu .menu_area ul li{
	background-image:url(img/arrow01.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	background-size:20px;
	list-style-type:none;
	margin-top:30px;
	padding-left:30px;
}
#foot_menu .menu_area ul li a{
	color:#240d06;
}
#foot_menu .menu_area ul li:first-child{
	margin-top:0;
}
#foot_menu .menu_area ul ul li{
	background-image:none;
	font-size:15px;
	font-weight:normal;
	margin-top:10px;
	padding-left:30px;
}
#foot_menu .menu_area ul ul li:first-child{
	margin-top:10px;
}
#foot_menu .menu_area ul ul li::before {
	content: "-"; /* ハイフンを設定 */
	margin-right: 10px;
}

p.copy{
	background-color:#e2725b;
	color:#fff;
	font-size:15px;
	padding:15px 0;
	text-align:center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
#main{
	margin-top:-67px;
}

#info{
	background-color:#faf3d9;
	background-image:url(img/info_back.png);
	background-position:center bottom;
	background-size:100% auto;
	background-repeat:no-repeat;
	padding:80px 0 120px 0;
}
#info h2{
	background-image:url(img/h2_title_left.png), url(img/h2_title_right.png);
	background-position:calc(50% - 180px) center , calc(50% + 180px) center;
	background-repeat:no-repeat;
	color:#52423b;
	font-size:30px;
	letter-spacing:0.1em;
	text-align:center;
}
#info .info_area{
	display:flex;
	justify-content:space-between;
	margin:40px auto 0 auto;
	width:96%;
	max-width:1280px;
}

#info .info_area .left{
	width:calc(50% - 20px);
	max-width:620px;
}
#info .info_area .list{
	display:flex;
	justify-content:start;
	margin-top:10px;
}
#info .info_area .list p{
	margin-top:20px;
}
#info .info_area .list p:first-child{
	background-position:left 3px;
	background-repeat:no-repeat;
	font-size:18px;
	padding:4px 0 0 45px;
	width:150px;
}
#info .info_area .list p:nth-child(2){
	margin-top:24px;
}
#info .info_area .time_table{
	margin-top:15px;
	width:100%;
}
#info .info_area .time_table table{
	width:100%;
}
#info .info_area .time_table table tr td{
	border-bottom:1px solid #fbceb1;
	color:#e2725b;
	font-size:15px;
	padding:3px 8px;
	text-align:center;
}
#info .info_area .time_table table tr:first-child td{
	background-color:#fbceb1;
	color:#444;
}
#info .info_area .time_table table tr td:first-child{
	color:#444;
	padding:5px 15px 5px 10px;
	text-align:left;
}
#info .left .img01 p:first-child{
	background-image:url(img/info_icon01.png);
}
#info .left .img02 p:first-child{
	background-image:url(img/info_icon02.png);
}
#info .left .img03 p:first-child{
	background-image:url(img/info_icon03.png);
}
#info .left .img04 p:first-child{
	background-image:url(img/info_icon04.png);
}
#info .left .img05 p:first-child{
	background-image:url(img/info_icon05.png);
}
#info .left .img06 p:first-child{
	background-image:url(img/info_icon06.png);
}
#info .left .img07 p:first-child{
	background-image:url(img/info_icon07.png);;
}
#info .left .img08 p:first-child{
	background-image:url(img/info_icon08.png);;
}
#info .info_area .right{
	border-radius:20px;
	width:calc(50% - 20px);
	max-width:620px;
}
#info .info_area .right iframe{
	border-radius:20px;
}

#info p.info_button{
	background-color:#e2725b;
	border-radius:40px;
	margin:40px auto 0 auto;
	text-align:center;
	width:240px;
	transition:0.3s;
}
#info p.info_button:hover{
	background-color:#d04c31;
}
#info p.info_button a{
	color:#fff;
	display:block;
	padding:12px 0;
	transition:0.3s;
}

#contents01{
	display:flex;
	justify-content:space-between;
	margin:40px auto 80px auto;
	width:96%;
	max-width:1280px;
}
#contents01 .news_area{
	width:calc(50% - 30px);
}
#contents01 .blog_area{
	width:calc(50% - 30px);
}
#contents01 .title_area{
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:75px;
}
#contents01 .title_area p{
	color:#df6400;
	font-size:15px;
	letter-spacing:0.1em;
}
#contents01 .title_area h2{
	color:#df6400;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.1em;
}
#contents01 .news_area .title_area{
	background-image:url(img/news_icon.png);
}
#contents01 .blog_area .title_area{
	background-image:url(img/blog_icon.png);
}
#contents01 .news_block{
	margin-top:20px;
}

#contents01 .news_block a .post{
	border-bottom:1px solid #ccc;
	display:flex;
	justify-content:start;
	padding:15px 0;
}
#contents01 .news_block a .post:hover img{
	opacity:0.8;
}
#contents01 .news_block a:first-child .post{
	border-top:1px solid #ccc;
}
#contents01 .news_block a .post .post_left{
	width:150px;
}
#contents01 .news_block a .post .post_right{
	margin-left:20px;
}
#contents01 .news_block a .post .post_right p.time{
	font-size:15px;
	margin-top:20px;
}
#contents01 .news_block a .post .post_right p.title{
	margin-top:10px;
}

#contents02{
	background-color:#faf3d9;
	padding:80px 0;
}
#contents02 .contents02_area{
	margin:80px auto 0 auto;
	width:96%;
	max-width:1280px;
}
#contents02 .contents02_area:first-child{
	margin:0 auto;
}
#contents02 .contents02_area .title_area{
	background-image:url(img/top_illust02.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 130px;
	display:flex;
	justify-content:start;
}
#contents02 .contents02_area:first-child .title_area{
	background-image:url(img/top_illust01.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 130px;
	display:flex;
	justify-content:start;
}
#contents02 .contents02_area .title_area .sub_title p{
	color:#52423b;
	letter-spacing:0.1em;
	writing-mode: vertical-rl;
}
#contents02 .contents02_area .title_area .title{
	margin-left:20px;
}
#contents02 .contents02_area .title_area .title h2{
	color:#52423b;
	font-size:30px;
	letter-spacing:0.1em;
}
#contents02 .contents02_area .title_area .title h2 span{
	background-color:#fff;
	border-radius:20px;
	border-right:3px solid #b38f5c;
	border-bottom:3px solid #b38f5c;
	padding:12px 20px;
}
#contents02 .contents02_area .title_area .title h2:nth-child(2){
	margin-top:22px;
}

#contents02 .contents02_area .menu_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:20px;
}
#contents02 .contents02_area .menu_area a{
	margin-top:20px;
	width:calc(50% - 10px);
}
#contents02 .contents02_area .menu_area a:hover img{
	opacity:0.8;
}
#contents02 .contents02_area .menu_area a .menu_block{
	background-color:#fff;
	background-image:url(img/arrow01.png);
	background-position:calc(100% - 30px) center;
	background-repeat:no-repeat;
	border-radius:10px;
	display:flex;
	padding:10px;
	transition:0.3s;
}
#contents02 .contents02_area .menu_area a .menu_block:hover{
	background-position:calc(100% - 20px) center;
}
#contents02 .contents02_area .menu_area a .menu_block p:first-child{
	width:200px;
}
#contents02 .contents02_area .menu_area a .menu_block p:first-child img{
	border-radius:10px;
}
#contents02 .contents02_area .menu_area a .menu_block p:nth-child(2){
	align-items:center;
	color:#615444;
	display:flex;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1em;
	width:calc(100% - 220px);
	padding-left:25px;
}

#clinic_back{
	background-color:#faf3d9;
	background-image:url(img/top_back01.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:690px;
	width:100%;
}

#contents03 .title_area{
	background-color:#e2725b;
	background-image:url(img/top_title_back.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:55px 0;
	position:relative;
}
#contents03 .title_area h2{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
}
#contents03 .title_area p{
	position:absolute;
	bottom:0;
	left:calc(50% + 450px);
}
#contents03 .menu_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px auto 0 auto;
	width:96%;
	max-width:1280px;
}
#contents03 .menu_area a{
	margin-top:20px;
	width:calc(50% - 10px);
}
#contents03 .menu_area a:hover img{
	opacity:0.8;
}
#contents03 .menu_area a .menu_block{
	align-items:center;
	background-color:#faf3d9;
	border-left:5px solid #e2725b;
	border-radius:0 10px 10px 0;
	display:flex;
	justify-content:space-between;
	padding:10px;
	transition:0.3s;
}
#contents03 .menu_area a .menu_block p:first-child{
	color:#615444;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1em;
	padding-left:40px;
	width:340px;
}
#contents03 .menu_area a .menu_block p:nth-child(2) img{
	border-radius:10px;
	width:100%;
	max-width:270px;
}

#contents04{
	margin-top:80px;
}
#contents04 .title_area{
	background-color:#e2725b;
	background-image:url(img/top_title_back.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:55px 0;
	position:relative;
}
#contents04 .title_area h2{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
}
#contents04 .title_area p{
	position:absolute;
	bottom:0;
	left:calc(50% + 450px);
}
#contents04 .menu_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px auto 0 auto;
	width:96%;
	max-width:1280px;
}
#contents04 .menu_area a{
	margin-top:20px;
	width:calc(50% - 10px);
}
#contents04 .menu_area a:hover img{
	opacity:0.8;
}
#contents04 .menu_area a .menu_block{
	align-items:center;
	background-color:#faf3d9;
	border-left:5px solid #e2725b;
	border-radius:0 10px 10px 0;
	display:flex;
	justify-content:space-between;
	padding:10px;
	transition:0.3s;
}
#contents04 .menu_area a .menu_block .name{
	padding-left:40px;
	width:340px;
}
#contents04 .menu_area a .menu_block .name p{
	color:#615444;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.5;
	padding-left:0;
	width:auto;
}
#contents04 .menu_area a .menu_block .name p.job{
	font-size:16px;
	margin-bottom:5px;
}
#contents04 .menu_area a .menu_block p img{
	border-radius:10px;
	width:100%;
	max-width:270px;
}

.contents05_top{
	background-image:url(img/info_back02.png);
	background-position:center bottom;
	background-size:100% auto;
	background-repeat:no-repeat;
	height:90px;
	margin-top:70px;
}
#contents05{
	background-color:#fbceb1;
	display:flex;
	justify-content:start;
	padding:80px 0 60px 0;
}
#contents05 .photo_area{
	background-image:url(img/top_staff_photo01.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border:20px solid #fff;
	border-left:none;
	border-radius:0 30px 30px 0;
	height:640px;
	width:33%;
}
#contents05 .right{
	margin-left:80px;
	width:calc(67% - 80px);
	max-width:840px;
}
#contents05 .right .title_area{
	display:flex;
	justify-content:start;
}
#contents05 .right .title_area .sub_title p{
	color:#52423b;
	letter-spacing:0.1em;
	writing-mode: vertical-rl;
}
#contents05 .right .title_area .title{
	margin-left:20px;
}
#contents05 .right .title_area .title h2{
	color:#52423b;
	font-size:30px;
	letter-spacing:0.1em;
}
#contents05 .right .title_area .title h2 span{
	background-color:#fff;
	border-radius:20px;
	border-right:3px solid #b38f5c;
	border-bottom:3px solid #b38f5c;
	padding:12px 20px;
}
#contents05 .right .title_area .title h2:nth-child(2){
	margin-top:22px;
}
#contents05 .right .care_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:20px;
}
#contents05 .right .care_area .care_block{
	align-items:center;
	border-bottom:1px solid #52423b;
	display:flex;
	width:calc(50% - 20px);
	transition:0.3s;
}
#contents05 .right .care_area .care_block:hover{
	background-color:#ffede1;
}
#contents05 .right .care_area .care_block p{
	align-items: center;
	background-image:url(img/care_mark.png);
	background-repeat:no-repeat;
	background-position:calc(100% - 25px) center;
	display: flex;
	height: 110px;
	line-height: 1.5;
	width: 100%;
	margin: 0;
}
#contents05 .right .care_area .care_block p a{
	background-position:5px center;
	background-repeat:no-repeat;
	display: flex;
	align-items: center;
	padding-left:75px;
	width: 100%;
	height: 100%;
}
#contents05 .right .care_area .care_block:first-child p a{
	background-image:url(img/top_care01.png);
}
#contents05 .right .care_area .care_block:nth-child(2) p a{
	background-image:url(img/top_care02.png);
}
#contents05 .right .care_area .care_block:nth-child(3) p a{
	background-image:url(img/top_care03.png);
}
#contents05 .right .care_area .care_block:nth-child(4) p a{
	background-image:url(img/top_care04.png);
}
#contents05 .right .care_area .care_block:nth-child(5) p a{
	background-image:url(img/top_care05.png);
}
#contents05 .right .care_area .care_block:nth-child(6) p a{
	background-image:url(img/top_care07.png);
}
#contents05 .right .care_area .care_block:nth-child(7) p a{
	background-image:url(img/top_care08.png);
}
#contents05 .right .care_area .care_block:nth-child(8) p a{
	background-image:url(img/top_care09.png);
}
#contents05 .right .care_area .care_block:nth-child(9) p a{
	background-image:url(img/top_care10.png);
}

#contents06{
	background-color:#fbceb1;
	padding:0 0 80px 0;
}
#contents06 .contents_area{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	width:96%;
	max-width:1280px;
}
#contents06 .contents_area a{
	width:calc(50% - 10px);
}

#contents07{
	margin:0 auto;
	padding:80px 0;
	width:96%;
	max-width:1280px;
}
#contents07 h2{
	color:#52423b;
	font-size:32px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
}
#contents07 .line{
	border-top:8px solid #e2725b;
	border-radius:8px;
	margin:20px auto 0 auto;
	width:60px;
}
#contents07 .menu_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#contents07 .menu_area a{
	margin-top:40px;
	margin-right:30px;
	width:calc((100% - 60px) / 3);
}
#contents07 .menu_area a:hover img{
	opacity:0.8;
}
#contents07 .menu_area a:nth-child(3n){
	margin-right:0;
}
#contents07 .menu_area a .menu_block p:nth-child(2){
	align-items:center;
	background-image:url(img/arrow01.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:24px;
	color:#52423b;
	display:flex;
	height:80px;
	margin-top:5px;
}

#contents08{
	background-color:#f6f6f6;
	padding:60px 0 80px 0;
	width:100%;
}
#contents08 .contents_area{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	width:96%;
	max-width:1280px;
}
#contents08 .contents_area p{
	margin-top:20px;
}
#contents08 .contents_area .left{
	margin-right:40px;
	width:33%;
	max-width:400px;
}
#contents08 .contents_area .left p{
	width:100%;
}
#contents08 .contents_area .right{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:67%;
	max-width:820px;
}
#contents08 .contents_area .right p{
	width:calc(50% - 10px);
	max-width:400px;
}

#foot_contact{
	display:flex;
}
#foot_contact .map{
	width:50%;
}
#foot_contact .contact{
	padding:80px 0 90px 0;
	width:50%;
}
#foot_contact .contact h2{
	color:#52423b;
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
}
#foot_contact .contact .line{
	border-top:8px solid #e2725b;
	border-radius:8px;
	margin:10px auto 0 auto;
	width:60px;
}
#foot_contact .contact .contact_menu{
	margin:30px auto;
	width:90%;
	max-width:540px;
}
#foot_contact .contact .contact_menu p{
	font-size:24px;
	letter-spacing:0.1em;
	text-align:center;
}
#foot_contact .contact .contact_menu p a{
	background-color:#e2725b;
	background-image:url(img/foot_icon01.png);
	background-position:30px center;
	background-repeat:no-repeat;
	border-radius:40px;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:15px 0 15px 40px;
	transition:0.3s;
}
#foot_contact .contact .contact_menu p a:hover{
	background-color:#d04c31;
}
#foot_contact .contact .contact_menu .contact_block{
	display:flex;
	justify-content:space-between;
}
#foot_contact .contact .contact_menu .contact_block p{
	font-size:20px;
	margin-top:10px;
	width:calc(50% - 5px);
}
#foot_contact .contact .contact_menu .contact_block p:first-child a{
	background-image:url(img/foot_icon02.png);
}
#foot_contact .contact .contact_menu .contact_block p:nth-child(2) a{
	background-image:url(img/foot_icon03.png);
}


#foot_info{
	background-color:#f6f6f6;
	padding:60px 0;
}
#foot_info p.logo{
	margin:0 auto;
	width:96%;
	max-width:1280px;
}
#foot_info .info_area{
	display:flex;
	justify-content:space-between;
	margin:20px auto 0 auto;
	width:96%;
	max-width:1280px;
}

#foot_info .info_area .left{
	width:calc(50% - 20px);
	max-width:620px;
}
#foot_info .info_area .list{
	display:flex;
	justify-content:start;
	margin-top:10px;
}
#foot_info .info_area .list p{
	margin-top:20px;
}
#foot_info .info_area .list p:first-child{
	background-position:left 3px;
	background-repeat:no-repeat;
	font-size:18px;
	padding:4px 0 0 45px;
	width:150px;
}
#foot_info .info_area .list p:nth-child(2){
	margin-top:24px;
}
#foot_info .info_area .list p:nth-child(2) a{
	background-color:#e2725b;
	background-image:url(img/head_icon01.png);
	background-repeat:no-repeat;
	background-position:20px center;
	border-radius:30px;
	color:#fff;
	display:block;
	margin-top:15px;
	padding:5px 0 5px 30px;
	text-align:center;
	width:200px;
	transition:0.3s;
}
#foot_info .info_area .list p:nth-child(2) a:hover{
	background-color:#d04c31;
}
#foot_info .info_area .time_table{
	margin-top:15px;
	width:100%;
}
#foot_info .info_area .time_table table{
	width:100%;
}
#foot_info .info_area .time_table table tr td{
	border-bottom:1px solid #fbceb1;
	color:#e2725b;
	font-size:15px;
	padding:3px 8px;
	text-align:center;
}
#foot_info .info_area .time_table table tr:first-child td{
	background-color:#fbceb1;
	color:#444;
}
#foot_info .info_area .time_table table tr td:first-child{
	color:#444;
	padding:5px 15px 5px 10px;
	text-align:left;
}
#foot_info .left .img03 p:first-child{
	background-image:url(img/info_icon03.png);
}
#foot_info .left .img04 p:first-child{
	background-image:url(img/info_icon04.png);
}
#foot_info .right .img06 p:first-child{
	background-image:url(img/info_icon06.png);
}
#foot_info .right .img07 p:first-child{
	background-image:url(img/info_icon07.png);;
}
#foot_info .info_area .right{
	border-radius:20px;
	width:calc(50% - 20px);
	max-width:620px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/
#sub_head_margin{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:-67px;
	height:400px;
	width:100%;
}
#sub_head .sub_main_in{
	height:400px;
	width: 100%;
}
#sub_head h2{
	color:#47413a;
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.1em;
	padding-top:180px;
	text-align: center;
	text-shadow: 0 0 15px #fff;
}
#sub_head .line{
	border-top:4px solid #240d06;
	margin:20px auto 0 auto;
	width:80px;
}

.pan_area{
	background-color:#faf3d9;
	padding-top:20px;
}
.breadcrumbs{
	margin:0 auto;
	width:100%;
	max-width:800px;
}
.breadcrumbs span{
	font-size:13px;
}
.breadcrumbs span a{
	color:#dc7108;
	text-decoration:underline;
}

#sub_area{
	background-color:#faf3d9;
	padding:40px 0 100px 0;
}
#sub_contents{
	margin:0 auto;
	width:96%;
	max-width:800px;
}
#sub_contents h2{
	align-items:center;
	background-color:#fff;
	border-radius:10px;
	display:flex;
	font-size:20px;
	font-weight:bold;
	justify-content:start;
	line-height:1.6;
	margin-top:60px;
	padding:20px;
	position:relative;
}
#sub_contents h2::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 5px;
	height: 2.7rem;
	background-color: #e2725b;
}
#sub_contents h2:first-child{
	margin-top:0;
}
#sub_contents h3{
	padding-top: 15px;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	border-top: 2px solid #ddd;/*右：薄ピンク*/
	margin-top:60px;
}
#sub_contents h3::before{
	content: '';
	position: absolute;
	top: -2px;
	width: 80px;
	height: 2px;
	background: #b1a283;/*左：ピンク*/
}
#sub_contents h2 + h3{
	margin-top:40px;
}
#sub_contents h3 + h4{
	margin-top:20px;
}
#sub_contents h4{
	background-color:#fff;
	border-left:4px solid #9d894a;
	color:#9d894a;
	font-size:18px;
	padding-left:10px;
	margin-top:40px;
}
#sub_contents h5{
	font-size:16px;
	font-weight:bold;
	margin:40px 0 0 0;
}
#sub_contents h4 + h5{
	margin-top:20px;
}

#sub_contents p{
	margin-top:20px;
}
#sub_contents figure{
	margin-top:20px;
}
#sub_contents iframe{
	margin-top:20px;
}
#sub_contents ul li{
	background-image:url(img/arrow01.png);
	background-position:left 7px;
	background-repeat:no-repeat;
	background-size:16px;
	list-style-type:none;
	margin-top:10px;
	padding-left:30px;
}
#sub_contents ol li{
	margin-top:10px;
	margin-left:20px;
	padding-left:10px;
}
#sub_contents ul li:first-child,#sub_contents ol li:first-child{
	margin-top:20px;
}
#sub_contents a{
	color:#dc7108;
	text-decoration:underline;
}
#sub_contents .button_link a{
	background-color:#e2725b;
	border-radius:30px;
	color:#fff;
	padding:10px 25px;
	text-decoration:none;
	transition:0.3s;
}
#sub_contents .button_link a:hover{
	background-color:#635545;
}
#sub_contents .button_line a{
	background-color:#06c755;
	border-radius:30px;
	color:#fff;
	padding:10px 25px;
	text-decoration:none;
	transition:0.3s;
}
#sub_contents .button_line a:hover{
	background-color:#269755;
}

#sub_contents p.flow_list{
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:10px;
	padding:20px;
	position: relative;
}
#sub_contents p.flow_list::after {
	content: '';
	position: absolute;
	bottom: -10px; /* 三角形を要素の下に配置（調整可能） */
	left: 50%; /* 中央に配置 */
	transform: translateX(-50%); /* 中央揃えを正確に */
	width: 0;
	height: 0;
	border-left: 10px solid transparent; /* 左の透明なボーダー */
	border-right: 10px solid transparent; /* 右の透明なボーダー */
	border-top: 10px solid #fff; /* 上部のボーダーを背景色に合わせる */
	z-index: 1; /* 三角形が他の要素の上に表示されるように */
}

/* 外枠の色に合わせた三角形の縁を追加（オプション） */
#sub_contents p.flow_list::after {
	border-top: 10px solid #ddd; /* 外枠の色に合わせる */
	bottom: -11px; /* 背景三角形の1px下に配置 */
	z-index: 0; /* 背景三角形の後ろに */
}
#sub_contents p.flow_list_last::after {
	border:none;
}

#sub_caremenu .care_area .menu_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:10px;
}
#sub_caremenu .care_area .menu_area a{
	margin-top:10px;
	width:calc(50% - 5px);
	text-decoration:none;
}
#sub_caremenu .care_area .menu_area a:hover img{
	opacity:0.8;
}
#sub_caremenu .care_area .menu_area a .menu_block{
	background-color:#fff;
	background-image:url(img/arrow01.png);
	background-position:calc(100% - 20px) center;
	background-size:20px;
	background-repeat:no-repeat;
	border-radius:10px;
	display:flex;
	padding:10px;
	transition:0.3s;
}
#sub_caremenu .care_area .menu_area a .menu_block:hover{
	background-position:calc(100% - 10px) center;
}
#sub_caremenu .care_area .menu_area a .menu_block p{
	margin:0;
}
#sub_caremenu .care_area .menu_area a .menu_block p:first-child{
	width:100px;
}
#sub_caremenu .care_area .menu_area a .menu_block p:first-child img{
	border-radius:10px;
}
#sub_caremenu .care_area .menu_area a .menu_block p:nth-child(2){
	align-items:center;
	color:#615444;
	display:flex;
	font-size:15px;
	font-weight:bold;
	letter-spacing:0.05em;
	width:calc(100% - 120px);
	padding-left:25px;
}

#sub_caremenu  .sub_care_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#sub_caremenu  .sub_care_area .care_block{
	align-items:center;
	border-bottom:1px solid #52423b;
	display:flex;
	width:calc(50% - 20px);
}
#sub_caremenu  .sub_care_area .care_block p{
	align-items: center;
	background-image:url(img/care_mark.png);
	background-repeat:no-repeat;
	background-position:calc(100% - 25px) center;
	display: flex;
	height: 110px;
	line-height: 1.5;
	width: 100%;
	margin: 0;
}
#sub_caremenu  .sub_care_area .care_block p a{
	background-position:left center;
	background-repeat:no-repeat;
	color:#333;
	display: flex;
	align-items: center;
	padding-left:75px;
	text-decoration:none;
	width: 100%;
	height: 100%;
}
#sub_caremenu  .sub_care_area .care_block:first-child p a{
	background-image:url(img/top_care01.png);
}
#sub_caremenu  .sub_care_area .care_block:nth-child(2) p a{
	background-image:url(img/top_care02.png);
}
#sub_caremenu  .sub_care_area .care_block:nth-child(3) p a{
	background-image:url(img/top_care03.png);
}
#sub_caremenu  .sub_care_area .care_block:nth-child(4) p a{
	background-image:url(img/top_care04.png);
}
#sub_caremenu  .sub_care_area .care_block:nth-child(5) p a{
	background-image:url(img/top_care05.png);
}
#sub_caremenu  .sub_care_area .care_block:nth-child(6) p a{
	background-image:url(img/top_care07.png);
}
#sub_caremenu  .sub_care_area .care_block:nth-child(7) p a{
	background-image:url(img/top_care08.png);
}
#sub_caremenu  .sub_care_area .care_block:nth-child(8) p a{
	background-image:url(img/top_care09.png);
}
#sub_caremenu  .sub_care_area .care_block:nth-child(9) p a{
	background-image:url(img/top_care10.png);
}


.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding:15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border: solid 1px #555;
  box-sizing: border-box;
	border-radius:10px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top:30px;
  right: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
	border-left: 12px solid #fff;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 1px solid transparent;
  border-left: 1px solid #555;
  z-index: 1;
}
#sub_contents .balloon2-right p{
	margin-top:0;
}
#sub_contents .interview_area{
	margin-top:30px;
}
#sub_contents .interview_area01{
	margin-top:30px;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding:15px;
  min-width: 140px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
	border-radius:10px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top:30px;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 1px solid transparent;
  border-right: 1px solid #555;
  z-index: 1;
}
#sub_contents .balloon2-left p{
	margin-top:0;
}
#sub_contents .staff_icon{
	text-align:center;
}
#sub_contents .staff_icon figure{
	margin-top:0;
}
#sub_contents .interview_area .staff_icon p{
	background-color:#7baa37;
	border-radius:20px;
	color:#fff;
	font-size:12px;
	margin-top:6px;
}
#sub_contents .interview_area01 .staff_icon p{
	background-color:#7baa37;
	border-radius:20px;
	color:#fff;
	font-size:12px;
	margin-top:6px;
}

#sub_contents .wp-block-columns{
	margin-bottom:0;
}

#sub_contents .tel{
	background-image:url(img/head_icon03.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#e2725b;
	font-size:22px;
	padding-left:35px;
}

#sub_contents .news{
	margin-top:40px;
}
#sub_contents .news a .post{
	transition:0.3s;
}
#sub_contents .news a:hover .post{
	background-color:#fff;
}
#sub_contents .news .post{
	border-bottom:1px solid #ccc;
	display:flex;
	padding:20px 0;
}
#sub_contents .news a:first-child .post{
	border-top:1px solid #ccc;
}
#sub_contents .news .post .post_left{
	width:160px;
}
#sub_contents .news .post .post_right{
	margin-left:20px;
}
#sub_contents .news .post .post_right p.time{
	color:#6e5d4c;
	font-size:14px;
	margin-top:0;
}
#sub_contents .news .post .post_right p.title{
	margin-top:10px;
}
.wp-block-button__link:hover{
	color:#eee;
}

#sub_contents .news_list ul{
	border-left:1px solid #ccc;
	display:flex;
	flex-wrap:wrap;
	margin-top:20px;
}
#sub_contents .news_list ul li{
	background-image:none;
	border:1px solid #ccc;
	border-left:none;
	margin-top:0;
	padding:0;
	text-align:center;
	width:calc(100% / 5);
}
#sub_contents .news_list ul li:nth-child(n+6){
	border-top:none;
}
#sub_contents .news_list ul li a{
	display:block;
	text-decoration:none;
	padding:4px 0;
}

.wp-pagenavi{
	margin-top:25px;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:981px) {
	#dl-menu{
		display:none;
	}
	
	#sp_main{
		display:none;
	}
	
	#sp_foot{
		display:none;
	}
}



@media only screen and (max-width:980px) {
	#dl-menu{
		display:inline;
		position:fixed;
		top:10px;
		right:10px;
		z-index:10;
	}
	
	#dl-menu a{
		font-size:14px;
		text-decoration:none;
	}
	
	.dl-menuwrapper button {
	  background-color:#e2725b;
	}
	.dl-menuwrapper button:hover,
	.dl-menuwrapper button.dl-active,
	.dl-menuwrapper ul {
	  background: #e2725b;
	}
	
	/* header */
	.header {
		border-top:5px solid #e2725b;
		width:100%;
	}

	.header .head_contact{
		display:none;
	}

	.header .head_area{
		display:block;
		justify-content:space-between;
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	.header .head_area .left{
		display:block;
		margin-top:10px;
		width:calc(100% - 80px);
		max-width:322px;
	}

	.header .head_area .left .logo_area p{
		font-size:13px;
		margin-top:6px;
	}

	.header .head_area .left .parking{
		display:none;
	}

	.header .head_area .right{
		display:none;
	}
	
	/* nav */
	.nav{
		align-items:center;
		height:100%;
		display:none;
	}

	/* footer */
	#foot_menu{
		padding:20px 0 40px 0;
	}

	#foot_menu .menu_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:0 auto;
		width:90%;
		max-width:460px;
	}
	
	#foot_menu .menu_area ul{
		margin-top:20px;
		width:100%;
	}

	#foot_menu .menu_area ul li{
		background-image:url(img/arrow01.png);
		background-position:left 5px;
		background-repeat:no-repeat;
		background-size:20px;
		list-style-type:none;
		margin-top:20px;
		padding-left:30px;
	}

	#foot_menu .menu_area ul ul li{
		background-image:none;
		font-size:15px;
		font-weight:normal;
		margin-top:10px;
		padding-left:30px;
	}
	
	#sp_foot{
		display:flex;
		position:fixed;
		top:auto;
		bottom:0;
		left:0;
		z-index:5;
		width:100%;
	}

	#sp_foot p{
		font-size:14px;
		line-height:1.2;
		text-align:center;
		width:50%;
	}

	#sp_foot p a{
		background-color:#483b2d;
		background-image:url(img/foot_icon02.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:auto 14px;
		border:1px solid #b0a899;
		border-right:none;
		color:#fff;
		display:block;
		font-weight:bold;
		padding:15px 0 15px 30px;
		width:100%;
		transition:0.3s;
	}

	#sp_foot p:nth-child(2) a{
		background-image:url(img/foot_icon01.png);
		background-size:auto 12px;
		margin-top:0;
	}

	p.copy{
		background-color:#e2725b;
		color:#fff;
		font-size:15px;
		margin-bottom:48px;
		padding:15px 0;
		text-align:center;
	}
	

	/*------------------------------------*\
	    PAGES
	\*------------------------------------*/
	#sp_main{
		margin-top:20px;
	}
	
	#main{
		display:none;
	}

	#info{
		background-color:#faf3d9;
		background-image:url(img/info_back.png);
		background-position:center bottom;
		background-size:100% auto;
		background-repeat:no-repeat;
		padding:60px 0 80px 0;
	}

	#info h2{
		background-image:url(img/h2_title_left.png), url(img/h2_title_right.png);
		background-position:calc(50% - 110px) center , calc(50% + 110px) center;
		background-repeat:no-repeat;
		background-size:auto 20px , auto 20px;
		color:#52423b;
		font-size:20px;
		letter-spacing:0.1em;
		text-align:center;
	}

	#info .info_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:10px auto 0 auto;
		width:90%;
		max-width:460px;
	}

	#info .info_area .left{
		width:100%;
		max-width:100%;
	}

	#info .info_area .list{
		display:block;
		justify-content:start;
		margin-top:0;
	}

	#info .info_area .list p{
		margin-top:20px;
	}

	#info .info_area .list p:first-child{
		background-position:left 3px;
		background-repeat:no-repeat;
		background-size:auto 26px;
		font-size:16px;
		padding:4px 0 0 40px;
		width:100%;
	}

	#info .info_area .list p:nth-child(2){
		margin-top:10px;
	}

	#info .info_area .time_table{
		margin-top:15px;
		width:100%;
	}

	#info .info_area .time_table table{
		width:100%;
	}

	#info .info_area .time_table table tr td{
		border-bottom:1px solid #fbceb1;
		color:#e2725b;
		font-size:14px;
		padding:3px 8px;
		text-align:center;
	}

	#info .info_area .time_table table tr td:first-child{
		color:#444;
		padding:5px;
		text-align:left;
	}

	#info .info_area .right{
		margin-top:20px;
		width:100%;
	}

	#info .info_area .right iframe{
		height:300px;
	}

	#info p.info_button{
		background-color:#e2725b;
		border-radius:40px;
		margin:40px auto 0 auto;
		text-align:center;
		width:240px;
	}

	#contents01{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:40px auto 60px auto;
		width:90%;
		max-width:460px;
	}

	#contents01 .news_area{
		width:100%;
	}

	#contents01 .blog_area{
		margin-top:40px;
		width:100%;
	}

	#contents01 .title_area{
		background-repeat:no-repeat;
		background-position:left center;
		background-size:40px;
		padding-left:50px;
	}

	#contents01 .title_area p{
		color:#df6400;
		font-size:16px;
		letter-spacing:0.1em;
	}

	#contents01 .title_area h2{
		color:#df6400;
		font-size:18px;
		font-weight:bold;
		letter-spacing:0.1em;
	}

	#contents01 .news_block{
		margin-top:20px;
	}

	#contents01 .news_block a .post{
		border-bottom:1px solid #ccc;
		display:flex;
		justify-content:start;
		padding:15px 0;
	}

	#contents01 .news_block a:first-child .post{
		border-top:1px solid #ccc;
	}

	#contents01 .news_block a .post .post_left{
		width:100px;
	}

	#contents01 .news_block a .post .post_right{
		margin-left:20px;
		width:calc(100% - 120px);
	}

	#contents01 .news_block a .post .post_right p.time{
		font-size:14px;
		margin-top:5px;
	}

	#contents01 .news_block a .post .post_right p.title{
		font-size:15px;
		line-height:1.5;
		margin-top:10px;
	}

	#contents02{
		background-color:#faf3d9;
		padding:60px 0;
	}

	#contents02 .contents02_area{
		margin:60px auto 0 auto;
		width:90%;
		max-width:460px;
	}

	#contents02 .contents02_area:first-child{
		margin:0 auto;
	}

	#contents02 .contents02_area .title_area{
		background-image:url(img/top_illust02.png);
		background-repeat:no-repeat;
		background-position:right center;
		background-size:auto 60px;
		display:flex;
		justify-content:start;
	}

	#contents02 .contents02_area:first-child .title_area{
		background-image:url(img/top_illust01.png);
		background-repeat:no-repeat;
		background-position:right center;
		background-size:auto 60px;
		display:flex;
		justify-content:start;
	}

	#contents02 .contents02_area .title_area .sub_title p{
		color:#52423b;
		font-size:12px;
		letter-spacing:0.1em;
		writing-mode: vertical-rl;
	}

	#contents02 .contents02_area .title_area .title{
		margin-left:15px;
	}

	#contents02 .contents02_area .title_area .title h2{
		color:#52423b;
		font-size:20px;
		letter-spacing:0.1em;
	}

	#contents02 .contents02_area .title_area .title h2 span{
		background-color:#fff;
		border-radius:20px;
		border-right:3px solid #b38f5c;
		border-bottom:3px solid #b38f5c;
		padding:10px;
	}

	#contents02 .contents02_area .title_area .title h2:nth-child(2){
		margin-top:18px;
	}

	#contents02 .contents02_area .menu_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-top:10px;
	}

	#contents02 .contents02_area .menu_area a{
		margin-top:10px;
		width:100%;
	}

	#contents02 .contents02_area .menu_area a .menu_block{
		background-color:#fff;
		background-image:url(img/arrow01.png);
		background-position:calc(100% - 10px) center;
		background-repeat:no-repeat;
		background-size:20px;
		border-radius:10px;
		display:flex;
		padding:10px;
		transition:0.3s;
	}

	#contents02 .contents02_area .menu_area a .menu_block p:first-child{
		width:100px;
	}

	#contents02 .contents02_area .menu_area a .menu_block p:first-child img{
		border-radius:10px;
	}

	#contents02 .contents02_area .menu_area a .menu_block p:nth-child(2){
		align-items:center;
		color:#615444;
		display:flex;
		font-size:15px;
		font-weight:bold;
		letter-spacing:0;
		width:calc(100% - 120px);
		padding-left:20px;
	}

	#clinic_back{
		background-color:#faf3d9;
		background-image:url(img/top_back01.png);
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		height:300px;
		width:100%;
	}

	#contents03 .title_area{
		background-color:#e2725b;
		background-image:url(img/top_title_back.png);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		padding:30px 0;
		position:relative;
	}

	#contents03 .title_area h2{
		color:#fff;
		font-size:18px;
		font-weight:bold;
		letter-spacing:0.1em;
		text-align:center;
	}

	#contents03 .title_area p{
		position:absolute;
		bottom:0;
		left:100%;
	}

	#contents03 .menu_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:10px auto 0 auto;
		width:90%;
		max-width:460px;
	}

	#contents03 .menu_area a{
		margin-top:10px;
		width:100%;
	}

	#contents03 .menu_area a .menu_block{
		align-items:center;
		background-color:#faf3d9;
		border-left:5px solid #e2725b;
		border-radius:0 10px 10px 0;
		display:flex;
		justify-content:space-between;
		padding:10px;
		transition:0.3s;
	}

	#contents03 .menu_area a .menu_block p:first-child{
		color:#615444;
		font-size:15px;
		font-weight:bold;
		letter-spacing:0;
		padding-left:20px;
		width:calc(100% - 120px);
	}

	#contents03 .menu_area a .menu_block p:nth-child(2) img{
		border-radius:10px;
		width:100%;
		max-width:100px;
	}

	#contents04{
		margin-top:60px;
	}

	#contents04 .title_area{
		background-color:#e2725b;
		background-image:url(img/top_title_back.png);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		padding:30px 0;
		position:relative;	
	}

	#contents04 .title_area h2{
		color:#fff;
		font-size:18px;
		font-weight:bold;
		letter-spacing:0.1em;
		text-align:center;
	}

	#contents04 .title_area p{
		position:absolute;
		bottom:0;
		left:100%;
	}

	#contents04 .menu_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:10px auto 0 auto;
		width:90%;
		max-width:460px;
	}

	#contents04 .menu_area a{
		margin-top:10px;
		width:100%;
	}

	#contents04 .menu_area a .menu_block{
		align-items:center;
		background-color:#faf3d9;
		border-left:5px solid #e2725b;
		border-radius:0 10px 10px 0;
		display:flex;
		justify-content:space-between;
		padding:10px;
		transition:0.3s;
	}

	#contents04 .menu_area a .menu_block .name{
		padding-left:20px;
		width:calc(100% - 120px);
	}

	#contents04 .menu_area a .menu_block .name p{
		color:#615444;
		font-size:15px;
		font-weight:bold;
		letter-spacing:0;
		line-height:1.5;
		padding-left:0;
		width:auto;	
	}

	#contents04 .menu_area a .menu_block .name p.job{
		font-size:13px;
		margin-bottom:5px;
	}

	#contents04 .menu_area a .menu_block p img{
		border-radius:10px;
		width:100%;
		max-width:100px;
	}

	.contents05_top{
		background-image:url(img/info_back02.png);
		background-position:center bottom;
		background-size:100% auto;
		background-repeat:no-repeat;
		height:90px;
		margin-top:0;	
	}

	#contents05{
		background-color:#fbceb1;
		display:flex;
		justify-content:start;
		padding:60px 0;
	}

	#contents05 .photo_area{
		display:none;
		background-image:url(img/top_staff_photo01.png);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		border:20px solid #fff;
		border-left:none;
		border-radius:0 30px 30px 0;
		height:640px;
		width:33%;
	}

	#contents05 .right{
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#contents05 .right .title_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:start;
	}

	#contents05 .right .title_area .sub_title p{
		color:#52423b;
		font-size:12px;
		letter-spacing:0.1em;
		writing-mode: vertical-rl;
	}

	#contents05 .right .title_area .title{
		margin-left:15px;
	}

	#contents05 .right .title_area .title h2{
		color:#52423b;
		font-size:20px;
		letter-spacing:0.1em;
	}

	#contents05 .right .title_area .title h2 span{
		background-color:#fff;
		border-radius:20px;
		border-right:3px solid #b38f5c;
		border-bottom:3px solid #b38f5c;
		padding:10px;
	}

	#contents05 .right .title_area .title h2:nth-child(2){
		margin-top:18px;
	}

	#contents05 .right .care_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-top:20px;
	}

	#contents05 .right .care_area .care_block{
		align-items:center;
		border-bottom:1px solid #52423b;
		display:flex;
		width:100%;
	}

	#contents05 .right .care_area .care_block p{
		align-items: center;
		background-image:url(img/care_mark.png);
		background-repeat:no-repeat;
		background-position:calc(100% - 25px) center;
		display: flex;
		font-size:15px;
		height: 90px;
		line-height: 1.5;
		width: 100%;
		margin: 0;
	}

	#contents05 .right .care_area .care_block p a{
		background-position:left center;
		background-repeat:no-repeat;
		display: flex;
		align-items: center;
		padding-left:75px;
		width: 100%;
		height: 100%;
	}

	#contents06{
		background-color:#fbceb1;
		padding:0 0 60px 0;
	}

	#contents06 .contents_area{
		display:flex;
		justify-content:space-between;
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#contents06 .contents_area a{
		width:100%;
	}

	#contents07{
		margin:0 auto;
		padding:60px 0;
		width:90%;
		max-width:460px;
	}

	#contents07 h2{
		color:#52423b;
		font-size:20px;
		font-weight:bold;
		letter-spacing:0;
		text-align:center;
	}

	#contents07 .line{
		border-top:5px solid #e2725b;
		border-radius:8px;
		margin:20px auto 0 auto;
		width:60px;
	}

	#contents07 .menu_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	#contents07 .menu_area a{
		margin-top:40px;
		margin-right:20px;
		width:calc(50% - 10px);
	}

	#contents07 .menu_area a:nth-child(3n){
		margin-right:20px;
	}
	
	#contents07 .menu_area a:nth-child(2n){
		margin-right:0;
	}

	#contents07 .menu_area a .menu_block p:nth-child(2){
		align-items:center;
		background-image:none;
		color:#52423b;
		display:flex;
		font-size:14px;
		height:auto;
		margin-top:5px;
	}

	#contents08{
		background-color:#f6f6f6;
		padding:40px 0;
		width:100%;
	}

	#contents08 .contents_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#contents08 .contents_area p{
		margin-top:10px;
	}

	#contents08 .contents_area .left{
		margin-right:0;
		width:100%;
		max-width:480px;
	}

	#contents08 .contents_area .left p{
		width:100%;
	}

	#contents08 .contents_area .right{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		width:100%;
		max-width:460px;
	}

	#contents08 .contents_area .right p{
		width:calc(50% - 5px);
		max-width:400px;
	}

	#foot_contact{
		display:flex;
		flex-wrap:wrap;
	}

	#foot_contact .map{
		height:300px;
		width:100%;
	}

	#foot_contact .contact{
		padding:60px 0;
		width:100%;
	}

	#foot_contact .contact h2{
		color:#52423b;
		font-size:20px;
		font-weight:bold;
		letter-spacing:0;
		text-align:center;
	}

	#foot_contact .contact .line{
		border-top:8px solid #e2725b;
		border-radius:4px;
		margin:10px auto 0 auto;
		width:60px;
	}

	#foot_contact .contact .contact_menu{
		margin:30px auto 0 auto;
		width:90%;
		max-width:460px;
	}

	#foot_contact .contact .contact_menu p{
		font-size:18px;
		letter-spacing:0;
		text-align:center;
	}

	#foot_contact .contact .contact_menu p a{
		background-color:#e2725b;
		background-image:url(img/foot_icon01.png);
		background-position:30px center;
		background-repeat:no-repeat;
		background-size:auto 24px;
		border-radius:40px;
		color:#fff;
		display:block;
		font-weight:bold;
		padding:15px 0 15px 40px;
	}

	#foot_contact .contact .contact_menu .contact_block{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	#foot_contact .contact .contact_menu .contact_block p{
		font-size:18px;
		margin-top:10px;
		width:100%;
	}
	
	#foot_info{
		background-color:#f6f6f6;
		padding:40px 0;
	}

	#foot_info p.logo{
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#foot_info .info_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:20px auto 0 auto;
		width:90%;
		max-width:460px;
	}

	#foot_info .info_area .left{
		width:100%;
	}

	#foot_info .info_area .list{
		display:flex;
		flex-wrap:wrap;
		justify-content:start;
		margin-top:10px;
	}

	#foot_info .info_area .list p{
		margin-top:20px;
	}

	#foot_info .info_area .list p:first-child{
		background-position:left 3px;
		background-repeat:no-repeat;
		background-size:auto 26px;
		font-size:16px;
		padding:4px 0 0 40px;
		width:100%;
	}

	#foot_info .info_area .list p:nth-child(2){
		margin-top:10px;
	}

	#foot_info .info_area .list p:nth-child(2) a{
		background-color:#e2725b;
		background-image:url(img/head_icon01.png);
		background-repeat:no-repeat;
		background-position:20px center;
		border-radius:30px;
		color:#fff;
		display:block;
		margin-top:15px;
		padding:5px 0 5px 30px;
		text-align:center;
		width:200px;
	}

	#foot_info .info_area .time_table{
		margin-top:15px;
		width:100%;
	}

	#foot_info .info_area .time_table table{
		width:100%;
	}

	#foot_info .info_area .time_table table tr td{
		border-bottom:1px solid #fbceb1;
		color:#e2725b;
		font-size:14px;
		padding:3px 8px;
		text-align:center;
	}

	#foot_info .info_area .time_table table tr:first-child td{
		background-color:#fbceb1;
		color:#444;
	}

	#foot_info .info_area .time_table table tr td:first-child{
		color:#444;
		padding:5px;
		text-align:left;
	}

	#foot_info .info_area .right{
		width:100%;
	}
	
	
	#sub_head_margin{
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		height:200px;
		margin:10px 0 0 0;
		width:100%;
	}

	#sub_head .sub_main_in{
		height:200px;
		width: 100%;
	}

	#sub_head h2{
		color:#47413a;
		font-size:20px;
		font-weight:bold;
		letter-spacing:0.1em;
		padding-top:70px;
		text-align: center;
		text-shadow: 0 0 15px #fff;
	}

	#sub_head .line{
		border-top:4px solid #9a887b;
		margin:14px auto 0 auto;
		width:80px;
	}

	.breadcrumbs{
		margin:0 auto 0 auto;
		width:90%;
		max-width:460px;
	}

	#sub_area{
		padding:40px 0 80px 0;
	}

	#sub_contents{
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#sub_contents h2{
		font-size:18px;
	}

	#sub_contents h3{
		padding-top: 15px;
		font-weight: bold;
		font-size: 18px;
		position: relative;
		border-top: 2px solid #ddd;/*右：薄ピンク*/
		margin-top:40px;
	}

	#sub_contents h3::before{
		content: '';
		position: absolute;
		top: -2px;
		width: 80px;
		height: 2px;
		background: #718971;/*左：ピンク*/
	}

	#sub_contents h2 + h3{
		margin-top:40px;
	}

	#sub_contents h3 + h4{
		margin-top:20px;
	}

	#sub_contents h4{
		background-color:#fff;
		border-left:4px solid #9d894a;
		color:#9d894a;
		font-size:16px;
		padding-left:10px;
		margin-top:40px;
	}

	#sub_contents .care_area .menu_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-top:10px;
	}

	#sub_contents .care_area .menu_area a{
		margin-top:10px;
		width:100%;
	}

	#sub_contents .care_area .menu_area a .menu_block{
		background-color:#fff;
		background-image:url(img/arrow01.png);
		background-position:calc(100% - 10px) center;
		background-repeat:no-repeat;
		background-size:20px;
		border-radius:10px;
		display:flex;
		padding:10px;
		transition:0.3s;
	}

	#sub_contents .care_area .menu_area a .menu_block p:first-child{
		width:100px;
	}

	#sub_contents .care_area .menu_area a .menu_block p:first-child img{
		border-radius:10px;
	}

	#sub_contents .care_area .menu_area a .menu_block p:nth-child(2){
		align-items:center;
		color:#615444;
		display:flex;
		font-size:15px;
		font-weight:bold;
		letter-spacing:0;
		width:calc(100% - 120px);
		padding-left:20px;
	}
	
	#sub_contents .sub_care_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	#sub_contents .sub_care_area .care_block{
		align-items:center;
		border-bottom:1px solid #52423b;
		display:flex;
		width:100%;
	}

	#sub_contents .sub_care_area .care_block p{
		align-items: center;
		background-image:url(img/care_mark.png);
		background-repeat:no-repeat;
		background-position:calc(100% - 25px) center;
		display: flex;
		font-size:15px;
		height: 90px;
		line-height: 1.5;
		width: 100%;
		margin: 0;
	}

	#sub_contents .sub_care_area .care_block p a{
		background-position:left center;
		background-repeat:no-repeat;
		display: flex;
		align-items: center;
		padding-left:75px;
		width: 100%;
		height: 100%;
	}
	
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding:15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  border: solid 1px #555;
  box-sizing: border-box;
	border-radius:10px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top:18px;
  right: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 1px solid transparent;
  border-left: 1px solid #555;
  z-index: 1;
}
#sub_contents .balloon2-right p{
	margin-top:0;
}
#sub_contents .interview_area{
	margin-top:30px;
}
#sub_contents .interview_area01{
	margin-top:30px;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding:15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  box-sizing: border-box;
	border-radius:10px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top:18px;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 1px solid transparent;
  border-right: 1px solid #555;
  z-index: 1;
}
#sub_contents .balloon2-left p{
	margin-top:0;
}
	
	#sub_contents .staff_icon{
		text-align:center;
		flex-basis:20% !important;
	}
	
	#sub_contents .news .post{
		border-bottom:1px solid #ccc;
		padding:15px 0;
	}

	#sub_contents .news a:first-child .post{
		border-top:1px solid #ccc;
	}

	#sub_contents .news .post .post_left{
		float:left;
		width:100px;
	}
	
	#sub_contents .news .post .post_left img{
		width:100%;
	}

	#sub_contents .news .post .post_right{
		float:right;
		width:calc(100% - 120px);
	}

	#sub_contents .news .post .post_right p.time{
		color:#6e5d4c;
		font-size:13px;
		margin-top:0;
	}
	
	#sub_contents .news .post .post_right p.title{
		font-size:15px;
		line-height:1.5;
	}
	
	#sub_contents .news_list ul{
		border-left:1px solid #ccc;
		display:flex;
		flex-wrap:wrap;
		margin-top:20px;
	}

	#sub_contents .news_list ul li{
		background-image:none;
		border:1px solid #ccc;
		border-left:none;
		margin-top:0;
		padding:0;
		text-align:center;
		width:calc(100% / 3);
	}
	
	#sub_contents .news_list ul li:nth-child(n+4){
		border-top:none;
	}

	#sub_contents .news_list ul li a{
		display:block;
		text-decoration:none;
		padding:4px 0;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
