﻿@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 1;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "Century Gothic",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
      "MS PGothic", "Arial", "sans-serif";
    color: #666666;
    -webkit-text-size-adjust: none;
    background: #ffffff;
  }
}

/*【max-width end】 */
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "Century Gothic",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
      "MS PGothic", "Arial", "sans-serif";
    color: #666666;
    -webkit-text-size-adjust: none;
    background: #ffffff;
  }
}

/*【max-width end】 */

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: ".";
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* for Mac IE \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end of for Mac IE */

.clearfix {
  overflow: hidden;
}

/* /////////////////////
▼▼bxslider画像縦並び防止▼▼
//////////////////////*/
/*.js-bxslider li {
display: none;
}
.bx-viewport .js-bxslider li {
display: block !important;
}*/

/* /////////////////////
▼▼swiper▼▼
//////////////////////*/
.s-right2-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.s-right2-text,
.s-right2-sub {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  color: white;
}

.s-right2-text {
  top: 40%;
  font-size: 60px;
  font-weight: bold;
  text-shadow: 2px 2px 3px #000000;
}

.s-right2-sub {
  top: 55%;
  font-size: 27px;
  text-shadow: 2px 2px 3px #000000;
  line-height: 1.2;
}

@media only screen and (max-width: 1300px) {
  .s-right2-text {
    top: 35%;
    font-size: 6vw;
    text-shadow: 1px 1px 2px #000000;
  }

  .s-right2-sub {
    top: 60%;
    font-size: 3vw;
    text-shadow: 1px 1px 2px #000000;
    line-height: 1.1;
  }
}

/*【max-width end】 */

.swiper-slide-active .s-right2-text {
  animation: slideFromRight 1.5s ease 0s 1 normal;
}

.swiper-slide-active .s-right2-sub {
  animation: slideFromRightSub 2s ease 0s 1 normal;
}

