/*
	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%;
	overflow-x: hidden;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	min-width:1080px;
}
/* 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:"Zen Kaku Gothic New", "游ゴシック体", 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;
}

.grecaptcha-badge { visibility: hidden; }

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

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	align-items:center;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	padding:20px 0;
	width:94%;
	max-width:1280px;
}
.header .logo a h1{
	background-image:url(img/logo.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:68px 60px;
	color:#945b32;
	font-size:26px;
	font-weight:bold;
	line-height:1.1;
	padding-left:80px;
}
.header .logo a h1 span{
	font-size:16px;
}

.header .head_right{
	align-items:center;
	display:flex;
	justify-content:end;
}
.header .head_right .head_tel p{
	color:#f0551f;
	font-size:15px;
	font-weight:bold;
	line-height:1.2;
}
.header .head_right .head_tel p:nth-child(2){
	background-image:url(img/head_tel_icon.png);
	background-repeat:no-repeat;
	background-position:left 8px;
	background-size:20px;
	font-size:26px;
	padding-left:26px;
}
.header .head_right .head_mail{
	margin-left:20px;
	width:230px;
}
.header .head_right .head_mail p{
	font-weight:bold;
	text-align:center;
	filter: drop-shadow(-4px 4px 0 rgba(184, 69, 30, 1));
}
.header .head_right .head_mail p a{
	background-color:#f0551f;
	background-image:url(img/head_mail_icon.png);
	background-position:20px center;
	background-repeat:no-repeat;
	border-radius:5px;
	color:#fff;
	display:block;
	padding:8px 0 8px 40px;
	transition:0.3s;
}
.header .head_right .head_mail p a:hover{
	background-color:#d72323;
}
.header .head_right .head_parking{
	margin-left:10px;
	width:180px;
}
.header .head_right .head_parking p{
	font-weight:bold;
	text-align:center;
	filter: drop-shadow(-4px 4px 0 rgba(109, 135, 70, 1));
}
.header .head_right .head_parking p a{
	background-color:#8aac59;
	background-image:url(img/head_parking_icon.png);
	background-position:20px center;
	background-repeat:no-repeat;
	border-radius:5px;
	color:#fff;
	display:block;
	padding:8px 0 8px 40px;
	transition:0.3s;
}
.header .head_right .head_parking p a:hover{
	background-color:#7e8d50;
}
/* nav */
#g_navi {
	background-color:#f6f6f6;
}
#g_navi .nav_area{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	padding:20px 0;
	width:94%;
	max-width:1280px;
}
#g_navi .nav_area p a{
	color:#945b32;
	font-weight:bold;
	position:relative;
}
#g_navi .nav_area p a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #f0551f;
	bottom: 5px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
#g_navi .nav_area p a:hover::after {
	visibility: visible;
	bottom:0; /*アニメーションが止まる位置*/
	opacity: 1;
}

/* footer */
#foot_menu{
	background-color:#e9e2d7;
	padding:60px 0;
}
#foot_menu .menu_area{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	width:94%;
	max-width:1280px;
}
#foot_menu .menu_area ul li{
	background-image:url(img/arrow03.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;
}
#foot_menu .menu_area .logo_area p{
	margin-top:10px;
}
#foot_menu .menu_area .logo_area p:first-child{
	margin-top:0;
}

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

/*------------------------------------*\
    PAGES
\*------------------------------------*/
#contents01{
	background-color:#fff;
	border-radius:150px;
	display:flex;
	justify-content:center;
	margin:-40px auto 0 auto;
	position:relative;
	width:94%;
	max-width:1280px;
}
#contents01 .neko_logo{
	margin-right:40px;
}
#contents01 .neko_logo p{
	text-align:center;
}
#contents01 .neko_logo p:first-child{
	margin-top:-30px;
}
#contents01 .neko_text{
	padding:60px 0 50px 0;
}
#contents01 .neko_text p{
	font-size:20px;
	text-align:center;
}
#contents01 .neko_text p:nth-child(2){
	font-size:24px;
	font-weight:bold;
}
#contents01 .neko_text p span{
	background-color:#ffef85;
}

.back_color{
	background-color:#f5f3e8;
}
#contents02{
	padding:60px 0 80px;
	margin:0 auto;
	width:94%;
	max-width:1280px;
}
#contents02 .contents_area .banner_area{
	display:flex;
	justify-content:space-between;
}
#contents02 .contents_area .banner_area a{
	align-items:center;
	background-color:#fff;
	background-image:url(img/top_banner_photo02.png);
	background-position:10px bottom;
	background-repeat:no-repeat;
	border-radius:5px;
	display:flex;
	filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
	height:240px;
	width:calc(50% - 20px);
	transition:0.3s;
}
#contents02 .contents_area .banner_area a:first-child{
	background-image:url(img/top_banner_photo01.png);
	background-position:left bottom;
}
#contents02 .contents_area .banner_area a:hover{
	background-color:#f6f6f6;
}
#contents02 .contents_area .banner_area a .banner_block{
	position: relative;
	left:calc(100% - 240px);
	overflow: hidden;
	padding: 20px 40px 20px 30px;
	text-align: center;
}
#contents02 .contents_area .banner_area a .banner_block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
    /* 右側に傾いた平行四辺形（角度はお好みで調整） */
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    /* 古いブラウザ対応が必要なら代替で transform: skewX(-20deg); も可 */
    z-index: -1;
}
#contents02 .contents_area .banner_area a:first-child .banner_block::before {
	background-color: #df540e;
}
#contents02 .contents_area .banner_area a .banner_block p{
	color:#945b32;
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
}
#contents02 .contents_area .banner_area a:first-child .banner_block p{
	color:#fff;
}
#contents02 .contents_area .staff_area{
	display:flex;
	justify-content:space-between;
}
#contents02 .contents_area .staff_area a{
	background-color:#fff;
	border-left:10px solid #df540e;
	border-radius:5px;
	filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
	margin-top:40px;
	padding:5px;
	width:calc(50% - 20px);
	transition:0.3s;
}
#contents02 .contents_area .staff_area a:hover{
	background-color:#f6f6f6;
}
#contents02 .contents_area .staff_area a .staff_block{
	align-items:center;
	display:flex;
	justify-content:space-between;
}
#contents02 .contents_area .staff_area a .staff_block .left{
	padding:0 20px 0 30px;
	width:55%;
}
#contents02 .contents_area .staff_area a .staff_block .left p.job{
	font-size:15px;
}
#contents02 .contents_area .staff_area a .staff_block .left p.name{
	font-size:22px;
	letter-spacing:0.1em;
}
#contents02 .contents_area .staff_area a .staff_block .left .name_area{
	align-items:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
}
#contents02 .contents_area .staff_area a .staff_block .left .name_area p.name{
	margin-right:20px;
}
#contents02 .contents_area .staff_area a .staff_block .left .name_area p.book{
	background-color:#df540e;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	padding:2px 20px;
}
#contents02 .contents_area .staff_area a .staff_block .right{
	width:45%;
}
#contents02 .contents_area .staff_area a:hover .staff_block .right img{
	opacity:0.8;
}

#contents03{
	display:flex;
	justify-content:space-between;
}
#contents03 p{
	width:50%;
}

