@charset "utf-8";
/* 基本設定 */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-family: "Verdana", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "sans-serif" !important;
  color: #10242B;
}
a {
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  text-decoration: none;
}
p {
  line-height: 2.5rem;
  text-align: justify;
}
button:focus {
  outline: 0;
}
input:focus {
  outline: 0;
}
textarea:focus {
  outline: 0;
}
/* 共通部分 */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
.title-img-wrap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.title-img-wrap img {
  display: block;
  width: 100%;
  height: 25vw;
  object-fit: cover;
}
.title-txt-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.choice {
  border-bottom: #FF0000 solid 5px;
  padding-bottom: 10px;
}
.select-area {
	overflow: hidden;
	width: 100%;
	max-width: 290px;
	margin: 45px auto 0;
	text-align: center;
	position: relative;
	z-index: 0;
}
.select-area select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select-area select::-ms-expand {
    display: none;
}
.select-area.select-list {
	position: relative;
	border: 1px solid #556D78;
	background: #ffffff;
}
.select-area.select-list::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #556D78;
	pointer-events: none;
}
.select-area.select-list select {
	padding: 8px 38px 8px 8px;
	color: #10242B;
	font-size: 18px;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width: 480px) {
  .title-img-wrap img {
    height: 60vw;
  }
}
/* 枠横組み  */
/* =============================== */
.flx-cntr {
  /* 中央寄せ */
  margin: 0 auto;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flx-btwn {
  /* 横均等割 */
  margin: 0 auto;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width: 767px) {
  .col3 > div {
    width: 50%;
  }
  .col4 > div {
    width: 33.33333%;
  }
  .col5 > div {
    width: 25%;
  }
}
@media screen and (max-width: 479px) {
  .col3 > div {
    width: 100%;
  }
  .col4 > div {
    width: 50%;
  }
  .col5 > div {
    width: 33.33333%;
  }
}
.new_line {
  display: inline-block;
}
/* フォント設定  */
/* =============================== */
.title-big {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
}
h2 {
  font-weight: normal;
}
h3 {
  margin-bottom: 20px;
}
h4 {
  font-weight: normal;
}
.title-b {
  color: #10242B;
  margin-bottom: 50px;
}
.title-w {
  color: #fff;
  margin-bottom: 50px;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:480px) {}
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* ヘッダー */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
header {
  z-index: 90;
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: fixed;
  text-align: center;
}
.hdr-group {
  z-index: 80;
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  height: auto;
}
header .flx-btwn {
  margin: 0 auto;
  padding: 15px 50px 0 20px;
  width: 100%;
  max-width: 1000px;
}
.hdr-logo {
  width: 70px;
  height: auto;
  margin-right: 25px;
}
.hdr-logo img {
  width: 100%;
  height: auto;
}
.hdr-logo:hover {
  opacity: 0.6;
  transition: 0.5s;
}
header a:link, a:visited, a:hover, a:active {
  color: #000;
  transition: 0.5s;
}
.hdr-right {
  position: relative;
  text-align: center;
  left: -70px;
}
.hdr-sp {
  width: 100%;
  height: 70px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.hdr-logo-sp {
  width: 70px;
  height: auto;
  padding-top: 10px;
  margin: 0 15px 0 auto;
}
.hdr-logo-sp img {
  width: 100%;
  height: auto;
}
.hdr-logo-sp:hover {
  opacity: 0.6;
  transition: 0.5s;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
/* Smartphone */
@media screen and (max-width: 960px) {
  header {
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
  }
  .hdr-group {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .hdr-left {
    margin-right: 5vw;
  }
  .hdr-right {
    left: 0;
  }
  .hdr-logo {
    width: 100%;
    max-width: 140px;
    height: auto;
    margin-right: 0;
  }
  .btn-sp-menu {
    display: block;
    position: relative;
    left: 12px;
  }
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
/* Smartphone */
@media screen and (max-width: 350px) {
  .hdr-left {
    margin-right: 10px;
  }
  .hdr-logo {
    max-width: 90px;
  }
  .hdr-co-name {
    position: relative;
    max-width: 110px;
  }
}
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* グローバルナビ */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/*------------------------------
  ここから下がハンバーガーメニュー
  に関するCSS
------------------------------*/
/*　ハンバーガーボタン　*/
.hamburger {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  width: 64px;
  height: 62px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 20px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 15px;
}
.hamburger span:nth-child(2) {
  top: 25px;
}
.hamburger span:nth-child(3) {
  top: 35px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 25px;
  left: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* レスポンシブメニュー */
nav.globalMenuSp {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 80;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
}
nav.globalMenuSp ul {
  background: #10242B;
  margin: 0 auto;
  padding-top: 60px;
  width: 100%;
  opacity: 0.8;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul a {
  display: block;
  color: #fff;
  padding: 1.3em 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  min-width: 75px;
  letter-spacing: 5px;
  margin: 0 auto;
}
nav.globalMenuSp ul a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.sp-menu-item {
  display: flex;
}
nav.globalMenuSp li ul {
  background-color: transparent;
  padding: 5px 0 0 10px;
}
nav.globalMenuSp li ul li {
  float: left;
  width: 80px;
  white-space: nowrap;
}
nav.globalMenuSp li ul a {
  display: block;
}
/* サブメニューの区切り線削除 */
#sp-sub-menu li {
  border: none;
}
#sp-sub-menu-item a {
  width: 70px;
  padding: 10px 0 10px;
  font-size: 11px;
  font-weight: bold;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
/* 非表示 */
#nav-input, #nav-open, .nav-unshown {
  display: none;
}
nav {
  text-align: center;
}
/* ヘッダーナビ */
.hdr-navgrp {
  position: relative;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdr-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px 0 0 50px;
  max-width: 900px;
}
/* メインメニュー */
.dropmenu {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dropmenu li {
  position: relative;
  width: 15%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dropmenu li a {
  display: block;
  margin: 0;
  height: 40px;
  padding: 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 40px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #ffffff;
  /* サブメニューが出現する速度の調整 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropmenu li ul li a {
  padding: 12px 15px;
  background: #F7C9D7;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.line-bottom a {
  border-bottom: 1px solid #fff;
}
.dropmenu li ul li:before {
  content: none;
}
.dropmenu > li:hover > a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.5s;
}
.dropmenu li:first-child::before {
  content: none;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:960px) {
  .hdr-navgrp {
    display: none;
  }
  .hamburger {
    display: block;
  }
  nav.globalMenuSp {
    display: block;
  }
}
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* メイン */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
main {
  width: 100%;
}
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* タイトルの横線 */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* 白 */
.title-border-w {
  position: relative;
  display: inline-block;
  padding: 0 80px;
  font-size: 14px;
}
.title-border-w:before, .title-border-w:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.title-border-w:before {
  left: 0;
}
.title-border-w:after {
  right: 0;
}
.title-border-w p {
	white-space: nowrap;
}
/* 黒 */
.title-border-b {
  position: relative;
  display: inline-block;
  padding: 0 80px;
  font-size: 14px;
}
.title-border-b:before, .title-border-b:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #10242B;
}
.title-border-b:before {
  left: 0;
}
.title-border-b:after {
  right: 0;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:480px) {
  .title-border-w:before, .title-border-w:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #fff;
  }
}
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* ボタン */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
.btn-modern, .btn-import, .btn-original {
  display: block;
  position: relative;
  width: 160px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.btn-modern:hover, .btn-import:hover, .btn-original:hover {
  opacity: 0.8;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.btn-modern:visited, .btn-import:visited, .btn-original:visited {
  opacity: 0.8;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.btn-modern {
  background: #9E7A57;
}
.btn-import {
  background: #3F96D3;
}
.btn-original {
  background: #EA68A2;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
/* Smartphone */
@media screen and (max-width: 480px) {
  .btn-modern, .btn-import, .btn-original {
    font-size: 12px;
    width: 100px;
    height: 30px;
    padding: 0.7em;
  }
}
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* フッター */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  background-color: #10242B;
  color: #fff;
}
.foot {
  width: 100%;
  margin: 0 auto;
}
.ftr-group {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  position: relative;
  padding: 20px;
  z-index: 90;
  justify-content: space-between;
}
.ftr-right {
  width: auto;
  height: auto;
  font-size: 12px;
  margin-top: auto;
}
.ftr-left {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.ftr-logo {
  width: 70px;
  height: auto;
  margin-right: 30px;
}
.ftr-logo:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.ftr-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto 0;
}
.ftr-icon-area {
  display: inline-block;
  height: 40px;
  width: auto;
  margin: 0 auto;
}
.ftr-icon-area img {
  height: 100%;
  margin: 0 10px;
}
.ftr-icon-area img:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.ftr-shopinfo {
  padding-left: 40px;
  border-left: 1px solid #fff;
  margin-left: 30px;
}
.ftr-shopinfo p {
  font-size: 12px;
  line-height: 1.5;
}
.ftr-co-name p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}
.ftr-line {
  width: 95%;
  border: 1px dotted #556c77;
  margin: 20px auto;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
/* Smartphone */
@media screen and (max-width: 960px) {
  .ftr-group {
    padding: 20px 5px 10px;
    justify-content: center;
  }
  .ftr-left {
    width: 40%;
    height: auto;
    align-items: center;
  }
  .ftr-logo {
    width: 120px;
    height: auto;
    margin: 0;
    align-items: center;
  }
  .ftr-co-name p {
    font-size: 16px;
    letter-spacing: normal;
  }
  .ftr-shopinfo {
    padding-left: 0;
    border: none;
    margin-left: 20px;
  }
  .ftr-icon-area img {
    margin: 0 7px;
  }
  .copyright {
    margin: 20px auto 0;
  }
  .copyright p {
    font-size: 7px;
  }
}
/* Tablet */
@media screen and (max-width: 600px) {
  #ftr-nav1 .flx-cntr li {
    padding: 12px 0;
    width: 100%;
    border: none;
    border-bottom: dotted 1px #0c6db1;
  }
  address ul {
    width: 90%;
  }
}
/* Smartphone */
@media screen and (max-width: 479px) {
  #ftr-visual div {
    width: 80%;
  }
  address ul li {
    text-align: center;
    margin-bottom: 10px;
  }
  address ul li span {
    display: block;
  }
}
/* ページのトップへ */
/* ▼========================▼ */
#page-top {
  z-index: 99;
  text-align: right;
  position: fixed;
  bottom: 12vw;
  right: 3.5vw;
  width: 12vw;
  height: auto;
  font-size: 0;
  opacity: 0;
}
#page-top img {
  width: 100%;
  height: auto;
}
#page-top.fade-in {
  opacity: 1;
  transition: opacity 1s;
}
/* Tablet */
@media screen and (min-width:481px) {
  #page-top {
    bottom: 4vw;
    right: 3.2vw;
    width: 40px;
    height: auto;
  }
  #page-top img {
    width: 100%;
    height: auto;
  }
}
/* Desktop */
@media screen and (min-width:700px) {
  #page-top {
    bottom: 40px;
    right: 20px;
  }
  #page-top img {
    width: 100%;
    height: auto;
  }
}
/* ページ表示時にフェードイン */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
#contents {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1
  }
}
/* サブページ共通 */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* レスポンシブの画像の切り替え */
.display-pc {
  display: block;
}
.display-sp {
  display: none;
}
/* ===== レスポンシブ ===== */
/* Smartphone */
@media screen and (max-width: 960px) {
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
}
/* ふわっと表示 */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
.fuwa {
  /* じわっと画像が表示される */
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fuwa { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0
  } /* 始め */
  100% {
    opacity: 1
  } /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fuwa {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}