@charset "UTF-8";

/******************
テンプレート全体[共通]
******************/

.commonBox{
	margin-left:1%;
}

.commonBox:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

* html .commonBox {
	height: 1%;
}

p{

}

img.aligncenter{
	display: block;
	margin:0 auto;
	float:none;
}

img.alignright{
	margin:0 0 0 auto;
	display:block;
	float:none;
}

img.alignleft{
	text-align: left;
	float:none;
}

/******************
テンプレートレイアウト
******************/
.wp-block-image{
	margin:auto;
}
.wp-block-media-text > .wp-block-media-text__content{
	padding:0 0 0 8% !important;
}
.has-media-on-the-right.wp-block-media-text > .wp-block-media-text__content{
	padding:0 8% 0 0 !important;
}
.wp-element-caption{
	color:#000 !important;
	font-size:1.6rem !important;
	font-weight:500;
}
@media screen and (max-width: 780px) {
	.wp-block-columns{
		gap:0;
	}
	.wp-element-caption{
		margin-bottom:0 !important;
	}
}
@media screen and (max-width: 600px) {
	.wp-block-media-text > .wp-block-media-text__content{
		padding:0 0 0 0 !important;
		margin-top:30px;
	}
	.has-media-on-the-right.wp-block-media-text > .wp-block-media-text__content{
		padding:0 0 0 0 !important;
		margin-top:30px;
	}
}

/******************
中ページ共通項目[共通]
******************/

input,textarea{
	font-size:1.6rem;
	border: 1px solid #cccccc;
	outline: none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:5px;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#breadcrumbWrap{
	width:100%;
	clear:both;
	padding:7px;
	margin:20px auto;
}

#breadcrumbWrap p{
	max-width:1100px;
	margin:0 auto;
	position:relative;
}

#wrapper #contents{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	padding:0;
}

#wrapper #main{
	width:96%;
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
}
#mainLogo{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:auto;
	transform:translateY(-50%);
	text-align:center;
	line-height:1.4;
	max-width:500px;
	padding:20px 20px 20px 0;
	background-color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.logo-haba{
	max-width:540px !important;
	padding:20px 10px 20px 0 !important; 
}
#mainLogo p{
	margin-right:20px;
}
h1{
	/*
	clear:both;
	margin: auto;
	position: relative;
	z-index: 0;
	height: 0;
	padding-top: 20%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 240%;
	background-color:#eee;
	*/
	font-size:4rem;
}
h1 span {
	font-size:2.2rem;
	display:block;
	/*
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 120%;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: 0.1em;
	*/
}
#mainTxt1{

}
.md1-facility{
	font-size:2.8rem;
	text-align:left;
	padding:5px;
	border-bottom:2px solid #000;
	margin-bottom:40px;
}
.md1-default{
	padding:270px 0 130px;
	background-image: radial-gradient(circle, rgba(227, 211, 177, 0.2), rgba(184, 154, 101, 0.2) 80%);
	position:relative;
	text-align:center;
	margin-bottom:80px;
}
.md1-default span{
	font-size:3.6rem;
	position:relative;
	z-index:2;
	color:#73653c;
}
.md1-default::before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	z-index: 1;
	background: url(./images/common/bg-image.png) no-repeat center top/cover;
	height: 300px;
	bottom: 0px;
}

h2{
	font-size:2.8rem;
	text-align:left;
	margin-bottom:40px;
	padding:5px;
	border-bottom:2px solid #c5a470;
	position:relative;
}
.md2-blog{
	text-align: center;
	background-color:unset;
	border:none;
	margin:0 auto 60px;
	padding:0;
}
.md2-frame{
	text-align:center;
}
.md2-color1a {
    position: relative;
    padding:0 0 60px;
    border-bottom: 1px solid #000;
    font-weight: bold;
    text-align: center;
	margin-bottom:80px;
	background-color:unset;
}

.md2-color1a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 20px;
    background-color: #fff;
    content: "";
}

.md2-color1a:after {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 1px;
    background-color: #000;
    content: "";
}
.md2-sub{
	display:block;
	font-size:2.2rem;
	font-weight:500;
	line-height:1.4;
	color:#c5a470;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 36px;
	letter-spacing:0.1rem;
}
/*
.md2-color1a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-gradient(linear, right top, left top, from(#e3e6ff), to(#66779d));
	background-image: -webkit-linear-gradient(right, #e3e6ff 0%, #66779d 100%);
	background-image: linear-gradient(to left,#e3e6ff 0%, #66779d 100%);
}
*/
/*
.md2-color1b{
	font-size:2.6rem;
	padding:10px 20px;
	position:relative;
	background-color:#f9f5e3;
	border-radius:10px;
	text-align:center;
}
*/
.md2-color1b {
	text-align:left;
    position: relative;
    padding: 12px 5px 15px 50px;
    border-radius: 5px;
    font-weight: bold;
	background-color:#f7f3e6;
	border:none;
	text-indent:-32px;
	line-height:1.4;
}
.md2-color1b::before{
    content: '';
    border-left: 12px double #c4b270;
    margin-right: 20px;
}
/*
.md2-color1b:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 20px;
    background-color: #fff;
    content: "";
}

.md2-color1b:after {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 2px;
    background-color: #333;
    content: "";
}
.md2-color1b::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-right: 0 solid transparent;
	border-left: 20px solid #009250;
	border-bottom: 50px solid transparent;
}
*/
h3{
	font-size:2.4rem;
	margin:0 auto 30px;
	border-bottom:1px solid #c5a470;
	position:relative;
	padding:0 5px 10px;
}
h3 span{
	font-size:2rem;
	font-weight:500;
	color:#c5a470;
	position:relative;
	letter-spacing:0.1rem;
}
h3 span::before {
	content: "/";
	margin: 0 14px;
}
/*
h3::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #5e7098;
}
h3::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -14px;
	right: 10px;
	width: 1px;
	height: 80%;
	background: #5e7098;
}
*/
h4{
	font-size:2rem;
}

.editPostLink{
	clear:both;
	max-width:1100px;
	margin:10px auto 0;
	display:none;
}

.editPostLink a{
	display:inline-block;
	padding:5px;
	background-color:#2466dd;
	color:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.editPostLink a:hover{
	background-color:#4486fd;
	text-decoration:none;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom:20px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#3e3e3e;
	background: #dddddd;
}
 
.pagination a:hover{
	color:#fff;
	background: #888888;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #88598c;
	color:#fff;
}
#link1,#link2,#link3,#link4,#link5,#link6,#link7,#link8,#link9,#link10,#aonoie,#rinen,#gaiyo,#enkaku, #respons, #hetamiya, #hotaruya, #hotaruya2{
	padding-top:160px;
	margin-top:-160px;
}