@keyframes slideFromRight {

  0%,
  25% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideFromRightSub {

  0%,
  45% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

/* /////////////////////
▼▼リンク設定▼▼
//////////////////////*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #666666;
}

a:hover,
a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  color: #999999;
}

a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* /////////////////////
▼▼h設定▼▼
//////////////////////*/
h1.logo {
  /* width: 280px; */
  width: 100%;
  position: fixed;
  background-color: white;
  top: 1px;
  /* left: 30px; */
  padding-left: 30px;
  z-index: 2;
  min-height: 60px;
}

@media only screen and (max-width: 1100px) {
  h1.logo {
    width: 100%;
    position: inherit;
    margin-top: 80px;
    text-align: center;
    display: none;
  }
}

.logo img {
  max-width: 100%;
  height: 60px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

@media only screen and (max-width: 1200px) {
  .logo img {
    height: 70px;
  }
}

@media only screen and (min-width: 1201px) {
  .logo img {
    height: 63px;
  }
}


/*【max-width end】 */

.h2-title {
  font-size: 25px;
  color: #666666;
  text-align: center;
  padding-bottom: 7px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.h2-title:after {
  display: block;
  content: " ";
  width: 47px;
  height: 2px;
  background: #666666;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .h2-title {
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 5px;
  }
}

/*【max-width end】 */

.h2-title-other {
  font-size: 25px;
  background: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 70px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .h2-title-other {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
}

/*【max-width end】 */

/* /////////////////////
▼▼レイアウト設定▼▼
//////////////////////*/
#header {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  z-index: 97;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  background: #ffffff;
}

@media only screen and (max-width: 1200px) {
  #header {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    z-index: 97;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    background: #ffffff;
  }
}

/*【max-width end】 */

.header-info {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  width: 100%;
  /* padding-bottom: 60px; */
  /*border-top: 10px solid #0F2C58;*/
  transition: background-color 0.2s;
  background: #ffffff;
  border-bottom: 3px solid #d0d0d0;
}

@media only screen and (max-width: 1100px) {
  .header-info {
    /* padding-bottom: 70px; */
    min-height: 50px;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 767px) {
  .header-info {
    /* padding-bottom: 60px; */
    min-height: 60px;
  }
}

/*【max-width end】 */

.header-info-wrap {
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 2;
  width: 100%;
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .header-info-wrap {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 2;
    width: 100%;
  }
}

/*【max-width end】 */

.header-tel {
  font-size: 30px;
  margin-right: 15px;
  font-weight: bold;
}

.header-btn {
  position: absolute;
  top: 2px;
  right: 10px;
}

.header-btn li {
  margin-left: 7px;
  margin-right: 7px;
}

@media only screen and (max-width: 1200px) {
  .header-btn li {
    font-size: 13px;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 1100px) {
  .header-btn li {
    display: none;
  }
}

/*【max-width end】 */

.header-btn-logo {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .header-btn-logo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    display: block;
    text-align: center;
    font-size: 23px;
  }
  .header-btn-logo img {
    height: 50px;
  }
}

/*【max-width end】 */

.header-navi li {
  font-size: 18px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}

.header-navi-sp li {
  font-size: 13px;
  font-weight: 300;
  margin-left: 2px;
  margin-right: 2px;
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 373px) {
  .header-navi-sp li {
    font-size: 11px;
    font-weight: 100;
  }
}

/*【max-width end】 */

.header-navi li img {
  margin-bottom: 3px;
}

.header-navi-sp li img {
  margin-bottom: 0;
}

#wrapper {
  width: 100%;
  margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
  #wrapper {
    margin-top: 70px;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 1100px) {
  #wrapper {
    width: 100%;
    margin-top: 90px;
  }
}

/*【end】 */

footer {
  width: 100%;
  padding: 20px 0;
  border-top: 5px solid #333333;
}

@media only screen and (max-width: 1100px) {
  footer {
    margin-bottom: 45px;
  }
}

/*【max-width end】 */

.footer_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-navi {
  margin-top: 10px;
}

.footer-navi li {
  margin-bottom: 10px;
  margin-right: 20px;
}

.footer-navi li a:before {
  content: url(../images/footer_navi_mark.png);
  position: relative;
  bottom: -2px;
  margin-right: 5px;
}

.footer_copyright {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .footer-logo {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }

  .footer_copyright {
    margin-top: 5px;
    text-align: center;
  }
}

/*【max-width end】 */

.footer-sp-btn-wrap {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .footer-sp-btn-wrap {
    display: block;
  }
}

/*【max-width end】 */

.footer-sp-btn {
  position: fixed;
  bottom: 0;
  background-color: #dddddd;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 15;
}

.footer-sp-btn p {
  flex-grow: 1;
  text-align: center;
}

.footer-sp-btn img {
  height: 42px;
}

/* /////////////////////
▼▼common▼▼
//////////////////////*/

@media only screen and (max-width: 768px) {
  .c-chenge-pc {
    display: none;
  }
}

/*【max-width end】 */

@media only screen and (min-width: 769px) {
  .c-chenge-pc {
    display: block;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 768px) {
  .c-chenge-sp {
    display: block;
  }
}

/*【max-width end】 */

@media only screen and (min-width: 769px) {
  .c-chenge-sp {
    display: none;
  }
}

/*【max-width end】 */

.c-anchor-shift {
  margin-top: -80px;
  padding-top: 80px;
}

.c-center {
  text-align: center;
}

.c-left {
  text-align: left;
}

.c-right {
  text-align: right;
}

.c-float-left {
  float: left;
}

.c-float-right {
  float: right;
}

.c-clear-both {
  clear: both;
}

.c-m0a {
  margin: 0 auto;
}

.c-m-lr-auto {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .c-l-m-lr-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/*【max-width end】 */

.c-mw1100-l97-ma {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .c-mw1100-l97-ma {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*【max-width end】 */

.c-mw1100-l100-ma {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .c-mw1100-l100-ma {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*【max-width end】 */

.c-w90-l100 {
  width: 90%;
}

.c-w80-l100 {
  width: 80%;
}

.c-w75-l100 {
  width: 70%;
}

.c-w70-l100 {
  width: 70%;
}

.c-w67-l100 {
  width: 60%;
}

.c-w60-l100 {
  width: 60%;
}

.c-w50-l100 {
  width: 50%;
}

.c-w40-l100 {
  width: 40%;
}

.c-w33-l100 {
  width: 33.33%;
}

.c-w30-l100 {
  width: 30%;
}

.c-w25-l100 {
  width: 25%;
}

.c-w20-l100 {
  width: 20%;
}

.c-w10-l100 {
  width: 10%;
}

@media only screen and (max-width: 767px) {

  .c-w10-l100,
  .c-w20-l100,
  .c-w25-l100,
  .c-w30-l100,
  .c-w33-l100,
  .c-w40-l100,
  .c-w50-l100,
  .c-w60-l100,
  .c-w67-l100,
  .c-w70-l100,
  .c-w75-l100,
  .c-w80-l100,
  .c-w90-l100 {
    width: 100%;
  }
}

/*【max-width end】 */

.c-w100-bg-glay {
  width: 100%;
  background: #e3e3e3;
}

.c-bg-cream {
  background: #fffaf1;
}

.c-bg-glay {
  background: #f9f9f9;
}

.c-bg-title-glay {
  background-color: #efefef;
  padding: 10px 10px;
}

.c-b-b1-red {
  border-bottom: 1px solid #b52b2b;
}

.c-b-b1-black {
  border-bottom: 1px solid #555555;
}

.c-b-b1-glay {
  border-bottom: 1px solid #d0d0d0;
}

.c-b-t1-glay {
  border-top: 1px solid #d0d0d0;
}

.c-b-b1-white {
  border-bottom: 1px solid #ffffff;
}

.c-b-b1-dotted-glay {
  border-bottom: 1px dotted #575757;
}

.c-b-t1-red {
  border-top: 1px solid #b52b2b;
}

.c-b-t1-black {
  border-top: 1px solid #555555;
}

.c-box-1-red-p15 {
  border: 1px solid #b52b2b;
  padding: 15px;
  box-sizing: border-box;
}

.c-b-marker {
  background: linear-gradient(transparent 60%, #fffdd6 0%);
}

.c-img-scale {
  max-width: 400px;
  max-height: 300px;
  overflow: hidden;
}

.c-img-scale img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.c-img-scale img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.c-l-off {
  display: block;
}

.c-l-on {
  display: none;
}

.c-l-off-1100 {
  display: block;
}

.c-l-on-1100 {
  display: none;
}

.c-l-off-768 {
  display: block;
}

.c-l-on-768 {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .c-l-off-1100 {
    display: none;
  }

  .c-l-on-1100 {
    display: block;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 768px) {
  .c-l-off-768 {
    display: none;
  }

  .c-l-on-768 {
    display: block;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 768px) {
  .c-l-left768 {
    text-align: left;
  }

  .c-l-right768 {
    text-align: right;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 767px) {
  .c-l-w90 {
    width: 90%;
  }

  .c-l-w85 {
    width: 85%;
  }

  .c-l-off {
    display: none;
  }

  .c-l-on {
    display: block;
  }

  .c-l-left {
    text-align: left;
  }

  .c-l-right {
    text-align: right;
  }

  .c-l-center {
    text-align: center;
  }

  .c-l-boxsizing-b-box {
    box-sizing: border-box;
  }
}

/*【max-width end】 */

.c-link-btn80 a {
  color: #fff !important;
  display: block;
  width: 80px;
  padding: 2px 3px;
  box-sizing: border-box;
  background: #d1a327;
  border-radius: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
}

.c-link-btn80 a:hover {
  background: #e5ba44;
}

.c-link-btn100 a {
  color: #fff !important;
  display: block;
  width: 100px;
  padding: 3px 5px;
  box-sizing: border-box;
  background: #333333;
  border-radius: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.c-link-btn100 a:hover {
  background: #777777;
}

.c-link-btn150 a {
  color: #fff !important;
  display: block;
  width: 150px;
  padding: 3px 10px;
  box-sizing: border-box;
  background: #333333;
  border-radius: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-link-btn150 a:hover {
  background: #777777;
}

.c-link-btn150-red a {
  color: #fff !important;
  display: block;
  width: 150px;
  padding: 3px 10px;
  box-sizing: border-box;
  background: #e91e57;
  border-radius: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-link-btn150-red a:hover {
  background: #d9134b;
}

.c-link-btn200 a {
  color: #fff !important;
  display: block;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  background: #333333;
  border-radius: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-link-btn200 a:hover {
  background: #777777;
}

.c-link-btn200left a {
  color: #fff !important;
  display: block;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  background: #777777;
  border-radius: 5px;
  text-align: center;
}

.c-link-btn200left a:hover {
  background: #b0b0b0;
}

.c-link-btn200-blue a {
  color: #fff !important;
  display: block;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  background: #3a7aeb;
  border-radius: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-link-btn200-blue a:hover {
  background: #2a6bdd;
}

/* /////////////////////
▼▼flex▼▼
//////////////////////*/
.f {
  display: -webkit-box;
  /* android */
  display: -webkit-flex;
  /* safari */
  display: -ms-flexbox;
  /* IE */
  display: flex;
}

@media only screen and (max-width: 767px) {
  .f-l-flex {
    display: -webkit-box;
    /* android */
    display: -webkit-flex;
    /* safari */
    display: -ms-flexbox;
    /* IE */
    display: flex;
  }
}

/*【max-width end】 */

.f-l-column-center {
  display: -webkit-box;
  /* android */
  display: -webkit-flex;
  /* safari */
  display: -ms-flexbox;
  /* IE */
  display: flex;
}

@media only screen and (max-width: 767px) {
  .f-l-column-center {
    -webkit-box-orient: vertical;
    /* android */
    -webkit-flex-direction: column;
    /* safari */
    -ms-flex-direction: column;
    /* IE */
    flex-direction: column;

    -webkit-box-pack: center;
    /* android */
    -webkit-justify-content: center;
    /* safari */
    -ms-flex-pack: center;
    /* IE */
    justify-content: center;
  }

  .f-l-column-center768 {
    display: -webkit-box;
    /* android */
    display: -webkit-flex;
    /* safari */
    display: -ms-flexbox;
    /* IE */
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .f-l-column-center768 {
    -webkit-box-orient: vertical;
    /* android */
    -webkit-flex-direction: column;
    /* safari */
    -ms-flex-direction: column;
    /* IE */
    flex-direction: column;

    -webkit-box-pack: center;
    /* android */
    -webkit-justify-content: center;
    /* safari */
    -ms-flex-pack: center;
    /* IE */
    justify-content: center;
  }
}

/*【max-width end】 */

.f-wrap-l-column {
  -webkit-box-lines: multiple;
  /* android */
  -webkit-flex-wrap: wrap;
  /* Safari */
  -ms-flex-wrap: wrap;
  /* IE */
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .f-wrap-l-column {
    -webkit-box-orient: vertical;
    /* android */
    -webkit-flex-direction: column;
    /* safari */
    -ms-flex-direction: column;
    /* IE */
    flex-direction: column;

    -webkit-box-pack: center;
    /* android */
    -webkit-justify-content: center;
    /* safari */
    -ms-flex-pack: center;
    /* IE */
    justify-content: center;
  }
}

/*【max-width end】 */

.f-inline {
  display: inline-flex;
}

.f-around {
  -webkit-justify-content: space-around;
  /* safari */
  -ms-flex-pack: distribute;
  /* IE */
  justify-content: space-around;
}

.f-between {
  -webkit-box-pack: justify;
  /* android */
  -webkit-justify-content: space-between;
  /* safari */
  -ms-flex-pack: justify;
  /* IE */
  justify-content: space-between;
}

.f-center {
  -webkit-box-pack: center;
  /* android */
  -webkit-justify-content: center;
  /* safari */
  -ms-flex-pack: center;
  /* IE */
  justify-content: center;
}

.f-end {
  -webkit-box-pack: end;
  /* android */
  -webkit-justify-content: flex-end;
  /* safari */
  -ms-flex-pack: end;
  /* IE */
  justify-content: flex-end;
}

.f-wrap-flex-start {
  -webkit-box-lines: multiple;
  /* android */
  -webkit-flex-wrap: wrap;
  /* Safari */
  -ms-flex-wrap: wrap;
  /* IE */
  flex-wrap: wrap;

  -webkit-box-align: flex-start;
  /* android */
  -webkit-align-items: flex-start;
  /* safari */
  -ms-flex-align: flex-start;
  /* IE */
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .f-l-wrap-flex-start {
    -webkit-box-lines: multiple;
    /* android */
    -webkit-flex-wrap: wrap;
    /* Safari */
    -ms-flex-wrap: wrap;
    /* IE */
    flex-wrap: wrap;

    -webkit-box-align: flex-start;
    /* android */
    -webkit-align-items: flex-start;
    /* safari */
    -ms-flex-align: flex-start;
    /* IE */
    align-items: flex-start;
  }
}

/*【max-width end】 */

.f-wrap-flex-stretch {
  -webkit-box-lines: multiple;
  /* android */
  -webkit-flex-wrap: wrap;
  /* Safari */
  -ms-flex-wrap: wrap;
  /* IE */
  flex-wrap: wrap;

  -webkit-box-align: stretch;
  /* android */
  -webkit-align-items: stretch;
  /* safari */
  -ms-flex-align: stretch;
  /* IE */
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .f-l-wrap-flex-stretch {
    -webkit-box-lines: multiple;
    /* android */
    -webkit-flex-wrap: wrap;
    /* Safari */
    -ms-flex-wrap: wrap;
    /* IE */
    flex-wrap: wrap;

    -webkit-box-align: stretch;
    /* android */
    -webkit-align-items: stretch;
    /* safari */
    -ms-flex-align: stretch;
    /* IE */
    align-items: stretch;
  }
}

/*【max-width end】 */

.f-wrap-center {
  -webkit-box-lines: multiple;
  /* android */
  -webkit-flex-wrap: wrap;
  /* Safari */
  -ms-flex-wrap: wrap;
  /* IE */
  flex-wrap: wrap;

  -webkit-box-pack: center;
  /* android */
  -webkit-justify-content: center;
  /* safari */
  -ms-flex-pack: center;
  /* IE */
  justify-content: center;
}

.f-colume-center {
  -webkit-box-orient: vertical;
  /* android */
  -webkit-flex-direction: column;
  /* safari */
  -ms-flex-direction: column;
  /* IE */
  flex-direction: column;

  -webkit-box-align: center;
  /* android */
  -webkit-align-items: center;
  /* safari */
  -ms-flex-align: center;
  /* IE */
  align-items: center;
}

.f-reverse-around {
  -webkit-box-direction: row-reverse;
  -moz-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;

  -webkit-justify-content: space-around;
  /* safari */
  -ms-flex-pack: distribute;
  /* IE */
  justify-content: space-around;
}

.f-reverse-between {
  -webkit-box-direction: row-reverse;
  -moz-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;

  -webkit-box-pack: justify;
  /* android */
  -webkit-justify-content: space-between;
  /* safari */
  -ms-flex-pack: justify;
  /* IE */
  justify-content: space-between;
}

.f-alignitem-center {
  -webkit-box-align: center;
  /* android */
  -webkit-align-items: center;
  /* safari */
  -ms-flex-align: center;
  /* IE */
  align-items: center;
}

.f-alignitem-end {
  -webkit-box-align: end;
  /* android */
  -webkit-align-items: end;
  /* safari */
  -ms-flex-align: end;
  /* IE */
  align-items: end;
}

@media only screen and (max-width: 1125px) {
  .f-l-alignitem-colum-center {
    -webkit-box-align: center;
    /* android */
    -webkit-align-items: center;
    /* safari */
    -ms-flex-align: center;
    /* IE */
    align-items: center;
    -webkit-box-orient: vertical;
    /* android */
    -webkit-flex-direction: column;
    /* safari */
    -ms-flex-direction: column;
    /* IE */
    flex-direction: column;

    -webkit-box-pack: center;
    /* android */
    -webkit-justify-content: center;
    /* safari */
    -ms-flex-pack: center;
    /* IE */
    justify-content: center;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 767px) {
  .f-l-alignitem-colum-center767 {
    -webkit-box-align: center;
    /* android */
    -webkit-align-items: center;
    /* safari */
    -ms-flex-align: center;
    /* IE */
    align-items: center;
    -webkit-box-orient: vertical;
    /* android */
    -webkit-flex-direction: column;
    /* safari */
    -ms-flex-direction: column;
    /* IE */
    flex-direction: column;

    -webkit-box-pack: center;
    /* android */
    -webkit-justify-content: center;
    /* safari */
    -ms-flex-pack: center;
    /* IE */
    justify-content: center;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 768px) {
  .f-l-wrap-center768 {
    -webkit-box-lines: multiple;
    /* android */
    -webkit-flex-wrap: wrap;
    /* Safari */
    -ms-flex-wrap: wrap;
    /* IE */
    flex-wrap: wrap;

    -webkit-box-pack: center;
    /* android */
    -webkit-justify-content: center;
    /* safari */
    -ms-flex-pack: center;
    /* IE */
    justify-content: center;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 767px) {
  .f-l-wrap-center {
    -webkit-box-lines: multiple;
    /* android */
    -webkit-flex-wrap: wrap;
    /* Safari */
    -ms-flex-wrap: wrap;
    /* IE */
    flex-wrap: wrap;

    -webkit-box-pack: center;
    /* android */
    -webkit-justify-content: center;
    /* safari */
    -ms-flex-pack: center;
    /* IE */
    justify-content: center;
  }
}

/*【max-width end】 */

/* /////////////////////
▼▼テーブル▼▼
//////////////////////*/
table.company {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

table.company th {
  border-bottom: #cbcbcb 1px solid;
  background-color: #f3f3f3;
  padding: 25px 0;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  table.company th {
    width: 100%;
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
  }
}

/*【max-width end】 */

table.company td {
  background-color: #ffffff;
  border-bottom: #cbcbcb 1px solid;
  padding: 25px 15px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  table.company td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}

/*【max-width end】 */

table.search {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  background: #cccccc;
}

table.search th {
  border: #ffffff 1px solid;
  background-color: #f5f5f5;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  table.search th {
    width: 100%;
    display: block;
    padding: 5px 5px;
  }
}

/*【max-width end】 */

table.search td {
  background-color: #ffffff;
  border: #ffffff 1px solid;
  padding: 10px 10px;
  vertical-align: middle;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  table.search td {
    width: 100%;
    display: block;
    padding: 10px 10px;
    box-sizing: border-box;
  }
}

/*【max-width end】 */

table.search2 {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  background: #f9f9f9;
  padding: 15px 10px;
}

table.search2 th {
  padding: 20px 5px;
  vertical-align: middle;
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
  table.search2 th {
    padding: 5px 5px 0;
    width: 100%;
    display: block;
    border-bottom: none;
  }
}

/*【max-width end】 */

table.search2 td {
  padding: 10px 10px;
  vertical-align: middle;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
  table.search2 td {
    padding: 10px 10px;
    width: 100%;
    display: block;
  }
}

/*【max-width end】 */

table.shop {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  background: #cccccc;
}

table.shop th {
  border: #ffffff 1px solid;
  background-color: #f5f5f5;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  table.shop th {
    width: 100%;
    display: block;
    padding: 5px 5px;
  }
}

/*【max-width end】 */

table.shop td {
  background-color: #ffffff;
  border: #ffffff 1px solid;
  padding: 10px 10px;
  vertical-align: middle;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  table.shop td {
    width: 100%;
    display: block;
    padding: 10px 10px;
    box-sizing: border-box;
    text-align: left;
  }
}

/*【max-width end】 */

table.reservetable {
  width: 100%;
  border-collapse: collapse;
}

table.reservetable tr {
  border: 2px solid #3b3b3b;
}

table.reservetable td {
  border: 1px solid #c8c8c8;
  vertical-align: middle;
  padding: 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  table.reservetable td {
    display: block;
  }
}

/*【max-width end】 */

td.l {
  width: 5%;
}

td.m {
  width: 30%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  td.l {
    width: 100%;
  }

  td.m {
    width: 100%;
  }
}

/*【max-width end】 */

/* /////////////////////
▼▼font▼▼
//////////////////////*/
.fs-mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.fs-gothic {
  font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "Century Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    "MS PGothic", "Arial", "sans-serif";
}

.fs-weight100 {
  font-weight: 100;
}

.fs-weight200 {
  font-weight: 200;
}

.fs-weight300 {
  font-weight: 300;
}

.fs-weight400 {
  font-weight: 400;
}

.fs-weight500 {
  font-weight: 500;
}

.fs-weight600 {
  font-weight: 600;
}

.fs-weight800 {
  font-weight: 800;
}

.fs-bold {
  font-weight: bold;
}

.fs-red {
  color: #d82528;
}

.fs-pink {
  color: #e91779;
}

.fs-black {
  color: #000000;
}

.fs-gold {
  color: #865e26;
}

.fs-white {
  color: #ffffff;
}

.fs-blue {
  color: #26499d;
}

.fs-green {
  color: #229c2c;
}

.fs-gray {
  color: #515151;
}

.fs-brown {
  color: #8f4243;
}

.fs-yellow {
  color: #f9f812;
}

.fs-lh8 {
  line-height: 0.8;
}

.fs-lh9 {
  line-height: 0.9;
}

.fs-lh13 {
  line-height: 1.3;
}

.fs-lh15 {
  line-height: 1.5;
}

.fs-lh18 {
  line-height: 1.8;
}

.fs-lh20 {
  line-height: 2;
}

.fs-lh23 {
  line-height: 2.3;
}

.fs-lh25 {
  line-height: 2.5;
}

.fs-lh30 {
  line-height: 3;
}

.fs-lh8-l9 {
  line-height: 0.8;
}

@media only screen and (max-width: 767px) {
  .fs-lh8-l9 {
    line-height: 0.9;
  }
}

/*【max-width end】 */

.fs-10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs-11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs-13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs-17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fs-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs-19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fs-20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs-21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fs-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs-23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs-25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.fs-26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fs-27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.fs-28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fs-29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.fs-30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs-m {
  font-size: 25px;
  font-size: 2.5rem;
}

.fs-l {
  font-size: 30px;
  font-size: 3rem;
}

.fs-ll {
  font-size: 35px;
  font-size: 3.5rem;
}

@media only screen and (max-width: 375px) {
  .fs-m {
    font-size: 20px;
    font-size: 2rem;
  }

  .fs-l {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .fs-ll {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .fs-l18 {
    font-size: 18px !important;
    font-size: 1.8rem;
  }

  .fs-l19 {
    font-size: 19px !important;
    font-size: 1.9rem;
  }

  .fs-l20 {
    font-size: 20px !important;
    font-size: 2rem;
  }

  .fs-l21 {
    font-size: 21px !important;
    font-size: 2.1rem;
  }

  .fs-l22 {
    font-size: 22px !important;
    font-size: 2.2rem;
  }

  .fs-l23 {
    font-size: 23px !important;
    font-size: 2.3rem;
  }

  .fs-l24 {
    font-size: 24px !important;
    font-size: 2.4rem;
  }

  .fs-l25 {
    font-size: 25px !important;
    font-size: 2.5rem;
  }
}

/*【end】 */

/* /////////////////////
▼▼余白▼▼
//////////////////////*/
/*-----▼左右▼-----*/
.p-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.m-lr-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.m-lr-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.m-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr-10-l2 {
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .m-lr-10-l2 {
    margin-left: 2px;
    margin-right: 2px;
  }
}

/*【max-width end】 */

/*-----▼上下▼-----*/
.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

/*-----▼左▼-----*/
.p-l3 {
  padding-left: 3px;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.m-l3 {
  margin-left: 3px;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

/*-----▼右▼-----*/
.p-r10 {
  padding-right: 10px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.m-r3 {
  margin-right: 3px;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

/*-----▼上▼-----*/
.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.m-t3 {
  margin-top: 3px;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-t100-l50 {
  margin-top: 100px;
}

.m-t70-l35 {
  margin-top: 70px;
}

.m-t50-l25 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .m-t100-l50 {
    margin-top: 50px;
  }

  .m-t70-l35 {
    margin-top: 35px;
  }

  .m-t50-l25 {
    margin-top: 25px;
  }
}

/*【max-width end】 */

/*-----▼下▼-----*/
.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .m-l-t2 {
    margin-top: 2px;
  }

  .m-l-t10 {
    margin-top: 10px;
  }

  .m-l-t20 {
    margin-top: 20px;
  }

  .m-l-t30 {
    margin-top: 30px;
  }

  .m-l-b10 {
    margin-bottom: 10px;
  }

  .m-l-b20 {
    margin-bottom: 20px;
  }

  .m-l-b30 {
    margin-bottom: 30px;
  }

  .m-l-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .m-l-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .m-l-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .p-l-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .p-l-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-l-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*【end】 */

/* /////////////////////
▼▼pagetopスクロール▼▼
//////////////////////*/
#page-top {
  position: fixed;
  bottom: 100px;
  right: 0;
  font-size: 77%;
  z-index: 4;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* /////////////////////
▼▼news blog▼▼
//////////////////////*/

.news-box {
  padding: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}

.news-day {
  color: #132c54;
  font-size: 13px;
}

.news-text {
  margin-top: 5px;
}

.news-text {
  margin-left: 0;
  margin-top: 5px;
}

.blog-box {
  background: #f6f6f6;
  padding: 10px 10px;
  margin: 5px 7px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .blog-box {
    background: #f6f6f6;
    padding: 10px 5px;
    margin: 15px 5px;
  }
}

/*【max-width end】 */

.blog-box-archive {
  background: #f6f6f6;
  padding: 10px 10px;
  margin: 1% 0.2%;
  box-sizing: border-box;
  width: 32.9%;
}

@media only screen and (max-width: 414px) {
  .blog-box-archive {
    width: 49.6%;
  }
}

/*【max-width end】 */

.voice-box-archive {
  background: #f6f6f6;
  padding: 10px 10px;
  margin: 1% 0.2%;
  box-sizing: border-box;
  width: 32.9%;
}

@media only screen and (max-width: 414px) {
  .voice-box-archive {
    width: 100%;
  }
}

/*【max-width end】 */

.blog-day {
  width: 100px;
  color: #333333;
  margin-top: 10px;
  font-size: 13px;
}

.blog-cat li {
  background: #333333;
  width: auto;
  color: #fff;
  padding: 2px 5px;
  margin-top: 15px;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  border-radius: 5px;
}

.blog-cat li:hover {
  background: #777777;
}

.blog-cat li a {
  color: #fff;
}

.blog-cat li a:hover {
  color: #fff;
}

.blog-title {
  font-size: 16px;
  color: #333333;
  margin-top: 5px;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 5px;
}

.blog-title a {
  color: #333333;
}

.blog-title a:hover {
  color: #777777;
}

.blog-title-single {
  font-size: 16px;
  margin-top: 5px;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 5px;
  color: #191970;
}

.blog-text {
  margin-top: 10px;
}

.blog-img {
  text-align: center;
}

.blog-archive-title {
  background: #333333;
  color: #fff;
  padding: 3px 5px;
  text-align: center;
  margin-top: 4%;
}

.blog-archive li {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px dotted #d9d9d9;
}

.blog-archive-wrap {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .blog-archive-wrap {
    padding-left: 0;
  }
}

/*【max-width end】 */

.pagenavi {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* /////////////////////
▼▼お問い合わせフォーム▼▼
//////////////////////*/
div.wpcf7 {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 0px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 30px 0;
}

div.wpcf7 p {
  padding: 20px 20px 20px;
  margin: 0;
  font-size: 20px;
  border-bottom: 1px dotted #848484;
}

div.wpcf7 p:last-child {
  border: none;
}

div.wpcf7 input,
.wpcf7 textarea {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
}

div.wpcf7 textarea {
  width: 97.5%;
  height: 300px;
}

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #333;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5),
    inset 0px 32px 0px -12px #808080;
  border: 1px solid #666;
}

div.wpcf7 input.wpcf7-submit:hover {
  background: #006080;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5),
    inset 0px 32px 0px -12px #007ea8;
  border: 1px solid #006080;
}

.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid #009de1;
}

.wpcf7-captchac {
  border: 1px solid #ccc;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  font-size: 14px;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  font-size: 14px;
}

/* 必須赤色表示 */
.wpcf7 .required {
  color: #f00;
}

/* 任意緑色表示 */
.wpcf7 .any {
  color: #080;
}

/* /////////////////////
▼▼メールフォームPRO▼▼
//////////////////////*/
table.form {
  width: 100%;
  able-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

table.form th {
  border-bottom: #cbcbcb 1px solid;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 3px;
}

table.form td {
  border-bottom: #cbcbcb 1px solid;
  padding: 5px 15px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {

  table.form,
  tbody.form,
  tr.form,
  table.form th,
  table.form td {
    display: block;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  table.form th {
    border-bottom: none;
    padding: 15px 0;
    text-align: left;
  }
}

/*【max-width end】 */

/* /////////////////////
▼▼webicon▼▼
//////////////////////*/
.fa-facebook-square {
  color: #0f2c59;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3em;
}

.fa-instagram-square {
  color: #0f2c59;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 3em;
}

.fa-phone-square-alt {
  color: #0f2c59;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 3em;
}

.fa-envelope-square {
  color: #0f2c59;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 3em;
}

.fa-chevron-down {
  color: #9a9a9a;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 3em;
}

.wi-phone:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  padding-right: 3px;
  color: #0f2c59;
  font-size: 18px;
}

.wi-check:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  padding-right: 3px;
  color: #cb2626;
  font-size: 18px;
}

/* /////////////////////
▼▼tab▼▼
//////////////////////*/
label.tab {
  cursor: auto;
  position: inherit;
  top: 0;
  left: 0;
}

/* ▼タブ機能の掲載領域の装飾(※必須ではありません) */
.tabbox {
  margin: 0px;
  background-color: #ffffff;
}

/* ▼タブ機能を制御するラジオボタン(非表示にする) */
.tabbox input {
  display: none;
}

/* ▼タブ(共通装飾＋非選択状態の装飾) */
.tab {
  width: 16.2%;
  display: inline-block;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bd934f;
  border-radius: 0.75em 0.75em 0px 0px;
  padding: 0.75em 1em;
  color: #bd934f;
  background-color: #ffffff;
  font-size: 13px;
  box-sizing: border-box;
  text-align: center;
}

/* ▼タブにマウスポインタが載った際の装飾 */
.tab:hover {
  background-color: #bd934f;
  color: #ffffff;
  cursor: pointer;
}

.tab2 {
  width: 200px;
  display: inline-block;
  border-radius: 0.75em;
  padding: 0.75em 1em;
  color: #ffffff;
  background-color: #e0172a;
  font-size: 13px;
  box-sizing: border-box;
  text-align: center;
}

/* ▼タブにマウスポインタが載った際の装飾 */
.tab2:hover {
  background-color: #c80d1e;
  color: #ffffff;
  cursor: pointer;
}

/* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
input:checked+.tab {
  color: #ffffff;
  background-color: #bd934f;
  position: relative;
  z-index: 2;
}

/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabcontent {
  display: none;
  margin-top: -1px;
  padding: 1em;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  border: 1px solid #bd934f;
}

.datecontent {
  margin-top: -1px;
  padding: 1em;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  border: 1px solid #bd934f;
}

/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
#tabcheck1:checked~#tabcontent1 {
  display: block;
}

#tabcheck2:checked~#tabcontent2 {
  display: block;
}

#tabcheck3:checked~#tabcontent3 {
  display: block;
}

#tabcheck4:checked~#tabcontent4 {
  display: block;
}

#tabcheck5:checked~#tabcontent5 {
  display: block;
}

#tabcheck6:checked~#tabcontent6 {
  display: block;
}

@media only screen and (max-width: 767px) {
  .tab {
    width: 32.5%;
    padding: 0.35em 1em;
  }
}

/*【max-width end】 */

/* /////////////////////
▼▼tab jquery▼▼
//////////////////////*/
/*タブ実装*/
.tab_box .btn_area {
  margin: 0 10px;
  display: -webkit-box;
  display: flex;
  position: sticky;
  top: 60px;
  z-index: 3;
  background: #d5d5d5;
  padding: 10px 3px;
}

@media only screen and (max-width: 1200px) {
  .tab_box .btn_area {
    top: 70px;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 1100px) {
  .tab_box .btn_area {
    /* top: 100px; */
    top: 50px;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 767px) {
  .tab_box .btn_area {
    /* top: 90px; */
    top: 50px;
    font-size: 10px;
    margin: 0;
    padding: 10px 1px;
    box-sizing: border-box;
  }
}

/*【max-width end】 */

.tab_box .tab_btn {
  width: 188px;
  padding: 8px 0;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  border-radius: 8px;
}

.tab_box .tab_btn+.tab_btn {
  margin-left: 5px;
}

.tab_box .tab_btn:hover {
  background-color: #dce1e4;
}

.tab_box .tab_btn.active {
  background: #a27b3c;
  color: #fff;
}

.tab_box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 20px;
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
}

/* /////////////////////
▼▼original▼▼
//////////////////////*/
/*--------common--------*/
select {
  width: 140px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 767px) {
  select.rankingselect {
    width: 95%;
  }
}

/*【max-width end】 */

/*アコーディオン*/
.accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #e3e3e3;
  outline: 0;
  cursor: pointer;
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px;
  font-weight: normal;
  cursor: pointer;
  background: #f9f9f9;
  border: 1px solid #e3e3e3;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background-color: #f9f9f9;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.article-title {
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: 1em;
  padding-right: 1em;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}

/*もっと見るボタン*/
.grad-wrap {
  position: relative;
  margin-bottom: 30px;
}

.grad-wrap+.grad-wrap {
  margin-top: 40px;
}

.grad-btn {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: 0.5em 0;
  border-radius: 2px;
  background: #009e8f;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.grad-btn::after {
  content: "続きを読む";
}

.grad-btn:hover {
  background: #fff;
  color: #009e8f;
}

.grad-btn .fa {
  margin-right: 0.5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.grad-item p+p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.9) 50%,
      #fff 100%);
  background: linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.9) 50%,
      #fff 100%);
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked~.grad-btn {
  bottom: -3em;
}

@media only screen and (max-width: 767px) {
  .grad-trigger:checked~.grad-btn {
    bottom: -1em;
  }
}

.grad-trigger:checked~.grad-btn::after {
  content: "閉じる";
}

.grad-trigger:checked~.grad-btn .fa {
  transform: rotate(180deg);
}

.grad-trigger:checked~.grad-item {
  height: auto;
  padding-bottom: 4em; 
}

.grad-trigger:checked~.grad-item::before {
  display: none;
}

.swich_setting {
  display: none;
  /* チェックボックスを非表示に */
}

.tooltip {
  /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
}

.description {
  width: 200px;
  /* 横幅 */
  position: absolute;
  top: -200%;
  /* Y軸の位置 */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
  /* テキストとの距離 */
  padding: 5px;
  border-radius: 10px;
  /* 角の丸み */
  background-color: #666;
  /* ツールチップの背景色 */
  font-size: 12px;
  color: #fff;
  visibility: hidden;
  /* ツールチップを非表示に */
  opacity: 0;
  /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all;
  /* マウスオーバー時のアニメーション速度 */
}

.description::before {
  /* 吹き出しの「しっぽ」のスタイル */
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #666;
  position: absolute;
  bottom: -23%;
  left: 50%;
  transform: translateX(-50%);
}

.swich_setting:checked+.tooltip .description {
  /* チェック時のスタイル */
  top: -481%;
  visibility: visible;
  opacity: 1;
}

/*--------top--------*/
.main-img {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top-search-box {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 486px;
}

@media only screen and (max-width: 1100px) {
  .top-search-box {
    position: inherit;
    bottom: auto;
    left: auto;
    width: 486px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 490px) {
  .top-search-box {
    width: 95%;
    margin-top: 7px;
  }
}

/*【max-width end】 */

.top-search-box-btn p {
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .top-search-box-btn p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    background: #e61f58;
    width: 100%;
    text-align: center;
    border-radius: 10px;
  }
}

/*【max-width end】 */

/*@media only screen and (max-width: 1100px){
.top-search-box-btn p{
margin-left: 2px;
margin-right: 2px;
margin-top: 5px;
width: 49%;
box-sizing: border-box;
text-align: center;
}
}*/
/*【max-width end】 */

/*@media only screen and (max-width: 767px){
.top-search-box-btn p{
width: 49.1%;
}
}*/
/*【max-width end】 */

/*@media only screen and (max-width: 490px){
.top-search-box-btn p{
width: 48.5%;
}
}*/
/*【max-width end】 */

@media only screen and (max-width: 1100px) {
  .top-search-box-btn p img {
    max-width: 100%;
  }
}

/*【max-width end】 */

.top-search-box-freeword {
  width: 486px;
}

@media only screen and (max-width: 490px) {
  .top-search-box-freeword {
    width: 98%;
  }
}

/*【max-width end】 */

input[type="text"] {
  vertical-align: middle;
  width: 390px;
  height: 38px;
  padding: 1px 5px;
  border: 2px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
  /* color: #666666; */
  background: #ffffff;
}

input[type="password"] {
  vertical-align: middle;
  width: 390px;
  height: 38px;
  padding: 1px 5px;
  border: 2px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
  /* color: #666666; */
  background: #ffffff;
}

@media only screen and (max-width: 490px) {
  input[type="text"] {
    width: 93%;
    padding: 1px 5px;
    font-size: 14px;
  }

  input[type="password"] {
    width: 93%;
    padding: 1px 5px;
    font-size: 14px;
  }
}

/*【max-width end】 */

.top-select-wrap {
  width: 100%;
  max-width: 410px;
}

input[type="submit"] {
  border: none;
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 11px 20px;
  border-radius: 5px;
  background-color: #e61f58;
  color: #ffffff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

input[type="submit"]:disabled {
  background-color: #d3d3d3;
  /* 灰色背景 */
  color: #a1a1a1;
  /* 灰色字体 */
  cursor: not-allowed;
  /* 禁止点击样式 */
}

@media only screen and (max-width: 490px) {
  input[type="submit"] {
    width: 100%;
    max-width: 250px;
    padding: 11px 10px;
  }
}

/*【max-width end】 */

.top-entry-bg {
  background: #fff2ce;
}

.top-entry-erea {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1100px) {
  .top-entry-erea {
    margin-top: 15px;
    text-align: center;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 767px) {
  .top-reason img {
    width: 300px;
  }
}

/*【max-width end】 */

.top-ranking-wrap {
  background: #ffffff;
  padding: 5px 5px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .top-ranking-wrap {
    padding: 2px 2px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
  }
}

/*【max-width end】 */

.top-ranking-wrap-glay {
  background: #f9f9f9;
  width: 19%;
  padding: 5px 5px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .top-ranking-wrap-glay {
    width: 48%;
    padding: 2px 2px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
  }
}

/*【max-width end】 */

.top-ranking-no {
  position: absolute;
  top: 0;
  left: 0;
}

.top-ranking-star {
  width: 50%;
  font-size: 12px;
}

@media only screen and (max-width: 1000px) {
  .top-ranking-star {
    width: 45%;
    font-size: 12px;
  }
}

/*【max-width end】 */

.top-ranking-star img {
  width: 65%;
  margin-bottom: 3px;
}

.top-ranking-bookmark {
  width: 25%;
  font-size: 12px;
}

.top-ranking-bookmark img {
  width: 25%;
  margin-bottom: 3px;
}

.top-ranking-good {
  width: 25%;
  font-size: 12px;
}

.top-ranking-good img {
  width: 25%;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1000px) {

  .top-ranking-bookmark,
  .top-ranking-good {
    width: 27.5%;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 1000px) {

  .top-ranking-star,
  .top-ranking-bookmark,
  .top-ranking-good {
    font-size: 9px;
  }
}

/*【max-width end】 */

a.top-genre-tab {
  text-align: center;
  width: 16.6%;
  display: inline-block;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bd934f;
  border-radius: 0.75em 0.75em 0px 0px;
  padding: 0.3em 1em;
  color: #bd934f;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  a.top-genre-tab {
    text-align: center;
    width: 16.6%;
    display: inline-block;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #bd934f;
    border-radius: 0.75em 0.75em 0px 0px;
    padding: 0.3em 0.3em;
    color: #bd934f;
    background-color: #f8f8f8;
    font-size: 11px;
    line-height: 1.2;
  }
}

/*【max-width end】 */

a:hover.top-genre-tab {
  background-color: #ebebeb;
}

a.top-genre-tab-target {
  background-color: #fbe4b8;
}

a.top-genre-tab2 {
  text-align: center;
  width: 50%;
  display: inline-block;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bd934f;
  border-radius: 0.75em 0.75em 0px 0px;
  padding: 0.3em 1em;
  color: #bd934f;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  a.top-genre-tab2 {
    text-align: center;
    width: 50%;
    display: inline-block;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #bd934f;
    border-radius: 0.75em 0.75em 0px 0px;
    padding: 0.3em 0.3em;
    color: #bd934f;
    background-color: #f8f8f8;
    font-size: 11px;
    line-height: 1.8;
  }
}

/*【max-width end】 */

a:hover.top-genre-tab2 {
  background-color: #ebebeb;
}

a.top-genre-tab2-target {
  background-color: #fbe4b8;
}

.top-genre-box {
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-top: 10px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .top-genre-box {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
  }
}

/*【max-width end】 */

.top-genre-box a {
  display: block;
}

.top-genre-box-industry {
  background: #e61f58;
  padding: 2px 3px;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .top-genre-box-industry {
    padding: 1px 2px;
  }
}

/*【max-width end】 */

.top-genre-box-title {
  font-size: 16px;
  font-weight: 500;
  color: #d1a327;
  margin-top: 0;
  padding: 5px;
  box-sizing: border-box;
}

.top-nicebtn-wrap {
  position: relative;
}

.top-nicebtn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  padding: 3px 3px;
  width: 20px;
}

/*--------search-menu--------*/
.search-check p {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .search-check p {
    width: 100%;
  }
}

/*【max-width end】 */

/*--------search-ranking--------*/
.search-ranking-wrap {
  background: #911c22;
  padding-top: 30px;
  padding-bottom: 30px;
}

.search-ranking-sbox {
  background: #ffffff;
  padding: 15px 5px;
  box-sizing: border-box;
  border-radius: 10px;
}

.search-ranking-box {
  background: #ffffff;
  padding: 20px 10px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px;
}

.search-ranking-nicewrap {
  position: relative;
}

.search-ranking-nicebtn {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  padding: 3px 3px;
  width: 20px;
}

/*--------shop--------*/
.shop-bestbox {
  background: #a27b3c;
  color: #ffffff;
  width: 110px;
  padding: 3px;
  border-radius: 15px;
  text-align: center;
  font-size: 13px;
  margin-left: 3px;
}

.shop-bestbox-s {
  background: #a27b3c;
  color: #ffffff;
  width: 60px;
  padding: 3px;
  border-radius: 15px;
  text-align: center;
  font-size: 13px;
  margin-left: 3px;
}

.shop-staricon {
  height: 15px;
  margin-bottom: 3px;
}

.shop-gender {
  border: 1px #8e6729 solid;
  padding: 2px;
  width: 180px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.shop-technologyicon {
  height: 25px;
}

.shop-menu-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.shop-menu-box {
  background-color: #ffffff;
  padding: 15px 10px;
  border: 2px solid #ececec;
  border-radius: 15px;
  position: relative;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .shop-menu-box {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*【max-width end】 */

.shop-days span {
  background: #ffffff;
  padding: 2px 0 2px 8px;
  box-sizing: border-box;
  margin-right: 5px;
}

.shop-menu-img {
  flex-shrink: 0;
  flex-basis: 150px;
  margin-right: 15px;
}

.shop-menu-img a {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .shop-menu-img {
    margin-right: 0;
  }
}

/*【max-width end】 */

.shop-menu-textbox {
  flex-grow: 1;
  margin-left: 5px;
  word-wrap: break-word;
  white-space: normal; 
}

.shop-menu-industry {
  background: #e8e8e8;
  padding: 0 3px;
  box-sizing: border-box;
  margin-right: 5px;
  font-size: 12px;
}

.shop-menu-genre-wrap {
  position: absolute;
  top: 3px;
}

.shop-menu-genre {
  background: #2570f4;
  padding: 0 3px;
  width: 60px;
  color: #ffffff;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}

.shop-menu-timeicon {
  height: 15px;
  margin-bottom: 1px;
}

.shop-menu-infoicon {
  height: 15px;
  margin-bottom: 3px;
}

.shop-menu-reserve a {
  width: 80px;
  height: 30px;
  display: block;
  color: #fff;
  background: linear-gradient(120deg, #ff8490, #f43446);
  font-size: 12px;
  border-radius: 2px;
  text-align: center;
  box-shadow: 0 2px 8px 0 #c8d0dd;
  cursor: pointer;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .shop-menu-reserve {
    margin-right: auto;
  }
}

/*【max-width end】 */

.shop-photobox div {
  width: 19%;
  margin-top: 20px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .shop-photobox div {
    width: 49%;
  }
}

/*【max-width end】 */

.shop-review-box {
  width: 70%;
  padding: 10px 5px;
  border: solid 8px #f9f9f9;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.shop-photobox-l div {
  width: 32.333%;
  margin-top: 20px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .shop-photobox-l div {
    width: 49%;
  }
}

/*【max-width end】 */

.shop-review-box {
  width: 70%;
  padding: 10px 5px;
  border: solid 8px #f9f9f9;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .shop-review-box {
    width: 90%;
  }
}

/*【max-width end】 */

.shop-saloninfo-photo {
  flex-basis: 300px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .shop-saloninfo-photo {
    flex-basis: auto;
  }
}

/*【max-width end】 */

.shop-saloninfo-text {
  flex-grow: 1;
  word-break: break-all
}

.shop-slidewrap {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.shop-slidebox {
  padding: 10px 1px;
  border: solid 1px #f9f9f9;
  box-sizing: border-box;
}

.shop-slidebox-station {
  font-size: 12px;
  margin-top: -2px;
  margin-left: 2px;
}

.shop-ec-box {
  width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .shop-ec-box {
    width: 50%;
    padding: 10px;
  }
}

/*【max-width end】 */

.shop-ec-box a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.shop-ec-box a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.shop-ec-title {
  margin-top: 10px;
  font-weight: bold;
}

.shop-ec-text {
  margin-top: 5px;
}

.shop-ec-price {
  margin-top: 5px;
  color: #0f2da0;
}

.shop-ec-box-1row {
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.shop-ec-box-1row a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.shop-ec-box-1row a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.shop-ec-box-1row-img {
  width: 20%;
}

.shop-ec-box-1row-textbox {
  padding: 10px 10px;
  box-sizing: border-box;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .shop-ec-box-1row-img {
    width: 100%;
  }

  .shop-ec-box-1row-textbox {
    padding: 10px 10px;
    width: 100%;
  }
}

/*【max-width end】 */

.shop-ecitem-photo {
  flex-basis: 350px;
}

.shop-ecitem-text {
  flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.shop-ecitem-sizebox {
  border: 1px solid #b0b0b0;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 5px;
  position: relative;
}

.shop-ecitem-sizebox a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.shop-ecitem-sizebox a:hover {
  background-color: rgba(158, 230, 248, 0.05);
  border: 1px solid #3350d9;
}

@media only screen and (max-width: 767px) {
  .shop-ecitem-sizebox {
    width: 49%;
    margin-right: 1%;
    margin-top: 5px;
  }
}

/*【max-width end】 */

.shop-ec-buybtn a {
  color: #fff !important;
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #3a7aeb;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.shop-ec-buybtn a:hover {
  background: #2a6bdd;
}

.shop-info-left {
  width: 66.66%;
}

@media only screen and (max-width: 1125px) {
  .shop-info-left {
    width: 66.66%;
    margin-top: 10px;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 767px) {
  .shop-info-left {
    width: 90%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 2%;
    /* margin-top: -20px; */
    background-color: #ffffff;
    z-index: 1;
  }
}

/*【max-width end】 */

.shop-info-right {
  width: 33.34%;
  display: flex;
}

@media only screen and (max-width: 1125px) {
  .shop-info-right {
    width: 33.34%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-info-right {
    width: 90%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 2%;
    /* margin-top: -20px; */
    background-color: #ffffff;
    z-index: 1;
  }
}

.shop-left,.shop-right{
  flex: 1;
}

.shop-main-image {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: fill;
}

.shop-right-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shop-secondary-image {
  width: 100%;
  object-fit: fill;
}

.shop-goodbtn-wrap {
  position: relative;
}

.shop-goodbtn {
  position: absolute;
  top: -5px;
  left: -50px;
}

@media only screen and (max-width: 1125px) {
  .shop-goodbtn {
    position: absolute;
    top: inherit;
    bottom: -42px;
    left: inherit;
    right: 0;
    z-index: 2;
  }
}

/*【max-width end】 */

@media only screen and (max-width: 768px) {
  .shop-goodbtn {
    bottom: -18px;
    right: 18px;
    z-index: 2;
  }
}

/*【max-width end】 */

/*-----search-results-----*/
.search-results-wrap {
  background: #fcfcfc;
  padding: 20px;
  box-sizing: border-box;
}

.search-results-box {
  background: #ffffff;
  padding: 20px 15px;
  box-sizing: border-box;
  border-radius: 10px;
}

.search-results-pricebox {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

@media only screen and (max-width: 767px) {
  .search-results-pricebox {
    width: 98%;
    margin-top: 30px;
  }
}

/*【max-width end】 */

/*-----reserve-----*/
.reserve_step_wrap {
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
}

.reserve_step_box,
.reserve_step_box_blue {
  position: relative;
  flex: 1;
  text-align: center;
}

.reserve_step_box:before,
.reserve_step_box_blue:before {
  display: block;
  position: absolute;
  content: "";
  top: 7px;
  width: 100%;
  border-top: 2px solid #dbdada;
  box-sizing: border-box;
}

.reserve_step_box:first-child:before,
.reserve_step_box_blue:first-child:before {
  width: 50%;
  right: 0;
}

.reserve_step_box:last-child:before,
.reserve_step_box_blue:last-child:before {
  width: 50%;
  left: 0;
}

.reserve_step_box span {
  display: block;
  position: relative;
  padding-top: 25px;
  background: url("../images/reserve_step_glay.png") top center no-repeat;
  color: #dbdada;
}

.reserve_step_box_blue span {
  display: block;
  position: relative;
  padding-top: 25px;
  background: url("../images/reserve_step_blue.png") top center no-repeat;
  font-weight: bold;
  color: #336ab3;
}

.reserve_industry li {
  background: #f8f8f8;
  padding: 2px 3px;
  font-size: 13px;
  margin-right: 3px;
}

table.reserve-table {
  width: 100%;
  border-collapse: collapse;
}

table.reserve-table th {
  width: 12.5%;
  text-align: center;
  border: 1px solid #efefef;
}

.reserve-table-redbg {
  background: #ffdada;
  color: #e92427;
}

.reserve-table-bluebg {
  background: #dae1ff;
  color: #163df5;
}

.reserve-table-redtext {
  color: #e92427;
  font-size: 16px;
}

table.reserve-table td {
  background: #f5f5f5;
  text-align: center;
  padding: 10px 2px;
  border: 1px solid #efefef;
}

table.reserve-table tr:nth-child(odd) td {
  background: #ffffff;
}

/*---------------------
2022/08/15追加CSS
-----------------------*/
.login-box {
  border: 10px solid #efefef;
  padding: 20px 10px;
  box-sizing: border-box;
}

.login-mail-complete-box {
  width: 50%;
  background: #ffe8e8;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .login-mail-complete-box {
    width: 90%;
  }
}

/*【max-width end】 */

.login-mail-register-wrap {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 700px) {
  .login-mail-register-wrap {
    width: 100%;
  }
}

/*【max-width end】 */

input.login-mail-register-holder {
  width: 100%;
}

select.login-mail-register-holder {
  width: 100%;
}

.login-mail-register-table td {
  width: 37.5%;
  padding: 10px 10px;
  box-sizing: border-box;
}

.login-mail-register-table th {
  width: 25%;
  font-weight: bold;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .login-mail-register-table th {
    font-size: 12px;
  }
}

/*【max-width end】 */

select.long {
  width: 65%;
}

@media only screen and (max-width: 767px) {
  select.long {
    width: 100%;
  }
}

/*【max-width end】 */

.reserve-form table {
  width: 100%;
}

.reserve-form-glay {
  background-color: #f9f9f9;
}

.reserve-form th {
  width: 30%;
  padding: 15px 5px;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #d8d8d8;
}

.reserve-form td {
  width: 70%;
  padding: 15px 5px;
  box-sizing: border-box;
  border-top: 1px solid #d8d8d8;
}

@media only screen and (max-width: 767px) {
  .reserve-form th {
    width: 100%;
    display: block;
    padding: 15px 5px 5px;
  }

  .reserve-form td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 5px 5px 15px;
  }
}

/*【max-width end】 */

.reserve-form input {
  vertical-align: middle;
  line-height: 1.5;
  height: 30px;
  padding: 1px 5px;
  box-sizing: border-box;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
  color: #666666;
  background: #fcfcfc;
  box-shadow: 0px 0px 5px #ccc inset;
  margin: 2px;
  width: 150px;
}

.reserve-form-input-l {
  width: 300px !important;
}

@media only screen and (max-width: 767px) {
  .reserve-form input {
    width: 130px;
  }
}

/*【max-width end】 */

.reserve-form select {
  border: solid 1px #ccc;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #ccc inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
  width: 300px;
  height: 30px;
}

.reserve-form label {
  cursor: pointer;
  padding: 3px 5px;
  box-sizing: border-box;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  display: inline-block;
  white-space: nowrap;
  box-shadow: 0px 0px 5px #ccc inset;
  margin-right: 5px;
}

.reserve-form label input {
  width: 25px;
  height: 15px;
  box-shadow: none;
}

.reserve-form textarea {
  width: 300px;
  height: 100px;
}

.reserve-form-mustbtn {
  display: block;
  background-color: #c00;
  border: solid 2px #c00;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  box-sizing: border-box;
  font-size: 10px;
  color: #fff;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #ccc;
  background-size: 100% 100%;
  margin-right: 15px;
  position: absolute;
  left: 5px;
}

.reserve-form-text {
  margin-left: 50px;
}

.reserve-form button {
  font-size: 20px;
  border-radius: 5px;
  padding: 5px 10px;
  border: solid 1px #ccc;
  background: -webkit-gradient(linear,
      center top,
      center bottom,
      from(#fefefe),
      to(#dedede));
  color: #000;
}

.reserve-form button:hover {
  background: gradient(linear,
      center top,
      center bottom,
      from(#f7f7f7),
      to(#7ecef4));
  background: -webkit-gradient(linear,
      center top,
      center bottom,
      from(#f7f7f7),
      to(#7ecef4));
  background: -moz-linear-gradient(top, #f7f7f7, #7ecef4);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #7ecef4 100%);
  box-shadow: 0px #7ecef4;
}

/*---------------------
2024/06/15追加CSS
-----------------------*/
.mypage-title {
  background: #c4181f;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.mypage-title-icon {
  width: 30px;
}

.mypage-btn {
  width: 16%;
  margin-left: 0.33%;
  margin-right: 0.33%;
  box-sizing: border-box;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  display: block;
  height: 50px;
}

.mypage-btn-wrap {
  height: 100%;
  margin: 0;
}

.mypage-btn a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.mypage-btn img {
  width: 30px;
}

.mypage-btn-icon {
  width: 40%;
  text-align: center;
}

.mypage-btn-text {
  width: 60%;
}

@media only screen and (max-width: 1100px) {
  .mypage-btn {
    width: 32%;
    margin-left: 0.66%;
    margin-right: 0.66%;
    margin-top: 5px;
  }

  .mypage-btn a {
    padding: 5px;
  }

  .mypage-btn img {
    width: 20px;
  }

  .mypage-btn-icon {
    width: 30%;
    text-align: center;
  }

  .mypage-btn-text {
    width: 70%;
  }
}

/*---------------------
2025/5/19追加CSS
-----------------------*/
/* 遮罩层 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* 悬浮窗样式 */
.floating-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background-color: white;
  color: black;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

/*【max-width end】 */

@media only screen and (max-width: 767px) {
  .mypage-tab-btn {
    width: 50% !important;
  }
}

/*【max-width end】 */