@charset "utf-8";

body {
  line-height: unset;

  color: #4c4948;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}

#sidr-frame {z-index:9999;}/* スライドナビが下に隠れるので */

/*----------------------------------
content
--------------------------------------*/
#content{
  /*background-image: url(../img/lead_bg.jpg);*/
  /*background-image: url(../img/bg_c_8.png);*/
}
/*#content IMG{width:100%;vertical-align:bottom;}*/
#content A{}
/*#content A{background:transparent;webkit-tap-highlight-color:rgba(242, 41, 103, 0.3);}*/
#content A:active,
#content A:hover{}
#content A:hover IMG{opacity:0.8;}
#content INPUT[type="radio"] {
-webkit-transform: scale(1.2);
transform: scale(1.2);
margin-left:0.5em;
position:relative;
}
#content  EM{font-style:normal;font-weight:bold;}
#content SELECT{
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: small;
text-indent: 0.2em;
color: #000;
border: 1px solid #ccc;
cursor: pointer;
padding:5px 0;
background:#fff;
}
#content SELECT:disabled{background:#ccc;}
/*----------------------------------
general class
--------------------------------------*/
#content .alignC{text-align:center;}
#content .alignL{text-align:left;}
#content .alignR{text-align:right;}
#content .floatL{float:left;}
#content .floatR{float:right;}
#content .clearfix{overflow:hidden;}


/* --------------------------------------------------
  モーダル表示
-------------------------------------------------- */
/* モーダル表示時の背景 */
#modal-overlay{
    position: fixed;
    top: 0;
    z-index: 950;
    display: none;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.5);
}

/* モーダルを閉じるボタン */
.close_modal {cursor:pointer; background-color:#222; color:#fff; text-align:center; font-size:1.16em; padding:0.5em; border-radius:6px; margin-top:3.125vw;}

/* モーダル起動ボタン */
.modal-btn {cursor:pointer;}

/* モーダルターゲット共通 固定・消去など */
.modal-content {display:none;  box-sizing:border-box; position:fixed; background-color:#fff; width:93.75%; padding:3.125vw;  z-index:1000; overflow-y:auto; box-shadow:0 0 10px 0 rgba(0,0,0,0.5)}


/* メインビジュアル・スライダー */
#content #main_visual {background-color:#fff;}
#content #main_visual h2 {position:relative; z-index:1;}
#content #main_visual .slider {margin-top:-51%;}
#content #main_visual .slick-dots {bottom:25px;}/* ↓ dots を変更 */
#content #main_visual .slick-dots li {width: 8px; height: 8px; padding:0 10px;}
#content #main_visual .slick-dots li button {width: 8px; height: 8px;}
#content #main_visual .slick-dots li button:before {display:none;}
#content #main_visual .slick-dots li button:after {display:block; position:absolute; top:0; left:0; content:""; width:8px; height:8px; background-color:#fff; border:2px solid #fff; border-radius:100px;}
#content #main_visual .slick-dots li.slick-active button:after {background-color:#006cc8;}


#box_a {
  width: 93.3%;
  margin-left:auto;
  margin-right:auto;
  padding: 10px 0 1px 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
#box_a #main_visual img {
  border: 3px solid #fff;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 1px 1px 3px #333;
  box-sizing: border-box;
  width: 100%;
}
#box_s  {
  background-image: url("../img/photo/hotel_bg.png");
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
  padding: 2%;
  width: 93%;
  border-radius: 5px;
}
#box_title {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 4vw;
  font-weight: bold;
  margin-top: 4%;
  margin-bottom: 1%;
  padding: 2%;
  text-align: center;
}
#box_text {
  color:#323232;
  padding:5px;
}

hr.style_0 {
    background-image: -moz-linear-gradient(left center , #f0f0f0, #8c8b8b, #f0f0f0);
    border: 0 none;
    height: 3px;
}
hr.style_1 {
  background-color: #e3ff00;
  border-width: 0;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3%;
  width: 98%;
}
hr.style_2 {
  background-color: #b80000;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2%;
  width: 44%;
}
hr.style_3 {
  background-color: #b80000;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2%;
  width: 60%;
}
.come {
    color: #333;
    font-size: 2.2vw;
    margin-top: 1%;
}
.arrows {
    color: #83c3c5;
    text-align: center;
}


#basic {
  width: 100%;
  background: #fff;
}

#basic_box {
  background:#fff;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  width: 86%;
  border:1px solid #c7c7b6;
}
.basic_title_1 {
  background: #56bcbe none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  padding-top: 1%;
}

.basic_s {
  background-color: #f4f3d7;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 5%;
  margin-top:3%;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  width: 100%;
}
.basic_text {
  background: #fff;
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  color: #5f5a55;
  font-size: 3vw;
  font-weight: bold;
}
.basic_text span {
  border-bottom: 1px dashed;
  line-height: 2;
}
.b_text {
  color: #fff;
  font-size: 3.3vw;
  font-weight: bold;
  padding-top: 3%;
  text-align: left;
  width: 49%;
}
.info_title {
  border-bottom: 3px solid #b92a2c;
  color: #111;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
}
#basic_box ul li {
    border-bottom: 1px solid #ccc;
    color: #56bcbe;
    font-size: 4vw;
    padding: 2% 2% 2% 2.5em;
    text-align: left;
    text-indent: -1.2em;
}
#basic_box ul li span {
    color: #333;
    padding-left: 3%;
    vertical-align: super;
}
#basic_box ul li span b {
    color: #ff5752;
}




