@charset "UTF-8";

/* 基本設定
--------------------------------------------------------- */
@media print, screen and (min-width:768px) {
    body {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.7;
        color: #333;
        background-color: #012113;
        font-feature-settings : "pkna";
        font-family: 'Hiragino Kaku Gothic Pro', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    }
}
@media screen and (max-width:767px) {
    body {
        font-size: 13px;
        font-weight: normal;
        line-height: 1.7;
        background-color: #012113;
        color: #333;
        font-feature-settings : "pkna";
        font-family: 'Hiragino Kaku Gothic Pro', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    }
}

/* ヘッダー
--------------------------------------------------------- */
@media print, screen and (min-width:768px) {
    .Header {
        margin: 0 auto;
        padding: 0 0;
        width: 1000px;
    }
    .HeaderTitle {
        margin: 0;
        float: left;
    }
    .HeaderTitle img {
        width: 211px;
        height: auto;
    }
    .HeaderConcept {
        margin: 0;
        float: right;
    }
    .HeaderConcept img {
        width: 330px;
        height: auto;
    }
}
@media screen and (max-width:767px) {
    .Header {
        margin: 0 auto;
        padding: 0;
    }
    .HeaderTitle {
        font-size: 0;
        margin: 0;
        float: left;
    }
    .HeaderTitle img {
        width: 105px;
        height: auto;
    }
    .HeaderConcept {
        margin: 0;
        float: right;
    }
    .HeaderConcept img {
        width: 165px;
        height: auto;
    }

}

