@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html {
    height: 100%;
}
body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
    line-height: 100%;
    list-style-type: none;
    font-style: normal;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 600;
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
}

body a {
    text-decoration: none;
    outline: 1px solid transparent;
	color: #000;
}
body {
    min-width: 1100px;
    position: relative;
    background: #f6f6f6;
}

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

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.under {
  border-bottom: solid 1px #FF0066;
}
.only_sp {
    display: none;
}

/* ------------------------------
    グローバルトップ ヘッダー
------------------------------ */
header {
    background-color :#fff;
    z-index: 2;
    height: 100px;
    width: 100%;
}
header.top {
    position: absolute;
    background-color : rgba(250,250,250,70%);
}
header .inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.header_logo {
    width: 115px;
}
.header_logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 115px;
}
.g_menu {
    position: absolute;
    width: 350px;
    display: flex;
    justify-content: space-between;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.g_menus li a {
    font-weight: bold;
    font-size: 1.5rem;
}
.g_menus li a img {
    width: 30px;
}

/* ------------------------------
    トップ ヘッダー
------------------------------ */


/*header.top_header {
    position: absolute;
    z-index: 2;
    padding: 3% 8% 0;
    width: 100%;
}
header.top_header .logo {
    width: 115px;
    float: left;
}
.language {
    display: block;
    float: right;
    width: 113px;
    padding: 1px 0 1px 22px;
    border: 1px solid #17304d;
    font-size: 18px;
    color: #17304d;
    position: relative;
    transition: all 0.3s;
}
.language:before {
    content: "> ";
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 5%;
}
.language:hover {
    color: #ccc;
    border: 1px solid #ccc;
    transition: all 0.3s;
}
.language.blk:hover {
    color: #000;
    border: 1px solid #000;
}
.language:after,
.language.blk:after {
    content: "Under Construction";
    color: #000;
    opacity: 0;
    position: absolute;
    right: 0;
    margin: auto;
    top: 35px;
    line-height: 1.2em;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all 0.3s;
}
.language:hover:after,
.language.blk:hover:after {
    opacity: 1;
} */
.kv_txt_a,
.kv_txt_b {
    color: #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-shadow:0 0 10px #000;
    font-weight: bold;
}
.kv_txt_a {
    left: 35%;
    font-size: 50px;
    top: 25vh;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,sans-serif;
}
.kv_txt_a span {
    letter-spacing: -6px;
    font-weight: normal;
    font-family: "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,sans-serif;
}
.kv_txt_b {
    font-size: 36px;
    top: 45vh;
    left: 52%;
}
.kv_txt_b span {
    font-size: 55px;
    font-weight: bold;
}
/* ------------------------------
    下層ヘッダー
------------------------------ */
header.lower {
    background: #fff;
    height: 100px;
}
.head_inner {
    width: 900px;
    margin: auto;
    position: relative;
}
header.lower .header_logo {
    width: 115px;
    padding-top: 30px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
header.lower .language {
    margin-top: 32px;
}

nav .menu {
    height: 100%;
    z-index: 1;
    width: 400px;
    display: flex;
    justify-content: end;
}
.menu li {
    display: inline-block;
    width: 50%;
}
.menu li a {
    height: 100px;
    color: #2b4b71;
    display: block;
    background: #fff;
    text-align: center;
    padding: 37px 6px 0 52px;
    font-size: 1.5rem;
    font-weight: bold;
    background-repeat: no-repeat;
}
.menu li.active a {
    background-color: #f6f6f6;
}
.menu li a span {
    color: #a0a0a0;
}
.menu li:nth-child(1) a {
    background-image: url(../../common/img/icon_bag_menu.png);
    background-position: 17px 46%;
    background-size: 32px;
}
.menu li:nth-child(2) a {
    background-image: url(../../common/img/icon_koji_menu.png);
    background-position: 17px center;
    background-size: 40px;
}
.g_menu {
    position: absolute;
    width: 440px;
    display: flex;
    justify-content: space-between;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.g_menu.narrow {
    width: 345px; 
}
.g_menu li a {
    font-weight: bold;
    font-size: 1.5rem;
}
.g_menu li a img {
    width: 30px;
}

/* ------------------------------
    トップターゲット
------------------------------ */
.target_cover {
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
}
.target {
    position: absolute;
    width: 780px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.target ul {
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.target ul li {
    display: inline-block;
    width: 49%;
    box-shadow:
    -webkit-box-shadow: 0 -2px 5px 0 #999;
    -moz-box-shadow: 0 -2px 5px 0 #999;
    box-shadow: 0 -2px 5px 0 #999;
    margin: auto;
}
.target ul li a {
    color: #2b4b71;
    display: block;
    background: #fff;
    text-align: center;
    padding: 23px 30px 23px 80px;
    font-size: 1.8rem;
    font-weight: bold;
    background-repeat: no-repeat;
    line-height: 1.4em;
}
.target ul li a span {
    color: #a0a0a0;
    font-size: 1.8rem;
}
.target ul li.not_active {
    color: #8491a0;
    display: block;
    background: #d9d9d9;
    text-align: center;
    padding: 23px 30px 23px 80px;
    font-size: 1.8rem;
    font-weight: bold;
    background-repeat: no-repeat;
    line-height: 1.4em;
}
.target ul li:nth-child(1) a {
    background-image: url(../../common/img/icon_koji_top.png);
    background-position: 35px center;
    background-size: 61px 51.5px;
}


/* ------------------------------
    トップ キービジュアル PC
------------------------------ */
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}
.full div.img01 {
  background-image: url(../../common/img/kv_01.jpg);
}
.full div.img02 {
  background-image: url(../../common/img/kv_02.jpg);
}
.full div.img03 {
  background-image: url(../../common/img/kv_03.jpg);
}
.full div.img04 {
  background-image: url(../../common/img/kv_04.jpg);
}
.full div.img05 {
  background-image: url(../../common/img/kv_05.jpg);
}
.full div.img06 {
  background-image: url(../../common/img/kv_06.jpg);
}
.full .slick-dots {
    bottom: 4%;
    z-index: +1;
    top: -50px;
}
/* ------------------------------
    トップページコンテンツ
------------------------------ */
.facebook {
    text-align: center;
}
.facebook iframe {
    width: 500px;
}
.bn_othersite {
    width: 446px;
    margin: 50px auto;
}
.top_content {
    padding-top: 50px;
    width: 770px;
    margin: auto auto 90px;
}
.top_ttl_a {
    letter-spacing: 1px;
    color: #2b4b71;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.top_ttl_a span {
    letter-spacing: 0px;
    color: #a0a0a0;
    font-size: 1.6rem;
    display: block;
    font-weight: normal;
}
.top_ttl_b {
    color: #576b80;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 15px;
    color: #2b4b71;
  padding: 0rem 1rem;
  border-left: 4px solid #576b80;
    color: #2b4b71;
    background:#dce6f0;
    position: relative;
  padding: 0.6em;
//  background: #e0edff;
}
.top_ttl_b:after {
    position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #dce6f0;
  width: 0;
  height: 0;
}
.ex_ttl {
    color: #2b4b71;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.top_ttl_c {
    color: #6c6c6c;
    font-weight: bold;
    margin-bottom: 10px;
}
.top_content p {
    margin-bottom: 10px;
    font-weight:300;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.6rem;
    line-height: 2em;
    color: #000;
}
.top_content ul {
    margin-bottom: 20px;
    padding-left: 0px;
}
.top_content ul li {
    font-size: 1.5rem;
    color: #6c6c6c;
    line-height: 1.8em;
    list-style: disc;
    margin-left: 17px;
}

.top_content ul.f_link_list {
    margin:20px 0 80px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 20px 0;
    left: 0;
}
.top_content ul.f_link_list li {
    position: relative;
    list-style: none;
    left: 0;
    color: #2b4b71;
}
.top_content ul.f_link_list li a {
    font-size: 1.7rem;
    font-weight: bold;
    padding: 3px 13px 3px 18px;
    display: block;
    width: 98%;
    transition: all 0.3s;
    color: #2b4b71;
}
.top_content ul.f_link_list li a:before {
    content: ">";
    color: #333;
    font-size: 1.2rem;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.8s;
}
.top_content ul.f_link_list li a:hover {
    background: #fff;
    background: #dce6f0;
}
.top_content ul.f_link_list li a:hover:before {
    left: 5px;
}
.top_content ul.f_link_list li.stand_out a {
    font-size: 16px;
    background: #fff;
    color: #2574b1;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
}
.top_content ul.f_link_list li.stand_out a:before {
    content: '>';
    top: 10px;
    font-size: 1rem;
    color: #2574b1;
    left: 40px;
    top: 8px;
}
.top_content ul.f_link_list li.stand_out a:hover {
    opacity: 0.9;
}
.top_content p.link {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 25px;
    font-weight:300;
    font-size: 1.6rem;
    line-height: 2em;
    color: #000;
}
.top_content p.aten {
    font-size: 1.5rem;
    color: #333;
    margin: 0;
    padding: 0;
}
span.red {
    color: #dc143c;
}
span.green {
    color: #009900;
}
span.lightblue {
    color: #1e90ff;
}
.top_content p a.check, p.info_corona a.check{
    text-decoration: none;
    outline: 1px solid transparent;
    font-weight:300;
    color: #203e61;
    margin-top: 10px;
    font-size: 1.6rem;
  position: relative;
  padding-left: 2.6em;/*アイコン分のスペース*/
  line-height: 2em;
    display: inline-block;
}
.top_content p a.check:before, p.info_corona a.check:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";/*アイコンのユニコード*/
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 17px;/*アイコンの位置*/
  top: 1px;/*アイコンの位置*/
  color: #2b4b71; /*アイコン色*/
  font-weight: 900;
}
.top_content p a.check:hover,.top_content p a.check:visited, p.info_corona a:hover, p.info_corona a:visited {
    text-decoration: underline;
}

.top_content p a {
    text-decoration: none;
    text-decoration: underline;
    outline: 1px solid transparent;
    color: #333;
    font-weight:600;
}
.top_content p a.bn_img {
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.top_content img.info_bn {
    width: 320px;
}
.info_corona {
    text-align:center;
    margin:0px 0 0 0;
    text-decoration: underline;
}

/* ------------------------------
    下層コンテンツ
------------------------------ */
.contents {
    padding: 65px 0 65px;
    width: 898px;
    margin: auto;
}
.narrow_inner {
    width: 85%;
    margin: auto;
}
.ttl_main {
    padding: 70px 0 0;
    background-repeat: no-repeat;
    background-position: top center;
    color: #2b4b71;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 50px;
}
.ttl_main.other {
    padding: 0;
}
.ttl_main.mail {
    background-image: url(../../common/img/icon_mail.png);
}
.ttl_main.trip {
    background-image: url(../../common/img/icon_bag_title.png);
    background-size: 66px 58px;
}
.ttl_main.koji {
    background-image: url(../../common/img/icon_koji_title.png);
    background-size: 66px 58px;
}
.ttl_main span {
    display: block;
    color: #a0a0a0;
    font-size: 2.4rem;
}
.ttl_sub_a {
    color: #2b4b71;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.2em;
    margin-bottom: 40px;
    font-weight: bold;
}
.ttl_sub_a span {
    display: block;
    color: #a0a0a0;
    font-size: 1.6rem;
    margin-top: 4px;
    font-weight: normal;
}
.ttl_sub_b {
    color: #333;
    font-size: 1.8rem;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}
.tx_type_a {
    color: #333;
    font-size: 1.５日rem;
    margin-bottom: 25px;
    line-height: 2em;
}
.ol_type_a,
.ul_type_a {
    margin-bottom: 25px;
}
.ol_type_a li,
.ul_type_a li {
    color: #333;
    font-size: 1.4rem;
    line-height: 2em;
}
.slide_area {
    margin-bottom: 30px;
    text-align: center;
    margin: auto;
    width: 454px;
}
.slide_wrap {
    width: 25%;
    float: left;
    position: relative;
    width: 220px;
    height: 300px;
    overflow: hidden;
}
.facility_name{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #2b4b71;
    padding-bottom: 3px;
    font-size: 1.5rem;
}
.facility_a,
.facility_b,
.facility_c {
    margin-right: 6px;
}
.slide {
    background: #fff;
    width: 220px;
    height: 280px;
}
.slide p {
    padding: 10px 12px;
    font-size: 1.4rem;
    color: #666;
}
.slick-prev,
.slick-next {
    top: 250px;
    z-index: 1;
}
.slick-prev {
    left: 30px;
}
.slick-next {
    right: 30px;
}
.slick-dots {
    bottom: 18px;
}
.slick-dots li {
    background: #a0a0a0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 3px;
}
.slick-dots li.slick-active {
    background: #2b4b71;
}
.slick-prev:before {
    content: "＜";
    font-weight: bold;
    color: #a0a0a0;
}
.slick-next:before {
    content: "＞";
    font-weight: bold;
    color: #a0a0a0;
}
.low_lead {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.7rem;
    line-height: 1.8em;
    color: #2b4b71;
}
.bg_white {
    background: #fff;
}
.table_a {
    width: 100%;
    margin-bottom: 20px;
}
.table_a th {
    border-top: 1px solid #b3b3b3;
    font-size: 1.4rem;
    padding: 10px 10px 10px 30px;
    width: 27%;
    font-weight: bold;
    line-height: 1.8em;
}
.table_a td {
    text-align: justify;
    text-justify: inter-ideograph;
    border-top: 1px solid #000;
    font-size: 1.4rem;
    padding: 10px 10px 10px 30px;
    width: 73%;
    line-height: 1.8em;
}
.table_a th.last_th {
    border-bottom: 1px solid #b3b3b3;
}
.table_a td.last_td {
    border-bottom: 1px solid #000;
}
.table_a a {
    text-decoration: underline;
}
p.note {
    width: 92%;
    margin: auto auto 12px;
    font-size: 1.4rem;
    line-height: 1.8em;
    color: #666;
}
.room_map {
    width: 90%;
    margin: 80px auto auto;
}
.room_map dt {
    float: left;
    padding-top: 110px;
    font-weight: bold;
    font-size: 1.8rem;
}
.room_map dd {
    float: right;
    width: 609px;
}
.hotels {
    padding: 40px 0 30px;
    border-top: solid 1px #b3b3b3;
    position: relative;
}
.hotels.last {
    border-bottom: solid 1px #b3b3b3;
}
.hotels_ttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 18px;
    padding: 0;
    line-height: 1em;
}
.hotels_ttl .font_s {
    font-size: 1.6rem;
}
.hotel_pic {
    width: 200px;
    float: left;
}
.hotel_middle {
    padding-left: 30px;
    float: left;
    width: 49%;
}
.goto_info {
    display: flex;
    margin-bottom: 13px;
}
.goto_info li {
    padding: 2px 8px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
}
.goto_info .goto_a {
    background: #3879ab;
    color: #fff;
}
.hotel_info {
    display: flex;
    margin-bottom: 13px;
}
.hotel_info li {
    padding: 2px 8px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
}
.hotel_info .info_a {
    border: 1px solid #000;
}
.hotel_info .info_b {
    background: #dcdcdc;
}
.hotel_info .info_c {
    background: #fff;
}
.hotel_info .info_d {
    background: #fff;
    border:1px solid #eb6100;
    color: #eb6100;
}
.hotel_info .info_d a {
    display: block;
    color: #eb6100;
}
.hotel_info .info_e {
    background: #dce6f0;
    clear: both;
}
.hotel_access li {
    font-size: 1.2rem;
    list-style: disc;
    margin-left: 15px;
    color: #666;
}
.access_note {
    font-size: 1.2rem;
    color: #666;
}
.hotel_right {
    float: right;
    width: 26%;
    padding-top: 25px;
}
.hotel_right .address {
    position: absolute;
    right: 0;
    top: 38px;
}
.map_icon {
    margin: 5px 0 8px;
    display: flex;
    justify-content: space-between;
}
.map_icon li {
    width: 48.2%;
}
.map_icon li a {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    padding: 40px 0 10px;
    background-color: #fff;
    color: #666;
    font-weight: bold;
}
.map_icon li:nth-child(1) a {
    background-image: url(../../common/img/icon_map.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 25px 25px;
}
.map_icon li:nth-child(2) a {
    background-image: url(../../common/img/icon_googlemap.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 14px 22px;
}
.booking li {
    margin-bottom: 8px;
}
.booking li a {
    display: block;
    background-color: #fff;
    padding: 8px 0 8px 14%;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}
.booking li:nth-child(1) a {
    color: #eb6100;
    background-image: url(../../common/img/icon_calendar.png);
    background-repeat: no-repeat;
    background-position: 32% center;
    background-size: 21px 22px;
    position: relative;
}
.booking li:nth-child(2) a {
    color: #3879ab;
    background-image: url(../../common/img/icon_checkbox.png);
    background-repeat: no-repeat;
    background-position: 32% center;
    background-size: 24px 20px;
}
.booking li:nth-child(1) a:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #eb6100 transparent transparent transparent;
}


.booking.grey li {
    display: block;
    background-color: #ddd;
    padding: 8px 0 8px 14%;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}
.booking.grey li:nth-child(1) {
    color: #eb6100;
    background-image: url(../../common/img/icon_calendar.png);
    background-repeat: no-repeat;
    background-position: 32% center;
    background-size: 21px 22px;
    position: relative;
    opacity: 0.4;
}
.booking.grey li:nth-child(2) {
    color: #3879ab;
    background-image: url(../../common/img/icon_checkbox.png);
    background-repeat: no-repeat;
    background-position: 32% center;
    background-size: 24px 20px;
    opacity: 0.4;
}
.booking.grey li:nth-child(1):before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #eb6100 transparent transparent transparent;
    opacity: 0.4;
}


.booking_sheet li {
    margin-bottom: 8px;
}
.booking_sheet li a {
    display: block;
    background-color: #fff;
    padding: 8px 0 8px 38%;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: left;
}
.booking_sheet li:nth-child(1) a {
    color: #e90202;
    background-image: url(../../common/img/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: 25% center;
    background-size: 17px 23px;
    position: relative;
}
.booking_sheet li:nth-child(2) a {
    color: #008447;
    background-image: url(../../common/img/icon_excel.png);
    background-repeat: no-repeat;
    background-position: 25% center;
    background-size: 21px 21px;
}
.booking_sheet li:nth-child(1) a:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #e90202 transparent transparent transparent;
}

.mapArea {
  position: relative;
  clear: both;
}
#gmap_container {
  position: relative;
  /* padding-top: 570px; */
  padding-top: 500px;
  margin-bottom: 30px;
}
#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#map iframe{
  width: 100%;
  height: 100%;
}
.bn_list_a li {
    width: 214px;
    float: left;
    margin: 0 14px 12px 0;
}
.bn_list_a li:nth-child(4n) {
    margin-right: 0;
}
.bn_list_top li {
    width: 280px;
    float: left;
    margin: 0 20px 30px 0;
}
.bn_list_top li:nth-child(3n) {
    margin-right: 0;
}
.contact_col {
    display: flex;
    justify-content: space-between;
}
.contact_col li {
    width: 30%;
    background: #2574b1;
    height: 160px;
}
.contact_col li.tel_fax {
    padding: 20px 0 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 0.9em;
    margin-bottom: 20px;
}
.contact_col li a {
    color: #fff;
    display: block;
    padding: 52px 0 0;
    height: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 0.9em;
    position: relative;
}
.contact_col span.yellow {
    margin: 10px 0 10px;
    display: block;
    color: #e2dba4;
    font-size: 2.6rem;
}
.contact_col span.small {
    font-size: 1.3rem;
    font-weight: normal;
}
.contact_col li a:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #e2dba4 transparent transparent transparent;
}

