input,
select,
textarea {
	-webkit-appearance: none;
}
picture img {
	aspect-ratio:auto !important;
}

body {
	max-width: 750px;
	margin: 0 auto;
	padding-top: 40px;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 14px;
	color: #333;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
	letter-spacing: .1em;
	line-height: 1.5;
}
header .fix {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header .fix > ul {
	height: 40px;
	display: flex;
	background: #fff;
}
header .fix > ul > li {
	width: 14%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}
header .fix > ul > li:first-child {
	width: 30%;
	padding: 0 6px;
}
header .fix > ul > li:last-child {
	border-right: none;
}
header .fix > ul > li a,
header .fix > ul > li form {
	padding: 2px 0;
	display: block;
	text-align: center;
}
header .fix > ul > li img,
header .fix > ul > li input {
	width: 100%;
	max-width: 57px;
	max-height: 44px;
}
header .fix > ul > li:first-child img {
	height: auto;
	max-width: 112px;
	max-height: 32px;
}
header .fix .offcanvas-right li a {
	padding: 20px;
	border-bottom: #ddd solid 1px;
	position: relative;
	text-align: left;
}
header .fix .offcanvas-right li a::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0;
	margin: auto;
}
header .logo {
	padding: 5px 0 8px;
	text-align: center;
}
header .logo img {
	width: 150px;
}
header .logo small {
	margin-top: 3px;
	display: block;
	font-size: 10px;
}
footer .wrap {
	display: none;
}
footer .footer-menu {
	font-size: 12px;
	background: #f7f7f7;
}
footer .footer-menu img {
	max-width: 100%;
}
footer .footer-menu .footer-menu__nav-image {
	margin: 0;
	padding: 0 20px 20px;
	line-height: 0;
	list-style-type: none;
}
footer .footer-menu .footer-menu__nav-image li {
	margin-top: 10px;
}
footer .footer-menu .footer-menu__nav-image li:first-child {
	margin-top: 20px;
}
footer .footer-menu .footer-menu__nav-image img {
	border: #fff solid 1px;
}
footer .footer-menu .footer-menu__nav {
	margin: 0;
	list-style-type: none;
}
footer .footer-menu .footer-menu__nav::after {
	display: block;
	content: "";
	clear: both;
}
footer .footer-menu .footer-menu__nav {
	border-bottom: #ddd solid 1px;
}
footer .footer-menu .footer-menu__nav li {
	width: 50%;
	position: relative;
	float: left;
}
footer .footer-menu .footer-menu__nav li a {
	padding: 20px;
	display: block;
	border-top: #ddd solid 1px;
	text-decoration: none;
}
footer .footer-menu .footer-menu__nav li:nth-child(2n) a {
	border-left: #ddd solid 1px;
}
footer .footer-menu .footer-menu__nav li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 4px;
	height: 4px;
	margin-top: -4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}
footer .footer-menu__summary {
	padding: 0 20px;
}
footer .footer-menu__summary p {
	margin: 0;
}
footer .footer-menu__summary p:last-child {
	margin-bottom: 18px;
}
footer .footer-menu__summary img {
	width: 120px;
	height: auto;
	margin-bottom: 5px;
}
footer .footer-menu__arrow {
	height: 34px;
	margin-bottom: 20px;
	background: #CABC9B;
}
footer .footer-menu__arrow span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
footer .footer-menu__arrow span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -2px;
	margin-right: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}
footer .copy {
    text-align: center;
    font-size: 10px;
    padding: 3% 0;
    border-top: 1px solid #dcdcdc;
}

.offcanvas-right {
	display: none;
}

.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi {
	margin: 20px 0;
	padding: 5px 20px;
	text-align: center;
}
.wp-pagenavi .pages {
	background: #666;
	border: 1px solid #666;
	color: #fff;
	white-space: nowrap;
}
.wp-pagenavi a,
.wp-pagenavi span {
	padding: 4px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	background: #f2f2f2;
}
.wp-pagenavi a:hover {
	background: #ccc;
	border: 1px solid #666;
}
.wp-pagenavi span.current {
	background: #7fb927;
	color: #fff;
	border: 1px solid #7fb927;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none;
}


