@charset "utf-8";

/* 基本設定
-------------------------------*/
@font-face {
	font-family: NSans-B;
	src: url("fonts/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
	font-family: NSans-M;
	src: url("fonts/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
	font-family: NSans-R;
	src: url("fonts/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {

	/* 明朝 */
	font-family: NSerif-M;
	src: url("fonts/NotoSerifJP-Medium.otf") format("opentype");
}

body {
	font-family: NSans-R, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "Yu Gothic", Meiryo, verdana, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

#page {
	overflow: hidden;
}

@media only screen and (max-width: 640px) {

	body {
		font-size: 14px;
		line-height: 1.8em;
	}
}

/* プリントの表示設定 */
@media print {

	body {
		width: 1110px;
		margin: auto;
	}
}

/* リンク設定
-------------------------------*/
a {
	outline: none;
	color: #2e2e2e;
}

a:hover {
	text-decoration: none;
}

a,
a:hover,
a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* PCで電話リンクしない */
@media (min-width: 768px) {

	a[href^="tel:"] {
		pointer-events: none;
	}
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* ヘッダー
-------------------------------*/
* html #header {
	height: 1%;
}

#header {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-bottom: solid 1px #f1f1f1;
}

#header .inner {
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .inner .logo {
	width: 12vw;
	max-width: 231px;
	min-width: 196px;
}

@media only screen and (max-width: 1030px) {

	#header .inner {
		height: 49px;
	}

	#header .inner .logo {
		width: 70%;
	}

	.equipment .rental-option .inside ul {
		grid-template-columns: inherit;
	}
}

/* フッター
-------------------------------*/
#footer {
	margin-top: 80px;
	background-color: #a2ded6;
	width: 100%;
}

#footer .inner {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding: 80px 5% 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#footer .inner.lowerside {
	border-top: 1px solid #019d97;
}

#footer .inner .footer_left {
	width: 30%;
	color: #019d97;
	font-size: 90%;
	line-height: 2;
}

#footer .inner .footer_right {
	width: 60%;
}

#footer .inner .footer_right .f_toi {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	max-width: 726px;
}

#footer .inner .footer_right .f_toi a {
	width: 48%;
}

#footer .inner .footer_right_ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 604px;
	margin: 30px 0 0 20px;
	gap: 1rem;
}

#footer .inner .footer_right_ul li {
	width: 25%;
	min-width: 8em;
	line-height: 1.2;
	color: #019d97;
	font-size: 12px;
}

#footer .inner .footer_right_ul li a {
	color: #019d97;
}

#footer .add {
	margin-bottom: 10px;
	line-height: 1.5;
}

#footer .add span {
	padding-right: 10px;
}

.lowerside .footer_main_ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.lowerside .footer_main_ul li a {
	line-height: 1.2;
	color: #019d97;
	font-size: 12px;
}

#footer .f_logo {
	margin-bottom: 1rem;
}

@media only screen and (max-width: 840px) {

	#footer .inner {
		width: 100%;
		padding: 50px 3%;
		flex-direction: column-reverse;
	}

	#footer .inner .footer_left {
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}

	#footer .inner .footer_right {
		width: 100%;
	}

	#footer .inner .footer_right_ul {
		margin: 30px auto 0;
	}

	#footer .inner .footer_right_ul li {
		min-width: unset;
		width: 33%;
	}
}

@media only screen and (max-width: 420px) {

	#footer .add span {
		display: block;
		padding-right: 0;
	}

	#footer .inner .footer_right_ul li {
		min-width: unset;
		width: 49%;
	}
}

#footer .copy {
	font-size: 12px;
	line-height: 1.2em;
	padding: 1rem 0 0;
	margin: 1rem 0 0;
	border-top: 1px solid rgba(1, 157, 151, 0.5);
}

/*  ページトップへ */
#pageTop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 101;
}

@media only screen and (max-width: 640px) {

	#pageTop img {
		width: 50px;
		height: auto;
	}
}

/* 共通
-------------------------------*/
.ttlbox {
	width: 100%;
	height: 410px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2.5%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: NSerif-M, serif;
	font-size: 32px;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 60px;
	text-shadow: 0.5px 0.5px 2px #000;
}

.ttlbox.bg_cottage {
	background-image: url(../img/common/ttl_bg_cottage.jpg);
}

.ttlbox.bg_loghouse {
	background-image: url(../img/common/ttl_bg_loghouse-b.webp);
	background-size: cover;
}

.ttlbox.bg_garagehouse {
	background-image: url(../img/common/ttl_bg_garagehouse.jpg);
}

.ttlbox.bg_sightseeing {
	background-image: url(../img/common/ttl_bg_sightseeing.jpg);
}

.ttlbox.bg_access {
	background-image: url(../img/common/ttl_bg_access.jpg);
}

.ttlbox.bg_privacy {
	background-image: url(../img/common/ttl_bg_privacy.jpg);
}

.ttlbox.bg_contact {
	background-image: url(../img/common/ttl_bg_contact.jpg);
}

.ttlbox.bg_equipment {
	background-image: url(../img/common/ttl_bg_equipment.jpg);
}

.ttlbox.bg_yoyaku {
	background-image: url(../img/common/ttl_bg_yoyaku.jpg);
}

@media only screen and (max-width: 1300px) {

	.ttlbox {
		height: 31vw;
		background-size: cover;
	}
}

@media only screen and (max-width: 640px) {

	.ttlbox {
		font-size: 24px;
		line-height: 1.2em;
		justify-content: center;
	}
}

