@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px) {
  /*=========================
▼▼共通▼▼
===========================*/
  #contents {
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
    float: left;
    clear: both;
    font-size: 19px;
    line-height: 1.8;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    background-color: #e5e2db;
  }
  #contents img {
    display: block;
    width: 100%;
  }
  #contents a, #contents a:link, #contents a:visited {
    color: inherit;
    text-decoration: none;
    display: block;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #contents .auto {
    width: 1080px;
    margin: 0 auto;
  }
  #contents p, #contents h2, #contents h3, #contents h4, #contents h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    list-style-type: none;
  }
  #contents figure {
    margin: 0;
  }
  #contents section {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
  }
  #contents .pc_none {
    display: none !important;
  }
  #contents h3 {
    margin: 0 auto 24px;
  }
  #contents .sub_title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #f9e723;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #inpage_link {
    height: 70px;
    text-align: center;
    background-color: #231815;
    z-index: 9;
  }
  #inpage_link::before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-image: url("../img/bg_02.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: 0;
  }
  #inpage_link::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-image: url("../img/bg_03.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: contain;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  #inpage_link ul {
    width: 1080px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.4;
    color: #c8a063;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #inpage_link ul li {
    font-size: 20px;
    line-height: 1.4;
    color: #c8a063;
  }
  #inpage_link ul li a {
    font-weight: 600;
    padding: 23px 0 22px;
  }
  #conts_about {
    padding: 86px 0 98px;
    background-image: url("../img/bg_04.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #conts_about h3 {
    width: 992px;
  }
  #conts_about .sub_title {
    margin-bottom: 43px;
  }
  #conts_about .advantage_list li {
    width: 100%;
    min-height: 440px;
    padding-top: 53px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 35px;
  }
  #conts_about .advantage_list li:nth-of-type(2) {
    padding-top: 20px;
  }
  #conts_about .advantage_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_about .advantage_list li .img {
    content: "";
    display: block;
    width: 686px;
    height: 89px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #conts_about .advantage_list li:nth-of-type(2n) .img {
    right: auto;
    left: 0;
  }
  #conts_about .advantage_list li:nth-of-type(4) .img {
    right: auto;
    left: 0;
  }
  #conts_about .advantage_list li .eng_text {
    width: 84px;
    position: absolute;
    top: -24px;
    right: -104px;
  }
  #conts_about .advantage_list li:nth-of-type(2n) .eng_text {
    right: auto;
    left: -104px;
  }
  #conts_about .advantage_list li .text_box {
    width: 430px;
    position: relative;
  }
  #conts_about .advantage_list li:nth-of-type(2n) .text_box {
    width: 374px;
    margin-left: 707px;
  }
  #conts_about .advantage_list li h4 {
    margin-bottom: 27px;
  }
  #conts_about .advantage_list li:nth-of-type(2n) h4 {
    width: 276px;
  }
  #conts_about .advantage_list li .text {
    width: 366px;
    color: #fff;
  }
  #conts_about .advantage_list li:nth-of-type(2n) .text {
    padding-left: 0px;
  }
  #conts_about .advantage_list li:nth-of-type(2n) dl {
    color: #fff;
    font-size: 16px;
  }
  #conts_about .advantage_list li:nth-of-type(2n) dd {
    margin: 0;
  }
  #conts_rental {
    text-align: center;
    padding: 84px 0 89px;
    background-color: #231815;
  }
  #conts_rental h3 {
    width: 708px;
  }
  #conts_rental .sub_title {
    margin-bottom: 46px;
  }
  #conts_rental .img {
    width: 720px;
    margin: 0 auto 30px;
  }
  #conts_rental h4 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 32px;
  }
  #conts_rental .price {
    width: 859px;
    position: relative;
    margin: 0 auto 20px;
  }
  #conts_rental .price::before {
    content: "";
    display: block;
    width: 103px;
    height: 98px;
    background-image: url("../img/fukidashi.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -17px;
    right: -29px;
  }
  #conts_rental .text {
    color: #fff;
    margin-bottom: 24px;
  }
  #conts_rental .btn {
    width: 350px;
    margin: 0 auto;
  }
  #conts_rental .btn a {
    border: 3px solid #fff;
    background-color: #fff;
    color: #231815;
    font-weight: 600;
    padding: 16px 0 14px;
    background-image: url("../img/arrows.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px;
    transition-duration: .3s;
  }
  #conts_rental .btn a:hover {
    color: #fff;
    background-color: #231815;
    background-image: url("../img/arrows_on.png");
  }
  #conts_plan {
    padding: 82px 0 114px;
    background-image: url("../img/bg_04.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #conts_plan .auto {
    position: relative;
  }
  #conts_plan h3 {
    width: 652px;
  }
  #conts_plan .sub_title {
    margin-bottom: 52px;
  }
  #conts_plan .position_link {
    width: 252px;
    height: 60px;
    position: absolute;
    left: 175px;
    top: 384px;
    z-index: 9;
  }
  #conts_plan .day1 {
    margin-bottom: 51px;
    position: relative;
  }
  #conts_event {
    padding: 99px 0 62px;
    background-image: url("../img/bg_ptn_01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1335px;
  }
  #conts_event .logo {
    width: 140px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_event h3 {
    width: 577px;
  }
  #conts_event .sub_title {
    margin-bottom: 52px;
    color: #231815;
  }
  #conts_event .event_list li {
    min-height: 488px;
    margin-bottom: 35px;
    position: relative;
    padding-left: 565px;
  }
  #conts_event .event_list li:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 565px;
  }
  #conts_event .event_list li::before {
    content: "";
    display: block;
    width: 58vw;
    height: 488px;
    background-image: url("../img/img_06.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 427px;
    top: 0;
  }
  #conts_event .event_list li.event_2::before {
    background-image: url("../img/img_07.jpg");
    left: 427px;
    right: auto;
  }
  #conts_event .event_list li.event_3::before {
    background-image: url("../img/img_08.jpg");
  }
  #conts_event .event_list .text_box {
    width: 100%;
    padding: 20px 75px 40px 45px;
    box-sizing: border-box;
    position: relative;
    background-color: #e5e2db;
    background-image: url("../img/bg_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 331px;
  }
  #conts_event .event_list li.event_2 .text_box {
    padding: 20px 45px 40px 75px;
  }
  #conts_event .event_list h4 {
    font-size: 34px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.4;
    color: #231815;
    margin-bottom: 12px;
  }
  #conts_event .event_list h4 .small {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    letter-spacing: -.08em;
  }
  #conts_event .event_list .text {
    margin-bottom: 8px;
  }
  #conts_event .event_list dl {
    display: table;
    margin: 0;
  }
  #conts_event .event_list dt {
    display: table-cell;
    font-size: 15px;
    line-height: 1.3;
    vertical-align: middle;
  }
  #conts_event .event_list .bg_color {
    display: inline-block;
    padding: 4px 18px 2px;
    background-color: #231815;
    border-radius: 50px;
    color: #e5e2db;
  }
  #conts_event .event_list dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }
  #conts_event .event_list dd .small {
    font-size: 15px;
    display: block;
  }
  #conts_event .event_list .text_box .illust {
    width: 325px;
    position: absolute;
    bottom: -189px;
    left: 60%;
    transform: translate(-50%);
  }
  #conts_event .event_list li:nth-of-type(2n) .text_box .illust {
    left: 40%;
  }
  #conts_access {
    padding: 85px 0 128px;
    background-image: url("../img/bg_04.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #conts_access h3 {
    width: 379px;
  }
  #conts_access .sub_title {
    margin-bottom: 46px;
  }
  #conts_access .img_box {
    width: 862px;
    height: 545px;
    margin: 0 auto 70px;
    background-image: url("../img/img_09.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: relative;
  }
  #conts_access h4 {
    width: 417px;
    position: absolute;
    left: 35px;
    bottom: -7px;
  }
  #conts_access .logo {
    width: 372px;
    position: absolute;
    right: -4px;
    bottom: -29px;
  }
  #conts_access table {
    width: 515px;
    margin: 0 auto 8px;
  }
  #conts_access th {
    width: 160px;
    vertical-align: top;
  }
  #conts_access th .bg_color {
    display: inline-block;
    width: 160px;
    font-size: 17px;
    line-height: 1.3;
    color: #e5e2db;
    padding: 7px 10px 6px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #231815;
  }
  #conts_access td {
    width: 355px;
    vertical-align: top;
    color: #fff;
    padding: 0 0 42px 20px;
    box-sizing: border-box;
  }
  #conts_access .map_area {
    width: 100%;
    padding-top: 64px;
    position: relative;
  }
  #conts_access .map_area .bg_text {
    width: 671px;
    position: absolute;
    top: 0;
    left: 33px;
  }
  #conts_access .map_area .map_wrapper {
    width: 100%;
    height: 440px;
    position: relative;
    overflow: hidden;
  }
  #conts_access .map_area .map_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
