@charset "UTF-8";
/* CSS Document */
body{
	text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	line-height: 1.8;
}
@media (min-width: 768px) {
	body{
	font-size: 16px;
	}
}
@media (min-width: 1024px) {
	body{
	font-size: 18px;
	}
}
p{
	line-height: 1.8;
	margin-bottom: 1rem;
}
h1{
	font-size: 160%;
	font-weight: normal;
}
h2{
	font-size: 180%;
	font-weight: normal;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
h3{
	font-size: 160%;
	font-weight: normal;
}
h4{
	font-size: 120%;
	font-weight: normal;
}
h5{
	font-size: 110%;
	font-weight: normal;
}
table{
	width: 100%;
	max-width: 700px;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	border-right: none;
	margin: 0 auto;
}
th, td{
	text-align: left;
	font-weight: normal;
	padding: .7rem;
	border-left: none;
	border-bottom: solid 1px #ccc;
}
a{
	text-decoration-line:none;
}
a:hover{
	outline-width: 0;
	filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
img{
	border-style: none;
    vertical-align: top;
	width: 100%;
	height: auto;
}

.fullcontainer{
	width: 100%;
}
#head .fullcontainer{
	position: fixed;
	z-index: 5;
}
.headcontent, .footercontent{
	width: 95%;
	margin: 0 auto;
}
.maincontent{
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.maindivision{
	width: 95%;
	max-width: 1024px;
	display: block;
	margin: 90px auto 0 auto;
}
.maindiv-cont{
	width: 100%;
	text-align: left;
}
.maindiv-side{
	width: 100%;
	text-align: left;
}
@media (min-width: 768px) {
.maindivision{
	display: flex;
	justify-content: space-around;
}
.maindiv-cont{
	width: 65%;
}
	.maindiv-side{
	width: 25%;
}
}
.cont{
	margin: 0 auto;
	padding: 3rem 0;
}
.cont2{
	margin: 0 auto;
	padding: 3rem 0 0 0;
}
.page-cont{
	margin: 0 auto;
	padding: 10rem 0 0 0;
}
#biz .cont{
	padding: 3rem 0 0 0;
}
.bk-cont{
	background-color: #1A5FB9;
}
.bk-cont2{
	background-color: #EFEDE0;
}
#news .news-box{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
#news dl{
	display: block;
	text-align: left;
	padding: 1rem 0;
	border-bottom: dotted 1px #ccc;
}
#news dt{
	width: 100%;
}
#news dd{
	width: 100%;
}
@media (min-width: 768px) {
#news dl{
	display: flex;
	justify-content: space-around;
}
#news dt{
	width: 25%;
}
#news dd{
	width: 75%;
}
}
.bk-cont h2{
	color: #fff;
}
.tit_header{
	margin: 2rem auto 2rem auto;
	text-align: center;
}
.headcontent{
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
}
.headcontent .tit_header{
	margin: .2rem 0 0 0;
	text-align:left;
}
.menu{
		display: inline;
	}
.nav{
	display: none;
}
.logo h1{
	display: inline-block;
	line-height: 1;
	color: #fff;
}
@media (min-width: 768px) {
	.menu{
		display: none;
	}
.nav{
	display: inline-block;
}
	.nav ul.navmenu {
		display: inline-block;
		margin: 0 0 0 0;
	}
	.nav ul.navmenu li{
		display: inline-block;
		padding: 0 1rem;
	}
	.nav ul.navmenu li a{
		color: #fff;
	}
	#biz .cont{
	padding: 3rem 0;
}
}
.img-box-top{
	width: 100%;
}
.img-box-top img{
	width: 100%;
	height: auto;
}

.heading {
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	font-size: 240%;
	text-align: center;
}

.heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	background-color: #b99b00;
	border-radius: 0;
}
.heading span{
	font-size: 1rem;
	letter-spacing: .5rem;
}
.content_bk{
	background: url("../images/onsen3.jpg") no-repeat;
	background-position: top right;
	background-size:contain;
}
.cont-box{
	display: block;
	padding: 2rem;
	background-color: rgba(187,187,230,0.71);
	margin-bottom: 3rem;
}
.cont-box p{
	text-align: left;
}
.img-block{
	display: flex;
	justify-content: center;
}
.img-box{
	width: 40%;
	margin: 0 1%;
}
.cont-box .txt-box{
	width: 100%;
	margin: 0;
}
.cont-box .img-box{
	width: 100%;
	margin: 0;
}
.txt-box h4{
	text-align: left;
	font-weight: 500;
}
.footer-cont{
	width: 100%;
	max-width: 550px;
	display: block;
	margin: 0 auto;
}
.footer-txt{
	width: 100%;
	margin: 0;
}
.qr{
	width: 30%;
	margin: 0 auto;
}
.qr img{
	width: 100%;
	height: auto;
}
.spin{
	display: inline;
}
.copy{
	font-size: 80%;
}
@media (min-width: 768px) {
	.footer-cont{
	display: flex;
	justify-content: center;
		align-items: center;
	margin: 0 auto;
}
.footer-txt{
	width: 75%;
	margin: 0 1%;
}
.qr{
	width: 20%;
	margin: 0 1%;
}
.qr img{
	width: 100%;
	height: auto;
}
	.spin{
	display: none;
}
	.tit_header{
	margin: 0 auto 2rem auto;
}
	.content_bk{
	background: url("../images/onsen3.jpg") no-repeat;
	background-position: top right;
	background-size:cover;
}
	#biz .tit_header h2.heading {
	color: #fff;
}
	.cont-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255,255,255,0.71);
}
	.cont-box .txt-box{
	width: 48%;
	margin: 0;
}
.cont-box .img-box{
	width: 48%;
	margin: 0;
}
}
@media (min-width: 1024px) {
.content_bk{
	background: url("../images/onsen3.jpg") no-repeat;
	background-position: top center;
	background-size:cover;
}
	#biz .tit_header h2.heading {
	color: #000;
}
}

