@charset "utf-8";

/*=============================

common

=============================*/

/*---------------------------------

1:common

----------------------------------*/
#page-fv {
    height: 390px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}


#bread-nav {
    font-size: 13px;
    margin: 40px 0;
}
#bread-nav li {
    display:inline;
	margin-left: 10px;
}
#bread-nav li:before {
    content: '>';
	margin-right: 10px;
}
#bread-nav li:first-child {
    margin-left:0;
}
#bread-nav li:first-child:before {
    display: none;
}
#bread-nav li a {
    color: #2f3d45;
}

#global-footer {
	margin-top:200px;
}


/*---------------------------------

facility

----------------------------------*/
.facility-main {
	margin-bottom: 40px;
}
.facility-main--list > li {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 90px;
    justify-content: space-between;
}
.facility-main--list > li:last-child {
	margin-bottom: 0;
}
.facility-main--list .img {
	width: 48%;
}
.facility-main--list .info {
	width: 48%;
}
.facility-main--list .info .sub-img {
	margin-bottom: 10px;
}
.facility-main--list .info h3 {
	color: #fff;
	font-size: 26px;
	text-align:center;
	background: #190d0f;
	line-height: 1.5;
	padding: 5px;
	margin-bottom: 10px;
}
.facility-main--list .info p {
	font-size: 16px;
	line-height: 2;
}

.facility-sub--list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.facility-sub--list > li {
	width: 48%;
	margin: 0 0 4% 4%;
}
.facility-sub--list > li:nth-child(2n+1) {
	margin-left: 0;
}
.facility-sub--list .img {
	margin-bottom: 10px;
}
.facility-sub--list h3 {
	color: #fff;
	font-size: 26px;
	text-align:center;
	background: #190d0f;
	line-height: 1.5;
	padding: 5px;
}

/*---------------------------------

price

----------------------------------*/
.price-comment {
    border: solid 2px;
    margin-bottom: 50px;
    border-radius: 5px;
    overflow: hidden;
    background: #ffe5e5;
}
.price-comment h3 {
    font-size: 40px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}
.price-comment p {
    font-size: 23px;
    line-height: 1.7;
    padding: 20px;
}
.price-list h3 {
    font-size: 28px;
}
.price-list .info .price-text02 {
    font-size: 27px;
}


/*---------------------------------


----------------------------------*/


/*---------------------------------

faq

----------------------------------*/

.faq-list {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.7;
}
.faq-list >li {
    margin-bottom: 35px;
    border: solid 2px;
    border-radius: 5px;
    overflow: hidden;
}
.faq-q {
    background: #000;
    color: #fff;
    padding: 15px 50px 15px 20px;
    position: relative;
    cursor: pointer;
}
.faq-btn {
    color: #000;
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 10px;
	top:20px;
}
.faq-btn:before,
.faq-btn:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 5px;
    top: 50%;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.faq-btn:before {
    margin-left: -1px;
    left: 6px;
	transform: rotate(90deg);
}
.faq-btn:after {
    margin-top: -1px;
}
.faq-a {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.faq-list >li.active .faq-btn:before {
	width: 0;
}
.faq-list >li.active .faq-a {
    padding: 20px;
    max-height: 100000px;
}



/*---------------------------------

terms

----------------------------------*/
.terms-list {
    line-height: 2;
    font-size: 14px;
	margin-top: 30px;
}
.terms-list >li {
    margin-bottom: 30px;
}
.terms-list ul li {
    padding-left: 20px;
	position:relative;
}
.terms-list ul li span {
    position: absolute;
	left: 0;
	top:0;
}



/*---------------------------------

post

----------------------------------*/
.post-in {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#post-contents {
    width: calc(100% - 250px);
}

.post-list {
}
.post-list li{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #eee;
}
.post-list li:last-child {
	margin-bottom: 0;
}
.post-list li a {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #000;
}
.post-thumb {
	width: 40%;
}
.post-info {
	width: 60%;
	padding-left: 5%;
}
.post-info--date {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    color: #000;
    margin-bottom: 5px;
}
.post-info--date .cat {
	display:inline-block;
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 2px 10px;
    margin-left: 10px;
}
.post-info--title {
    font-weight: 500;
}
#cmn-pager {
    text-align: center;
    margin-top: 130px;
}
#cmn-pager .wp-pagenavi a,
#cmn-pager .wp-pagenavi span {
    padding: 3px 10px;
    color: #000;
	border: none;
}
#cmn-pager .wp-pagenavi span.current {
	color: #fff;
	background: #000;
}


