@charset "UTF-8";
/*
 * _setting.scss
 */
/*
 * _mixin.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/*
 * CSS oteire.css
 */
/* ---------------------------------------
	section
--------------------------------------- */
.section_type {
  overflow: hidden;
  border: 2px solid #C3BDB6;
  margin-bottom: 60px;
}

.section_type2 {
  overflow: hidden;
  /* border: 2px solid #C3BDB6; */
  background-color: #f6f2ef;
  margin-bottom: 60px;
}

.section_type2_title {
  background-color: #f6f2ef;
  text-align: center;
  padding: 20px;
  margin-bottom: 2px;
}

.section_type2_title:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url(../img/oteire/ico_notice.png) no-repeat center/contain;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.section_type2_title span {
  position: relative;
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .section_type2 {
    border: 2px solid #C3BDB6;
  }
  .section_type2_title {
    display: none;
  }
}
#cnt_main {
  width: 714px;
  float: left;
}

#aside {
  width: 221px;
  float: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #cnt_main {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #aside {
    width: 100%;
    float: none;
  }
}
#sec_1 {
  margin-bottom: 20px;
}

#sec_1 .table_box {
  display: table;
  width: 100%;
}

#sec_1 .table_box dl {
  display: table-row;
}

#sec_1 .table_box dt,
#sec_1 .table_box dd {
  display: table-cell;
}

#sec_1 .table_box dt {
  width: 170px;
  padding: 20px 15px;
  text-align: center;
  vertical-align: middle;
  background: #847344;
  position: relative;
  box-sizing: content-box;
}

#sec_1 .table_box dt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 20px solid #847344;
}

#sec_1 .table_box dt .cat_ico {
  text-align: center;
}
#sec_1 .table_box dt .cat_ico img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

#sec_1 .table_box dt .cat_name {
  font-size: 0.9em;
  margin: 5px 0;
  font-weight: bold;
  color: #fff;
}

#sec_1 .table_box dt .tit_name {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}

#sec_1 .table_box dd {
  vertical-align: middle;
  padding: 0 30px;
}

#sec_1 .table_box dd p {
  display: inline;
  font-size: 1.4em;
  font-weight: bold;
  background: linear-gradient(rgba(132, 115, 68, 0) 80%, rgba(132, 115, 68, 0.3) 81%);
}

@media screen and (max-width: 767px) {
  #sec_1 {
    margin-bottom: 30px;
  }
  #sec_1 .table_box,
  #sec_1 .table_box dl,
  #sec_1 .table_box dt,
  #sec_1 .table_box dd {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #sec_1 .table_box dt {
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  #sec_1 .table_box dt:after {
    top: auto;
    right: 50%;
    bottom: -28px;
    margin: 0 -10px 0 0;
    border: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #847344;
  }
  #sec_1 .table_box dt:after {
    border-left-color: transparent !important;
  }
  #sec_1 .table_box dt .cat_name {
    margin: 3px 0;
  }
  #sec_1 .table_box dd {
    text-align: center !important;
    padding: 0 10px;
  }
}
#sec_2 .tab_nav ul {
  /*text-align: center;*/
  position: relative;
  bottom: -2px;
}

#sec_2 .tab_nav ul li {
  color: #ACA29E;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  float: left;
  width: 26%;
  margin: 0 12px;
  padding: 0 12px 0;
  border: 2px solid #CCC6BF;
  border-bottom: none;
  background: #EBE8E2;
  box-sizing: content-box;
}

#sec_2 .tab_nav ul li.-maintenance {
  position: relative;
}

#sec_2 .tab_nav ul li.-maintenance:before {
  content: "こんなときに！";
  display: inline-block;
  padding: 6px 15px;
  background: #847344;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 10px;
  line-height: 1;
  font-size: 13px;
}

#sec_2 .tab_nav ul li.-maintenance:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 20px;
  border-right: 0px solid transparent;
  border-top: 20px solid #847344;
  border-left: 20px solid transparent;
}

#sec_2 .tab_nav ul li > span {
  font-weight: bold;
  padding: 6px 0 8px;
  display: block;
  border-bottom: 1px solid #C4BEB7;
}

#sec_2 .tab_nav ul li.is-active,
#sec_2 .tab_nav ul li:hover {
  color: #58463D;
  background: #FFF;
  cursor: pointer;
}

#sec_2 .acd_btn {
  display: none;
}

#sec_2 .tab_cnt {
  padding: 30px;
}

#sec_2 .tab_cnt .box .box_tit {
  font-size: 1.3em;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #CCC6BF;
}

#sec_2 .tab_cnt .box .arrow {
  line-height: 0;
  text-align: center;
  margin-bottom: 30px;
}

