
body{
  -webkit-text-size-adjust: 100%;
}

.sub_contents{
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 50px;
  line-height: 1.65;
}

.sub_inner{
  width: 100%;
}

.mincho { font-family: "Sawarabi Mincho", serif; }

#single_contents{
  line-height: 1.65;
}
.noimg_title p{
  margin-top: 10px;
}

#subtitle_img,
#subtitle_img_h,
#subtitle_img_q
{
  height:210px;
}

.subtitle_box p{
  margin-top: 10px;
}

#menu_box{
  width: 100%;
  height: auto;
}

.pcnone{
  display: block;
}

/*---------------------
      SP用ハンバーガーメニュー
----------------------*/

#sns {
    position: relative;
}

#sns ul{
  text-align: left;
}

#sns img{
  width: 30px;
  height: 30px;
}

.fa-phone-square{margin-right: 8px;}

.drawer-nav{
  background-color: rgb(21,38,78) !important;
  color: #FFF !important;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 100%;
}

.drawer-nav a{
  color: #FFF;
}

#sp_rentalmenu li{
  border-bottom: 1px #FFF solid;
    line-height: 2.3;
}
#sp_rentalmenu li span,
#sp_undermenu li span{
  display: inline-block;
}
#sp_rentalmenu .sub_m span:first-child{
  margin-left: 15px;
  width: 100px;
}

#sp_undermenu li{
      line-height: 2.3;
}
#sp_rentalmenu li span:first-child,
#sp_undermenu li span:first-child
{
  width: 100px;
}

#sp_rentalmenu #menu_totop{
  line-height: 1.5;
  font-size: 100%;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

#sp_rentalmenu #menu_totop p{
  margin-bottom: inherit;
}

#sp_rentalmenu #menu_totop div:last-child{
  margin-right: 10px;
  width: 100%;
  text-align: left;
}

/*タブレット用の広いメニュー*/
@media screen and (min-width: 700px) {
.drawer-nav{
  width: 25rem;
}
.drawer--right.drawer-open .drawer-hamburger{
  right: 23rem;
}
.drawer--right .drawer-nav{
  right: -25rem;
}

#sp_rentalmenu li{
  line-height: 3;
}

#sp_undermenu li{
   line-height: 3; 
}
}


/*---------------------
      フッター
----------------------*/

footer{
  margin-top: 50px;
}

.f_menubox{
  width: 100%;
  margin: 0 auto;
}

.f_logo{
  position: static;
  left: inherit;
  top: inherit;
  text-align: center;
}

.sp_fbox{
  padding-top: 50px;
  width: 230px;
  margin: 0 auto;
}

.sp_fmenu{
    flex-flow: row wrap;
    justify-content: center;
}

.sp_fmenu li{
  width: 40%;
  height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 100%;
}

.sp_fmenu li:nth-child(odd){

}

.sp_fmenu li:nth-child(even){
  margin-left: 20px;
}

.f_menubox{
  margin-top: 50px;
}

.copyright{
  margin-top: 30px;
  position: static;
  right: inherit;
  top: inherit;
  text-align: center;
  font-size: 80%;
}

.f_add{
  margin-bottom: 20px;
  line-height: 1.65;
}

/*---------------------
      メイン
----------------------*/

#wrapper{
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  box-sizing: border-box;
}

header{
  box-sizing: border-box;
}

header h1{
  width: 100%;
}

header h1 img{
  max-width: 100%;
}

#topimg{
height : 70vh ; /* IE8以下とAndroid4.3以下用フォールバック */
height : -webkit-calc(100vh - 170px) ;
height : calc(100vh - 170px) ;
}

.top_contents{
  margin-top: 60px;
  padding: 0 15px;
}
.about_bg{
  margin-top: 30px;
  background: none;
  height: auto;
}

.about_txt{
  background-color: #FFF;
  opacity: 1;
  width: 100%;
  height: auto;
  position: static;
  padding: 0 20px;
  box-sizing: border-box;
}

.annai {
      height: auto;
      font-size: 14px;
      line-height:1.65;
      margin-top: 35px;
      padding: 5px;
      box-sizing: border-box;
}

.contents_title p{
  line-height: 1.65;
  letter-spacing: normal;
  padding: 5px;
}

.contents_title h2{
  margin-bottom: inherit;
  font-size: x-large;
}

.about_invite{
  line-height: 1.65;
}

.about_txt .mincho{
  line-height: inherit;
  font-size: large;
  font-weight: normal;
}

#about_spimg .flex{
    flex-flow: row wrap;
    justify-content: space-around;
}

#about_spimg .flex li{
  width: 49%;
  margin-bottom: 5px;
}

#about_spimg .flex li img{
  max-width: 100%;
  height: auto;
  display: block;
}