main {
	width: 90%;
	max-width: 1700px;
	margin: auto;
}

/* HOME
-------------------------------*/
div.home {
	width: 90%;
	margin: auto;
	max-width: 1800px;
}

/*
.top00{
    width: 100%;
    max-width: 1920px;
    height: 44.58vw;
    max-height: 856px;
    margin: 0 auto 60px;
    background: url(../img/top/top_main.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3%;
    font-family: "NSerif-M",serif;
    color: #fff;
    font-size: 55px;
    line-height: 1.5em;
    text-shadow: 1px 1px 3px #444;
}
.top00 br{
    display: none;
}
@media only screen and (max-width:1400px){
    .top00{
        font-size: 3.9vw;
        line-height: 1.5em;
    }
}
@media only screen and (max-width:640px){
    .top00{
        height: 70vw;
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 30px;
    }
    .top00 br{
        display: inline-block;
    }
}
*/
.top00 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 114px;
	position: relative;
}

.top00 .cap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 3%;
	font-family: NSerif-M, serif;
	color: #fff;
	font-size: 55px;
	line-height: 1.5em;
	text-shadow: 1px 1px 3px #444;
}

.top00 .cap br {
	display: none;
}

@media only screen and (max-width: 1400px) {

	.top00 .cap {
		font-size: 3.9vw;
		line-height: 1.5em;
	}
}

@media only screen and (max-width: 640px) {

	.top00 {
		margin-bottom: 30px;
	}

	.top00 .cap {
		font-size: 24px;
		line-height: 1.5em;
	}

	.top00 .cap br {
		display: inline-block;
	}
}

.top-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 114px;
}

.top-item.r-rev {
	flex-flow: row-reverse;
	margin-bottom: 180px;
}

.top-item .img {
	width: 53.8%;
}

.top-item .img img {
	position: relative;
	z-index: 100;
}

.top-item .txt {
	width: 45%;
}

.top-item .txt .inner {
	width: 100%;
	max-width: 490px;
	margin: auto;
	position: relative;
	z-index: 0;
}

.top-item .txt .ttl {
	font-family: NSerif-M, serif;
	color: #019d97;
	font-size: 36px;
	line-height: 1.5em;
	margin-bottom: 20px;
	position: relative;
}

.top-item .txt .ttl span {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 15px;
	background-color: #a2ded6;
	border-radius: 5px;
	font-family: NSans-M, sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 1.4em;
	position: relative;
}

.top-item .txt p {
	width: 100%;
}

.top-item .txt .btn {
	text-align: right;
	margin-top: 30px;
	position: relative;
}

.top-item:nth-child(3) .txt .btn {
	margin-top: 60px;
}

.top-item .txt ul {
	margin-top: 50px;
	position: relative;
	z-index: 1;
}

.top-item .txt ul li {
	width: 49%;
}

.top-item.see {
	align-items: center;
}

.top-item.see .img {}

.top-item.see .txt {}

.top-item.see .txt .inner {
	width: 95%;
	max-width: 330px;
}

