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

cmn

**************************************/
.container .lead {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: center;
}

.mv {
  height: 600px;
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 741px) {
  .mv {
    height: 460px;
    background-size: auto 600px;
  }
}

@media screen and (max-width: 760px) {
  .mv {
    height: 170px;
    background-size: auto 200px;
  }
}

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

.tit_box h3 {
  color: #e16900;
  font-size: 26px;
  font-family: source-han-sans-japanese, sans-serif;
}

.tit_box .catch {
  margin-top: 5px;
  font-size: 25px;
  font-family: source-han-sans-japanese, sans-serif;
}

.tit_box .sub {
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
}

@media screen and (max-width: 760px) {
  .container .lead {
    width: 90%;
    margin: 0 auto 7%;
    font-size: 3.8vw;
    font-family: source-han-sans-japanese, sans-serif;
    text-align: center;
  }
  .tit_box {
    margin-bottom: 8%;
    text-align: center;
  }
  .tit_box h3 {
    font-size: 5.73vw;
  }
  .tit_box .catch {
    margin-top: 3%;
    font-size: 4.8vw;
  }
  .tit_box .sub {
    margin-top: 3%;
    font-size: 1em;
  }
}

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

@media screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }
  .ipad {
    display: none !important;
  }
}

@media screen and (min-width: 761px) and (max-width: 1024px) {
  .ipad {
    display: block !important;
  }
}

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

MVのまとめ

**********************************************/
.main_event .mv {
  background-image: url(../event/img/main.jpg);
}

.main_event,
.main_news {
  padding-bottom: 0;
}

.main_event .page-links .-vr,
.main_news .page-links .-vr {
  display: none;
}

.main_news .mv {
  background-image: url(../company/img/main.jpg);
}

@media screen and (max-width: 480px) {
  .main_news {
    /* for sp Device Only */
  }
  .main_news .container {
    margin-bottom: 15%;
  }
}

.main_staff .mv {
  background-image: url(../staff/img/main.jpg);
}

.main_staff .page-links .-staff {
  display: none;
}

.main_company .page-links .-company,
.main_reason .page-links .-company {
  display: none;
}

@media screen and (max-width: 480px) {
  .main_company,
  .main_reason {
    /* for sp Device Only */
  }
  .main_company .page-links .-work,
  .main_reason .page-links .-work {
    width: 100%;
    margin-bottom: 2.66667vw;
  }
}

.main_works .page-links .-work {
  display: none;
}

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

VR

**********************************************/
.main_vr .page-links .-vr {
  display: none;
}

.main_vr .mv {
  background-image: url(../vr/img/main.jpg);
}

.main_vr .vr_box {
  max-width: 1120px;
  margin: 0 auto 54px;
  padding: 33px 40px 35px;
  background: #fff;
  widows: 90%;
}

.main_vr .vr_box .box .ph {
  width: 100%;
  margin-bottom: 20px;
}

.main_vr .vr_box .box .ph li {
  width: 49%;
  float: left;
}

.main_vr .vr_box .box .ph li:last-child {
  float: right;
}

.main_vr .vr_box .box .vr {
  width: 100%;
}

.main_vr .vr_box .box .vr video {
  width: 100%;
}

.main_vr .tit_box {
  margin-bottom: 30px;
  text-align: center;
}

.main_vr .tit_box h3 {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #a8a8a8;
  color: #232323;
  font-size: 24px;
  font-family: source-han-sans-japanese, sans-serif;
}

@media screen and (max-width: 760px) {
  .main_vr .article_h2 h2 .sp_tit {
    display: block;
    font-size: 7vw;
  }
  .main_vr .vr_box {
    width: 90%;
    margin: 0 auto 10%;
    padding: 5%;
    background: #fff;
  }
  .main_vr .vr_box .box .ph {
    margin-bottom: 3%;
  }
  .main_vr .vr_box .box .ph li {
    width: 100%;
    margin-bottom: 3%;
    float: none;
  }
  .main_vr .vr_box .box .ph li:last-child {
    margin-bottom: 0;
    float: none;
  }
  .main_vr .vr_box .box .vr {
    width: 100%;
    float: none;
  }
  .main_vr .vr_box .box .vr video {
    width: 100%;
  }
  .main_vr .tit_box {
    margin-bottom: 5%;
    text-align: center;
  }
  .main_vr .tit_box h3 {
    position: relative;
    color: #232323;
    font-size: 5.5vw;
    line-height: 1.3;
    font-family: source-han-sans-japanese, sans-serif;
  }
}

.main_vr .section_gallery {
  width: 1050px;
  margin: 0 auto 120px;
}

.main_vr .section_gallery .box_gallery .slidegallery .thumb_gallery li {
  margin-right: 4px;
}

.main_vr .section_gallery .box_gallery .tbl01 {
  width: 80%;
  margin: 80px auto 90px;
}

.main_vr .section_gallery .box_about {
  margin-top: 10px;
  margin-bottom: 80px;
  padding: 40px 40px 30px;
  background: #fff3e9;
}