#mapField{
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.address div{
  float: none;
  width: 100%;
  height: inherit;
  font-size: 14px;
  position: relative;
  margin-top: 20px;
}

.address div p{
  width: 100%;
  height: inherit;
  position: static;
  line-height: 1.65;
  padding: 0 20px;
  box-sizing: border-box;
}

.slick-slide p{
  line-height: 1.65;
}
/*---------------------
      カレンダー
----------------------*/

#wp-calendar{
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}

#wp-calendar th,
#wp-calendar td:not(#eo-widget-prev-month),
#wp-calendar td:not(#eo-widget-next-month){
  border: 1px solid #000;
  text-align: center;
}

#eo-widget-prev-month{
  border-right: none ;
}

#eo-widget-next-month{
  border-left: none;
}

.event{
  background-color: #ccc;
}
.xo-event-calendar table.xo-month .month-prev,
.xo-event-calendar table.xo-month .month-next{
	top:10px;
}

/*---------------------
      about
----------------------*/
.rental_txt {
    letter-spacing: inherit;
    line-height: 1.8;
    background: none;
    width:100%;
}

.rental_txt_h {
    letter-spacing: inherit;
    line-height: 1.8;
    background: none;
    width:100%;
}

.sub_contents .flex {
    flex-flow: none;
    justify-content:none;
    display: block;
}

.step{
      padding: 5px 0 20px 0;
      width: 100%;
      border: 1px solid #000;
      flex-flow: inherit;
      flex-direction: inherit;
      flex-wrap: inherit;
      align-items: inherit;
      box-sizing: border-box;
      margin: 10px 0;
      font-size: 14px;
}

.sub_box {
    width: 100%;
    flex-flow: inherit;
    align-items: inherit;
    box-sizing: border-box;
    margin: 0;
    }

.sub_grey {
    background: url(../images/card.png)no-repeat right bottom #eee;
    padding: 30px;
    box-sizing: border-box;
  }

  .sub_chui {
    border: 1px solid #000;
    padding: 20px 0 20px 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.sub_chui ul {
    width: 90%;
}

/*---------------------
      space
----------------------*/

#main .space{
  background-position: right center;
}

#main .space_h{
  background-position: right center;
}

.zumen {
    justify-content: inherit;
    flex-flow: inherit;
    margin-top: 50px;
    display: block;
}

.zumen_txt {
    margin-left: inherit;
    margin-top: 30px;
    line-height: 1.65;
    padding: 0 20px;
    box-sizing: border-box;
}

.zumen_txt p{
      font-size: 14px;
}

.sp_button_wrapper{
  text-align: center;
}

.sp_button_wrapper .button{
  width: 90%;
}

.zumen_txt .button {
    width: 70%;
}

#youtube{
  width: 100%;
}

/*---------------------
      アイテム
----------------------*/

.itempdf{
  width: 90%;
}

.cutting h4{
  padding-left: 46px;
  position: relative;
}

.cutting h4 img{
  width: 41px;
  position: absolute;
  bottom: 3px;
  left: 0;
}

@media screen and (max-width: 700px){
  .cutting .sub_inner {
    width: 100%;
    margin: 0 auto;
  }
  .cutting .sub_inner .left{
    width: 100%;
    float: unset;
  }
}

.cutting .kakaku{
  width: 100%;
  margin: 20px 0;
  vertical-align: bottom;
}

.cutting .tatoe{
  width: 100%;
  margin: 20px 0 0;
  vertical-align: bottom;
}



/*---------------------
     price
----------------------*/

@media screen and (max-width: 700px) {
.sub_inner dt,
.sub_inner dd{
  line-height: 1;
  height: inherit;
  float: none;
  width: 100%;
  padding: 5px;
  margin: 0;
}

.sub_inner .osusume img,
.hidden{
  width: 35px;
}

.sub_inner dd{
  margin-bottom:8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

.sub_inner dl {
    border:none;
}
}

.sub_contents .lead-text{
  margin-bottom: 50px;
}

.sub_images{
  width: auto;
  margin: 40px auto;
}

.sub_images .sec02 .el{
  width: 32%;
}

.sub_images .sec03 .el{
  height: 170px;
}

.encho {
    width: 100%;
    margin-top: 30px;
}

#contact ul li:nth-child(odd){
  margin-bottom: 5px;
}

.encho li:nth-child(odd),
#payment ul li:nth-child(odd),
#contact ul li:nth-child(odd) {
    background: none;
    display: block;
    align-items: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    width: 100%;
    }

.encho li:nth-child(even),
#payment ul li:nth-child(even),
#contact ul li:nth-child(even) {
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
  }

