@charset "UTF-8";
/* ----------------------------------------------------------

Base Layout

---------------------------------------------------------- */
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

div[id^="anc"] {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 760px) {
  div[id^="anc"] {
    margin-top: 0px;
    padding-top: 0px;
  }
}

/*  tetliタグ
---------------------------------------------------------- */
[id^="ttr"] [data-ttr~=container] {
  z-index: 1000000 !important;
}

/*  btn
---------------------------------------------------------- */
.btn {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.btn a {
  display: block;
  position: relative;
  padding: 12px 55px 12px 50px;
  border: 1px solid #c4c4cc;
  color: #232323;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  text-align: center;
  text-decoration: none;
}

.btn a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: solid 1px #232323;
  border-right: solid 1px #232323;
  content: "";
}

@media screen and (max-width: 760px) {
  .btn.large {
    width: 90%;
  }
}

.btn.large a {
  padding: 22px 65px 22px 60px;
  border: none;
  background: #0079c2;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 760px) {
  .btn.large a {
    width: 100%;
    padding: 5% 0;
    font-size: 4vw;
  }
}

.btn.large a small {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

@media screen and (max-width: 760px) {
  .btn.large a small {
    margin-bottom: 1%;
    font-size: 3.47vw;
  }
}

.btn.large a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
}

.btn.fb a {
  background: #3B5998;
}

.btn_detail {
  display: inline-block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 55px 12px 50px;
  border: 1px solid #c4c4cc;
  color: #232323;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.btn_detail::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: solid 1px #232323;
  border-right: solid 1px #232323;
  content: "";
}

/*  header
---------------------------------------------------------- */
.header {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #e2e2e6;
  background: #FFF;
  transition: 0.5s;
}

@media screen and (max-width: 760px) {
  .header {
    position: relative;
    top: auto;
    left: auto;
    min-width: 100%;
    height: 55px;
    padding-top: 13px;
  }
}

.header.active {
  top: -32px;
  transition: 0.5s;
}

.header .sub_link {
  box-sizing: border-box;
  height: 30px;
  margin-right: 15px;
  border-bottom: 1px solid #e2e2e6;
  line-height: 30px;
}

.header .sub_link ul {
  float: right;
  font-size: 10px;
}

.header .sub_link ul li {
  margin-right: 25px;
  float: left;
}

.header .sub_link ul li:last-child {
  margin-right: 0;
}

.header.form {
  height: 60px;
}

.header .logo_box {
  width: 279px;
  height: 40px;
  margin-top: 10px;
  margin-left: 12px;
  float: left;
}

@media screen and (max-width: 760px) {
  .header .logo_box {
    width: 200px;
    height: 29px;
    margin: 0 auto;
    float: none;
  }
}

.header .logo_box h1 {
  width: 100%;
  height: 100%;
}

.header .logo_box h1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/cmn/hlogo.png) 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: 115%;
  white-space: nowrap;
}

.header .gnav {
  float: right;
}

.header .gnav li {
  display: inline-block;
  float: left;
  vertical-align: top;
}

.header .gnav li:nth-last-of-type(3) {
  margin-right: 20px;
}

.header .gnav li a {
  display: block;
  position: relative;
  padding: 0 0.7vw;
  color: #232323;
  font-size: 13px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

@media screen and (max-width: 1310px) {
  .header .gnav li a {
    font-size: .9vw;
  }
}

.header .gnav li.recruit {
  width: 12vw;
}

.header .gnav li.recruit a {
  display: block;
  width: 100%;
  height: 60px;
  background: #232323;
  color: #FFF;
  line-height: 60px;
  text-align: center;
}

.header .gnav li.recruit .ico {
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 1310px) {
  .header .gnav li.recruit .ico {
    font-size: 1vw;
  }
}

.header .gnav li.recruit .ico::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 10px;
  margin-top: -3px;
  background: url(../img/cmn/ico_blank.png) no-repeat right center;
  background-size: 13px auto;
  content: '';
}

.header .gnav li.contact {
  width: 13vw;
}

.header .gnav li.contact a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 2vw 0 1.1vw;
  background: #0079c2;
  color: #FFF;
  line-height: 60px;
  text-align: center;
}

.header .gnav li.contact .ico {
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 1310px) {
  .header .gnav li.contact .ico {
    font-size: 1vw;
  }
}

.header .gnav li.contact .ico::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: '';
}

