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

レイアウト

------------------------*/
html {
    height: 100%;
    overflow: -moz-scrollbars-vertical;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
}

.contents-wrap {
    padding-top: 100px;
}

.contents {
    padding-top: 3em;
    padding-bottom: 3em;
}

.contents-end {
    background-image: url(../img/contents-end.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 30.833333333333333%;
    background-size: contain;
}

#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09 {
    margin-top: -100px;
    padding-top: 100px;
}

.contents-in {
    min-width: 895px;
    max-width: 1713px;
    height: auto;
    margin: auto;
    padding: 0;
}

.white-back {
    background-color: #fff;
}

.black-back {
    background-color: #000;
}

.wrap {
    width: 980px;
    height: auto;
    margin: auto;
    padding: 0;
}

.wrap-big {
    width: 1024px;
    height: auto;
    margin: auto;
    padding: 0;
}

.wrap-big img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.units-row {
    margin-bottom: 0;
}

.margin-bottom {
    margin-bottom: 1.65em;
}

ul li {
    list-style-type: none;
}

.clear {
    clear: both;
}

li.icon_non {
    background: none !important;
}

.box01 {
    margin-bottom: 3em;
}

.main {
    width: 980px;
    margin: 0 auto;
}

.main p {
    margin-top: -150px;
}

hr {
    margin: 3em 0;
}

/*------------------------

検索エリア

------------------------*/
.search-box {
    background-color: #000;
    width: 100%;
    position: fixed;
    height: 74px;
    z-index: 9999;
}

.search-box form {
    margin-bottom: 0;
}

.search-box-left, .search-box-right {
    padding: 1.65em;
}

.search-box-left img {
    margin: 0 auto;
    display: block;
}

.search-box-right {
    height: 74px;
    background-color: #333;
}

.search-box-right table {
    float: left;
    width: 270px;
}

.search-box-right th {
    display: none;
}

.search-box-right td {
    border: none;
    padding: 0;
    vertical-align: middle;
}

.search-box-right select {
    margin: 6px 5px 0 0;
}

.btn-plan-search {
    float: left;
    width: 150px;
    margin: 0;
}

.btn-cancel {
    float: left;
    width: 164px;
    margin: 10px 0 0 10px;
}

.logo a img:hover {
    opacity: 1.0;
}

/*------------------------

ヘッダー

------------------------*/
header {
    background-image: url(../img/head_bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    z-index: 3;
}

.head {
    width: 1000px;
    margin: 0 auto;
}

.headbox01 {
    position: relative;
}

.headbox01 .tel a {
    position: absolute;
    top: 65px;
    left: 12px;
}

.headbox ul {
    overflow: hidden;
    zoom: 1; margin: 0;
}

.headbox li {
    float: left;
}

.under ul {
    margin-top: 15px;
    padding-left: 25px;
}

.under li a {
    background: url(../img/icon01.png) no-repeat left 5px;
    padding: 0 12px 0 17px;
    margin: 0;
    border-bottom: none;
}

.under li.first a {
    background: none;
    padding-left: 0;
}

.top li.headtext {
    margin: 8px 20px;
}

.top li.lang {
    margin: 14px 0 0 1em;
}

.top ul.sub_menu li {
    float: none;
    margin: 0;
    padding: 0;
}

.top ul.sub_menu {
    position: fixed;
    background-color: #fff;
    padding: 10px 20px;
}

/*------------------------

予約番（モーダル）

------------------------*/
.yoyaku-ban-modal {
    width: 100%;
    height: 300px;
    color: #FFF;
}

.search_table_489ban {
    width: 500px;
}

.search_table_489ban th, .search_table_489ban td {
    padding: 1.65em;
    border-bottom: 0;
    vertical-align: middle;
    background-color: #FFF;
}

.search_table_489ban select {
    margin-left: 10px;
}

#search_title_489ban {
    width: 100px;
}