@media screen and (max-width: 960px) {
	#wrapper #contents{
		width:100%;
		overflow:hidden;
		clear:both;
		margin:0 auto;
		padding:60px 0 0;
	}
	.md1-default{
		padding:80px 0;
		margin-bottom:40px;
	}
	.md1-default span{
		font-size:3rem;
	}
	.md1-default::before{
		height:200px;
	}
	.md2-blog{
		margin:0 auto 30px;
	}
	#breadcrumbWrap{
		font-size:1.4rem;
	}
}
@media screen and (max-width: 560px) {
	#mainLogo{
		top: 15%;
		transform:translateY(-15%);
		width:90%;
		max-width:240px;
		padding:10px 5px 10px 0;
	}
	#mainTxt1{
		font-size:1.8rem;
	}
	#mainTxt1 span{
		font-size:1.2rem;
	}
	.logo-haba{
		max-width:260px !important;
		padding:10px 5px 10px 0 !important; 
	}
	#mainLogo p{
		max-width:80px;
		width:16%;
		margin-right:10px;
	}
	.md2-blog{
		width:80%;
	}
	h2{
		font-size:2.4rem;
		line-height:1.4;
	}
}
@media screen and (max-width: 430px) {
	.md1-default{
		padding:50px 0;
	}
	.md1-default span{
		font-size:2.4rem;
	}
	.md1-default::before{
		height:100px;
	}
	h2{
		font-size:2.2rem;
	}
	.md2-color1a{
		margin-bottom:50px;
	}
	.md2-color1b{
		padding:12px 5px 15px 40px;
		text-indent:-24px;
	}
	.md2-color1b::before{
		margin-right:10px;
	}
	h3{
		font-size:2rem;
	}
	h3 span{
		font-size:1.4rem;
	}
}
/*施設画像*/
.shisetsu-img{
	/*
	max-width:1100px;
	margin:120px auto;*/
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
}
.shisetsu-img1{
	background-image: url('./images/facility/rs-kumamoto-image.jpg');
}
.shisetsu-img2{
	background-image: url('./images/facility/manoriaru-img2.jpg');
}
.shisetsu-img3{
	background-image: url('./images/facility/tensui-image.jpg');
}
.shisetsu-img4{
	background-image: url('./images/facility/hanazono-image.jpg');
}
.shisetsu-img5{
	background-image: url('./images/facility/reunion-image.jpg');
}
.shisetsu-img6{
	background-image: url('./images/facility/amisvilla-image.jpg');
}
.shisetsu-img7{
	background-image: url('./images/facility/kinpou-image.jpg');
}
@media screen and (max-width: 1380px) {
	.shisetsu-img{
		padding-top:74.5%;
	}
}
@media screen and (max-width: 960px) {
	.shisetsu-img{
		/*
		padding-top:90%;
		*/
		height:auto;
	}
}
@media screen and (max-width: 780px) {
}
/*リバーサイド熊本*/
.shisetsuUl{
	display:flex;
	flex-wrap:wrap;
	/*justify-content: space-between;
	align-items: stretch;*/
}
.shisetsuUl li{
	width:31.333%;
	margin:0 1% 20px;
}
.shisetsuUl li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border:2px solid #a18300;
	padding:10px 30px 10px 10px;
	text-align:center;
	line-height:1.4;
	min-height:70px;
	transition:.3s;
	position:relative;
	font-weight:bold;
	border-radius:15px;
}
.shisetsuUl li a::before{
	content: '';
    right: 20px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: transparent;
    top: 0px;
    bottom: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #a18300;
    border-right: 2px solid #a18300;
    left: auto;
    position: absolute;
    margin: auto;
    vertical-align: middle;
	transition:.3s;
}
.shisetsuUl li a:hover{
	color:#fff;
	background-color:#a18300;
}
.shisetsuUl li a:hover::before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.shisetsuUl.kinpo-menu li a{
	border:2px solid #eb8691;
}
.shisetsuUl.kinpo-menu li a::before{
    border-top: 2px solid #eb8691;
    border-right: 2px solid #eb8691;
}
.shisetsuUl.kinpo-menu li a:hover{
	color:#fff;
	background-color:#eb8691;
}
.shisetsuUl.kinpo-menu li a:hover::before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.s-line1{
	display:block;
}
.facilityTxt1{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:10px;
	border-left:4px solid #c4b270;
	padding:0 0 3px 10px; 
	line-height: 1.4;
}
.shisetsuTable{
	width:100%;
	margin:20px auto 60px;
}
.shisetsuTable th{
	padding:20px;
	background-color:#eef4ff;
	border:1px solid #ccc;
	font-weight:bold;
}
.shisetsuTable td{
	padding:20px;
	border:1px solid #ccc;
}
.f-table-txt1{
	
}
.f-table-txt2{
	padding-left:1.4rem;
}
.f-table-txt3{
	padding-left:1.4rem;
	margin-bottom:10px;
}
.contactTable, .contactTable3{
	margin:15px 0 0 1%;
}
.contactTable2{
	width:98%;
	margin:0 0 0 2%;
}
.contactTable th, .contactTable2 th{
	padding:10px 20px;
	color:#fff;
	background-color:#a18550;
	border:1px solid #7a653d;
}
.contactTable td, .contactTable2 td{
	padding:10px 20px;
	border:1px solid #7a653d;
}
.contactTable3 th{
	padding:10px 20px;
	color:#fff;
	background-color:#de8a7e;
	border:1px solid #6b433d;
}
.contactTable3 td{
	padding:10px 20px;
	border:1px solid #6b433d;
}
.daily-schedule{
	padding-left: 150px;
	position: relative;
	margin:30px 0 60px 2%;
}
.daily-schedule::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #f0f0f0;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 150px;
}
.daily-schedule > li {
	position: relative;
}
.daily-schedule > li:not(:last-child) {
	margin-bottom: 40px;
}
.daily-schedule > li .ds-time {
	width:120px;
	font-weight:bold;
	line-height:1.4;
	color: #fff;
	background: #7090c4;
	padding: 4px 20px 4px 25px;
	display: block;
	position: absolute;
	top: 0;
	left: -160px;
	z-index: 2;
	text-align:center;
}
.daily-schedule > li .ds-time::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 14px;
	border-color: transparent transparent transparent #7090c4;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.daily-schedule > li dl {
	padding-left: 70px;
	position: relative;
}
.daily-schedule > li dl::before,
.daily-schedule > li dl::after {
	content: "";
	display: block;
	position: absolute;
}
.daily-schedule > li dl::before {
	width: 7px;
	height: 7px;
	background: #cc144f;
	border-radius: 50%;
	left: -4px;
	top:12px;
}
.daily-schedule > li dl::after {
	width: 50px;
	border-bottom: 2px dotted #999;
	position: absolute;
	left: 5px;
	top:14px;
}
.daily-schedule > li dl dt {
	font-weight:bold;
	color: #c47a70;
}
.daily-schedule > li dl dd {
	padding-left:1.4rem;
}
.ds-txt{
	margin-bottom:15px;
}
.accessBox{
	display:flex;
	margin:0 auto;
}
.accessBox2{
	display:flex;
	margin:0 auto 60px;
}
.accessLeft{
	width:55%;
	margin-right:5%;
}
.accessLeft2{
	width:55%;
	margin-right:5%;
}
.ggmap{
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
	width:100%;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.accessRight{
	width:40%;
	font-size:1.8rem;
}
.accessRight2{
	width:40%;
	font-size:1.8rem;
}
.accessTxt{
	margin:10px 0 0 20px;
}
.access-img{
	margin-bottom:20px;
}
.access-title, .access-title2{
	font-weight:bold;
	position:relative;
	padding-left:20px;
	line-height:1.4;
}
.access-title::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #c4b270;
	border-radius:100%;
    content: "";
}
.access-title2::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #eb8691;
	border-radius:100%;
    content: "";
}
.access-add{
	margin-bottom:10px;
}
.txt-indent1{
	color:#c84b4b;
	text-indent:-1.6rem;
	padding-left:1.6rem;
	line-height:1.4;
	margin-top:5px;
}
.txt-indent2{
	margin-top:5px;
	text-indent:-1.6rem;
	padding-left:1.6rem;
	line-height:1.4;
}
.txt-size1{
	font-weight:bold;
	font-size:2rem;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.txt-size2{
	font-size:1.8rem;
}
.txtFrame{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.txtBox{
	width:32%;
	margin:0 0 20px;
	border:1px solid #000;
	padding:0 20px;
}
.txt-title{
	color:#fff;
	background-color:#000;
	padding:10px;
	text-align:center;
}
.txt-haba{
	margin-bottom:10px;
}
@media screen and (max-width: 780px) {
	.accessBox, .accessBox2{
		display:block;
	}
	.accessLeft{
		width:100%;
		margin:0 auto 30px;
	}
	.accessRight{
		width:100%;
		margin:auto;
	}
}
@media screen and (max-width: 560px) {
	.daily-schedule{
		padding-left: 0;
		margin:30px 0 40px 1%;
	}
	.daily-schedule::before {
		content: unset;
		position:static;
	}
	.daily-schedule > li:not(:last-child) {
	}
	.daily-schedule > li .ds-time {
		position:static;
		margin-bottom:15px;
	}
	.daily-schedule > li .ds-time::after {
		content: unset;
		position:static;
	}
	.daily-schedule > li dl {
		padding-left: 0px;
	}
	.daily-schedule > li dl::before,
	.daily-schedule > li dl::after {
		content:unset;
		position:static;
	}
}
@media screen and (max-width: 430px) {
	.facilityTxt1{
		font-size:1.8rem;
	}
	.contactTable, .contactTable3{
		width:100%;
		margin:20px auto 0;
	}
	.contactTable th, .contactTable3 th{
		display:block;
		width:auto;
		padding:5px 5px 5px 10px;
		text-align:left;
	}
	.contactTable tr:nth-child(2) th, .contactTable3  tr:nth-child(2) th{
		border-top:none;
	}
	.contactTable td, .contactTable3 td{
		display:block;
		width:auto;
		padding:10px 5px 20px 20px;
		border-top:none;
	}
}

/*リバーサイド熊本*/
.shisetsuUl{
	display:flex;
	flex-wrap:wrap;
	/*justify-content: space-between;
	align-items: stretch;*/
}
.shisetsuUl li{
	width:31.333%;
	margin:0 1% 20px;
}
@media screen and (max-width: 960px) {
	.shisetsuUl li{
		width:48%;
	}
}
@media screen and (max-width: 640px) {
	.shisetsuUl li{
		width:92%;
		margin:0 auto 15px;
	}
	.shisetsuUl li a{
		min-height:40px;
	}
	.shisetsuUl li a::before{
		bottom:3px;
	}
}
@media screen and (max-width: 460px) {
	.shisetsuUl li a{
		font-size:1.4rem;
	}
}
/*マノリアル本荘*/
.priceTable{
	margin-left:1%;
}
.priceTable table{
	width:100%;
	margin:20px auto;
}
.priceTable table th{
	padding:10px 20px;
	border-bottom:2px dotted #ccc;
}
.priceTable table td{
	padding:10px 20px;
	border-bottom:2px dotted #ccc;
}
.shisetsuBox{
	display:flex;
}
.shisetsuLeft{
	width:45%;
	margin-right:5%;
}
.manual-pdf a{
	display:inline-block;
	padding:20px 80px 22px 30px;
	font-size:2rem;
	border:2px solid #df7070;
	position:relative;
	border-radius:20px;
}
.manual-pdf a::after {
	content: '\f1c1';
	font-family: 'Font Awesome 5 Free';
	font-size: 2.8rem;
	font-weight: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	color: #df7070;
	transition: .3s;
}
.manual-pdf a:hover{
	color:#fff;
	background-color:#df7070;
}
.manual-pdf a:hover::after{
	color:#fff;

}
.setsubiUl{
	margin-left:1%;
}
.setsubiUl li{
	padding-left:14px;
	margin-bottom:10px;
	line-height:1.6;
	position:relative;
}
.setsubiUl li::before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	background: #d19877;
	border-radius:8px;
	content: "";
}
.setsubiUl2{
	margin-left:1%;
	display:flex;
	flex-wrap:wrap;
}
.setsubiUl2 li{
	padding-left:14px;
	margin:0 30px 5px 0;
	position:relative;
}
.setsubiUl2 li::before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	background: #d19877;
	border-radius:8px;
	content: "";
}
.tyuiUl{
	margin:0 0 30px 0;
}
.tyuiUl li{
	padding:15px 15px 15px 50px;
	margin:5px 5px 20px;
	position:relative;
	background-color:#fffde8;
	line-height: 1.6;
	border-radius: 10px;
	box-shadow: 2px 2px 3px #bdb595;
}
.tyuiUl li::before {
	content: '\f0a4';
	font-family: 'Font Awesome 5 Free';
	font-size: 2rem;
	font-weight: normal;
	position: absolute;
	top: 12px;
	left: 20px;
	color: #a29b41;
	transition: .3s;
	/*
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: #ded97e;
	content: "";
	*/
}
@media screen and (max-width: 960px) {
	.shisetsuBox{
		display:block;
	}
	.shisetsuLeft{
		width:100%;
		max-width:400px;
		margin:0 auto 30px;
	}
	.manual-pdf{
		max-width:400px;
		margin:auto;
	}
	.manual-pdf a{
		display:block;
	}
}
@media screen and (max-width: 780px) {
	.priceTable{
		margin:0 0 30px 1%;
	}
}
@media screen and (max-width: 430px) {
	.shisetsuBox{
		display:block;
	}
	.shisetsuLeft{
		max-width:400px;
		margin:0 auto 30px;
	}
	.contactTable2 th{
		display:block;
		width:auto;
	}
	.contactTable2 td{
		display:block;
		width:auto;
		border-top:none;
	}
	.manual-pdf{
		max-width:300px;
		margin:auto;
	}
	.manual-pdf a{
		text-align:center;
		font-size:1.6rem;
		padding:20px 50px 22px 20px;
	}
	.manual-pdf a::after{
		right:15px;
	}
}
/*てんすい俱楽部*/
.sodan-md{
	text-align:center;
	margin-bottom:40px;
	position:relative;
}
.sodan-md:before {
	position: absolute;
	bottom: -12px;
	left: calc(50% - 30px);
	width: 80px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #d57c95;
}
.setsubiUl3{
	display:flex;
	flex-wrap:wrap;
	background-color:#fffbfb;
	padding:30px 20px 20px;
	border-radius:10px;
	margin-bottom:20px;
}
.setsubiUl3 li{
	width:46%;
	margin:0 2% 20px;
	padding-left:25px;
	line-height:1.6;
	position:relative;
	font-weight:bold;
}
.setsubiUl3 li::before {
	content: '\f14a';
	font-family: 'Font Awesome 5 Free';
	font-size: 2rem;
	font-weight: normal;
	position: absolute;
	top: -3px;
	left: 0px;
	color: #d57c95;
	transition: .3s;
}
.txt-color1{
	display:block;
	color:#c84b4b;
}
@media screen and (max-width: 780px) {
	.setsubiUl3{
		display:block;
	}
	.setsubiUl3 li{
		width:98%;
	}
}
/*リユニオン田崎*/
.plan-md{
	margin-bottom:40px;
	background-color: #f2edd9;
	padding: 5px 0 8px 15px;
}
.plan-txt{
	font-size:1.8rem;
	font-weight:bold;
	margin:10px 0 0 4%;
	display:inline-block;
	/*
	background: linear-gradient(transparent 50%, #eaddac 90%);
	*/
	border-bottom:3px solid #d19877;
	padding:0 10px 2px;
}
.planTable table{
	width:100%;
	margin:20px auto;
}
.planTable table th{
	padding:10px 20px;
	text-align:left;
	background-color:#f0f0f0;
	border:1px solid #ccc;
}
.planTable table td{
	padding:10px 20px;
	border:1px solid #ccc;
}
.planTable table tr:last-child td{
	font-weight:bold;
	color:#c84b4b;
}
/*ささえりあ金峰*/
.md1-kinpo{
	margin-bottom:60px;
	font-size:3.6rem;
	line-height:1.4;
	position:relative;
	border-bottom:5px solid #fbeaf0;
	padding-bottom:15px;
}
.md1-sub{
	font-size:1.8rem;
}
.md1-kinpo::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 5px;
	background-color: #eb8691;
}
.md2-kinpo{
	background-color:#fff4f5;
}
.md2-kinpo::before{
	border-left:12px double #de8a7e;
}
.md3-kinpo{
	border-bottom:1px solid #de8a7e;
}
.facilityTxt2{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 4px solid #c47082;
	padding: 0 0 3px 10px;
	line-height: 1.4;
}
.facilityTxt3{
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:5px;
	line-height: 1.4;
	/*
	padding-left:10px;
	position:relative;
	*/
}
/*
.facilityTxt3::before{
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	background: #c47900;
	border-radius: 100%;
	content: "";
}
*/
#eventTable{
	width:100%;
	margin:0 auto;
	border-top:1px solid #ccc;
}
#eventTable th{
	width:100px;
	vertical-align:top;
	padding:20px 10px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#f0f0f0;
	font-weight:bold;
}
#eventTable td{
	padding:20px;
	border-bottom:1px solid #ccc;
}
#eventTable tr:first-child td{
	border-right:1px solid #ccc;
	background-color:#f0f0f0;
	font-weight:bold;
}
#eventTable td:nth-child(3) {
	width: 500px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.eventMonth.event-color{
	background-color:#f0f0f0;
	font-weight:bold;
}
#eventTable th.event-color1, .eventMonth.event-color1{
	background-color:#fcebf7;
}
#eventTable th.event-color2, .eventMonth.event-color2{
	background-color:#ebfcf0;
}
#eventTable th.event-color3, .eventMonth.event-color3{
	background-color:#fcf0eb;
}
#eventTable th.event-color4, .eventMonth.event-color4{
	background-color:#ebf7fc;
}
.eventTxt p, .eventTxt2 ul li{
	padding-left:12px;
	position:relative;
	line-height:1.4;
	margin:5px 0;
}
.eventTxt p::before, .eventTxt2 ul li::before{
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	background: #f0e056;
	border-radius: 100%;
	content: "";
}
.eventImg{
	display:flex;
	flex-wrap:wrap;
	margin:auto;
	align-items:center;
}
.eventImg p{
	width:48%;
	margin:0 1%;
}
#eventWrap{
	border-bottom:1px solid #ccc;
}
.eventBox{
	display:flex;
	border:1px solid #ccc;
	border-bottom:none;
}
.eventMonth{
	width:8%;
	padding:20px 5px;
	text-align:center;
	font-weight:bold;
}
.eventTxt2{
	width:42%;
	border-left:1px solid #ccc;
	padding:20px 0px 20px 20px;
	margin-right:3%;
}
.eventTxt3{
	width:92%;
	border-left:1px solid #ccc;
	padding:20px 0px 20px 20px;
	background-color:#f0f0f0;
	font-weight:bold;
}
.eventImg2{
	display:flex;
	align-items: center;
	width:46%;
}
.eventImg2 p{
	width:48%;
	margin:0 2% 0 0;
}
@media screen and (max-width: 960px) {
	#eventTable{
		width:1000px;
	}
}
@media screen and (max-width: 780px) {
	.eventBox{
		display:block;
	}
	.eventMonth{
		width:auto;
		padding:8px 5px 8px 20px;
		text-align:left;
	}
	.eventMonth.event-color{
		display:none;
	}
	.eventTxt2{
		width:97%;
		border-left:none;
		padding: 20px 0px 20px 20px;
	}
	.eventTxt3{
		width:100%;
		border-left:none;
		padding: 10px 10px 10px 15px;
	}
	.eventImg2{
		width:90%;
		justify-content:center;
		margin:auto;
		padding-bottom:30px;
	}
	.eventImg2 p{
		margin:0 1%;
	}
}
@media screen and (max-width: 430px) {
	.md1-kinpo{
		margin-bottom:30px;
		font-size:2.2rem;
	}
	.md1-sub{
		font-size:1.4rem;
	}
	.facilityTxt2{
		font-size:1.8rem;
	}
	#eventTable th{
		padding:10px;
		font-size:1.4rem;
	}
	#eventTable td{
		padding:10px 20px;
		font-size:1.4rem;
	}
}
/******************
駿光会について
******************/
#greetingImg img{
	float:right;
	max-width:300px;
	margin:20px 0 20px 50px;
}
#greetingTxt{
	line-height:2;
	padding:0 1%;
}
#greeting-name{
	font-weight:bold;
	font-size:2rem;
	text-align:right;
	margin-top:20px;
}
.philosophyTxt{
	color:#5d4d00;
	font-size:2.8rem;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.3rem;
}
.about-txt1{
	font-size:2.2rem;
	font-weight:bold;
	color:#a18300;
	margin-left:1%;
	display:inline-block;
	border-bottom:1px solid #a18300;
	padding:0 5px 5px;
}
.about-txt2{
	font-size:2.2rem;
	font-weight:bold;
	line-height:1.4;
	color:#a18300;
	margin-left:1%;
	display:inline-block;
	border-bottom:1px solid #a18300;
	padding:0 5px 5px 0;
}
.aboutUl{
	margin-left:2%;
}
.aboutUl li{
	font-size:1.8rem;
	margin:0 2% 10px 0;
	border-bottom:2px dotted #ddd6c2;
	padding:5px 5px 15px 25px;
	position:relative;
	line-height:1.4;
}
.aboutUl li::before {
	position: absolute;
	top: 15px;
	left: 10px;
	display: block;
	width: 7px;
	height: 7px;
	background: #c5a470;
	border-radius:8px;
	content: "";
}
.aboutTable1{
	width:100%;
	margin:0 auto 40px;
	font-size:2rem;
}
.aboutTable2, .aboutTable3{
	width:100%;
	margin:auto;
}
.aboutTable2{
	position: relative;
	overflow: auto;
}
.aboutTable1 th{
	text-align:left;
	padding:20px 10px 20px 100px;
	border-bottom:2px dotted #ddd6c2;
	width:250px;
}
.aboutTable1 td{
	padding:20px;
	border-bottom:2px dotted #ddd6c2;
}
.aboutTable2 th{
	padding:10px;
	border:1px solid #ccc;
	background-color:#f7f7f7;
	font-size:1.4rem;
	font-weight:bold;
	line-height:1.4;
}
.aboutTable2 td{
	font-size:1.4rem;
	line-height:1.4;
	padding:10px 20px;
	border:1px solid #ccc;
}
.aboutTable2 td p{
	margin:5px 0;
}
.aboutTable3 th{
	width:180px;
	padding:20px;
	border-bottom:1px solid #ccc;
	text-align:left;
}
.aboutTable3 td{
	padding:20px;
	line-height:1.4;
	border-bottom:1px solid #ccc;
}
.tableTxt{
	display:none;
}
@media screen and (max-width: 960px) {
	.aboutTable2{
		width:1000px;
	}
	.tableTxt{
		display:block;
	}
}
@media screen and (max-width: 780px) {
	#greetingImg{
		text-align:center;
	}
	#greetingImg img{
		float:none;
		margin:20px auto;
	}
	.philosophyTxt{
		text-align:left;
		font-size:2.4rem;
		text-indent: -2.8rem;
		padding-left: 2.4rem;
	}
	.about-txt2{
		font-size:2rem;
		text-indent:-2.2rem;
		padding-left:2rem;
	}
	.aboutTable1{
		font-size:1.8rem;
	}
	.aboutTable1 th{
		padding:20px 10px 20px 20px;
		width:auto;
	}
	.aboutTable3 th{
		display:block;
		width:auto;
		padding:5px;
	}
	.aboutTable3 td{
		display:block;
		width:auto;
		padding:10px 5px 20px 20px;
		border-bottom:none;
	}
}
@media screen and (max-width: 430px) {
	.aboutTable2 th{
		padding:5px 10px;
		font-size:1.2rem;
	}
	.aboutTable2 td{
		font-size:1.2rem;
		padding:5px 10px 5px 20px;
	}
}
/******************
サービス案内
******************/
#serviceFrame{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom:40px;
}
.serviceBox{
	width:46%;
	margin:0 0 40px;
}
.break{
	flex-basis: 100%;
	height:0;
}
.serviceImg{
	
}
.serviceTitle{
	font-weight:bold;
	font-size:2.2rem;
	line-height:1.4;
	margin:15px auto 20px;
	color:#5d4d00;
	border-bottom:1px solid #5d4d00;
	padding-bottom:10px;
}
.serviceText{
	margin-left:1%;
}
.subjectUl{
	display:flex;
	flex-wrap:wrap;
	margin-top:20px;
}
.subjectUl li{
	width:31.333%;
	margin:0 1% 10px;
}
.subjectUl li a{
	font-size:1.2rem;
	font-weight:bold;
	line-height:1.4;
	display:block;
	color:#a18300;
	border:1px solid #a18300;
	padding:5px 5px 7px 15px;
	position:relative;
	text-align:center;
	transition:.3s;
}
.subjectUl li a::before {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 11px;
	left: 12px;
	width: 6px;
	height: 6px;
	border-top:2px solid #a18300;
	border-right:2px solid #a18300;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.subjectUl li a:hover{
	color:#fff;
	background-color:#a18300;
}
.subjectUl li a:hover::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
@media screen and (max-width: 1160px) {
	.subjectUl li{
		width:48%;
		margin:0 1% 10px;
	}
}
@media screen and (max-width: 960px) {
	.serviceTitle{
		font-size:2rem;
	}
	.serviceBox{
		width:48%;
	}
}
@media screen and (max-width: 780px) {
	#serviceFrame{
		display:blcok;
	}
	.serviceBox{
		width:100%;
	}
}
/******************
アクセス
******************/
.map-title{
	font-size:3rem;
	font-weight: 500;
	border-bottom:1px solid #5d4d00;
	padding:0 5px 10px;
	color: #5d4d00;
	line-height: 1.4;
	margin-bottom: 30px;
}
.map-sub{
	display:block;
	font-size:1.8rem;
}
.mapFrame{
	margin-bottom:80px;
}
.mapBox{
	display:flex;
	justify-content: space-between;
	margin:0 auto 20px;
}
.map-img{
}
.mapLeft{
	width:48%;
}
.mapTable{
	width:100%;
	margin:0 auto 40px;
}
.mapTable th{
	width:200px;
	border-bottom:1px solid #c9af6c;
	background-color:#eee6ce;
	padding:15px 10px;
}
.mapTable td{
	border-bottom:1px solid #c9af6c;
	padding:15px 5px 15px 20px;
	line-height:1.4;
}
.mapRight{
	width:48%;
}
.ggmap2{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	width:100%;
}
.ggmap2 iframe,
.ggmap2 object,
.ggmap2 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mapBtn{
	max-width:280px;
	width:90%;
	margin:30px auto 0;
}
.mapBtn a{
	color:#a18300;
	border:1px solid #a18300;
	background-color:#fff;
	display:block;
	text-align:center;
	font-weight:500;
	padding:10px 20px 10px 10px;
	border-radius:100vh;
	position:relative;
}
.mapBtn a::after {
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	top: 50%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #a18300;
	border-right: 1px solid #a18300;
	-webkit-transform:translate(0,-50%) rotate(45deg);
	transform:translate(0,-50%) rotate(45deg);
	transition:.3s;
}
.mapBtn a:hover{
	color:#fff;
	background-color:#a18300;
}
.mapBtn a:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
@media screen and (max-width: 780px) {
	.mapBox{
		display:block;
	}
	.mapLeft, .mapRight{
		width:100%;
		margin:20px auto 0;
	}
	.mapTable{
		margin:auto;
	}
	.mapTable th{
		display:block;
		width:auto;
		padding:5px 5px 5px 10px;
		text-align:left;
	}
	.mapTable td{
		display:block;
		width:auto;
		padding:10px 5px 20px 20px;
		border:none;
	}
	.map-title{
		font-size:2.4rem;
	}
	.map-sub{
		font-size:1.4rem;
	}
}
/******************
中ページ共通CSS
******************/
.line-haba{
	margin-bottom:20px;
}
.txt-center{
	text-align:center;
}
.newsletterBox{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom:60px;
}
.newsletterBox li{
	width:23%;
	margin:0 0 20px;
}
.newsletterBox li a{
	display:block;
	border:1px solid #df7070;
	color:#000;
	padding:10px 10px 10px 30px;
	position:relative;
	text-align:center;
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic","游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	border-radius:8px;
	z-index:2;
	transition:.3s;
}
.newsletterBox li a::before {
	content: '\f1c1';
	font-family: 'Font Awesome 5 Free';
	font-size:2rem;
	font-weight: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	color:#df7070;
	transition:.3s;
}
.newsletterBox li a:hover{
	color:#fff;
	background-color:#df7070;
}
.newsletterBox li a:hover::before {
	color:#fff;
}