/* ------------------------------
    クーポン
------------------------------ */

.coupon_catch {
    text-align: center;
    color: #2b4b71;
    color: #666;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4em;
}
.catch2 {
    font-weight: normal;
    font-size: 1.8rem;
}

.coupon_ttl_sub_a {
    color: #2b4b71;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.8em;
    margin: 200px 0 40px 0;
    font-weight: bold;
}
.coupon_ttl_sub_a span {
    padding: 5px 4px;
    margin: 0 2px;
    background: #ffff00;
//    background: #e2dba4;
    background: #ede076;
}
.coupon_ttl_sub_2 {
    color: #2b4b71;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin: 0 0;
    font-weight: normal;
}

.coupon {
    padding: 40px 0 30px;
    border-top: solid 1px #b3b3b3;
    position: relative;
}
.coupon.last {
    border-bottom: solid 1px #b3b3b3;
}
.coupon_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1.4em;
    color: #333;
}
.coupon_pic {
    width: 250px;
    float: left;
}
.coupon_middle {
    padding-left: 30px;
    font-size: 1.4rem;
    float: left;
    width: 70%;
    color: #666;
//    background: #999;
}
.maisu_info {
    display: flex;
    margin: 7px 0 20px 0;
}
.maisu_info li {
    padding: 2px 8px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 10px;
}
.maisu_info .maisu_a {
    background: #3879ab;
    color: #fff;
}
.maisu_info .maisu_b {
    padding: 2px 0;
    font-weight: bold;
    color: #3879ab;
}
.coupon_info {
    display: flex;
    margin-bottom: 13px;
}
.coupon_info li {
    padding: 2px 8px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
}
.coupon_info .info_a {
    border: 1px solid #000;
}
.coupon_info .info_b {
    background: #dcdcdc;
}
.coupon_info .info_c {
    background: #fff;
}
.coupon_info .info_d {
    background: #fff;
    border:1px solid #eb6100;
    color: #eb6100;
}
.coupon_info .info_d a {
    display: block;
    color: #eb6100;
}
.coupon_access {
    font-size: 1.6rem;
    list-style: disc;
    font-weight: bold;
    font-weight: normal;
    color: #474646;
    margin: 0px 0 20px 0px;
}
.coupon_access span.red {
    font-size: 1.8rem;
    font-weight: bold;
}
.access_note {
    font-size: 1.2rem;
    color: #666;
}
.coupon_right {
    float: right;
    width: 32%;
    padding-top: 10px;
//    background: #999;
}
.coupon_right .address {
    position: absolute;
    right: 0;
    top: 38px;
}
.left {
    text-align: left;
}



