/*--------------------------------------------------------------------------
汎用
--------------------------------------------------------------------------*/
main {display: block;}

/*clearfix*/
.cf::after {content: ""; display: block; clear: both;}

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

/*汎用見出し*/
.g-h {position: relative; margin: 0 auto 20px; text-align: center;}
.g-h span {display: inline-block; padding: 10px 20px; background: linear-gradient(to bottom, transparent 0%, transparent 55%, #fbed21 55%, #fbed21 100%);}
.g-h img {height: 23px;}

.g-h.page {margin: 60px 0;}
.g-h.page span {font-size: 2rem; line-height: 1; letter-spacing: .1em;}

/*パンくず*/
.breadcrumbs {padding: 8px 0; border-bottom: 1px solid #b3b3b3; white-space: nowrap;}
.breadcrumbs ul {align-items: center; margin: 0 auto;}
.breadcrumbs ul li {font-size: .85rem; margin-right: .75rem;}
.breadcrumbs ul li a {display: inline-block;}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li a:hover i {color: #e40012; opacity: 1;}
.breadcrumbs ul li i {font-size: 1rem;}
.breadcrumbs ul li i.fa-home {font-size: 1.5rem;}

/*ページャー*/
#pagination {margin: 40px 0 0;}
#pagination ul {display: flex; justify-content: center; align-items: center;}
#pagination span,#pagination a {display: inline-flex; justify-content: center; align-items: center; width: 18px; height: 18px; font-size: 1.2em; line-height: 1; margin: 0 4px; padding: 12px; border: 1px solid #333; border-radius: 50%; opacity: 1;}
#pagination a {color: #333; background: #fff;}
#pagination .current,
#pagination a:hover {color: #fff; background: #333;}

#overlay {position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0, .5); visibility: hidden; opacity: 0; z-index: 1000; transition: .5s ease;}
.open #overlay {visibility: visible; opacity: 1; z-index: 1000;}

/*シェア*/
.sns-share h3 {font-size: 1.1rem; text-align: center; letter-spacing: 5px;}
.sns-share .icon {justify-content: center;}
.sns-share a {margin-right: 10px;}
.sns-share a:last-child {margin-right: 0;}
.sns-share a i {color: #fff; font-size: 3.25rem;}
.sns-share a.twitter i {color: #1da1f2;}
.sns-share a.facebook i {color: #3c5a99;}
.sns-share a.line i {color: #1dcd00;}
.sns-share a:hover {opacity: 1; transform: scale(1.1); transform-origin: center;}

/*固定*/
#fix-contact {position: fixed; left: 0; bottom: 0; width: 100%; background: #fff; z-index: 1001;}
#fix-contact a {justify-content: center; align-items: center; width: 50%;}
#fix-contact a.tel {background: #e40012;}
#fix-contact a.net {background: #39b44a;}
#fix-contact a span {color: #fff; font-weight: 700;}
#fix-contact a img {width: auto;}

/*ページ内スクロール*/
#scroll {position: fixed; right: 40px; bottom: 88px; display: flex; justify-content: center; align-items: center; transform: translate(0,160px); width: 52px; height: 52px; background: #e40012; border-radius: 50%; z-index: 100;}
#scroll i {color: #fff; font-size: 2rem;}
#scroll.active {transform: translate(0,0);}

/* ローディング画面の背景 */
#loading {position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; background: #e40012; z-index: -1;}
#loading.active {z-index: 9999;}
#loading .animation {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; animation: loadinganimation 2500ms ease-out forwards;}
@keyframes loadinganimation {0% {opacity: 0;} 100% {opacity: 1;}}

/*--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
header {position: relative; width: 100%; background: #e40012; transition: .3s ease; z-index: 1000;}
header * {color: #fff;}
header .container {justify-content: space-between; align-items: center;}
header .logo {align-items: center;}
header .g-navi ul li a {font-weight: 700;}

header.monthly {background: #fff; border-bottom: solid #eb3800;}
header.monthly img {height: auto;}

/*--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
footer {border-top: 4px solid #e40012;}
footer .copyright {font-size: .85rem; text-align: center;}
footer address {margin-bottom: 4px;}
footer dl {margin-top: 4px;}
footer dl dd {display: flex; align-items: center;}
footer .mukyu {display: inline-block; color: #fff; font-size: .9rem; background: #e40012; margin-left: 12px; padding: 0 12px; border-radius: 5px;}

/*--------------------------------------------------------------------------
サイドバー
--------------------------------------------------------------------------*/
#sidebar {display: flex; flex-direction: column;}

#sidebar article {display: block; margin-bottom: 30px;}
#sidebar h2 {color: #666; font-size: 1.25rem; font-weight: 700; margin-bottom: 10px;}
#sidebar h2 i {color: #666; margin-right: 10px;}

/*カテゴリーリスト*/
#sidebar .cat-list ul {flex-wrap: wrap;}
#sidebar .cat-list li {display: block; border-bottom: 1px solid #ddd;}
#sidebar .cat-list li:last-child {border-bottom: none;}
#sidebar .cat-list li a {display: block; font-size: .975rem; padding: 6px 5px;}
#sidebar .cat-list li a i {color: #b3b3b3; margin: 0 6px 0 0;}
#sidebar .cat-list li a:hover i {margin: 0 3px 0 6px;}

/*タグリスト*/
#sidebar .tag-list ul {flex-wrap: wrap;}
#sidebar .tag-list li {display: block; margin: 0 6px 4px 0;}
#sidebar .tag-list li a {display: inline-block; font-size: .9rem; background: #ddd; line-height: 1.2; letter-spacing: 0; padding: 4px 10px; border-radius: 4px;}
#sidebar .tag-list li a span {font-size: .75rem; margin-left: 4px;}

/*ランキング*/
#sidebar .lanking ul li {padding: 10px 3px; border-bottom: 1px solid #ccc;}
#sidebar .lanking ul li:last-child {border-bottom: none;}
#sidebar .lanking ul li .entry {justify-content: flex-start; align-items: flex-start;}
#sidebar .lanking ul li .entry .img {display: block; position: relative; max-width: 100px; min-width: 100px; max-height: 100px; min-height: 100px; margin-right: 12px; overflow: hidden; z-index: 1;}
#sidebar .lanking ul li .entry .img img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;'; z-index: 2;}
#sidebar .lanking ul li .entry .img .count {display: flex; justify-content: center; align-items: center; font-size: .8rem; position: absolute; top: 0; left: 0; width: 21px; height: 21px; color: #fff; background: #000; z-index: 3;}
#sidebar .lanking ul li .entry .img:hover {opacity: 1;}
#sidebar .lanking ul li .entry .img:hover > img {transform: scale(1.2);}
#sidebar .lanking ul li .entry .txt {width: calc(100% - 112px);}
#sidebar .lanking ul li .entry .txt h3 {font-size: .95rem; font-weight: 700; margin-bottom: 4px;}
#sidebar .lanking ul li .entry .txt a.cat,
#sidebar .lanking ul li .entry .txt a.area {font-size: .8rem; margin: 0 3px 0 0; padding: 4px 12px;}

@media all and (-ms-high-contrast:none) {
	#sidebar .lanking ul li .entry .img:hover {opacity: .7;}
	#sidebar .lanking ul li .entry .img:hover > img {transform: scale(1);}
}

/*バナー*/
#sidebar .banner > div {display: inline-block; max-width: 100%; line-height: 1; margin-bottom: 5px;}
#sidebar .banner > div:hover a img {opacity: .7;}

/*--------------------------------------------------------------------------
記事一覧
--------------------------------------------------------------------------*/
.post-sec {margin: 0 0 60px;}

.post-list {flex-wrap: wrap;}

.post-list .entry .img {display: block; position: relative; width: 100%; height: 300px; overflow: hidden; z-index: 1;}
.post-list .entry .img > img {width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;'; opacity: 1; transition: .5s ease;}
.post-list .entry .img .filter {display: flex; justify-content: center; align-items: center; flex-direction: column; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, .5); opacity: 0; transition: opacity .5s ease; z-index: 2;}
.post-list .entry .img .filter i {color: #fff; font-size: 2rem; transform: scale(0);}
.post-list .entry .img .filter span {color: #fff; font-weight: 700; margin-top: 5px;}
.post-list .entry .img .count {display: block; position: absolute; top: 8px; left: 12px; width: 1.5rem; height: 1.5rem; color: #fff; font-size: 1.5rem; font-weight: 900; line-height: 1; z-index: 1;}
.post-list .entry .img .count:after {position: absolute; top: -8px; left: -12px; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 66px 66px; border-color: transparent transparent transparent #333; z-index: -1;}
.post-list .entry:nth-child(1) .img .count:after {border-color: transparent transparent transparent #d13e6a;}
.post-list .entry:nth-child(2) .img .count:after {border-color: transparent transparent transparent #46b5e0;}
.post-list .entry:nth-child(3) .img .count:after {border-color: transparent transparent transparent #56bf99;}
.post-list .entry .img:hover {opacity: 1;}
.post-list .entry .img:hover > img {transform: scale(1.2);}
.post-list .entry .img:hover .filter {opacity: 1;}
.post-list .entry .img:hover .filter i {transform: scale(1);}

@media all and (-ms-high-contrast:none) {.post-list .entry .img:hover > img {transform: scale(1);}}

.post-list .entry h3 {font-size: 1.15rem; font-weight: 700; margin: 8px 0;}

.post-list .entry .state {align-items: center; flex-wrap: wrap;}
.post-list .entry .state a {font-size: .9rem; margin: 0 10px 5px 0; padding: 5px 18px;}

/*--------------------------------------------------------------------------
カテゴリー＆エリア
--------------------------------------------------------------------------*/
a.cat,
a.area {display: inline-block; white-space: nowrap; color: #fff; line-height: 1;}
a.cat {background: #f27052;}
a.area {background: #4d4d4d;}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
フロントページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
/*スライダー*/
#front .top-slider {margin: 0 auto; overflow: hidden;}
#front .top-slider #top-slider {position: relative; margin: 0 auto; z-index: 1;}
#front .top-slider #top-slider .slick-list {overflow: visible;}
#front .top-slider #top-slider .slick-track {display: flex; justify-content: space-between; width: 100%;}
#front .top-slider #top-slider li {overflow: hidden;}
#front .top-slider #top-slider li a {display: block; width: 100%; height: 100%;}
#front .top-slider #top-slider li img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}

/*ABOUT*/
#front .about {}
#front .about h2 {font-size: 3rem; line-height: 1.25; margin-bottom: 30px;}
#front .about p {line-height: 2;}

/*比較*/
#front .hikaku {background: #fbed21;}
#front .hikaku .car-img li img {position: relative; margin: 0 auto;}
#front .hikaku .car-img li img.img {z-index: 2;}
#front .hikaku .car-img li img.txt {z-index: 1;}
#front .hikaku .bottom-price h2 {font-weight: 900; line-height: 1.25;}
#front .hikaku .bottom-price h2 em {display: inline-block; color: #e40012; line-height: 1.25;}
#front .hikaku .bottom-price small {display: block;}
#front .hikaku .booking {background: #39b44a; box-shadow: 8px 8px 0 0 #2b8536;}
#front .hikaku .booking {justify-content: center; align-items: center;}
#front .hikaku .booking span {color: #fff; font-weight: 900;}

/*SPOT*/
#front .spot h2 {position: relative; text-align: center;}
#front .spot h2 span {line-height: 1.35;}
#front .spot .more {display: block; font-weight: 700; text-align: center; margin: 0 auto; padding: 5px 0; border: 1px solid #4d4d4d;}
#front .spot .more i {margin-left: 10px;}

/*インスタ*/
#instagram .container .insta-box {flex-wrap: wrap;}
#instagram .container .insta-box .insta-item a {width: 100%; height: 100%; position: relative; display: block;}
#instagram .container .insta-box .insta-item img {width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';}
#instagram .container .insta-box .insta-item:hover a {opacity: 1;}
#instagram .container .insta-box .insta-item .mask {
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	transition: all .2s ease;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center; 
}
#instagram .container .insta-box .insta-item:hover .mask {opacity: 1;}
#instagram .container .insta-box .insta-item .mask .like i {display: inline-block; margin-right: 4px;}
#instagram .container .insta-box .insta-item .mask .like,
#instagram .container .insta-box .insta-item .mask .like .white {color: #fff;}
#instagram .container .link {display: block; background: #fff;}

/*Googlemap*/
#front .googlemap {position: relative; width: 100%;}
#front .googlemap iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
テンプレ＆固定ページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
投稿ページ・固定ページ (single.php,page.php)
--------------------------------------------------------------------------*/
#single-info {width: 100%;}
#single-info h1.single {font-size: 1.85rem; font-weight: 700; line-height: 1.5; padding: 40px 5px 80px; border-bottom: 1px solid #b3b3b3;}
#single-info time {display: block; float: right; font-size: .9rem; line-height: 1.5; margin: 8px 5px 0 0;}
#single-info time i {margin-right: 4px;}
#single-info .state {margin: 10px 5px;}
#single-info .state a.cat,
#single-info .state a.area {font-size: .85rem; margin: 0 6px 5px 0; padding: 5px 14px;}
#single-info .state ul.tag {align-items: center; font-size: .8rem;}
#single-info .state ul.tag i {font-size: .75rem; margin-right: 3px;}
#single-info .state ul.tag li {margin-right: 15px;}

#single {width: 100%; margin-bottom: 60px;}
#single * {font-size: 1rem;}

/*--見出し--*/
#single h2,#single h3,#single h4,#single h5,#single h6 {position: relative; font-weight: 700; line-height: 1.5; margin: 30px 0;}

#single h2 {font-size: 1.45rem; color: #fff; padding: 10px 15px 10px 25px; background: #ef857d;}
#single h2:before {content: ""; display: block; position: absolute; bottom: -16px; left: 0; width: 0; height: 0; border-style: solid; border-width: 0px 30px 16px 0; border-color: transparent #666666 transparent transparent;}

#single h3 {font-size: 1.35rem; background: #ffc9cf; box-shadow: 0 0 0 5px #ffc9cf; border: dashed 2px #fff; padding: 5px 12px;}

#single h4 {font-size: 1.25rem; padding: 9px 12px 8px 16px; background: #ffc9cf; border-radius: 5px;}
#single h4:before {content: ""; display: block; position: absolute; bottom: -12px; left: 25px; width: 0; height: 0; border-style: solid; border-width: 12px 15px 0 15px; border-color: #ffc9cf transparent transparent transparent;}

#single h5 {font-size: 1.15rem; padding-left: 10px; border-left: 5px solid #ef857d;}

/*--リスト--*/
#single ul, #single ol {margin: 30px 0;}
#single ul li, #single ol li {margin-left: 1.5em; line-height: 2.5;}
#single ul li:before {color: #fbb03b;}
#single ul {list-style-type: disc;}
#single ul li {list-style-type: inherit;}
#single ol {list-style-type: decimal;}
#single ol li {list-style-type: inherit;}
#single ul ul, #single ol ol, #single ul ol, #single ol ul {margin: 0 0 0 1.75em;}

/*--テーブル--*/
#single table {border-collapse: collapse; line-height: 1.5; margin: 30px 0; border-top: 1px solid #b3b3b3;}
#single table thead th, #single table thead td,
#single table tfoot th, #single table tfoot td {font-weight: 700;}
#single table th, #single table td {padding: 10px 20px; border-bottom: 1px solid #b3b3b3;}
#single table th {background: #f0f0f0; text-align: center!important; }

/*--画像--*/
#single img {margin: 20px 0;}
#single a:hover img {opacity: .7;}
#single .wp-caption {max-width: 100%; margin: 30px 0;}
#single .wp-caption img {margin: 0;}
#single .wp-caption .wp-caption-text {font-size: .9rem; margin: 0; padding: 2px 12px; background: #f3f3f3; border: 1px solid #ddd; border-top: none;}

/*--リンク--*/
#single a {color: #0095d9!important;}
#single a[href$=".pdf"],
#single a[href$=".doc"],
#single a[href$=".docx"],
#single a[href$=".xls"],
#single a[href$=".xlsx"],
#single a[href$=".zip"] {background: #0095d9; color: #fff!important; font-size: 1rem; padding: 8px 24px; border-radius: 20px;}
#single a[href$=".pdf"]:after,
#single a[href$=".doc"]:after,
#single a[href$=".docx"]:after,
#single a[href$=".xls"]:after,
#single a[href$=".xlsx"]:after,
#single a[href$=".zip"]:after {font-family: "Font Awesome 5 Free"; font-weight: 900; margin-left: 8px; color: #fff;}
#single a[href$=".pdf"]:after {content: "\f1c1";}
#single a[href$=".doc"]:after,
#single a[href$=".docx"]:after {content: "\f1c2";}
#single a[href$=".xls"]:after,
#single a[href$=".xlsx"]:after {content: "\f1c3";}
#single a[href$=".zip"]:after {content: "\f1c6";}

/*--その他--*/
#single p {word-break: break-all; line-height: 2; margin: 30px 0;}
#single em {font-style: italic;}
#single strong {font-weight: 700;}
#single blockquote {position: relative; font-style: italic; margin: 30px 0; padding: 0 60px; border: 2px solid #b3b3b3;}
#single blockquote:before {position: absolute; left: 20px; top: 25px; font-family: "Font Awesome 5 Free";  content: "\f10d"; font-weight: 900; font-size: 1.5rem; color: #b3b3b3;}
#single sup, #single sub {font-size: .5em;}
#single sup {vertical-align: top;}
#single sub {vertical-align: bottom;}
#single pre {margin: 30px 0;}
#single hr {border-top: 4px double #b3b3b3; margin: 30px 0;}
#single iframe {max-width: 100%;}

#single .aligncenter {display: block; margin: 0 auto; text-align: center;}
#single .alignright {float: right;}
#single .alignleft {float: left;}

/*追加*/
#single mark {display: inline-block; font-style: normal; line-height: 1;}
#single mark.yellow {background: linear-gradient(transparent 60%, #ffff7f 60%);}
#single mark.lightgreen {background: linear-gradient(transparent 60%, #c9ff93 60%);}
#single mark.pink {background: linear-gradient(transparent 60%, #ffa3ff 60%);}
#single a.link-btn {display: inline-block; color: #fff!important; font-weight: 700; background: #ef857d; padding: 12px 24px; border-radius: 5px; box-shadow: 0 2px 3px 0px rgba(0,0,0,.2);}
#single .box {position: relative; margin: 30px 0; padding: 25px;}
#single .box p {margin: 0;}
#single .box.inner {border: 1px solid #e0e0e0; border-radius: 10px;}
#single .box.info,
#single .box.point,
#single .box.alert {padding: 78px 25px 25px;}
#single .box.info {background: #edf6ff;}
#single .box.point {background: #fff9e5;}
#single .box.alert {background: #ffebeb;}
#single .box.info:before,
#single .box.point:before,
#single .box.alert:before {position: absolute; top: 25px; left: 25px; display: inline-flex; justify-content: center; align-items: center; width: 38px; height: 38px; border-radius: 50%; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #fff;}
#single .box.info:before {content: "\f304"; background: #6bb6ff;}
#single .box.point:before {content: "\f0a4"; background: #ffb36b;}
#single .box.alert:before {content: "\f12a"; background: #ff8376;}
#single .box.info:after,
#single .box.point:after,
#single .box.alert:after {position: absolute; top: 30px; left: 73px; display: block; font-size: 1.3rem; font-weight: 700;}
#single .box.info:after {content: "INFORMATION"; color: #6bb6ff;}
#single .box.point:after {content: "POINT"; color: #ffb36b;}
#single .box.alert:after {content: "注意"; color: #ff8376;}

/*前後記事*/
#postlink {margin-top: 60px;}
#postlink a {width: 320px; position: relative; opacity: 1;}
#postlink a .arrow {position: absolute; top: -19px; color: #fff; font-size: .85rem; font-weight: 700; vertical-align: middle; background: #e40012; padding: 2px 16px; border-radius: 5px; z-index: 2;}
#postlink a .arrow i {color: #fff;}
#postlink a .flex {position: relative; flex-wrap: nowrap; padding: 14px 12px 10px; border: 1px solid #d0d0d0; border-radius: 5px; z-index: 1; transition: .5s ease;}
#postlink a:hover .flex {opacity: .7;}
#postlink a h3 {font-size: .9rem; font-weight: 700;}
#postlink a .eyecatch {min-width: 80px; max-width: 80px; height: 80px; margin: 0; overflow: hidden;}
#postlink a .eyecatch img {width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#postlink a:hover .eyecatch img {transform: scale(1.2);}
#postlink a.next {float: left;}
#postlink a.prev {float: right;}
#postlink a.prev .flex {justify-content: flex-end;}
#postlink a.next .arrow {left: -8px;}
#postlink a.prev .arrow {right: -8px;}
#postlink a.next .arrow i {margin-right: 7px;}
#postlink a.prev .arrow i {margin-left: 7px;}
#postlink a.next h3 {margin-left: 10px;}
#postlink a.prev h3 {margin-right: 10px;}

/*--------------------------------------------------------------------------
マンスリープラン
--------------------------------------------------------------------------*/
#monthly .stripe {background-image: repeating-linear-gradient(-45deg, transparent 1px, transparent 1px, transparent 2px, transparent 2px, transparent 3px, transparent 3px, rgba(0,0,0, .1) 4px, rgba(0,0,0, .1) 4px, transparent 5px, transparent 5px, transparent 6px, transparent 6px, transparent 7px, transparent 7px);}

#monthly .top-img img {width: 100%;}
#monthly .top .desc {font-weight: 700; text-align: center;}

#monthly .plan {background-color: #eb3800;}
#monthly .plan .inner {background: #fff; box-sizing: border-box;}

#monthly .photo {width: 100%;}
#monthly .photo img {width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}

#monthly .point {background-color: #ff3;}

#monthly .price {background-color: #f2f2f2;}

#monthly .contact {background: url(../img/monthly/contact-img.jpg) right bottom/auto no-repeat;}

/*--------------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------------*/
#contact p {text-align: center; margin: 20px auto;}
#contact dl {border: 1px solid #d7d7d7;}
#contact dl dt,
#contact dl dd {box-sizing: border-box;}
#contact dl dt {color: #5c6b80; background: #f2f1f5;}
#contact dl dt span {position: relative; top: -2px; display: inline-block; color: #fff; font-size: 12px; line-height: 1; background: #e40012; margin-left: 12px; padding: 6px; border-radius: 3px;}

#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 {width: 100%; background: #eff1f5; border: 1px solid #d7d7d7; border-radius: 5px; resize: vertical; box-sizing: border-box;}

#contact a {color: #0095d9;}

#contact input[type="submit"] {display: block; color: #fff; font-weight: 700; border-radius: 2px; background: #e40012; border: 1px solid #e40012; transition: .3s ease;}
#contact input[type="submit"]:hover {color: #e40012; background: #fff;}


/*--------------------------------------------------------------------------
404ページ
--------------------------------------------------------------------------*/
#notfound {display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%;}
#notfound h1 {margin-bottom: 40px;}
#notfound h1 span {display: block; text-align: center;}
#notfound h1 span.big {font-size: 2.75rem; margin-bottom: 10px;}
#notfound a.link {color: #fff; font-size: 1.1rem; padding: 20px 30px; background: #F26E50;}


/*--------------------------------------------------------------------------
予約システムページ
--------------------------------------------------------------------------*/
.amelia-app-booking .am-lite-footer {
	display: none;
}