.page-ttl {
	margin-bottom: 20px;
	border-top: #eee solid 1px;
	border-bottom: #eee solid 1px;
	display: block;
	position: relative;
	text-align: center;
	line-height: 1.7;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.2em;
	background: #fffdfc !important;
	background-image: url("https://www.kaitekihome.jp/images/bg.png") !important;
}
.page-ttl strong {
	padding: 5px 0 13px;
	display: inline-block;
}
.page-ttl strong::after {
	width: 20px;
	height: 2px;
	margin: 3px auto 0;
	display: block;
	content: "";
	background: #B7A579;
}
.page-ttl small {
	display: none;
	line-height: 0.5;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 12px;
	color: #666;
	letter-spacing: 0;
}

.section-ttl {
	margin: 0 auto 20px;
	display: block;
	position: relative;
	text-align: center;
	line-height: 1.5;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.section-ttl::after {
	width: 30px;
	height: 3px;
	margin: 5px auto 0;
	display: block;
	content: "";
	background: #B7A579;
}
.section-ttl small {
	display: block;
	font-size: 12px;
	letter-spacing: 0;
}
.section-ttl .btn {
	position: absolute;
	top: 25px;
	right: 0;
}

.btn_form {
	position: relative;
}
.btn_form::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0;
	margin: auto;
}
.btn {
	padding: 3px 25px;
	border-radius: 9999px;
	border: 1px solid #333;
	font-size: 12px;
	color: #333;
	letter-spacing: 0.2em;
	position: relative;
	background: #fff;
}
.btn::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0;
	margin: auto;
}
.btn.beige {
	color: #fff;
	background: #CABC9B;
	border: 1px solid #CABC9B;
}
.btn.beige::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#common-event {
	padding-top: 20px;
}
#common-event .section-ttl {
	margin: 0 20px 20px;
}
#common-event .section-ttl::after {
	display: none;
}
#common-event .section-ttl .btn {
    padding: 1px 10px;
    padding-right: 15px;
    top: 15px;
    font-size: 10px;
}
#common-event ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#common-event li {
	width: 100%;
	justify-content: space-between;
	background: #fdfdfd;
}
#common-event li a {
	display: flex;
	align-items: center;
	position: relative;
}
#common-event li a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid #CABC9B;
	border-right: 2px solid #CABC9B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0;
	margin: auto;
}
#common-event li:nth-child(even) {
	background: #eee;
}
#common-event li:nth-child(odd) {
	background: #f7f7f7;
}
#common-event li figure {
	width: 100px;
}
#common-event li figure img {
	width: 100px;
	height: 100px;
}
#common-event li .summary {
	padding: 0 10px;
	padding-right: 20px;
	flex: 1;
	font-size: 12px;
}
#common-event li p {
	margin-bottom: 5px;
	font-size: 14px;
}
#common-event li dl {
	display: none;
}
#common-event .start,
#common-event .end {
    width: 60px;
    padding: 2px 3px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    background: #CABC9B;
}
#common-event .end {
	background: #BBB;
}

#common-gallery {
	padding: 20px 0;
	background: #f7f7f7;
}
#common-gallery .section-ttl {
	margin: 0 20px 20px;
}
#common-gallery .section-ttl::after {
	display: none;
}
#common-gallery .section-ttl .btn {
    padding: 1px 10px;
    padding-right: 15px;
    top: 15px;
    right: 0;
    font-size: 10px;
}
#common-gallery ul {
	margin-bottom: 20px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#common-gallery li {
	width: 48.5%;
	margin-top: 10px;
	justify-content: space-between;
	font-size: 12px;
}

#common-gallery li:nth-last-child(-n+2) {
	display: none;
}

#common-gallery li img {
	margin-bottom: 5px;
}

#common-hub-top {
	padding: 20px;
}
#common-hub-top .wrap {
	text-align: center;
	background: url(../images/common_hub_bg.jpg);
}
#common-hub-top .img {
	margin-bottom: 30px;
}
#common-hub-top .summary p {
	padding: 20px 0 30px;
}
#common-hub-top .btn {
	padding: 3px 50px;
}
#common-hub-top .wrap_soudan {
	background-color: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

#common-hub-top {
	background: url(../images/common_hub_bg.jpg);
}
#common-hub-top figure {
	margin-top: 10px;
}
#common-hub-top .summary p {
    padding: 10px 0 0;
}

#common-hub-top .wrap_soudan .img {
	margin-bottom: 20px;
}

#common-hub-top .wrap_soudan .cont .ttl {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}

#common-hub-top .wrap_soudan .cont .ttl .badge {
	color: #fff;
	background-color: #ec5e18;
	padding: 1px 5px;
	margin-bottom: 10px;
	font-size: 16px;
	display: block;
	width: 100%;
}

#common-hub-top .wrap_soudan .cont .ttl .txt_red {
	color: #B20000;
	font-weight: bold;
}