.b_text2 {
  color: #b80000;
  font-size: 4vw;
  font-weight: bold;
  margin-top: 3%;
  text-align: center;
}
.b_text3 {
  color: #242424;
  font-size: 8vw;
  font-weight: bold;
  text-align: center;
}


#tab_3 ul {
    border-collapse: separate;
    border-spacing: 3px 0;
    display: table;
    margin-top: 3px;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
#tab_3 ul li {
    display: table-cell;
    text-align: center;
}
#tab_3 ul li a {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #72bcf1 0%, #4eacf0 21%, #38a4f2 49%, #4eacf0 80%, #72bcf1 100%) repeat scroll 0 0;
    border: 3px solid #72bcf1;
    box-shadow: 0 0 0 2px #ffffff inset;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 3vw;
    padding: 11px 0;
    text-align: center;
    transition: all 0.8s ease 0s;
    width: 100%;
}

#tab_3 ul li a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #38a4f2 0%, #4eacf0 21%, #72bcf1 49%, #4eacf0 80%, #38a4f2 100%) repeat scroll 0 0;
    border: 3px solid #38a4f2;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.no_link {
    background: #d1d1d1 none repeat scroll 0 0;
    border: 3px solid #d1d1d1;
    box-shadow: 0 0 0 2px #ffffff inset;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 3vw;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

#content .link_all img {
  margin-left: 6%;
  width: 23%;
}

#area_btn ul {
  background: #ffffe2 none repeat scroll 0 0;
  border-bottom: 2px solid;
  border-spacing: 2px 0;
  display: table;
  padding-bottom: 2%;
  padding-top: 2%;
  table-layout: fixed;
  width: 100%;
}
#area_btn ul li {
  border: 4px double #fff;
  box-sizing: border-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#area_btn ul li a {
  color: #fff;
  line-height: 1.3;
}


/*btn*/
.btnlink {
    background: #666 url("../img/photo/aro.png") no-repeat scroll 50% 93%;
    background-size:25% auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 3px;
    margin-right: 3px;
    transition: background-position 0s ease 0s, all 0.5s ease 0s, all 0s linear 0s, background-color 0s ease 0s, all 0.5s ease 0s, all 0s ease-in 0s;
}
.btnlink:hover {
    background-color: #000;
    background-position: 50% 98%;

}
.btnlink A {
  border-radius: 5px;
  display: block;
  font-size: 2.5vw;
  font-weight: bold;
  padding: 8% 0 29%;
  text-align: center;
}

.btnlink A:hover {
    text-decoration: none;
}
.btnlink.typeB {
    background-color: #53b6e9;
}
.btnlink.typeB:hover {
    background-color: #62a4c6;
}

.btnlink.typeC {
    background-color: #8bab20;
}
.btnlink.typeC:hover {
    background-color: #b5d34d;
}

.btnlink.typeD {
    background-color: #ed993f;
}
.btnlink.typeD:hover {
    background-color: #ffaa4f;
}
.btnlink.typeE {
    background-color: #ff6a80;
}
.btnlink.typeE:hover {
    background-color: #ed8d9b;
}

.btnlink.typeF {
  background-color: #0083cd;
}
.btnlink.typeF:hover {
  background-color: #4fa3d2;
}

.btnlink.typeG {
  background-color: #00b659;
}
.btnlink.typeG:hover {
  background-color: #47bd80;
}

/*btn*/

#mid {
  width: 100%;
}
.qa_box {
  border: 1px solid #c7c7b6;
  margin: 0 auto;
  padding: 2%;
  width: 86%;
}
.qa_q::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #d5e7f4 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 15px 10px 10px;
  content: "";
  height: 0;
  left: 30px;
  position: absolute;
  top: 100%;
  width: 0;
}
.qa_q {
  background-color: #d5e7f4;
  border-radius: 6px;
  color: #01698a;
  font-size: 4vw;
  /*height: 72px;*/
  margin-top: 12px;
  padding: 2% 2% 2% 2.8em;
  position: relative;
  text-indent: -2.2em;
}
.maru_q {
  background: #01698a none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  padding: 2% 3%;
}
.qa_q span {
  vertical-align: super;
}
.qa_a {
  background-color: #fff8ed;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 0 3px;
  margin-top: 0.5em;
  padding:3%;
}
.qa_a span {
  background: #ff6a45 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  padding: 2% 3%;
}
.qa_a ul li {
  font-size: 4vw;
  padding-left: 2.3em;
  text-indent: -2.2em;
}



#obi_color_1 {
    background-color: #0493b9;
}

.obi_l {
  background: #3f2;
    color: #fff;
    box-sizing: border-box;
    font-size: 3.5vw;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2%;
    /*margin-top: 2%;*/
    padding:3% 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    width: 97%;
}
.obi_l::before, .obi_l::after {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
    top: 100%;
}
.obi_l::before {
    border-right-color: #ccc;
    border-width: 0 1em 1em 0;
    left: 0;
}
.obi_l::after {
    border-style: solid;
    border-top: 15px solid #ccc;
    border-width: 1em 1em 0 0;
    right: 0;
}