#search_button_489ban {
    height: 49px;
    width: 139px;
    margin-left: 20px;
    background: url(../img/search-btn.png) left top no-repeat;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
}

#search_button_489ban:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*------------------------

プランスライダー

------------------------*/
.plan-slider {
    width: 100%;
    z-index: 52;
}

.PlanView {
    min-height: 400px;
    background-repeat: repeat;
    background-position: center top;
    background-image: url(../img/reco_bg.jpg);
    padding: 1.65em;
}

.PlanView .main_picture img {
    margin: 0 auto 1em;
    padding: 0;
    display: block;
}

.PlanView p.plan {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .5em;
}

.PlanView .comment, .PlanView span {
    background-color: transparent !important;
    font-size: 1.2rem !important;
    line-height: 1.2px !important;
}

.room_list_header {
    font-size: 1.2rem;
    margin: 1em 0;
}

.PlanView a {
    display: block;
    vertical-align: top;
    font-size: 1em;
    line-height: 1.65em;
    text-align: center;
    text-decoration: none;
    color: #222;
    -webkit-appearance: none;
    outline: 0;
    margin: 0;
    border-radius: 2px;
    box-shadow: none;
    cursor: pointer;
    padding: .55em 2.5em;
    border: 1px solid #000;
    font-weight: bold;
}

.PlanView a:hover {
    background-color: #000;
    color: #FFF;
}

/*------------------------

トップページ

------------------------*/
.bg-white {
    background-color: #fff;
}

.style {
    background-image: url(../img/cts_bg01.jpg);
    background-repeat: repeat;
    background-position: center top;
    padding: 0;
}