/******************
お問い合わせ[PC]
******************/
/* contact form 7 */
.contactTxt{
	text-align:center;
	margin:40px auto 20px;
	font-size:2.0rem;
}
.siteLink{
	text-align:center;
	margin:0 auto 60px;
}
.siteLink a{
	display:inline-block;
	border:1px solid #323232;
	padding:10px 40px 10px 25px;
	position:relative;
}
.siteLink a::after {
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #323232;
	border-right: 2px solid #323232;
	-webkit-transform:translate(0,-50%) rotate(45deg);
	transform:translate(0,-50%) rotate(45deg);
	transition:.3s;
}
.siteLink a:hover{
	color:#fff;
	background-color:#323232;
}
.siteLink a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#contactForm{
	margin:0 auto;
	width:98%;
}
#contactForm input,
#contactForm select{
	/*-webkit-appearance: none;*/
	padding: 5px 1% 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 2px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 5px -6px rgba(0,0,0,0.5);
	color: #323232;
	border:1px solid #777;
	background-color:#fff;
	position:relative;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#contactForm textarea{
	overflow: auto;
	height:120px;
	padding: 5px 1% 4px;
	line-height:1.2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #323232;
	border:1px solid #777;
	width:90%;
}
input:focus, textarea:focus {
	outline: 2px solid #00f;
}
input[type=checkbox]:focus{
	outline:none;
}
.wpcf7-select{
	font-size:1.4rem;
}
#contactForm table{
	width:100%;
	border-spacing: 0;
	border-top:1px solid #ccc;
}
#contactForm tr{
	clear:both;
}
#contactForm th{
	position:relative;
	width:32%;
	text-align:left;
	font-weight:500;
	padding:20px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	background-color:#f9f5f0;
	box-sizing:border-box;
}
#contactForm td{
	width:68%;
	padding:20px 10px 20px 20px;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}
