
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/* ===================================
　■　全体の幅
===================================== */

/* 横幅1000px */
#setTemp .w1000{width:1000px;margin:0 auto;}
/* 横幅1200px */
#setTemp .w1200{width:1200px;margin:0 auto;}
/* 横幅900px */
#setTemp .w900{width:900px;margin:0 auto;}

/* 横幅90% */
#setTemp .Rw90{width:90%;margin:0 auto;}
/* 横幅100% */
#setTemp .Rw100{width:100%;margin:0 auto;}

/* ===================================
　■　文字に関するもの
===================================== */

/* フォントサイズ */
#setTemp .fs18{font-size:18px}
#setTemp .fs16{font-size:16px}
#setTemp .fs14{font-size:14px}

/* 文字のみやすさ？ */
#setTemp .txt {
    line-height: 1.6;
    margin: 1em 0;
    font-size:85%;
}
/* 真ん中寄せ */
#setTemp .txt-c{text-align:center;}

/* 色 */
#setTemp .c333{color:#333;}

/* ===================================
  ■　背景色
===================================== */

/* ビビットっぽい黄色 */
#setTemp .bbtY{background: #f8ff3c !important;}
/* パイセン御用達ピンク */
#setTemp .mytkP{background: #ff428d !important;}

/* ===================================
  ■　画像（img）
===================================== */
#setTemp img{width:100%;height:auto;}

/*=====================================
  ■　見出しシリーズ
=======================================*/

/* 見出し１ */
#setTemp .ttl1{
  margin:5% 0;
  background: #ccc;
  padding: 10px;
  font-size: 120%;
}
/* 見出し２ */
#setTemp .ttl2{
  margin:5% 0;
  font-size: 120%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 10px;
}
/* 見出し3 */
#setTemp .ttl3 {
    margin: 20px 0;
    font-size: 120%;
    padding: 10px;
    border-left: 10px solid #ccc;
    border-bottom: solid #ccc 1px;
}
/* 見出し4 */
#setTemp .ttl3-2 {
    font-family: YuGothic,'Yu Gothic',sans-serif;
    font-size: 100%;
    font-weight: bold;
    border-bottom: solid #ccc 1px;
    padding: 10px 0;
    line-height: 1.6;
}
/* 見出し4 */
#setTemp .ttl4 {
    position: relative;
    margin: 20px 0;
    font-size: 120%;
    padding: 10px 0;
    border-bottom: solid #ccc 2px;
}
#setTemp .ttl4::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #6fcdf5;
    position: absolute;
    width: 6em;
    bottom: -2px;
}
/* 見出し5 */
#setTemp .ttl5 {
    position: relative;
    margin: 5% 0;
    font-size: 120%;
    padding: 10px 0 10px 70px;
}
#setTemp .ttl5::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #ccc url(/img/template/ttl5-icon1.svg) no-repeat 50%;
    background-size: 60% auto;
    top: -5px;
    left: 0;
}
/* 見出し5-2 */
#setTemp .ttl5-2 {
    position: relative;
    margin: 5% 0;
    font-size: 120%;
    padding: 15px 0 15px 75px;
    background: #eee;
}
#setTemp .ttl5-2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #ccc url(/img/template/ttl5-icon1.svg) no-repeat 50%;
    background-size: 60% auto;
    top: -10px;
    left: -15px;
    border: 10px solid #fff;
}
/* 見出し6 */
#setTemp .ttl6 {
    margin: 5% 0;
    font-size: 120%;
    padding: 10px 0;
}
#setTemp .ttl6 span{
    color: #ccc;
    font-size: 170%;
    font-weight: bold;
}
/* 見出し7 */
#setTemp .ttl7 {
    text-align:center;
    position: relative;
    margin: 5% 0;
    font-size: 120%;
    padding: 15px 20px;
}
#setTemp .ttl7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
}
#setTemp .ttl7::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
}
/* 見出し8 */
#setTemp .ttl8 {
    position: relative;
    margin: 5% 0;
    font-size: 120%;
    padding: 10px 0 10px 30px;
}
#setTemp .ttl8::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ccc transparent transparent transparent;
}
/* みだし９ */
#setTemp .ttl9 {
    background: #eee;
    text-align: center;
    padding: 15px 0;
    font-size: 120%;
    position: relative;
}
#setTemp .ttl9::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
}
/* みだし10 */
#setTemp .ttl10 {
    box-shadow: 1px 2px 1px #aaa;
    background: #eee;
    text-align: center;
    padding: 15px 0;
    font-size: 120%;
    position: relative;
    border: 5px solid #333;
    border-radius: 10px;
    font-weight: bold;
    font-size: 150%;
    color: #333;
}
#setTemp .ttl10::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 48%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #333 transparent transparent transparent;
}
#setTemp .ttl10::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 48.7%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #eee transparent transparent transparent;
}

