@charset "UTF-8";

/* If you want to change pagewidth, please change pagewidth's 'max-width'. */

.pagewidth {
    max-width: 1000px;
}

/* LP-font */
body .shirokuma {
  font-family: 'Shirokuma';
}



/* for the navigation for smartphones including the iPad Pro of landscape size */

#main-menu-container.is-active {}

#main-menu-container.is-active #main-menu li {
    float: none;
    display: block;
    width: 100% !important;
    text-indent: 0;
    padding: 0;
    background: none;
    height: auto;
}

#main-menu-container.is-active #main-menu li a {
    display: block;
    width: 100%;
}

body .site {
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    font-size: 16px;
    color: #666;
}


/* ========== HEADER ========== */

#headerwrap #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

#header .h_content {
    text-align: center;
}

.h_content .h_title {
    background: url(../../uploads/home01.png) no-repeat center;
    padding: 6px 20px 2px;
    color: #755239;
    font-size: 15px;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 5px;
}

.h_content .h_add {
    color: #557db0;
    margin-bottom: 4px;
}

.h_content .h_img img,
.h_content .h_img a {
    display: inline-block;
    vertical-align: middle;
}

.h_content .h_img a {
    margin-left: 6px;
}


/* ========== MENU ========== */

#main-menu-container {
    background: #5c7fad;
}

#main-menu-container #main-menu {
    margin: 0 auto;
    max-width: 1000px;
}

#main-menu-container #main-menu:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}

#main-menu-container #main-menu li {
    float: left;
    text-indent: -100%;
    padding: 0;
    background: url(../../uploads/main_manu_2024_12_off_02.png) no-repeat;
    overflow: hidden;
    list-style: none;
    margin: 0;
    height: 84px;
}

#main-menu-container #main-menu li:hover {
    background: url(../../uploads/manu_2024_12_on_02.png) no-repeat;
}

#main-menu-container #main-menu li.nav01,
#main-menu-container #main-menu li.nav01:hover {
    width: 125px;
    background-position: 0 0;
}

#main-menu-container #main-menu li.nav02,
#main-menu-container #main-menu li.nav02:hover {
    width: 125px;
    background-position: -125px 0;
}

#main-menu-container #main-menu li.nav03,
#main-menu-container #main-menu li.nav03:hover {
    width: 125px;
    background-position: -250px 0;
}

#main-menu-container #main-menu li.nav04,
#main-menu-container #main-menu li.nav04:hover {
    width: 125px;
    background-position: -375px 0;
}

#main-menu-container #main-menu li.nav05,
#main-menu-container #main-menu li.nav05:hover {
    width: 125px;
    background-position: -500px 0;
}

#main-menu-container #main-menu li.nav06,
#main-menu-container #main-menu li.nav06:hover {
    width: 125px;
    background-position: -625px 0;
}

#main-menu-container #main-menu li.nav07,
#main-menu-container #main-menu li.nav07:hover {
    width: 125px;
    background-position: -750px 0;
}

#main-menu-container #main-menu li.nav08,
#main-menu-container #main-menu li.nav08:hover {
    width: 125px;
    background-position: -875px 0;
}


#main-menu-container #main-menu li a {
    padding: 10px;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}


/* ========== FOOTER ========== */

#footerwrap {
    background: url(../../uploads/top-10.jpg) repeat-x bottom;
    color: white;
}

#footerwrap #footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}

#footer #footer-nav li {
    padding: 0 10px;
    border-right: 1px solid white;
    margin: 0;
}

#footer #footer-nav li:last-child {
    border: none;
}

#footer #footer-nav li a {
    text-decoration: underline;
    padding: 0;
    margin: 0;
    color: white;
}

#pc-backtop {
    bottom: 160px;
}


/* ========== POST ========== */

#pagewrap .news_post {
    background: #fff;
    padding: 35px 40px 35px;
    margin-bottom: 50px;
    border-radius: 0 0 3px 3px;
}

.news_post .post {
    text-align: center;
    margin-bottom: 20px;
    border: none;
}

.news_post .post .post-date {
    display: block;
    color: #557eb3;
    margin-bottom: 5px;
}

.news_post .post .post-title {
    font-size: 16px;
    margin: 0;
}

.news_post .post .post-title a {
    color: #666;
    text-decoration: underline;
}

body.single #body {
    padding-top: 80px;
    padding-bottom: 80px;
}

body.single .post .post-image {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}

body.single .post .post-image img {
    display: inline-block;
}

body.single .post .post-date {
    display: inline-block;
    background: #557eb3;
    color: white;
    font-size: 15px;
    padding: 2px 12px;
    border-radius: 7px;
    margin-bottom: 12px;
}