/*  finfo
---------------------------------------------------------- */
.finfo {
  margin: 100px auto 0;
  padding: 60px 0;
  border-top: 1px solid #e2e2e6;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .finfo {
    margin: 0;
    padding: 10% 0;
  }
}

.finfo .article_h3 {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .finfo .article_h3 {
    margin-bottom: 8%;
  }
}

.finfo .article_h3 h3 {
  position: relative;
  padding-bottom: 40px;
  font-family: playfair-display, serif;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .finfo .article_h3 h3 {
    position: relative;
    padding-bottom: 8%;
    font-size: 9.33vw;
    font-weight: 300;
  }
}

.finfo .article_h3 h3::after {
  display: block;
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background: #0079c2;
  content: "";
}

@media screen and (max-width: 760px) {
  .finfo .article_h3 h3::after {
    bottom: 11px;
    height: 1px;
  }
}

.finfo .article_h3 .sub {
  font-family: source-han-sans-japanese, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .finfo .article_h3 .sub {
    font-size: 3.73vw;
  }
}

.finfo .list {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .finfo .list {
    max-width: 90%;
    margin: 0 5%;
  }
}

.finfo > .tit {
  margin-bottom: 40px;
  font-family: playfair-display, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 760px) {
  .finfo > .tit {
    margin-bottom: 8%;
    font-size: 6vw;
  }
}

.finfo > .tit small {
  display: block;
  margin-top: 10px;
  font-family: source-han-sans-japanese, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
}

@media screen and (max-width: 760px) {
  .finfo > .tit small {
    margin-top: 2%;
    font-size: 3.73vw;
  }
}

.finfo .box {
  width: 48%;
  float: left;
}

@media screen and (max-width: 760px) {
  .finfo .box {
    width: 100%;
    margin-bottom: 4%;
    float: none;
  }
}

.finfo .box:last-child {
  float: right;
}

@media screen and (max-width: 760px) {
  .finfo .box:last-child {
    margin-bottom: 0;
    float: none;
  }
}

.finfo .box a {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
  border: 1px solid #c4c4cc;
}

@media screen and (max-width: 760px) {
  .finfo .box a {
    padding: 3%;
  }
}

.finfo .box a::before {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-top: solid 1px #232323;
  border-right: solid 1px #232323;
  content: "";
}

@media screen and (max-width: 760px) {
  .finfo .box a::before {
    right: 10px;
    bottom: 10px;
    width: 8px;
    height: 8px;
  }
}

.finfo .box .ph_box {
  width: 30%;
  height: 100px;
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 760px) {
  .finfo .box .ph_box {
    width: 40%;
    height: 22vw;
  }
}

.finfo .box .txt_box {
  width: 67%;
  float: right;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .finfo .box .txt_box {
    width: 57%;
  }
}

.finfo .box .txt_box ul.iconbox {
  margin-bottom: 5px;
}

@media screen and (max-width: 760px) {
  .finfo .box .txt_box ul.iconbox {
    margin-bottom: 2%;
  }
}

.finfo .box .txt_box .tit {
  max-height: 45px;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 760px) {
  .finfo .box .txt_box .tit {
    font-size: 3.73vw;
  }
}

/*  footer
---------------------------------------------------------- */
.footer {
  padding: 60px 0 80px;
}

@media screen and (max-width: 760px) {
  .footer {
    padding: 8% 5% 75px;
  }
}

.footer .flogo {
  width: 249px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 760px) {
  .footer .flogo {
    width: 60%;
    margin: 0 auto 8%;
  }
}

.footer .tel_map {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 30px;
  padding: 24px 0 0;
  border-top: 1px solid #e2e2e6;
  border-bottom: 1px solid #e2e2e6;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .footer .tel_map {
    width: 100%;
    margin: 0 0 5%;
    padding: 5% 0;
  }
}

.footer .tel_map .inner {
  display: inline-block;
  min-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .footer .tel_map .inner {
    display: block;
    min-width: auto;
    margin: 0;
  }
}

.footer .tel_map .tel_zip {
  margin-right: 30px;
  padding: 15px 30px 15px 0;
  float: left;
  border-right: 1px solid #e2e2e6;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .footer .tel_map .tel_zip {
    width: 100%;
    margin-right: 0;
    padding: 0;
    float: none;
    border-right: none;
    text-align: center;
  }
}

.footer .tel_map .tel_zip li {
  margin-bottom: 15px;
  font-size: 12px;
}