/*===============================================
●sp.css  画面の横幅が640pxまで
===============================================*/
/*=========================
▼▼共通▼▼
===========================*/
@media screen and (max-width:640px) {
  #contents {
    width: 100%;
    float: left;
    clear: both;
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
    background-color: #e5e2db;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents img {
    display: block;
    width: 100%;
  }
  #contents a, #contents a:link, #contents a:visited {
    color: inherit;
    text-decoration: none;
    display: block;
  }
  #contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #contents .auto {
    width: 92%;
    margin: 0 auto;
  }
  #contents p, #contents h2, #contents h3, #contents h4, #contents h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    list-style-type: none;
  }
  #contents figure {
    margin: 0;
  }
  section {
    width: 100%;
    float: left;
    clear: both;
    padding: 48px 0 42px;
    position: relative;
  }
  #contents .sp_none {
    display: none !important;
  }
  #contents h3 {
    margin: 0 auto 16px;
  }
  #contents .sub_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #f9e723;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #contents #conts_main {
    padding: 0;
  }
  #conts_main h2 {
    width: 100%;
  }
  #inpage_link {
    padding: 18px 0 18px;
    text-align: center;
    background-color: #231815;
    z-index: 9;
  }
  #inpage_link::before {
    content: "";
    display: block;
    width: 1335px;
    height: 6px;
    background-image: url("../img/bg_02.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: 0;
  }
  #inpage_link::after {
    content: "";
    display: block;
    width: 1335px;
    height: 4px;
    background-image: url("../img/bg_03.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: contain;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  #inpage_link ul {
    width: 90%;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    letter-spacing: -.4em;
    color: #c8a063;
  }
  #inpage_link ul li {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
    color: #c8a063;
  }
  #inpage_link ul li a {
    font-weight: 600;
    padding: 8px 3% 8px;
  }
  #inpage_link ul li:nth-child(even) a {
    border-right: none;
  }
  #inpage_link ul li:last-of-type a {
    border-bottom: none;
  }
  #conts_about {
    background-image: url("../img/bg_04.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #conts_about h3 {
    width: 80%;
  }
  #conts_about .sub_title {
    margin-bottom: 36px;
  }
  #conts_about .advantage_list li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
  }
  #conts_about .advantage_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_about .advantage_list li .img {
    content: "";
    display: block;
    width: 100%;
  }
  #conts_about .advantage_list li .eng_text {
    width: 10vw;
    position: absolute;
    top: -38vw;
    right: 35%;
    transform: rotate(-90deg);
  }
  #conts_about .advantage_list li .text_box {
    width: 96%;
    margin: -11vw auto 0;
    position: relative;
  }
  #conts_about .advantage_list li h4 {
    width: 88%;
    margin-bottom: 18px;
  }
  #conts_about .advantage_list li.list_2 h4 {
    width: 57%;
  }
  #conts_about .advantage_list li.list_3 h4 {
    width: 87%;
  }
  #conts_about .advantage_list li.list_4 h4 {
    width: 61%;
  }
  #conts_about .advantage_list li .text {
    color: #fff;
  }
  #conts_about .advantage_list li:nth-of-type(2n) dl {
    color: #fff;
    font-size: 16px;
  }
  #conts_about .advantage_list li:nth-of-type(2n) dd {
    margin: 0;
  }
  #conts_about .advantage_list li .small {
    font-size: 13px;
    display: inline-block;
  }
  #conts_rental {
    text-align: center;
    background-color: #231815;
  }
  #conts_rental h3 {
    width: 100%;
  }
  #conts_rental .sub_title {
    margin-bottom: 24px;
  }
  #conts_rental .img {
    width: 100%;
    margin: 0 auto 20px;
  }
  #conts_rental h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 22px;
  }
  #conts_rental .price {
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
  }
  #conts_rental .text {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
  }
  #conts_rental .btn {
    width: 250px;
    margin: 0 auto;
  }
  #conts_rental .btn a {
    border: 3px solid #fff;
    background-color: #fff;
    color: #231815;
    font-weight: 600;
    padding: 12px 0 12px;
    background-image: url("../img/arrows.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px;
    transition-duration: .3s;
  }
  #conts_rental .btn a:hover {
    color: #fff;
    background-color: #231815;
    background-image: url("../img/arrows_on.png");
  }
  .conts_banner {
    padding: 0;
  }
  #contents #conts_plan {
    padding-bottom: 80px;
    background-image: url("../img/bg_04.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #conts_plan .auto {
    position: relative;
  }
  #conts_plan h3 {
    width: 92%;
  }
  #conts_plan .sub_title {
    margin-bottom: 26px;
  }
  #conts_plan .day1 {
    max-width: 480px;
    margin: 0 auto 52px;
    position: relative;
  }
  #conts_plan .position_link {
    width: 50%;
    position: absolute;
    left: 16%;
    top: 21.5%;
    z-index: 9;
  }
  #conts_plan .day2 {
    max-width: 480px;
    margin: 0 auto;
  }
  #contents #conts_event {
    padding: 62px 0 40px;
    background-image: url("../img/bg_ptn_01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1335px;
  }
  #contents #conts_event .auto {
    width: 100%;
  }
  #conts_event .logo {
    width: 84px;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_event h3 {
    width: 75%;
  }
  #conts_event .sub_title {
    margin-bottom: 28px;
    color: #231815;
  }
  #conts_event .event_list li {
    min-height: 100%;
    margin-bottom: 36px;
    position: relative;
  }
  #conts_event .event_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_event .event_list li::after {
    content: "";
    display: block;
    width: 100%;
    height: 60vw;
    background-image: url("../img/img_06.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #conts_event .event_list li.event_2::after {
    background-image: url("../img/img_07.jpg");
  }
  #conts_event .event_list li.event_3::after {
    background-image: url("../img/img_08.jpg");
  }
  #conts_event .event_list .text_box {
    width: 100%;
    padding: 0 5% 42vw;
    margin-bottom: 24px;
    box-sizing: border-box;
    position: relative;
    background-color: #e5e2db;
    background-image: url("../img/bg_01.png");
    background-repeat: no-repeat;
    background-position: center top 15vw;
    background-size: 220px;
  }
  #conts_event .event_list .event_1 .text_box {
    padding: 0 5% 36vw;
  }
  #conts_event .event_list h4 {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.4;
    color: #231815;
    margin-bottom: 10px;
  }
  #conts_event .event_list h4 .small {
    font-size: 16px;
    line-height: 1.7;
    display: block;
  }
  #conts_event .event_list .text {
    margin-bottom: 8px;
  }
  #conts_event .event_list dl {
    display: table;
    margin: 0;
  }
  #conts_event .event_list dt {
    display: table-cell;
    font-size: 14px;
    line-height: 1.3;
    vertical-align: top;
    padding: 2px 0 0;
  }
  #conts_event .event_list .bg_color {
    width: 46px;
    text-align: center;
    display: inline-block;
    padding: 3px 16px 2px;
    background-color: #231815;
    border-radius: 50px;
    color: #e5e2db;
  }
  #conts_event .event_list dd {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
  }
  #conts_event .event_list .text_box .illust {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  #conts_access {
    padding-bottom: 80px;
    background-image: url("../img/bg_04.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #conts_access h3 {
    width: 53%;
  }
  #conts_access .sub_title {
    margin-bottom: 10vw;
  }
  #conts_access .img_box {
    width: 100%;
    height: 61vw;
    margin: 0 auto 24vw;
    background-image: url("../img/img_09.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: relative;
  }
  #conts_access h4 {
    width: 70%;
    position: absolute;
    left: 5%;
    top: -5vw;
  }
  #conts_access .logo {
    width: 80%;
    position: absolute;
    left: 5%;
    bottom: -17vw;
  }
  #conts_access table {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto 24px;
  }
  #conts_access tbody {
    width: 100%;
    display: block;
  }
  #conts_access tr {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  #conts_access th {
    width: 126px;
    margin: 0 auto;
    display: block;
  }
  #conts_access th .bg_color {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
    color: #e5e2db;
    padding: 7px 10px 6px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #231815;
    margin-bottom: 6px;
  }
  #conts_access td {
    width: 100%;
    display: block;
    color: #fff;
    padding: 3px 0 20px;
    box-sizing: border-box;
  }
  #conts_access .map_area {
    width: 100%;
    padding-top: 7vw;
    position: relative;
  }
  #conts_access .map_area .bg_text {
    width: 80%;
    position: absolute;
    top: 0;
    left: 5%;
  }
  #conts_access .map_area .map_wrapper {
    width: 100%;
    height: 80vw;
    position: relative;
    overflow: hidden;
  }
  #conts_access .map_area .map_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}