body.single .post .post-title {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    background: url(../../uploads/home09.png) repeat-x bottom;
    color: #557eb3;
}

body.single .post .post-title a {
    color: #557eb3;
    text-decoration: none;
}

body.single .history-back-container .history-back-button {
    display: block;
    max-width: 265px;
    height: 58px;
    background: url(../../uploads/btn-back.png) no-repeat;
    text-indent: -100%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
}


/* ========== TABLE ========== */

body .site table {
    width: 100%;
    border-collapse: collapse;
}

.table_menu table tr {
    border-bottom: 1px dashed #557eb3;
}

.table_menu table tr td {
    border: none;
    padding: 34px 0;
    vertical-align: top;
}

.table_menu table tr td:last-child {
    text-align: right;
}

.table_info table tr {
    border-bottom: 1px dashed #557eb3;
}

.table_info table tr td,
.table_info table tr th {
    border: none;
    padding: 20px 0;
    text-align: left;
    vertical-align: top;
}

.table_info table tr th {
    padding: 27px 0;
    width: 120px;
}

.table_info table tr th img {
    display: block;
}



.wpcf7 .wpcf7-form table tr {
    border-bottom: 1px dashed #557eb3;
}

.wpcf7 .wpcf7-form table th {
    text-align: left;
    padding: 30px 0;
}

.wpcf7 .wpcf7-form table td {
    padding: 30px 0;
}

.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 5px;
}

.wpcf7 .wpcf7-form .fa {
    display: block;
    text-align: center;
}

.wpcf7 .wpcf7-form input[type=submit] {
    background: url(../../uploads/contact09.png) no-repeat center;
    padding: 0;
    text-indent: 100%;
    overflow: hidden;
    width: 232px;
    height: 58px;
    display: inline-block;
    margin: 40px 0 auto;
}


/* ========== TITLE ========== */

.module .module-title {
    margin-bottom: 15px;
}

.title_page {
    background: url(../../uploads/straight.jpg) repeat-x top, url(../../uploads/stra02.png) repeat-x bottom, url(../../uploads/straight-02.jpg);
    padding-top: 165px;
    padding-bottom: 100px;
}


/* ========== OTHER ========== */

.module {
    margin-bottom: 30px;
}

.module p:last-child {
    margin-bottom: 0;
}

#pagewrap .btn_abs {
    position: absolute;
    bottom: 80px;
    right: 110px;
    margin-bottom: 0;
}

.ribbon_abs {
    margin-top: -130px;
    margin-bottom: 60px;
}

.ribbon_abs2 {
    margin-top: -77px;
    margin-bottom: 60px;
}

.box_stra {
    background: url(../../uploads/stra05.png) no-repeat center;
    background-size: 100% 100%;
    padding: 19px;
    margin-bottom: 80px;
}

.box_stra .row_inner {
    background: url(../../uploads/stra07.png) no-repeat center;
    background-size: 100% 100%;
    padding: 20px;
}

#pagewrap .btn_plus {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
}

#pagewrap .btn_plus.active {
    transform: rotate(135deg);
}

.menu_row {
    background: url(../../uploads/menu-1.jpg) repeat-x top, url(../../uploads/menu-1.jpg) repeat-x bottom, #f4eddf;
}

.box_white {
    background: url(../../uploads/menu2.jpg) repeat-x top, url(../../uploads/menu2.jpg) repeat-x bottom, url(../../uploads/menu2-02.jpg) repeat-y left, url(../../uploads/menu2-02.jpg) repeat-y right, white;
    padding: 40px;
    text-align: center;
    border-radius: 3px;
}

.staff_row01 {
    background: url(../../uploads/staff04.png) no-repeat left calc(50% - 580px) top 115px, url(../../uploads/staff05.png) no-repeat right calc(50% - 580px) bottom 200px
}

.staff_row02 {
    background: url(../../uploads/staff06.png) no-repeat left calc(50% - 580px) top 100px, url(../../uploads/staff07.png) no-repeat right calc(50% - 580px) bottom 45%
}

#pagewrap .ct_box {
    max-width: 660px;
    margin: 0 auto 30px;
    background: url(../../uploads/contact07.png) no-repeat center;
    background-size: 100% 100%;
    padding: 11px;
}

.ct_box .subrow_inner {
    background: url(../../uploads/contact06.png) no-repeat center;
    background-size: 100% 100%;
    padding: 30px 30px 0;
}

.img_policy {
    margin-top: -70px;
}

.txt_policy {
    max-height: 325px;
    overflow-y: scroll;
    margin: 0;
}