#contents04{
	background-color:#e9e2d7;
	padding-bottom:80px;
}
#contents04 .title{
	align-items:center;
	background-color:#f0551f;
	border-radius:0 70px 70px 0;
	display:flex;
	height:140px;
	width:900px;
}
#contents04 .title h2{
	background-image:url(img/top_title_icon01.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	margin-left:60px;
	padding:20px 0 20px 110px;
}
#contents04 .news_area{
	margin:40px auto 0 auto;
	width:94%;
	max-width:1280px;
}
#contents04 .news_area .news_block{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#contents04 .news_area .news_block a{
	border-bottom:1px solid #945b32;
	padding:15px 0;
	width:calc(50% - 20px);
	transition:0.3s;
}
#contents04 .news_area .news_block a:hover{
	background-color:#f6f6f6;
}
#contents04 .news_area .news_block a:first-child{
	border-top:1px solid #945b32;
}
#contents04 .news_area .news_block a:nth-child(2){
	border-top:1px solid #945b32;
}
#contents04 .news_area .news_block a .post{
	display:flex;
	justify-content:start;
}
#contents04 .news_area .news_block a .post .post_photo{
	margin-right:20px;
	width:100px;
}
#contents04 .news_area .news_block a .post .post_text p.time{
	font-size:15px;
	margin-top:10px;
}
#contents04 .news_area .news_block a .post .post_text p.news_title{
	margin-top:5px;
}
#contents04 .link_button p{
	background-color:#fff;
	background-image:url(img/arrow03.png);
	background-position:calc(50% - 52px) center;
	background-repeat:no-repeat;
	background-size:14px;
	border:1px solid #945b32;
	margin:40px auto 0 auto;
	text-align:center;
	width:200px;
	transition:0.3s;
}
#contents04 .link_button p:hover{
	background-color:#eee;
}
#contents04 .link_button p a{
	display:block;
	padding:8px 0 8px 25px;
}

#contents05{
	background-image:url(img/top_kondo_back01.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
}
#contents05 .kondo_back{
	background-image:url(img/top_kondo_back02.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:auto 100%;
	padding:100px 0;
	width:100%;
}
#contents05 .kondo_back .text_block{
	background-color:#fff;
	display:block;
	margin:0 auto;
	padding:0 0 40px 0;
	position:relative;
	text-align:center;
	width:560px;
}
#contents05 .kondo_back .text_block p:first-child{
	position:absolute;
	top:-46px;
	left:calc(50% - 126px);
}
#contents05 .kondo_back .text_block h2{
	font-size:30px;
	letter-spacing:0.1em;
	padding-top:70px;
}
#contents05 .kondo_back .text_block p.button{
	margin:10px auto 0 auto;
	width:460px;
}
#contents05 .kondo_back .text_block p.button a{
	background-color:#f0551f;
	background-image:url(img/top_kondo_icon.png);
	background-position:150px center;
	background-repeat:no-repeat;
	border-radius:30px;
	color:#fff;
	display:block;
	font-size:18px;
	font-weight:bold;
	padding:10px 0 10px 40px;
	transition:0.3s;
}
#contents05 .kondo_back .text_block p.button a:hover{
	background-color:#d72323;
}

#contents06{
	background-color:#f5f3e8;
	padding-bottom:80px;
}
#contents06 .title{
	align-items:center;
	background-color:#f0551f;
	border-radius:0 70px 70px 0;
	display:flex;
	height:140px;
	width:900px;
}
#contents06 .title h2{
	background-image:url(img/top_title_icon02.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	margin-left:60px;
	padding:20px 0 20px 110px;
}
#contents06 .menu_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	margin:40px auto 0 auto;
	width:94%;
	max-width:1280px;
}
#contents06 .menu_area .menu_block{
	background-color:#fff;
	border-radius:5px;
	filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
	margin:20px 20px 0 0;
	width:calc((100% - 60px) / 4);
}
#contents06 .menu_area .menu_block:nth-child(4n){
	margin-right:0;
}
#contents06 .menu_area .menu_block a{
	background-image:url(img/arrow01.png);
	background-position:center calc(100% - 20px);
	background-repeat:no-repeat;
	display:block;
	text-align:center;
	padding-bottom:40px;
	transition:0.3s;
}
#contents06 .menu_area .menu_block a:hover{
	background-position:center calc(100% - 10px);
}
#contents06 .menu_area .menu_block a p:first-child{
	padding-top:10px;
}
#contents06 .menu_area .menu_block a p:first-child img{
	width:calc(100% - 20px);
}
#contents06 .menu_area .menu_block a:hover p:first-child img{
	opacity:0.8;
}
#contents06 .menu_area .menu_block a .text_area{
	align-items:center;
	display:flex;
	justify-content:center;
	height:90px;
}
#contents06 .menu_area .menu_block a .text_area p{
	padding:0;
}

#contents07{
	background-color:#fafafa;
	padding-bottom:80px;
}
#contents07 .title{
	align-items:center;
	background-color:#f0551f;
	border-radius:0 70px 70px 0;
	display:flex;
	height:140px;
	width:900px;
}
#contents07 .title h2{
	background-image:url(img/top_title_icon02.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	margin-left:60px;
	padding:20px 0 20px 110px;
}
#contents07 .menu_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	margin:40px auto 0 auto;
	width:94%;
	max-width:1280px;
}
#contents07 .menu_area .menu_block{
	background-color:#fff;
	border-radius:5px;
	filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
	margin:20px 20px 0 0;
	width:calc((100% - 60px) / 4);
}
#contents07 .menu_area .menu_block:nth-child(4n){
	margin-right:0;
}
#contents07 .menu_area .menu_block a{
	background-image:url(img/arrow01.png);
	background-position:center calc(100% - 20px);
	background-repeat:no-repeat;
	display:block;
	text-align:center;
	padding-bottom:40px;
	transition:0.3s;
}
#contents07 .menu_area .menu_block a:hover{
	background-position:center calc(100% - 10px);
}
#contents07 .menu_area .menu_block a p:first-child{
	padding-top:10px;
}
#contents07 .menu_area .menu_block a p:first-child img{
	width:calc(100% - 20px);
}
#contents07 .menu_area .menu_block a:hover p:first-child img{
	opacity:0.8;
}
#contents07 .menu_area .menu_block a .text_area{
	align-items:center;
	display:flex;
	justify-content:center;
	height:90px;
}
#contents07 .menu_area .menu_block a .text_area p{
	line-height:1.5;
	padding:0;
}

#contents08{
	background-color:#e9cfac;
	border-radius:0 0 100px 100px;
	padding-bottom:120px;
	position:relative;
	z-index:1;
}
#contents08 .title{
	align-items:center;
	background-color:#f0551f;
	border-radius:0 70px 70px 0;
	display:flex;
	height:140px;
	width:900px;
}
#contents08 .title h2{
	background-image:url(img/top_title_icon03.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	margin-left:60px;
	padding:20px 0 20px 110px;
}
#contents08 .menu_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	margin:40px auto 0 auto;
	width:94%;
	max-width:1280px;
}
#contents08 .menu_area .menu_block{
	background-color:#fff;
	border-radius:5px;
	filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
	margin:20px 20px 0 0;
	width:calc((100% - 60px) / 4);
}
#contents08 .menu_area .menu_block:nth-child(4n){
	margin-right:0;
}
#contents08 .menu_area .menu_block a{
	background-image:url(img/arrow01.png);
	background-position:center calc(100% - 20px);
	background-repeat:no-repeat;
	display:block;
	text-align:center;
	padding-bottom:40px;
	transition:0.3s;
}
#contents08 .menu_area .menu_block a:hover{
	background-position:center calc(100% - 10px);
}
#contents08 .menu_area .menu_block a p:first-child{
	padding-top:10px;
}
#contents08 .menu_area .menu_block a p:first-child img{
	width:calc(100% - 20px);
}
#contents08 .menu_area .menu_block a:hover p:first-child img{
	opacity:0.8;
}
#contents08 .menu_area .menu_block a .text_area{
	align-items:center;
	display:flex;
	justify-content:center;
	height:90px;
}
#contents08 .menu_area .menu_block a .text_area p{
	line-height:1.5;
	padding:0;
}