span.required{
	background-color:#ee947e;
	display:inline-block;
	color:white;
	padding:4px 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position:absolute;
	right:15%;
	margin-top:4px;
	font-size:1.2rem;
	line-height:1;
}
#sendingBox{
	width:96%;
	border-bottom:1px solid #ccc;
	margin:auto;
	text-align:center;
	padding:30px 0;
}
#sendingTxt{
	font-weight:bold;
	font-size:120%;
}
#caveat{
	line-height:1.4;
	font-size:1.4rem;
	color:#ff0000;
	display:table;
	margin:auto;
	text-indent:-1.4rem;
	padding-left:1.4rem;
}
#formBtnBox{
	max-width:280px;
	width:90%;
	margin:40px auto 0;
	display:flex;
	justify-content: space-between;
}
.kakuninBtn{
	width:152px;
}
.kakuninBtn input{
	width:150px;
	height:46px;
	cursor:pointer;
	outline:none;
	background-color:#a18300;
	color:white;
	border:none;
	letter-spacing:1px;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	transition:.3s;
	font-weight:500;
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.kakuninBtn input:hover{
	background-color:#a13300;
}
.returnBtn input{
	height:46px;
	outline:none;
	border:none;
	padding:5px 10px;
	color:#323232;
	background-color:#ccc;
	border:1px solid #ccc;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);  
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	transition:.3s;
	font-weight:500;
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.returnBtn input:hover{
	cursor:pointer;
	background-color: #aaaaaa;
}
.confirmForm span.required{
	display:none;
}
#contactForm select{
	-webkit-appearance: checkbox;
}
::placeholder {
}
#formBox{
	margin:0 auto 60px;
}
.sent #formBox{
	display: none;
}
.sentout_message{
	margin:0 auto 80px;
}
/*
.sentout_message{
	display: none;
}
.sent .sentout_message{
	display: block;
}
*/
/*送信成功*/
div.wpcf7 form.sent .wpcf7-response-output{
	background:#d5edda;
	color:#185626;
	border:1px solid #c4e5cc !important;
	padding:10px 10px 10px 20px !important;
}
/*送信NG・失敗*/
div.wpcf7 form.failed .wpcf7-response-output,
div.wpcf7 form.aborted .wpcf7-response-output,
div.wpcf7 form.invalid .wpcf7-response-output,
div.wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7 form.payment-required .wpcf7-response-output{
	background:#f7d7da;
	color:#711d26;
	border:1px solid #f4c6cb !important;
	padding:10px 10px 10px 20px !important;
} 
/*スパムなどで送信ブロックされた場合*/
div.wpcf7 form.spam .wpcf7-response-output{
	background:#fff2cf;
	color:#846314;
	border:1px solid #feedbd !important;
	padding:10px 10px 10px 20px !important;
}
#contactForm .wpcf7-not-valid {
	background: #ffebef !important;
}
.wpcf7 .wpcf7-submit:disabled{
	background-color:#a18300;
}
span.wpcf7-radio, span.wpcf7-checkbox{
  display: flex;
  flex-direction: column;
}
span.wpcf7-list-item{
	margin:0;
}
#sendingCheck{
	font-size:1.6rem;
	line-height:1.4;
}
.hosoku-txt,.hosoku-txt1,.hosoku-txt2{
	font-size:1.4rem;
	line-height:1.4;
}
.hosoku-txt{
	margin-left:8px;
}
.hosoku-txt1{
	margin-top:10px;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
.hosoku-txt2{
	color:#f00;
	margin-top:10px;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
.hosoku-txt3{
	color:#f00;
	margin-top:10px;
	padding-left: 14rem;
	text-indent: -14rem;
}
#formTel{
	font-size:120%;
	font-weight:bold;
	margin:20px auto 30px;
}
#recruitMain .sentout_message h2{
	margin: 0 auto 30px;
	font-size: 180%;
	font-weight: bold;
	line-height: 120%;
	position: relative;
	padding: 5px 8px 8px;
	border-bottom: 2px solid #0b9b93;
	text-align:left;
}
#formLink{
	margin-top:30px;
}
.fm-ck .wpcf7-list-item{
	display:block;
}
.wpcf7-free-text{
	width:60px;
	margin:5px 0 0 90px;
	display:block;
	position:relative;
}
.has-free-text{
	position:relative;
}
.has-free-text::before {
	content: "必要部数";
	position:absolute;
	left: 20px;
	top: 35px;
	font-size: 1.4rem;
}
.has-free-text::after {
	content: "部";
	position:absolute;
	top:35px;
	left:160px;
	font-size: 1.4rem;
}

