/*--------------------------------------------------------------------------
汎用
--------------------------------------------------------------------------*/
body {padding-bottom: 64px;}

/*pc限定*/
.sp {display: none!important;}

/*コンティナ*/
.container {width: 960px; margin: 0px auto;}

/*汎用flex*/
.flex {display: flex;}

/*1カラム*/
.no-column {margin: 60px auto;}

/*2カラム*/
.col_box {display: flex; justify-content: space-between; margin: 0 auto;}
.col_box #main {width: 680px; margin: 60px 0;}

/*固定*/
#fix-contact a {padding: 8px 0;}
#fix-contact a span {font-size: 1.8rem;margin-left: 15px;}
#fix-contact a.tel img {height: 33px;}
#fix-contact a.net img {height: 35px;}

/*reCAPCHER v3*/
.grecaptcha-badge {bottom: 160px !important; z-index: 100;}

@media screen and (max-width: 1023px) {
	.container {width: calc(100% - 40px); margin: 0px auto;}
	.col_box {display: block;}
	.col_box #main {width: 100%; margin: 40px 0;}
}

/* ローディング画面の背景 */
#loading .animation img {width: 250px; height: auto;}

/*--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
header {padding: 25px 0;}
header .logo img {width: 122px;}
header .logo span {font-size: 1.5rem; font-weight: 900; margin-left: 12px;}
header .g-navi ul li {margin-right: 32px;}
header .g-navi ul li:last-child {margin-right: 0;}

@media screen and (max-width: 1023px) {
	header .g-navi ul li {margin-right: 32px;}
}

header.monthly {border-bottom-width: 18px;}
header.monthly .container {width: 1180px;}
header.monthly .logo {margin-right: auto;}
header.monthly .logo img {width: auto;}
header.monthly .tel {margin-right: 16px;}

/*--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
footer {padding: 10px 0;}
footer .container {justify-content: space-between; align-items: center; padding: 30px 0 50px;}
footer .logo {align-items: center; margin: 20px 0 10px;}
footer .logo img {width: 290px;}
footer .logo span {color: #e40012; font-size: 1.5rem; font-weight: 900; margin-left: 12px;}
footer dl dt {width: 90px;}

/*--------------------------------------------------------------------------
サイドバー
--------------------------------------------------------------------------*/
#sidebar {width: 250px; margin-top: 60px;}
@media screen and (max-width: 1023px) {
	#sidebar {flex-direction: row; justify-content: space-between; width: 100%;}
	#sidebar > div {width: 48%;}
}

/*--------------------------------------------------------------------------
記事一覧
--------------------------------------------------------------------------*/
.post-list .entry {width: calc((100% - 10px) / 2); margin: 0 10px 40px 0;}
.post-list .entry:nth-child(2n) {margin-right: 0;}
.post-list .entry .img {height: 240px;}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
フロントページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
/*スライダー*/
#front .top-slider {width: 100%; height: 470px;}
#front .top-slider #top-slider,
#front .top-slider #top-slider li {width: 960px; height: 470px;}

/*ABOUT*/
#front .about {height: 480px; background: url(../img/front/about-back.jpg) center/cover no-repeat;}
#front .about .inner {width: 560px; margin-left: 60px; padding: 60px 0;}
#front .about .g-h {margin-bottom: 20px;}
#front .about p {font-size: 1.1rem;}

/*比較*/
#front .hikaku {padding: 80px 0;}
#front .hikaku h2.lowprice {justify-content: center;}
#front .hikaku h2.lowprice img {width: 228px; margin-right: 20px;}
#front .hikaku h2.lowprice span {font-size: 3rem; line-height: 1.25;}
#front .hikaku .car-img {justify-content: space-between; margin: 80px 20px;}
#front .hikaku .car-img li.other img.img {width: 354px; margin-bottom: 20px;}
#front .hikaku .car-img li.hakoren img.img {width: 473px; margin-top: -20px;}
#front .hikaku .car-img li.other img.txt {width: 306px;}
#front .hikaku .car-img li.hakoren img.txt {width: 358px; margin-top: -25px;}
#front .hikaku .bottom-price {margin: 80px 0;}
#front .hikaku .bottom-price h2 {font-size: 4.2rem; text-align: center;}
#front .hikaku .bottom-price small {font-size: 1.5rem; text-align: center; margin-top: 20px;}
#front .hikaku .booking {width: 780px; margin: 60px auto; padding: 15px 0;}
#front .hikaku .booking img {width: 55px;}
#front .hikaku .booking span {font-size: 2.2rem; margin-left: 20px;}

/*SPOT*/
#front .spot {padding: 80px 0;}
#front .spot h2 {margin: 40px 0 80px;}
#front .spot h2 img {position: absolute; top: 15px; left: 0; width: 94px;}
#front .spot h2 span {font-size: 2.9rem;}
#front .spot .post-list .entry {width: calc((100% - 20px) / 3); margin: 0 10px 60px 0;}
#front .spot .post-list .entry:nth-child(2n) {margin-right: 10px;}
#front .spot .post-list .entry:nth-child(3n) {margin-right: 0;}
#front .spot .post-list .entry .img {height: 300px;}
#front .spot .more {width: calc((100% - 20px) / 3); font-size: 1.25rem;}