/*=====================================
  ■　コンテンツシリーズ
=====================================*/

/* 1カラム */
#setTemp .col1inr{margin:20px 0;}

/* 2カラム */
#setTemp .column2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#setTemp .column2 li{
    width: 48.5%;
}

/* 3カラム */
#setTemp .column3 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#setTemp .column3 li {
    width: 32.5%;
    margin-bottom: 10px;
}

/* 1カラム横並び版 */
#setTemp .column1-y li{
    width: 100%;
    padding:15px 0 ;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#setTemp .column1-y li .txt{margin:0;}
#setTemp .column1-y .leftBox{width:25%;}
#setTemp .column1-y .rightBox{width:72%;}
/* ボータースイッチ */
#setTemp .column1-y.borderON li:nth-of-type(even){
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* アイコンリスト */
#setTemp .iconList {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
}
#setTemp .iconList p{
    background:#ccc;
    margin:0 5px 0 0;
    padding:2px 5px;
    font-size:90%;
}
.iconList span {
    display: block;
    margin-right: 10px;
    font-size: 90%;
    background: #ccc;
    padding: 4px;
}
.iconList span:nth-of-type(1) {
    background: #e70054;
    color: #fff;
}
.iconList span:nth-of-type(2) {
    background: #333;
    color:#fff;
}
span.bedIcon{
    background: url(/module/monthlyLp/img/bed.svg) no-repeat;
    padding-left: 25px;
    font-weight: bold;
}
.tourPRc{
    font-size: 110%;
    color: #e01d1d;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.prcInr {
    display: block;
    color: #333;
    font-size: 70%;
    font-weight: normal;
    margin-top: 5px;
}
.actTtl{
    background: #00ace7;
    color: #fff;
    font-size: 140%;
    padding: 10px;
    border-radius: 4px;
    margin: 30px 0;
}
#setTemp .BtnList li.max{width:100%;}

/*=====================================
  ■　ボタンシリーズ
=====================================*/

/* ボタン拡張パーツ::とうふスイッチ */
#setTemp a.to-fuON{
    border-radius:40px;
}
/* ボタン拡張パーツ::みぎよせ */
#setTemp a.rightON{
    float:right;
}

/* ボタンその１ */
#setTemp .btn1 a{
    display: block;
    background: #ccc;
    text-align: center;
    margin:10px 0;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
    font-size: 120%;
}
#setTemp .btn1 a span{
    position:relative;
}
#setTemp .btn1 a span::before {
    position: absolute;
    top: 30%;
    left: -30%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #444647;
}
#setTemp .btn1 a:hover{
    opacity:0.6;
}

/* ボタンその1-2 */
#setTemp .btn1-2 a{
    display: block;
    background: #ccc;
    text-align: center;
    margin:10px 0;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
    font-size: 120%;
}
#setTemp .btn1-2 a span{
    position:relative;
}
#setTemp .btn1-2 a span::before {
    position: absolute;
    top: -10px;
    left: -40px;
    content: "";
    background: url(/img/template/ttl5-icon1.svg) no-repeat 50%;
    background-size: 60% auto;
    width: 40px;
    height: 40px;
}
#setTemp .btn1-2 a:hover{
    opacity:0.6;
}

/* ボタン２ */
#setTemp .btn2{clear:both;}
#setTemp .btn2 a{
    color:#333;
    background: #ccc;
    display: inline-block;
    text-decoration: none;
    margin:10px 0;
    padding: 10px 20px;
    min-width: 30%;
    text-align: center;
}
#setTemp .btn2 a span{
    position:relative;
}
#setTemp .btn2 a span::before {
    position: absolute;
    top: 30%;
    left: -30%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #444647;
}
#setTemp .btn2 a:hover{
    opacity:0.6;
}

