/*===============================

  スマートフォン版　700px　以下

================================*/
@media screen and (max-width:700px) {
/* 全体的 */
body{
  margin-bottom: 11.33%;
}

.pc { display: none !important; }
.sp { display: block !important; }

/* youtube、GoogleMapなどのiframe */
iframe{
  width: 100%;
  height: 230px;
}

.center {
  width: 100%;
  margin: auto;
}

#main_img_wrap {
  max-height: none;
}

div, p, li, span{
  font-size: 15px;
}

/* 見出し */
h2 span.h2_icon img {
    width: 27px;
}

h2 {
  font-size: 20px;
  padding-bottom: 3%;
}

h2 .sub{
  font-size: 13px;
}

/* ヘッダー */
.sp-header-top {
    width: 100%;
    background-color: white;
}

.sp-header-top a {
    display: block;
    padding: 10px;
}

.sp-header-top img {
    margin: auto;
    max-width: 57%;
}

.sp-menu-icon {
    overflow: hidden;
    width: 100%;
    background-color: #eaf3ff;
}

ul.sp-menu-icon {
    width: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
}

ul.sp-menu-icon li {
    display: table-cell;
}

ul.sp-menu-icon li a, ul.sp-menu-icon li label {
    display: block;
    padding: 10px;
}

ul.sp-menu-icon li a img, ul.sp-menu-icon li label img {
    margin: auto;
    height: 40px;
}

input#sp-menu + .sp {
    position: sticky;
    position: -webkit-sticky;position: sticky;
    top: 0;
    z-index: 10;
}

/* グローバルナビゲーション */
.sp-menu ul {
  width: 100%;
  overflow: hidden;
  background-color: white;
  padding-left: 1px;
  padding-top: 1px;
  transition: 0.2s;
  height: 0;
  opacity: 0;
}

.sp-menu ul li {
    width: 50%;
    float: left;
    padding-right: 1px;
    padding-bottom: 1px;
}

.sp-menu ul li a {
    display: block;
    position: relative;
    background-color: #eaf3ff;
    color: #3a84df;
    padding: 15px;
    padding-left: 20%;
    text-decoration: none;
}

.sp-menu ul li a::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 15%;
    z-index: 1;
    background-color: #3a84df;
}

.sp-menu ul li a::before {
    content: " ";
    position: absolute;
    left: 5.5%;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

input#sp-menu:checked + .sp .sp-menu ul {
    height: auto;
    opacity: 1;
}

/* アクセス */
.inner .tenpo_box01{
  margin-bottom: 0px;
  padding: 3%;
}

.inner {
  overflow: hidden;
  width: 100%;
  padding: 0 3%;
  position: relative;
}

.title {
  text-align: center;
  padding-bottom: 30px;
}

/* 店舗概要 */
.flex-start{
 display: block;
}

#about {
    background: #ffffff;
    padding: 40px 0 5% 0;
      width: 100%;
    overflow: hidden;
}

#about .text h3 {
  font-size: 129%;
  color: #008c40;
  padding-bottom: 10px;
}

#about .text table {
  width: 100%;
  border-collapse: collapse;
}

#about .text table th {
  display: block;
  width: 100%;
  color: #008c40;
  padding: 12px 0 0 0;
  font-size: 93%;
  border-top: solid 1px #ddd;
}

#about .text table td {
  display: block;
  width: 100%;
  padding: 0 0 12px 0;
  font-size: 93%;
}

.mw_wp_form table th, table td {
  float: left;
  width: 100%!important;
}

#about .text table th {
  display: block;
  width: 100%;
  color: #00afe9;
  padding: 12px 0 0 0;
  font-size: 93%;
  border-top: solid 1px #ddd;
  text-align:left;
}

#about .map iframe {
  width: 100%;
  height: 360px;
}

#about .text h3 {
  font-size: 129%;
  color: #006195;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

#about .text table {
  width: 100%;
  border-collapse: collapse;
}

#about .text{
  width: 100%;
}

