@charset "UTF-8";

/* =========================================================
　base
========================================================= */
body {
	border-top: 7px solid #005792;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width: 100%;
	background: url("../img/back.gif")center center repeat;
}

main {
	width: 1000px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

/* =========================================================
　サイト内共通スタイル
========================================================= */

#contents_main {
	height: 100%;
	width: 1040px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-bottom: 0;
}

.content_wrap {
	padding-bottom: 50px;
}

@media screen and (max-width:736px) {
	main {
		width: 100%;
	}

	#contents_main {
		height: 100%;
		width: 100%;
		margin: 0 auto;
		background-color: #ffffff;
		padding-bottom: 0;
	}

}

.contents-box p,
.contents-box ol,
.contents-box ul {
	color: #555;
}


/* PCのみ表示スタイル、SPのみ非表示スタイル
--------------------------------------------------------- */
.pc_onry {
	display: block;
}

.sp_onry {
	display: none;
}

/* SPのみ表示スタイル、PCのみ非表示スタイル
--------------------------------------------------------- */
@media screen and (max-width:736px) {
	.pc_onry {
		display: none;
	}

	.sp_onry {
		display: block;
	}
}

/*@media*/


/* ヘッダー
--------------------------------------------------------- */

header {
	width: 100%;
}

header section {
	width: 1000px;
	/*	height: 95px;*/
	/*	height: 110px;*/
	height: 140px;
	margin: 0 auto;
	position: relative;
}

header h1 {
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 20px;
	padding-right: 55px;
}

header h1 a {
	font-weight: bold;
	overflow: hidden;
	color: #000000;
}

header h1 a span {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

header h1 a::before {
	content: "";
	display: block;
	width: 150px;
	height: 50px;
	background: url("../img/logo.png")center center no-repeat;
	background-size: cover;
	float: left;
	margin-right: 7px;
	margin-top: -4px;
}

header span#sub_title {
	position: absolute;
	clear: both;
	display: block;
	top: 30px;
	left: 49%;
	text-align: center;
	background-color: #ffcc33;
	width: 51%;
	margin: 10px 0 10px auto;
	font-size: 95%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

#inqery {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
}

#inqery li {
	float: left;
}

#inqery li a {
	display: block;
	color: #fff;
	line-height: 25px;
	width: 110px;
	margin: 0 5px;
	background-image: url("../img/inquery-bk.jpg");
	background-repeat: repeat-x;
	background-size: auto 100%;
	text-align: center;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#inqery li#login a {
	background-image: url("../img/inquery-bk-login.jpg");
}

h2#pagetit {
	width: 1000px;
	background: url("../img/titbk.png") no-repeat left top;
	background-size: cover;
	padding: 70px 30px 70px 30px;
	box-sizing: border-box;
	margin: 0 0 40px 0;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;
}



/* ヘッダー（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px) {
	header section {
		width: 100%;
		height: auto;
	}

	header h1 {
		position: static;
		padding-top: 5px;
		font-size: 18px;
	}

	header h1 a::before {
		width: 150px;
		height: 50px;
	}

	/*
	header h1 a span{
		clear: left;
		overflow: visible;
		padding: 5px 10px;
	}
*/

	header h1 a {
		font-size: .9em;
	}

	header h1 a span {
		font-size: 11px;
	}

	#inqery {
		display: none;
	}

	header h1 a::before {
		margin-left: 10px;
	}

	h2#pagetit {
		width: 100%;
		background: url("../img/titbk.png") no-repeat left top;
		background-size: cover;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
		margin: 0 0 30px 0;
		font-size: 20px;
		font-weight: bold;
		color: #ffffff;
		border-bottom: 1px solid #cccccc;
	}

	header span#sub_title {
		position: relative;
		top: 0px;
		left: 0;
		width: 100%;
		margin: 0 auto 10px auto;
	}

}

/*@media*/


/*メニューボタン（PC時非表示）
--------------------------------------------------------- */
#menu_btn {
	display: none;
}

/*メニューボタン（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px) {

	#menu_btn {
		display: block;
	}

	#menu_btn img {
		position: absolute;
		top: 0;
		right: 0;
	}


}

/*@media*/




/* グローバルナビ
--------------------------------------------------------- */

.h_nav {

	position: absolute;
	bottom: 0;
	right: 0;
}

.gnav {
	margin: 0;
}

.gnav li {
	float: left;
	margin-left: 7px;
	font-size: 12px;
}

.gnav li a {
	color: black;
	overflow: hidden;
	line-height: 20px;
}

.gnav li::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/tri-1.png") center center no-repeat;
	background-size: cover;
	float: left;
	margin-right: 3px;
}

.gnav li.sp_menu {
	display: none;
}