#sec_2 .tab_cnt .box {
  margin-top: 50px;
}

#sec_2 .tab_cnt .box:first-child {
  margin-top: 0;
}

#sec_2 .tab_cnt .box .inbox {
  margin-bottom: 20px;
  margin-right: -20px;
}

#sec_2 .tab_cnt .box .cnt_box {
  width: 315px;
  float: left;
}

#sec_2 .tab_cnt .box .img_box {
  width: 315px;
  float: left;
  text-align: center;
}

#sec_2 .tab_cnt .box .box_in {
  margin-right: 20px;
}

/*#sec_2 .tab_cnt .inbox_wrap .box_in{ width: 100%;}*/
/*#sec_2 .tab_cnt .inbox_wrap .cnt_txt{ width: 100%; }*/
#sec_2 .tab_cnt .raisapo_box {
  margin-top: 20px;
}

#sec_2 .tab_cnt .raisapo_box_l {
  float: left;
  width: 48%;
  text-align: center;
}

#sec_2 .tab_cnt .raisapo_box_r {
  float: right;
  width: 48%;
}

#sec_2 .tab_cnt .raisapo_box .p_name {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 5px;
}

#sec_2 .tab_cnt .raisapo_box .p_cap {
  margin-bottom: 5px;
}

#sec_2 .tab_cnt .w100 {
  width: 100% !important;
  margin-right: 0 !important;
}

#sec_2 .tab_cnt .inbox_wrap .inbox:after {
  clear: none;
}

#sec_2 .tab_cnt .box .table_box {
  display: table;
  width: 100%;
  height: 60px;
  margin: 10px 0;
}

#sec_2 .tab_cnt .box .table_box dl {
  display: table-row;
}

#sec_2 .tab_cnt .box .table_box dt,
#sec_2 .tab_cnt .box .table_box dd {
  display: table-cell;
  vertical-align: middle;
}

#sec_2 .tab_cnt .box .table_box dt {
  font-size: 0.9em;
  font-weight: bold;
  width: 100px;
  text-align: center;
  background: #EBE8E2;
  border-right: 5px solid #FFF;
  box-sizing: content-box;
}

#sec_2 .tab_cnt .box .table_box dd {
  text-align: left;
  background: #F5F3F0;
  padding: 4px 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section_type {
    margin-bottom: -4px;
  }
  #sec_2 .tab_nav {
    display: none;
  }
  #sec_2 .acd_btn {
    display: block;
    color: #666;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 6px 0 10px;
    margin: 20px 0 0;
    border-radius: 10px;
    border: 2px solid #CCC6BF;
    box-sizing: border-box;
    background: #EBE8E2 url(../img/oteire/nav_open.png) no-repeat 96% center;
    background-size: 18px;
  }
  #sec_2 .acd_btn#notice.is-active {
    background-color: #f6f2ef;
  }
  #sec_2 .acd_btn#maintenance {
    position: relative;
  }
  #sec_2 .acd_btn#maintenance:before {
    content: "こんなときに！";
    display: inline-block;
    padding: 4px 8px 5px;
    background: #847344;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 10px;
    line-height: 1;
    font-size: 12px;
  }
  #sec_2 .acd_btn#maintenance:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 10px;
    border-right: 0px solid transparent;
    border-top: 20px solid #847344;
    border-left: 20px solid transparent;
  }
  #sec_2 .tab_nav:first-child + .acd_btn {
    margin-top: 0;
  }
  #sec_2 .acd_btn.is-active {
    cursor: pointer;
    border-bottom: 1px solid #C4BEB7;
    border-radius: 10px 10px 0 0;
    background: #FFF url(../img/oteire/nav_close.png) no-repeat 96% center;
    background-size: 18px;
  }
  #sec_2 .tab_cnt {
    padding: 15px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    border-top: none;
  }
  #sec_2 .tab_cnt .box .inbox {
    margin-bottom: 10px;
    margin-right: 0;
  }
  #sec_2 .tab_cnt .box .img_box {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  #sec_2 .tab_cnt .box .cnt_box,
  #sec_2 .tab_cnt .inbox_wrap .cnt_txt {
    width: 100%;
    float: none;
  }
  #sec_2 .tab_cnt .box .table_box {
    height: 40px;
    margin: 4px 0;
  }
  #sec_2 .tab_cnt .box .table_box dt {
    width: 80px;
    border-right: 3px solid #FFF;
  }
  #sec_2 .tab_cnt .raisapo_box_l {
    float: left;
    width: 38%;
  }
  #sec_2 .tab_cnt .raisapo_box_r {
    float: right;
    width: 58%;
  }
}/*# sourceMappingURL=oteire.css.map */