/*
.contents_top {
    background-image: url(../img/ctstop_img.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
    height: 282px;
}

.contents_top_in {
    width: 980px;
    margin: 0 auto;
}

.contents_top p {
    color: #fff;
    text-align: left;
    padding-top: 140px;
    margin-left: 500px;
}

*/
.contents_top {
    width: 100%;
    height: 0;
    padding-top: 19.596942321056289%;
    background-image: url(../img/ctstop_img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contents_top_in {
    width: 980px;
    margin: -282px auto 0;
    position: relative;
}

.contents_top p {
    color: #fff;
    position: absolute;
    font-size: 16px;
    top: 6em;
    left: 500px;
    text-align: left;
    line-height: 1.8
}

@media all and (max-width: 1440px) {
    .contents_top p {
        font-size: 14px;
        top: 10.7em;
        line-height: 1.618
    }
}

.style .btn-area {
    margin-top: 1.65em;
    margin-bottom: 3em;
}

.style01 {
    margin-top: 1.65em;
    width: 980px;
    position: relative;
}

.style01 p {
    text-align: left;
    position: absolute;
    left: 60%;
    bottom: 5%;
}

.style04 {
    position: relative;
    width: 980px;
}

.style04 p {
    text-align: left;
    position: absolute;
    left: 72%;
    top: 350px
}

.style .style04 .btn-area {
    margin-top: 0;
}

.style05 {
    height: 450px;
    position: relative;
    width: 980px;
}

.style05 p {
    text-align: left;
    position: absolute;
    left: 8%;
    top: 320px;
}

.video {
    margin-bottom: 32px;
}

.video video {
    width: 640px;
    border: 8px solid #eaeaea;
}

.recommend {
    background-color: #FFF;
    padding: 5em 0 0;
}

.planbox {
    background-repeat: repeat;
    background-position: center top;
    background-image: url(../img/reco_bg.jpg);
    padding: 10px;
    margin: 2em 0 0 1em;
    float: left;
    text-align: center;
}

.planbox dd {
    padding: 10px 0;
}

.planbox dd span {
    font-size: 1.2em;
    font-weight: bold;
}

.planbox .btn-area {
    margin-bottom: 1em;
}

.planbox .btn-area a:hover i {
    color: #FFF;
}

.planbox02 {
    overflow: hidden;
    zoom: 1; width: 700px;
    margin: 3em auto 0;
}

.planbox02 .img {
    float: left;
}

.planbox02 dl {
    float: right;
}

.planbox02 dl dd {
    width: 370px;
    margin: 1em 0 0 0;
}

.planbox02 dl dd span {
    float: right;
    margin-top: .5em;
}

.news h3, .map h3, .blog h3 {
    background: url(../img/icon02.png) no-repeat left 3px;
    padding: 0 0 18px 25px;
    border-bottom: 1px solid #B1B1B1;
}

.map h3 {
    width: 320px;
}

.news h3 {
    width: 480px;
}

.news {
    float: left;
}

.blog {
    float: right;
}

.blog dl {
    width: 480px;
    padding: 10px 0;
}

.blog dl dt, .blog dl dd {
    margin-bottom: 5px
}

.blogFeed dl {
    list-style: none;
    margin: 0;
}

.blogFeed dl {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 25px;
    position: relative;
    border-bottom: 1px dotted #d8d8d8;
}

.blogFeed dt {
    color: #777;
    display: block;
    font-weight: normal;
}

.blogFeed dt:before {
    content: "\f0f6";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 14px;
    position: absolute;
    left: 0
}

.blogFeed dt:first-child {
    margin-top: 0
}

.blogFeed dd a {
    font-size: 14px;
    text-decoration: none;
}

.blogFeed dd a:hover {
    text-decoration: underline;
}

.ban-box {
    margin-top: 3em;
}

.low-area {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 3em;
    background: #FFF;
}

.footnav-btn {
    clear: both;
    width: 960px;
    padding: 1em 0 3em 0;
    margin: 0 auto;
}

.footnav-btn dl {
    float: left;
    margin: 0;
    padding: 0;
    width: 240px;
}

.footnav-btn dl dd {
    margin-left: 0;
    font-size: 12px;
}

/*------------------------

お得意様86周年プランのご案内

------------------------*/
.premium-plan {
    margin-top: 20px;
}

.premium-plan .plan-inner {
    width: 800px;
    margin: auto;
}

/*------------------------

「安乗文楽人形芝居」観劇1泊朝食プラン

------------------------*/
.anori-bunraku {
    width: 980px;
    margin: 30px auto;
}

/*------------------------

ページトップへ戻る

------------------------*/
#page-top {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 30px;
    bottom: 30px;
    text-align: center;
}

#page-top a {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding-top: 10px;
    display: block;
    border: 1px solid #2B1508;
    background-color: rgba(255,255,255,.48);
    color: #2B1508;
    line-height: 2em;
}

#page-top a:hover {
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,.8);
    line-height: 2em;
}

/*------------------------

フッター

------------------------*/
.footer {
    clear: both;
    margin: 0 auto;
    padding-bottom: 1em;
    background-image: url(../img/foot_bg.png);
    background-repeat: repeat;
    background-position: center top;
}

.foot {
    width: 1000px;
    margin: 0 auto;
}

.footbox ul {
    overflow: hidden;
    zoom: 1; margin: 0;
}

.footbox li {
    float: left;
}

.foot .left {
    margin-top: -19px;
}

.top li.foottext {
    margin: 0 20px 0 0;
}

.top li.tel {
    padding-top: 1.2em;
    padding-right: 3em;
}

footer .under li a {
    background: url(../img/icon01.png) no-repeat left 5px;
    padding: 0 12px;
}

.copy {
    background-color: #1b1c80;
    padding: 5px 0;
}

.copy p {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: .9em;
}

/*------------------------

フォーム

------------------------*/
.forms {
    font-weight: bold;
    color: #FFF;
    padding: 1.35em;
}

.forms .input-area {
    margin-top: .3em;
    margin-bottom: 1em;
    font-weight: normal;
    padding: 1em;
    background-color: #121359;
    line-height: 3em;
}