.main_vr .section_gallery .box_about dl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.main_vr .section_gallery .box_about dl dt {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  background: #e16a03;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

.main_vr .section_gallery .box_about dl dd {
  font-size: 16px;
}

.main_vr .box_map {
  width: 1050px;
  margin: 50px auto 120px;
}

.main_vr .box_map iframe {
  width: 100%;
  height: 240px;
}

.main_vr .box_cnt {
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.main_vr .box_cnt .tit_box {
  width: 1050px;
  margin: 0 auto 30px;
}

.main_vr .box_cnt .tit_box h3 {
  border-bottom: none;
  font-size: 40px;
}

.main_vr .box_cnt .ph_box {
  width: 60%;
  height: 500px;
  float: left;
  background: url(../vr/img/kitchen01.jpg) no-repeat;
  background-size: cover;
}

.main_vr .box_cnt .info_box {
  position: relative;
  width: 40%;
  height: 400px;
  float: right;
  text-align: center;
}

.main_vr .box_cnt .txt_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.main_vr .box_cnt .txt_inner .en {
  font-size: 34px;
  line-height: 1;
}

.main_vr .box_cnt .txt_inner .catch {
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.main_vr .box_cnt .ph02 {
  width: 1050px;
  margin: 40px auto 0;
}

.main_vr .box_kitchen {
  margin-bottom: 120px;
}

.main_vr .box_living .ph_box {
  float: right;
  background-image: url(../vr/img/living01.jpg);
}

.main_vr .box_living .info_box {
  float: left;
}
.main_vr .banner_youtube {
  width: 1050px;
  margin: 0 auto;
  margin-bottom: 70px;
}


@media screen and (max-width: 760px) {
  .main_vr .section_gallery {
    width: 90%;
    margin-bottom: 14%;
  }
  .main_vr .section_gallery .box_gallery {
    display: block;
  }
  .main_vr .section_gallery .box_gallery .slidegallery {
    width: 100%;
  }
  .main_vr .section_gallery .box_gallery .slidegallery .main_gallery {
    width: 100%;
    height: auto;
  }
  .main_vr .section_gallery .box_gallery .tbl01 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main_vr .box_map {
    width: 90%;
    margin: 10% auto 12%;
  }
  .main_vr .box_map iframe {
    height: 180px;
  }
  .main_vr .section_gallery .box_about {
    margin-top: 10%;
    margin-bottom: 0;
    padding: 5%;
  }
  .main_vr .section_gallery .box_about dl dt {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .main_vr .section_gallery .box_about dl dd {
    width: 76%;
    font-size: 14px;
  }
  .main_vr .box_cnt .tit_box {
    width: auto;
    margin: 0 auto;
  }
  .main_vr .box_cnt .tit_box h3 {
    font-size: 8vw;
  }
  .main_vr .box_cnt .ph_box {
    width: 100%;
    height: 220px;
    float: none;
  }
  .main_vr .box_cnt .info_box {
    width: 100%;
    height: auto;
    float: none;
  }
  .main_vr .box_cnt .txt_inner {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 90%;
    margin: 7% auto 0;
    transform: inherit;
  }
  .main_vr .box_cnt .txt_inner .en {
    font-size: 8vw;
  }
  .main_vr .box_cnt .txt_inner .catch {
    font-size: 15px;
    line-height: 1.4;
  }
  .main_vr .box_cnt .ph02 {
    width: auto;
    margin: 8% auto 0;
  }
  .main_vr .box_kitchen {
    margin-bottom: 20%;
  }
  .main_vr .banner_youtube {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
}

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

Company

**********************************************/
.main_company .mv {
  background-image: url(../company/img/main.jpg);
}

.main_company .section01 {
  max-width: 1120px;
  margin: 0 auto 70px;
  widows: 90%;
}

.main_company .section01 .inner {
  padding: 43px 0 64px;
  background: #eef0f0;
}

.main_company .section01 .box {
  width: 860px;
  margin: 0 auto;
}

.main_company .section01 .box .ph {
  width: 249px;
  float: left;
}

.main_company .section01 .box .txt {
  width: 580px;
  padding-top: 30px;
  float: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

.main_company .section02 {
  max-width: 1120px;
  margin: 0 auto 70px;
  widows: 90%;
}

.main_company .section03 {
  max-width: 1120px;
  margin: 0 auto 70px;
  widows: 90%;
}

.main_company .section03 .ph {
  width: 45%;
  max-width: 437px;
  float: left;
}

.main_company .section03 .txt {
  width: 57%;
  max-width: 647px;
  float: right;
}

.main_company .section03 dl.history_list {
  width: 100%;
  padding: 0 20px;
  text-align: left;
}

.main_company .section03 dl.history_list dt {
  width: 22%;
  margin-bottom: 20px;
  float: left;
  clear: left;
  font-weight: 500;
}

.main_company .section03 dl.history_list dd {
  width: 78%;
  margin-bottom: 20px;
  float: right;
}

.main_company .section04 {
  max-width: 1120px;
  margin: 0 auto 100px;
  padding: 43px 0 64px;
  background: #fff;
  widows: 90%;
}

.main_company .section04 .box {
  width: 914px;
  margin: 0 auto 45px;
}

.main_company .section04 .box:last-child {
  margin: 0 auto;
}

.main_company .section04 .box .map {
  width: 550px;
  float: right;
}

.main_company .section04 .box .map iframe {
  width: 100%;
  height: 249px;
}

.main_company .section04 .box .txt {
  width: 340px;
  float: left;
  font-weight: 500;
  text-align: left;
}

.main_company .section04 .box .txt .shop_tit {
  height: 52px;
  margin-bottom: 20px;
  padding-left: 60px;
  background: url(../company/img/icon_house.jpg) no-repeat left center;
  background-size: 42px auto;
}

.main_company .section04 .box .txt .shop_tit .name {
  font-size: 19px;
  letter-spacing: -1px;
}

.main_company .section04 .box .txt .shop_tit .time {
  font-size: 16px;
}

.main_company .section04 .box .txt .add {
  margin-bottom: 10px;
  font-size: 16px;
}

.main_company .section04 .box .txt .free_tel {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  background: #faeedb;
  font-size: 22px;
  line-height: 1;
}

.main_company .section04 .box .txt .fax {
  margin-bottom: 5px;
  font-size: 16px;
}

.main_company .section04 .box .txt .tel {
  margin-bottom: 5px;
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .main_company .section01 {
    width: 90%;
    margin: 0 5% 15%;
  }
  .main_company .section01 .inner {
    padding: 8% 4%;
  }
  .main_company .section01 .box {
    width: 100%;
  }
  .main_company .section01 .box .ph {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
  .main_company .section01 .box .txt {
    width: 100%;
    float: none;
    font-size: 1em;
  }
  .main_company .section02 {
    width: 90%;
    margin: 0 5% 15%;
  }
  .main_company .section03 {
    width: 90%;
    margin: 0 5% 15%;
  }
  .main_company .section03 .ph {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
  .main_company .section03 .txt {
    width: 100%;
    float: none;
  }
  .main_company .section03 dl.history_list {
    padding: 0;
  }
  .main_company .section03 dl.history_list dt {
    width: 100%;
    margin-bottom: 0;
    float: none;
    clear: both;
  }
  .main_company .section03 dl.history_list dd {
    width: 100%;
    margin-bottom: 3%;
    float: none;
  }
  .main_company .section04 {
    width: 90%;
    margin: 0 5% 15%;
    padding: 8% 4%;
  }
  .main_company .section04 .box {
    width: 100%;
    margin: 0 0 8%;
  }
  .main_company .section04 .box:last-child {
    margin: 0;
  }
  .main_company .section04 .box .map {
    width: 100%;
    margin-bottom: 5%;
    float: none;
  }
  .main_company .section04 .box .map iframe {
    height: 200px;
  }
  .main_company .section04 .box .txt {
    width: 100%;
    float: none;
  }
  .main_company .section04 .box .txt .shop_tit {
    height: 52px;
    margin-bottom: 3%;
    padding-left: 60px;
    background: url(../company/img/icon_house.jpg) no-repeat left center;
    background-size: 42px auto;
  }
  .main_company .section04 .box .txt .shop_tit .name {
    font-size: 4.67vw;
  }
  .main_company .section04 .box .txt .shop_tit .time {
    font-size: 4vw;
  }
  .main_company .section04 .box .txt .add {
    margin-bottom: 3%;
    font-size: 1em;
  }
  .main_company .section04 .box .txt .free_tel {
    display: block;
    margin-bottom: 3%;
    padding: 3%;
    font-size: 5.33vw;
  }
  .main_company .section04 .box .txt .fax {
    margin-bottom: 1%;
    font-size: 1em;
  }
  .main_company .section04 .box .txt .tel {
    margin-bottom: 1%;
    font-size: 1em;
  }
}

.main_company .anc_list {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

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

.main_company .anc_list li {
  display: inline-block;
  width: 14%;
  margin: 0 4px;
  vertical-align: top;
}

@media screen and (max-width: 760px) {
  .main_company .anc_list li {
    width: 44%;
    margin-bottom: 2%;
  }
}

.main_company .anc_list li a {
  display: block;
  padding: 16px 6px;
  background: #332a26;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

.main_company .section01,
.main_company .section02,
.main_company .section03,
.main_company .section04 {
  margin-top: -80px;
  padding-top: 80px;
}

.main_company .section01 .tit_box h3,
.main_company .section02 .tit_box h3,
.main_company .section03 .tit_box h3,
.main_company .section04 .tit_box h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #a8a8a8;
  color: #232323;
}

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

Policy

**********************************************/
.main_policy {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.main_policy h3 {
  margin-bottom: 15px;
  padding: 9px 0 9px 16px;
  background: #eef0f0;
  font-size: 18px;
}

.main_policy .txt_box {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 760px) {
  .main_policy {
    width: 90%;
  }
  .main_policy h3 {
    font-size: 3.73vw;
  }
  .main_policy .txt_box {
    margin-bottom: 10%;
    font-size: 1em;
  }
}

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

Thanks

**********************************************/
.thanks .section_flow {
  width: 90%;
  max-width: 1120px;
  margin: 80px auto 0;
}

.thanks .section_flow > .tit {
  margin-bottom: 20px;
  color: #e16900;
  font-size: 30px;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: center;
}

.thanks .section_flow .box {
  height: 353px;
  margin-bottom: 35px;
}

.thanks .section_flow .box .ph {
  width: 50%;
  max-width: 560px;
  height: 353px;
  float: left;
  overflow: hidden;
}

.thanks .section_flow .box .txt_box {
  position: relative;
  width: 50%;
  max-width: 560px;
  height: 353px;
  padding: 0 35px 0;
  float: right;
  background: #eef0f0;
}

.thanks .section_flow .box .txt_box .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 35px;
  transform: translate(-50%, -50%);
}

.thanks .section_flow .box .txt_box .num {
  margin-bottom: 10px;
  font-size: 39px;
  line-height: 1;
  font-family: montserrat, sans-serif;
}

.thanks .section_flow .box .txt_box .tit {
  margin-bottom: 10px;
  font-size: 25px;
  font-family: source-han-sans-japanese, sans-serif;
}

.thanks .section_flow .box.box01 {
  height: auto;
  padding: 24px;
  border: 1px solid #564C47;
}

.thanks .section_flow .box.box01 .ph {
  width: 50%;
  height: auto;
  float: left;
  overflow: hidden;
}

.thanks .section_flow .box.box01 .txt_box {
  width: 50%;
  height: 311px;
  float: right;
  background: none;
}

.thanks .section_flow .box.box01 .txt_box .wrap {
  padding: 0 0 0 35px;
}

.thanks .section_flow .box.box01 .txt_box .tit {
  margin-bottom: 0;
  font-size: 22px;
}

.thanks .section_flow .box:nth-child(2n+1) .ph {
  float: right;
}

.thanks .section_flow .box:nth-child(2n+1) .txt_box {
  float: left;
}

.thanks .section_flow .box.box08 {
  margin-bottom: 55px;
}

.thanks .section_flow .btn {
  width: 400px;
  height: 66px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #564C47;
}

.thanks .section_flow .btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #AFD2D0;
  color: #232323;
  font-weight: bold;
  font-size: 17px;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
  transition: all .4s;
}

@media screen and (max-width: 760px) {
  .thanks .section_flow {
    width: 100%;
    margin: 10% auto 0;
    padding: 0 5%;
  }
  .thanks .section_flow > .tit {
    margin-bottom: 4%;
    color: #e16900;
    font-size: 6vw;
    font-family: source-han-sans-japanese, sans-serif;
    text-align: center;
  }
  .thanks .section_flow .box {
    height: auto;
    margin-bottom: 10%;
  }
  .thanks .section_flow .box .ph {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    float: none;
    overflow: hidden;
  }
  .thanks .section_flow .box .txt_box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8% 4%;
    float: none;
    background: #eef0f0;
  }
  .thanks .section_flow .box .txt_box .wrap {
    position: static;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 0;
    transform: translate(0, 0);
  }
  .thanks .section_flow .box .txt_box .num {
    margin-bottom: 2%;
    font-size: 8vw;
    line-height: 1;
    font-family: montserrat, sans-serif;
  }
  .thanks .section_flow .box .txt_box .tit {
    margin-bottom: 2%;
    font-size: 5.5vw;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .thanks .section_flow .box .txt_box .txt {
    font-size: 3.8vw;
  }
  .thanks .section_flow .box.box01 {
    height: auto;
    padding: 4%;
    border: 1px solid #564C47;
  }
  .thanks .section_flow .box.box01 .ph {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
  }
  .thanks .section_flow .box.box01 .txt_box {
    width: 100%;
    height: auto;
    padding: 5% 4% 0;
    float: none;
    background: none;
  }
  .thanks .section_flow .box.box01 .txt_box .wrap {
    padding: 0 0 0 0;
  }
  .thanks .section_flow .box.box01 .txt_box .tit {
    margin-bottom: 0;
    font-size: 5vw;
    text-align: center;
  }
  .thanks .section_flow .box:nth-child(2n+1) .ph {
    float: none;
  }
  .thanks .section_flow .box:nth-child(2n+1) .txt_box {
    float: none;
  }
  .thanks .section_flow .box.box08 {
    margin-bottom: 10%;
  }
  .thanks .section_flow .btn {
    width: 90%;
    height: 66px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #564C47;
  }
  .thanks .section_flow .btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #AFD2D0;
    color: #232323;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 64px;
    text-align: center;
    text-decoration: none;
    transition: all .4s;
  }
}

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

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

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

ul.horizontal li {
  display: inline-block;
  margin: 0 7px;
  border-radius: 4px;
  font-weight: 500;
  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: 4px;
  background: #e16900;
  color: #FFF;
}

ul.horizontal li input {
  display: block;
  position: absolute;
  left: -9999px;
}

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

ul.horizontal li input:hover,
ul.horizontal li.active input {
  border-radius: 4px;
  background: #e16900;
  color: #FFF;
}

ul.horizontal li input:checked + label {
  border-radius: 4px;
  background-color: #e16900;
  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;
  }
}

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

Works

---------------------------------------------------------- */
.main_works .container {
  width: 95%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.main_works .page-intro__wrap {
  padding: 68px 0 30px;
}

.main_works .section_index {
  width: 1000px;
}

.main_works .section_index .search ul {
  margin-bottom: 20px;
  text-align: center;
}

.main_works .section_index .search ul li {
  display: inline-block;
}

.main_works .section_index .search ul li input {
  position: absolute;
  left: -9999px;
}

.main_works .section_index .search ul li label {
  -webkit-user-select: none;
      -ms-user-select: none;
  display: block;
  position: relative;
  margin: 0 5px 10px;
  padding: 6px 20px;
  border-radius: 21px;
  color: #232323;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .2s;
          user-select: none;
}

.main_works .section_index .search ul li input:checked + label {
  background: #e16900;
  color: #fff;
}

.main_works .section_index .search .btn_area {
  width: 100%;
  margin-bottom: 40px;
  padding: 15px;
  background: #EEE6E1;
  text-align: center;
}

.main_works .section_index .search .btn_area p {
  display: inline-block;
}

.main_works .section_index .search .btn_area input {
  width: 304px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #e16900;
  border-radius: 4px;
  background: #fff url(../img/icn_btn_1.png) no-repeat 95% 50%;
  background-size: 5px auto;
  color: #e16900;
  font-weight: bold;
  text-align: center;
}

.main_works .section_index .box a {
  display: flex;
  flex-direction: column;
}

.main_works .section_index .box a:hover .ph_box::after {
  right: 0;
  left: auto;
  width: 0;
}

.main_works .section_index .box a:hover .ph_box::after .big img {
  transform: translate(-50%, -50%);
}

.main_works .section_index .box .info_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0 !important;
}

.main_works .section_index .box .info_box .tit {
  width: 100%;
  max-height: 47px;
  color: #e16900;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
}

.main_works .section_index .box .ph.ph_sys.small {
  width: 70px !important;
  height: 70px !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50% !important;
}

.main_works .section_index .box .ph.ph_sys.small img {
  width: 100%;
  height: 100%;
}

.main_works .section_index .box .ph_box {
  position: relative;
  order: -1;
  width: 100%;
  min-height: 0%;
  margin-bottom: 1%;
  padding-bottom: 0;
}

.main_works .section_index .box .ph_box .big {
  z-index: 15;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.5%;
  overflow: hidden;
}

.main_works .section_index .box .ph_box .big img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: .4s;
}

@media screen and (max-width: 760px) {
  .main_works .container {
    width: 100%;
  }
  .main_works .page-intro__wrap {
    padding: 9% 0 9.8%;
  }
  .main_works .section_index {
    width: 100%;
  }
  .main_works .section_index .search ul {
    margin-bottom: 20px;
    text-align: center;
  }
  .main_works .section_index .search ul li {
    display: inline-block;
    width: 50%;
  }
  .main_works .section_index .search ul li input {
    position: absolute;
    left: -9999px;
  }
  .main_works .section_index .search ul li label {
    -webkit-user-select: none;
        -ms-user-select: none;
    display: block;
    position: relative;
    margin: 0 5px 10px;
    padding: 4% 1%;
    border-radius: 21px;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .2s;
            user-select: none;
  }
  .main_works .section_index .search .btn_area {
    width: 100%;
    margin-bottom: 40px;
    padding: 15px;
    background: #EEE6E1;
    text-align: center;
  }
  .main_works .section_index .search .btn_area p {
    display: inline-block;
    width: 80%;
  }
  .main_works .section_index .search .btn_area input {
    width: 100%;
    height: 56px;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #e16900;
    border-radius: 4px;
    background: #fff url(../img/icn_btn_1.png) no-repeat 95% 50%;
    background-size: 5px auto;
    color: #e16900;
    font-weight: bold;
    text-align: center;
  }
  .main_works .section_index .box {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10% !important;
  }
  .main_works .section_index .box:nth-child(3n) {
    margin-right: 0 !important;
  }
  .main_works .section_index .box a {
    display: flex;
    flex-direction: column;
  }
  .main_works .section_index .box a:hover .ph_box::after {
    right: 0;
    left: auto;
    width: 0;
  }
  .main_works .section_index .box a:hover .ph_box::after .big img {
    transform: translate(-50%, -50%);
  }
  .main_works .section_index .box .info_box .tit {
    max-height: 47px;
    color: #e16900;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
  }
  .main_works .section_index .box .ph_box {
    position: relative;
    order: -1;
    width: 100%;
    min-height: 0%;
    margin-bottom: 1%;
    padding-bottom: 0;
  }
  .main_works .section_index .box .ph_box .big {
    z-index: 15;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.5%;
    overflow: hidden;
  }
  .main_works .section_index .box .ph_box .big img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: .4s;
  }
  .main_works .section_index .box .ph_box .small {
    z-index: 20;
    position: absolute;
    top: 40.66vw;
    right: -9%;
    width: 22.933vw !important;
    height: 22.933vw !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-radius: 50% !important;
  }
  .main_works .section_index .box .ph_box .small img {
    width: 100%;
    height: 100%;
  }
}

.main_works .info_box .icon_lists {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 9px;
}

.main_works .info_box .icon_lists .icon_box {
  width: 75%;
  max-height: 33px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.main_works .info_box .icon_lists .icon_box li {
  display: inline-block;
  margin: 0 1px;
  padding: 0 10px;
  background: #232323;
  color: #fff;
  font-size: 11px;
  line-height: 3;
}

.main_works .info_box .icon_lists .ph {
  width: 30%;
}

/*共通近日開催エリア*/
.infomation_event_list .heading-1 small {
  font-size: 3.88rem;
}

.infomation_event_list .event-info a {
  height: 240px;
}

.infomation_event_list .event-tag {
  max-height: 30px;
  overflow: hidden;
}

.infomation_event_list .event-category {
  max-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .infomation_event_list {
    /* for sp Device Only */
  }
  .infomation_event_list .event-info a {
    height: auto;
  }
  .infomation_event_list .heading-1 small {
    font-size: 5vw;
  }
  .infomation_event_list .event-tag {
    max-height: 26px;
  }
  .infomation_event_list .event-category {
    max-height: 26px;
  }
  .infomation_event_list .event-info__lead {
    height: auto;
    max-height: 52px;
  }
}

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

Insta吐出し

**********************************************/
.front-instagram {
  margin-bottom: 100px;
}

.front-instagram__head {
  width: 175px;
  margin: 0 auto 23px;
}

.front-instagram__head img {
  width: 100%;
}

.front-instagram__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

.front-instagram__item {
  position: relative;
  width: 14%;
}

.front-instagram__item:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.front-instagram__item:nth-child(8),
.front-instagram__item:nth-child(9) {
  display: none;
}

@media screen and (max-width: 760px) {
  .front-instagram__item:nth-child(8),
  .front-instagram__item:nth-child(9) {
    display: block;
  }
}

.front-instagram__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}

.front-instagram__data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.478rem;
  line-height: 1.35656;
}

.front-instagram__data dt {
  margin-right: 20px;
}

.front-instagram__sns {
  display: flex;
  align-items: center;
}

.front-instagram__account + .front-instagram__account {
  margin-left: 24px;
}

.front-instagram__account a {
  display: flex;
  align-items: center;
  transition: .3s;
}

.front-instagram__account a::before {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  content: '';
}

.front-instagram__account a:hover {
  opacity: .7;
}

.front-instagram__account.-facebook a::before {
  background: url(../img/icn_facebook.png) no-repeat center/contain;
}

.front-instagram__account.-instagram a::before {
  background: url(../img/icn_instagram.png) no-repeat center/contain;
}

.front-instagram__account.-pinterest a::before {
  background: url(../img/icn_pinterest.png) no-repeat center/contain;
}

@media screen and (max-width: 760px) {
  .front-instagram {
    margin-bottom: 18.4vw;
  }
  .front-instagram__head {
    width: 44.13333vw;
    margin-bottom: 3.6vw;
  }
  .front-instagram__items {
    flex-wrap: wrap;
    width: 90.66667vw;
    margin: 0 auto 5.2vw;
  }
  .front-instagram__item {
    width: 29.6vw;
    margin-bottom: 0.8vw;
  }
  .front-instagram__data {
    flex-direction: column;
    font-size: 4.26667vw;
    line-height: 1.23687;
  }
  .front-instagram__data dt {
    margin: 0 0 3.86667vw;
  }
  .front-instagram__account + .front-instagram__account {
    margin-left: 5.73333vw;
  }
  .front-instagram__account a {
    font-size: 3.88933vw;
    line-height: 1.35687;
  }
  .front-instagram__account a::before {
    width: 6.94453vw;
    height: 6.94453vw;
    margin-right: 1.6vw;
  }
}

@media print, screen and (min-width: 741px) {
  .main_bg_cnt .unit {
    max-width: 1700px;
    margin: 0 auto;
    background-position: center top;
    background-size: 1700px auto;
  }
  .main_bg_cnt .unit_main {
    height: 1465px;
    padding-top: 1095px;
    background: url(../reason/img/bg_main.jpg) no-repeat center top;
    background-size: auto 1095px;
  }
  .main_bg_cnt .unit_main ul {
    width: 1100px;
    margin: 0 auto;
  }
  .main_bg_cnt .unit_main li {
    width: 267px;
    margin-right: 10px;
    float: left;
  }
  .main_bg_cnt .unit_main li:last-child {
    margin-right: 0;
  }
  .main_bg_cnt .unit01 {
    height: 1204px;
    background-image: url(../reason/img/bg_reason01.jpg);
    background-repeat: no-repeat;
  }
  .main_bg_cnt .unit02 {
    height: 1248px;
    background-image: url(../reason/img/bg_reason02.jpg);
    background-repeat: no-repeat;
  }
  .main_bg_cnt .unit03 {
    height: 2945px;
    background-image: url(../reason/img/bg_reason03.jpg);
    background-repeat: no-repeat;
  }
  .main_bg_cnt .unit04 {
    height: 2393px;
    background-image: url(../reason/img/bg_reason04.jpg);
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 760px) {
  .main_bg_cnt .unit_main ul {
    width: 90%;
    margin: 0 auto 13%;
  }
  .main_bg_cnt .unit_main li {
    width: 49%;
    margin-bottom: 2%;
    float: left;
  }
  .main_bg_cnt .unit_main li:nth-child(2n) {
    float: right;
  }
  .main_bg_cnt .unit02 {
    background: #EEF3F6;
  }
  .main_bg_cnt .unit02 .slider {
    width: 90%;
    margin: 0 auto;
    overflow-x: scroll;
  }
  .main_bg_cnt .unit02 .slider img {
    width: 788px;
    max-width: 788px;
    height: auto;
  }
  .main_bg_cnt .unit03 {
    padding-bottom: 13%;
    background: #F5F7F1;
  }
  .main_bg_cnt .unit03 dl {
    position: relative;
  }
  .main_bg_cnt .unit03 dt {
    height: 23vw;
  }
  .main_bg_cnt .unit03 dt.active {
    height: auto;
  }
  .main_bg_cnt .unit03 dt img {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
  }
  .main_bg_cnt .unit03 dt.active img {
    bottom: -5vw;
  }
  .main_bg_cnt .unit03 dd {
    display: none;
    padding-bottom: 19%;
  }
  .main_bg_cnt .unit04 {
    background: #F6EEF0;
  }
  .main_bg_cnt .unit04 .slider {
    width: 90%;
    margin: 0 auto;
    overflow-x: scroll;
  }
  .main_bg_cnt .unit04 .slider img {
    width: 600px;
    max-width: 600px;
    height: auto;
  }
  .main_bg_cnt dl dt.active {
    display: none;
  }
}

@media print, screen and (min-width: 741px) {
  .main_reason.main_naka .unit_intro {
    height: 476px;
    padding-top: 476px;
    background: url(../reason/img/bg_main.jpg) no-repeat center top;
    background-size: auto 476px;
  }
}

@media screen and (max-width: 760px) {
  .main_reason.main_naka .unit_intro .page-intro__mv {
    margin-bottom: 0;
  }
}

.main_reason.main_naka .unit_message {
  margin-top: 70px;
  margin-bottom: 60px;
  text-align: center;
}

.main_reason.main_naka .unit_message h2 {
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 28px;
}

.main_reason.main_naka .unit_message h2::after {
  z-index: 1000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 21px;
  height: 1px;
  transform: translateX(-50%);
  background: #e16900;
  content: "";
}

.main_reason.main_naka .unit_message h3 {
  font-weight: bold;
  font-size: 20px;
}

.main_reason.main_naka .unit_message .title {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #b60000;
  font-size: 39px;
  line-height: 1.3;
  font-family: YuMincho,'Yu Mincho',serif;
}

.main_reason.main_naka .unit_message .text {
  margin-top: 15px;
}

.main_reason.main_naka .unit_message .sub {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 40px 8px;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 760px) {
  .main_reason.main_naka .unit_message {
    margin-top: 3vw;
    padding: 0 5%;
  }
  .main_reason.main_naka .unit_message h2 {
    font-size: 6vw;
    line-height: 1.5;
  }
  .main_reason.main_naka .unit_message h3 {
    font-size: 4.2vw;
    line-height: 1.5;
  }
  .main_reason.main_naka .unit_message .text {
    font-size: 3.6vw;
  }
  .main_reason.main_naka .unit_message .title {
    font-size: 8vw;
  }
  .main_reason.main_naka .unit_message .sub {
    line-height: 1.5;
  }
}

.main_reason.main_naka .unit_main {
  height: auto;
  margin-bottom: 100px;
  padding: 0;
  background: none;
}

.main_reason.main_naka .page-detail__item {
  margin: 0 auto;
  text-align: center;
}

.main_reason.main_naka .page-detail__item h3 {
  margin-bottom: 35px;
}

.main_reason.main_naka .page-detail__item .title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}

.main_reason.main_naka .page-detail__item .text {
  font-size: 14px;
}

.main_reason.main_naka .page-detail__item .sub {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 27px;
}

.main_reason.main_naka .page-detail__item .box-1 {
  margin-bottom: 60px;
}

.main_reason.main_naka .unit_reason {
  padding: 120px 0 110px;
}

@media print, screen and (min-width: 741px) {
  .main_reason.main_naka .page-detail__item .box-1 {
    width: 1120px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .main_reason.main_naka .unit_reason {
    padding: 12% 0;
    opacity: 1;
  }
  .main_reason.main_naka .unit_reason .box-1__wrap > * {
    visibility: inherit;
    opacity: 1;
  }
  .main_reason.main_naka .unit_reason .box-1__wrap {
    height: auto;
    padding: 0 5%;
    overflow: inherit;
  }
  .main_reason.main_naka .unit_reason .box-1__wrap .text {
    text-align: left;
  }
  .main_reason.main_naka .unit_reason .sub {
    line-height: 1.5;
  }
  .main_reason.main_naka .unit_reason .title {
    font-size: 4.6vw;
  }
  .main_reason.main_naka .unit_reason .page-detail__item .title {
    font-size: 4.6vw;
  }
}

.main_reason.main_naka .page-detail__item .reason01 {
  background: #faf2e9;
}

.main_reason.main_naka .page-detail__item .reason01 .sub {
  margin-top: 40px;
}

.main_reason.main_naka .page-detail__item .reason01 .box-1__image {
  width: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .main_reason.main_naka .page-detail__item .reason01 .sub {
    margin-top: 6%;
    font-size: 4.8vw;
  }
  .main_reason.main_naka .page-detail__item .reason01 .box-1 {
    margin-bottom: 0;
  }
}

.main_reason.main_naka .page-detail__item .reason02 {
  background: #eef3f6;
}

.main_reason.main_naka .page-detail__item .reason02 .sub {
  margin-top: 40px;
}

.main_reason.main_naka .page-detail__item .reason02 .text {
  margin-bottom: 40px;
  text-align: left;
}

.main_reason.main_naka .page-detail__item .reason02 .box-1__image {
  width: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .main_reason.main_naka .page-detail__item .reason02 .image02 {
    width: 80%;
  }
  .main_reason.main_naka .page-detail__item .reason02 .unit_ph {
    overflow-x: scroll;
  }
  .main_reason.main_naka .page-detail__item .reason02 .unit_ph figure {
    width: 600px;
  }
  .main_reason.main_naka .page-detail__item .reason02 .box-1 {
    margin-bottom: 0;
  }
}

.main_reason.main_naka .page-detail__item .reason03 {
  background: #f5f7f1;
}

.main_reason.main_naka .page-detail__item .reason03 .box-1__item {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7d7b4;
  text-align: left;
}

.main_reason.main_naka .page-detail__item .reason03 .box-1__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.main_reason.main_naka .page-detail__item .reason03 h4 {
  margin-bottom: 20px;
}

.main_reason.main_naka .page-detail__item .reason03 .sub {
  margin-bottom: 5px;
  font-size: 18px;
}

.main_reason.main_naka .page-detail__item .reason03 .box-1__detail .text {
  margin-bottom: 40px;
  text-align: left;
}

.main_reason.main_naka .page-detail__item .reason03 .box-1__detail .inner02 {
  margin-top: 60px;
}

.main_reason.main_naka .page-detail__item .reason03 .box-1__heading {
  width: auto;
  height: 39px;
}

.main_reason.main_naka .page-detail__item .reason03 .box-1__heading img {
  width: auto;
  height: 100%;
}

@media print, screen and (min-width: 741px) {
  .main_reason.main_naka .page-detail__item .reason03 .box-1__detail {
    width: 700px;
  }
  .main_reason.main_naka .page-detail__item .reason03 .box-1__image {
    width: 381px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 760px) {
  .main_reason.main_naka .page-detail__item .reason03 .box-1__item.-reverse {
    flex-direction: column-reverse;
  }
  .main_reason.main_naka .page-detail__item .reason03 .box-1__heading {
    height: 32px;
  }
  .main_reason.main_naka .page-detail__item .reason03 .box-1__detail .inner02 {
    display: none;
    margin-top: 8%;
  }
  .main_reason.main_naka .page-detail__item .reason03 .btn_more {
    height: 52px;
    margin-bottom: 6%;
    background: #a2a1a1;
    color: #fff;
    line-height: 50px;
    text-align: center;
  }
  .main_reason.main_naka .page-detail__item .reason03 .btn_more.active {
    display: none;
  }
  .main_reason.main_naka .page-detail__item .reason03 .toggle_sp {
    display: none;
  }
  .main_reason.main_naka .page-detail__item .reason03 .box-1__item05.-reverse {
    flex-direction: column;
  }
  .main_reason.main_naka .page-detail__item .reason03 .box-1 {
    margin-bottom: 0;
  }
  .main_reason.main_naka .page-detail__item .reason03 .toggle_sp .box-1__image {
    margin-top: 8%;
  }
}

.main_reason.main_naka .page-detail__item .reason04 {
  background: #f6eef0;
}

.main_reason.main_naka .page-detail__item .reason04 h5 {
  margin-bottom: 20px;
  padding: 6px 40px 8px;
  border-top: 1px solid #cfa2ad;
  border-bottom: 1px solid #cfa2ad;
  background: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

.main_reason.main_naka .page-detail__item .reason04 .box-1__detail {
  width: auto;
  margin-bottom: 50px;
}

.main_reason.main_naka .page-detail__item .reason04 .box-1__item02 {
  margin-top: 40px;
}

.main_reason.main_naka .page-detail__item .reason04 .box-1__item {
  text-align: left;
}

.main_reason.main_naka .page-detail__item .reason04 .box-1__item .box-1__detail .sub {
  margin-bottom: 5px;
  font-size: 18px;
}

@media print, screen and (min-width: 741px) {
  .main_reason.main_naka .page-detail__item .reason04 .box-1__image02 {
    width: 948px;
    margin: 30px auto 50px;
  }
  .main_reason.main_naka .page-detail__item .reason04 .box-1__item .box-1__detail {
    width: 700px;
  }
  .main_reason.main_naka .page-detail__item .reason04 .box-1__item .box-1__image {
    width: 380px;
  }
}

@media screen and (max-width: 760px) {
  .main_reason.main_naka .page-detail__item .reason04 h5 {
    padding: 6px 3% 8px;
    font-size: 4.2vw;
  }
  .main_reason.main_naka .page-detail__item .reason04 .box-1__image02 {
    width: 86%;
    margin: 10% auto 0;
  }
  .main_reason.main_naka .page-detail__item .reason04 .unit_ph {
    width: auto;
    overflow-x: scroll;
  }
  .main_reason.main_naka .page-detail__item .reason04 .unit_ph figure {
    width: 500px;
  }
  .main_reason.main_naka .page-detail__item .reason04 .box-1 {
    margin-bottom: 0;
  }
}

.contact {
  text-align: center;
}

.contact h2 {
  font-size: 50px;
}

.contact .tit {
  padding-bottom: 20px;
}

.contact .txt {
  padding-bottom: 25px;
  text-align: justify;
}

.contact .contact_contents {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}

.contact dl {
  width: 48%;
  padding: 20px 0;
  background: #eef0f0;
}

.contact .tel {
  font-weight: bold;
  font-size: 30px;
}

.contact .tel a {
  pointer-events: none;
}

.contact .form {
  margin-top: 7%;
  font-size: 20px;
}

.contact .tel_icon {
  display: inline-block;
  width: 20px;
}

@media screen and (max-width: 760px) {
  .contact h2 {
    margin-bottom: 5%;
    font-size: 14vw;
  }
  .contact .contact_contents {
    display: block;
    width: 100%;
  }
  .contact dl {
    width: 100%;
    margin-bottom: 5%;
  }
  .contact .tel a {
    pointer-events: all;
  }
  .contact .form {
    margin-top: 3%;
  }
}
/*# sourceMappingURL=naka.css.map */