@media screen and (max-width: 780px) {
	.contactTxt{
		text-align:left;
		margin:0px auto 40px;
	}
	#contactForm{
		width:100%;
	}
	#contactForm table{
		border:none;
	}
	#contactForm th{
		width:100%;
		display:block;
		padding:10px 0 10px 10px;
		border:none;
}
	#contactForm td{
		width:100%;
		display:block;
		padding:15px 10px 30px 20px;
		border-bottom:none;
}
	#contactForm input.wpcf7-text, #contactForm input.wpcf7-email, #contactForm input.wpcf7-textarea {
		width:90%;
		max-width:400px;
	}
	#contactForm input.p-postal-code{
		max-width:auto;
		width:auto;
	}
	span.required{
		position:static;
		margin:0 0 0 20px;
	}
	.hosoku-txt{
		margin-top:10px;
		display:block;
	}
}
@media screen and (max-width: 430px) {
	#formBtnBox{
		max-width:250px;
	}
}
/******************
プライバシーポリシー[PC]
******************/
.md-pp{
	line-height:1.4;
	text-indent:-2rem;
	padding-left:2rem;
}
ol.pp-ol{
    counter-reset: list;
	padding-left:2%;
}
ol.pp-ol > li{
	position:relative;
	margin-bottom:8px;
	padding-left:30px;
}
ol.pp-ol > li::before {
    display: inline-block;
    margin: 4px 7px 0 0;
	padding:2px 8px 4px;
    border-radius: 50%;
    background-color: #a18300;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
	line-height:1.6rem;
    text-align: center;
	counter-increment: list;
	content: counter(list);
	vertical-align: top;
	position:absolute;
	left:0;
}
.pp-ul{
	margin:0 0 30px 10px;
	font-size:1.4rem;
}
.pp-ul li{
	position:relative;
	margin-top:5px;
	padding-left:10px;
}
.pp-ul li::before {
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width:5px;
	height:5px;
	background: #c5a470;
	border-radius: 5px;
	content: "";
}
.pp-txt{
	margin:0 auto;
	margin-bottom:5px;
}