/* グローバルナビ（スマホPC版非表示）
--------------------------------------------------------- */
@media screen and (max-width:736px) {
	.h_nav {
		display: none;
		position: static;
		width: 100%;
		clear: both;
	}

	.gnav {
		margin: 30px 0;
	}

	.gnav li {
		margin: 5px 0;
		padding: 0 10px;
		box-sizing: border-box;
		float: none;
	}

	.gnav li::before {
		content: none;
	}

	.gnav li a {
		display: block;
		color: #fff;
		text-align: center;
		background: gray;
		line-height: 50px;
	}
}

/*@media*/



/* コンテンツスタイル（PC)
--------------------------------------------------------- */
.block {
	margin: 10px 0 50px 0;
}

.corner {
	margin: 0 0 30px 0;
	padding: 0 20px;
	box-sizing: border-box;
}

h3.title,
h2.cont-title {
	background: url("../img/h3-bk.jpg") center left repeat-x;
	background-size: auto 100%;
	padding: 8px 0 8px 17px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
}

h2.title {
	position: relative;
	background: url("../img/h2-bk.jpg") center left repeat-x;
	background-size: auto 100%;
	padding: 10px 0 10px 17px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border: 1px solid #c6c6c6;
	color: #fff;
	box-sizing: border-box;
}

h2.title::after {
	position: absolute;
	bottom: 7px;
	right: 0;
	content: "";
	background: url("../img/h2-illust.png") no-repeat;
	background-size: cover;
	width: 64px;
	height: 17px;
	display: block;
}

.post-title {
	font-size: 17px;
	font-weight: bold;
	color: #005792;
	border-bottom: 3px solid #005792;
	padding: 0 0 7px 0;
}

.post-detail-title {
	background: url("../img/h3-bk.jpg") center left repeat-x;
	background-size: auto 100%;
	margin-bottom: 20px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
}


.post-detail-title h2 {
	padding: 10px 5px 6px 10px;
	flex: 1;
	font-size: 18px;
	font-weight: bold;

}



.post-detail-title .content-tag {
	align-self: flex-end;
	width: fit-content;
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.post-detail-title .content-tag p img {
	width: 35px;
	margin: 0 10px 5px 10px;
}

@media screen and (max-width:736px) {
	.post-detail-title h2 {
		font-size: 15px;
		text-align: left;
	}
	.post-detail-title .content-tag {
		padding-right: 10px;
		padding-top: 5px;
		align-self: center;
		margin: 0 auto;
	}
}

.btn1 {
	display: block;
	border: none;
	background: rgb(33, 146, 221);
	color: #fff;
	font-weight: bold;
	margin: 30px auto;
	padding: 9px 25px;
	border-radius: 3px;
	box-shadow: 0 0 10px 0px rgb(111, 111, 111);
	font-size: 15px;
}

.btn1::after {
	display: inline-block;
	content: "";
	width: 9px;
	height: 15px;
	background: url("../img/tri-3.png") center center no-repeat;
	background-size: cover;
	margin: 3px 0 0 15px;
}


.fll {
	float: left;
	padding-right: 20px;
}

.flr {
	float: right;
	padding-right: 20px;
}

.gaiyo li {
	line-height: 1.5em;
	padding-bottom: 30px;
}

.gaiyo ol {
	margin: 10px 0;
}

.gaiyo li span {
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	margin: 7px 0;
}

.gaiyo ul {
	padding: initial;
	margin: 5px 0 5px 1.5em;
}

.gaiyo ul li {
	list-style: circle;
	padding: initial;
	margin: initial;
}

.gaiyo2 li {
	line-height: 1.5em;
	padding-bottom: 5px;
}

.gaiyo2 ol {
	margin: 10px 0;
}

.gaiyo2 li span {
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	margin: 7px 0;
}

.gaiyo2 ul {
	padding: initial;
	margin: 5px 0 5px 1.5em;
}

.gaiyo2 ul li {
	list-style: circle;
	padding: initial;
	margin: initial;
}

.mousikomi-form {
	width: 90%;
	margin: 0 auto;
}

.mousikomi-form dl {
	margin: 20px auto;
	border-bottom: 2px solid rgb(230, 230, 230);
}

.mousikomi-form .form-caution {
	margin: 10px 0;
	text-align: right;
}

.mousikomi-form dt {
	width: 30%;
	float: left;
	margin: 0;
	padding: 15px 0;
	border-top: 2px solid rgb(230, 230, 230);
	font-weight: bold;
}

.mousikomi-form dd {
	width: 70%;
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 2px solid rgb(230, 230, 230);
}

.mousikomi-form dd#address input {
	margin-left: 1em;
}