#contents09{
	background-image:url(img/top_staff_back.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:180px 0;
	position:relative;
	top:-100px;
}
#contents09 .contents_area{
	margin:0 auto;
	width:94%;
	max-width:1280px;
}
#contents09 .contents_area p.sub_title{
	color:#5c4737;
	font-size:20px;
	text-align:center;
}
#contents09 .contents_area h2{
	color:#5c4737;
	font-size:40px;
	font-weight:bold;
	text-align:center;
}
#contents09 .contents_area .staff_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:20px;
}
#contents09 .contents_area .staff_area a{
	background-color:#fff;
	border-left:10px solid #df540e;
	border-radius:5px;
	filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
	margin-top:20px;
	padding:5px;
	width:calc(50% - 10px);
	transition:0.3s;
}
#contents09 .contents_area .staff_area a:hover{
	background-color:#f6f6f6;
}
#contents09 .contents_area .staff_area a .staff_block{
	align-items:center;
	display:flex;
	justify-content:space-between;
}
#contents09 .contents_area .staff_area a .staff_block .left{
	padding:0 20px 0 30px;
}
#contents09 .contents_area .staff_area a .staff_block .left p.job{
	font-size:15px;
}
#contents09 .contents_area .staff_area a .staff_block .left p.name{
	font-size:26px;
	letter-spacing:0.1em;
}
#contents09 .contents_area .staff_area a:nth-child(5) .staff_block .left p.name{
	font-size:20px;
	letter-spacing:0.1em;
}
#contents09 .contents_area .staff_area a .staff_block .left .name_area{
	align-items:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
}
#contents09 .contents_area .staff_area a .staff_block .left .name_area p.name{
	margin-right:20px;
}
#contents09 .contents_area .staff_area a .staff_block .left .name_area p.book{
	background-color:#df540e;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	padding:2px 26px;
}
#contents09 .contents_area .staff_area a .staff_block .right{
	max-width:280px;
	width:100%;
}
#contents09 .contents_area .staff_area a:hover .staff_block .right img{
	opacity:0.8;
}

#contents10{
	background-color:#e9cfac;
	border-radius:100px 100px 0 0;
	margin-top:-180px;
	padding:120px 0 80px 0;
	position:relative;
	z-index:1;
}
#contents10 .contents_area{
	margin:0 auto;
	width:94%;
	max-width:1280px;
}
#contents10 .contents_area .contact_area{
	align-items:flex;
	background-color:#f5f3e8;
	border:10px solid #ddaf72;
	border-radius:20px;
	display:flex;
}
#contents10 .contents_area .contact_area .left{
	width:45%;
	padding:10px 0;
	text-align:center;
}
#contents10 .contents_area .contact_area .right{
	align-items:center;
	background-color:#df540e;
	border-radius:180px 0 0 0;
	display:flex;
	justify-content:center;
	width:55%;
}
#contents10 .contents_area .contact_area .right .text_area h2{
	color:#fff;
	font-size:26px;
	letter-spacing:0.1em;
}
#contents10 .contents_area .contact_area .right .text_area p{
	background-color:#e9cfac;
	border-radius:40px;
	text-align:center;
	transition:0.3s;
}
#contents10 .contents_area .contact_area .right .text_area p:hover{
	background-color:#eddfcc;
}
#contents10 .contents_area .contact_area .right .text_area p.mail{
	margin-top:30px;
}
#contents10 .contents_area .contact_area .right .text_area p.tel{
	margin-top:10px;
}
#contents10 .contents_area .contact_area .right .text_area p a{
	background-position:calc(50% - 100px) center;
	background-repeat:no-repeat;
	color:#5c4737;
	display:block;
	font-size:20px;
	font-weight:bold;
	padding:10px 0 10px 40px;
}
#contents10 .contents_area .contact_area .right .text_area p.mail a{
	background-image:url(img/mail_icon.png);
}
#contents10 .contents_area .contact_area .right .text_area p.tel a{
	background-image:url(img/tel_icon.png);
}
#contents10 .menu_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#contents10 .menu_area .menu_block{
	margin-top:20px;
	position:relative;
	width:calc(50% - 10px);
}
#contents10 .menu_area .menu_block a p img{
	border-radius:10px;
}
#contents10 .menu_area .menu_block a:hover p img{
	opacity:0.8;
}
#contents10 .menu_area .menu_block a .more_text{
	background-color:#f0551f;
	border-radius:30px;
	position:absolute;
	right:20px;
	bottom:20px;
	width:220px;
}
#contents10 .menu_area .menu_block a .more_text p{
	background-image:url(img/arrow02.png);
	background-repeat:no-repeat;
	background-position:calc(100% - 20px) center;
	color:#fff;
	padding:10px 0 10px 20px;
	transition:0.3s;
}
#contents10 .menu_area .menu_block a:hover .more_text p{
	background-position:calc(100% - 15px) center;
}

#foot_info .title{
	align-items:center;
	background-color:#f0551f;
	border-radius:0 70px 70px 0;
	display:flex;
	height:140px;
	width:900px;
}
#foot_info .title h2{
	background-image:url(img/top_title_icon04.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	margin-left:60px;
	padding:20px 0 20px 110px;
}
#foot_info .info_area{
	display:flex;
	justify-content:space-between;
	margin:40px auto 0 auto;
	padding:20px 0 80px;
	width:94%;
	max-width:1280px;
}
#foot_info .info_area .info_block{
	width:calc(50% - 30px);
}
#foot_info .info_area .info_block .list{
	display:flex;
	justify-content:start;
	margin-top:30px;
}
#foot_info .info_area .info_block .list:first-child{
	margin-top:0;
}
#info .info_area .list p{
	margin-top:20px;
}
#foot_info .info_area .info_block .list p:first-child{
	background-position:left 3px;
	background-repeat:no-repeat;
	font-size:16px;
	padding:4px 0 0 45px;
	width:180px;
}
#foot_info .info_area .info_block .list p:nth-child(2){
	margin-top:5px;
}
#foot_info .info_area .info_block .time_table{
	margin-top:15px;
	width:100%;
}
#foot_info .info_area .info_block .time_table table{
	width:100%;
}
#foot_info .info_area .info_block .time_table table tr td{
	border-bottom:1px solid #fbceb1;
	color:#977d72;
	font-size:15px;
	padding:3px 8px;
	text-align:center;
}
#foot_info .info_area .info_block .time_table table tr:first-child td{
	background-color:#e9cfac;
	color:#333;
}
#foot_info .info_area .info_block .time_table table tr td:first-child{
	color:#444;
	padding:5px 15px 5px 10px;
	text-align:left;
}
#foot_info .info_area .info_block .time_table table tr td.do{
	color:#1b38b6;
}
#foot_info .info_area .info_block .time_table table tr td.nichi{
	color:#e22e07;
}
#foot_info .info_area .info_block .time_table p{
	margin-top:10px;
	text-align:right;
}
#foot_info .info_area .info_block .img01 p:first-child{
	background-image:url(img/info_icon01.png);
}
#foot_info .info_area .info_block .img02 p:first-child{
	background-image:url(img/info_icon02.png);
}
#foot_info .info_area .info_block .img03 p:first-child{
	background-image:url(img/info_icon03.png);
}
#foot_info .info_area .info_block .img04 p:first-child{
	background-image:url(img/info_icon04.png);
}
#foot_info .info_area .info_block .img05 p:first-child{
	background-image:url(img/info_icon05.png);
}
#foot_info .info_area .info_block .img06 p:first-child{
	background-image:url(img/info_icon06.png);
}
#foot_info .info_area .map{
	width:calc(50% - 30px);
}
#foot_info .info_area .map p{
	border:1px solid #ccc;
}

#map_area{
	display:flex;
}
#map_area .left{
	width:50%;
}
#map_area .right{
	width:50%;
}
#map_area iframe{
	margin-bottom:-4px;
}


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

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