#about .map{
width: 100%;
}

.g_map{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 18vw;
}

.g_map iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* フッター */
.footer-main-blcok {
    padding: 7% 5%;
}

.footer-main-blcok > ul {
    display: block;
}

.footer-main-blcok > ul > li {
    display: block;
    padding: 0;
}

.footer-main-blcok > ul > li:first-of-type {
    width: 100%;
}

.footer-menu ul {
    padding-left: 1px;
    padding-top: 1px;
    margin-bottom: 1em;
    display: block;
}

.footer-menu ul li {
    padding-right: 1px;
    padding-bottom: 1px;
    margin: 0;
    width: 50%;
    display: block;
    float: left;
}

.footer-menu ul li a {
    display: block;
    background-color: #3a84df;
    color: white;
    text-align: left;
    padding: 15px;
}

.footer-menu ul li a::before {
    border-left-color: white;
}

p.copyright {
    padding: 1em 5%;
    padding-bottom: 17.5%;
    font-size: 10px;
}

/* フッター */
.copyright p{
  background-color: #008dd5;
  padding: 10px 0px 10%;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.copyright p span{
  font-size: 13px;
}

.copyright p a{
  color:#fff;
  text-decoration:none;
}

.copyright .copyrdate{
    color: #fff;
}

/* SPフッターポップアップ */
.footer-popup ul {
    width: 100%;
    display: table;
    background-color: white;
    table-layout: fixed;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.footer-popup ul li {
    display: table-cell;
    vertical-align: middle;
    border-top: 0px;
}

.footer-popup ul li a {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
}

/* お問い合わせフォーム */
#form{
  max-width: 100%;
  font-size: 14px;
}

.form-title,
.form-main {
  width: 100%;
}

.contact-botan input[type="submit"] {
  background: #92be0b;
  color: #fff;
  margin-bottom: 10px;
}

/* contact_box */
#contact_box{
  padding: 7% 0%;
}

#contact_box ul li{
  width: auto;
}
#contact_box ul li:first-child {
  margin-right: 0px;
  margin-bottom: 3%;
}

/* campaign */
#campaign_box{
  padding: 7% 0%;
}

/* setumei_box */
#setumei_box{
  padding: 7% 0%;
}
#setumei_box .left{
  float: none;
  width: auto;
}

#setumei_box .right{
  float: none;
  width: auto;
}

/* onayami_box */
#onayami_box{
  padding: 7% 0%;
}
#onayami_box h2 span.h2_onayami {
    color: #446ee2;
    font-size: 20px;
}

#onayami_box .left{
  float: none;
  width: auto;
}

#onayami_box .right{
  float: none;
  width: auto;
}

#onayami_box .right img{
  max-width: 70%;
}

#onayami_box ul li{
  font-size: 18px;
  background-size: 20px;
  padding: 5% 3% 4% 13%;
}

#onayami_box ul li span{
  font-size: 18px;
}

/* reason_box_box */
#reason_box {
  padding: 7% 0%;
}

#reason_box h3{
  font-size: 20px;
}

#reason_box h3 span{
  font-size: 20px;
}

#reason_box .left1 {
    float: none;
    width: auto;
}

#reason_box .right1 {
    float: none;
    width: auto;
}

#reason_box .left2 {
    float: none;
    width: auto;
}

#reason_box .right2 {
    float: none;
    width: auto;
}

/* flow_box */
#flow_box {
  padding: 7% 0%;
}

#flow_box .left {
    float: none;
    width: auto;
}

#flow_box .right {
    float: none;
    width: auto;
}

#flow_box .right img{
  max-width: 75%;
}

/* アクセス */
.top-company{
  padding: 7% 2%;
}

.top-company-in ul {
    width: auto;
    float: none;
    margin-bottom: 3%;
}

.top-company-gmap {
    width: auto;
    float: none;
    margin-bottom: 3%;
}

/* thanks_box */
#thanks_box{
  padding: 7% 2%;
}

/**/
}
/**/