@charset "utf-8";
/* CSS Document */

/* =====================
  基本設定
===================== */
body {
    min-width: 1280px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #46390f;
    font-size: 16px;
    line-height: 1.75;
    background-image: url(../images/common/body-bg.gif);
}
img {
    vertical-align: middle;
}
.banner a {
    transition: .6s;
}
.banner a:hover {
    opacity: .75;
}
/* =====================
  ヘッダー
===================== */
header {
    width: 693px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 3;
    transition: .6s;
}
header h1 {
    width: 291px;
    transition: .6s;
}
header h1 a img {
    width: 100%;
    height: auto;
    transition: .6s;
}
header h1 a:hover img {
    opacity: .75;
}
/*  グローバルナビ
------------------------*/
header nav {
    width: 362px;
    padding: 20px 0 0;
    transition: .6s;
}
header nav ul {
    display: flex;
    justify-content: space-between;
}
header nav ul li {
    width: 52px;
    text-align: center;
}
header nav ul li a {
	display: block;
}
header nav ul li a img {
    transition: .6s;
    transform: rotateY( 0deg );
}
header nav ul li a:hover img {
    transform: rotateY( 360deg );
}
header nav ul li a img.icon {
    margin: 0 0 10px;
}
/*  スクロール
------------------------*/
header.scroll {
    position: fixed;
    width: 602px;
    top: 20px;
}
header.scroll h1 {
    width: 200px;
}
header.scroll nav {
    padding: 0;
}
header.scroll nav ul li a img:last-child {
    display: none;
}
header.scroll nav ul li a:hover img:last-child {
    display: inline-block;
}
/* =====================
  メインビジュアル
===================== */
#mainvisual {
    width: 100%;
    height: 620px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
#mainvisual::after {
    content: "";
    background-image: url(../images/common/mainvisual-cut-end.png);
    background-repeat: repeat-x;
    background-position: center center;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#mainvisual p {
    position: absolute;
    right: 0;
    bottom: 0;
}
/* =====================
  コンテンツ
===================== */
main {
    display: block;
    padding: 50px 0 0;
}
main article section h2 {
    text-align: center;
    margin: 0 auto 30px;
}
main article section h2::before {
    content: url(../images/common/head-icon.png);
    display: block;
    margin: 0 auto 12px;
}
/*  空室検索
------------------------*/
#search {
    padding: 20px 0 20px;
    background-image: url(../images/common/green-bg.gif);
    position: relative;
}
#search::before {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../images/common/green-cut-end-top.png);
    background-position: center top;
    background-repeat: repeat-x;
    position: absolute;
    top: -10px;
    left: 0;
}
#search::after {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../images/common/green-cut-end-bottom.png);
    background-position: center top;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -10px;
    left: 0;
}
#search .inner {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#search .inner h3 {
    width: 150px;
    padding: 0 35px 0 0;
    border-right: 1px solid rgba(255,255,255,.5);
    position: relative;
}
#search .inner h3 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#search .inner #search-window {
    width: 860px;
    padding: 20px 0 20px;
}
/*  プランバナー
------------------------*/
#plan-banner {
    padding: 30px 0 40px;
    background-image: url(../images/common/wave-pattern-bg.gif);
}
#plan-banner p.banner {
    width: 1119px;
    height: 299px;
    margin: 0 auto;
}
/* =====================
  フッター
===================== */
footer {
    color: #fff;
    background-color: #2b4e71;
    position: relative;
}
footer::before {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../images/common/blue-cut-end.png);
    background-position: center top;
    background-repeat: repeat-x;
    position: absolute;
    top: -10px;
    left: 0;
}
footer::after {
    content: "";
    width: 100%;
    height: 60px;
    background-image: url(../images/common/copyright-bg.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .inner {
    width: 1080px;
    padding: 25px 0 50px;
    margin: 0 auto;
}
footer .inner ul {
    text-align: center;
    margin: 0 auto 55px;
}
footer .inner ul li {
    display: inline-block;
    margin: 0 2em;
}
footer .inner ul li a {
    text-decoration: none;
    color: #fff;
}
footer .inner ul li a::before {
    content: url(../images/common/footer-nav-icon.gif);
    margin: 0 .5em 0 0;
}
footer .inner ul li a:hover {
    text-decoration: underline;
}
footer .inner .overview {
    display: flex;
    justify-content: space-between;
}
footer .inner .overview p {
    width: 618px;
    padding: 10px 0 0;
    overflow: hidden;
}
footer .inner .overview p a {
    display: block;
    float: left;
    padding: 0 24px 0 0;
    border-right: 1px solid rgba(255,255,255,.5);
    margin: -10px 24px 0 0;
    transition: .6s;
}
footer .inner .overview p a:hover {
    opacity: .75;
}
footer .inner .overview address {
    width: 427px;
    padding: 15px 0 0 25px;
    border: 1px solid rgba(255,255,255,.5);
}
footer .inner .overview address span {
    display: block;
    color: #fff997;
    font-size: 22px;
}
footer .inner .overview address span a {
    text-decoration: none;
    color: #fff997;
    font-size: 24px;
}
/*  コピーライト
------------------------*/
#copyright {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    padding: 16px 0;
    position: relative;
    z-index: 2;
}
#copyright p:first-child img {
    margin: 0 1em 0 0;
}
#copyright p:last-child {
    font-size: 15px;
}
#copyright p:last-child a {
    text-decoration: none;
}
#copyright p a {
    color: #333;
}
/*  ページの先頭へ
------------------------*/
#pagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
    transition: 0.6s;
    z-index: 3;
}
#pagetop:hover {
    opacity: .75;
}


.plan_form{
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.plan_form p{
	margin:0;
	padding:0;
}
.plan_form img{
	vertical-align: middle;
	margin-right:10px;
}
.plan_form .check_in{
	width:238px;
	float:left;
	margin-right: 22px;
}
.plan_form .guests{
	width:220px;
	float:left;
	margin-bottom:8px;
	margin-right:12px;
}
.plan_form .type{
	width:224px;
	float:left;
}
.plan_form .price{
	width:340px;
	float:left;
}
.plan_form .search_btn{
	width: 117px;
	height: 24px;
	float:left;
}
.plan_form hr{
	clear:both;
	width:0;
	height:0;
}