#sub_area{
	padding:40px 0 0 0;
}
#sub_contents{
	margin:0 auto 100px auto;
	width:96%;
	max-width:800px;
}
#sub_contents h2{
	align-items:center;
	background-color:#f1eee8;
	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: #b1a283;
}
#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 p{
	margin-top:20px;
}
#sub_contents figure{
	margin-top:20px;
}
#sub_contents figcaption{
	font-size:15px;
	text-align:center;
}
#sub_contents iframe{
	margin-top:20px;
}
#sub_contents ul li{
	background-image:url(img/arrow03.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{
	margin-top:25px;
}
#sub_contents .button_link a{
	background-color:#f0551f;
	border-radius:30px;
	color:#fff;
	font-weight:bold;
	padding:15px 25px;
	text-decoration:none;
	transition:0.3s;
}
#sub_contents .button_link a:hover{
	background-color:#c7542c;
}
#sub_contents .contact_banner{
	align-items:center;
}
#sub_contents .contact_banner .button_link{
	margin-top:12%;
}
#sub_contents table td{
	border:1px solid #aaa;
}

#sub_contents .kondo-column figcaption{
	text-align:left;
}

#sub_contents .news{
	margin-top:40px;
}
#sub_contents .news a{
	text-decoration:none;
}
#sub_contents .news a .post{
	transition:0.3s;
}
#sub_contents .news a:hover .post{
	background-color:#f6f6f6;
}
#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:150px;
}
#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;
}
#sub_contents .news .post .post_right p.cat{
	color:#444;
	font-size:13px;
	text-decoration:none;
}
.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;
}

.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: #f6f6f6;
 ?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 #f6f6f6;
  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: #f6f6f6;
  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 #f6f6f6;
  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_caremenu figure.ireba_table{
	width:100%;
}
#sub_contents figure.ireba_table table tr td{
	background-color:#fff;
	border:1px solid #ccc;
	padding:15px;
	vertical-align:top;
	width:40%;
}
#sub_contents figure.ireba_table table tr td:first-child{
	background-color:#f6f6f6;
	font-weight:bold;
	vertical-align:middle;
	width:20%;
}
#sub_contents figure.ireba_table table tr:first-child td{
	background-color:#f6f6f6;
	font-weight:bold;
	text-align:center;
}
#sub_contents figure.ireba_table table tr td img{
	width:100% !important;
}

#sub_contents table.contact_table{
	margin-top:20px;
	width:100%;
}
#sub_contents table.contact_table tr td{
	background-color:#fff;
	border:1px solid #ccc;
	padding:15px;
	width:65%;
}
#sub_contents table.contact_table tr td:first-child{
	background-color:#f6f6f6;
	width:35%;
}
#sub_contents table.contact_table tr td p{
	margin-top:0;
}
#sub_contents table.contact_table tr td:first-child p{
	font-weight:bold;
}
#sub_contents table.contact_table tr td:first-child p span{
	color:#d80000;
}
#sub_contents table.contact_table tr td input{
	border:1px solid #aaa;
	border-radius:3px;
	padding:5px;
}
#sub_contents table.contact_table tr td.shot input{
	width:50px;
}
#sub_contents table.contact_table tr td textarea{
	border:1px solid #aaa;
	border-radius:3px;
	height:150px;
	padding:5px;
}
#sub_contents table.contact_table tr td span.wpcf7-list-item{
	margin:0;
	width:100%;
}
#sub_contents .submit{
	margin:40px auto 0 auto;
	width:240px;
}
#sub_contents .submit input{
	background-color:#3d342d;
	border:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:16px;
	width:240px;
	transition:0.3s;
}
#sub_contents .submit input:hover{
	background-color:#706256;
}

/* 親コンテナ（ラジオボタンのリスト全体）をFlexboxで横並び対応 */
.wpcf7-radio {
	display: flex;
	flex-wrap: wrap; /* 折り返しを許可 */
	justify-content: space-between; /* 左右に均等配置（隙間調整） */
	gap: 10px; /* ボタン間の隙間（任意） */
}

/* 各アイテムを横幅約50%に（2列） */
.wpcf7-radio .wpcf7-list-item {
	flex: 1 1 calc(50% - 10px); /* 幅50% - 隙間分、折り返し対応 */
	margin: 0; /* 元のmarginをリセット */
	box-sizing: border-box; /* パディングを幅に含める */
}

.wpcf7-radio .wpcf7-list-item label {
	display: block;
	padding: 15px 20px;
	border: 2px solid #ccc; /* フチの色 */
	border-radius: 10px; /* 角を丸く */
	background-color: #f9f9f9; /* 背景色 */
	text-align: center;
	font-size: 18px; /* 文字を大きく */
	cursor: pointer;
	transition: all 0.3s ease;
	height: 100%; /* 高さを揃える */
}

.wpcf7-radio .wpcf7-list-item input[type="radio"] {
	display: none; /* 元のラジオボタンを隠す */
}

/* 選択状態：label全体を変更（最もシンプルで確実） */
.wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:checked) {
	background-color: #005ea6 !important;
	color: #ffffff !important;
	border-color: #005ea6 !important;
	border-width: 4px !important;
	box-shadow: 0 0 15px rgba(0, 94, 166, 0.6) !important;
}

/* 文字部分も確実に */
.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span {
	color: #ffffff !important;
}

/* ホバー効果 */
.wpcf7-radio .wpcf7-list-item label:hover {
	background-color: #e9e9e9;
	border-color: #999;
}

#sub_caremenu .menu_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	margin:0 auto;
	width:100%;
}
#sub_caremenu .menu_area .menu_block{
	background-color:#fff;
	border-radius:5px;
	border:1px solid #ddd;
	filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
	margin:20px 20px 0 0;
	width:calc((100% - 40px) / 3);
}
#sub_caremenu .menu_area .menu_block:nth-child(3n){
	margin-right:0;
}
#sub_caremenu .menu_area .menu_block a{
	background-image:url(img/arrow01.png);
	background-position:center calc(100% - 20px);
	background-repeat:no-repeat;
	color:#333;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-bottom:40px;
	transition:0.3s;
}
#sub_caremenu .menu_area .menu_block a:hover{
	background-position:center calc(100% - 10px);
}
#sub_caremenu .menu_area .menu_block a p:first-child{
	margin:0;
	padding-top:10px;
}
#sub_caremenu .menu_area .menu_block a p:first-child img{
	width:calc(100% - 20px);
}
#sub_caremenu .menu_area .menu_block a:hover p:first-child img{
	opacity:0.8;
}
#sub_caremenu .menu_area .menu_block a .text_area{
	align-items:center;
	display:flex;
	justify-content:center;
	height:90px;
}
#sub_caremenu .menu_area .menu_block a .text_area p{
	margin:0;
	padding:0;
}

#sub_kondomenu{
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	margin:0 auto;
	width:100%;
}
#sub_kondomenu .menu_block{
	filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
	margin:20px 20px 0 0;
	width:calc((100% - 60px) / 4);
}
#sub_kondomenu .menu_block:nth-child(4n){
	margin-right:0;
}
#sub_kondomenu .menu_block p{
	margin:0;
}