.mousikomi-form dd#address input:nth-of-type(1) {
	width: 30%;
}

.mousikomi-form dd#address input:nth-of-type(2) {
	width: calc(90% - 3em);
}

.mousikomi-form dd::after {
	display: block;
	content: "";
	clear: both;
}

.mousikomi-form input[type="text"] {
	width: 90%;
	margin: 5px 0;
	padding: 5px;
	box-sizing: border-box;
}

.mousikomi-form input[type="text"].short {
	width: 70px;
	margin: 5px 0;
	padding: 5px;
	box-sizing: border-box;
}


.mousikomi-form input[type="button"] {
	margin: 20px 15px;
	border: none;
	color: white;
	border: none;
	background: gray;
	padding: 5px 10px;
	border-radius: 5px;
}

.mousikomi-form input[type="button"]:hover {
	background: #226f96;
}

.mousikomi-form #button-section {
	text-align: center;
}

.mousikomi-form textarea {
	width: 90%;
	height: 150px;
	padding: 5px;
	box-sizing: border-box;
}

.mousikomi-form form span {
	color: red;
}

#caution {
	margin: 30px 0;
}

#caution p {
	color: #666;
	font-size: 13px;
}

.tuti {
	border: 1px solid black;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	margin: 40px auto;
}

.tuti h4 {
	text-align: center;
	font-weight: bold;
}

.tuti p {
	line-height: 2em;
}

.tuti p span {
	display: block;
	text-align: right;
}


/* コンテンツスタイル（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px) {
	h3.title {
		font-size: 16px;
	}

	h2.title {
		font-size: 18px;
	}

	.fll {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	.flr {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	.mousikomi-form {
		width: 100%;
	}

	.mousikomi-form dt {
		width: 100%;
		border: none;
		float: none;
		border-top: 1px dotted gray;
	}

	.mousikomi-form dd {
		width: 100%;
		border: none;
	}

	.mousikomi-form input[type="button"] {
		display: block;
		width: 100%;
		margin: 0;
		margin: 10px 0;
	}

	.mousikomi-form input[type="text"] {
		width: 100%;
	}

	.mousikomi-form textarea {
		width: 100%;
	}
}

/*@media*/



/* テーブル
--------------------------------------------------------- */
table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
}

table.table100 {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
}

th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 7px 10px;
	background-color: #eee;
	border-collapse: collapse;
	text-align: left;
}

td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 7px 10px;
	border-collapse: collapse;
}

/* 	フッダー
--------------------------------------------------------- */
footer {
	width: 100%;
	background: #e6e7e8;
}

footer section {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}

ul.fnavr {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.fnavr li {
	float: left;
	margin: 0 10px;
	font-size: 13px;
}

.fnavr li::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/tri-1.png") center center no-repeat;
	background-size: cover;
	float: left;
	margin-right: 3px;
}

.fnavr li a {
	color: black;
	overflow: hidden;
	line-height: 20px;
}

.flogo {
	width: 90px;
	height: auto;
	display: block;
	margin: 30px auto 0 auto;
}

footer h3 {
	font-size: 20px;
	color: black;
	text-align: center;
	font-weight: bold;
}

footer h4 {
	font-size: 16px;
	color: black;
	text-align: center;
	font-weight: bold;
}

footer address {
	text-align: center;
	padding: 0;
}

#copyright {
	color: #fff;
	font-size: 17px;
	padding: 9px 0;
	line-height: 100%;
	background: #226f96;
	text-align: center;
}

.page_top {
	border-radius: 50px;
	height: 50px;
	width: 60px;
	background-color: #005792;
	color: #fff;
	font-size: 10px;
	padding: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	line-height: 50px;
}

.page_top a {
	color: #fff;
}

@media screen and (max-width:736px) {
	footer section {
		width: 100%;
		padding: 30px;
	}

	ul.fnavr {
		width: 100%;
	}

	.fnavr li {
		float: left;
	}

	.fnavr li a {
		line-height: 25px;
	}

	.fnavr li::before {
		width: 25px;
		height: 25px;
	}
}

/*@media*/


#itiran {
	width: 100%;
	border-top: 1px solid rgb(186, 186, 186);
	margin: 10px 0 30px 0;
	box-sizing: border-box;
}


#itiran tr th,
#itiran tr td {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid rgb(186, 186, 186);
	padding: 15px;
	margin: 0;
	box-sizing: border-box;
	word-wrap: break-word;
}

#itiran tr th:nth-of-type(1),
#itiran tr td:nth-of-type(1) {
	width: 50%;
	border-bottom: 1px solid rgb(186, 186, 186);
}