@media screen and (max-width: 760px) {
  .footer .tel_map .tel_zip li {
    margin-bottom: 5%;
    font-size: inherit;
  }
  .footer .tel_map .tel_zip li:last-child {
    margin-bottom: 0%;
  }
}

.footer .tel_map .tel_zip li .name {
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .footer .tel_map .tel_zip li .name {
    margin-bottom: 2%;
    font-size: 4.27vw;
    line-height: 1;
  }
}

.footer .tel_map .tel_zip li .address,
.footer .tel_map .tel_zip li .btn_tel {
  float: left;
}

@media screen and (max-width: 760px) {
  .footer .tel_map .tel_zip li .address,
  .footer .tel_map .tel_zip li .btn_tel {
    float: none;
  }
}

.footer .tel_map .tel_zip li .address {
  margin-left: 10px;
}

@media screen and (max-width: 760px) {
  .footer .tel_map .tel_zip li .address {
    margin-bottom: 3%;
    margin-left: 0;
    font-size: 3.73vw;
    line-height: 1;
  }
}

.footer .tel_map .tel_zip li .btn_tel {
  pointer-events: none;
}

@media screen and (max-width: 760px) {
  .footer .tel_map .tel_zip li .btn_tel {
    width: 90%;
    margin: 0 auto;
    padding: 3%;
    border: 1px solid #999;
    font-size: 8.53vw;
    font-weight: 700;
    line-height: 1;
    pointer-events: inherit;
  }
  .footer .tel_map .tel_zip li .btn_tel .ico {
    padding-left: 32px;
    background: url(../img/cmn/ico_tel.png) no-repeat center left;
    background-size: 27px auto;
  }
}

.footer .tel_map .tel_zip li .btn_tel::before {
  content: "／TEL.";
}

@media screen and (max-width: 760px) {
  .footer .tel_map .tel_zip li .btn_tel::before {
    content: none;
  }
}

.footer .tel_map .sitemap_link {
  padding: 15px 0;
  float: right;
  font-size: 12px;
}

.footer .tel_map .sitemap_link ul {
  margin-right: 30px;
  float: left;
  text-align: left;
}

.footer .tel_map .sitemap_link ul:last-child {
  margin-right: 0;
}

.footer .tel_map .sitemap_link ul li {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1;
}

.footer .tel_map .sitemap_link ul li.sub {
  margin-left: 10px;
  font-weight: 300;
  line-height: 1.3;
}

.footer .bnr_link {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e6;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .footer .bnr_link {
    width: 100%;
    max-width: 100%;
    margin: 0 0 5%;
    padding: 0 5% 5%;
  }
}

.footer .bnr_link ul {
  display: inline-block;
  min-width: 1120px;
  height: 70px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 760px) {
  .footer .bnr_link ul {
    display: block;
    min-width: auto;
    height: auto;
    margin: 0 0 3%;
  }
}

.footer .bnr_link li {
  width: 216px;
  margin-right: 10px;
  float: left;
}

@media screen and (max-width: 760px) {
  .footer .bnr_link li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .footer .bnr_link li:nth-child(2n) {
    float: right;
  }
}

.footer .bnr_link li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 760px) {
  .footer .bnr_link li:last-child {
    margin-bottom: 0;
  }
}

.footer .bnr_link .bnr_remort {
  width: 520px;
  height: 70px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .footer .bnr_link .bnr_remort {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.footer .sub_link {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e6;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .footer .sub_link {
    width: 100%;
    max-width: 100%;
    margin: 0 0 5%;
    padding: 0 5%;
  }
}

.footer .sub_link .inner {
  display: inline-block;
  min-width: 1030px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .footer .sub_link .inner {
    display: block;
    min-width: auto;
    margin: 0;
  }
}

.footer .sub_link ul {
  margin-right: 20px;
  padding: 6px 20px 6px 0;
  float: left;
  border-right: 1px solid #e2e2e6;
}

@media screen and (max-width: 760px) {
  .footer .sub_link ul {
    margin: 0 auto 3%;
    padding: 0;
    float: none;
    border-right: none;
  }
}

.footer .sub_link ul:last-child {
  margin-right: 0px;
  padding: 6px 0;
  border-right: none;
}

@media screen and (max-width: 760px) {
  .footer .sub_link ul:last-child {
    padding: 0;
  }
}

.footer .sub_link ul:last-child li {
  margin-right: 16px;
}

@media screen and (max-width: 760px) {
  .footer .sub_link ul:last-child li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    text-align: left;
  }
}

.footer .sub_link li {
  margin-right: 5px;
  float: left;
  font-size: 10px;
  line-height: 20px;
}

@media screen and (max-width: 760px) {
  .footer .sub_link li {
    margin-right: 5px;
    font-size: 3.2vw;
    line-height: 20px;
  }
}

.footer .sub_link li:last-child {
  margin-right: 0;
}

.footer .sub_link li img {
  width: auto;
  height: 20px;
}

.footer .copy {
  color: #999;
  font-size: 10px;
  text-align: center;
}

/************************************************

  h_nav

************************************************/
.h_nav {
  z-index: 999999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  margin: 0;
}

.h_nav ul {
  width: calc(100% - 55px);
  float: left;
  border-top: 1px solid #c4c4cc;
}

.h_nav li {
  width: 50%;
  height: 55px;
  float: left;
  background: #fff;
}

.h_nav li:first-child {
  border-right: none;
}

.h_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 4vw;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
}