.pp-txt1{
	margin:5px auto 0;
    text-indent: -16px;
    padding-left: 30px;

}

/******************
プライバシーポリシー[タブレット・スマートフォン]
******************/

@media screen and (max-width: 1130px) {

.pp-txt{
	width:100%;
	margin-bottom:4px;
}

.pp-txt1{
	width:100%;
	text-indent: -10px;
	padding-left: 5%;
}

}


/******************
サイトマップ[PC]
******************/

.sitemapWrap{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding-top:10px;
}

.sitemapBox{
	width:38%;
	float:left;
	padding-left:5%;
	padding-right:5%;
}

.sitemapWrap .sitemapBox:first-child{
	margin-left:1%;
	border-right:1px dotted #cccccc; 
}

.sitemapBox li a{
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:30px;
	border:1px solid #cccccc;
	display:block;
	padding-left:40px;
	color:#323232;
	position:relative;
}

.sitemapBox li span{
	padding-top:8px;
	padding-bottom:8px;
	border:1px solid #cccccc;
	display:block;
	padding-left:30px;
}

.sitemapBox li ul{
	padding-bottom:20px;
}

.sitemapBox li ul li a{
	padding-left:50px;
	margin:3px 0px;
	border:none;
	position:relative;
}
.sitemapBox li ul li a::before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 15px;
	left: 36px;
	border-top: 5px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #338ba3;
	display: block;
	position: absolute;
	z-index: 1;
}
.sitemapBox li a::after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top:16px;
	left: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #2261d6;
	border-right: 1px solid #2261d6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:.3s;
}

