@charset "utf-8";

/* ==================================================================
	fullorder3.css
=================================================================== */

.accentArea {
  position: relative;
  margin-top: 49px;
  display: table;
  height: 320px;
  width: calc(100% - ((100% - 1220px) / 2));
  background: 120% 50% no-repeat;
  background-size: auto 100%;
}

.accentArea:before {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  content: "";
  background-image: url(../img/kodawari3/accent.jpg);
}


h1 span.en {
  margin-bottom: 11px;
  font-weight: 500;
}
.animation-fadeIn.inview.confirmed {
  animation-name: animation-fadeIn;
  -webkit-animation-name: animation-fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}

.accentArea h1 span {
  position: relative;
  display: block;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
  z-index: 2;
}

.accentArea h1 span.ruby {
  font-size: 31%;
}

.animation-fadeIn.inview.confirmed {
  animation-name: animation-fadeIn;
  -webkit-animation-name: animation-fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}

.accentArea h1 span {
  position: relative;
  display: block;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
  z-index: 2;
}

.block-type2 {
  margin-left: auto;
  padding-right: 30px;
}

.breadcrumb-list {
  margin: 15px auto 57px auto;
  font-size: 84%;
}

.kodawari .headline h2.title {
  font-size: 100%;
}

.kodawari .headline h2.title span.no {
  margin-bottom: 20px;
}

.kodawari .headline h2.title span.no img {
  display: block;
  margin: 0 auto;
}

.kodawari .headline h2.title span {
  display: block;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.kodawari .headline h2.title span.en {
  font-size: 281%;
  font-weight: 400;
  margin-bottom: 20px;
}
.kodawari .headline h2.title span {
  display: block;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.kodawari .normal h3.title {
  font-size: 250%;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #53001b;
  border-bottom: 1px solid #53001b;
  line-height: 1.1;
}

.kodawari .normal h3.title small {
  display: inline-block;
  font-weight: 500;
  font-size: 45%;
  margin-left: 13px;
}

.kodawari .normal h3.title span.block {
  display: block;
}

.kodawari .normal h3.title span.sub {
  display: inline-block;
  font-size: 65%;
}

.chapter.wideSize {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.contents .pageNavigationArea {
  position: relative;
  padding: 24px;
}

.chapter {
  width: 1080px;
  margin: 0 auto 0 auto;
  text-align: left;
  box-sizing: border-box;
}

.pageNavigationArea ul.navigation {
  display: table;
  width: 100%;
}

.pageNavigationArea ul.navigation > li {
  list-style: none;
}

.pageNavigationArea ul.navigation > li.prev {
  text-align: left;
}

.pageNavigationArea ul.navigation > li.next {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 1.5rem;
}

.pageNavigationArea ul.navigation > li.prev a {
  padding-left: 25px;
  padding-right: 0;
}

.pageNavigationArea ul.navigation > li a {
  position: relative;
  text-decoration: none;
  color: #60132c;
  font-size: 107%;
  font-weight: 400;
  padding-right: 25px;
  letter-spacing: 0.1em;
}

.pageNavigationArea ul.navigation > li.prev a:before {
  left: 0;
  -webkit-transform: rotate(-43deg);
  transform: rotate(-43deg);
}

.pageNavigationArea ul.navigation > li.prev a:before:hover {
  left: -10px;
}

.pageNavigationArea ul.navigation > li a:before {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 25px;
  height: 10px;
  border-top: 1px solid #60132c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  transition: all 300ms 0s ease;
}

.pageNavigationArea ul.navigation > li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #60132c;
  content: "";
  transition: all 300ms 0s ease;
}

/* --------------------------------
   □ leadArea
-------------------------------- */
.kodawari .headline .leadArea {
  margin-top: 63px;
  margin-bottom: 70px;
}

/* --------------------------------
   □ normal
-------------------------------- */
.kodawari section.normal {
  margin-bottom: 92px;
}

.kodawari .headline h2.title {
  font-size: 100%;
}

@media only screen and (max-width: 767px) {
  #rates h3.title small {
    display: block;
    margin: 0;
  }

  .chapter {
    width: 100%;
  }

  .accentArea h1 a.link {
    width: 25%;
  }

  .accentArea h1 span {
    font-size: 32px;
  }
}

.flex-kodawari {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#rates table {
  width: 50%;
}
.flex-kodawari img {
  width: 45%;
}
#rates tbody {
  color: #6a0e2c;
}
#rates thead {
  background: #6a0e2c;
  color: #fff;
  text-align: center;
}
#rates thead td {
  text-align: center;
}
#rates td,
#rates th {
  border: 2px #6a0e2c solid;
  padding: 10px 0;
}
#rates tbody td {
  text-align: center;
}
#rates tbody span {
  border: 1px solid #6a0e2c;
  padding: 2px 5px;
  font-size: 14px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .flex-kodawari {
    display: block;
  }
  #rates table {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-kodawari img {
    width: 100%;
  }
}