/*制作の流れ*/
#flow .flow_area{
	width:100%;
}
#flow .flow_area .flow_block{
	margin-top:40px;
	position:relative;
	width:100%;
}
#flow .flow_area .flow_block a{
	align-items:center;
	background-color:#c7aa6a;
	border-radius:10px;
	color:#fff;
	display:flex;
	margin:0 auto 0 230px;
	position:relative;
	text-decoration:none;
	width:500px;
}
#flow .flow_area .flow_block a:after {
	content: ""; /* 疑似要素に必須 */
	position: absolute; /* 親要素に対して絶対配置 */
	bottom: -11px; /* divの下に配置（数値は調整可能） */
	left: 50%; /* 中央に配置 */
	transform: translateX(-50%); /* 左右中央揃えの補正 */
	width: 0;
	height: 0;
	border-left: 20px solid transparent; /* 左側の透明な辺 */
	border-right: 20px solid transparent; /* 右側の透明な辺 */
	border-top: 12px solid #c7aa6a; /* 上部の色付き辺（三角形の色） */
}
#flow .flow_area .flow_block:nth-child(3) a,#flow .flow_area .flow_block:nth-child(5) a,#flow .flow_area .flow_block:nth-child(8) a,#flow .flow_area .flow_block:nth-child(10) a{
	background-color:#f08300;
}
#flow .flow_area .flow_block:nth-child(3) a:after,#flow .flow_area .flow_block:nth-child(5) a:after,#flow .flow_area .flow_block:nth-child(8) a:after,#flow .flow_area .flow_block:nth-child(10) a:after{
	border-top: 12px solid #f08300;
}
#flow .flow_area .flow_block:nth-child(11) a:after{
	border:none;
}
#flow .flow_area .flow_block a .text_area{
	padding:15px 20px;
}
#flow .flow_area .flow_block a .text_area p{
	font-size:20px;
	font-weight:bold;
	margin:0;
}
#flow .flow_area .flow_block a .text_area p:nth-child(2){
	font-size:16px;
	margin-top:10px;
}
#flow .flow_area .flow_block p.icon{
	margin:0;
	position:absolute;
	left:36px;
	top:-10px;
	z-index:1;
}
#flow .flow_area .flow_block:nth-child(7) p.icon{
	left:106px;
}
#flow .flow_area .flow_block:nth-child(11) p.icon{
	left:0;
}
#flow .flow_area .flow_block:nth-child(3) p.icon,#flow .flow_area .flow_block:nth-child(5) p.icon,#flow .flow_area .flow_block:nth-child(8) p.icon,#flow .flow_area .flow_block:nth-child(10) p.icon{
	left:calc(50% + 280px);
	top:20px;
}
#flow .flow_area .flow_block p.icon img{
	height:96px;
}
#flow .flow_area .flow_block:nth-child(n+4) p.icon img{
	height:80px;
}
#flow .flow_area .flow_block p.youtube{
	position:absolute;
	top:0;
	left:calc(50% - 40px);
	width:36px;
	z-index:1;
}
#flow .flow_area .flow_block p.youtube a{
	width:100%;
}