.encho li,
#payment ul li {
    flex-flow: inherit;
    justify-content: inherit;
    align-items: inherit;
    width: 100%;
    display: block;
}

.listmargin{
  margin-bottom: 0px;
}

/*---------------------
     ツールチップ
----------------------*/

.tooltip1:hover{
    position: inherit;
    color: #333;
}

/* マウスオーバー時にツールチップを表示 */
.tooltip1:hover span{
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #444;
    padding: 5px;
    width: 80%;
    color: #fff;
    font-size: 100%;
    z-index: 100;
}

.xo-month caption,
.month-header{
    position: static !important;
}

/*---------------------
     schedule
----------------------*/

.sub_contents .masklist{
      display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 0px;
}

.masklist li {
    margin-bottom: 10px;
    width: 48%;
    position: relative;
}
.icatch{
  height: auto;
}

.masklist li img {
    max-width: 100%;
    height: auto;
}

.interview {
    display: block;
    background-color: #15264e;
    color: #FFF;
    text-align: center;
    margin: 3px 0;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
}

.titlebox{
  position: relative;
  z-index: 3;
}

/*半マスク*/
figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
figcaption {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 30%;
  background: rgba(0,0,0,.5);
  -webkit-transition: .3s;
  transition: .4s;
  opacity: 1;
}
figcaption p{
  color: #FFF;
  width: 90%;
  margin: 0 auto;
  font-size: small;
  padding-top: 5px;
  line-height: 1.5;
}

/*---------------------
     interview
----------------------*/

#main .interview_list{
  background: url(../images/sp/inter_sp.jpg) no-repeat center center;
}

.interkiji .f_l,
.interkiji .f_r{
  display: block;
  float: none;
}

.interkiji{
  line-height: 1.65;
  padding: 30px 0;
}

.interkiji h3{
  font-size: large;
}

.wp-post-image{
  margin: 0 auto;
}

.arc_txt{
  width: 100%;
}

.reportbox .interview,
.report_tag,.interview_tag{
  background-color: #15264e;
}

.sp_int_txt{
  margin-top: 10px;
}

/*---------------------
     Q&A
----------------------*/

#qa .syuhuku_hyo,
.syuhuku_hyo{
  width: 100%;
}

#qa {
    margin: 100px auto 120px auto;
    width: 100%;
}

#qa ul{
  padding-right: 10px;
  box-sizing: border-box;
}

#qa li {
    padding-left: 80px;
    line-height: 1.65;
}
.ques {
    color: #15264e;
    background: url(../images/q.png) no-repeat 10px center,
                url(../images/toggle_down.png) no-repeat center bottom;
    margin-bottom: 10px;
    padding: 20px;
    font-weight: bold;
    min-height: 60px;

}

.ques div{
  width: 100%;
}

/* HAIMS Q&A専用：スマホでのアイコンと矢印表示 */
.haims-qa-page .ques {
    background-image: url(../images/q_h.png), url(../images/toggle_down.png) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: 10px center, center bottom !important;
    padding-bottom: 30px !important; /* 矢印の表示スペースを確保 */
}

.ans{
  background-position: 23px 8px;
  min-height: inherit;
}

.haims-qa-page .ans {
    background-image: url(../images/a_h.png) !important;
}

.haims-qa-page .ans.active {
    background-image: url(../images/a_h.png), url(../images/toggle_up.png) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: 23px 8px, left center !important;
    display: block !important;
}

.ans.active { background:url("../images/toggle_up.png") left center no-repeat; }
.ans { display:none; }

/*---------------------
     ACCESS
----------------------*/

.access_txt{
  margin-bottom: 0px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.65;
}

.acce_dl{
  width: 80%;
}

.parking p{
width: 90%;
position: relative;
top: inherit;
right: inherit;
bottom: inherit;
margin: auto auto;
}
.mymap{
  width: 90%;
  margin: 20px auto 0 auto;
}

.mymap img{
  max-width: 100%;
}

/*---------------------
     CONTACT
----------------------*/

#contact_form p{
  margin: 10px 0;
}

#contact {
    width: 100%;
    margin: 0 auto;
}

#form{
  margin-top: 20px;
  margin-bottom: 0px;
}

.formbox {
    padding: 10px;
    box-sizing: border-box;
}

.form-control{
  width: 100%;
  height: 40px;
}

.naiyo{
  height: 120px;
}

.formbox small{
  line-height: 1.65;
}

#post-2453{
  width: 90%;
}

#contact ul li.telno{
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}

#contact ul li img{
  display: inline;
  margin-bottom: 0;
}

#contact ul li:last-child{
  padding-left: 20px;
}

/*---------------------
     single 各記事
----------------------*/
.post-nav .button{
  border:none;
  width: inherit;
}

/*---------------------
     上へ戻るボタン
----------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}