.h_nav li.recruit a {
  background: #232323;
}

.h_nav li.recruit a .ico {
  display: block;
  position: relative;
}

.h_nav li.recruit a .ico::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 10px;
  margin-top: -3px;
  background: url(../img/cmn/ico_blank.png) no-repeat right center;
  background-size: 13px auto;
  content: '';
}

.h_nav li.guide a {
  background: #0079c2;
}

.h_nav li.guide a .ico {
  display: block;
  position: relative;
}

.h_nav li.guide a .ico::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: '';
}

/*---------------------------------------------------
カテゴリーアイコン
---------------------------------------------------*/
ul.icons {
  max-height: 20px;
  overflow: hidden;
  text-align: inherit;
}

ul.icons li {
  display: inline-block;
  width: auto;
  margin-right: 3px;
  padding: 3px 5px 4px;
  background: #ccc;
  color: #fff;
  font-size: 11px;
  line-height: 1.1em;
  text-align: center;
}

/*  Pan
*---------------------------------------------------------- */
.pan {
  margin: 0 auto 100px;
  padding: 10px 15px 15px 15px;
  border-bottom: 1px solid #e2e2e6;
  line-height: 1;
}

@media screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}

.pan ul {
  text-align: left;
}

.pan ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 11px;
}

.pan ul li::after {
  position: absolute;
  top: 50%;
  right: -11px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  border: 0px;
  border-top: solid 1px #232323;
  border-right: solid 1px #232323;
  content: '';
}

.pan ul li:last-child {
  margin-right: 0;
}

.pan ul li:last-child::after {
  display: none;
}

.pan ul li a {
  color: #232323;
  text-decoration: underline;
}

/*  Table
---------------------------------------------------------- */
.tbl01 {
  width: 100%;
  border-top: 1px solid #c4c4cc;
  border-left: 1px solid #c4c4cc;
  border-collapse: collapse;
  background-size: cover;
  font-size: 100%;
  text-align: left;
}

.tbl01 th {
  width: 23%;
  padding: 10px;
  border-right: 1px solid #c4c4cc;
  border-bottom: 1px solid #c4c4cc;
  background: #edeeef;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .tbl01 th {
    display: block;
    width: 100%;
  }
}

.tbl01 td {
  padding: 10px;
  border-right: 1px solid #c4c4cc;
  border-bottom: 1px solid #c4c4cc;
  line-height: 1.8;
  word-break: break-all;
}

@media screen and (max-width: 760px) {
  .tbl01 td {
    display: block;
    width: 100%;
  }
}

.tbl01 td a {
  text-decoration: underline;
}