/*------------------------------------*\
	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) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
	
	body {
		min-width:auto;
	}
	
	#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:#d55208;
	}
	.dl-menuwrapper button:hover,
	.dl-menuwrapper button.dl-active,
	.dl-menuwrapper ul {
	  background: #d55208;
	}
	
	/* header */
	.header {
		align-items:center;
		display:flex;
		justify-content:space-between;
		margin:0 auto;
		padding:20px 0;
		width:90%;
		max-width:460px;
	}
	
	.header .logo{
		position:relative;
		z-index:20;
	}

	.header .logo a h1{
		background-image:url(img/logo.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:auto 36px;
		color:#945b32;
		font-size:18px;
		font-weight:bold;
		line-height:1.1;
		padding-left:50px;
	}

	.header .logo a h1 span{
		font-size:13px;
	}

	.header .head_right{
		display:none;
	}

	/* nav */
	#g_navi {
		display:none;
	}
	
	/* footer */
	#foot_menu{
		background-color:#f8f6f2;
		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 li{
		background-image:url(img/arrow03.png);
		background-position:left 6px;
		background-repeat:no-repeat;
		background-size:16px;
		list-style-type:none;
		margin-top:20px;
		padding-left:24px;
	}

	#foot_menu .menu_area ul li a{
		color:#240d06;
	}

	#foot_menu .menu_area ul li:first-child{
		margin-top:20px;
	}

	#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 .logo_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-top:10px;
	}

	#foot_menu .menu_area .logo_area p{
		margin-top:10px;
		width:calc(50% - 5px);
	}

	#foot_menu .menu_area .logo_area p:first-child{
		margin-top:10px;
	}
	
	#sp_foot{
		align-items:center;
		display:flex;
		height:80px;
		position:fixed;
		top:auto;
		bottom:0;
		left:0;
		z-index:5;
		width:100%;
	}

	#sp_foot p{
		align-items:center;
		display:flex;
		flex-direction: column;  
		height:100%;
		justify-content:center;
		line-height:1.4;
		text-align:center;
		width:50%;
	}

	#sp_foot p a{
		background-color:#f5f3e8;
		background-image:url(img/head_tel_icon.png);
		background-position:calc(50% - 72px) center;
		background-repeat:no-repeat;
		background-size:auto 20px;
		border:1px solid #b0a899;
		border-right:none;
		color:#f0551f;
		display: flex;
		font-size:22px;
		font-weight:bold;
		flex-direction: column;
		height:100%;
		justify-content: center;
		padding:0 0 0 35px;
		width:100%;
		transition:0.3s;
	}
	
	#sp_foot p a:first-child{
		border-left:none;
	}

	#sp_foot p:nth-child(2) a{
		background-color:#f0551f;
		background-image:url(img/head_mail_icon.png);
		background-size:auto 16px;
		color:#fff;
		font-size:18px;
		margin-top:0;
	}

	p.copy{
		background-color:#483b2d;
		color:#fff;
		font-size:14px;
		margin-bottom:80px;
		padding:10px 0;
		text-align:center;
	}
	
	/*------------------------------------*\
	    PAGES
	\*------------------------------------*/
	#main{
		display:none;
	}
	
	.back_color{
		background-color:#f6f6f6;
	}

	#contents01{
		background-color:#f6f6f6;
		border-radius:0;
		display:flex;
		justify-content:space-between;
		margin:0 auto;
		padding:40px 0;
		position:relative;
		width:90%;
		max-width:460px;
	}

	#contents01 .neko_logo{
		margin-right:0;
		width:150px;
	}

	#contents01 .neko_logo p{
		text-align:center;
	}

	#contents01 .neko_logo p:first-child{
		margin-top:0;
		margin-bottom:10px;
	}

	#contents01 .neko_text{
		padding:0;
		width:calc(100% - 170px);
	}

	#contents01 .neko_text p{
		font-size:15px;
		text-align:left;
	}

	#contents01 .neko_text p:nth-child(2){
		font-size:15px;
		font-weight:bold;
	}

	#contents02{
		background-color:#f5f3e8;
		padding:0 0 40px 0;
		margin:0 auto;
		width:100%;
	}

	#contents02 .contents_area .banner_area{
		background-color:#fff;
		display:flex;
		justify-content:space-between;
	}

	#contents02 .contents_area .banner_area a{
		align-items:center;
		background-color:#fff;
		background-image:none;
		background-position:right bottom;
		background-repeat:no-repeat;
		border-radius:5px;
		border-left:1px solid #f5f3e8;
		display:flex;
		filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
		height:100px;
		width:50%;
	}

	#contents02 .contents_area .banner_area a:first-child{
		background-image:none;
		border-left:none;
		border-right:1px solid #f5f3e8;
	}

	#contents02 .contents_area .banner_area a .banner_block{
		margin:0 auto;
		position: static;
		padding: 5px;
		text-align: center;
		width:calc(100% - 10px);
	}

	#contents02 .contents_area .banner_area a .banner_block::before {
		content: "";
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	    /* 右側に傾いた平行四辺形（角度はお好みで調整） */
		clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	    /* 古いブラウザ対応が必要なら代替で transform: skewX(-20deg); も可 */
	    z-index: -1;
	}

	#contents02 .contents_area .banner_area a:first-child .banner_block::before {
		background-color: #fff;
	}
	
	#contents02 .contents_area .banner_area a .banner_block .right{
		align-items:center;
		background-color:#ec2700;
		background-image:url(img/sp_banner_icon.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		border-radius:5px;
		display:flex;
		height:90px;
		justify-content:center;
		width:100%;
	}
	
	#contents02 .contents_area .banner_area a:nth-child(2) .banner_block .right{
		background-color:#705b4c;
	}
	

	#contents02 .contents_area .banner_area a .banner_block .right p{
		color:#fff;
		font-size:16px;
		font-weight:bold;
		line-height:1.4;
	}

	#contents02 .contents_area .banner_area a:first-child .banner_block p{
		color:#fff;
	}

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

	#contents02 .contents_area .staff_area a{
		background-color:#fff;
		border-left:none;
		border-top:5px solid #df540e;
		border-radius:5px;
		filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
		height:100%;
		margin-top:20px;
		padding:5px;
		width:calc(50% - 5px);
	}

	#contents02 .contents_area .staff_area a .staff_block{
		align-items:center;
		display:flex;
		flex-wrap:wrap;
		height:100%;
		justify-content:space-between;
	}

	#contents02 .contents_area .staff_area a .staff_block .left{
		align-items:center;
		display:flex;
		flex-wrap:wrap;
		padding:10px;
		width:100%;
	}

	#contents02 .contents_area .staff_area a .staff_block .left p.job{
		font-size:11px;
		letter-spacing:-0.1em;
		width:100%;
	}

	#contents02 .contents_area .staff_area a .staff_block .left p.name{
		font-size:16px;
		letter-spacing:0;
		line-height:1.5;
	}

	#contents02 .contents_area .staff_area a .staff_block .left .name_area{
		align-items:center;
		display:flex;
		flex-wrap:wrap;
		justify-content:start;
	}

	#contents02 .contents_area .staff_area a .staff_block .left .name_area p.name{
		margin-right:12px;
	}

	#contents02 .contents_area .staff_area a .staff_block .left .name_area p.book{
		background-color:#df540e;
		border-radius:3px;
		color:#fff;
		font-size:12px;
		padding:0 8px;
	}

	#contents02 .contents_area .staff_area a .staff_block .right{
		max-width:280px;
		width:100%;
	}

	#contents03{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	#contents03 p{
		width:100%;
	}

	#contents04{
		background-color:#e9e2d7;
		padding-bottom:40px;
	}

	#contents04 .title{
		align-items:center;
		background-color:#f0551f;
		border-radius:0 70px 70px 0;
		display:flex;
		height:auto;
		min-height:80px;
		width:90%;
	}

	#contents04 .title h2{
		background-image:url(img/top_title_icon01.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:50px;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		margin-left:10px;
		padding:10px 20px 10px 60px;
	}

	#contents04 .news_area{
		margin:20px auto 0 auto;
		width:90%;
		max-width:460px;
	}

	#contents04 .news_area .news_block{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	#contents04 .news_area .news_block a{
		border-bottom:1px solid #945b32;
		padding:10px 0;
		width:100%;
	}

	#contents04 .news_area .news_block a:first-child{
		border-top:1px solid #945b32;
	}

	#contents04 .news_area .news_block a:nth-child(2){
		border-top:none;
	}

	#contents04 .news_area .news_block a .post{
		display:flex;
		justify-content:start;
	}

	#contents04 .news_area .news_block a .post .post_photo{
		margin-right:20px;
		width:80px;
	}

	#contents04 .news_area .news_block a .post .post_text p.time{
		font-size:13px;
		margin-top:5px;
	}

	#contents04 .news_area .news_block a .post .post_text p.news_title{
		margin-top:5px;
	}

	#contents04 .link_button p{
		background-color:#fff;
		background-image:url(img/arrow03.png);
		background-position:calc(50% - 52px) center;
		background-repeat:no-repeat;
		background-size:14px;
		border:1px solid #945b32;
		margin:20px auto 0 auto;
		text-align:center;
		width:200px;
	}

	#contents04 .link_button p a{
		display:block;	
		padding:8px 0 8px 25px;
	}

	#contents05{
		background-image:url(img/top_kondo_back01.jpg);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		width:100%;
	}

	#contents05 .kondo_back{
		background-image:none;
		background-position:right bottom;
		background-repeat:no-repeat;
		background-size:auto 100%;
		padding:80px 0 60px 0;
		width:100%;
	}

	#contents05 .kondo_back .text_block{
		background-color:#fff;
		display:block;
		margin:0 auto;
		padding:0 0 40px 0;
		position:relative;
		text-align:center;
		width:90%;
		max-width:460px;
	}

	#contents05 .kondo_back .text_block p:first-child{
		position:absolute;
		top:-46px;
		left:calc(50% - 126px);
	}

	#contents05 .kondo_back .text_block h2{
		font-size:20px;
		letter-spacing:0;
		padding-top:70px;
	}

	#contents05 .kondo_back .text_block p.button{
		margin:10px auto 0 auto;
		width:90%;
	}

	#contents05 .kondo_back .text_block p.button a{
		background-color:#f0551f;
		background-image:url(img/top_kondo_icon.png);
		background-position:calc(50% - 54px) center;
		background-repeat:no-repeat;
		background-size:18px auto;
		border-radius:30px;
		color:#fff;
		display:block;
		font-size:15px;
		font-weight:bold;
		padding:10px 20px 10px 30px;
	}

	#contents06{
		background-color:#f5f3e8;
		padding-bottom:40px;
	}

	#contents06 .title{
		align-items:center;
		background-color:#f0551f;
		border-radius:0 70px 70px 0;
		display:flex;
		height:auto;
		min-height:80px;
		width:90%;
	}

	#contents06 .title h2{
		background-image:url(img/top_title_icon02.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:50px;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		line-height:1.5;
		margin-left:10px;
		padding:10px 20px 10px 60px;
	}

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

	#contents06 .menu_area .menu_block{
		background-color:#fff;
		border-radius:5px;
		filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
		margin:10px 0 0 0;
		width:calc(50% - 5px);
	}

	#contents06 .menu_area .menu_block:nth-child(2n){
		margin-right:0;
	}

	#contents06 .menu_area .menu_block a{
		background-image:url(img/arrow01.png);
		background-position:center calc(100% - 10px);
		background-repeat:no-repeat;
		background-size:20px;
		display:block;
		text-align:center;
		padding-bottom:30px;
	}

	#contents06 .menu_area .menu_block a p:first-child{
		padding-top:5px;
	}

	#contents06 .menu_area .menu_block a p:first-child img{
		width:calc(100% - 10px);
	}

	#contents06 .menu_area .menu_block a .text_area{
		align-items:center;
		display:flex;
		justify-content:center;
		height:90px;
		padding:0 10px;
	}

	#contents06 .menu_area .menu_block a .text_area p{
		font-size:15px;
		line-height:1.5;
		padding:0;
	}

	#contents07{
		background-color:#fafafa;
		padding-bottom:40px;
	}

	#contents07 .title{
		align-items:center;
		background-color:#f0551f;
		border-radius:0 70px 70px 0;
		display:flex;
		height:auto;
		min-height:80px;
		width:90%;
	}

	#contents07 .title h2{
		background-image:url(img/top_title_icon02.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:50px;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		line-height:1.5;
		margin-left:10px;
		padding:10px 20px 10px 60px;
	}

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

	#contents07 .menu_area .menu_block{
		background-color:#fff;
		border-radius:5px;
		filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
		margin:10px 0 0 0;
		width:calc(50% - 5px);
	}

	#contents07 .menu_area .menu_block:nth-child(2n){
		margin-right:0;
	}

	#contents07 .menu_area .menu_block a{
		background-image:url(img/arrow01.png);
		background-position:center calc(100% - 10px);
		background-repeat:no-repeat;
		background-size:20px;
		display:block;
		text-align:center;
		padding-bottom:30px;
	}

	#contents07 .menu_area .menu_block a p:first-child{
		padding-top:5px;
	}

	#contents07 .menu_area .menu_block a p:first-child img{
		width:calc(100% - 10px);
	}

	#contents07 .menu_area .menu_block a .text_area{
		align-items:center;
		display:flex;
		justify-content:center;
		height:90px;
		padding:0 10px;
	}

	#contents07 .menu_area .menu_block a .text_area p{
		font-size:15px;
		line-height:1.5;
		padding:0;
	}

	#contents08{
		background-color:#e9cfac;
		border-radius:0;
		padding-bottom:40px;
		position:relative;
		z-index:1;
	}

	#contents08 .title{
		align-items:center;
		background-color:#f0551f;
		border-radius:0 70px 70px 0;
		display:flex;
		height:auto;
		min-height:80px;
		width:90%;
	}

	#contents08 .title h2{
		background-image:url(img/top_title_icon03.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:50px;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		line-height:1.5;
		margin-left:10px;
		padding:15px 20px 15px 60px;
	}

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

	#contents08 .menu_area .menu_block{
		background-color:#fff;
		border-radius:5px;
		filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
		margin:10px 0 0 0;
		width:calc(50% - 5px);
	}

	#contents08 .menu_area .menu_block:nth-child(2n){
		margin-right:0;
	}

	#contents08 .menu_area .menu_block a{
		background-image:url(img/arrow01.png);
		background-position:center calc(100% - 10px);
		background-repeat:no-repeat;
		background-size:20px;
		display:block;
		text-align:center;
		padding-bottom:30px;
	}

	#contents08 .menu_area .menu_block a p:first-child{
		padding-top:5px;
	}

	#contents08 .menu_area .menu_block a p:first-child img{
		width:calc(100% - 10px);
	}

	#contents08 .menu_area .menu_block a .text_area{
		align-items:center;
		display:flex;
		justify-content:center;
		height:90px;
		padding:0 10px;
	}

	#contents08 .menu_area .menu_block a .text_area p{
		font-size:15px;
		line-height:1.5;
		padding:0;
	}

	#contents09{
		background-image:url(img/top_staff_back.jpg);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		padding:40px 0;
		position:static;
		top:0;
	}

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

	#contents09 .contents_area p.sub_title{
		color:#5c4737;
		font-size:15px;
		text-align:center;
	}

	#contents09 .contents_area h2{
		color:#5c4737;
		font-size:20px;
		font-weight:bold;
		text-align:center;
	}

	#contents09 .contents_area .staff_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-top:10px;
	}

	#contents09 .contents_area .staff_area a{
		background-color:#fff;
		border-left:none;
		border-top:5px solid #df540e;
		border-radius:5px;
		filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
		height:100%;
		margin-top:20px;
		padding:5px;
		width:calc(50% - 5px);
	}

	#contents09 .contents_area .staff_area a .staff_block{
		align-items:center;
		display:flex;
		flex-wrap:wrap;
		height:100%;
		justify-content:space-between;
	}

	#contents09 .contents_area .staff_area a .staff_block .left{
		align-items:center;
		display:flex;
		flex-wrap:wrap;
		padding:10px;
		width:100%;
	}

	#contents09 .contents_area .staff_area a .staff_block .left p.job{
		font-size:11px;
		letter-spacing:-0.1em;
		width:100%;
	}

	#contents09 .contents_area .staff_area a .staff_block .left p.name{
		font-size:16px;
		letter-spacing:0;
		line-height:1.5;
	}
	
	#contents09 .contents_area .staff_area a:nth-child(5) .staff_block .left p.name{
		font-size:16px;
		letter-spacing:0;
	}

	#contents09 .contents_area .staff_area a .staff_block .left .name_area{
		align-items:center;
		display:flex;
		flex-wrap:wrap;
		justify-content:start;
	}

	#contents09 .contents_area .staff_area a .staff_block .left .name_area p.name{
		margin-right:12px;
	}

	#contents09 .contents_area .staff_area a .staff_block .left .name_area p.book{
		background-color:#df540e;
		border-radius:3px;
		color:#fff;
		font-size:12px;
		padding:0 10px;
	}

	#contents09 .contents_area .staff_area a .staff_block .right{
		max-width:280px;
		width:100%;
	}

	#contents10{
		background-color:#e9cfac;
		border-radius:0;
		margin-top:0;
		padding:40px 0;
		position:static;
		z-index:1;
	}

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

	#contents10 .contents_area .contact_area{
		align-items:flex;
		display:flex;
		flex-wrap:wrap;
		background-color:#f5f3e8;
		border:5px solid #ddaf72;
		border-radius:10px;
	}

	#contents10 .contents_area .contact_area .left{
		width:100%;
		padding:10px 0;
		text-align:center;
	}
	
	#contents10 .contents_area .contact_area .left p{
		margin:0 auto;
		width:200px;
	}

	#contents10 .contents_area .contact_area .right{
		align-items:center;
		background-color:#df540e;
		border-radius:0;
		display:flex;
		justify-content:center;
		padding:20px 0;
		width:100%;
	}

	#contents10 .contents_area .contact_area .right .text_area h2{
		color:#fff;
		font-size:16px;
		letter-spacing:0.1em;
		width:100%;
	}

	#contents10 .contents_area .contact_area .right .text_area p{
		background-color:#e9cfac;
		border-radius:40px;
		text-align:center;
	}

	#contents10 .contents_area .contact_area .right .text_area p.mail{
		margin-top:20px;
	}

	#contents10 .contents_area .contact_area .right .text_area p.tel{
		margin-top:5px;
	}

	#contents10 .contents_area .contact_area .right .text_area p a{
		background-position:calc(50% - 80px) center;
		background-repeat:no-repeat;
		color:#5c4737;
		display:block;
		font-size:15px;
		font-weight:bold;
		padding:10px 0 10px 40px;
	}

	#contents10 .contents_area .contact_area .right .text_area p.mail a{
		background-size:20px auto;
		background-image:url(img/mail_icon.png);
	}

	#contents10 .contents_area .contact_area .right .text_area p.tel a{
		background-size:20px auto;
		background-image:url(img/tel_icon.png);
	}

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

	#contents10 .menu_area .menu_block{
		margin-top:10px;
		position:relative;
		width:100%;
	}

	#contents10 .menu_area .menu_block a .more_text{
		border-radius:30px;
		position:absolute;
		right:10px;
		bottom:10px;
		width:200px;
	}

	#contents10 .menu_area .menu_block a .more_text p{
		background-image:url(img/arrow02.png);
		background-repeat:no-repeat;
		background-position:calc(100% - 20px) center;
		color:#fff;
		font-size:15px;
		padding:6px 0 6px 14px;
	}

	#foot_info .title{
		align-items:center;
		background-color:#f0551f;
		border-radius:0 70px 70px 0;
		display:flex;
		height:auto;
		min-height:80px;
		width:90%;
	}

	#foot_info .title h2{
		background-image:url(img/top_title_icon03.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:50px;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		line-height:1.5;
		margin-left:10px;
		padding:15px 20px 15px 60px;
	}

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

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

	#foot_info .info_area .info_block .list{
		display:flex;
		justify-content:start;
		flex-wrap:wrap;
		margin-top:20px;
		width:100%;
	}

	#foot_info .info_area .info_block .list:first-child{
		margin-top:0;
	}

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

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

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

	#foot_info .info_area .map{
		margin-top:20px;
		width:100%;
	}


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

	#map_area .left{
		width:100%;
	}

	#map_area .right{
		width:100%;
	}
	#map_area iframe{
		height:240px;
	}
	
	
	/*------------------------------------*\
	    IMAGES
	\*------------------------------------*/
	#sub_head_margin{
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		height:200px;
		margin-top: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:20px 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 .contact_banner .button_link{
		font-size:15px;
		margin-top:0;
		text-align:center;
	}
	
	#sub_contents .kondo-column:where(.wp-block-columns.is-layout-flex){
		gap:0;
	}
	
	#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-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-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%;
	}
	
	#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{
		height:auto;
		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 .post .post_right p.cat{
		margin-top:6px;
	}
	
	#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;
	}

	#sub_contents .balloon2-right p{
		margin-top:0;
	}

	#sub_contents .interview_area{
		margin-top:30px;
	}

	#sub_contents .interview_area01{
		margin-top:30px;
	}
	
	.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;
		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 #f6f6f6;
		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 #f6f6f6;
		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:30% !important;
	}
	
	#sub_contents .interview_area01 .staff_icon p{
		border-radius:5px;
	}
	
	#sub_caremenu figure.ireba_table{
		overflow-x: auto;
	}
	
	#sub_contents figure.ireba_table table{
		width: 100%;
		min-width: 600px;
		border-collapse: collapse;
	}

