/* ========== 共通 ========== */
html {
}
body {
	width: 100%;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
}
#header {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

#footer {
	padding: 2em 0;
	width: 100%;
	height: auto;
	background: url(../img/bg_topfooter.jpg);
	background-size: cover;
	background-position: center top;
	/* padding: 20px; */
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

h1 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: #000 solid thin;
}

li {
	list-style: none;
}

a {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	color: #CF0B0B;
}

#g_menu ul {
	display: flex;
}

#g_menu ul li {
	margin-right: 2em;
}

@media (max-width:1023px) {
	.pc-only {
		display: none !important;
	}
}

@media (min-width:1024px) {
	.sp-only {
		display: none !important;
	}

	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


/* ========== バーガーメニュー ========== */
.drawer-hidden {
	display: none;
}

.drawer-open {
	background-color: rgba(100, 1, 37, 0.8);
	display: flex;
	right: 10px;
	top: 10px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1000;
	cursor: pointer;
}

/* バーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
	content: '';
	position: absolute;
	display: block;
	height: 3px;
	width: 35px;
	border-radius: 3px;
	background: #fff;
	transition: 0.3s;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
	bottom: 12px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
	top: 12px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked~.drawer-open span {
	background-color: rgba(240, 145, 153, 0);
}

#drawer-check:checked~.drawer-open {
	background-color: rgba(100, 1, 37, 0.8);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked~.drawer-open span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#drawer-check:checked~.drawer-open span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* メニューのデザイン*/
.drawer-content {
	width: 70vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -70vw;	/* メニューを画面の外に飛ばす */
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
	transition: 0.3s;
	color: #fff;
	overflow-y: scroll;
}

.drawer-content-block {
	font-size: 1.6rem;
}

.drawer-list span {
	display: block;
	font-size: 2rem;
	margin-bottom: -10px;
}

.drawer-list li a {
	display: block;
	margin: 25px 0 ;
	color: #fff;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.drawer-list li a:hover {
	background: rgba(100, 1, 37, 0.8);

}

.drawer-list-category {
	margin-bottom: 30px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked~.drawer-content {
	right: 0;
	/* メニューを画面に入れる */
}



.block-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

a {
	text-decoration: none;
}

#page-top a {
	position: fixed;
	display: block;
	bottom: 20px;
	right: 10px;
	background-color: #640125;
	width: 80px;
	height: 55px;
	color: #fff;
	border: #9e3d3f solid 3px;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
  }
  #page-top a:hover {
	background-color: #9e3d3f;
	color: #640125;
	border: #640125 solid 3px;
  }

  @media (max-width:600px) {
	#page-top a {
		width: 45px;
		height: 30px;
	}
  } 

/* ========== トップ画像 ========== */
.head-yuisho {
	width: 100%;
	height: 450px;
	background-image: url(../img/img_headhousan.png);
	background-size: cover;
	background-position: center center;
}

/* ========== page-title ========== */
.page-title {
	font-size: 1.2em;
	color: rgba(0, 0, 0, 1);
	width: 100%;
	margin-bottom: 75px;
	background-image: url(../img/gohousan1220/bg_gohousan.jpg);
	background-color:rgba(255,255,255,.3);
	background-blend-mode:lighten;
	background-size: cover;
	padding: 3.5em 0;
}

.head-yuisho-maintitle h1 {
	margin-bottom: 1em;
	text-align: center;
	border: none;
}

.head-yuisho-maintitle span {
	display: inline-block;
}

.head-yuisho-subtitle {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head-yuisho-subtitle h1 {
	font-size: 1.2em;
	border: none;
	margin: 0 1em;
	white-space: nowrap;
}

.subtitle-border {
	background-color: #000;
	width: 25%;
	height: 1px;
}

/* ========== conttents ========== */
.contents {
	width: 95%;
	margin: 0 auto;
}

.contents-title-border {
	width: 100%;
	height: 2px;
	margin-bottom: 2em;
	background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
	background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.contents-box-flex {
	margin-bottom: 3em;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}

.contents-box {
	width: 47%;
}

.contents-box span {
	font-size: 1.1em;
}

.gohousan-onegai-cover {
	background-image: url(../img/gohousan1220/bg_header.png),url(../img/gohousan1220/bg_section01.png);
	background-size: cover;
	background-position: center center;
	background-color:rgba(255,255,255,0.7);
    background-blend-mode:lighten;
}

@media (max-width:1024px) {
	.contents-box-flex {
		flex-direction: column;
		align-items: center;
	}

	.contents-box {
		width: 95%;
	}
}

.head-yuisho {
	width: 100%;
	margin: 0 auto;
}

#contents_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

@media (max-width:1304px) {
	#contents_wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

#l-side {
	width: auto;
	padding: 120px 25px 0 0;
}

#contents {
	width: 100%;
	max-width: 963px;
}

.gohousan-text {
	margin-bottom: 1em;
	padding: 0 1em;
}

.gohousan-text span {
	display: block;
	text-indent: 1em;
}

.gohousan-img {
	width: 100%;
}

.gohousan-img-top {
	margin-bottom: 20px;
	width: 100%;
	padding-top: 53.3%;
	background-image: url(../img/gohousan1220/goshaden_kaishuu_img.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.gohousan-img-bottom {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.gohousan-img-bottom-01 {
	width: 48%;
	padding-top: 32.65%;
	background-image: url(../img/gohousan1220/toilet_kaishuu_img.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.gohousan-img-bottom-02 {
	width: 48%;
	padding-top: 32.65%;
	background-image: url(../img/gohousan1220/temizu_kaishuu_img.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.gohousan-taiguu-bg {
	width: 100%;
	padding-top: 65%;
	background-image: url(../img/gohousan1220/gohousan_gotaiguu.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

tr,th,td {
	text-align: center;
	vertical-align: middle;
}


.housankin {
	margin-bottom: 1.5em;
	display: flex;
	justify-content: space-around;
}

.box01 {
	color: #000;
	width: 48%;
	border: 1px solid #D3D3D3;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

.box01 h6 {
	margin: 0;
	padding: 0.5rem 1rem;
	border-bottom: 2px solid #000;
	background: #f4f4f4;
	margin-bottom: 10px;
	font-size: 1em;
}

.apply-process {
	margin-bottom: 2em;
}

.apply-process span {
	padding-left: 1.5em;
}

.apply-process p {
	margin: 0;
	font-size: 1.1em;
}

.apply-process-btn {
	margin-bottom: 5em;
	font-size: 1.2em;
}

.apply-process-btn span {
	font-weight: bold;
	padding: .8em;
	border-radius: 10px;
	background-color: #eb6100;
}

table {
	border-collapse: collapse;
}

table.taiguu {
	border: thin #999 solid
}

table.taiguu th , table.taiguu td {
	font-size: 0.8em;
	padding: .2em;
	border: thin #999 solid;
}
/* ========== モバイル表示 ========== */

@media (max-width:768px) {
	html {
		font-size: 12px;
	}
	.gohousan-text {
		padding: .5em;
	}

	.apply {
		padding: 0;
	}

	.apply-process span {
		padding-left: 0.75em;
	}
}

@media (max-width:550px) {
	table.taiguu th , table.taiguu td {
		padding: .3em;
	}
}