/* by fujimoto 20221124 */
svg {
	height: 18px;
	display: block;
	text-align: center;
	margin: 15px auto 8px;
	fill: #5d7fad;
}

.sp-footer-tel svg {
	transform: scale(-1, 1);
}

.holiday-all {
	color: #fff;
}

#main-menu .menu-item-697 {
	display: none;
}
/* end fujimoto */



/* ========== LP ========== */
body.page-id-846 .pagewidth {
	max-width: 1200px;
}
body.page-id-846 #headerwrap {
	display: none;
}
.lp-header {
	padding: 30px 60px 0;
}

.lp-header-layout {
	max-width: 700px;
	margin: 0 0 0 auto;
}
.img-tel {
	line-height: 1;
}
.check-list ul {
	margin: 0;
}
.check-list ul li {
	font-size: 28px;
	color: #755239;
	border-bottom: 1px solid #a9a9a9;
	background: url(../../uploads/check-icon.png) no-repeat top 16px left;
	padding: 19px 0 12px 50px;
	margin-bottom: 0;
	display: block;
}
.title-song.module .module-title {
	font-size: 28px;
	background: url(../../uploads/lp2.png) no-repeat bottom;
	padding-bottom: 10px; 
	color: white;
	font-weight: normal;
}
.title-water.module .module-title {
	font-size: 42px;
	color: #744f36;
	display: inline-block;
	padding-right: 40px;
	background: url(../../uploads/lp5.png) no-repeat right;
	font-weight: normal;
}
.table-num {
	background: url(../../uploads/lp7.png) no-repeat center;
	background-size: 100% 100%;
	padding: 14px;
	margin-bottom: 85px;
}
.table-num:before {
	content: '';
	width: 241px;
	height: 53px;
	background: url(../../uploads/lp8.png) no-repeat bottom;
	background-size: contain;
	position: absolute;
	top: 99%;
	left: 50%;
	transform: translatex(-50%);
	display: block;
}
.table-num .tb_text_wrap {
	background: url(../../uploads/lp11.png) no-repeat center;
	background-size: 100% 100%;
	padding: 40px 20px 60px;
}
.table-num table  {
	max-width: 760px;
	margin: 0 auto;
}
.table-num table tr {
	border-bottom: 1px solid #a9a9a9;
}
.table-num table tr th, .table-num table tr td {
	font-size: 28px;
	color: #755239;
	padding: 2px 0;
	letter-spacing: -1px;
}
.table-num table tr th {
	color: #557db0;
	font-weight: normal;
	padding-right: 25px;
}
.table-num table tr th img {
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
	margin-left: 5px;
}
.point-box {
	background: url(../../uploads/bg-point.png) no-repeat center;
	background-size: 100% 100%;
	padding: 45px 30px 15px;
	margin-bottom: 50px;
}
.txt-underline {
	font-size: 40px;
	color: #557eb3;
	line-height: 1;
	letter-spacing: -3px;
}
.txt-underline span {
	background: url(../../uploads/lp2.png) repeat-x bottom;
	text-decoration: none !important;
	padding-bottom: 4px;
}
.parts-5 > .row_inner {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 2.7%;
}
.parts-5 > .row_inner > .module_column {
	width: 31.5%;
	margin: 0 0 25px;
}
.parts-5 .row_inner .module_column .subrow_inner {
	background: url(../../uploads/bg-blue.png) no-repeat center;
	background-size: 100% 100%;
	color: white;
	padding: 16px 24px;
	margin-bottom: 20px;
}
.parts-5 .row_inner .module_column .subrow_inner .sub_column {
	background: url(../../uploads/dot-line.png) repeat-x top, url(../../uploads/dot-line.png) repeat-x bottom;
	padding: 20px 0 0;
}
.txt-part-5 {
	font-size: 26px;
	text-align: center;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -2px;
	line-height: 1.2;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: 0;
}