/* ボタン２-2 */
#setTemp .btn2-2{clear:both;}
#setTemp .btn2-2 a{
    color:#333;
    background: #ccc;
    display: inline-block;
    text-decoration: none;
    margin:10px 0;
    padding: 10px 20px;
    min-width: 30%;
    text-align: center;
}
#setTemp .btn2-2 a span{
    position:relative;
}
#setTemp .btn2-2 a span::before {
    position: absolute;
    top: -10px;
    left: -40px;
    content: "";
    background: url(/img/template/ttl5-icon1.svg) no-repeat 50%;
    background-size: 60% auto;
    width: 40px;
    height: 40px;
}
#setTemp .btn2-2 a:hover{
    opacity:0.6;
}
#setTemp textarea {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 20px 20px 0;
    width: 100%;
    min-height: 110px;
    margin: 0 auto;
    display: block;
}
#setTemp .BtnList li{width:48%;}
#setTemp .BtnList li a {
    display: block;
    text-align: center;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    background: #ff8126;
}

/*====================================

      　▼　ここからスマホ

=====================================*/
@media screen and (max-width:768px){

  /* ===================================
  　■　文字に関するもの
  ===================================== */
  /* スマホ用 */
  #setTemp .spSize{font-size:90%;}

  /* ===================================
  　■　全体の幅
  ===================================== */

  /* 横幅1000px */
  #setTemp .w1000{width:96%;margin:0 auto;}
  /* 横幅1200px */
  #setTemp .w1200{width:96%;margin:0 auto;}
  /* 横幅900px */
  #setTemp .w900{width:96%;margin:0 auto;}

  /* 横幅90% */
  #setTemp .Rw90{width:90%;margin:0 auto;}
  /* 横幅100% */
  #setTemp .Rw100{width:100%;margin:0 auto;}

  /*========================================
    ■　見出し
  =========================================*/
    #setTemp .ttl10::before {
        left: 46%;
    }
    #setTemp .ttl10::after {
        left: 47.7%;
    }
  /*========================================
    ■　
  =========================================*/
    #setTemp .column3 li {width: 48.5%;}
    .iconList span { font-size:70%;margin-right: 5px;}
    #setTemp .txt { font-size: 80%;}    
    #setTemp .ttl3-2 {
        font-size: 95%;
    }
    .tourPRc {font-size: 70%;}
    .prcInr{font-size:inherit;}
}

  /*　検索ボックス　*/
    #SearchFormDomestic {
        padding:0;
        font-size: 105%;
        background: #ffffff99;
        width:100%;
        margin: 0 auto;
    }
.searchBox {
    margin: 10px 0;
    padding: 10px 0 70px;
}
  #SearchFormDomestic dl{
      padding:0;
      margin: 0;
  }
    #SearchFormDomestic dt {
        vertical-align: middle;
        display: inline-block;
        width: 10em;
        padding: 32px 0;
        text-align: center;
        background: #eee;
        color:#333 !important;
    }
