@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1280px) {
  body {
    width: 1280px;
  }
}
@media screen and (max-width: 1025px) {
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }

body.stop,body.open{
    position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
  .head_outer {
    position: absolute;
    top: 0;
  }
  header {
    display: none;
  }

  header h1 {
    display: none;
  }
  header li {
    margin: 10px 5px;
  }
.fixed_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: auto;
    bottom: 0;
    right: auto;
    left: auto;
    flex-direction: row-reverse;
}
.catalog_btn {
    width: 35%;
    position: relative;
    bottom: 0;
    transition: ease-in-out .5s;
    margin: 0;
}
.catalog_btn.active {
    bottom: 70vh;
    transition: cubic-bezier(0.68, -0.35, 0.6, 0.79) .75s;
}
.catalog_btn a {
    flex-direction: row;
    width: 100%;
    font-size: 1.4rem;
    justify-content: center;
    height: 48px;
}
.catalog_btn img {
    margin-right: 5px;
}
.contact_tag img {
    margin-right: 5px;
}
.contact_fixed{
    width: 65%;
    bottom: 0;
    transition: ease-in-out .5s;
}

.contact_fixed.active{
    right: 0;
    bottom: 70vh;
    transition: cubic-bezier(0.68, -0.35, 0.6, 0.79) .75s;
}
.contact_tag {
    flex-direction: row;
    width: 100%;
    height: 48px;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0;
    padding-right: 50px;
}
    .contact_tag:hover{
        opacity: 1;
    }
.contact_tag::after {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    transform: rotate(90deg);
    border: none;
}
.contact_panel {
    width: 101vw;
    top: 48px;
    left: -54%;
    height: 70vh;
    padding: 30px 5%;
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.panel_card {
    flex-direction: column;
    padding: 5px;
}
.panel_address {
    display: none;
}
.panel_info {
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
}
.panel_name {
    width: 100%;
    font-size: 1.4rem;
}
.panel_num a {
    padding: 0;
    border: none;
    font-size: 1.6rem;
}
.panel_num a::before {
    content: ' ';
    display: block;
    background: url(../img/icon_tel.png) center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.panel_btns {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}
.btn.panel_btn_book {
    margin-top: 20px;
}
.active .contact_tag::after {
    transform: rotate(270deg);
}
  /* ==========================
共通パーツ
============================= */
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .mail_form {
    display: none;
  }
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
  .sp_br {
    display: block;
  }


  /* ==========================
.mainvisual
============================= */

  /* ==========================
table
============================= */
  /*table th,table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 5%;
	}
	*/
  /* ==========================
======== スマホメニュー =======
============================= */
#sp_logo {
    padding-left: 5%;
    width: calc(100% - 10% - 70px);
}
  #sp_logo img {
    max-width: 100%;
    max-height: 70px;
    height: auto;
  }
  .sp_mail_btn {
    width: 55px;
    position: absolute;
    right: 80px;
    top: 15px;
  }
  .sp_mail_btn img {
    max-width: 100%;
    height: auto;
  }