.top-item:first-child .inner::before {
	content: "";
	width: 180px;
	aspect-ratio: 13 / 20;
	background: url(../img/top/top_bg_01.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -80px;
	left: -210px;
	z-index: -1;
}

.top-item:first-child .inner::after {
	content: "";
	width: 140px;
	aspect-ratio: 13 / 20;
	background: url(../img/top/top_bg_02.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -100px;
	left: -80px;
	z-index: -1;
}

.top-item:first-child .txt .ttl::after {
	content: "";
	background: url(../img/top/top_bg_03.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -30px;
	right: 0;
	z-index: -1;
	width: 150px;
	aspect-ratio: 13 / 20;
}

.top-item:nth-child(2) .inner::after {
	content: "";
	width: 140px;
	aspect-ratio: 13 / 20;
	background: url(../img/top/top_bg_05.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -20px;
	left: -80px;
	z-index: -1;
}

.top-item:nth-child(2) .txt .ttl::after {
	content: "";
	width: 140px;
	aspect-ratio: 13 / 20;
	background: url(../img/top/top_bg_04.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: -1;
}

.top-item:nth-child(3) .inner::after {
	content: "";
	width: 220px;
	height: 162px;
	background: url(../img/top/top_bg_06.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -100px;
	left: -210px;
	z-index: -1;
}

.top-item:nth-child(3) .txt .btn::after {
	content: "";
	width: 130px;
	height: 200px;
	background: url(../img/top/top_bg_07.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: -100px;
	z-index: -1;
}

.top_04 {
	display: block;
	background: url(../img/top/top_04_bg-b.webp) top center no-repeat;
	background-size: cover;
	padding-top: 30px;
}

.top_04 .inside {
	width: 90%;
	max-width: 1552px;
	margin: auto;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	z-index: 2;
}

.top_04 .inside .txt {
	width: 37.5vw;
	min-width: 338px;
	padding-top: 4.01vw;
}

.top_04 .inside .txt .inner {
	max-width: inherit;
	position: inherit;
	margin-bottom: 2.8125vw;
}

.top_04 .inside .txt .inner > h2 {
	margin-bottom: 2.6vw;
}

.top_04 .inside .txt .inner > p {
	text-align: center;
	max-width: inherit;
	margin-bottom: 2.6vw;
}

.top_04 .inside .txt .inner .images {
	position: absolute;
	top: 8vw;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.top_04 .inside .txt .inner .images > div {
	position: absolute;
}

.top_04 .inside .txt .inner .images .top_04_003 {
	top: 0;
	left: 0;
	width: 28.157%;
}

.top_04 .inside .txt .inner .images .top_04_004 {
	top: 3vw;
	right: 4%;
	width: 21.134%;
}

.top_04 .inside .txt .inner .images .top_04_005 {
	top: 23vw;
	left: 2.062%;
	width: 29.253%;
}

.top_04 .inside .txt .inner .images .top_04_006 {
	top: 17.8vw;
	right: 0;
	width: 28.157%;
}

.top_04 .inside .txt .inner .btn {
	text-align: center;
}

.top_04 .inside .txt .inner .btn a img {
	max-width: 288px;
}

.top_04 .inside > .img {
	margin: auto;
	width: auto;
	display: flex;
	justify-content: center;
}

.top_04 .inside > .img img {
	max-width: 618px;
	width: 32.1875vw;
	margin-left: 4vw;
}

.midokoro {
	background: url(../img/top/mid_bg.png) top center no-repeat;
	background-size: cover;

	/* margin: 0 calc(50% - 50vw); */

	/* width: 100vw; */
	padding: 100px 0;
	margin-top: 50px;
	flex-wrap: wrap;
}

.midokoro .txt {
	width: 25%;
	position: relative;
}

.midokoro .txt::after {
	content: "";
	max-width: 300px;
	height: 180px;
	background: url(../img/top/mido010.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -300px;
	right: 10px;
	z-index: -1;
	width: calc(100% - 10px);
}

.midokoro .txt .btn {
	text-align: left;
}

.midokoro .img {
	width: 75%;
}

.midokoro .img ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.midokoro .img ul li {
	width: 33%;
}

.midokoro .img ul li p {
	line-height: 1;
	margin: 5px 1.5em 15px;
	font-size: 90%;
	display: inline-block;
	position: relative;
}

.midokoro .img ul li p::before {
	content: "";
	width: 4px;
	height: 1em;
	background-color: #019d97;
	position: absolute;
	top: 0;
	left: -1em;
}

.midokoro .img ul li img {
	width: 100%;
}

.midokoro .txt .ttl {
	position: relative;

	/* overflow: hidden; */
	line-height: 3;
}

.midokoro .txt .ttl::after {
	content: "";
	width: 95%;
	height: 100px;
	background: url(../img/top/mido009.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -20px;
	left: 5%;
	z-index: -1;
	background-position: left center;
}

.midokoro ul li:first-child {
	position: relative;
}

.midokoro ul li:first-child::after {
	content: "";
	max-width: 200px;
	width: 100%;
	height: 120px;
	background: url(../img/top/mido007.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -70px;
	left: 120px;
	z-index: 101;
}

.midokoro ul li:nth-child(5) {
	position: relative;
}

.midokoro ul li:nth-child(5)::after {
	content: "";
	width: 80px;
	height: 120px;
	background: url(../img/top/mido008.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -50px;
	right: -10px;
	z-index: 99;
}

.tabino-teitaku {
	margin: 180px 0;
}

.tabino-teitaku .inner {
	width: 90%;
	margin: auto;
	max-width: 1800px;
}

@media only screen and (max-width: 1600px) {

	.top-item:nth-child(3) .inner::after {
		top: 10px;
	}
}

@media only screen and (max-width: 1080px) {

	.top-item.midokoro {
		flex-flow: unset;
		flex-wrap: wrap;
	}

	.midokoro .img {
		width: 100%;
	}

	.midokoro .txt {
		width: 100%;
	}

	/* .midokoro .txt .ttl {
        overflow: unset;
    } */
	.midokoro .img ul {
		justify-content: center;
	}

	.midokoro .txt::after {
		bottom: 0;
		left: unset;
		right: 10px;
		width: 30%;
		background-position: right bottom;
	}

	.top-item:first-child .txt .ttl span::after {
		width: 130px;
		bottom: -20px;
		left: 30px;
	}
}

.top_calendar {
	margin: 100px auto;
}

.top_calendar .inner {
	position: relative;
}

.top_calendar .inner .title {
	font-family: NSerif-M, serif;
	color: #019d97;
	font-size: 36px;
	text-align: center;
	position: relative;
}

.top_calendar .inner .title::after {
	content: "";
	width: 1em;
	height: 4px;
	background-color: #019d97;
	position: absolute;
	top: -0.8em;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.top_calendar .txt {
	text-align: center;
	margin: 30px auto auto;
}

.top_calendar .calendar_marks {
	display: inline-block;
	border: 1px solid #e2e2e2;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 40px;
}

.top_calendar .calendar_marks span {
	margin: auto 1em;
}


#calendar_pager {
	display: flex;
	position: absolute;
	left: 0;
	top: 40px;
	align-items: center;
}

#calendar_pager_btn_left,
#calendar_pager_btn_right {
	color: #fff;
	background-color: #019d97;
	border: none;
	border-radius: 5px;
	font-weight: 700;
	padding: 15px 10px;
}

#calendar_page_name {
	margin: auto 1em;
}

#calendar_pager_btn_left:active,
#calendar_pager_btn_right:active {
	opacity: 0.8;
}

#calendar_pager_btn_left.hidden,
#calendar_pager_btn_right.hidden {
	visibility: hidden;
	pointer-events: none;
}


.top_calendar #calendars {
	position: relative;
	margin-top: 40px;
}

.top_calendar .calendar {
	width: 100%;
	border: 1px solid #e2e2e2;
	padding: 20px;
}

.top_calendar .calendar caption {
	display: none;
}

.top_calendar .calendar table {
	width: 100%;
}

.top_calendar .calendar th {
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding: 10px;
	font-size: 0.8em;
}

.top_calendar .calendar th::before {
	content: "";
	display: block;
	position: absolute;
	height: calc(100% - 10px);
	width: calc(100% - 10px);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	z-index: -1;
	background-color: #a2ded6;
}

.top_calendar .calendar th.sun::before {
	background-color: #ffa6a6;
}

.top_calendar .calendar th.sat::before {
	background-color: #a9ccf5;
}

.top_calendar .calendar td {
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding: 10px;
}

.top_calendar .calendar td a {
	display: block;
}

.top_calendar .calendar td::before {
	content: "";
	display: block;
	position: absolute;
	height: calc(100% - 10px);
	width: calc(100% - 10px);
	border: 1px solid #eee;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	z-index: -1;
	background-color: #eee;
}

.top_calendar .calendar td.mom_fri::before,
.top_calendar .calendar td.today::before,
.top_calendar .calendar td.sun::before,
.top_calendar .calendar td.sat::before {
	background-color: #fff;
}

.top_calendar .calendar td a:hover {
	opacity: 1;
}

.top_calendar .calendar td a:hover::after {
	content: "";
	display: block;
	position: absolute;
	height: calc(100% - 10px);
	width: calc(100% - 10px);
	border: 1px solid #eee;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	z-index: -1;
	background-color: #fffbd3;
	pointer-events: none;
}

.top_calendar .calendar td.sat .number {
	color: #2995cf;
}

.top_calendar .calendar td.sun .number {
	color: #f27349;
}

@media only screen and (max-width: 1140px) {

	.top_calendar .calendar_marks {
		position: relative;
		right: auto;
		top: auto;
		margin: 30px auto;
		max-width: 380px;
		width: 95%;
		display: block;
		text-align: center;

	}

	#calendar_pager {
		position: relative;
		top: 0;
	}

	.top_calendar #calendars {
		margin-top: 20px;
	}
}

@media (min-width: 811px) and (max-width: 1400px) {

	.top-item {

		/* align-items: flex-start; */
	}

	.top-item .txt .ttl {
		font-size: 2.5vw;
		line-height: 1.5em;
		margin-bottom: 2.1vw;
	}

	.top-item .txt .ttl span {
		margin-left: 0.7vw;
		padding: 0.3vw 1vw;
		border-radius: 0.3vw;
		font-size: 1.28vw;
		line-height: 1.4em;
	}

	.midokoro.top-item .txt .ttl {
		line-height: 3;
		margin-bottom: 30px;
	}

	.midokoro .txt .ttl::after {
		background-position: 15% center;
	}

	.top-item .txt .btn {
		margin-top: 2.1vw;
	}

	.top-item .txt .btn img {
		width: 14.6vw;
		height: auto;
	}

	.top-item .txt ul {
		margin-top: 3.7vw;
	}
}

@media only screen and (max-width: 1030px) {

	.top_04 .inside .txt {
		width: 100%;
	}

	.top_04 .inside .txt .inner .images {
		position: initial;
		margin-bottom: 2.6vw;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.top_04 .inside .txt .inner .images .top_04_003,
	.top_04 .inside .txt .inner .images .top_04_004,
	.top_04 .inside .txt .inner .images .top_04_005,
	.top_04 .inside .txt .inner .images .top_04_006 {
		width: 100%;
		position: initial;
	}

	.top-item .txt .btn img {
		width: 100%;
	}

	.top_04 .inside > .img {
		width: inherit;
	}

	.top_04 .inside > .img img {
		width: 100%;
		margin-left: initial;
	}
}

@media only screen and (max-width: 810px) {

	.top-item {
		display: block;
	}

	.top-item .img {
		width: 100%;
	}

	.top-item .txt {
		width: 100%;
		margin-bottom: 20px;
	}

	.top-item .txt ul {
		margin-top: 20px;
	}

	.top-item.see .img {
		width: 100%;
	}

	.top-item.see .txt {
		width: 100%;
		margin-bottom: 20px;
	}

	.top-item.see .txt .inner {
		max-width: 500px;
	}

	.top-item:first-child .txt .ttl span::after {
		width: 100px;
		bottom: -40px;
		left: 0;
	}

	.top-item:nth-child(2) .txt .ttl span::after {
		width: 100px;
		bottom: -40px;
		left: 0;
	}

	.top-item:nth-child(3) .txt .btn::after {
		right: -10px;
	}
}

@media only screen and (max-width: 640px) {

	.top-item {
		margin-bottom: 50px;
	}

	.top-item .txt .ttl {
		font-size: 26px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}

	.top-item .txt .ttl span {
		display: block;
		width: 8em;
		margin-left: auto;
		padding: 3px 0;
		text-align: center;
		border-radius: 3px;
		font-size: 14px;
		line-height: 1.4em;
	}

	.top-item .txt .btn {
		margin-top: 15px;
	}

	.top_calendar .inner .title {
		font-size: 26px;
	}

	.top_calendar .calendar {
		padding: 0;
	}

	.top_calendar .calendar td {
		padding: 5px 0;
	}

	.tabino-teitaku {
		margin: 50px 0;
	}

}

/* コテージ
-------------------------------*/
.item-ttl {
	color: #019d97;
	font-size: 150%;
	line-height: 1.5em;
	border-bottom: solid 1px #019d97;
	margin-bottom: 50px;
}

.item-ttl span {
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	padding-left: 20px;
}

.gallery {
	width: 100%;
	max-width: 1154px;
	margin: auto;
	margin-bottom: 80px;
}

.gallery li {
	width: 48.733%;
	margin-bottom: 2.5%;
}

.gallery li.wide {
	width: 100%;
}

.gallery li.narrow {
	width: 32%;
}

.gallery li p {
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.gallery li.spot {
	width: 100%;
	margin-bottom: 5px;
}

.gallery li.wide.under {
	background-image: url("../img/garagehouse/gar_img08-backdrop.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	display: flex;
	align-items: center;
	margin: 10% 0 5%;
}

.gallery li.wide.under .left-box {
	width: calc(100% - 48.733%);
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0 58px 0 58px;
}

.gallery li.wide.under .left-box dt {
	width: 136px;
}

.gallery li.wide.under .left-box dd {
	width: calc(100% - 136px - 24px);
	font-size: 16px;
	line-height: 1.6875;
}

.gallery li.wide.under .left-box dd strong {
	color: #0a519f;
	display: block;
	margin-bottom: 12px;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.17;
}

.gallery li.wide.under .image {
	width: 48.733%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery li.wide.under .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 1030px) {

	.gallery li.wide.under .left-box {
		flex-flow: column;
		justify-content: center;
		padding: 1.5rem;
	}

	.gallery li.wide.under .left-box dt {
		width: 25%;
	}

	.gallery li.wide.under .left-box dd {
		text-align: center;
		width: 100%;
	}

	.gallery li.wide.under .left-box dd strong {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 640px) {

	.gallery li.wide.under {
		flex-flow: column;
	}

	.gallery li.wide.under .left-box {
		flex-flow: row;
		width: 100%;
	}

	.gallery li.wide.under .left-box dd {
		text-align: left;
	}

	.gallery li.wide.under .image {
		width: 100%;
	}
}

@media only screen and (max-width: 810px) {

	.item-ttl span {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 5px;
	}
}

@media only screen and (max-width: 640px) {

	.item-ttl {
		font-size: 130%;
		line-height: 1.3em;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}

	.gallery {
		margin-bottom: 40px;
	}

	.gallery li,
	.gallery li.narrow {
		width: 100%;
		margin-bottom: 5%;
	}
}

.item-box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 80px;
}

.item-box .price {
	width: 100%;
	border: solid 1px #019d97;
	margin-bottom: 30px;
}

.item-box .price tr {
	border-bottom: solid 1px #019d97;
}

.item-box .price tr:last-child {
	border-bottom: none;
}

.item-box .price th {
	width: 50%;
	padding: 20px;
	background-color: #019d97;
	color: #fff;
}

.item-box .price td {
	width: 50%;
	padding: 20px;
	text-align: right;
	color: #f00;
}

.item-box .cap {
	margin-left: 2em;
}

.item-box .cap dd {
	margin-bottom: 20px;
}

.item-box h2 {
	font-size: 150%;
	color: #0a519f;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 50px;
	position: relative;
}

.item-box h2::before {
	content: "";
	width: 100px;
	height: 100px;
	background: url(../img/common/point.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	bottom: -50px;
	left: -140px;
}

.item-box.item-bg {
	margin-top: 0;
	margin-bottom: 50px;
	padding-left: 150px;
	width: 100%;
	min-height: 402px;
	background: url(../img/cottage/cottage-item-bg.png) no-repeat center center;
	background-size: contain;
	display: flex;
}

.item-box.item-bg > div {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto;
	flex-wrap: wrap;
}

.item-box.item-bg > div h2,
.item-box.item-bg > div p {
	width: 100%;
	align-items: center;
}

@media only screen and (max-width: 640px) {

	.item-box {
		margin-bottom: 40px;
	}

	.item-box .price th {
		padding: 10px;
	}

	.item-box .price td {
		padding: 10px;
	}

	.item-box .cap {
		margin-left: 0;
	}

	.item-box .cap dd {
		margin-left: 1em;
		margin-bottom: 10px;
	}

	.item-box h2::before {
		position: absolute;
		bottom: 3em;
		left: 0;
		width: 75px;
		height: 75px;
	}

	.item-box.item-bg {
		padding-left: 0;
	}
}

.item-box .others {
	width: 100%;
	border: solid 1px #019d97;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.item-box .others tr {
	border-bottom: solid 1px #019d97;
}

.item-box .others tr:last-child {
	border-bottom: none;
}

.item-box .others th {
	width: 25%;
	padding: 20px;
	background-color: #a2ded6;
}

.item-box .others td {
	width: 75%;
	padding: 20px;
}

.item-box .others td.goods span {
	display: inline-block;
	padding-right: 2em;
}

@media only screen and (max-width: 640px) {

	.item-box .others th {
		display: inline-block;
		width: 100%;
		padding: 10px;
	}

	.item-box .others td {
		display: inline-block;
		width: 100%;
		padding: 10px;
	}

	.item-box .others td.goods span {
		padding-right: 1em;
	}
}

/* ログハウス
-------------------------------*/

/* 施設
-------------------------------*/
.equipment {
	padding-top: 90px;
}

.equipment .main_text {
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.equipment .main_text .red {
	color: #f74b3b;
}

.equipment .c_text {
	text-align: center;
	margin-bottom: 190px;
}

.equipment .item {
	position: relative;
	margin-bottom: 190px;
	display: grid;
	gap: 52px;
}

.equipment .item.item04 {
	margin-bottom: 275px;
}

.equipment .item .box_l {
	background-color: #ffc7ab;
	max-width: 700px;
	width: 50%;
	border-radius: 20px;
	position: relative;
}

.equipment .item01 .box_l {
	background-color: #ffc7ab;
}

.equipment .item02 .box_l {
	background-color: #a9ccf5;
}

.equipment .item03 .box_l {
	background-color: #c2f2eb;
}

.equipment .item04 .box_l {
	background-color: #f7f7c4;
}

.equipment .item .box_l .item_name {
	font-size: 24px;
	font-weight: 700;
	min-width: 16em;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 100% 100%;
	background-color: #fff;
	display: inline-block;
	padding: 20px 0 20px 100px;
	position: relative;
}

.equipment .item .box_l .item_name::before {
	content: "";
	display: block;
	width: 157px;
	height: 179px;
	position: absolute;
	left: -10px;
	top: -100px;
}

.equipment .item01 .box_l .item_name {
	background-image: url(../img/equipment/item01_bg.png);
}

.equipment .item02 .box_l .item_name {
	background-image: url(../img/equipment/item02_bg.png);
}

.equipment .item03 .box_l .item_name {
	background-image: url(../img/equipment/item03_bg.png);
}

.equipment .item04 .box_l .item_name {
	background-image: url(../img/equipment/item04_bg.png);
}

.equipment .item01 .box_l .item_name::before {
	background-image: url("../img/equipment/item01_title.webp");
}

.equipment .item02 .box_l .item_name::before {
	background-image: url("../img/equipment/item02_title.webp");
}

.equipment .item03 .box_l .item_name::before {
	background-image: url("../img/equipment/item03_title.webp");
}

.equipment .item04 .box_l .item_name::before {
	background-image: url("../img/equipment/item04_title.webp");
}


.equipment .item .box_l .text {
	padding: 30px 100px 100px;
	max-width: 600px;
}

.equipment .item02 .box_l .text {
	padding: 30px 100px 150px;
}

.equipment .item03 .box_l .text {
	padding: 30px 100px 80px;
}

.equipment .item04 .box_l .text {
	padding: 30px 100px 120px;
}

.equipment .item .box_l .illust {
	position: absolute;
	bottom: -140px;
	left: 18%;
}

.equipment .item02 .box_l .illust {
	bottom: -140px;
	left: -5%;
}

.equipment .item04 .box_l .illust {
	left: 5%;
}


.equipment .item .box_r {
	position: absolute;
	width: 65%;
	right: -3%;
	top: -40px;
	max-width: 1070px;
	height: 515px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.equipment .item .box_r img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: inherit;
}

.equipment .photos {
	margin: 160px auto 0;
	display: flex;
	max-width: 1200px;
	width: 100%;
	justify-content: space-between;
}

.equipment .photos li {
	max-width: 585px;
	width: 49%;
}

.equipment .photos li p {
	margin: 5% auto 0;
	text-align: center;
	line-height: 1.2em;
}

.rental-option {
	background-color: #ffc7ab;
	border-radius: 16px;
	z-index: 1;
}

.rental-option .inside {
	padding: 2.865vw 8.906vw;
}

.rental-option .inside h2 {
	font-size: 24px;
	line-height: 1.2;
	color: #c45d39;
	margin-bottom: 2.353vw;
	text-align: center;
}

.rental-option .inside ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.412vw;
}

.rental-option .inside ul li {
	font-size: 16px;
	line-height: 1.2;
	color: #c45d39;
	font-weight: 700;
	display: grid;
	gap: 1.882vw;
}

@media only screen and (max-width: 1620px) {

	.equipment .item .box_r {
		width: 60%;

		/* width: calc(100% - 500px); */
	}
}

@media only screen and (max-width: 1100px) {

	.equipment .c_text {
		margin-bottom: 15%;
	}

	.equipment .item,
	.equipment .item.nophoto {
		margin-bottom: 15%;
	}

	.equipment .item .box_l {
		max-width: 100%;
		width: 100%;
	}

	.equipment .item .box_l .item_name {
		font-size: 24px;
		min-width: 10em;
		padding: 20px 0 20px 5%;
		width: 40%;
	}

	.equipment .item .box_l .text {
		padding: 50px 5% 18%;
		max-width: 100%;
	}

	.equipment .item .box_l .illust {
		left: auto;
		right: 5%;
		max-width: 85%;
	}

	.equipment .item02 .box_l .illust {
		bottom: -160px;
	}

	.equipment .item .box_r {
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		margin-top: 180px;
	}

	.equipment .photos {
		margin: 5% auto 0;
	}

	.equipment {
		padding-top: 4vw;
	}
}


/* 周辺の見どころ
-------------------------------*/
.sightseeing {
	width: 100%;
}

.sightseeing .summary {
	padding: 120px 0 60px;
	text-align: center;
	margin-bottom: 40px;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.sightseeing .spot01 .summary {
	background-image: url(../img/sightseeing/summary_bg01.png);
}

.sightseeing .spot02 .summary {
	background-image: url(../img/sightseeing/summary_bg02.png);
	padding: 120px 0 20px;

}

.sightseeing .summary .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 50px;
	position: relative;
}

.sightseeing .summary .title::before {
	content: "";
	background-image: url(../img/sightseeing/summary_title_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 120px;
	height: 120px;
	top: 0;
	bottom: 0;
	left: -10em;
	margin: auto;
	right: 0;

}

.sightseeing .summary .title::after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 146px;
	height: 146px;
	top: -6em;
	bottom: 0;
	left: 0;
	margin: auto;
	right: -18em;
}

.sightseeing .spot01 .summary .title::after {
	background-image: url(../img/sightseeing/summary_title_sub01.png);
}

.sightseeing .spot02 .summary .title::after {
	background-image: url(../img/sightseeing/summary_title_sub02.png);
}

.sightseeing .photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px auto;
	max-width: 1700px;
	width: 95%;
}

.sightseeing .photos li {
	width: 32%;
	margin-bottom: 80px;
}

.sightseeing .photos li .name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
	padding-left: 1.5em;
	position: relative;
	margin: 24px auto 0;
}

.sightseeing .photos li .name::before {
	content: "";
	display: inline-block;
	background-image: url(../img/sightseeing/icon_pin.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1em;
	height: 1.2em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.sightseeing .photos li .time {
	font-size: 18px;
	color: #666;
	line-height: 1.2em;
	padding-left: 1.5em;
	position: relative;
	margin: 18px auto 0;
}

.sightseeing .photos li .time::before {
	content: "";
	display: inline-block;
	background-image: url(../img/sightseeing/icon_car.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1em;
	height: 1.2em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.sightseeing .photos li .comment {
	margin: 30px auto 0;
	line-height: 1.2em;
}

@media only screen and (max-width: 1000px) {

	.sightseeing .spot .summary {
		padding: 120px 0 20%;
		background-position: bottom;
		background-size: 150%;
	}
}

@media only screen and (max-width: 800px) {

	.sightseeing .photos li {
		width: 48%;
		margin-bottom: 15%;
	}

	.sightseeing .photos li .name {
		font-size: 16px;
	}

	.sightseeing .photos li .time {
		font-size: 14px;
	}
}

@media only screen and (max-width: 640px) {

	.sightseeing .summary .title::after {
		width: 90px;
		height: 90px;
		right: -8em;
	}
}


/* アクセス
-------------------------------*/
main.access {
	max-width: 1500px;
}

.g-map {
	margin-top: 40px;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 37vw;

	/*高さ*/
}

.g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.g-map .link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}

.g-map .link a {
	display: block;
	width: 160px;
	height: 60px;
}

@media only screen and (max-width: 810px) {

	.g-map {
		margin-top: 20px;
		padding-top: 50vw;

		/*高さ*/
	}
}

@media only screen and (max-width: 640px) {

	.g-map {
		padding-top: 70vw;

		/*高さ*/
	}
}

/* 個人情報保護方針
-------------------------------*/
.privacy dl {
	margin-top: 30px;
}

.privacy dd {
	margin-bottom: 30px;
}

.privacy dd li {
	text-indent: -1em;
	margin-left: 2em;
}

.privacy .info {
	border-top: solid 1px #000;
	padding-top: 30px;
}

/* 予約カレンダー詳細
-------------------------------*/
.yoyaku_calendar {
	max-width: 1000px;
	margin: 140px auto;
}

.yoyaku_calendar .yoyaku_date {
	font-size: 24px;
	font-weight: 700;
	margin: 40px auto 20px;
	line-height: 1em;
}

.yoyaku_calendar .yoyaku_date span {
	padding-left: 40px;
	position: relative;
	display: inline-block;
}

.yoyaku_calendar .yoyaku_date span::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}

.yoyaku_calendar table {
	width: 100%;
}

.yoyaku_calendar tr:first-child {
	background-color: #a2ded6;
}

.yoyaku_calendar tr {
	display: flex;
	margin: 20px auto;
}

.yoyaku_calendar td,
.yoyaku_calendar th {
	font-size: 18px;
	padding: 20px 0;
	border: solid #a2ded6 1px;
	text-align: center;
	display: block;
	width: 50%;
	font-weight: 700;
}

.yoyaku_calendar th:first-child,
.yoyaku_calendar td:first-child {
	border-right: solid #fff 1px;
}

.yoyaku_calendar td .item_name {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 18em;
	width: 90%;
	margin: auto;
	text-align: left;
}

.yoyaku_calendar td .item_member {
	background-color: #a2ded6;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 15px;
}

.yoyaku_calendar td:last-child {
	position: relative;
	padding: 0;
}

.yoyaku_calendar td:last-child a {
	display: block;
	width: 100%;
	height: 100%;
}

.yoyaku_calendar td:last-child span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 1em;
	line-height: 1em;
}

@media only screen and (max-width: 840px) {

	.yoyaku_calendar {
		margin: 0 auto;
	}

	.yoyaku_calendar td:first-child,
	.yoyaku_calendar th:first-child {
		width: 80%;
	}

	.yoyaku_calendar td:last-child,
	.yoyaku_calendar th:last-child {
		width: 20%;
		min-width: 6em;
	}
}

/* お問い合わせ 予約フォーム
-------------------------------*/
.contact .lead1,
.yoyaku .lead1 {
	text-align: center;
}

.contact .lead2,
.yoyaku .lead2 {
	width: 100%;
	max-width: 460px;
	margin: 80px auto 60px;
}

.contact .lead2 p,
.yoyaku .lead2 p {
	text-indent: -70px;
	margin-left: 70px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.contact .lead2 p img,
.yoyaku .lead2 p img {
	vertical-align: middle;
}

.contact .title,
.yoyaku .title {
	font-size: 24px;
	font-weight: 700;
	padding: 12px;
	width: 100%;
	background-color: #eee;
	border-left: 6px solid #019d97;
	margin: 35px auto;
	max-width: 1000px;
}

.mailform,
.yoyakuform {
	width: 100%;
	max-width: 950px;
	margin: auto;
	margin-bottom: 40px;
	border-collapse: separate;
	border-spacing: 15px;
}

.mailform th {
	padding-top: 15px;
	vertical-align: top;
}

.mailform .txt {
	width: 73%;
	padding: 0;
}

.yoyakuform {
	border-collapse: separate;
	border-spacing: 0;
	width: 90%;
}

.yoyaku .mailform th p,
.yoyaku .yoyakuform th p {
	color: #019d97;
}

.yoyaku .yoyakuform th,
.yoyaku .yoyakuform td {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.length_l {
	width: 100%;
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 2px;
	background-color: #f2f2f2;
}

.length_m {
	width: 100%;
	max-width: 350px;
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 2px;
	background-color: #f2f2f2;
}

.length_s {
	width: 70%;
	max-width: 250px;
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 2px;
	background-color: #f2f2f2;
}

.length_ss {
	width: 70%;
	max-width: 100px;
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 2px;
	background-color: #f2f2f2;
}

.naiyo {
	width: 100%;
	height: 250px;
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 2px;
	background-color: #f2f2f2;
	resize: vertical;
}

.mailform select {
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 2px;
}

.mailform td.haku br {
	display: none;
}

.yoyaku .yoyakuform #yoyaku_date,
.yoyaku .yoyakuform #yoyaku_facility {
	border: none;
	pointer-events: none;
}

.yoyaku .yoyakuform .stay,
.yoyaku .yoyakuform .cars {
	padding: 5px;
	margin-right: 0.5em;
	border: solid 1px #ccc;
	border-radius: 2px;
	background-color: #f2f2f2;
}

.yoyaku .yoyakuform .people_a,
.yoyaku .yoyakuform .people_c {
	padding: 5px;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border: solid 1px #ccc;
	border-radius: 2px;
	background-color: #f2f2f2;
}

.yoyaku .yoyakuform .checkin {
	display: flex;
	align-items: center;
}

.yoyaku .yoyakuform .time_in,
.yoyaku .yoyakuform .time_out {
	padding: 5px;
	margin-left: 1em;
	border: solid 1px #ccc;
	border-radius: 2px;
	background-color: #f2f2f2;
	text-align: center;
	width: 6em;
}

.yoyaku .yoyakuform .wpcf7-list-item {
	margin: 0 1em 0 0;
}

.icon_h p,
.icon_n p {
	position: relative;
	padding-right: 60px;
	white-space: nowrap;
}

.icon_h p::after {
	content: "";
	background: url(../img/common/icon-hissu.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 55px;
	height: 29px;
}

.icon_n p::after {
	content: "";
	background: url(../img/common/icon-nini.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 55px;
	height: 29px;
}

.btn_sousin {
	background: url(../img/common/btn_sousin.png) center center no-repeat;
	color: transparent;
	width: 270px;
	height: 65px;
	border: 0 solid;
	cursor: pointer;
	transition: 0.3s;
}

.btn_sousin:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

@media only screen and (max-width: 640px) {

	.contact .lead1 {
		text-align: left;
	}

	.contact .lead2 {
		margin: 50px auto 30px;
	}

	.mailform {
		border-spacing: 0;
		margin-bottom: 20px;
	}

	.mailform th,
	.yoyakuform th {
		display: inline-block;
		width: auto;
		margin-right: 20px;
		padding-top: 0;
	}

	.yoyaku .yoyakuform th {
		padding-bottom: 0;
		border: none;
	}

	.yoyaku .yoyakuform td {
		padding-top: 0;
	}

	.mailform td.icon {
		display: inline-block;
		width: auto;
		padding-top: 0;
	}

	.mailform td.icon img {
		width: auto;
		height: 20px;
	}

	.mailform .txt,
	.yoyakuform td {
		display: inline-block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 20px;
	}

	.mailform td.haku br {
		display: inline-block;
	}

	.mailform td.haku select {
		margin-top: 7px;
	}
}

@media only screen and (min-width: 640px) {

	.lowerside .footer_main_ul {
		grid-template-columns: repeat(4, auto);
	}
}

@media only screen and (min-width: 810px) {

	.lowerside .footer_main_ul {
		grid-template-columns: repeat(3, auto);
	}
}


@media only screen and (min-width: 1030px) {

	.lowerside .footer_main_ul {
		grid-template-columns: repeat(5, auto);
	}

	#footer .inner {
		max-width: 90vw;
	}
}

@media only screen and (min-width: 1300px) {

	.lowerside .footer_main_ul {
		grid-template-columns: repeat(7, auto);
	}

	#footer .inner {
		padding-left: 0;
		padding-right: 0;
		gap: 100px;
	}

	#footer .inner .footer_left {
		width: 342px;
	}

	#footer .inner .footer_right {
		width: calc(100% - 342px - 100px);
	}

	#footer .inner.upside .footer_right {
		display: flex;
		flex-flow: row-reverse;
		align-items: center;
		justify-content: space-between;
		gap: 2rem;
	}

	#footer .inner.upside .footer_right .f_toi {
		width: 705px;
		margin: 0;
	}

	#footer .inner.upside .footer_right .footer_right_ul {
		margin: 0;
		width: auto;
		max-width: calc(548px - 2rem);
	}

	#footer .inner.upside .footer_right_ul li {
		width: 22%;
	}
}
