@charset "UTF-8";

/* 共通 */
#wrapper {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* link */
a:link, a:visited, a:active {
  color: #121212 !important;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* クリック青枠 */
*:focus {
  outline: none;
}

/* header */
#header {
  width: 100%;
  text-align: left;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 4%;
}

#header #yd_logo {
  width: 150px;
}

#header #yd_logo img {
  width: 125px;
}

#header #logo {
  width: 425px;
}

#header #navi {
  width: 150px;
  height: 105px;
  padding-top: 5px;
}

#header .navi_icon {
  display: flex;
  justify-content: space-between;
  padding-right: 57px;
}

#header .navi_icon li {
  border: 1px solid #3e3e3e;
  height: 40px;
  width: 40px;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: auto;
  cursor: pointer;
}

#header .navi_icon li img {
  vertical-align: top;
}

#header .navi_icon li:hover {
  background-color: #FFF;
}

/* footer */
#footer {
  padding: 5em 5% 7em;
  background-color: #EBEBE8;
}

#footer footer {
  display: flex;
  justify-content: space-between;
}

#footer footer .ft_left {
  width: 25%;
  display: flex;
  flex-direction: column;
}

#footer footer .ft_left #ft_yd_logo {
  width: 125px;
}

#footer footer .ft_left #ft_logo {
  width: 300px;
  margin-top: auto;
}

#footer footer .ft_right {
  width: 64%;
}

#footer footer .ft_right nav {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

#footer footer .ft_right nav h3 {
  color: #9A9A9A;
  margin-bottom: 1.8em;
}

#footer footer .ft_right nav ul li {
  margin-bottom: 1em;
}

#footer footer .ft_right nav #ft_info dl {
  margin-bottom: 1.5em;
}

#footer footer .ft_right nav #ft_info dl dt {
  margin-bottom: 0.3em;
}

#footer footer .ft_right #ft_button {
  margin-top: 4em;
  display: flex;
  align-items: flex-end;
  text-align: left;
}

#footer footer .ft_right #ft_button #mc {
  width: auto;
}

#footer footer .ft_right #ft_button #mc .midashi {
  margin-bottom: 1em;
}

#footer footer .ft_right #ft_button #mc .midashi h2 {
  display: inline-block;
  margin-right: 0.5em;
}

#footer footer .ft_right #ft_button #mc .midashi p {
  display: inline-block;
}

#footer footer .ft_right #ft_button #mc .mc-field-group {
  display: inline-block;
  vertical-align: bottom;
}

#footer footer .ft_right #ft_button #mc .mc-field-group input {
  appearance: none;
  outline: none;
  height: 38px;
  width: 400px;
  background-color: #F7F7F5;
  border-bottom: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  padding: 7px 10px;
  color: #9A9A9A;
}

#footer footer .ft_right #ft_button #mc .mc-field-group input:focus {
  background-color: #FFF;
  color: #121212;
}

#footer footer .ft_right #ft_button #mc .clear {
  display: inline-block;
  vertical-align: bottom;
}

#footer footer .ft_right #ft_button #mc .button_submit {
  background-color: #3e3e3e;
  text-align: center;
  line-height: 38px;
  width: 100px;
}

#footer footer .ft_right #ft_button #mc .button_submit input {
  color: #FFF;
}

#footer footer .ft_right #ft_button #sns_icon {
  margin-left: auto;
  width: auto;
}

#footer footer .ft_right #ft_button #sns_icon a {
  display: inline-block;
  margin-left: 1em;
  width: 1.6em;
}

#footer .copyright {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 4em;
  padding-top: 1.2em;
  border-top: 1px solid #3e3e3e;
}

#footer .copyright p {
  margin-right: 2em;
}

#footer .copyright p:last-of-type {
  margin-right: 0;
  margin-left: auto;
}

/* brand banner */
#banner {
  background-color: #DBDBD8;
  padding: 5%;
  display: flex;
  justify-content: space-between;
}

#banner .flex {
  background-color: #FFF;
  width: 48.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#banner div figure {
  width: 50%;
  margin: 0;
}

#banner div section {
  width: 50%;
  padding: 2% 10% 0;
  text-align: center;
}

#banner div section h3 {
  margin-bottom: 1.2em;
  position: relative;
}

#banner .onlinestore section h3 {
  padding-left: 1em;
  display: inline-block;
}

#banner .onlinestore section h3::before {
  position: absolute;
  width: 1.85em;
  top: 1px;
  left: -1em;
  content: url("../images/icon_bag.svg");
}

#banner div section p {
  text-align: justify;
  margin-bottom: 3em;
}

/* 全共通 見出し */
.sub_title {
  margin-bottom: 3em;
}

.layer_title {
  margin-bottom: 3em;
}

.layer_title:after {
  background-color: #3e3e3e;
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  margin: 1em auto 0;
}

/* 全共通 ボタンリンク */
.link_line a {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #3e3e3e;
}

.link_button {
  line-height: 1;
  border: 1px solid #3e3e3e;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 20px;
}

a .link_button:hover {
  background-color: #FFF;
}

.other_button {
  line-height: 1;
  border: 1px solid #3e3e3e;
  width: 220px;
  padding: 20px;
  display: inline-block;
  border-radius: 40px;
  text-align: center !important;
}

a .other_button:hover {
  background-color: #FFF;
}

.material-icons-outlined {
  font-family: 'Material Icons';
  text-align: center !important;
  font-size: 0.7em;
  width: 30px;
  line-height: 30px;
  border: 1px solid #3e3e3e;
  display: inline-block;
  border-radius: 50%;
}

a .material-icons-outlined:hover {
  background-color: #FFF;
}

/* 全共通 swiper */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  /* ボタンの幅 */
  height: 30px;
  /* ボタンの高さ */
  background-size: 30px 30px;
  /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  margin-top: -24px;
  /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}

.swiper-button-next {
  right: 2%;
  background-image: url("../images/swiper_arrow.svg");
  transform: scale(-1, 1);
  /* 左右反転 */
  background-repeat: no-repeat;
}

.swiper-button-prev {
  left: 2%;
  background-image: url("../images/swiper_arrow.svg");
  background-repeat: no-repeat;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

.swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  margin: 0 0 0 10px !important;
  background: #FFF !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

/* datepicker */

#ui-datepicker-div {
  background-color: #FFF;
  width: 200px;
}

#ui-datepicker-div table {
  width: 100%;
}

.ui-state-default {
  color: #c5c5c5;
}

.ui-datepicker-header {
  display: block;
  width: 100%;
}

.ui-datepicker-header a {
  display: inline-block;
  margin: 0 0.5em;
  cursor: pointer;
}

.ui-datepicker-calendar th {
  text-align: center;
}