@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
/*　webfontのインポート　/　*/
/* /　webfontのインポート　*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    color: #1a1a1a;
    font-size: 1.3rem;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }

  sup {
    vertical-align: super;
    font-size: 1.2rem;
  }

  sub {
    vertical-align: sub;
    font-size: 1.2rem;
  }

  #header {
    z-index: 1000;
    position: fixed;
    background-color: #6cceb2;
    padding: 10px;
    width: 100%;
    transition: 0.5s;
  }
  #header.transform {
    opacity: 0.95;
    transition: 0.5s;
  }
  #header h1 img {
    height: 32px;
  }

  nav {
    padding: 10px;
    background-color: #6cceb2;
    padding-bottom: 10px;
    top: 58px;
    left: 0;
    width: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px);
    transition: 0.5s;
    z-index: 100000;
  }
  nav ul {
    width: 100%;
    border-top: 1px solid #fff;
  }
  nav ul li {
    border-bottom: 1px solid #fff;
  }
  nav ul a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }
  nav ul a.external_link:after {
    margin-left: 5px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("/images/icon_external_link.png");
  }
  nav ul.gnav {
    padding: 10px 10px 1px 10px;
  }

  /*.gnav_button / */
  .gnav_button_check {
    display: none;
  }

  .gnav_button {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1000;
    transition: 0.5s;
  }
  .gnav_button span {
    display: block;
    background: #fff;
    width: 28px;
    height: 3px;
    position: absolute;
    left: 11px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  .gnav_button span:first-child {
    top: 10px;
    background-color: #009246;
  }
  .gnav_button span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
  }
  .gnav_button span:last-child {
    bottom: 10px;
    background-color: #ce2b37;
  }

  .gnav_button_check:checked + .gnav_button {
    background-color: #6cceb2;
    transition: 0.5s;
  }
  .gnav_button_check:checked + .gnav_button span {
    background: #fff;
  }
  .gnav_button_check:checked + .gnav_button span:first-child {
    transform: translateY(13px) rotate(45deg);
  }
  .gnav_button_check:checked + .gnav_button span:nth-child(2) {
    opacity: 0;
  }
  .gnav_button_check:checked + .gnav_button span:last-child {
    transform: translateY(-13px) rotate(-45deg);
  }

  .gnav_button_check:checked ~ nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s;
  }

  /* / .gnav_button */
  article#contents_ctn {
    max-width: 1200px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #mainimage {
    margin: 100px 0 0 0;
  }
  #mainimage img {
    width: 100%;
  }

  .top_slider {
    padding-top: 100px;
  }
  .top_slider img {
    width: 100%;
  }

  .common_title2 {
    background-color: #6cceb2;
    margin-top: 50px;
    padding: 10px;
  }
  .common_title2 img {
    height: 20px;
    display: block;
    margin: 0 auto;
  }

  .title202507-01 {
    text-align: center;
    margin: 25px 0;
  }
  .title202507-01 img {
    width: 30%;
  }

  .title2_202408 {
    text-align: center;
    margin: 50px 0 50px 0;
  }
  .title2_202408 img {
    width: 40%;
  }

  .rpm202408 {
    text-align: center;
  }
  .rpm202408 img {
    width: 60%;
  }

  .infolist_202408 {
    width: 95%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
  }
  .infolist_202408 li {
    width: 49%;
  }

  .infolist2_202408 {
    width: 90%;
    margin: 50px auto;
  }

  .sns_list_202408 {
    margin: 50px auto;
    text-align: center;
  }
  .sns_list_202408 li {
    margin-bottom: 30px;
  }
  .sns_list_202408 img {
    width: 90%;
  }

  .img_premium_market {
    text-align: center;
    margin: 50px 0;
  }
  .img_premium_market img {
    width: 100%;
    max-width: 1000px;
  }

  .txt_premium_market {
    text-align: center;
    margin: 25px 0;
  }
  .txt_premium_market img {
    width: 85%;
  }

  .premium_link_list {
    width: 95%;
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
  }
  .premium_link_list a {
    display: block;
    width: 100% !important;
  }
  .premium_link_list a img {
    width: 100%;
  }
  .premium_link_list li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .premium_link_list li:nth-child(2n) {
    margin-right: 0;
  }

  .logo_area {
    margin: 25px 0 50px 0;
  }
  .logo_area h1 {
    text-align: center;
  }

  .image1 {
    text-align: center;
    padding-top: 50px;
  }
  .image1 img {
    width: 100%;
  }

  .feature_ctn {
    background-image: url("/images/202507/feature_bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
  }
  .feature_ctn img {
    width: 85%;
  }

  .image1-1 {
    text-align: center;
    margin-top: 50px;
  }
  .image1-1 img {
    width: 90%;
  }

  .image2 {
    margin: 25px 0 50px 0;
  }

  .image3-1 {
    margin: 25px 0 0 0;
  }

  .image3-2 {
    margin: 0 0 50px 0;
  }

  .image4 {
    margin: 25px 0;
  }

  .image5 {
    text-align: center;
  }
  .image5 img {
    width: 75%;
  }

  .line1 {
    margin: 100px 0;
  }

  .image7 {
    margin: 25px 0;
    text-align: center;
  }
  .image7 img {
    width: 80%;
    max-width: 800px;
  }

  .image8 {
    margin: 25px 0;
    text-align: center;
  }
  .image8 img {
    width: 50%;
    max-width: 500px;
  }

  .image9 {
    margin: 25px 0;
    text-align: center;
  }
  .image9 img {
    width: 80%;
    max-width: 600px;
  }

  .image10 {
    margin: 25px 0;
    text-align: center;
  }
  .image10 img {
    width: 40%;
    max-width: 600px;
  }

  .info_button {
    margin: 0 auto;
    width: 95%;
    border: 1px solid #6cceb2;
  }
  .info_button img {
    height: 18px;
  }
  .info_button a {
    display: flex;
  }
  .info_button a .g_ctn {
    background-color: #6cceb2;
    padding: 45px 15px 15px 15px;
  }
  .info_button a .w_ctn {
    padding: 45px 15px 15px 15px;
    text-align: right;
  }
  .info_button a .w_ctn img {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }

  .stock_new {
    margin-top: 15px;
  }
  .stock_new .g_ctn {
    width: 66%;
  }
  .stock_new .w_ctn {
    width: 34%;
  }

  .stock_old {
    margin-top: 10px;
  }
  .stock_old .g_ctn {
    width: 55%;
  }
  .stock_old .w_ctn {
    width: 45%;
  }

  .parking {
    margin-top: 50px;
  }
  .parking .g_ctn {
    width: 55%;
  }
  .parking .w_ctn {
    width: 45%;
  }

  .parking_img {
    margin: 10px auto;
    width: 95%;
  }

  .info_ctn2_list {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .info_ctn2_list li {
    border: 1px solid #6cceb2;
    padding: 5px 5px 5px 20px;
    margin: 0 10px;
  }
  .info_ctn2_list li img {
    display: block;
    height: 15px;
  }

  .info_list_3 {
    margin: 100px auto 0 auto;
    width: 95%;
  }
  .info_list_3 li {
    margin-bottom: 10px;
  }
  .info_list_3 li a .title {
    text-align: center;
  }
  .info_list_3 li a .title img {
    height: 18px;
  }
  .info_list_3 li a .border_ctn {
    width: 100%;
    display: flex;
    align-items: flex-end;
    border: 1px solid #6cceb2;
    padding: 10px;
  }
  .info_list_3 li a .border_ctn .line_ctn {
    width: 80%;
  }
  .info_list_3 li a .border_ctn .line_ctn img {
    display: block;
    height: 50px;
  }
  .info_list_3 li a .border_ctn .txt_ctn {
    width: 20%;
  }
  .info_list_3 li a .border_ctn .txt_ctn img {
    height: 18px;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }

  .info_list_4 {
    margin: 50px auto 0 auto;
    width: 95%;
  }
  .info_list_4 li {
    margin-bottom: 10px;
  }
  .info_list_4 li a .title {
    text-align: center;
  }
  .info_list_4 li a .title img {
    height: 18px;
  }
  .info_list_4 li a .border_ctn {
    width: 100%;
    display: flex;
    align-items: flex-end;
    border: 1px solid #6cceb2;
    padding: 10px;
  }
  .info_list_4 li a .border_ctn .line_ctn {
    width: 80%;
  }
  .info_list_4 li a .border_ctn .line_ctn img {
    display: block;
    height: 30px;
  }
  .info_list_4 li a .border_ctn .txt_ctn {
    width: 20%;
  }
  .info_list_4 li a .border_ctn .txt_ctn img {
    height: 18px;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }

  .youtube_area {
    position: relative;
    width: 95%;
    margin: 10px auto;
  }
  .youtube_area img {
    width: 100%;
  }
  .youtube_area .youtube_ctn_outer {
    position: absolute;
    left: 35.6%;
    top: 42%;
    width: 30%;
  }

  .shop_info {
    margin: 50px auto 0 auto;
    width: 95%;
  }
  .shop_info .shop_pic {
    text-align: center;
    margin-bottom: 10px;
  }
  .shop_info .shop_pic img {
    width: 100%;
  }
  .shop_info .shop_txt {
    position: relative;
    flex: 1;
  }
  .shop_info .shop_txt h2 {
    width: 80%;
    margin-bottom: 10px;
  }
  .shop_info .shop_txt .shop_txt_bottom h3 {
    width: 60%;
    margin-bottom: 15px;
  }
  .shop_info .shop_txt .shop_txt_bottom h4 {
    font-size: 1.6rem;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
  }
  .shop_info .shop_txt .shop_txt_bottom .shop_info_list {
    font-size: 1.2rem;
  }
  .shop_info .shop_txt .shop_txt_bottom .shop_info_list dt {
    float: left;
    clear: both;
    padding: 2px 0;
    width: 6em;
    text-align: center;
    background-color: #6cceb2;
    font-size: 1rem;
    border-radius: 5px;
    margin-bottom: 8px;
    color: #fff;
  }
  .shop_info .shop_txt .shop_txt_bottom .shop_info_list dd {
    margin-left: 6.5em;
    padding: 2px;
    margin-bottom: 8px;
  }

  .end_ctn {
    width: 95%;
    margin: 100px auto;
  }
  .end_ctn h3 {
    text-align: center;
    margin: 30px;
  }
  .end_ctn h3 img {
    display: inline-block;
    width: 80%;
  }
  .end_ctn img {
    display: block;
  }
  .end_ctn p {
    width: 50%;
  }

  #footer {
    font-size: 1.1rem;
    text-align: center;
  }

  #page_top {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 99999;
  }
  #page_top a {
    z-index: 99999;
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    padding: 10px;
    text-decoration: none;
  }
  #page_top a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  /* common class / */
  .sp_none {
    display: none;
  }

  /* / common class */
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    color: #1a1a1a;
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }

  sup {
    vertical-align: super;
    font-size: 1.2rem;
  }

  sub {
    vertical-align: sub;
    font-size: 1.2rem;
  }

  #header {
    z-index: 100000;
    position: fixed;
    background-color: #6cceb2;
    padding: 20px;
    width: 100%;
    transition: 0.5s;
  }
  #header.transform {
    opacity: 0.95;
    transition: 0.5s;
  }
  #header h1 img {
    height: 64px;
  }

  nav {
    padding: 10px;
    background-color: #6cceb2;
    padding-bottom: 10px;
    top: 110px;
    left: 0;
    width: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px);
    transition: 0.5s;
    z-index: 100000;
  }
  nav ul {
    width: 100%;
    border-top: 1px solid #fff;
  }
  nav ul li {
    border-bottom: 1px solid #fff;
  }
  nav ul a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    padding: 20px;
  }
  nav ul a.external_link:after {
    margin-left: 5px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("/images/icon_external_link.png");
  }
  nav ul.gnav {
    padding: 10px 10px 1px 10px;
  }

  /*.gnav_button / */
  .gnav_button_check {
    display: none;
  }

  .gnav_button {
    display: block;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    transition: 0.5s;
  }
  .gnav_button span {
    display: block;
    background: #fff;
    width: 48px;
    height: 6px;
    position: absolute;
    left: 11px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  .gnav_button span:first-child {
    top: 10px;
    background-color: #009246;
  }
  .gnav_button span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
  }
  .gnav_button span:last-child {
    bottom: 10px;
    background-color: #ce2b37;
  }

  .gnav_button_check:checked + .gnav_button {
    background-color: #6cceb2;
    transition: 0.5s;
  }
  .gnav_button_check:checked + .gnav_button span {
    background: #fff;
  }
  .gnav_button_check:checked + .gnav_button span:first-child {
    transform: translateY(21px) rotate(45deg);
  }
  .gnav_button_check:checked + .gnav_button span:nth-child(2) {
    opacity: 0;
  }
  .gnav_button_check:checked + .gnav_button span:last-child {
    transform: translateY(-21px) rotate(-45deg);
  }

  .gnav_button_check:checked ~ nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s;
  }

  /* / .gnav_button */
  article#contents_ctn {
    max-width: 1200px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #mainimage {
    margin-top: 250px;
  }
  #mainimage img {
    width: 100%;
  }

  .top_slider {
    padding-top: 200px;
  }
  .top_slider img {
    width: 100%;
  }

  .common_title2 {
    background-color: #6cceb2;
    margin-top: 150px;
    padding: 15px;
  }
  .common_title2 img {
    max-height: 40px;
    height: 25px;
    display: block;
    margin: 0 auto;
  }

  .title202507-01 {
    text-align: center;
    margin: 50px 0 50px 0;
  }
  .title202507-01 img {
    width: 15.7%;
  }

  .rpm202408 {
    text-align: center;
  }
  .rpm202408 img {
    width: 60%;
  }

  .infolist_202408 {
    width: 90%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
  }
  .infolist_202408 li {
    width: 46.5%;
  }

  .infolist2_202408 {
    width: 67%;
    margin: 50px auto;
  }

  .sns_list_202408 {
    margin: 75px auto;
    text-align: center;
  }
  .sns_list_202408 li {
    margin-bottom: 70px;
  }
  .sns_list_202408 img {
    width: 80%;
  }

  .img_premium_market {
    text-align: center;
    margin: 50px 0;
  }
  .img_premium_market img {
    width: 100%;
    max-width: 1000px;
  }

  .txt_premium_market {
    text-align: center;
    margin: 50px 0;
  }
  .txt_premium_market img {
    width: 70%;
    max-width: 500px;
  }

  .premium_link_list {
    width: 85%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .premium_link_list:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-image: url("/images/202507/circle.png");
    background-size: cover;
  }
  .premium_link_list li {
    width: 40%;
    margin-right: 20%;
    margin-bottom: 40px;
  }
  .premium_link_list li:nth-child(2n) {
    margin-right: 0;
  }
  .premium_link_list li a {
    display: block;
  }
  .premium_link_list li a img {
    width: 100%;
  }

  .logo_area {
    margin: 50px 0 100px 0;
  }
  .logo_area h1 {
    text-align: center;
  }

  .image1 {
    text-align: center;
    padding-top: 110px;
  }
  .image1 img {
    width: 100%;
  }

  .feature_ctn {
    background-image: url("/images/202507/feature_bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
  }
  .feature_ctn img {
    width: 50%;
  }

  .image1-1 {
    text-align: center;
    margin-top: 50px;
  }
  .image1-1 img {
    width: 90%;
  }

  .image2 {
    margin: 50px 0 100px 0;
  }

  .image3-1 {
    margin: 50px 0 0 0;
  }

  .image3-2 {
    margin: 0 0 100px 0;
  }

  .image4 {
    margin: 50px 0;
  }

  .image5 {
    text-align: center;
  }
  .image5 img {
    width: 48%;
  }

  .line1 {
    margin: 100px 0;
  }

  .image7 {
    margin: 50px 0;
    text-align: center;
  }
  .image7 img {
    width: 80%;
    max-width: 800px;
  }

  .image8 {
    margin: 50px 0;
    text-align: center;
  }
  .image8 img {
    width: 50%;
    max-width: 500px;
  }

  .image9 {
    margin: 50px 0;
    text-align: center;
  }
  .image9 img {
    width: 60%;
    max-width: 600px;
  }

  .image10 {
    margin: 50px 0;
    text-align: center;
  }
  .image10 img {
    width: 20%;
    max-width: 600px;
  }

  .info_button {
    margin: 0 auto;
    width: 80%;
    border: 1px solid #6cceb2;
  }
  .info_button img {
    height: 25px;
  }
  .info_button a {
    display: flex;
  }
  .info_button a .g_ctn {
    background-color: #6cceb2;
    padding: 45px 15px 15px 15px;
  }
  .info_button a .w_ctn {
    padding: 45px 15px 15px 15px;
    text-align: right;
  }
  .info_button a .w_ctn img {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }

  .stock_new {
    margin-top: 50px;
  }
  .stock_new .g_ctn {
    width: 46%;
  }
  .stock_new .w_ctn {
    width: 54%;
  }

  .stock_old {
    margin-top: 10px;
  }
  .stock_old .g_ctn {
    width: 35%;
  }
  .stock_old .w_ctn {
    width: 65%;
  }

  .parking {
    margin-top: 50px;
  }
  .parking .g_ctn {
    width: 55%;
  }
  .parking .w_ctn {
    width: 45%;
  }

  .parking_img {
    margin: 10px auto;
    width: 75%;
  }

  .info_ctn2_list {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .info_ctn2_list li {
    border: 1px solid #6cceb2;
    padding: 10px 10px 5px 40px;
    margin: 0 10px;
  }
  .info_ctn2_list li img {
    display: block;
    height: 25px;
  }

  .info_list_3 {
    margin: 100px auto 0 auto;
    width: 80%;
  }
  .info_list_3 li {
    margin-bottom: 20px;
  }
  .info_list_3 li a {
    display: flex;
    align-items: flex-end;
  }
  .info_list_3 li a .title {
    width: 24%;
  }
  .info_list_3 li a .title img {
    height: 25px;
  }
  .info_list_3 li a .border_ctn {
    width: 76%;
    display: flex;
    align-items: flex-end;
    border: 1px solid #6cceb2;
    padding: 10px;
  }
  .info_list_3 li a .border_ctn .line_ctn {
    width: 80%;
  }
  .info_list_3 li a .border_ctn .line_ctn img {
    display: block;
    height: 80px;
  }
  .info_list_3 li a .border_ctn .txt_ctn {
    width: 20%;
  }
  .info_list_3 li a .border_ctn .txt_ctn img {
    height: 25px;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }

  .info_list_4 {
    margin: 100px auto 0 auto;
    width: 80%;
  }
  .info_list_4 li {
    margin-bottom: 20px;
  }
  .info_list_4 li a {
    display: flex;
    align-items: flex-end;
  }
  .info_list_4 li a .title {
    width: 24%;
  }
  .info_list_4 li a .title img {
    height: 25px;
  }
  .info_list_4 li a .border_ctn {
    width: 76%;
    display: flex;
    align-items: flex-end;
    border: 1px solid #6cceb2;
    padding: 10px;
  }
  .info_list_4 li a .border_ctn .line_ctn {
    width: 80%;
  }
  .info_list_4 li a .border_ctn .line_ctn img {
    display: block;
    height: 40px;
  }
  .info_list_4 li a .border_ctn .txt_ctn {
    width: 20%;
  }
  .info_list_4 li a .border_ctn .txt_ctn img {
    height: 25px;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }

  .youtube_area {
    position: relative;
    width: 95%;
    margin: 10px auto;
  }
  .youtube_area img {
    width: 100%;
  }
  .youtube_area .youtube_ctn_outer {
    position: absolute;
    left: 35.6%;
    top: 42%;
    width: 30%;
  }

  .shop_info {
    margin: 50px auto 0 auto;
    width: 90%;
    display: flex;
  }
  .shop_info .shop_pic {
    width: 340px;
  }
  .shop_info .shop_txt {
    position: relative;
    padding-left: 30px;
    flex: 1;
  }
  .shop_info .shop_txt h2 {
    width: 300px;
  }
  .shop_info .shop_txt .shop_txt_bottom {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 100%;
  }
  .shop_info .shop_txt .shop_txt_bottom h3 {
    width: 300px;
    margin-bottom: 15px;
  }
  .shop_info .shop_txt .shop_txt_bottom h4 {
    font-size: 1.6rem;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
  }
  .shop_info .shop_txt .shop_txt_bottom .shop_info_list {
    font-size: 1.2rem;
  }
  .shop_info .shop_txt .shop_txt_bottom .shop_info_list dt {
    float: left;
    clear: both;
    padding: 2px 0;
    width: 6em;
    text-align: center;
    background-color: #6cceb2;
    font-size: 1rem;
    border-radius: 5px;
    margin-bottom: 8px;
    color: #fff;
  }
  .shop_info .shop_txt .shop_txt_bottom .shop_info_list dd {
    margin-left: 6.5em;
    padding: 2px;
    margin-bottom: 8px;
  }

  .end_ctn {
    width: 70%;
    margin: 100px auto;
  }
  .end_ctn h3 {
    text-align: center;
    margin: 30px;
  }
  .end_ctn h3 img {
    display: inline-block;
    width: 40%;
  }
  .end_ctn img {
    display: block;
  }
  .end_ctn p {
    width: 20%;
  }

  #footer {
    margin-top: 200px;
    font-size: 1.1rem;
    text-align: center;
  }

  #page_top {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 99999;
  }
  #page_top a {
    z-index: 99999;
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    padding: 10px;
    text-decoration: none;
  }
  #page_top a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  /* common class / */
  .pc_none {
    display: none;
  }

  /* / common class */
}
/*--=== / PC ONLY min-width: 768px ===-- */

/*# sourceMappingURL=common.css.map */