/* archive category*/
.news-box{
	
}
.news-box dl{
	display: block;
	text-align: left;
	padding: 1rem 0;
	border-bottom: dotted 1px #ccc;
}
.news-box dt{
	width: 100%;
}
.news-box dd{
	width: 100%;
}
@media (min-width: 768px) {
.news-box dl{
	display: flex;
	justify-content: space-around;
}
.news-box dt{
	width: 25%;
}
.news-box dd{
	width: 75%;
}
}


/* single */
.article-date{
	font-size: 80%;
	color: #909090;
	margin-bottom: 1rem;
}
.article-date p{
	margin-bottom: 0;
}
.article-date ul.post-categories li{
	display: inline;
	padding: .2rem .5rem;
	margin-right: .2rem;
	border: 1px solid #ccc;
	border-radius: .2rem;
}
.article-img{
	width: 100%;
}
.article-img img{
	width: 100%;
	height: auto;
}
.article-cont{
	width: 100%;
	text-align: left;
	margin-bottom: 3rem;
}
.article-tit{
	border-left: .3rem solid #1A5FB9;
	border-radius: .5rem;
	padding-left: .7rem;
	margin-bottom: 1rem;
}
.article-tit p{
	font-size: 80%;
	color: #999;
	text-align: left;
	margin-bottom: 0;
}
.article-tit h1, .article-tit h2{
	text-align: left;
}

/* widget */
.widget_block{
	margin-bottom: 2rem;
}
.widget_block h3.my-widget-title{
	font-size: 110%;
	border-bottom: 2px solid #1A5FB9;
}
.widget_block ul{
	margin: .5rem 0 0 0;
	padding: 0;
}
.widget_block ul li{
	margin: 0 0 .2rem 0;
	padding: .3rem .5rem;
	background-color: #EEEEEE;
	border-radius: .3rem;
}

/* wpcf7-form */
.form{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.wpcf7-form dl {
	width:100%;
	display: block;
	margin: 0 0 1.5rem 0;
}
.wpcf7-form dt{
	width:100%;
	display: block;
}
.wpcf7-form dd{
	width:100%;
	display: block;
}
.wpcf7-form p{
	width:100%;
	margin: 0 0 .5rem 0;
	text-align: left;
	line-height: 2;
}
.wpcf7-form p span.notice{
	padding: .2rem .5rem;
	font-size: 80%;
	color: #fff;
	background-color: #DD0000;
	border-radius: .2rem;
	margin-left: .5rem;
}
.wpcf7-form p:nth-of-type(5){
	width: 40%;
}

.wpcf7-form {
	width: 100%;
	margin: 50px auto;
	background: #ffffff;
	/*border: 1px solid #cccccc;*/
	border-radius: 7px;
	/*box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );*/
	line-height: 1.8;
	padding-top: 50px;
}


.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	width: 100%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

.wpcf7-form ul li input[type="radio"],
.wpcf7-form ul li input[type="checkbox"] {
	margin: 0 10px 0 0;
}

.wpcf7-form select {
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #f0f0f0;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
	color: inherit;
}

.wpcf7-form select:hover {
	cursor: pointer;
}

.wpcf7-form textarea {
	display: block;
	width: 100%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
}
span.wpcf7-form-control-wrap{
	color: #666;
}

.wpcf7-form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}


.wpcf7-form input[type="button"], 
.wpcf7-form input[type="submit"] {
	padding: 7px 20px;
	border: 1px solid #1A57A6;
	border-radius: 3px;
	/*background: #5cb85c;*/
	background: #1A5FB9;
	font-size: 16px;
	line-height: normal;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

.wpcf7-form input[type="button"]:hover, 
.wpcf7-form input[type="submit"]:hover {
	cursor: pointer;
	/*background: #449d44;
	border: 1px solid #398439;
	outline-width: 0;*/
	filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.wpcf7-form input[type="button"], 
.wpcf7-form input[type="submit"] {
	/*margin-left: 35%;*/
}


.wpcf7-form input[type="button"]:disabled, 
.wpcf7-form input[type="submit"]:disabled {
	background: #999999;
	border: 1px solid #999999;
}

.wpcf7-form input[type="button"]:disabled:hover, 
.wpcf7-form input[type="submit"]:disabled:hover{
	cursor: not-allowed;
}

/* リンクボタン */
.btn{
	color: #fff;
	background-color: #1A5FB9;
}

.wp-block-button__link{
	color: #fff;
	background-color: #1A5FB9;
}

/**/
.wp-pagenavi-wrap{
	margin: 2rem auto;
	text-align: center;
}

/*  */
#wpcf7-f26-p21-o1 .wpcf7-form{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 2rem;
}
#wpcf7-f26-p21-o1 .wpcf7-form dt p{
	padding-left: .3rem;
	background-color: #eee;
}
/* thanks */
.thanks-box{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 2rem;
}

/* privacy */
#privacy h2{
	font-size: 140%;
	margin-top: 2rem;
}
#privacy ul{
	margin: 0 0 1rem 2rem;
}
#privacy ul li{
	list-style-type: disc;
}
.sign{
	margin: 2rem 0 0 0;
	padding-bottom: 1rem;
	border-bottom: solid 1px #ccc;
}