@media screen and (max-width: 760px) {
  .tbl_scrl {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 760px) {
  .tbl_scrl .tbl01 th {
    display: table-cell;
    padding: 10px;
    font-size: 100%;
    white-space: nowrap;
  }
}

@media screen and (max-width: 760px) {
  .tbl_scrl .tbl01 td {
    display: table-cell;
    padding: 10px;
    font-size: 100%;
    white-space: nowrap;
  }
}

.tbl_scrl .caption {
  display: none;
}

@media screen and (max-width: 760px) {
  .tbl_scrl .caption {
    display: inherit;
    margin-bottom: 3%;
    color: #999;
    font-size: 3.2vw;
    text-align: left;
  }
}

/*  tabulous
*---------------------------------------------------------- */
/*  tabslet
*---------------------------------------------------------- */
.tabs {
  text-align: center;
  opacity: 1.0;
}

.tabs ul,
.tabs div {
  opacity: 1.0;
}

ul.horizontal {
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  text-align: center;
  opacity: 1.0;
}

ul.horizontal li {
  display: inline-block;
  margin: 0 7px;
  background: #e2e2e6;
  opacity: 1.0;
}

ul.horizontal li a {
  display: block;
  padding: 7px 15px;
  text-align: center;
}

ul.horizontal li a:hover,
ul.horizontal li.active a {
  border-radius: 0;
  background: #396C9E;
  color: #FFF;
}

@media screen and (max-width: 760px) {
  ul.horizontal {
    margin-bottom: 5%;
    padding: 0;
    border: none;
  }
  ul.horizontal li {
    display: block;
    width: 50%;
    margin: 0 7px;
    margin: 0;
    float: left;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    opacity: 1.0;
  }
  ul.horizontal li:nth-child(2n) {
    border-right: none;
  }
  ul.horizontal li a {
    padding: 12px 5px;
    font-size: 12px;
  }
}

table,
ul ul,
ol ol,
td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

/* ----------------------------------------------------------

Clear Fix

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

@media print, screen and (min-width: 741px) {
  .sp {
    display: none !important;
  }
}

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

  Font Style

************************************************/
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  html {
    overflow-x: hidden;
    overflow-y: auto;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.0;
  }
  a {
    text-decoration: none;
  }
  .txt_s {
    margin: 0 0 0 5px;
    color: #808080;
    font-size: 9px;
  }
  /* ---------------------------
  font size
--------------------------- */
  body {
    font-size: 13px;
  }
  .pan {
    display: none;
  }
  /************************************************

  Layout

************************************************/
  body {
    position: relative;
  }
  /************************************************

  Contents

************************************************/
  .pc {
    display: none !important;
  }
  /**************************************

Common Accordion

**************************************/
  dl.accordion {
    font-size: 100%;
  }
  dl.accordion dt {
    position: relative;
    padding: 8px 20px 8px 5px;
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #FFF;
    background: -moz-linear-gradient(top, #FFF, #E6E6E6);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  }
  dl.accordion dt:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 4px;
    height: 4px;
    margin-top: -5px;
    transform: rotate(135deg);
    border-top: 2px solid #B5A43A;
    border-right: 2px solid #B5A43A;
    content: "";
  }
  dl.accordion dt.open:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    transform: rotate(-45deg);
    border-top: 2px solid #B5A43A;
    border-right: 2px solid #B5A43A;
    content: "";
  }
  dl.accordion dd {
    display: none;
    padding: 10px;
    background: #FFF;
    line-height: 1.5;
  }
  dl.accordion dd p {
    padding: 10px 0px 0px 0px;
  }
  #topcontrol {
    z-index: 10000;
  }
  .gsc-result .gs-title {
    height: 1.4em !important;
  }
  /************************************************

  Clear

************************************************/
  .mnav .box,
  .mnav2 .box,
  .snav ul,
  .contact .unit-a,
  .btm {
    zoom: 1;
  }
  .mnav .box:after,
  .mnav2 .box:after,
  .snav ul:after,
  .contact .unit-a:after,
  .btm:after {
    display: block;
    clear: both;
    overflow: hidden;
    content: '';
  }
}

/* ----------------------------------------------------------
cookie-box
---------------------------------------------------------- */
.cookie-box.cookie-box--close {
  display: none;
}

.cookie-box .cookie-box__in {
  visibility: hidden;
  z-index: 99999999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}

.cookie-box .cookie-box__in.js-load--on {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
}

.cookie-box .cookie-box__cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__cnt {
    display: block;
    width: 100%;
    padding: 5.33333vw;
  }
}

.cookie-box .cookie-box__txt {
  width: 850px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__txt {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}

.cookie-box .cookie-box__txt a {
  text-decoration: underline;
}

.cookie-box .cookie-box__txt a:hover {
  text-decoration: none;
}

.cookie-box .cookie-box__btn {
  width: 100px;
  cursor: pointer;
}

@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}

.cookie-box .cookie-box__btn.btn-03 {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 15px 20px;
  background: #f8f8f8;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  cursor: pointer;
  transition: border-radius 0.3s ease;
}

@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
  }
}
/*# sourceMappingURL=base_layout.css.map */