#itiran tr th:nth-of-type(2),
#itiran tr th:nth-of-type(3),
#itiran tr td:nth-of-type(2),
#itiran tr td:nth-of-type(3) {
	width: 18%;
	border-bottom: 1px solid rgb(186, 186, 186);
}

#itiran tr th:nth-of-type(4),
#itiran tr td:nth-of-type(4) {
	width: 14%;
	border-bottom: 1px solid rgb(186, 186, 186);
}

#itiran img {
	margin: 20px 0;
}

.post-content #itiran form {
	display: inline-block;
}

.post-content #itiran .post-header {
	text-align: right;
	margin-bottom: 10px;
}

#itiran .gallery__img-wraper {
	text-align: left;
}

.back_botan {
	border: none;
	padding: 2px;
	margin-top: 20px;
}

.back_botan:before {
	content: "<";
	font-size: 80%;
	text-align: center;
	display: block;
	border-radius: 10px;
	background-color: #3366ff;
	width: 20px;
	height: 20px;
	color: #ffffff;
	float: left;
	margin: 0 5px 0 0;
}

.back_botan:hover:before {
	background-color: #CC0000;
}

.care_box {
	/*	border: 1px solid #cccccc;*/
	margin: 0px 0px 20px 0px;
	padding: 15px 5px 5px 0px;
	text-align: center;
	height: 290px;
	display: block;
	box-sizing: border-box;
}


@media screen and (max-width:736px) {
	.care_box {
		height: 340px;
	}

}

.table_cale_m {
	margin: 20px 0px 5x 0px;
	padding: 0px;
	border-collapse: collapse;
	/*	width:240px;*/
	width: 100%;
}

.table_cale_m td {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	color: #21273e;
	font-size: 10px;
	line-height: 130%;
	vertical-align: middle;
	text-align: center;
	width: 14.28%;
}

.table_cale_m td.mon {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	color: #21273e;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	vertical-align: middle;
	text-align: center;
	width: 113px;
	/* 	background:#ffffff url(../admin/img/mon.png); */
	background: #ffffff url(../img/mon.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.table_cale_d {
	margin: 20px 0px 5x 0px;
	padding: 0px;
	border-collapse: collapse;
	/*	width:240px;*/
	width: 100%;
}


.table_cale_d td {
	border: 1px solid #fff;
	background-color: #dee0e1;
	padding: 5px 5px;
	margin: 2px;
	border-collapse: collapse;
	color: #21273e;
	font-size: 15px;
	line-height: 130%;
	vertical-align: middle;
	text-align: center;
	width: 14.28%;
}


.table_cale_d td.sun {
	border: 1px solid #fff;
	background-color: #fdc9c9;
	padding: 5px 5px;
	margin: 2px;
	border-collapse: collapse;
	color: #21273e;
	font-size: 15px;
	line-height: 130%;
	vertical-align: middle;
	text-align: center;
}

.table_cale_d td.sat {
	border: 1px solid #fff;
	background-color: #9bd4fc;
	padding: 5px 5px;
	margin: 2px;
	border-collapse: collapse;
	color: #21273e;
	font-size: 15px;
	line-height: 130%;
	vertical-align: middle;
	text-align: center;
}

.shce_btn_bk {
	background-color: #fee7e7;
	margin: 0px 80px 0px 0px;
	/* 	padding:20px 0px 20px 80px; */
	padding: 15px 0px 20px 80px;
	height: 20px;
	text-align: center;
}


/* content-box */

.content-box {
	padding: 0 20px;
}

/* post-inner */
.post-inner {
	width: 100%;
	border: 1px solid rgb(186, 186, 186);
	margin: 10px 0 10px 0;
	box-sizing: border-box;
	font-weight: normal;
	text-align: left;
	padding: 15px;
	box-sizing: border-box;
	word-wrap: break-word;
}


.toukou-title {
	padding: 9px 20px 9px 55px;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	background-image: url(../img/stit-toukou.png);
	background-size: 45px 35px;
	background-repeat: no-repeat;
	background-position: left center;
}

.comment-title {
	padding: 9px 20px 9px 52px;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	background-image: url(../img/stit-comment.png);
	background-size: 42px 35px;
	background-repeat: no-repeat;
	background-position: left center;
}


.post-inner img {
	margin: 20px 0;
}

.post-inner form {
	display: inline-block;
}

.post-inner .post-header {
	text-align: right;
	margin-bottom: 10px;
}

.post-inner .gallery__img-wraper {
	text-align: left;
}


.post-inner-box {
	width: 100%;
	padding: 0 0 20px 0;
	box-sizing: border-box;
}

.post-inner-box h4 {
	background-color: rgba(186, 186, 186, 0.3);
	padding: 7px 10px;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
}

.post-inner-box div.content {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0 10px 10px 10px;
	margin: 0;
}