.star-box .subrow_inner {
	border: 3px solid #557db0;
	background: white;
	border-radius: 30px;
	margin: 50px 80px 50px 120px;
	padding:100px 90px 15px;
	width: auto;
}
.star-box .star-title {
	background: #f0a8bd;
	color: white;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -1px;
	border-radius: 20px;
	padding: 18px 30px 12px;
	position: absolute;
	top: -150px;
    left: -130px;
}
.star-box .star-title:before {
	content: '';
	width: 28px;
	height: 40px;
	background: url(../../uploads/lp21.png) no-repeat bottom;
	background-size: contain;
	position: absolute;
	bottom: -26px;
    left: 100px;
}
.star-box .star-title-blue {
	background: #557db0;
}
.star-box .star-title-blue:before {
	background: url(../../uploads/lp22.png) no-repeat bottom;
}
.txt-underline-pink strong {
	font-weight: normal !important;
	box-shadow: inset 0 -10px #f9dce5;
}
#pagewrap .lp-qa ul li {
	margin: 0 0 55px;
	padding: 0;
	border: none;
	background: none;
}
#pagewrap .lp-qa ul li .accordion-title {
	background: none;
}
#pagewrap .lp-qa ul li .accordion-title a {
	background: url(../../uploads/q.png) no-repeat 40px 30px, #557db0;
	color: white;
	font-size: 28px;
	font-family: 'Shirokuma';
	padding: 28px 30px 18px 100px;
	border-radius: 15px;
	line-height: 1.5;
    font-weight: normal;
}
#pagewrap .lp-qa ul li .accordion-content {
	background: url(../../uploads/a.png) no-repeat 40px 30px;
	padding: 30px 30px 0 100px;
	line-height: 1.8;
}
body.page-id-846 #footerwrap #footer {
	justify-content: center;
}
body.page-id-846 #footer #footer-nav {
	display: none;
}



#pagewrap .module_row.worries_bg {
	background-color: rgba(255, 250, 238, 1);
}


/* 20250901 */
br.sp-only {
	display: none;
}






/************************************************
***************** Media Query *******************
*************************************************/

@media screen and (max-width: 1024px) {
	.lp-header {
		padding: 20px 16px 0;
	}
}

@media screen and (max-width: 768px) {
    #pagewrap .btn_abs {
        bottom: 45px;
        right: 20px;
    }
    .ribbon_abs {
        margin-top: -90px;
        margin-bottom: 30px;
    }
    .ribbon_abs2 {
        margin-top: -50px;
        margin-bottom: 30px;
    }
    #pagewrap .news_post {
        padding: 20px;
    }
    #footerwrap #footer {
        display: block;
        text-align: center;
        padding: 8px 0;
    }
    .staff_row01 {
        background-position: 10px 10px, bottom 30px right 10px;
        background-size: 50px;
    }
    .staff_row02 {
        background-position: left 10px bottom 10px, bottom 30px right 10px;
        background-size: 50px;
    }
	.lp-header-layout {
		max-width: 400px;
		margin: 0 auto;
	}
	.lp-logo {
		text-align: center;
	}
	.title-song.module .module-title {
/*     	font-size: 24px; */
		font-size: 22px;
	}
	.check-list ul li {
		font-size: 22px;
	}
	.title-water.module .module-title {
		font-size: 30px;
		padding-right: 30px; 
	}
	.table-num .tb_text_wrap {
		padding: 20px 20px 20px;
	}
	.table-num table tr th, .table-num table tr td {
    	font-size: 22px;
	}
	.txt-underline {
    	font-size: 32px;
	}
	.parts-5 .row_inner .module_column .subrow_inner {
    	padding: 12px;
	}
	.txt-part-5 {
    	font-size: 22px; 
		min-height: 100px;
	}
	.star-box .subrow_inner {
    	margin: 50px 0px 50px 40px;
	}
	.star-box .star-title {
/* 		font-size: 22px; */
		font-size: 17px;
		
	}
	#pagewrap .lp-qa ul li .accordion-title a {
		font-size: 22px;
		padding: 22px 20px 15px 100px;
		background-position: 40px center;
	}
	#pagewrap .module_row.worries_bg {
		background: none;
		background-color: rgba(255, 250, 238, 1);
	}
}