.sitemapBox li a:hover{
	text-decoration:none;
	background-color:#3379d7;
	color:#fff;
}
.sitemapBox li a:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/******************
サイトマップ[スマートフォン]
******************/

@media screen and (max-width: 640px) {
.sitemapBox{
	width:90%;
	float:none;
	padding-left:5%;
	padding-right:5%;
}

.sitemapWrap .sitemapBox:first-child{
	margin-left:0;
	border-right:none; 
}

}


/******************
お知らせ[PC]
******************/

#blogFrame{
	padding:60px 0;
	margin-bottom:120px;
	/*
	background-image: radial-gradient(rgba(227, 211, 177, 0.5), rgba(184, 154, 101, 0.5) 80%);
  display: block;
  background: url(../images/wave2.png) no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 10;
  margin-top: -300px;
  padding: 400px 0 100px;
  display: block;
	*/
	background: url(./images/top/wave3.png) no-repeat;
    background-size: auto;
	background-position: top center;
	background-size: cover;
	position: relative;
}
#blogBox{
	max-width:1100px;
	width:94%;
	margin:auto;
	background-color:#fff;
	padding:60px 5%;
	box-shadow:2px 2px 6px #b9aa68;
	border-radius:6px;
}
#blogBox ul{
	width:90%;
	margin:auto;
}
#blogBox ul li{
	border-bottom:1px solid #a18300;
	padding:0px 20px 10px 20px;
	margin-bottom:20px;
	display:flex;
	flex-wrap:wrap;
	align-items: start;
}
#blogBox .infoDate{
}
#blogBox .blogCate{
	width:130px;
	text-align:center;
	margin:4px 0 0 20px;
}
#blogBox .infoTitle{
	display:block;
	width:calc(100% - 280px);
	margin:3px 0 0 20px;
	padding:0;
	line-height:1.4;
}
@media screen and (max-width: 960px) {
	#blogFrame{
		margin-bottom:60px;
	}
	#blogBox{
		padding:30px 3% 5px;
	}
	#blogBox ul{
		width:100%;
	}
	#blogBox ul li{
		padding: 0px 0px 10px 5px;
	}
	#blogBox .infoTitle{
		width: 100%;
		margin:10px 0 0 10px;
	}
}
/******************
ブログ[PC]
******************/
#blog-contents{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}