#cmn-pager .custom-pager li {
    display: inline-block;
    margin: 0 5px;
}
#cmn-pager .custom-pager li a,
#cmn-pager .custom-pager li span {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 5px 10px 7px;
    border: solid 1px #eee;
    border-radius: 3px;
}
#cmn-pager .custom-pager li span {
	font-weight: bold;
	background: #000;
}
#cmn-pager .custom-pager li.prev:before,
#cmn-pager .custom-pager li.next:after {
	display: inline-block;
	width:  6px;
	height: 6px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
}
#cmn-pager .custom-pager li.prev:before {
	margin-right: 10px;
	transform: rotate(-135deg);
}
#cmn-pager .custom-pager li.next:after {
	margin-left: 10px;
	transform: rotate(45deg);	
}


#post-sidebar {
    width: 220px;
    margin-left: 30px;
}
.sideBox {
    margin-bottom: 50px;
}
.side-title {
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
	color: #000;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #cccccc;
}
.side-category--list li {
    font-size: 13px;
    margin-bottom: 10px;
}
.side-category--list li a {
	color: #000;
}

.side-archive--list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #cccccc;
}
.side-archive--list li:last-child {
	margin-bottom: 0;
}
.side-archive--list li a {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #000;
}
.side-archive--list .thumb {
	width: 40%;
}
.side-archive--list .info {
	width: 60%;
	padding-left: 5%;
}
.side-archive--list .date {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    color: #000;
    margin-bottom: 5px;
}
.side-archive--list .cat {
	display:inline-block;
    font-size: 11px;
    background: #000;
    color: #fff;
    padding: 1px 5px;
    margin-left: 5px;
}
.side-archive--list .title {
    font-size: 13px;
	font-weight: 500;
}




#news-header {
    margin-bottom: 30px;
}
#news-header .news-date {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    color: #000;
    margin-bottom: 10px;
}
#news-header .news-date .cat {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin-left: 20px;
    padding: 2px 10px;
    background: #000;
}
#news-header .news-title {
    font-size: 20px;
    line-height: 1.5;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}
#post-body {
    min-height: 500px;
}
#post-pager {
    display: -webkit-flex;
    flex-wrap: wrap;
    display: flex;
    padding: 20px 0;
    margin-top: 120px;
    position: relative;
    width: 100%;
}
#post-pager div {
    width: 33.33333%;
}
#post-pager .prev {
	text-align: left;
}
#post-pager .next {
	text-align: right;
}
#post-pager .prev a,
#post-pager .next a{
    color: #444;
}
#post-pager .return a {
    color: #000;
}



/*------
single
----------------------*/

#post-header {
    margin-bottom: 40px;
	border-bottom: solid 1px #444;
}
#post-header .post-ctg {
    display: inline-block;
    font-size: 13px;
    margin: 0 10px 0 0;
    letter-spacing: 0.1em;
}
#post-header .post-date {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}
#post-header .post-title {
    font-size: 21px;
    margin-top: 10px;
}


#post-body h2 {
    font-size: 20px;
    font-weight: bold;
    background: #EDF5F8;
    padding: 10px;
}
#post-body h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
#post-body p {
    line-height: 2.2;
}
#post-body table th,
#post-body table td {
    vertical-align: top;
}

/* post pager */
#post-pager {
    text-align: center;
	padding: 20px 0;
	margin-top: 120px;
    position: relative;
}
#post-pager a {
    font-size: 17px;
    letter-spacing: 0.03em;
	font-weight: bold;
	color: #2f3d45;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#post-pager a:hover {
	color: #ccc;
}
#post-pager .post-prev,
#post-pager .post-next {
	position: absolute;
	top: 0;
}
#post-pager .post-prev {
	left: 0;
}
#post-pager .post-next {
	right: 0;
}





/*---------------------------------

privacy-policy

----------------------------------*/
.privacy-policy--list {
    line-height: 2;
    font-size: 14px;
	margin-top: 30px;
}
.privacy-policy--list >li {
    margin-bottom: 30px;
}
.privacy-policy--list ul li {
    padding-left: 20px;
	position:relative;
}
.privacy-policy--list ul li span {
    position: absolute;
	left: 0;
	top:0;
}