#sub_contents figure.ireba_table table tr td{
	background-color:#fff;
	border:1px solid #ccc;
	padding:15px;
	vertical-align:top;
	width:40%;
}
#sub_contents figure.ireba_table table tr td:first-child{
	background-color:#f6f6f6;
	font-weight:bold;
	vertical-align:middle;
	width:20%;
}
#sub_contents figure.ireba_table table tr:first-child td{
	background-color:#f6f6f6;
	font-weight:bold;
	text-align:center;
}
#sub_contents figure.ireba_table table tr td img{
	width:100% !important;
}
	
	#sub_contents table.contact_table{
		border-top:1px solid #aaa;
		margin-top:20px;
		width:100%;
	}

	#sub_contents table.contact_table tr td{
		display:block;
		padding:15px;
		width:100%;
	}
	
	#sub_contents table.contact_table tr td:first-child{
		border-top:none;
		border-bottom:none;
		display:block;
		width:100%;
	}

	#sub_contents table.contact_table tr td input{
		border:1px solid #aaa;
		border-radius:3px;
		padding:5px;
		width:100%;
	}
	
	#sub_contents table.contact_table tr td.radio input{
		width:10px;
	}

	#sub_contents table.contact_table tr td textarea{
		border:1px solid #aaa;
		border-radius:3px;
		height:120px;
		padding:5px;
		width:100%;
	}
	
	/* 親コンテナ（ラジオボタンのリスト全体）をFlexboxで横並び対応 */
	.wpcf7-radio {
		display: flex;
		flex-wrap: wrap; /* 折り返しを許可 */
		justify-content: space-between; /* 左右に均等配置（隙間調整） */
		gap: 10px; /* ボタン間の隙間（任意） */
	}

	/* 各アイテムを横幅約50%に（2列） */
	.wpcf7-radio .wpcf7-list-item {
		flex: 1 1 calc(50% - 10px); /* 幅50% - 隙間分、折り返し対応 */
		margin: 0; /* 元のmarginをリセット */
		box-sizing: border-box; /* パディングを幅に含める */
	}

	.wpcf7-radio .wpcf7-list-item label {
		display: block;
		padding: 15px 12px;
		border: 2px solid #ccc; /* フチの色 */
		border-radius: 10px; /* 角を丸く */
		background-color: #f9f9f9; /* 背景色 */
		text-align: center;
		font-size: 18px; /* 文字を大きく */
		cursor: pointer;
		transition: all 0.3s ease;
		height: 100%; /* 高さを揃える */
	}

	.wpcf7-radio .wpcf7-list-item input[type="radio"] {
		display: none; /* 元のラジオボタンを隠す */
	}

	/* 選択状態：label全体を変更（最もシンプルで確実） */
	.wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:checked) {
		background-color: #005ea6 !important;
		color: #ffffff !important;
		border-color: #005ea6 !important;
		border-width: 4px !important;
		box-shadow: 0 0 15px rgba(0, 94, 166, 0.6) !important;
	}

	/* 文字部分も確実に */
	.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span {
		color: #ffffff !important;
	}
	
	#sub_caremenu .menu_area{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:20px auto 0 auto;
		width:100%;
	}

	#sub_caremenu .menu_area .menu_block{
		background-color:#fff;
		border-radius:5px;
		filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
		margin:10px 0 0 0;
		width:calc(50% - 5px);
	}

	#sub_caremenu .menu_area .menu_block:nth-child(2n){
		margin-right:0;
	}

	#sub_caremenu .menu_area .menu_block a{
		background-image:url(img/arrow01.png);
		background-position:center calc(100% - 10px);
		background-repeat:no-repeat;
		background-size:20px;
		display:block;
		text-align:center;
		padding-bottom:30px;
	}

	#sub_caremenu .menu_area .menu_block a p:first-child{
		padding-top:5px;
	}

	#sub_caremenu .menu_area .menu_block a p:first-child img{
		width:calc(100% - 10px);
	}

	#sub_caremenu .menu_area .menu_block a .text_area{
		align-items:center;
		display:flex;
		justify-content:center;
		height:90px;
		padding:0 10px;
	}

	#sub_caremenu .menu_area .menu_block a .text_area p{
		font-size:15px;
		line-height:1.5;
		padding:0;
	}
	
	#sub_kondomenu{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:0 auto;
		width:100%;
	}

	#sub_kondomenu .menu_block{
		filter: drop-shadow(0 4px 10px rgba(198,184,165,0.2));
		margin:20px 0 0 0;
		width:calc(50% - 10px);
	}

	#sub_kondomenu .menu_block:nth-child(4n){
		margin-right:0;
	}
	
	/*制作の流れ*/
	#flow .flow_area .flow_block{
		margin-top:20px;
		position:relative;
		width:100%;
	}

	#flow .flow_area .flow_block a{
		align-items:center;
		background-color:#c7aa6a;
		border-radius:10px;
		color:#fff;
		display:flex;
		margin:5px 0 0 0;
		position:relative;
		text-decoration:none;
		width:100%;
	}

	#flow .flow_area .flow_block a:after {
		content: ""; /* 疑似要素に必須 */
		position: absolute; /* 親要素に対して絶対配置 */
		bottom: -11px; /* divの下に配置（数値は調整可能） */
		left: 50%; /* 中央に配置 */
		transform: translateX(-50%); /* 左右中央揃えの補正 */
		width: 0;
		height: 0;
		border-left: 20px solid transparent; /* 左側の透明な辺 */
		border-right: 20px solid transparent; /* 右側の透明な辺 */
		border-top: 12px solid #c7aa6a; /* 上部の色付き辺（三角形の色） */
	}

	#flow .flow_area .flow_block:nth-child(3) a,#flow .flow_area .flow_block:nth-child(5) a,#flow .flow_area .flow_block:nth-child(8) a,#flow .flow_area .flow_block:nth-child(10) a{
		background-color:#f08300;
	}

	#flow .flow_area .flow_block:nth-child(3) a:after,#flow .flow_area .flow_block:nth-child(5) a:after,#flow .flow_area .flow_block:nth-child(8) a:after,#flow .flow_area .flow_block:nth-child(10) a:after{
		border-top: 12px solid #f08300;
	}

	#flow .flow_area .flow_block a .text_area{
		padding:15px 20px;
	}

	#flow .flow_area .flow_block a .text_area p{
		font-size:16px;
		font-weight:bold;
		margin:0;
	}

	#flow .flow_area .flow_block a .text_area p:nth-child(2){
		font-size:15px;
		margin-top:10px;
	}

	#flow .flow_area .flow_block p.icon{
		margin:0;
		position:static;
		z-index:1;
	}

	#flow .flow_area .flow_block p.icon img{
		height:60px;
	}

	#flow .flow_area .flow_block:nth-child(n+4) p.icon img{
		height:48px;
	}

	#flow .flow_area .flow_block p.youtube{
		position:absolute;
		top:47px;
		left:calc(50% + 110px);
		width:30px;
		z-index:1;
	}

	#flow .flow_area .flow_block p.youtube a{
		width:100%;
	}
}

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