/* メイン
--------------------------------------------------------- */
@media print, screen and (min-width:768px) {
    .MainTitle {
        margin: 0;
        display: block;
        height: 225px;
        text-align: center;
        background-image: url(images/page_title_bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .MainTitle img {
        width: 234px;
        padding-top: 90px;
        vertical-align: middle;
    }
    .MainWrap {
        margin: 0 auto;
        padding: 180px 0 300px;
        width: 1000px;
    }
}
@media screen and (max-width:767px) {
    .MainTitle {
        margin: 0;
        display: block;
        height: 80px;
        text-align: center;
        background-image: url(images/page_title_bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .MainTitle img {
        width: 140px;
        padding-top: 26px;
        vertical-align: middle;
    }
    .MainWrap {
        padding: 60px 15px 20px;
    }
}


/* 料金表
--------------------------------------------------------- */
@media screen and (max-width:767px) {
	.table.pc {
		display: none;
	}
/*
	.corner_box {
		padding: 0 10px;
	}
	.corner_box h3 {
		font-size: 160%;
		font-weight: bold;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		padding: .4em 0;
		text-align: center;
	}
	.note {
		text-align: center;
		margin-bottom: 2em;
	}
	.sp_table {
		margin-top: 2em;
		border-top: 2px solid #ddd;
		padding-top: .5em;
	}
	.sp_table h4 {
		float: left;
		line-height: 1.2;
		font-size: 80%;
	}
	.sp_table h4 span {
		font-size: 180%;
		font-weight: bold;
	}
	.sp_table span {
	}
	.room_btn_1.close ,
	.room_btn_2.close ,
	.room_btn_3.close ,
	.room_btn_4.close ,
	.room_btn_5.close ,
	.room_btn_6.close ,
	.room_btn_7.close {
		float: right;
		width: 10em;
		background: #b21 url(images/room_btn_close.png) no-repeat right 5px center;
		background-size: 14px 13px;
		padding: 1em 1em .5enm .5em;
		color: #fff;
		text-align: center;
		border-radius: 5px;
	}
	.room_btn_1 ,
	.room_btn_2 ,
	.room_btn_3 ,
	.room_btn_4 ,
	.room_btn_5 ,
	.room_btn_6 ,
	.room_btn_7 {
		float: right;
		width: 10em;
		background: #b21 url(images/room_btn_open.png) no-repeat right 5px center;
		background-size: 14px 13px;
		padding: .5em 1em .5enm .5em;
		color: #fff;
		text-align: center;
		border-radius: 5px;
	}
	.room_spec_1 ,
	.room_spec_2 ,
	.room_spec_3 ,
	.room_spec_4 ,
	.room_spec_5 ,
	.room_spec_6 ,
	.room_spec_7 {
		display: none;
		clear: both;
	}
	.table , .table th , .table td {
		border: 1px solid #fff;
	}
	.table th {
		font-weight: bold;
		background: #bbb;
	}
	.table .bg_red {
		background: #ecc;
	}
	.table .bg_orange {
		background: #ec9;
	}
	.table .bg_green {
		background: #9c9;
	}
	.table td {
		text-align: center;
		vertical-align: middle;
	}
    .table a {
        color: #b21;
        text-decoration: none;
    }
*/
	.corner_box {
		margin: 0 auto;
		padding: 0 20px;
	}
	.corner_box h3 {
		font-size: 160%;
		font-weight: bold;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		padding: .4em 0;
        font-size: 120%;
		text-align: center;
	}
	.note {
		text-align: center;
		margin-bottom: 2em;
	}
	.table , .table th , .table td {
		border: 1px solid #fff;
	}
	.table {
        font-size: 90%;
        width: 100%;
		margin-bottom: 3em;
	}
	.table th {
		font-weight: bold;
		background: #ccc;
		vertical-align: middle;
		padding: .5em;
	}
	.table th.bg_red {
		background: #ecc;
	}
	.table th.bg_orange {
		background: #ec9;
	}
	.table th.bg_green {
		background: #9c9;
	}
	.table th.bg_blue {
		background: #cdd url(common/images/arrow_r.png) no-repeat right 10px center;
		background-size: 8px 14px;
		text-align: left;
		padding: 0;
	}
	.table th.bg_blue2 {
		background: #cdd;
		text-align: left;
	}
	.table th.bg_blue a {
		display: block;
		padding: .8em .5em;
		line-height: 1.2;
	}
	.table th.bg_blue span {
		font-size: 50%;
		line-height: 1.2;
	}
	.table td {
		background: #eee;
		line-height: 1;
		vertical-align: middle;
		padding: .5em;
        font-size: 80%;
		text-align: center;
	}
	.memo {
		font-size: 80%;
		margin-bottom: 4em;
	}
    .table a {
        color: #b21;
        text-decoration: none;
    }

}
@media screen and (min-width:768px) , print {
	.sp_table {
		display: none;
	}
	.corner_box {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.corner_box h3 {
		font-size: 160%;
		font-weight: bold;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		padding: .4em 0;
		text-align: center;
	}
	.note {
		text-align: center;
		margin-bottom: 2em;
	}
	.table , .table th , .table td {
		border: 1px solid #fff;
	}
	.table {
        width: 100%;
		margin-bottom: .5em;
	}
	.table th {
		font-weight: bold;
		background: #ccc;
		vertical-align: middle;
		padding: .5em;
	}
	.table th.bg_red {
		background: #ecc;
	}
	.table th.bg_orange {
		background: #ec9;
	}
	.table th.bg_green {
		background: #9c9;
	}
	.table th.bg_blue {
		background: #cdd url(common/images/arrow_r.png) no-repeat right 10px center;
		background-size: 8px 14px;
		text-align: left;
		padding: 0;
		font-size: 140%;
	}
	.table th.bg_blue2 {
		background: #cdd;
		text-align: left;
		padding: .8em 1em;
	}
	.table th.bg_blue a {
		display: block;
		padding: .8em 1em;
		line-height: 1;
	}
	.table th.bg_blue span {
		font-size: 50%;
		line-height: 1.2;
	}
	.table td {
		background: #eee;
		line-height: 1;
		vertical-align: middle;
		padding: .5em;
		text-align: center;
	}
	.memo {
		font-size: 80%;
		margin-bottom: 4em;
	}
    .table a {
        color: #b21;
        text-decoration: none;
    }
}

/* フッター
--------------------------------------------------------- */
@media print, screen and (min-width:768px) {
    .Footer {
        padding: 50px 0;
        background-color: #001a0f;
        border-top: 1px solid #680c10;
    }
    .FooterTitle {
        text-align: center;
        width: 1000px;
        margin: 0 auto;
    }
    .FooterTitle img {
        width: 246px;
        height: auto;
    }
}
@media screen and (max-width:767px) {
    .Footer {
        padding: 20px 0;
        background-color: #001a0f;
        border-top: 1px solid #680c10;
    }
    .FooterTitle {
        text-align: center;
        margin: 0 auto;
    }
    .FooterTitle img {
        width: 180px;
        height: auto;
    }
}