/*インスタ*/
#instagram {background: url("../img/front/insta-bg.jpg") center/cover no-repeat; padding: 70px 0;}
#instagram .container .insta-box .insta-item {width: 176px; height:169px; margin-right: 20px; margin-bottom: 20px;}
#instagram .container .insta-box .insta-item:nth-child(5n) {margin-right: 0;}
#instagram .container .insta-box .insta-item:nth-child(n+6):nth-child(-n+10) {margin-bottom: 0;}
#instagram .container .link {font-size: 24px; width: 374px; height: 69px; margin: 70px auto 0; display: flex; justify-content: center; align-items: center;  transition: .3s ease;}
#instagram .container .link:hover {opacity: .7;}
#instagram .container .link a {display: flex; justify-content: center; align-items: center;}
#instagram .container .link i {font-size: 40px; margin-right: 15px;}


@media (max-width: 1023px) {
	#instagram .container .insta-box .insta-item {width: 50%; height: 180px; margin-right: 0; margin-bottom: 0;}
}
/*Googlemap*/
#front .googlemap {height: 600px;}

@media screen and (max-width: 1023px) {
	#front .top-slider {height: 49vw;}
	#front .top-slider #top-slider,
	#front .top-slider #top-slider li {width: 100vw; height: 49vw;}

	/*ABOUT*/
	#front .about {height: 420px; background: url(../img/front/about-back.jpg) 40% 40%/cover no-repeat;}
	#front .about .inner {width: 530px; margin-left: 30px; padding: 50px 0;}
	#front .about h2 {font-size: 2.8rem;}
	#front .about p {font-size: 1.05rem;}

	/*比較*/
	#front .hikaku h2.lowprice img {width: 200px;}
	#front .hikaku h2.lowprice span {font-size: 2.75rem;}
	#front .hikaku .car-img li.other img.img {width: 294px; margin-bottom: 10px;}
	#front .hikaku .car-img li.hakoren img.img {width: 373px; margin-top: -10px;}
	#front .hikaku .car-img li.other img.txt {width: 266px;}
	#front .hikaku .car-img li.hakoren img.txt {width: 338px; margin-top: -15px;}
	#front .hikaku .bottom-price h2 {font-size: 3.5rem;}
	#front .hikaku .booking {width: 100%;}
	#front .hikaku .booking img {width: 48px;}
	#front .hikaku .booking span {font-size: 2rem;}

	/*SPOT*/
	#front .spot h2 {margin: 140px 0 80px;}
	#front .spot h2 img {top: -80px; left: 50%; transform: translate(-50%,0); width: 72px;}
	#front .spot h2 span {font-size: 2.5rem;}
	#front .spot .post-list .entry {margin: 0 10px 40px 0;}
	#front .spot .post-list .entry .img {height: 240px;}
}

/*--------------------------------------------------------------------------
マンスリープラン
--------------------------------------------------------------------------*/
#monthly .container {width: 980px;}

#monthly .btn a {display: inline-block; margin-bottom: 32px;}
#monthly .btn.flex {justify-content: space-between;}

#monthly .top {padding-bottom: 24px;}
#monthly .top .desc {font-size: 48px; line-height: 1.5; letter-spacing: -.05em; margin: 24px 0 36px;}

#monthly .plan {padding: 74px 0;}
#monthly .plan .inner {padding: 53px; border-radius: 38px;}

#monthly .photo {height: 750px;}

#monthly .point {padding: 85px 0;}
#monthly .point .point-img:not(:last-child) {margin-bottom: 64px;}
#monthly .point .btn {margin-bottom: 42px;}

#monthly .price {padding: 85px 0;}
#monthly .price h2 {margin-bottom: 36px;}

#monthly .contact {padding: 50px 0 18px;}
#monthly .contact .btn {width: 480px; margin: 24px 0 0;}

/*--------------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------------*/
#contact dl {display: flex;}
#contact dl:not(:last-of-type) {border-bottom: none;}
#contact dl dt,
#contact dl dd {padding: 12px 16px;}
#contact dl dt {width: 30%; line-height: 45px; border-right: 1px solid #d7d7d7;}
#contact dl dd {width: 70%;}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="datetime"],
#contact input[type="date"],
#contact input[type="month"],
#contact input[type="time"],
#contact input[type="week"],
#contact input[type="number"],
#contact input[type="email"],
#contact input[type="url"],
#contact input[type="search"],
#contact input[type="tel"],
#contact input[type="color"],
#contact select,
#contact textarea {padding: 10px 12px;}

#contact input[type="submit"] {font-size: 18px; width: 350px; margin: 60px auto 30px; padding: 15px;}

/*--------------------------------------------------------------------------
404ページ
--------------------------------------------------------------------------*/
#notfound {height: calc(100vh - 380px);}