@charset "UTF-8";
/* ==============================
  base
============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**formのスタイルリセット**/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto; }

input[type="submit"],
input[type="button"],
button,
select {
  cursor: pointer; }

input[type="submit"],
input[type="button"] {
  background: none;
  border: none; }

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

input[type="text"],
select {
  font-size: 16px;
  -webkit-transform: scale(1);
  transform: scale(1); }

*:focus {
  outline: none; }

/* ==============================
動画背景
============================== */
.bg__movie--wrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100); }

#video__wrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
  z-index: -2;
  background-color: #111; }

#video__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  -webkit-animation: fadeIn 8s ease 0s 1 normal;
          animation: fadeIn 8s ease 0s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: calc(100vw * 1080 / 1920);
  z-index: -2;
  opacity: 0.7; }

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  #video {
    width: auto;
    height: 100vh; } }

/*動画よりも画面が縦に長くなるとき用*/
@media screen and (max-aspect-ratio: 16 / 9) and (max-width: 800px) {
  #video__wrap {
    min-height: auto;
    height: 60vh; } }

/* ==============================
kv Styles
============================== */
.kv__wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
  text-align: center; }

.kv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100vh;
  /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.scroll__down {
  color: #fff;
  position: absolute;
  bottom: 38px;
  left: 50%;
  width: 50px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: pyonpyon 3s infinite ease;
  animation: pyonpyon 3s infinite ease; }

.scroll__down--inner {
  position: relative;
  padding: 30px 0;
  -webkit-animation: pyonpyon 3s infinite ease;
  animation: pyonpyon 3s infinite ease; }

.scroll__down--inner::before {
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.scroll__down--inner::after {
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@-webkit-keyframes pyonpyon {
  /*20%と30%のtranslateの値を変えることで跳ねる高さを変えられる*/
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  5% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  10% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  20% {
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px); }
  25% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  30% {
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px); }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes pyonpyon {
  /*20%と30%のtranslateの値を変えることで跳ねる高さを変えられる*/
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  5% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  10% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  20% {
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px); }
  25% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  30% {
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px); }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@media screen and (max-width: 800px) {
  .kv__wrap {
    min-height: auto;
    height: 60vh;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none; }
  .kv__inner {
    min-height: auto;
    height: 60vh; }
  .kv__inner {
    min-height: 35vh; }
  .scroll__down {
    bottom: 40px; } }

/* ==============================
consept Styles
============================== */
.consept__wrap {
  text-align: center;
  color: #333;
  padding: 80px; }

.consept__title {
  font-size: 1.6rem;
  width: 100%;
  color: #666;
  margin-bottom: 30px; }

.consept__copy {
  font-size: 2.3rem;
  line-height: 1.8;
}

.consept__copy span {
  display: block;
  width: 100%; }

.consept__discription {
  line-height: 2;
  font-size: 1rem;
  width: 100%; }

.consept__discription p {
  margin-bottom: 30px; }

.consept__discription span {
  display: block;
  width: 100%; }

@media screen and (max-width: 800px) {
  .consept__wrap {
    padding: 30px 10px;; }
  .consept__title {
    font-size: 1.4rem; }
  .consept__copy {
    font-size: 1.1rem; }
  .consept__discription {
    font-size: 0.8rem;
    line-height: 2.5; } }

/* ==============================
churaumiPhoto Styles
============================== */
.churaumiPhoto__wrap {
  background: #f0f0f0;
  padding: 45px 0; }

.churaumiPhoto__head {
  text-align: center;
  margin-bottom: 60px; }

.churaumiPhoto__head h1 {
  font-size: 2.3rem;
  margin-bottom: 10px; }

.churaumiPhoto__area {
  position: relative;
  margin-bottom: 50px; }

.churaumiPhoto__area:last-child {
  margin-bottom: 0; }

.churaumiPhoto__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.churaumiPhoto__item--flex-box {
  width: 49%; }

@media screen and (max-width: 800px) {
  .churaumiPhoto__item {
    margin-bottom: 10px; }
  .churaumiPhoto__item--flex {
    display: block; }
  .churaumiPhoto__item--flex-box {
    width: 100%; } }

/* ==============================
plan Styles
============================== */
.plan__wrap {
  background: #fff;
  padding-top: 60px;
 }

.plan__head {
  text-align: center;
  margin-bottom: 20px; }