#blog-main{
	width:96%;
	max-width:1100px;
	margin:0 auto 60px;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
#blogWrap, .noneBox{
	width:70%;
}
#sidebar{
	width:26%;
}
.blogBox{
	clear:both;
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
	margin-bottom:40px;
	overflow:hidden;
}
.blogBox h2{
	font-size:2.4rem;
	line-height:1.4;
}
.cateList li.active span{
	font-weight:bold;
}
.mdCate{
	font-size:160%;
	font-weight:bold;
	text-align:center;
	margin:0 auto 40px;
	padding:12px 0;
	color:#fff;
	border-radius:30px;
}
.blog-date{

}

.sub-num1{
	font-size:1.2rem;
}
.sub-num2{
	font-size:1.2rem;
}
.noneTxt{
	margin-top:60px;
	font-size:1.8rem;
}
/*サイドバー*/
.side-title{
	padding:5px 0 5px 15px;
	margin-bottom:20px;
	background-color:#c5a470;
	color:#fff;
}
.blog-list{
	margin-bottom:30px;
}
.blog-list li.cate-list{
	padding:0 0 10px 5px;
	line-height:1.4;
	position:relative;
}
.blog-list li.cate-list i{
	color:#808080;
	padding-right:6px;
}
/*
.blog-list li.cate-list a::after{
	position: absolute;
	top: 7px;
	bottom: 0;
	margin: 0 auto;
	content: "";
	vertical-align: middle;
	left: 8px;
	box-sizing: border-box;
	width: 6px;
	height: 4px;
	border: 4px solid transparent;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 6px;
	border-left: 6px solid #808080;
}
*/
.cate-sub-list li{
	padding:5px 0 0 40px;
	position:relative;
	font-size:1.4rem;
}
.blog-list li.cate-list .cate-sub-list li a::after{
	position: static;
	content: unset;
	border:none;
}
.cate-sub-list li a::before {
	position: absolute;
	top: 13px;
	left: 30px;
	display: block;
	width: 5px;
	height: 5px;
	background: #c5a470;
	border-radius: 8px;
	content: "";
}
.blog-archives {
    position: relative;
	width:98%;
	margin:auto;
	display:block;
}

.blog-archives::before,
.blog-archives::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.blog-archives::before {
    right: 1px;
    display: inline-block;
    width: 40px;
    height: 42px;
    border-radius: 0 3px 3px 0;
    background-color: #c5a470;
    content: '';
}

.blog-archives::after {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translate(0, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.blog-archives select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
	padding:10px 50px 10px 10px;
    border: 1px solid #c5a470;
    border-radius: 3px;
	background-color:#fff;
    cursor: pointer;
	margin-bottom:1px;
}

.blog-archives select:focus {
    outline: 1px solid #c5a470;
}
#comment-link{
	float:right;
	margin-top:30px;
}
#comment-link a{
	color:#fff;
	padding:2px 8px 3px;
	transition:.3s;
	background-color:#a8c2c8;
}
#comment-link i{
	padding-left:5px;
	color:#fff;
}
#comment-link a:hover{
	background-color:#67939d;
}

@media screen and (max-width: 960px) {
	#blog-contents{
		padding-top:60px;
	}
	#blog-main{
		display:block;
	}
	#blogWrap, .noneBox{
		width:100%;
	}
	#sidebar{
		width:100%;
		max-width:320px;
		margin:30px auto 0;
	}
}
/******************
ブログ[SP]
******************/
@media screen and (max-width: 780px) {
#blogWrap{
	width:100%;
	float:none;
	margin:auto
}
#sidebar{
	max-width:300px;
	width:100%;
	float:none;
	margin:auto;
}
}
.txt-none{
	display:none;
}
/*コメント*/
h3#comments{
	font-size:1.6rem;
}
h3#reply-title{
	font-size:2rem;
	padding:5px;
}
.comment-respond{
	margin:60px auto 0;
}
.comment-notes, .logged-in-as{
	margin-bottom:10px;
}
.logged-in-as .required-field-message{
	display:block;
}
.comment-form-author, .comment-form-email, .comment-form-comment{
	display:flex;
	position:relative;
	background-color:#fbfbfb;
	border-bottom:1px solid #f0f0f0;
	padding:20px;
}
.comment-respond label{
	width:140px;
}
.comment-respond span.required{
	position:static;
	margin-left:10px;
	background:unset;
	color:#f00;
	font-weight:bold;
	padding:0;
}
.required-field-message span.required{
	margin:0 !important;
}
.form-submit{
	text-align:center;
	margin:30px auto 0;
}
.form-submit input{
	text-align:center;
	background-color: #a18300;
	width: 150px;
	height: 46px;
	cursor: pointer;
	outline: none;
	color: #fff;
	border: none;
	letter-spacing: 1px;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	transition: .3s;
	font-weight: 500;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.commentlist li{
	background-color:#f9f9f9;
	padding:20px;
	border-bottom:1px dotted #ccc;
}
.commentmetadata{
	margin:10px auto;
	font-size:1.4rem;
}
.comment-reply-link{
	display:inline-block;
	margin-top:10px;
	padding:4px 10px;
	background-color:#ccc;
	line-height:1.4;
	transition:.3s;
}
.comment-reply-link:hover{
	color:#fff;
	background-color:#808080;
}
#throwsSpamAway{
	margin-top:5px;
	font-size:1.4rem;
}