@charset "utf-8";
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* @media (max-device-width: 980px) {*/
/* タブレット スマホ */
@media (max-width: 739px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
  }
  body {
    overflow-x: hidden;
    padding-top: 55px;
  }
  .header {
    width: 100%;
    height: auto;
  }
  .contents {
    width: 100%;
    height: auto;
  }
  .contents-main {
    width: 100%;
    height: auto;
    float: none;
  }
  .hero-cmn {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  .hero-cmn .txt-header {
    font-size: 24px;
  }
  .hero-cmn .txt-header_small {
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .hero-cmn .txt-header_small {
    font-size: 20px;
  }
  .hero-cmn .txt-header_small h1 {
    font-size: 20px;
  }
  .hero-cmn .txt-header span {
    font-size: 10px;
    line-height: 18px;
    margin-top: 0px;
  }
  .hero-item .txt-header {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 5px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .txt-heading {
    margin-top: 15%;
  }
  .txt-subheading {
    margin-bottom: 10%;
    padding-top: 0px;
  }
  .box-about-item .txt-middle {
    width: 200px;
    height: 150px;
  }
  .box-about-item .txt-middle .inner {
    height: 80%;
  }
  .box-flex .box-gallery-item {
    width: 100%;
    background-color: #fff;
  }
  .box-item .box-menu-item, .box-flex .box-staff-item {
    width: 50%;
  }
  .box-menu-item .btn-menu {
    display: none !important;
  }
  .box-flex .box-menu-item .txt-middle img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .box-flex .box-gallery-item .txt-middle {
    position: static;
    opacity: 100;
    transform: none;
    color: #000;
    width: 60%;
    margin: 2.5% auto 7.5% auto;
  }
  .box-flex .box-gallery-item .txt-middle hr {
    border-top: 1px solid #000;
  }
  .box-staff-item .txt-bottom {
    position: static;
    opacity: 100;
    transform: none;
    width: 100%;
    margin: 2.5% auto 7.5% auto;
  }
  .view-link {
    margin-top: 5%;
    margin-right: 5%;
  }
  .box-row-cmn-02 {
    margin: 0;
    padding: 0 5%;
  }
  #yawalog {
    margin-bottom: 10%;
  }
  .box-blog-item {
    margin: 0px;
  }
  .card-cmn-body {
    width: 100%;
    margin-bottom: 7.5%;
  }
  .card-cmn-body .txt-title {
    font-size: 13px;
    line-height: 18px;
  }
  .footer {
    margin-top: 0px;
  }
  .footer .footer-in {
    width: 100%;
  }
  .footer .footer-in .footer-contents {
    width: 100%;
  }
  .footer .footer-in .footer-contents .box-col-cmn {
    width: 100%;
    float: none;
  }
  .footer .footer-in .footer-contents .footer-logo {
    width: 50%;
    margin: 0 auto 5% auto;
  }
  .footer .footer-in .footer-contents .box-cmn.box-footer {
    width: 80%;
    height: auto;
    margin: 0 auto 5% auto;
    padding: 0px;
  }
  .footer .footer-in .footer-contents .box-contact {
    width: 100%;
    height: auto;
    margin: 2.5% auto;
  }
  .footer .footer-utility {
    line-height: 40px;
  }
  .footer .footer-utility .footer-utility-in {
    width: 100%;
    height: auto;
  }
  .footer .footer-utility .footer-links {
    width: 80%;
    height: auto;
    float: none;
    margin: 0 auto 1.5% auto;
  }
  .footer .footer-utility .footer-utility-in .inner {
    width: 100%;
    height: auto;
    float: none;
  }
  .footer .footer-utility .footer-links li {
    width: 50%;
    height: auto;
    margin-right: 0px;
    text-align: center;
  }
  .footer .footer-utility .footer-links li:nth-child(odd) {
    float: left;
  }
  .footer .footer-utility .footer-links li:nth-child(even) {
    float: right;
  }
  .footer .footer-copyright {
    float: none;
    margin-right: 0px;
    text-align: center;
    width: 100%;
    clear: both;
    font-size: 10px;
  }
  .footer .footer-utility .inner p {
    padding-top: 2.5%;
  }
  .footer .footer-utility .inner p a {
    color: #fff;
    padding: 0 5%;
  }
  .sp_header {
    width: 100%;
    height: 55.5px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background-color: #fff;
  }
  .sp_header .logo_sp {
    width: 40%;
    margin: 5px 0 0 10px;
  }
  .drawer-nav_main ul li {
    margin-bottom: 5%;
    font-size: 16px;
    line-height: 26px;
  }
  .ttl-cmn-01 {
    margin-bottom: 5%;
    padding: 0 5%;
  }
  .box-row-cmn-03 {
    padding: 0px 5%;
    margin-bottom: 10%;
  }
  .box-row-cmn-03 p {
    padding-right: 0px !important;
  }
  .box-about-cmn {
    padding: 0 5%;
    margin-bottom: 7.5%;
  }
  .box-about-cmn .box-col-cmn-3 {
    width: calc(50% - 0px);
    margin-right: 0px;
    margin-bottom: 5%;
  }
  .box-about-cmn p {
    padding: 0 5%;
  }
  .box-fusuma {
    display: block;
    margin: 0 auto 5% auto;
    justify-content: center;
    width: 90%;
  }
  .box-fusuma-left {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  .box-fusuma-left img {
    width: 100%;
    height: auto;
  }
  .box-fusuma-right {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .box-fusuma-right .label {
    margin-bottom: 5%;
    font-size: 14px;
  }
  .box-grid-cmn .box-col-cmn-3 {
    width: calc(50% - 0px);
    margin-right: 0px;
    padding: 0 2.5%;
    margin-bottom: 5%;
  }
  .box-grid-cmn .box-col-cmn-2 {
    width: calc(100% - 0px);
    margin-right: 0px;
    padding: 0;
    margin-bottom: 5%;
  }
  .box-grid-cmn .box-col-cmn-3-single {
    width: calc(100% - 0px);
  }
  .box-grid-cmn .box-col-cmn-3-single .card-cmn img {
    width: 100%;
    height: auto;
  }
  .card-cmn-02 {
    padding: 0px;
  }
  .box-grid-cmn {
    margin-bottom: 5%;
  }
  .box-grid-cmn p img {
    padding-bottom: 0%;
    margin-bottom: 2.5%;
  }
  .box-grid-cmn .ttl-cmn-03 {
    margin-bottom: 2.5%;
  }
  .box-grid-cmn hr {
    margin: 1.5% 0;
  }
  .card-cmn-02 ul li {
    margin-bottom: 1.5%;
  }
  .modules-button-group.center {
    padding: 0;
    margin-bottom: 10%;
  }
  .modules-button-group > ul > li {
    width: 50%;
    margin-bottom: 5%;
  }
  .btn-cmn {
    padding: 0px;
  }
  .btn-cmn.btn-01.prev::before {
    left: -15px;
    top: 11.5px;
  }
  .btn-cmn.btn-01.next::after {
    right: -15px;
    top: 11.5px;
  }
  .modules-button-group {
    margin-top: 0px !important;
    padding-right: 0px !important;
  }
  /*
  .modules-button-group ul li:last-child {
    width: 100%;
    margin: 0% auto 5% auto;
    float: none;
    padding: 10px;
    clear: both;
  }
  */
  .modules-button-group .btn-cmn {
    padding: 5px;
  }
  .form-inline .form-cmn-select {
    width: 44%;
    margin: 0 2.5% 5% 2.5%;
  }
  .form-inline .form-cmn-select select {
    width: 100%;
    margin-left: 0px;
  }
  .box-area-cmn {
    padding: 0px;
    margin-bottom: 10%;
  }
  .box-area-cmn .inner {
    padding: 5%;
    display: block;
  }
  .box-area-cmn .box-district {
    width: 100%;
    margin-bottom: 5%;
  }
  .box-area-cmn .box-maps {
    margin-left: 0px;
  }
  .table-cmn thead th {
    font-size: 14px;
  }
  .table-cmn tbody tr th {
    font-size: 14px;
  }
  .table-cmn td {
    font-size: 12px;
    vertical-align: middle;
  }
  .contact_form table th {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .contact_form table td {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 0px;
  }
  .list-cmn-01 > ul > li {
    margin-bottom: 10%;
    padding-bottom: 0px;
  }
  .list-cmn-01 li .box-left {
    width: 15%;
    margin-right: 5%;
  }
  .list-cmn-01 li .box-right {
    width: 80%;
  }
  .company_memo {
    margin-bottom: 10%;
  }
  .company_memo table {
    width: 100%;
    border-top: 1px solid #998676;
  }
  .company_memo table tr th {
    width: 100%;
    display: block;
    padding: 15px 0px 2.5px 10px;
    border-bottom: none;
    vertical-align: top;
    font-weight: bold;
    font-size: 16px;
  }
  .company_memo table tr td {
    width: 100%;
    display: block;
    padding: 2.5px 0px 15px 10px;
    border-bottom: 1px solid #998676;
  }
  .company_memo table tr td span {
    font-size: 15px;
    font-weight: bold;
  }
  .menu_list {
    width: 100%;
    height: auto;
  }
  .menu_list ul li {
    width: 90%;
    height: auto;
    margin: 0 auto 5% auto;
    float: none;
  }
  .menu_list ul li a {
    display: block;
    width: 100%;
    position: relative;
  }
  .menu_list ul li a p {
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Cinzel', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  }
  .menu_list ul li img {
    width: 100%;
    height: auto;
  }
  .menu_list ul li:nth-child(3n-1) {
    margin: 0 auto 5% auto;
  }
  .menu_list ul li a p span {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    display: block;
  }
.img_box{width: 100%; height: auto; margin: 0 auto 10% auto;}
.img_box_img{float: none; width: 60%; margin: 0 auto 2.5% auto;}
.img_box_memo{float: none; width: 90%; margin: 0 auto; height: auto;}
.img_box_memo .box-row-cmn-03{padding: 0px;}

}