.cp_cont {
    display: flex;
    overflow: hidden;
    z-index: 99999;
    background: #fff;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}
  .cp_cont *,
  .cp_cont *:before,
  .cp_cont *:after {
    padding: 0;
    margin: 0;
  }
  .cp_cont a {
    text-decoration: none;
    color: inherit;
  }
  .cp_offcm01 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    z-index: 99999;
  }
  /* menu */
  .cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 250px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    background-color: #162357;
    opacity: 1;
  }
  .cp_offcm01 .cp_menu ul.ff_ul {
    margin-top: 75px;
    padding: 0;
    padding-bottom: 100px;
    font-family: "Hiragino Kaku Gothic ProN";
  }
  .cp_offcm01 .cp_menu li.pshm_title {
    padding: 35px 20px 13px;
    color: #fff;
    font-size: 22px;
    height: 33px;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio {
    display: none;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0s ease-in;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio:checked + ul.sf_ul {
    max-height: 9999px;
    transition: max-height 1s ease-in;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li a {
    padding: 10px 15px 10px 45px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px dashed #e6e6e6;
    background: #6baecf;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li:last-child a {
    border-bottom: none;
  }
  .cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    overflow-y: auto;
    -webkit-box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
  }

  /* menu toggle */
  .cp_offcm01 #cp_toggle01 ~ label {
    position: relative;
    z-index: 999999;
    display: block;
    height: 27px;
    width: 17px;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    text-align: center;
    color: #fff;
    top: -10px;
    margin: 0 auto;
  }
  .cp_offcm01 #cp_toggle01 ~ label::before,
  .cp_offcm01 #cp_toggle01:checked ~ label::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 30px;
  }

  .cp_offcm01 #cp_toggle01 ~ label::after {
    position: absolute;
    left: -2px;
    top: 30px;
    bottom: -10px;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: all 0.4s;
    font-size: 1.0rem;
  }

  .cp_offcm01 #cp_toggle01:checked ~ label::after {
    top: 30px;
    bottom: -20px;
    color: #fff;
    left: -5px;
  }
  .cp_offcm01,
  .cp_offcm01 span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
.cp_offcm01 {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 54px;
    height: 54px;
    padding: 23px 10px;
}

  .cp_offcm01 span {
    position: absolute;
    right: 0px;
    width: 100%;
    border-radius: 1px;
    height: 2px;
    background-color: #162357;
  }
  .cp_offcm01 span:nth-of-type(1) {
    top: 7px;
  }
  .cp_offcm01 span:nth-of-type(2) {
    top: 13px;
  }
  .cp_offcm01 span:nth-of-type(3) {
    bottom: 5px;
  }

  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(1) {
    /*-webkit-transform: translateY(20px) rotate(-315deg) scale(.8);
  transform: translateY(20px) rotate(-315deg) scale(.8);*/
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    background-color: #fff;
    top: -3px;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(2) {
    opacity: 0;
    background-color: #000;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    background-color: #fff;
    bottom: -12px;
  }


/*contact_box*/
.contact_inner {
    flex-direction: column;
}
.contact_top {
	font-size: 2rem;
    width: 90%;
    margin: auto;
    flex-direction: column;
    align-items: center;
}
a.contact_btn {
    font-size: 1.6rem;
    line-height: 0;
    width: 90%;
    justify-content: space-between;
    max-width: 350px;
}
a.contact_btn.mail::before {
    font-size: 2rem;
    padding-right: 5px;
}
a.contact_btn::after{
    padding-left: 5px
}
.btn_mail, .btn_book {
    margin: auto;
}
  /* ==========================
======== footer =======
============================= */
.fixed_btn_box {
    display: none;
}
footer {
    padding: 0px 0% 40px;
}
.ft_inner {
    padding: 0 5%;
    min-height: auto;
    flex-direction: column;
}
.ft_map {
    flex-direction: column;
}
.ft_sitemap{
    border: none;
}
.ft_left {
    width: 100%;
}
.ft_right {
    width: 100%;
    margin-top: 25px;
}
.copyright {
    width: 100%;
    margin: auto;
    padding: 10px 0 30px;
}
.copyright small{
    display: block;
}
  /* ==========================
固定ボタン
============================= */

.contact_box {
    padding: 60px 0;
}
  .ft_nav li {
    padding: 0 12px;
    border-right: none;
    flex-grow: 1;
    text-align: center;
    margin: 0 0 15px 0;
  }
  #copyright {
    width: 90%;
    padding: 15px 5% 20%;
    position: static;
    text-align: center;
  }
  #copyright {
    display: block;
  }
  #copyright small {
    position: static;
    display: inline-block;
  }
  #copyright img {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  /* ==========================
SPのみ固定ボタン
============================= */

  /* ==========================
下層ページ
============================= */
.pankuzu-list {
    flex-wrap: wrap;
    line-height: 1.25;
    font-size: 1.3rem;
}
.sec_title {
    flex-direction: column;
    align-items: baseline;
}
.under_mv {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.page_title {
    position: static;
    padding: 0 5%;
}
    
    
}
