/* 共通設定 */

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

.wrap {
  margin-bottom: 1rem;
  border: 0.8mm ridge rgba(255, 200, 300, 0.1);
}

.wrap-no-border {
  margin-bottom: 1rem;
}

.hr_red {
  border: 1px solid #ff0000;
}

.hr-gray {
  border: 1px solid gray;
}

.border-b-lightpink {
  border-bottom: lightpink 4px solid;
}

.border-b-orange {
  border-bottom: #FF6600 4px solid;
}

.border-b-green {
  border-bottom: green 4px solid;
}

.border-b-lightblue {
  border-bottom: lightblue 4px solid;
}

.border-b-lightpink-2px {
  border-bottom: lightpink 2px solid;
}

.border-b-gray-2px {
  border-bottom: lightgray 2px solid;
}

.border-lightpink {
  border: lightpink 2px solid;
}

.border-lightgray {
  border: lightgray 2px solid;
}

.border-red {
  border: red 2px solid;
}

.border-orange {
  border: orange 2px solid;
}

.border-yellow {
  border: yellow 2px solid;
}

.border-green {
  border: green 2px solid;
}

.border-aquamarine {
  border: aquamarine 2px solid;
}

.border-blue {
  border: blue 2px solid;
}

/* ヘッダー */

.header {
  width: 100%;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: lightpink 2px solid;
  position: fixed;
  z-index: 10;
}

.header-left {
  float: left;
  margin-left: 1rem;
}

.header-left .logo {
  width: 400px;
  margin-top: 5px;
}

.header-right {
  float: right;
  margin-right: 1rem;
}

/* ヘッダーリンク */

.contact {
  margin-top: 8px;
}

.contact li {
  display: inline-block;
  margin-right: 6px;
}

.contact a {
  transition: all 0.4s;
}

.contact a:hover {
  color: white;
  background-color: coral;
}

/* ヘッダーナビ */

.header-nav {
  position: absolute;
  top: 44px;
  right: 1rem;
}

.header-nav li.first {
  display: inline-block;
  line-height: 36px;
  margin-right: 6px;
  padding: 0 6px;
  border-left: lightpink 1px solid;
  border-right: lightpink 1px solid;
  border-radius: 4px;
}

.header-nav a {
  display: block;
  color: #ff0000;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.4s;
}

.header-nav a:hover {
  color: white;
  background-color: coral;
}

/* 　ドロップダウン　 */

.header-nav ul.second {
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0px;
  padding: 6px 0;
  border-radius: 4px;
  position: absolute;
}

.header-nav li.second {
  display: block;
  line-height: 36px;
  padding: 0 12px;
  border-left: lightpink 1px solid;
  border-right: lightpink 1px solid;
  border-radius: 4px;
}

.header-nav ul.first li:hover ul {
  display: inline-block;
}

/* 　SNS装飾　 */

.btn {
  padding: 2px 12px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
  text-align: center;
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #55acee;
}

.contact-mobile .fa-envelope {
  margin-right: 0px;
}

.envelope {
  background-color: green;
}

.contact-mobile .fa-phone {
  margin-right: 0px;
}

.phone {
  background-color: brown;
}

.jpy {
  background-color: darkblue;
}

.hand-o-right {
  background-color: deeppink;
}

.fa {
  margin-right: 6px;
}

/* フッター */

.footer {
  width: 100%;
  margin-top: 2rem;
  border-top: lightpink 2px solid;
}

.footer-nav li {
  list-style-type: none;
  line-height: 16px;
  margin-top: 6px;
  padding: 0 6px;
  border-left: lightpink 1px solid;
}

.footer-nav a {
  display: block;
  color: #ff0000;
  text-decoration: none;
  transition: all 0.4s;
}

.footer-nav a:hover {
  color: white;
  background-color: coral;
}

.footer-card {
  text-align: center;
}

.footer-card img {
  max-width: 600px;
  width: 100%;
}

.footer-contact {
  text-align: center;
  margin-top: 2rem;
}

.footer-contact-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.contact-mobile {
  display: none;
}

.footer-copy {
  color: white;
  background-color: darkgrey;
  text-align: center;
}

.footer-menu img {
  width: 100%;
  margin-bottom: 16px;
}

/* その他 */
.Introduction_movie {
  width: 100%;
}

.h3 {
  color: #FF6699;
  padding: 0;
  letter-spacing: 6px;
  font-weight: bold;
  font-size: 280%;
  border-top: darkturquoise 2px solid;
  border-bottom: darkturquoise 2px solid;
}

.h4 {
  color: teal;
  font-weight: bold;
  font-size: 140%;
  padding-bottom: 6px;
  padding-left: 6px;
}

.card-p-title {
  color: darkcyan;
  font-size: 120%;
  font-weight: bold;
  padding-left: 6px;
}

.card {
  border: red 1px solid;
}

.card-body .btn {
  float: right;
}

.card-text {
  padding-left: 18px;
}

.card-text-large {
  font-size: 110%;
  padding-left: 42px;
}

.card-wide {
  border: lightpink 2px solid;
}

.img-wrap {
  overflow: hidden;
}

.img-wrap img {
  transition: 0.5s all;
}

.img-wrap img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}

.img-wrap p {
  font-weight: bold;
  color: darkgrey;
  text-align: center;
}

.title {
  text-align: center;
}

.title img {
  width: 100%;
}

.title-sm img {
  max-width: 400px;
  width: 100%;
}

.rainbow-exp {
  margin: 0.5rem 0;
  padding: 1rem;
  border-radius: 4px;
}

.rainbow-exp p {
  margin-bottom: 6px;
}

.rainbow-catch {
  list-style: none;
  font-size: 160%;
  color: #ff0000;
  padding-left: 1rem;
}

.history {
  line-height: 26px;
}

.h-left {
  margin-right: 6px;
  margin-bottom: 3px;
  padding: 0 18px;
  color: white;
  background-color: coral;
  float: left;
  width: 124px;
}

.message {
  font-size: 16px;
}

.message h4 {
  margin-top: 6px;
  font-size: 20px;
  color: hotpink;
  line-height: 80%;
}

.message .daihyou {
  font-weight: bold;
  float: right;
  line-height: 50%;
}

.policy h4 {
  color: mediumblue;
  font-weight: bold;
  font-size: 200%;
}

.policy p {
  font-size: 18px;
}

.policy img {
  width: 100%;
  border: red 1px solid;
  border-radius: 8px;
}

.group {
  width: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border: red 1px solid;
  border-radius: 8px;
  margin-bottom: 16px;
}

.group img {
  width: 20%;
  float: right;
}

.access {
  text-align: center;
}

.access img {
  max-width: 800px;
  width: 100%;
}

.access p {
  color: mediumblue;
  font-size: 24px;
  font-weight: bold;
}

.access .copy {
  color: red;
  font-size: 220%;
  font-weight: bold;
}

.taiken img {
  width: 100%;
}

.ptitle img {
  width: 100%;
}

.header-h1 {
  text-align: center;
  display: none;
}

/* パンくず */
.breadcrumb {
  color: darkgrey;
  margin: 0;
  padding: 0;
}

.breadcrumb a {
  color: darkgrey;
}

/* アコーディオン */
details:not(:last-child) {
  margin-bottom: 20px;
}

/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
details summary {
  list-style: none;
  cursor: pointer;
  padding: 10px;
  background-color: #FFAD90;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}

/**
 * Font Awesomeのプラスアイコン使用
**/
details summary::before {
  font-family: FontAwesome;
  content: '\f059';
  margin-right: 20px;
}

details p {
  color: #555555;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
  padding-left: 52px;
}