#common-hub-top .wrap_soudan .cont .wrap_soudan_inner .link .btn {
	margin-bottom: 10px;
}

#common-hub-top .wrap_soudan .cont .wrap_soudan_inner .read .txt {
	margin-bottom: 25px;
}

#common-hub-top .wrap_soudan .cont .wrap_soudan_inner .icon {
	display: none;
}
#common-hub-top .btn {
	margin-top: 0 !important;
	padding: 8px 0 10px;
	position: relative;
}
#common-hub-top .btn,
#common-hub-top .btn_form {
	width: 230px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 16px;
}
#common-hub-top .btn_form .btn {
	border: #CABC9B solid 1px;
}
#common-hub-top .btn::after {
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
#common-hub-top .btn_form::after {
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

#common-hub {
	padding: 20px;
}
#common-hub .wrap {
	text-align: center;
	background: url(../images/common_hub_bg.jpg);
}
#common-hub .img {
	margin-bottom: 30px;
}
#common-hub .summary p {
	padding: 20px 0 30px;
}
#common-hub .btn {
	padding: 3px 50px;
}
#common-hub .wrap_soudan {
	background-color: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
	margin: 30px auto 0;
}

#common-hub {
	background: url(../images/common_hub_bg.jpg);
}
#common-hub figure {
	margin-top: 10px;
}
#common-hub .summary p {
    padding: 10px 0 0;
}

#common-hub .wrap_soudan .img {
	margin-bottom: 20px;
}

#common-hub .wrap_soudan .cont .ttl {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}

#common-hub .wrap_soudan .cont .ttl .badge {
	color: #fff;
	background-color: #ec5e18;
	padding: 1px 5px;
	margin-bottom: 10px;
	font-size: 16px;
	display: block;
	width: 100%;
}

#common-hub .wrap_soudan .cont .ttl .txt_red {
	color: #B20000;
	font-weight: bold;
}

#common-hub .wrap_soudan .cont .wrap_soudan_inner .link .btn {
	margin-bottom: 10px;
}

#common-hub .wrap_soudan .cont .wrap_soudan_inner .read .txt {
	margin-bottom: 25px;
}

#common-hub .wrap_soudan .cont .wrap_soudan_inner .icon {
	display: none;
}
#common-hub .btn {
	margin-top: 0 !important;
	padding: 8px 0 10px;
	position: relative;
}
#common-hub .btn,
#common-hub .btn_form {
	width: 230px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 16px;
}
#common-hub .btn_form .btn {
	border: #CABC9B solid 1px;
}
#common-hub .btn::after {
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
#common-hub .btn_form::after {
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

#common-document {
	padding: 20px;
	text-align: center;
	background: #f7f7f7;
}
#common-document .wrap {
	padding: 20px 10px 30px;
	background: #fff url(../images/common_document_bg.jpg) right bottom no-repeat;
	background-size: 50px 47px;
}
#common-document .summary form {
	display: inline-block;
}
#common-document .summary {
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
}
#common-document .summary p:nth-child(3) {
	margin: 10px 0;
	text-align: center;
}
#common-document .summary  .ttl {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
#common-document .summary  .ttl b {
	line-height: 1.1;
	font-size: 19px;
	font-weight: bold;
}
#common-document .summary  .ttl span {
	font-weight: bold;
	color: #b20000;
}
#common-document .summary  .ttl label {
	margin-right: 10px;
	padding: 0 5px;
	border-radius: 5px;
	border: 1px solid #CABC9B;
	vertical-align: middle;
	font-size: 11px;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	color: #fff;
	letter-spacing: 0.2em;
	position: relative;
	background: #CABC9B;
}
#common-document form {
	margin: 0 auto;
}
#common-document .btn {
	padding: 3px 50px;
}

/* 220802_追記 ナビ追加 */

header .fix {
	border-bottom: #ddd solid 1px;
}

header .fix > ul {
	justify-content: space-between;
}

header .fix > ul > li {
	border-right: none;
	border-bottom: none;
}

header .fix > ul > li:first-child {
	width: 32%;
}

header .fix .hd_sns {
	display: flex;
	position: absolute;
    right: 17vw;
    top: 7px;
}

header .fix .hd_sns li {
	width: 35px;
}

header .fix > ul > li a,
header .fix > ul > li form {
	display: inherit;
}

header .fix > ul > li svg {
	width: 22px;
	height: 22px;
}

header .fix > ul > li:last-child {
	border-left: #ddd solid 1px;
	margin-left: 5px;
}








