@charset "UTF-8";
/* 840以下 */
@media only screen and (max-width: 840px) {
  body {
    background: none;
  }
  #wrap {
    width: 100%;
    margin: 0 auto;
  }
  #main {
    display: block;
    width: 95%;
    padding: 0;
    margin: 0 auto;
    float: none;
    box-sizing: border-box;
  }
  #main-wrap {
    padding-right: 0;
  }
  #side {
    display: none;
    float: none;
  }
  #cont {
    margin-top: 0;
  }
  #cont img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #footer {
    width: 100%;
    margin: 0 auto;
  }
  #header {
    height: auto;
    background: none;
    width: 95%;
    padding: 4px 2.5%;
    box-sizing: border-box;
  }
  #header h1 {
    text-align: left;
    line-height: 1.4;
	  font-size: 12px;
	  color: #444;
  }
  #header #logo,
  #header .h-mail {
    display: none;
  }
  .sp_head {
    display: block;
    border-bottom: 1px solid #2792e6;
  }
  .sp_headconts {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 2.5%;
    width: 95%;
  }
  .sp_logo {
    line-height: 0;
  }
  .sp_logo img {
    width: auto;
    max-width: 250px;
    height: auto;
  }
  #sp_headmenu {
    display: block;
    position: relative;
    top: 0;
  }
  #sp_headmenu a {
    color: #FFF;
    text-decoration: none;
    display: block;
    font-weight: bold;
  }
  #sp_headmenu ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #FFF;
  }
  #sp_headmenu li {
    width: 50%;
    background: #2792e6;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #FFF;
  }
  #sp_headmenu li:nth-child(2n) {
    width: calc(50% - 1px);
    border-left: 1px solid #FFF;
  }
  /* navi */
  #navi {
    display: none;
  }
  .sp_headconts_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #sp_contact {
    display: block;
    margin-right: 20px;
  }
  #sp_contact p {
    line-height: 0;
  }
  #sp_contact .imgChange {
    width: 31vw;
    max-width: 226px;
    height: 100%;
    max-height: 77px;
  }
  #sp_nav {
    display: block;
    width: auto;
  }
  #sp_menu_cb {
    display: none;
  }
  .sp_menu_icon {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    right: 5%;
    top: 12px;
    transition: right 0.25s ease 0s,top 0.25s ease 0s;
  }
  #sp_menu_cb:checked ~ .sp_menu_icon {
    background-image: url(../images/common/gnavi_btn2.png);
    background-size: auto;
    width: 28px;
    height: 28px;
    right: 20px;
    top: -55px;
  }
  .sp_menu_icon img {
    display: block;
  }
  #sp_menu_cb:checked ~ .sp_menu_icon img {
    display: none;
  }
  .sp_nav {
    width: 0;
    height: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.15s linear 0s;
    padding-top: 80px;
    overflow: hidden;
    background-color: inherit;
    z-index: 999;
  }
  #sp_menu_cb:checked ~ .sp_nav {
    background: rgba(240, 132, 168, 0.9);
    width: 100%;
    height: 100%;
    transform: translateY();
  }
  .sp_nav ul {
    color: #FFF;
    border-top: 1px solid #fff;
    margin: 20px auto;
  }
  .sp_nav li {
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 10px 0;
  }
  .sp_nav li a {
    text-decoration: none;
    color: #FFF;
    display: block;
  }
  .sp_nav li a:hover {
    opacity: 0.7;
  }
  .sp_nav_conts ul {
    display: flex;
    justify-content: space-around;
    border: none;
    margin-bottom: 10px;
  }
  .sp_nav_conts li {
    border: 1px solid;
    border-radius: 3px;
    padding: 0.25em 1em;
    color: #FFF;
    font-size: 14px;
  }
  .sp_nav_conts .sp_nav_contact {
    background: #FFF;
  }
  .sp_nav_conts .sp_nav_contact a {
    color: #f084a8;
    font-weight: bold;
  }
  .overlay {
    display: none;
  }
  #sp_menu_cb ~ .overlay {
    background: inherit;
    transition: background 3s ease 0s;
  }
  #sp_menu_cb:checked ~ .overlay {
    display: block;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
  }
  .humbtn_res {
    display: block;
  }
  .humbtn_sp {
    display: none;
  }
  /* ハンバーガーメニュー */
  .sp_hummenu {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    top: 0;
  }
  .hum_menu_obtn {
    border: none;
    color: #fff;
    background: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
  .hum_menu_obtn_bar {
    position: relative;
    width: 100%;
    border-top: 3px solid #fff;
    padding: 5px 0px 0;
  }
  .hum_menu_obtn_bar:before,
  .hum_menu_obtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #fff;
    padding: 5px 0 0;
  }
  .hum_menu_obtn span {
    position: relative;
    width: 100%;
    display: block;
    top: 3px;
    line-height: 1;
    color: #fff;
  }
  .hum_menu_nav {
    background: rgba(231, 247, 254, 0.95);
    height: 100%;
    left: 100%;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: left;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    color: #000;
  }
  .hum_menu_nav.clicked {
    left: 0;
    overflow: scroll;
    z-index: 9999;
  }
  .hum_menu_nav_close {
    padding: 15px 0;
  }
  .hum_menu_cbtn {
    background: rgba(64, 166, 41, 0);
    border: none;
    color: #000;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: absolute;
    top: 25px;
    right: 17px;
  }
  .hum_menu_cbtn_bar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5px 0 0;
  }
  .hum_menu_cbtn_bar:before,
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .hum_menu_nav_menu {
    margin-top: 55px;
    padding-bottom: 50px;
  }
  .hum_menu_nav_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    margin-top: 0px;
  }
  .hum_menu_nav_menu li {
    color: #000;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 1.5;
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .hum_menu_nav_menu li:nth-child(2n+1) {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .hum_menu_nav_menu li a:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
  }
  .hum_menu_nav_menu li a.more_on:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hum_menu_nav_menu li.sp_nav_more_wrap a {
    padding: 18px 0;
  }
  .hum_menu_nav_menu ul.sp_nav_more {
    border-top: none;
  }
  .hum_menu_nav_menu ul.sp_nav_more li {
    text-align: right;
    padding: 10px 0 0;
    font-size: 1.05em;
    border-bottom: none;
    background: rgba(245, 248, 242, 0.3);
    border-bottom: 1px solid #dae7ec;
    padding-bottom: 5px;
  }
  .hum_menu_nav_menu ul.sp_nav_more li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .hum_menu_nav_menu ul.sp_nav_more li:after {
    content: none;
  }
  .hum_menu_nav_menu ul.sp_nav_more li a {
    padding: 5px 0;
    text-align: center;
  }
  .hum_menu_nav_menu ul.sp_nav_more li a:after {
    content: none;
  }
  .sp_nav_more_o {
    display: none;
    width: calc(200% + 2px);
  }
  .sp_nav_more_r {
    position: relative;
    left: -100%;
    width: 200%;
  }
  .sp_nav_more_o ul {
    position: relative;
    top: 15px;
    background: #6fbd5f;
    z-index: 9999;
  }
  .sp_nav_more_o ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    font-size: 1em;
    position: relative;
    z-index: 99999;
    font-size: 0.9em;
  }
  .sp_nav_more_o ul li:last-child {
    border-bottom: none;
  }
  .hum_menu_nav_menu li a {
    display: block;
    color: #000;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    padding: 18px 0;
  }
  .hum_menu_nav_menu li span {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
  }
  .hum_menu_contact {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 20px 15px;
  }
  .hum_menu_contact a {
    margin: 0 10px;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 4px;
    text-decoration: none;
  }
  .hum_menu_contact a.h_menu_contact {
    display: block;
    text-align: center;
    background: #2a92eb;
    padding: 8px 10px;
    color: #fff;
	width: 80%;
  }
  .h_menu_contact img {
    width: 15px;
    height: auto;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  .hum_menu_contact_ttl {
    display: block;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .hum_menu_contact_ttl p {
    width: 100% !important;
    margin: 0 auto 10px !important;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0062b1;
  }
  .hum_menu_contact p {
    margin-bottom: 15px;
  }
  .hum_menu_contact p:nth-of-type(2n) {
    margin-left: 10px;
    margin-right: 0;
  }
  .hum_menu_contact p:last-of-type {
    margin-bottom: 0;
  }
  .hum_menu_contact .fa {
    margin-right: 5px;
  }
  .hum_open_bg_display.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .hum_menu_sns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: none !important;
  }
  .hum_menu_sns ul li {
    width: auto !important;
    border-bottom: none !important;
  }
  .hum_menu_sns ul li a {
    padding: 10px 5px;
  }
  .hum_menu_sns ul li a:after {
    content: none !important;
  }
  /* ここまで */
  .section {
    min-height: 1px;
  }
  .section:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .section h2 {
    box-sizing: border-box;
    border: 1px solid #dfe4e7;
    position: relative;
    padding: 9px 8px 8px 24px;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeff0 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeff0 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #eeeff0 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .section h2:before {
    content: "";
    display: block;
    background: #5eb4ff;
    width: 8px;
    height: 23px;
    position: absolute;
    left: 7px;
    top: 8px;
  }
  .btm-map {
    width: 100%;
    box-sizing: border-box;
  }
  .btm-contact {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
  }
  .btm-contact-text {
    text-align: center;
  }
  .footer-inner .f-l {
    margin: 0 auto 16px;
    float: none;
  }
  .footer-inner .f-r {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  p.cr {
    text-align: center;
  }
  .main-image {
    text-align: center;
  }
  .main-image img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .top_search {
    text-align: center;
  }
  .information p strong {
    text-align: center;
  }
  /* 下層ページ */
  .pagetitle {
    background: -moz-linear-gradient(top, #ffffff 13%, #ebf4fc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 13%, #ebf4fc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 13%, #ebf4fc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-left: 38px;
    padding-top: 14px;
    position: relative;
  }
  .pagetitle:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 5px solid #63b8ff;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    left: 9px;
    top: 14px;
  }
  .pagetitle:after {
    content: "";
    display: block;
    background: #51a7fa;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
  }
  h2.flow01 {
    background: #E7F8F9;
    border: solid 1px #BFEBEB;
    padding-left: 5px;
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  h2.flow01::before {
    content: none;
  }
  .kodawari_conts {
    margin-top: 24px;
  }
  .kodawari_conts:first-of-type {
    margin-top: 0;
  }
  .kodawari_conts p:last-of-type {
    margin-bottom: 0;
  }
  .kodawari_ttl01 {
    text-align: center;
    line-height: 0;
  }
  .kodawari_text01 {
    padding: 40px 16px 16px;
    margin-top: -32px;
    border: 2px solid #51a7fa;
    border-radius: 8px;
    box-sizing: border-box;
  }
  p.flow-arrow {
    text-align: center;
    background-position: center bottom;
  }
  .price-t td.com {
    text-align: center;
  }
  .gallery-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
  .gallery-box dl {
    width: calc(50% - 20px);
    max-width: 250px;
    float: none;
  }
  .gallery-box dl:nth-of-type(2n) {
    margin-right: 0;
  }
  .car {
    display: flex;
    flex-wrap: wrap;
  }
  .car img {
    text-align: center;
    margin: 0 auto;
  }
  .access_map {
    width: 100%;
  }
}

/* 660以下 */
@media only screen and (max-width: 660px) {
  #sp_headmenu a {
    font-size: 12px;
  }
  .sp_logo img {
    width: auto;
    max-width: 220px;
    height: auto;
  }
  #sp_contact {
    margin-right: 8px;
  }
  #sp_contact a {
    background: url(../images/common/h_tel_s_sp.png) no-repeat scroll center center;
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
  }
  #sp_contact a .imgChange {
    display: none;
  }
  .humbtn_res {
    display: none;
  }
  .humbtn_sp {
    display: block;
  }
  .hum_menu_obtn {
    padding: 0;
  }
  .btm-contact {
    background: none;
    position: relative;
    border: 4px solid #ecf0f4;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 16px;
    margin-bottom: 8px;
    height: auto;
  }
  .btm-contact p {
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
  }
  .btm-contact-sptel {
    display: block;
    text-align: center;
  }
  .btm-contact-text {
    text-align: left;
  }
  .btm-map {
    text-align: center;
  }
  .btm-map .img02 {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  #cont .img.img_sp {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #cont .img.img_sp img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .voice {
    display: flex;
    flex-direction: row;
  }
  .voice .img {
    width: 70vw;
    max-width: 100px;
  }
  .voice ul {
    margin-top: 0;
  }
  .top_greeting .img {
    float: none;
    margin: 0 auto 4px;
    text-align: center;
  }
  .top_greeting .img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .top_nayami .imgbg {
    background-image: url(../images/top/top_omgbg.jpg);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position-y: 30px;
    padding-bottom: 20px;
  }
  .top_nayami .top20 {
    margin-top: 0;
  }
  /* 下層ページ */
  .profile_license p {
    float: none;
    text-align: center;
    margin: 0 auto 8px;
  }
  .profile_license p:last-of-type {
    margin-bottom: 0;
  }
  .flow_conts .section {
    background: url(../images/second/flow_arrow.gif) center bottom no-repeat;
    padding: 0 0 30px 0;
  }
  .flow_conts .section p.btm-arrow {
    background: none;
    padding-bottom: 0;
    float: none;
    text-align: center;
  }
  .flow_conts .section p.img {
    float: none;
    text-align: center;
  }
  .flow_conts .section.flow02_lastconts {
    background: none;
    padding-bottom: 0;
  }
  .access_conts .inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    position: relative;
  }
  .access_conts .inner:before {
    content: "";
    display: block;
    width: 34px;
    height: 38px;
    background: url("../images/second/access_arrow.png");
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: 0 auto;
  }
  .access_conts .inner .img {
    max-width: 180px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .access_conts .inner p {
    display: block;
    width: 100%;
  }
  .access_conts .inner0 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .access_conts .inner0 .img {
    max-width: 180px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  }
  .access_conts .inner0 p {
    display: block;
    width: 100%;
  }
  .car {
    flex-direction: column;
  }
  .gallery-box dl {
    width: calc(50% - 6px);
    margin-right: 12px;
  }
  .gallery-box dl:nth-of-type(2n) {
    margin-right: 0;
  }
  .gallery-box dl dt img {
    width: auto;
  }
  .gallery-box dl dd {
    text-align: left;
  }
  .information p {
    text-align: left;
  }
  .information p strong {
    text-align: left;
  }
  table.mailform {
    display: block;
    padding: 0 0 10px !important;
  }
  table.mailform tbody {
    display: block;
    box-sizing: border-box;
  }
  table.mailform tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.mailform tbody tr th, table.mailform tbody tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  table.mailform tbody tr th {
    padding: 4px 8px 0;
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: none;
  }
  table.mailform tbody tr td {
    padding: 4px 8px 4px;
  }
  div#confirmBody {
    width: 100% !important;
  }
  .form_mail input,
  .form_tel input {
    width: 100% !important;
    box-sizing: border-box;
  }
  .form_name input,
  .form_namefuri input {
    width: 47% !important;
    box-sizing: border-box;
  }
  .form_textarea textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
  #mfp_buttons ul {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    flex-wrap: wrap;
    width: 100% !important;
    height: auto !important;
    overflow: inherit !important;
  }
  #mfp_buttons ul li {
    margin: 0 auto;
  }
  #footer {
    margin-bottom: 13vw;
  }
  #footer-wrap {
    margin-top: 24px;
  }
  .footer-inner {
    width: 100%;
    padding: 0 2.5%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .footer-inner p.f-l {
    width: auto;
  }
  .cr {
    width: 100%;
    padding: 0 2.5%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .floating_menu {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -200px;
    z-index: 2;
    text-align: center;
    padding: 0 auto;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    display: block;
    -webkit-transition: bottom 0s ease 0s;
    transition: bottom 0.25s ease 0s;
  }
  .floating_menu.on {
    bottom: 0;
  }
  .floating_menu .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
  }
  .floating_box {
    width: 100%;
    padding: 16px 5px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    border-top: none;
    display: block;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .floating_box a {
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .floating_box .icon {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin-right: 6px;
  }
  .floating_box .icon img {
    width: 24px;
    height: auto;
  }
  .floating_box.tel {
    background: #fe811b;
  }
  .floating_box.reserve {
    background: #2792e6;
  }
  .floating_box .detail {
    display: inline-block;
    line-height: 1.5;
    text-align: left;
    margin-left: 4px;
  }
  .floating_menu .tel {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