/* ------------------------------
    スマホ表示
------------------------------ */
@media screen and (max-width: 800px) {
    body {
        min-width: inherit;
    }
    .only_pc {
        display: none;
    }
    .only_sp {
        display: inherit;
    }
    header {
        height: 140px;
    }
    header.lower {
        height: 230px;
    }
    header .inner {
        width: 100%;
    }
    .header_logo {
        padding: 60px 0 0;
        text-align: center;
        width: 100%;
    }
    header.lower .header_logo {
        width: 100%;
        text-align: center;
        padding-top: 50px;
        margin-bottom: 28px;
    }
    .header_logo img {
        position: inherit;
        width: 30%;
    }
    .g_menu {
        margin: inherit;
        top: 10px;
        width: 100%;
        justify-content: space-around;
    }
    .g_menu li a {
        font-size: 1.4rem;
    }
    .g_menu li a span.only_pc {
        display: none;
    }
    .g_menu li a img {
        width: 25px;
    }
    .menu li:nth-child(2) a {
        padding: 37px 6px 0 32px;
    }
    .kv_txt_a {
        font-size: 8vw;
        top: 29vh;
        left: 8%;
    }
    .kv_txt_b {
        font-size: 6.2vw;
        top: 41vh;
        left: 13%;
    }
    .kv_txt_b span {
        font-size: 9.5vw;
    }
    .bn_othersite {
        max-width: 100%;
        margin: 10px auto 50px;
    }
    .target {
        width: 100%;
        margin-bottom: 0px;
    }
    .target ul {
        display: block;
    }
    .target ul li {
        display: block;
        width: 100%;
    }
    .target ul li a,
    .target ul li.not_active {
        text-align: left;
        padding: 5% 0 5% 30%;
        font-size: 1.6rem;
        font-weight: bold;
        background-repeat: no-repeat;
    }
    .target ul li a span {
        font-size: 1.6rem;
    }
    .target ul li:nth-child(1) a,
    .target ul li:nth-child(2) {
        background-position: 12% center;
    }
    .slick-dotted.slick-slider {
        max-height: 88vh;
        overflow: hidden;
    }
    .slick-dotted.slick-slider img {
        max-height: 100vh;
    }
    .top_content {
        width: 92%;
        margin: 0 auto 50px;
        padding-top: 110px;
    }
    .top_content p {
    font-weight:300;
    }
    .top_ttl_a {
        margin-bottom: 30px;
    }
    .top_content ul {
        padding-left: 0;
    }
    .footer_inner {
        width: 92%;
        margin: auto auto 15px;
    }
    footer .col_a,
    footer .col_b {
        width: 100%;
        padding-top: 0;
    }
    footer .footer_ttl_a {
        position: inherit;
    }
    footer ul.f_link_list {
        margin-bottom: 15px;
    }
    footer ul.f_link_list li a {
        padding: 3px 13px 3px 15px;
        width: 100%;
    }
    footer ul.f_link_list li.stand_out a {
        padding: 6px 0; 
    }
    footer ul.f_link_list li.stand_out a:before {
        left: 18%;
        top: 25%;
    }
    .footer_tel {
        padding: 14px 0 12px;
    }
    .footer_contact {
        padding: 46px 0 34px;
    }
    .copyright {
        padding: 10px 0;
    }
    /* -------------------------------
        SP 下層ページ
    ------------------------------ */
    header.lower {
    }
    .head_inner {
        width: 100%;
    }
    header.lower .logo {
        padding-top: 10px;
        margin-left: 10px;
        width: 25%;
        margin-bottom: 10px;
    }
    nav ul {
        width: 100%;
    }
    header.lower .language {
        margin-top: 10px;
        margin-right: 10px;
        font-size: 1.4rem;
        padding: 1px 0 1px 22px;
        width: 100px;
    }
    header.lower .language:before {
        top: 0;
    }
    nav .menu {
        justify-content: center;
    }
    nav ul li:nth-child(1) a {

    }
    nav ul li a {
        height: 82px;
        padding: 50px 0 0;
        font-size: 1.4rem;
    }
    nav ul li:nth-child(1) a {
        background-position: center 10px;
    }
    nav ul li:nth-child(2) a {
        background-position: center 10px;
    }
    .contents {
        width: 92%;
        margin: auto;
        padding: 40px 0 40px;
    }
    .narrow_inner {
        width: inherit;
    }
    .ttl_main {
        margin-bottom: 30px;
        background-position: center 30px;
        padding: 90px 0 0; 
    }
    .ttl_main.other {
        padding-top: 40px; 
    }
    .slide_area {
        width: inherit;
    }
    .facility_a,
    .facility_b,
    .facility_c {
        margin-right: 0;
    }
    .slide_wrap {
        width: 100%;
        margin-bottom: 20px;
        height: 330px;
    }
    .slide {
        width: 260px;
        margin: auto;
        height: 310px;
    }
    .facility_name {
        width: 220px;
    }
    .slick-prev,
    .slick-next {
        top: 282px;
        z-index: 1;
    }
    .slick-prev {
        left: 15px;
    }
    .slick-next {
        right: 15px;
    }
    .slick-dots {
        bottom: 18px;
    }
    .slick-dots li {
        background: #a0a0a0;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        margin: 0 6px;
    }
    .ttl_sub_a {
        margin-bottom: 30px;
    }
    .ttl_sub_a span {
        font-size: 1.6rem;
        line-height: 1em;
    }
    .table_a th {
        display: block;
        width: 100%;
        border-top: 1px #000 solid;
        padding-top: 12px;
        padding: 12px 15px 15px 15px;
        text-align: justify; 
    }
    .table_a td {
        display: block;
        width: 100%;
        border-top: 1px #ccc solid;
        padding: 10px 15px 15px 15px;
        text-align: justify; 
    }
    .room_map {
        margin: 0 auto 20px;
    }
    .room_map dt {
        float: none;
        text-align: center;
        padding: 20px 0;
    }
    .room_map dd {
        float: none;
        width: 100%;
    }
    .hotels {
        padding: 20px 0 50px;
    }
    .hotel_pic {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .hotel_middle {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .hotel_right {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    .hotel_right .address {
        position: inherit;
    }
    .bn_list_a {
        width: 214px;
        margin: auto;
        display: block;
    }
    .bn_list_a li {
        margin-bottom: 10px;
        text-align: center;
    }
    .bn_list_top {
        width: 290px;
        margin: auto;
        display: block;
    }
    .bn_list_top li {
        margin-bottom: 10px;
        text-align: center;
    }
    .contact_col {
        display: inherit;
    }
    .contact_col li {
        width: 100%;
        height: inherit;
    }
    .contact_col li.tel_fax {
        margin-bottom: 10px;
    }
    .contact_col li a {
        padding: 40px 0 30px;
    }
    
    .coupon {
        padding: 20px 0 50px;
    }
    .coupon_pic {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .coupon_middle {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .facebook iframe {
        max-width: 100%;
    }
}



/* ----.--------------------------
    clearfix
------------------------------ */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
    height: 1%;
}

.cf {
    display: block;
}


/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}