.forms-list label, .forms-inline label, .forms-inline-list li, .forms-inline-list li label {
    display: inline;
    float: left;
    margin-bottom: 0;
    margin-right: .5em;
}

.forms .btn_search {
    float: left;
}

.form {
    width: 100%;
}

.form th, .form td {
    padding: 1em;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #EDDDC4;
}

.form th {
    width: 200px;
}

.form ul {
    margin-bottom: 0;
}

.form .list-flat li {
    margin: 0 0 1em;
}

.form .list-flat li:last-child {
    margin: 0;
}

.btn-area {
    margin: 0 auto;
    text-align: center;
}

label, select {
    cursor: pointer;
}

input[type='submit'], input[type='reset'], input[type='button'] {
    -webkit-appearance: button;
}

/*------------
radio
------------*/
[type='radio']:checked, [type='radio']:not(:checked) {
    visibility: hidden;
}

[type='radio']:checked + label, [type='radio']:not(:checked) + label {
    padding-left: 28px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #666;
    line-height: 20px;
}

[type='radio']:checked + label:before, [type='radio']:not(:checked) + label:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    content: '';
}

[type='radio']:checked + label:after, [type='radio']:not(:checked) + label:after {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    background: #f87da9;
    content: '';
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

[type='radio']:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type='radio']:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*------------
checkbox
------------*/
[type='checkbox']:checked, [type='checkbox']:not(:checked) {
    visibility: hidden;
}

[type='checkbox']:checked + label, [type='checkbox']:not(:checked) + label {
    padding-left: 28px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #666;
    line-height: 20px;
}

[type='checkbox']:checked + label:before, [type='checkbox']:not(:checked) + label:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    background: #fff;
    content: '';
}

[type='checkbox']:checked + label:after, [type='checkbox']:not(:checked) + label:after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #00a69c;
    content: '';
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

[type='checkbox']:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type='checkbox']:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*------------------------

テーブル

------------------------*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

/*------------------------

ボックス

------------------------*/
.black-box {
    margin-bottom: .7em;
    padding: .7em;
    border: 1px solid #111;
}

.gray-box {
    padding: 2.0em;
    border: 1px solid #ddd;
    background-color: #eee;
}

/*------------------------

リスト

------------------------*/
.list-center {
    display: inline-block;
    zoom: 1; }

.arrow li a:before {
    margin-right: .5em;
    float: left;
    content: '\e0b0';
    font-family: 'typicons';
}

/*------------------------

ボタン

------------------------*/
.btn-center {
    margin: 1.65em auto;
    text-align: center;
}

.btn-white {
    border-bottom: 1px solid #000;
    background-color: rgba(0,0,0,0.00);
}

.btn-purple, input[type="submit"].btn-purple {
    color: rgba(255, 255, 255, 0.9);
    background: #C42671;
}

.btn-purple:hover, input[type="submit"].btn-purple:hover {
    color: rgba(255, 255, 255, 0.6);
    background-color: #C42671;
}

.btn-purple.btn-outline, input[type="submit"].btn-purple.btn-outline {
    background: none;
    border-color: #C42671;
    color: #C42671;
}

.btn-purple.btn-outline:hover, input[type="submit"].btn-purple.btn-outline:hover {
    color: rgba(255, 255, 255, 0.9);
    border-color: #C42671;
    background: #C42671;
}

.btn-area a:after {
    margin-left: .5em;
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
}

/*------------------------

位置

------------------------*/
.vertical-bottom {
    position: absolute;
    bottom: 0;
}

.vertical-middle {
    width: 100%;
    display: table;
}

.vertical-middle p, .vertical-middle > div, .vertical-middle img {
    padding: 0 .5em;
    display: table-cell;
    vertical-align: middle;
}