.plan__head h2 {
  font-size: 2.3rem; }

.plan__list {
  gap: 70px 0px;
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plan__item {
  width: calc((100% - 60px) / 2);
  height: auto;
  border: solid 1px #000;
  position: relative;
 

}

.plan__img {
  height: 100%;}

.companysname{
  text-align: left;
  color:#727171;
  WIDTH: 100%;
  padding: 5px;
  padding-top: 15px;
  font-size: 14px;
 }

.plan__name {
  font-size: 1.3rem;
    padding: 20px;
    background: #1d1c59;
    color: #ffffff;
  text-align: center; 
  }
  .plan__subname{
  background: #1d1c59;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 45px;
  }

.plan_detail{
  background: #1d1c59;
  color: #ffffff;
  padding: 15px;;
 text-align: center;
}

.box2 {
  position: relative;
  padding: 5px;
  border: solid 2px #dbd092;
  border-radius: 5px;
  margin: 40px 0px 0px 0px;
  color: #9e8635;
}
.box2 .box-title {
  position: absolute;
  display: inline-block;
  top: -25px;
  left: -1px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  background: #ad9948;;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
.box2 .present {
  margin: 0; 
  padding: 0;
  text-align: left;
  color: #9e8635;
  font-size: 16px;
}
.others{
  font-size: 0.9rem;
}
.plan__icon{
width: 60px;
height: 60px;}

.presentplan__icon{
  width: 35px;
  height: 35px; 
}

.highlight-plan__main {
  padding: 5px;
  background: #f0f0f0;
  /* position: absolute; */
  margin-right: 0px;
  margin-top: 15px;
}
.price {
  font-size: 16px;
  padding: 3px 8px;
  margin: 0px;
  text-align: left;
}

.plan_price2{
  font-size: 16px;
  padding: 3px 8px;
  margin: 0px;
  text-align: left;
}

.plan__inner-wrap {
  margin-bottom: 40px; 
}

.plan__inner-wrap:last-of-type {
  margin-bottom: 0; }

.plan__txt {
  font-size: 1rem;
  padding: 10px 27px 25px 27px; }


.plan__txt .p{
  margin-bottom: 10px;
  line-height: 1.8;

}

.plan__viewMore a,
.btn--contact a {
  display: block;
  background: #555;
  color: #fff;
  padding: 15px 20px;
  font-size: 1.1rem;
  text-align: center;
  width: 95%;
  max-width: 450px;
  margin: 30px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.plan__viewMore a:hover,
.btn--contact a:hover {
  background: #111; }

.btn--contact {
  margin: 80px auto; }

  
@media screen and (max-width: 800px) {
  .plan__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0; }
  .plan__item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #333; }
  .plan__name {
    font-size: 1.3rem; }
  .plan__txt {
    font-size: 0.9rem; }
  .plan__viewMore a,
  .btn--contact a {
    font-size: 1rem; } }

    /* ==============================
churaumiplan・sp
============================== */


  /* ==============================
churaumi・campaign・css
============================== */

.header__bg_top{
  text-align: center;
  margin-bottom: 30px;
}

.campaign_text{
  text-align: center;
  margin-bottom: 80px;
}

.text_color_red{
  font-size: 25px;
  color: red
}

.campaign_number{
  margin: auto;
  position: absolute;
  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  color: rgb(173 153 72);
  font-size: 45px;
  font-family: PilGi  
}

.campaign_contents{
  margin-bottom: 70px;
  padding-bottom: 10px;
  padding-top: 50px;
  padding-left:  15px;
  padding-right: 15px;
  border-bottom: #ad9948 solid 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center
}
.pc-reverse{
  flex-direction: row-reverse;
}

.text_color_black{
  font-size: 25px;
  color: #fd1f1f;
}

.activity_content{
padding:40px 20px;
text-align: center;
font-size: 20px;
}
.campaign__bg{
  background-color: #fff;
  width: 70%;
  max-width: 1280px;
  margin: 0 auto;
}

.activity_img{
width: 450px;
}

.button-048 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 250px;
  margin: 40px auto;
  padding: 0.6em 2em;
  border: none;
  border-radius: 25px;
  background-color: #ad9948;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}

.button-048::before {
  position: absolute;
  right: calc(2em + 2.5px);
  transform: translateX(50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}

.button-048::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #ad9948;
  border-right: 2px solid #ad9948;
  content: '';
}


@media screen and (max-width: 800px) {
  .campaign__bg{
      background-color: #fff;
      width: 95%;
      margin: 0 auto;
  }
  .campaign_text{
      padding: 0px 20px;
      font-size: 0.8rem;
      line-height: 2.5;
  }
  .text_color_red{
      text-decoration: underline solid 1px;
      font-size: 18px;
      color: red
  }
  .campaign_contents{
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 50px;
  }
  .activity_content{
      padding:0px;
      text-align: center;
      font-size: 16px;
      padding-top: 10px;
     }
  .campaign_number{
      font-size: 40px;
     }     
  .activity_img{
      width: 100%;
  }
  
}

  /* ==============================
monitor
============================== */

.monitor_name{
  text-align: center;
  padding: 0;
}
.monitor_schedule{
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  width: 80%;
}

.monitor_daytour{
  margin-top: 35px;
}
.time-schedule {
  list-style: none;
  margin-left: 62px;
  padding-left: 25px;
  border-left: 3px solid #1d1c59;
  box-sizing: border-box;
  padding: 0;
  margin-top: -5px;
} 
.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin: 10px 10px 10px 15px;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 6px;
}
.schedule__circle {
    width: 130px;
    height: 130px;
}
.day_picture{
  width: 180px;
  margin-top: 20px;
  margin-left: 60px;
  box-shadow: 8px 8px 2px 1px rgba(104, 104, 104, 0.2);
}
.box_schedule{
    background-color: #f0f0f0;
    margin-top: 80px;
    padding: 70px 0;
}


@media screen and (max-width: 800px) {
  .monitor_schedule{
    display: block; 
    padding: 0 10px;
    width: 90%;
   }
 }

   /* ==============================
monitor_アクティビティーの詳細
============================== */

.monitor_experience {
  margin-bottom: 70px;
}
.monitor_inner {
  margin: 0 auto;
  width: 85%;
  max-width: 1280px;
}
.experience_header {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #585858;
  font-size: 1.5rem;
  margin-top: 70px;
}
.experience_text {
  margin-bottom: 70px;
  font-size: 1rem;
  line-height: 1.6;
}
element.style {
  position: relative;
  height: 302px;
}
.gallery_item_wrap{
display: flex;
justify-content: space-evenly;
}

.gallery-item_img{
  padding: 0px 10px;
    width: 100%;
}

@media screen and (max-width: 800px) {
 .gallery_item_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    }
    .gallery-item_img{
      padding: 5px 5px;
      width: 155px;
    }
    .experience_text {
      margin-bottom: 20px;
      font-size: 1rem;
      line-height: 1.6;
  }

}

 /* ==============================
質問コーナー
============================== */
.quastion_corner_wrapper{
  padding: 50px 0;
}

.jp_text{
  text-align: center;
  padding: 0;
}

.quastion_wrapper{
    width: 85%;
    margin: 0 auto;
    }

    .wrap label {
      display: block;
      padding : 8px;
      color: #253471;
      font-weight: bold;
      cursor: pointer;
      font-size: 15px;
    }
    
    .wrap input[type="checkbox"] {
      display: none;
    }
    
    .wrap .answer_text {
      height: 0;
      padding: 0;
      overflow: hidden;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      margin-bottom: 45px;
    }
    
    .switch:checked + .answer_text {
      height: auto;
      padding: 8px;
      background: #f7f7f7;
    }

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

  .shopname_color{
    font-weight: 900;
    color: #000000;
  }


  /* ==============================
多言語の選択メニュー
============================== */
ul.gmenu > li {
  display: inline-block;
  font-weight: bold;
}
ul.gmenu > li a {
  color: #000000;
}
 
/* サブメニュー */
ul.gmenu ul {
  display: none;
}
 
ul.gmenu > li:hover ul {
  display: block;
  height: auto;
  position: absolute;
  background-color: #ffffff;
  padding: 5px;
  margin-left: -5px;
}
ul.gmenu ul > li {
  display: block;
  padding: 5px;
}
 
a:hover {
  background-color: #d8e6fa;
}

/* フッターメニュー 上に開く */
#footerrnav ul.gmenu > li {
  position: relative;
}
#footerrnav ul.gmenu > li:hover ul {
  bottom: 37px;
  white-space: nowrap;
}

.test{

}