/*---------------------------------

contact

----------------------------------*/
#contact .text01 {
    display: table;
    font-size: 21px;
    line-height: 1.7;
    margin: 0 auto 50px;
}

.required {
	font-size: 16px;
    color: #fff;
    background: #dd0000;
	padding: 1px 10px;
}
.contact-form {
	max-width: 800px;
	margin: auto;
}
.contact-form table {
    font-size: 24px;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
}
.contact-form table th {
    width: 300px;
    text-align: left;
    padding-top: 15px;
    padding-right: 60px;
    vertical-align: top;
    position: relative;
}
.contact-form table th .required {
   position: absolute;
   right: 15px;
   top: 20px;
}
.contact-form table td {
    padding-bottom: 40px;
}
.cmn-input,
.cmn-input-s,
.cmn-input-m,
.cmn-select,
.cmn-select-s,
.cmn-textarea {
	font-size: 16px;
}

.cmn-input {
    width: 100%;
    height: 60px;
    border: solid 1px #ccc;
	border-radius: 5px;
	background: none;
    text-indent: 10px;
}
.cmn-textarea {
    width: 100%;
    height: 200px;
    border: solid 1px #ccc;
	border-radius: 5px;
	background: none;
}

.contact-form .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
}

.contact-form ::placeholder{
  color:#ccc
}

.check-policy {
    text-align: center;
    margin-bottom: 50px;
}
.check-policy a {
	color: #fc6500;
	text-decoration: underline;
}

#btn-send {
	cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 500;
    max-width: 480px;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 25px 0;
    margin: auto;
    color: #fff;
    border: solid 1px #000;
    background: #000;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#btn-send:hover {
	color: #000;
	background: #fff;
}

/*---------------------------------

404

----------------------------------*/
#page404 {
    text-align: center;
    margin-bottom: 100px;
}
#page404 .back a {
	color:#000;
	text-decoration:underline;
}



/*---------------------------------

law

----------------------------------*/
#law table {
    line-height: 2;
    width: 100%;
    border-collapse: collapse;
}
#law table th {
    width: 280px;
    background: #ccc;
    vertical-align: top;
    border-bottom: solid 1px #eee;
    padding: 20px;
    text-align: left;
}
#law table td {
	padding: 20px;
	border-bottom: solid 1px #ccc;
}







/* -----------------------------------

media query

------------------------------------- */
/* 815px 以下 */
@media (max-width: 815px) {

	#page-fv {
		height: 250px;
	}


/*---------------------------------
price
----------------------------------*/
	.price-list h3 {
		font-size: 16px;
	}
	.price-list .info .price-text02 {
		font-size: 14px;
	}

/*---------------------------------
facility
----------------------------------*/
	.facility-main--list .img {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.facility-main--list .info {
		width: 100%;
	}
	.facility-main--list .info h3 {
		font-size: 18px;
	}
	.facility-main--list .info p {
		font-size: 13px;
	}
	.facility-sub--list h3 {
		font-size: 13px;
	}

/*---------------------------------
post
----------------------------------*/
/* post */
	.post-list li{
		width: 48%;
		margin:0 0 50px 4%;
	}
	.post-list li:nth-child(3n+1) {
		margin:0 0 50px 4%;
	}
	.post-list li:nth-child(2n+1) {
		margin-left: 0;
	}

	.post-in {
		display:block;
	}
	#post-contents {
		width: 100%;
		margin-bottom: 50px;
	}
	#post-sidebar {
		width: 100%;
		margin-left: 0;
	}
	#post-pager a {
        font-size: 11px;
	}

/*---------------------------------
contact
----------------------------------*/
	#contact .text01 {
		display: block;
		font-size: 13px;
	}

	.contact-form table {
		font-size: 13px;
	}
	.contact-form table th {
		display:block;
		width: 100%;
		padding-top: 0;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.contact-form table td {
		display:block;
		width: 100%;
		padding-bottom: 20px;
	}

	.contact-form table th .required {
		font-size: 13px;
		right: auto;
		top: auto;
		position: relative;
		margin-left: 10px;
	}

	#btn-send {
		font-size: 16px;
		padding: 15px 0;
	}

/*---------------------------------
law
----------------------------------*/
	#law table th {
		width: 100px;
		padding: 10px;
	}
	#law table td {
		padding: 10px;
	}


}




@media (max-width: 480px) {

}