#SearchFormDomestic dd {
    vertical-align: middle;
    display: inline-block;
    width: 74%;
    padding: 6px 0;
    margin: 0 0 0 15px;
    font-size: 95%;
}
  .borderSet {
      border-bottom: solid #ccc 1px;
  }
    #SearchFormDomestic label {
        padding: 5px;
        width: 20%;
        display: inline-block;
    }
  #SearchFormDomestic label.long{
      width:25%;
  }
  #SearchFormDomestic input[type=radio] {
      position: relative;
      background: #fff;
      margin: 0;
      padding: 0;
      background: #fff;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #ccc;
      width: 20px;
      height: 20px;
      border-radius: 10px;
      margin-right: 10px;
  }
  #SearchFormDomestic input[type=radio]:checked::after {
    position: absolute;
    left: 4px;
    width: 10px;
    height: 10px;
    top: 4px;
    content: "";
    opacity: 1;
    border-radius: 50%;
    background:#00ace7;
}
#SearchFormDomestic input[type="text"] {
    padding: 4px 4px 2px;
    width: 80%;
    font-size: 120%;
    padding: 5px 10px;
    border-radius: 4px;
}
#SearchFormDomestic input#datepicker,#SearchFormDomestic input#datepicker2 {
    width: 48%;
    font-size: 130%;
    padding: 6px 10px 10px;
    border-radius: 4px;
}
.keywordBox dd{overflow:hidden;}
#SearchFormDomestic .keyTxt{
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
#SearchFormDomestic .searchBtn {
    background: #ff994f;
    display: inline-block;
    padding:10px;
    border-radius: 4px;
    color: #fff !important;
    width: 30%;
    text-align: center;
    float: right;
}
#SearchFormDomestic .searchBtn:hover{
    opacity:0.8;
    cursor:pointer;
}
.ccTxt{
    background: #00ace7;
    color: #fff;
    font-size: 140%;
    padding: 10px;   
}
.pcOnly {
    display: block;
}
.spOnly {
    display: none;
}
.searchInr{border:1px solid #eee;}
@media only screen and (max-width: 640px){
  .spOnly{display:block;}
  .pcOnly{display:none;}

  .mlp{width:100%;}
  #SearchFormDomestic{
    padding:0;
    font-size:96%;
    margin:0 auto;
    background:#ffffffd4;
  }
  #SearchFormDomestic dl{
    padding:0;
  }
#SearchFormDomestic dt {
    width: 8em;
    background: #eee;
    padding: 32px 8px;
    vertical-align: top;
    color: #fff;
    font-size: 90%;
}
  #SearchFormDomestic dd {
      width: 57.5%;
      margin-left: 10px;
      padding:10px 0;
  }
  #SearchFormDomestic label {
      vertical-align:top;
      padding: 5px 0 5px 5px;
      width: 30%;
  }
  #SearchFormDomestic input[type=radio]{
    margin-right:4px;
  }
  #SearchFormDomestic label.long {
      width: 46%;
  }
#SearchFormDomestic input#datepicker, #SearchFormDomestic input#datepicker2 {
    width: 90%;
    border: none;
    padding: 10px 0 7px 14px;
    background: url(https://okinawa-labo.com/wp-content/themes/balance/images/icon-calendar.png) no-repeat 95% 50%;
}

  #SearchFormDomestic .keyTxt {
      display: block;
      vertical-align: middle;
      width: 92%;
      margin:0;
  }
#SearchFormDomestic input[type="text"] {
    width: 88%;
    border: 1px solid #ccc;
    padding:8px 4px;
}
    #SearchFormDomestic .searchBtn {
        background: #ff994f;
        display: block;
        padding: 8px 0;
        border-radius: 0;
        color: #fff;
        width: 100%;
        text-align: center;
        float: inherit;
        font-size: 120% !important;
        margin: 0;
    }
    #SearchFormDomestic dd{
        position:relative;
    }
/*    #SearchFormDomestic dd::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        border-color: #797d80 transparent transparent transparent;
        right: 18px;
    }*/
    #SearchFormDomestic dd.notsnk::after {
        content:none;
    }
#SearchFormDomestic dd select {
    font-size: 14px;
    margin: 2px 0;
    padding: 12px 15px;
}
.searchBox .subtitle {
    /*background: #e7004c;*/
    padding: 5px 10px 10px;
    color: #fff !important;
    font-size: 110% !important;
    position: absolute;
    width: 100%;
    top: 16%;
    background: none;
    text-align: center;
    font-size: 170% !important;
    left: -3px;
    text-shadow: 1px 1px 4px #36435f;
}
div#ui-datepicker-div {
    margin-top: 30%;
}
.searchBox {
    padding: 15px 0 30px;
}
#SearchFormDomestic {
    padding: 0;
    font-size: 96%;
    margin: 0 auto;
    width: 100%;
    background: #ffffffd4;
    color:#333 !important;
}
.searchBox.putSearch #SearchFormDomestic {
    width: 100%;
}
#SearchFormDomestic dd select{background:none;}
#SearchFormDomestic dd select:hover{border:none;}
.entry-content p.ccTxt{width:60%;}
.searchBox.putSearch .ccTxt{display:none;}

}