.centering {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

/*------------------------

画像

------------------------*/
img {
    max-width: 100%;
    vertical-align: bottom;
}

a img:hover {
    opacity: .6;
}

.img-centered img {
    margin: 0 auto;
    display: block;
}

.img-left {
    margin-right: 1.5em;
    margin-bottom: 1em;
    float: left;
}

.img-right {
    margin-bottom: 1em;
    margin-left: 1.5em;
    float: right;
}

.youtube_wrapper iframe {
    width: 100%;
}

/*------------------------

余白

------------------------*/
.mt05 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt70 {
    margin-top: 70px;
}

.mt100 {
    margin-top: 100px;
}

.mt_20 {
    margin-top: -20px;
}

.mtb05 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mb05 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml05 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr05 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt40 {
    padding-top: 40px;
}

.pt20 {
    padding-top: 20px;
}

/*------------------------

Typography

------------------------*/
i {
    margin-right: 5px;
    color: #000;
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

em {
    margin: 0 .3em;
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
}

small {
    font-size: 1.1rem;
}

figcaption {
    font-style: normal;
}

.head-lines01 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    /*------------
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	------------*/
    text-align: left;
    position: relative;
    line-height: 1.65;
    font-size: 2.0rem;
}

.head-lines01:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: auto;
    left: 0;
    bottom: 0;
    background-color: #D8D8D8;
}

.head-lines01:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    top: auto;
    left: 0;
    bottom: 0;
    background-color: #c42671;
}

.head-lines01 span {
    margin-right: .5em;
    color: #c42671;
    font-size: 3.2rem;
}

/*------------------------

フォント

------------------------*/
html {
    font-size: 62.5%;
}

body {
    color: #000;
    font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', 'Lucida Sans Unicode', 'ＭＳ Ｐゴシック', Arial, Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body {
        font-size: 14px;
    }
}

.font06 {
    font-size: .6rem;
}

.font07 {
    font-size: .7rem;
}

.font08 {
    font-size: .8rem;
}

.font09 {
    font-size: .9rem;
}

.font10 {
    font-size: 1.0rem;
}

.font11 {
    font-size: 1.1rem;
}

.font12 {
    font-size: 1.2rem;
}

.font13 {
    font-size: 1.3rem;
}

.font14 {
    font-size: 1.4rem;
}

.font15 {
    font-size: 1.5rem;
}

.font16 {
    font-size: 1.6rem;
}

.font17 {
    font-size: 1.7rem;
}

.font18 {
    font-size: 1.8rem;
}

.font19 {
    font-size: 1.9rem;
}

.font20 {
    font-size: 2.0rem;
}

.font21 {
    font-size: 2.1rem;
}

.font22 {
    font-size: 2.2rem;
}

.font23 {
    font-size: 2.3rem;
}

.font24 {
    font-size: 2.4rem;
}

.font25 {
    font-size: 2.5rem;
}

.font26 {
    font-size: 2.6rem;
}

.font27 {
    font-size: 2.7rem;
}

.font28 {
    font-size: 2.8rem;
}

.font29 {
    font-size: 2.9rem;
}

.font30 {
    font-size: 3.0rem;
}

.font31 {
    font-size: 3.1rem;
}

.font32 {
    font-size: 3.2rem;
}

/*------------------------

clearfix

------------------------*/
.clearfix:before, .clearfix:after {
    height: 0;
    display: block;
    overflow: hidden;
    content: '.';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; }

/* IE < 8 */
/*------------------------

印刷用

------------------------*/
@media print {
    header {
        position: relative !important;
        top: auto;
        left: auto;
    }

    #mainVisual {
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    #mainArea {
        display: none !important;
    }

    #mainSlide {
        position: relative !important;
        height: 675px !important;
        padding-bottom: 0 !important;
    }

    #mainVisual {
        height: 675px !important;
        padding-bottom: 0 !important;
    }

    .contents-wrap {
        padding-top: 0;
    }

    .contents-end {
        background-image: none;
        padding-bottom: 0;
    }

    .footer {
        padding-top: 1em;
    }

    .foot .left {
        margin-top: 0;
    }

    .view {
        page-break-after: always;
    }
}