@media screen and (max-width: 680px) {
    .h_content .h_img a {
        margin-left: 10px;
    }
    .wpcf7 .wpcf7-form input[type=submit] {
        color: transparent;
    }
    #main-menu-container #main-menu li:hover {
        background: none;
    }
    #headerwrap #header {
        display: block;
        text-align: center;
        padding: 60px 0 40px;
    }
    #header #site-logo {
        margin-bottom: 20px;
    }
    #header #site-logo img {
        margin: 0 auto;
    }
    #header .h_content .h_img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    #pagewrap .btn_abs {
        bottom: 50px;
        right: 0;
        left: 0;
    }
    #footer #footer-nav li {
        border-color: #557eb3;
    }
    #footer #footer-nav li a {
        color: #557eb3;
    }
    #footerwrap #footer {
        padding: 15px 0;
    }
    #footer #footer-nav {
        margin: 0 0 40px;
        text-align: center;
    }
    .box_stra {
        background: url(../../uploads/stra10.png) no-repeat center;
        background-size: 100% 100%;
        padding: 8px;
        margin-bottom: 80px;
    }
    .box_stra .row_inner {
        background: url(../../uploads/stra09.png) no-repeat center;
        background-size: 100% 100%;
        padding: 15px;
    }
    .title_page {
        padding-top: 80px;
        padding-bottom: 45px;
        background-size: 50%, auto, auto;
    }
    .box_white {
        padding: 20px;
    }
    .table_menu table tr td {
        padding: 20px 0;
    }
    #pagewrap .btn_plus {
        right: 0;
    }
	.lp-header {
        padding: 20px 0 0;
    }
	.table-num table tr th, .table-num table tr td {
        font-size: 20px;
        display: block;
        width: 100%;
        text-align: left;
		padding-top: 10px;
    }
	.point-box {
		padding: 20px 10px 5px;
	}
	.title-water.module .module-title {
        font-size: 24px;
	}
	.parts-5 > .row_inner > .module_column {
    	width: 48.6%;
	}
	.parts-5 .row_inner .module_column .subrow_inner {
        padding: 8px;
    }
	.txt-part-5 {
        font-size: 22px;
        min-height: 85px;
    }
	.star-box .star-title {
    	padding: 15px 15px 8px;
	}
	.star-box .subrow_inner {
    	padding: 50px 40px 15px;
	}
	.star-box .star-title {
		left: -90px;
		top: -110px;
	}
	#pagewrap .lp-qa ul li .accordion-title a {
        font-size: 18px;
        padding: 16px 16px 12px 64px;
        background-position: 16px center;
        background-size: 35px;
    }
	#pagewrap .lp-qa ul li .accordion-content {
		padding: 20px 16px 0 64px;
		background-size: 35px;
		background-position: 16px 20px;
	}
	.lp-header .module_row > .row_inner {
		max-width: 96%;
	}
	
	
	
/* 	SP20250901 */
	body.page-id-846 .site {
		font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
		font-size: 14px;
	}
	 .table-num table tr td {
		 line-height: 1.5em;
		 padding: 0 0 10px;
    }
	.point .image-wrap img {
		width: 100px;
	}
	.lp-logo .image-wrap img {
		width: 30%;
	}
/* 	.h-info_top .sub_column.first {
		justify-content: flex-end;
	}
	.h-info_top.sub_column.last img {
		width: 70%;
	}
	.h-info_top .sub_column.first .img-tel img {
		width: 70%;
	} */
	.lp-header-layout .module_column.first .sub_column img {
		width: 70%;
	}
	.lp-header-layout .module_column.last .sub_column.first img {
		width: 40%;
	}
	.lp-header-layout .module_column.last .sub_column.last img {
/* 		width: 70%; */
	}
	.lp-h_bottom .subrow_inner {
		width: 70%;
    	margin: 0 0 0 5%;
	}
	.h-qr.module-image {
		text-align: right;
	}
	.tb-column-inner .img-tel.module-image .image-wrap {
		text-align: right;
	}
	.tb-column-inner .h-reserve.module-image .image-wrap {
		text-align: left;
	}
	.w-265 {
		max-width: 290px;
		width: 100%;
		margin: 0 auto;
	}
	.banner-tel .image-wrap img {
		width: 65%;
	}
	br.sp-only {
		display: block;
	}
	.title-water.module .module-title {
    	background: url(../../uploads/lp5.png) no-repeat bottom 5px right 10px / 5%;
	}
	.star-title .tb_text_wrap img {
		width: 40%;
	}
	.check-list ul li {
		background: url(../../uploads/check-icon.png) no-repeat top 20px left 10px;
		background-size: 7%;
		line-height: 1.25em;
	}
	.table-num:before {
		content: '';
		width: 241px;
		height: 53px;
		background: url(../../uploads/01f6326d513c1d56d722af6fe3eee49f.png) no-repeat bottom;
		background-size: contain;
		position: absolute;
		top: 99%;
		left: 50%;
		transform: translatex(-50%);
		display: block;
	}
	.sp-bear_fix img {
		width: 75%;
	}
	.sp-img_fix img {
		width: 65%;
	}
	
	

}

#body a:hover {
    opacity: 0.8;
}

.sp-selected-block {
    position: fixed;
    bottom: 64px;
    left: 0;
    display: none;
    width: 100%;
    background: #557EB2;
    padding: 10px 0;
}

.sp-selected-block a {
    color: white;
    display: block;
    padding-left: 40px;
    text-align: left;
}

.sp-selected-block.maps-container a {
    text-align: center;
    padding-left: 0;
}

.sp-selected-block a:nth-child(1) {
    margin-bottom: 15px;
}

.sp-selected-block i {
    margin-right: 5px;
}

.sp-selected-block-active {
    display: block;
}