@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-weight: 500;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

small {
  font-size: 9px;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #1a1a1a;
}

/* Firefox */
::-moz-placeholder {
  color: #4b4821;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #1a1a1a;
}

/* IE */
:-ms-input-placeholder {
  color: #1a1a1a;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.notpg-wrap .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .notpg-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.notpg-wrap .inner h2 {
  text-align: center;
}

.heading-wrap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type1 {
    position: relative;
    display: block;
    margin-top: 40px;
  }
  .heading-wrap.type1:before {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    display: block;
    content: '';
    width: 305px;
    height: 1px;
    margin: auto;
    background: #000;
  }
}

.heading-wrap.type1 h2 {
  margin-top: 20px;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type1 h2 {
    margin-top: 0;
    font-size: 14px;
  }
}

.heading-wrap.type1 .en {
  font-family: trade-gothic-next, sans-serif;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type1 .en {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type2 {
    display: block;
  }
}

.heading-wrap.type2 h1, .heading-wrap.type2 h2 {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type2 h1, .heading-wrap.type2 h2 {
    margin-top: 0;
    font-size: 20px;
  }
}

.heading-wrap.type2 .en {
  font-family: trade-gothic-next, sans-serif;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type2 .en {
    margin-top: 10px;
    font-size: 17.5px;
    letter-spacing: 1px;
    text-indent: -3px;
  }
}

.heading-wrap.type3 {
  display: block;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

.heading-wrap.type3 h1, .heading-wrap.type3 h2 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type3 h1, .heading-wrap.type3 h2 {
    font-size: 20px;
    text-indent: 1px;
    text-align: center;
  }
}

.heading-wrap.type3 .en {
  margin-top: 10px;
  font-family: trade-gothic-next, sans-serif;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type3 .en {
    font-size: 17.5px;
    letter-spacing: 1px;
    text-indent: -3px;
    text-align: center;
  }
}

.description-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .description-wrap {
    margin-top: 20px;
  }
}

.description-wrap p {
  font-weight: 400;
  text-align: center;
}

.page-img-wrap {
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap {
    margin-top: 60px;
  }
}

.page-img-wrap .inner {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .inner {
    display: block;
  }
}

.page-img-wrap .page-img {
  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;
  width: 100%;
  height: 100%;
}

.page-img-wrap .page-img img {
  width: 1080px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-img-wrap .page-title {
  margin-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .page-img-wrap .page-title {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title {
    margin-right: 0;
    margin-top: 60px;
  }
}

.page-img-wrap .page-title h1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 6px;
  line-height: 1.5;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 {
    font-size: 25px;
    letter-spacing: 3px;
    text-indent: 3px;
    text-align: center;
  }
}

.page-img-wrap .page-title h1 .en {
  display: block;
  margin-top: 10px;
  font-family: trade-gothic-next, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 .en {
    margin-top: 0;
    font-size: 17.5px;
    text-indent: 1.5px;
  }
}

.btn-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .btn-qa {
    padding: 15px 15px;
  }
}

.btn-qa.active {
  opacity: 0.7;
}

.btn-qa.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-qa:after {
  display: inline-block;
  content: '';
  width: 23px;
  height: 23px;
  font-weight: 400;
  background: url(../img/shared/btn-arrow.svg) center center/cover no-repeat;
}

.btn-qa h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .btn-qa h3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.btn-qa h3 .en {
  position: relative;
  top: -1px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .btn-qa h3 .en {
    font-size: 15px;
  }
}

.btn-qa h3 .jp {
  width: 740px;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .btn-qa h3 .jp {
    width: 250px;
    margin-left: 10px;
    text-align: justify;
  }
}

.hidden-content {
  display: none;
  padding: 20px 40px 20px 20px;
  background: #f1efef;
}

@media only screen and (max-width: 767px) {
  .hidden-content {
    padding: 15px 15px;
  }
}

.hidden-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .hidden-content p {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.hidden-content p .en {
  position: relative;
  top: -1px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .hidden-content p .en {
    font-size: 15px;
  }
}

.hidden-content p .jp {
  width: 750px;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .hidden-content p .jp {
    width: 88%;
    margin-left: 10px;
    text-align: justify;
  }
}

.hidden-content p .jp span {
  display: inline-block;
  margin-top: 10px;
}

.btn {
  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;
  width: 250px;
  max-width: 100%;
  height: 45px;
  margin: 40px auto 0 auto;
  color: #1a1a1a;
  border: 1px solid #000;
}

.btn a {
  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;
  width: 100%;
  height: 100%;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FBFBFB;
  z-index: 10000;
}

#loading {
  width: 100%;
  height: 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;
}

.loader {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
}

.square {
  background: #aaaaaa;
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-animation: enter 6.9s infinite;
  animation: enter 6.9s infinite;
}

.enter {
  top: 0px;
  opacity: 1;
}

.square:nth-child(1) {
  -webkit-animation-delay: 2.07s;
  animation-delay: 2.07s;
}

.square:nth-child(2) {
  -webkit-animation-delay: 2.42s;
  animation-delay: 2.42s;
}

.square:nth-child(3) {
  -webkit-animation-delay: 2.76s;
  animation-delay: 2.76s;
  background: #161616;
}

.square:nth-child(4) {
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

.square:nth-child(5) {
  -webkit-animation-delay: 1.38s;
  animation-delay: 1.38s;
}

.square:nth-child(6) {
  -webkit-animation-delay: 1.73s;
  animation-delay: 1.73s;
}

.square:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.square:nth-child(9) {
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}

@keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 767px) {
  .sa {
    opacity: 1;
  }
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}

@media only screen and (max-width: 767px) {
  .sa--lr {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.sa--rl {
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

@media only screen and (max-width: 767px) {
  .sa--rl {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.sa--up {
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

@media only screen and (max-width: 767px) {
  .sa--up {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.sa--down {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

@media only screen and (max-width: 767px) {
  .sa--down {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mask {
  position: relative;
}

.mask h2, .mask p, .mask img {
  opacity: 0;
}

.mask.animate-in h2, .mask.animate-in p, .mask.animate-in img {
  -webkit-animation: textHidden 0.1s 1.1s forwards;
  animation: textHidden 0.1s 1.1s forwards;
}

.mask.animate-in:before, .mask.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.mask.animate-in:before {
  background-color: #fff;
}

.mask.animate-in:after {
  background-color: #000;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.mask.mask--lr.animate-in:before {
  -webkit-animation: mask--lr 1.8s ease;
  animation: mask--lr 1.8s ease;
}

.mask.mask--lr.animate-in:after {
  -webkit-animation: mask--lr 1s .6s ease;
  animation: mask--lr 1s .6s ease;
}

.mask.mask--rl.animate-in:before {
  -webkit-animation: mask--rl 1.8s ease;
  animation: mask--rl 1.8s ease;
}

.mask.mask--rl.animate-in:after {
  -webkit-animation: mask--rl 1s .6s ease;
  animation: mask--rl 1s .6s ease;
}

@-webkit-keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@-webkit-keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

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

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

@-webkit-keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}

@keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}

.bg-star1 {
  position: fixed;
  top: 0;
  right: -10%;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  width: 21px;
  height: 30px;
  margin: 0 auto;
  display: block;
  -webkit-animation: bg-star 25s infinite linear forwards;
  animation: bg-star 25s infinite linear forwards;
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bg-star1 {
    right: -50%;
  }
}

@-webkit-keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

@keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

.filter {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .filter {
    display: none;
  }
}

.filter:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 1px;
  height: calc(100% + 190px);
  background: #1a1a1a;
}

.filter a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 315px;
  padding: 0 0 10px 0;
  overflow: hidden;
}

.filter a:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.filter a:not(:first-of-type) {
  margin-top: 10px;
}

.filter a:hover:after {
  left: 0;
}

.filter a.active {
  pointer-events: none;
}

.filter a.active:after {
  left: 0;
}

.filter a .occupation {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.filter a .name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.is-animated .img {
  -webkit-animation: .6s zoom-in;
  animation: .6s zoom-in;
}

.is-animated .content {
  -webkit-animation: .47s fade-in;
  animation: .47s fade-in;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fade-in {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fade-in {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slider-wrap.type1 {
  width: 64vw;
  max-width: 864px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .slider-wrap.type1 {
    width: 56.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .slider-wrap.type1 {
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.slider-wrap.type1 .slider .slider-arrow {
  top: auto;
  bottom: -60px;
}

@media only screen and (max-width: 767px) {
  .slider-wrap.type1 .slider .slider-arrow {
    bottom: -45px;
  }
}

.slider-wrap.type1 .slider .slider-arrow.slider-prev {
  left: -55px;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .slider-wrap.type1 .slider .slider-arrow.slider-prev {
    left: -40px;
  }
}

.slider-wrap.type1 .slider .slider-arrow.slider-next {
  left: 0;
  right: -55px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .slider-wrap.type1 .slider .slider-arrow.slider-next {
    right: -40px;
  }
}

.slider-wrap.type2 {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 118px;
  padding: 0 56px;
}

@media only screen and (max-width: 767px) {
  .slider-wrap.type2 {
    width: 375px;
    margin-top: 30px;
  }
}

.slider-wrap.type2 .slider-item {
  position: relative;
  width: 225px;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.slider-wrap.type2 .slider-item img {
  width: 225px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

.slider-wrap.type2 .slider-item h3 {
  margin-top: 28px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .slider-wrap.type2 .slider-item h3 {
    margin-top: 20px;
  }
}

.slider-wrap.type2 .slider-item h3 .number {
  display: block;
  font-family: trade-gothic-next, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .slider-wrap.type2 .slider-item h3 .number {
    font-size: 14px;
    font-weight: 300;
  }
}

.slider-wrap.type2 .slider-item h3 .title {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .slider-wrap.type2 .slider-item h3 .title {
    font-size: 14px;
    font-weight: 300;
  }
}

.shichigosanpg-slider-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 118px;
  padding: 0 56px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-slider-wrap {
    width: 375px;
    margin-top: 30px;
  }
}

.shichigosanpg-slider-wrap .slider-item {
  position: relative;
  width: 225px;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.shichigosanpg-slider-wrap .slider-item img {
  width: 225px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

.shichigosanpg-slider-wrap .slider-item h3 {
  margin-top: 28px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-slider-wrap .slider-item h3 {
    margin-top: 20px;
  }
}

.shichigosanpg-slider-wrap .slider-item h3 .number {
  display: block;
  font-family: trade-gothic-next, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-slider-wrap .slider-item h3 .number {
    font-size: 14px;
    font-weight: 300;
  }
}

.shichigosanpg-slider-wrap .slider-item h3 .title {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-slider-wrap .slider-item h3 .title {
    font-size: 14px;
    font-weight: 300;
  }
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

/* Images */
/* Arrows */
.slider-arrow {
  position: absolute;
  top: 130px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  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;
  z-index: 10;
  /* 重要 */
}

@media only screen and (max-width: 767px) {
  .slider-arrow {
    top: 80px;
    width: 32px;
    height: 32px;
  }
}

.slider-prev {
  left: -56px;
  background: url(../img/shared/slider-arrow-left.svg) center center/contain no-repeat;
}

@media only screen and (max-width: 767px) {
  .slider-prev {
    left: -46px;
  }
}

.slider-next {
  right: -56px;
  background: url(../img/shared/slider-arrow-right.svg) center center/contain no-repeat;
}

@media only screen and (max-width: 767px) {
  .slider-next {
    right: -46px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  right: -6px;
  bottom: -26px;
  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;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    display: none;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 3.5px;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

.slick-dots li.slick-active button:before {
  background: #000;
}

/*
.header-logo{
  position: fixed;
  top: 27.5px;
  left: 45px;
  z-index: -1;
  img{
    width: 346px;
    height: 35px;
    max-width: 100%;
    @include media(sm){
      width: 180px;
      height: 32px;
    }
  }
}
*/
.header-wrap.burger {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger {
    background: #fff;
  }
}

.header-wrap.burger.top {
  background: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger.top {
    position: absolute;
    background: #fff;
  }
}

.header-wrap.burger.hide {
  position: fixed;
  background: #e6de5f;
}

.header-wrap.burger .header-subwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 0 45px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap {
    height: 60px;
    padding: 0 0 0 15px;
  }
}

.header-wrap.burger .header-subwrap .header-logo img {
  width: 346px;
  height: 35px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .header-logo img {
    width: 180px;
    height: 32px;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: 100%;
  background: #e6de5f;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap {
    position: fixed;
    z-index: 100;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 120px 30px 120px 30px;
  overflow-x: auto;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 57.5px 60px 57.5px;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 970px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap {
    display: block;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .content {
  width: 544px;
  margin-top: 9px;
  margin-left: 154px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .content {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-logo {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-logo {
    display: none;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-logo img {
  width: 213px;
  height: 46px;
  max-width: 100%;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-head h3 {
  font-family: trade-gothic-next, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list {
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list {
    margin-top: 0;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item {
  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;
  width: 100%;
}

@media print, screen and (min-width: 1001px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item:hover {
    opacity: 0.8;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item:not(:first-of-type) {
  margin-top: 29px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item:not(:first-of-type) {
    margin-top: 0;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap:hover {
  opacity: 1;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap .drop-head {
  position: relative;
  color: #4b4821;
  letter-spacing: 3px;
  text-indent: 3px;
  /*
                  &:after{
                    position: absolute;
                    top: 0;
                    right: -30px;
                    content: '+';
                    //font-size: 20px;
                    //line-height: 16px;
                    transition: .3s;
                    @include media(){
                      top: 50%;
                      right: 50px;
                      transform: translateY(-50%) translateX(0%);
                    }
                  }
                  */
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap .drop-head {
    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;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap .drop-head:after {
  position: absolute;
  top: 50%;
  right: -30px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  font-weight: 400;
  background: url(../img/shared/btn-arrow.svg) center center/cover no-repeat;
  -webkit-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap .drop-head:after {
    right: 50px;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap .drop-head.active {
  /*
                    &:after{
                      transform: rotate(45deg) scale(1.08);
                    }
                    */
  opacity: 0.7;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap .drop-head.active:after {
  -webkit-transform: translateY(-50%) translateX(0%) rotate(180deg);
  -ms-transform: translateY(-50%) translateX(0%) rotate(180deg);
  transform: translateY(-50%) translateX(0%) rotate(180deg);
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap ul {
  width: 100%;
  margin-top: 25px;
  padding: 25px 0;
  border-top: 1px solid #4b4821;
  border-bottom: 1px solid #4b4821;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap ul {
    margin: 10px 0;
    padding: 8px 0;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap ul li:not(:first-of-type) {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap ul li:not(:first-of-type) {
    margin-top: 0;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap ul li a {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item.drop-menu-wrap ul li a {
    padding: 12px 0;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item a {
  color: #4b4821;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-list .nav-item a {
    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;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap {
    display: block;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item {
  width: 168px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item:not(:first-of-type) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .thumb {
    width: 150px;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .thumb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .text-wrap {
  color: #4b4821;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .text-wrap {
    width: 100px;
    margin-left: 11px;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .text-wrap .head {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .text-wrap .head {
    margin-top: 0;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .text-wrap .head .date {
  font-family: trade-gothic-next, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .text-wrap .head .date .week {
  margin-left: 5px;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .text-wrap .head .title {
  height: 37px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.58;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .text-wrap .head .title {
    margin-top: 1px;
    font-size: 13px;
    font-weight: 500;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-news-wrap .item .text-wrap .text {
  font-size: 10px;
  line-height: 1.7;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 58px;
  padding-top: 50px;
  border-top: 1px solid #4b4821;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap {
    display: block;
    margin-top: 22px;
    padding-top: 0;
    border-top: none;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 215px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .nav-sns {
    width: 145px;
    margin-top: 32px;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .nav-sns a {
  display: block;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .nav-sns a:nth-of-type(2) {
  margin-left: 2px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .nav-sns a:nth-of-type(2) {
    margin-left: 0;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .nav-sns a img {
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .nav-sns a img {
    width: 20px;
    height: 20px;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .tel-wrap {
  margin-top: 30px;
  text-align: center;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .tel-wrap .tel {
  color: #4b4821;
  font-family: trade-gothic-next, sans-serif;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .tel-wrap .tel span {
  margin-right: 10px;
  font-size: 23px;
  letter-spacing: 0;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .reserve {
  width: 100%;
  height: 50px;
  margin-top: 48px;
  background: #4b4821;
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .reserve {
    height: 42.5px;
    margin-top: 0;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .reserve a {
  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;
  width: 100%;
  height: 100%;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .reserve a span {
  color: #e6de5f;
  font-weight: 300;
  letter-spacing: 3px;
  text-indent: 3px;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .banner-wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .banner-wrap {
    margin-top: 30px;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .banner-wrap .banner {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .banner-wrap .banner a {
  display: block;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .banner-wrap .banner a img {
  max-width: 100%;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .banner-wrap .banner p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .video-wrap {
  margin-top: 30px;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .video-wrap .video video {
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .content-wrap .nav-sns-wrap .video-wrap .video p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.header-wrap.burger .header-subwrap .top-sns {
  position: absolute;
  top: 90px;
  right: 54px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .top-sns {
    display: none;
  }
}

.header-wrap.burger .header-subwrap .top-sns a {
  display: block;
  text-align: center;
}

.header-wrap.burger .header-subwrap .top-sns a:not(:first-of-type) {
  margin: 10px auto 0 auto;
}

.header-wrap.burger .header-subwrap .top-sns a img {
  width: 20px;
  height: 20px;
}

.header-wrap.burger .header-subwrap .pickup-link-wrap {
  position: absolute;
  top: 260px;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .pickup-link-wrap {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
  }
}

.header-wrap.burger .header-subwrap .pickup-link-wrap a {
  display: block;
  padding: 7px 10px;
  border: 1px solid #4b4821;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .pickup-link-wrap a {
    width: 33.333%;
    padding: 12px 10px;
    border-radius: 0;
  }
}

.header-wrap.burger .header-subwrap .pickup-link-wrap a:not(:first-of-type) {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .pickup-link-wrap a:not(:first-of-type) {
    margin-top: 0;
    border-left: none;
  }
}

.header-wrap.burger .header-subwrap .pickup-link-wrap a span {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .pickup-link-wrap a span.pc-text {
    display: none;
  }
}

.header-wrap.burger .header-subwrap .pickup-link-wrap a span.sp-text {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .pickup-link-wrap a span.sp-text {
    display: block;
  }
  .header-wrap.burger .header-subwrap .pickup-link-wrap a span.sp-text .jp {
    display: block;
  }
  .header-wrap.burger .header-subwrap .pickup-link-wrap a span.sp-text .en {
    display: block;
    font-size: 10px;
  }
}

.header-wrap.burger .header-subwrap .burger-btn {
  display: block;
  width: 40px;
  height: 20px;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger {
  position: relative;
  width: 100%;
  height: 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;
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(1) {
  background-color: #4b4821;
  -webkit-transform: translateY(7.5px) rotate(-45deg);
  -ms-transform: translateY(7.5px) rotate(-45deg);
  transform: translateY(7.5px) rotate(-45deg);
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(3) {
  background-color: #4b4821;
  -webkit-transform: translateY(-7.5px) rotate(45deg);
  -ms-transform: translateY(-7.5px) rotate(45deg);
  transform: translateY(-7.5px) rotate(45deg);
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar {
  width: 40px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar {
    width: 29px;
    height: 18px;
  }
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar span {
  width: 100%;
  height: 4px;
  background-color: #000;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar span {
    height: 3px;
  }
}

.footer-wrap {
  background: #e6de5f;
}

.footer-wrap .footer-subwrap {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-subwrap {
    padding: 35px 0;
  }
}

.footer-wrap .info-wrap {
  margin-top: 25px;
  color: #4b4821;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 350;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .info-wrap {
    margin-top: 18px;
    font-size: 11px;
  }
}

.footer-wrap .info-wrap h5 {
  font-weight: 500;
  line-height: 1.75;
}

.footer-wrap .info-wrap p {
  line-height: 1.75;
}

.footer-wrap .info-wrap a {
  margin-left: 6px;
  color: #4b4821;
  line-height: 1.75;
  text-decoration: underline;
}

.footer-wrap .info-wrap .links {
  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;
  margin-top: 10px;
}

.footer-wrap .footer-logo {
  text-align: center;
}

.footer-wrap .footer-logo img {
  width: 188px;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-logo img {
    width: 160px;
    height: 37px;
  }
}

.footer-wrap .copyright {
  margin-top: 28px;
  color: #4b4821;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .copyright {
    margin-top: 9px;
  }
}

.footer-wrap .copyright small {
  font-size: 9px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .copyright small {
    font-size: 8px;
  }
}

.toppg-sec1-wrap .banner-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .banner-wrap {
    margin-top: 60px;
  }
}

.toppg-sec1-wrap .banner-wrap + .item-wrap {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .banner-wrap + .item-wrap {
    margin-top: 50px;
  }
}

.toppg-sec1-wrap .banner-wrap .banner {
  display: block;
  width: 1014px;
  max-width: 100%;
  margin: 0 auto;
}

.toppg-sec1-wrap .banner-wrap .banner img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.toppg-sec1-wrap .item-wrap {
  position: relative;
  width: 1080px;
  max-width: 100%;
  height: 11794px;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 180px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item-wrap {
    width: 375px;
    height: 4933px;
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.toppg-sec1-wrap .item {
  position: relative;
  display: block;
  max-width: 100%;
}

@media print, screen and (min-width: 1001px) {
  .toppg-sec1-wrap .item:hover .content.type1 {
    opacity: 1;
  }
  .toppg-sec1-wrap .item:hover .content.type1 .arrow {
    width: 100%;
  }
}

.toppg-sec1-wrap .item.type1 {
  width: 1014px;
}

.toppg-sec1-wrap .item.type1:nth-of-type(1) {
  margin: 0 0 0 auto;
}

.toppg-sec1-wrap .item.type1:nth-of-type(2) {
  margin: 0 0 0 auto;
  margin-top: 1314px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type1:nth-of-type(2) {
    margin-top: 532px;
  }
}

.toppg-sec1-wrap .item.type1:nth-of-type(3) {
  margin-top: 1314px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type1:nth-of-type(3) {
    margin-top: 532px;
  }
}

.toppg-sec1-wrap .item.type1:nth-of-type(4) {
  margin: 0 0 0 auto;
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type1:nth-of-type(4) {
    margin-top: 57px;
  }
}

.toppg-sec1-wrap .item.type1:nth-of-type(5) {
  z-index: 1;
  margin-top: 2480px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type1:nth-of-type(5) {
    margin-top: 1007px;
  }
}

.toppg-sec1-wrap .item.type1:nth-of-type(6) {
  margin: 0 auto;
  margin-top: 1314px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type1:nth-of-type(6) {
    margin-top: 532px;
  }
}

.toppg-sec1-wrap .item.type1 .content.type1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 378px;
}

.toppg-sec1-wrap .item.type2 {
  position: absolute;
  width: 676px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type2 {
    width: 250px;
    margin: 0 auto;
  }
}

.toppg-sec1-wrap .item.type2:nth-of-type(7) {
  top: 826px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type2:nth-of-type(7) {
    top: 350px;
    right: 0;
  }
}

.toppg-sec1-wrap .item.type2:nth-of-type(8) {
  top: 2816px;
  right: 108px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type2:nth-of-type(8) {
    top: 1175px;
    right: 0;
    left: 0;
  }
}

.toppg-sec1-wrap .item.type2:nth-of-type(9) {
  top: 5634px;
  left: 108px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type2:nth-of-type(9) {
    top: 2340px;
    left: 0;
    right: 0;
  }
}

.toppg-sec1-wrap .item.type2:nth-of-type(10) {
  top: 6798px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type2:nth-of-type(10) {
    top: 2825px;
    left: 0;
    right: 0;
  }
}

.toppg-sec1-wrap .item.type2:nth-of-type(11) {
  top: 8790px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type2:nth-of-type(11) {
    top: 3650px;
    left: 0;
    right: 0;
  }
}

.toppg-sec1-wrap .item.type2:nth-of-type(12) {
  top: 10780px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type2:nth-of-type(12) {
    top: 4475px;
    left: 0;
    right: 0;
  }
}

.toppg-sec1-wrap .item.type2 .content.type1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 70px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type2 .content.type1 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item.type2 .content.type2 {
    padding-left: 0;
    padding-right: 1px;
  }
}

.toppg-sec1-wrap .item .content.type1 {
  position: absolute;
  top: 0;
  left: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item .content.type1 {
    display: none;
  }
}

.toppg-sec1-wrap .item .content.type2 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item .content.type2 {
    display: block;
    padding-left: 17.5px;
    padding-right: 8px;
    margin-top: 14px;
  }
}

.toppg-sec1-wrap .item .content p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item .content p {
    font-size: 9px;
    line-height: 1.61;
  }
  .toppg-sec1-wrap .item .content p.place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1px;
    white-space: nowrap;
  }
  .toppg-sec1-wrap .item .content p.place .arrow {
    position: relative;
    width: 10%;
    height: 1px;
    margin-top: 0;
    margin-left: 10px;
    background: #555555;
    -webkit-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
  }
  .toppg-sec1-wrap .item .content p.place .arrow.animate-in {
    width: 100%;
  }
  .toppg-sec1-wrap .item .content p.place .arrow:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    width: 8px;
    height: 1px;
    background: #000;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

.toppg-sec1-wrap .item .content h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .item .content h2 {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.61;
  }
}

.toppg-sec1-wrap .item .content .arrow {
  position: relative;
  width: 50%;
  height: 1px;
  margin-top: 10px;
  background: #000;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.toppg-sec1-wrap .item .content .arrow:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.toppg-sec1-wrap .item img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.aboutpg-sec1-wrap {
  margin-top: 107px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap {
    margin-top: 60px;
  }
}

.aboutpg-sec1-wrap .content-wrap {
  margin-top: 80px;
  padding: 0 35px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap {
    margin-top: 40px;
  }
}

.aboutpg-sec1-wrap .content-wrap .text-wrap p {
  font-size: 16px;
  font-weight: 350;
  line-height: 2.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .text-wrap p {
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
  }
}

.aboutpg-sec2-wrap {
  margin-top: 107px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap {
    margin-top: 60px;
  }
}

.aboutpg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap {
    margin-top: 40px;
    padding: 0 35px;
    padding-bottom: 60px;
  }
}

.aboutpg-sec2-wrap .content-wrap .info-wrap .info {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
}

.aboutpg-sec2-wrap .content-wrap .info-wrap h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap .info-wrap h4 {
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
  }
}

.aboutpg-sec2-wrap .content-wrap .info-wrap p {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap .info-wrap p {
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
  }
}

.aboutpg-sec2-wrap .content-wrap .map img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.shichigosanpg-sec1-wrap {
  margin-top: 136px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec1-wrap {
    margin-top: 0;
  }
}

.shichigosanpg-sec1-wrap .content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 138px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec1-wrap .content-wrap {
    margin-top: 41px;
    padding: 0 35px;
  }
}

.shichigosanpg-sec1-wrap .content-wrap .text-wrap {
  width: 667px;
  max-width: 100%;
}

.shichigosanpg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) {
  margin: 0 0 0 auto;
  margin-top: 74px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) {
    margin-top: 42px;
    padding-top: 42px;
    border-top: 1px solid #000;
  }
}

.shichigosanpg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) h3 {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) h3 {
    text-align: center;
  }
}

.shichigosanpg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }
}

.shichigosanpg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 31px;
  font-size: 15px;
  font-weight: 350;
  line-height: 2.2;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 12px;
    font-weight: 300;
    line-height: 2.13;
  }
}

.shichigosanpg-sec2-wrap {
  margin-top: 180px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap {
    margin-top: 84px;
  }
}

.shichigosanpg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .content-wrap {
    margin-top: 46px;
  }
}

.shichigosanpg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.shichigosanpg-sec2-wrap .item.option {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item.option {
    margin-top: 0;
  }
}

.shichigosanpg-sec2-wrap .item.option .head.type2 h3 {
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item.option .head.type2 h3 {
    font-size: 15px;
  }
}

.shichigosanpg-sec2-wrap .item.option .price-wrap.type3 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item.option .price-wrap.type3 {
    margin-top: 12px;
  }
}

.shichigosanpg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .head.bg1 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg1.jpg) center center/cover no-repeat;
  }
  .shichigosanpg-sec2-wrap .item .head.bg2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg2.jpg) center center/cover no-repeat;
  }
  .shichigosanpg-sec2-wrap .item .head.bg3 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg3.jpg) center center/cover no-repeat;
  }
}

.shichigosanpg-sec2-wrap .item .head.type1 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .head.type1 h3 {
    padding: 0 35px;
    font-size: 17px;
  }
}

.shichigosanpg-sec2-wrap .item .head.type1 h3 span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .head.type1 h3 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }
}

.shichigosanpg-sec2-wrap .item .head.type2 h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .head.type2 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    font-size: 15px;
  }
}

.shichigosanpg-sec2-wrap .item .head .en {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
}

.shichigosanpg-sec2-wrap .item .head .jp {
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
}

.shichigosanpg-sec2-wrap .item .price-wrap.type1 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type1 {
    margin-top: 18px;
    padding: 0 35px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.shichigosanpg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type1 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type1 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type1 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type1 dt {
    font-size: 15px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type1 dt.type1 {
  font-weight: 400;
}

.shichigosanpg-sec2-wrap .item .price-wrap.type1 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type1 dt.type2 {
    width: 225px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type1 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type1 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type1 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type1 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type2 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type2 {
    margin-top: 22px;
    padding: 0 35px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.shichigosanpg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type2 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type2 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type2 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type2 dt {
    font-size: 15px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type2 dt.type1 {
  font-weight: 400;
}

.shichigosanpg-sec2-wrap .item .price-wrap.type2 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type2 dt.type2 {
    width: 225px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type2 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type2 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type2 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type2 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type3 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type3 {
    padding: 0 35px;
    margin-top: 18px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type3 dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
  }
  .shichigosanpg-sec2-wrap .item .price-wrap.type3 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type3 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type3 dt {
    font-size: 13px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type3 dt:after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: '';
  margin: 0 15px 0 15px;
  border-top: 2.5px dotted rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type3 dt:after {
    display: none;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type3 dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type3 dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type3 dd span {
  margin-right: 8px;
}

.shichigosanpg-sec2-wrap .item .price-wrap.type4 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type4 {
    margin-top: 38px;
    padding: 0 35px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.shichigosanpg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type4 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type4 dl.type3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.shichigosanpg-sec2-wrap .item .price-wrap.type4 dl.type3 dt span {
  display: block;
  margin-left: 0;
}

.shichigosanpg-sec2-wrap .item .price-wrap.type4 dt {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type4 dt {
    font-size: 18px;
    font-weight: 500;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type4 dt span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type4 dt span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}

.shichigosanpg-sec2-wrap .item .price-wrap.type4 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .price-wrap.type4 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.shichigosanpg-sec2-wrap .item .notes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .notes-wrap {
    padding: 0 35px;
  }
}

.shichigosanpg-sec2-wrap .item .notes-wrap .notes {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .notes-wrap .notes {
    padding: 0;
  }
}

.shichigosanpg-sec2-wrap .item .notes {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .notes {
    padding: 0 35px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .detail-wrap {
    margin-top: 14px;
  }
}

.shichigosanpg-sec2-wrap .item .detail-wrap ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .detail-wrap ul {
    padding: 0 35px;
  }
}

.shichigosanpg-sec2-wrap .item .detail-wrap ul li {
  font-size: 14px;
  font-weight: 350;
  line-height: 1.85;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .detail-wrap ul li {
    font-size: 11px;
  }
}

.shichigosanpg-sec2-wrap .item .detail-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .detail-wrap .img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 21px;
  }
}

.shichigosanpg-sec2-wrap .item .detail-wrap .img-wrap .img {
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .detail-wrap .img-wrap .img {
    width: 20%;
    margin-bottom: 20px;
  }
}

.shichigosanpg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.shichigosanpg-sec2-wrap .item .detail-wrap .img-wrap .img img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .detail-wrap .img-wrap .img img {
    width: 45px;
    height: 45px;
  }
}

.shichigosanpg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
    font-size: 10px;
  }
}

.shichigosanpg-sec3-wrap {
  margin-top: 100px;
  padding: 60px 0 140px 0;
  background: #f1efef;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec3-wrap {
    margin-top: 60px;
    padding: 60px 0 60px 0;
  }
}

.shichigosanpg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec3-wrap .content-wrap {
    width: 375px;
    margin-top: 30px;
    padding: 0 35px;
  }
}

.shichigosanpg-sec3-wrap .content-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.shichigosanpg-sec4-wrap {
  padding: 60px 0 66px 0;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec4-wrap {
    padding: 60px 0 60px 0;
  }
}

.shichigosanpg-sec4-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec4-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 35px;
  }
}

.shichigosanpg-sec5-wrap {
  margin-top: 78px;
  padding: 60px 0 140px 0;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec5-wrap {
    margin-top: 0;
    padding: 60px 0 60px 0;
  }
}

.shichigosanpg-sec5-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .shichigosanpg-sec5-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.shichigosan-rentalpg-sec1-wrap {
  margin-top: 136px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec1-wrap {
    margin-top: 0;
  }
}

.shichigosan-rentalpg-sec1-wrap .description {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec1-wrap .description {
    margin-top: 7px;
    font-size: 14px;
  }
}

.shichigosan-rentalpg-sec1-wrap .content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec1-wrap .content-wrap {
    margin-top: 41px;
    padding: 0 35px;
  }
}

.shichigosan-rentalpg-sec1-wrap .content-wrap .text-wrap {
  width: 665px;
  max-width: 100%;
  margin: 0 auto;
}

.shichigosan-rentalpg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }
}

.shichigosan-rentalpg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 31px;
  font-size: 15px;
  font-weight: 350;
  line-height: 2.2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.13;
    text-align: justify;
  }
}

.shichigosan-rentalpg-sec2-wrap {
  margin-top: 100px;
  padding: 60px 0 140px 0;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap {
    margin-top: 60px;
    padding: 60px 0 60px 0;
  }
}

.shichigosan-rentalpg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .content-wrap {
    margin-top: 46px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item.option {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item.option {
    margin-top: 0;
  }
}

.shichigosan-rentalpg-sec2-wrap .item.option .head.type2 h3 {
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item.option .head.type2 h3 {
    font-size: 15px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item.option .price-wrap.type3 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item.option .price-wrap.type3 {
    margin-top: 12px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item.pickup {
  margin-top: 50px;
  padding: 30px 30px;
  border: 1px solid #4b4821;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item.pickup {
    width: 315px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item.pickup .detail-wrap {
  margin-top: 0;
}

.shichigosan-rentalpg-sec2-wrap .item.pickup .detail-wrap p {
  margin-top: 0;
  padding: 0 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .head.bg1 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg1.jpg) center center/cover no-repeat;
  }
  .shichigosan-rentalpg-sec2-wrap .item .head.bg2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg2.jpg) center center/cover no-repeat;
  }
  .shichigosan-rentalpg-sec2-wrap .item .head.bg3 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg3.jpg) center center/cover no-repeat;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .head.type1 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .head.type1 h3 {
    padding: 0 35px;
    font-size: 17px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .head.type1 h3 span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .head.type1 h3 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .head.type2 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .head.type2 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    font-size: 15px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .head .en {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
}

.shichigosan-rentalpg-sec2-wrap .item .head .jp {
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 {
    margin-top: 18px;
    padding: 0 35px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dt {
    font-size: 15px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dt.type1 {
  font-weight: 400;
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dt.type2 {
    width: 225px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type1 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 {
    margin-top: 22px;
    padding: 0 35px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dt {
    font-size: 15px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dt.type1 {
  font-weight: 400;
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dt.type2 {
    width: 225px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type2 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 {
    padding: 0 35px;
    margin-top: 18px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
  }
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dt {
    font-size: 13px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dt:after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: '';
  margin: 0 15px 0 15px;
  border-top: 2.5px dotted rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dt:after {
    display: none;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type3 dd span {
  margin-right: 8px;
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 {
    margin-top: 38px;
    padding: 0 35px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dl.type3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dl.type3 dt span {
  display: block;
  margin-left: 0;
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dt {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dt {
    font-size: 18px;
    font-weight: 500;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dt span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dt span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .price-wrap.type4 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .notes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .notes-wrap {
    padding: 0 35px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .notes-wrap .notes {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .notes-wrap .notes {
    padding: 0;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .notes {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .notes {
    padding: 0 35px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap {
    margin-top: 14px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap p {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap p {
    margin-top: 5px;
    padding: 0 35px;
    font-size: 14px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap p + ul {
  margin-top: 10px;
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap ul {
    padding: 0 35px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap ul li {
  font-size: 14px;
  font-weight: 350;
  line-height: 1.85;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap ul li {
    font-size: 11px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 21px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img {
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img {
    width: 20%;
    margin-bottom: 20px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img.or {
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img.or {
    width: 125px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img.or .or-img {
  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;
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img.or .or-img img {
  margin: 0 3px;
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img img {
    width: 45px;
    height: 45px;
  }
}

.shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .shichigosan-rentalpg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
    font-size: 10px;
  }
}

.graduationpg-sec1-wrap {
  margin-top: 136px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec1-wrap {
    margin-top: 0;
  }
}

.graduationpg-sec1-wrap .description {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec1-wrap .description {
    width: 100px;
    margin: 0 auto;
    margin-top: 7px;
    font-size: 13px;
  }
}

.graduationpg-sec1-wrap .description:before, .graduationpg-sec1-wrap .description:after {
  position: absolute;
  top: 0;
  display: inline-block;
  content: '';
  width: 1px;
  height: 36px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec1-wrap .description:before, .graduationpg-sec1-wrap .description:after {
    height: 16px;
  }
}

.graduationpg-sec1-wrap .description:before {
  left: -25px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec1-wrap .description:before {
    left: -10px;
  }
}

.graduationpg-sec1-wrap .description:after {
  right: -25px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec1-wrap .description:after {
    right: -10px;
  }
}

.graduationpg-sec1-wrap .content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 138px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec1-wrap .content-wrap {
    margin-top: 41px;
    padding: 0 35px;
  }
}

.graduationpg-sec1-wrap .content-wrap .text-wrap {
  width: 665px;
  max-width: 100%;
}

.graduationpg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) {
  margin: 0 0 0 auto;
  margin-top: 74px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) {
    margin-top: 42px;
    padding-top: 42px;
    border-top: 1px solid #000;
  }
}

.graduationpg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) h3 {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) h3 {
    text-align: center;
  }
}

.graduationpg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }
}

.graduationpg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 31px;
  font-size: 15px;
  font-weight: 350;
  line-height: 2.2;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 12px;
    font-weight: 300;
    line-height: 2.13;
  }
}

.graduationpg-sec2-wrap {
  margin-top: 180px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap {
    margin-top: 84px;
  }
}

.graduationpg-sec2-wrap .description-wrap {
  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;
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 43px;
  border: 1px solid #c8c8c8;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .description-wrap {
    width: 305px;
    margin-top: 23px;
    padding: 6px 0;
  }
}

.graduationpg-sec2-wrap .description-wrap p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .description-wrap p {
    font-size: 14px;
  }
}

.graduationpg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .content-wrap {
    margin-top: 46px;
  }
}

.graduationpg-sec2-wrap .content-wrap + .heading-wrap {
  margin-top: 180px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .content-wrap + .heading-wrap {
    margin-top: 84px;
  }
}

.graduationpg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.graduationpg-sec2-wrap .item.option {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item.option {
    margin-top: 0;
  }
}

.graduationpg-sec2-wrap .item.option .head.type2 h3 {
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item.option .head.type2 h3 {
    font-size: 15px;
  }
}

.graduationpg-sec2-wrap .item.option .price-wrap.type3 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item.option .price-wrap.type3 {
    margin-top: 12px;
  }
}

.graduationpg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.graduationpg-sec2-wrap .item .head.type1 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .head.type1 h3 {
    font-size: 34px;
    font-weight: 500;
  }
}

.graduationpg-sec2-wrap .item .head.type1 h3 span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .head.type1 h3 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }
}

.graduationpg-sec2-wrap .item .head.type2 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .head.type2 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    font-size: 17px;
  }
}

.graduationpg-sec2-wrap .item .head + .price-wrap {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .head + .price-wrap {
    margin-top: 22px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type1 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type1 {
    margin-top: 38px;
    padding: 0 35px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.graduationpg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type1 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type1 dt {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type1 dt {
    font-size: 18px;
    font-weight: 500;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type1 dt span {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type1 dt span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type1 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type1 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type2 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type2 {
    margin-top: 22px;
    padding: 0 35px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.graduationpg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type2 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type2 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type2 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type2 dt {
    font-size: 15px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type2 dt.type1 {
  font-weight: 400;
}

.graduationpg-sec2-wrap .item .price-wrap.type2 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type2 dt.type2 {
    width: 225px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type2 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type2 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type2 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type2 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type3 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type3 {
    padding: 0 35px;
    margin-top: 18px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type3 dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
  }
  .graduationpg-sec2-wrap .item .price-wrap.type3 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type3 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type3 dt {
    font-size: 13px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type3 dt:after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: '';
  margin: 0 15px 0 15px;
  border-top: 2.5px dotted rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type3 dt:after {
    display: none;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type3 dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type3 dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type3 dd span {
  margin-right: 8px;
}

.graduationpg-sec2-wrap .item .price-wrap.type4 {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type4 {
    margin-top: 18px;
    padding: 0 35px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.graduationpg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type4 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type4 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type4 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type4 dt {
    font-size: 15px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type4 dt.type1 {
  font-weight: 400;
}

.graduationpg-sec2-wrap .item .price-wrap.type4 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type4 dt.type2 {
    width: 225px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type4 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type4 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type4 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type4 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .price-wrap.type4 .description-wrap {
    margin-top: 10px;
    padding: 0 35px;
  }
}

.graduationpg-sec2-wrap .item .price-wrap.type4 .description-wrap h5 {
  margin-top: 30px;
  font-size: 16px;
}

.graduationpg-sec2-wrap .item .price-wrap.type4 .description-wrap ul {
  margin-top: 10px;
  list-style: none;
}

.graduationpg-sec2-wrap .item .price-wrap.type4 .description-wrap ul li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.75;
  text-indent: -1em;
}

.graduationpg-sec2-wrap .item .notes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .notes-wrap {
    padding: 0 35px;
  }
}

.graduationpg-sec2-wrap .item .notes-wrap .notes {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .notes-wrap .notes {
    padding: 0;
  }
}

.graduationpg-sec2-wrap .item .notes {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .notes {
    padding: 0 35px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .detail-wrap {
    margin-top: 14px;
  }
}

.graduationpg-sec2-wrap .item .detail-wrap p {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .detail-wrap p {
    margin-top: 5px;
    padding: 0 35px;
    font-size: 14px;
  }
}

.graduationpg-sec2-wrap .item .detail-wrap p + ul {
  margin-top: 10px;
}

.graduationpg-sec2-wrap .item .detail-wrap ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .detail-wrap ul {
    padding: 0 35px;
  }
}

.graduationpg-sec2-wrap .item .detail-wrap ul li {
  font-size: 14px;
  font-weight: 350;
  line-height: 1.85;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .detail-wrap ul li {
    font-size: 11px;
  }
}

.graduationpg-sec2-wrap .item .detail-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .detail-wrap .img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 21px;
  }
}

.graduationpg-sec2-wrap .item .detail-wrap .img-wrap .img {
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .detail-wrap .img-wrap .img {
    width: 20%;
    margin-bottom: 20px;
  }
}

.graduationpg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.graduationpg-sec2-wrap .item .detail-wrap .img-wrap .img img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .detail-wrap .img-wrap .img img {
    width: 45px;
    height: 45px;
  }
}

.graduationpg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
    font-size: 10px;
  }
}

.graduationpg-sec3-wrap {
  margin-top: 100px;
  padding: 60px 0 140px 0;
  background: #f1efef;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec3-wrap {
    margin-top: 60px;
    padding: 60px 0 60px 0;
  }
}

.graduationpg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec3-wrap .content-wrap {
    width: 375px;
    margin-top: 30px;
    padding: 0 35px;
  }
}

.graduationpg-sec3-wrap .content-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.graduationpg-sec4-wrap {
  padding: 60px 0 66px 0;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec4-wrap {
    padding: 60px 0 60px 0;
  }
}

.graduationpg-sec4-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec4-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 35px;
  }
}

.graduationpg-sec5-wrap {
  margin-top: 78px;
  padding: 60px 0 140px 0;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec5-wrap {
    margin-top: 0;
    padding: 60px 0 60px 0;
  }
}

.graduationpg-sec5-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .graduationpg-sec5-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 118px;
  padding: 0 56px;
}

@media only screen and (max-width: 767px) {
  .gallery-wrap {
    width: 375px;
    margin-top: 30px;
  }
}

.gallery-wrap img {
  width: 225px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .gallery-wrap img:not(:first-of-type) {
    margin-top: 20px;
  }
}

.coming-of-agepg-sec1-wrap {
  margin-top: 136px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec1-wrap {
    margin-top: 0;
  }
}

.coming-of-agepg-sec1-wrap .content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 138px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec1-wrap .content-wrap {
    margin-top: 41px;
    padding: 0 35px;
  }
}

.coming-of-agepg-sec1-wrap .content-wrap .text-wrap {
  width: 665px;
  max-width: 100%;
}

.coming-of-agepg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) {
  margin: 0 0 0 auto;
  margin-top: 74px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) {
    margin-top: 42px;
    padding-top: 42px;
    border-top: 1px solid #000;
  }
}

.coming-of-agepg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) h3 {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec1-wrap .content-wrap .text-wrap:nth-of-type(2) h3 {
    text-align: center;
  }
}

.coming-of-agepg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }
}

.coming-of-agepg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 31px;
  font-size: 15px;
  font-weight: 350;
  line-height: 2.2;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 12px;
    font-weight: 300;
    line-height: 2.13;
  }
}

.coming-of-agepg-sec2-wrap {
  margin-top: 180px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap {
    margin-top: 84px;
  }
}

.coming-of-agepg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .content-wrap {
    margin-top: 43px;
  }
}

.coming-of-agepg-sec2-wrap .content-wrap + .heading-wrap {
  margin-top: 180px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .content-wrap + .heading-wrap {
    margin-top: 84px;
  }
}

.coming-of-agepg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.coming-of-agepg-sec2-wrap .item .head.type1 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .head.type1 h3 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.coming-of-agepg-sec2-wrap .item .head.type1 h3 span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .head.type1 h3 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }
}

.coming-of-agepg-sec2-wrap .item .head.type2 h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .head.type2 h3 {
    padding: 0 35px;
    font-size: 17px;
  }
}

.coming-of-agepg-sec2-wrap .item .head.type2 h3 span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .head.type2 h3 span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}

.coming-of-agepg-sec2-wrap .item .head.type3 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .head.type3 h3 {
    padding: 0 35px;
    font-size: 17px;
    line-height: 1.65;
  }
}

.coming-of-agepg-sec2-wrap .item .head + .price-wrap.type1 {
  margin-top: 52px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .head + .price-wrap.type1 {
    margin-top: 22px;
  }
}

.coming-of-agepg-sec2-wrap .item .head + .price-wrap.type2 {
  margin-top: 43px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .head + .price-wrap.type2 {
    margin-top: 22px;
  }
}

.coming-of-agepg-sec2-wrap .item .head + .notes-wrap {
  margin-top: 23px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .head + .notes-wrap {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type1 {
    padding: 0 35px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type1 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type1 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type1 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type1 dt {
    font-size: 15px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type1 dt.type1 {
  font-weight: 400;
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type1 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type1 dt.type2 {
    width: 225px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type1 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type1 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type1 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type1 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type2 {
  margin-top: 43px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type2 {
    margin-top: 22px;
    padding: 0 35px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type2 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type2 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type2 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type2 dt {
    font-size: 15px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type2 dt.type1 {
  font-weight: 400;
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type2 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type2 dt.type2 {
    width: 225px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type2 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type2 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type2 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type2 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type3 {
  margin-top: 43px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type3 {
    padding: 0 35px;
    margin-top: 18px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type3 dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
  }
  .coming-of-agepg-sec2-wrap .item .price-wrap.type3 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type3 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type3 dt {
    font-size: 13px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type3 dt:after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: '';
  margin: 0 15px 0 15px;
  border-top: 2.5px dotted rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type3 dt:after {
    display: none;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type3 dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type3 dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type3 dd span {
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type4 {
    padding: 0 35px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type4 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type4 dl.type3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type4 dl.type3 dt span {
  display: block;
  margin-left: 0;
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type4 dt {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type4 dt {
    font-size: 17px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type4 dt span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type4 dt span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}

.coming-of-agepg-sec2-wrap .item .price-wrap.type4 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .price-wrap.type4 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.coming-of-agepg-sec2-wrap .item .notes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .notes-wrap {
    padding: 0 35px;
  }
}

.coming-of-agepg-sec2-wrap .item .notes-wrap .notes {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .notes-wrap .notes {
    padding: 0;
  }
}

.coming-of-agepg-sec2-wrap .item .notes-wrap ul {
  list-style: none;
}

.coming-of-agepg-sec2-wrap .item .notes-wrap ul li {
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.75;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .notes-wrap ul li {
    font-size: 14px;
  }
}

.coming-of-agepg-sec2-wrap .item .notes {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .notes {
    padding: 0 35px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .description-wrap {
    margin-top: 10px;
    padding: 0 35px;
  }
}

.coming-of-agepg-sec2-wrap .item .description-wrap h5 {
  margin-top: 30px;
  font-size: 16px;
}

.coming-of-agepg-sec2-wrap .item .description-wrap ul {
  margin-top: 10px;
  list-style: none;
}

.coming-of-agepg-sec2-wrap .item .description-wrap ul li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.75;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .detail-wrap {
    margin-top: 14px;
  }
}

.coming-of-agepg-sec2-wrap .item .detail-wrap p {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .detail-wrap p {
    margin-top: 5px;
    padding: 0 35px;
    font-size: 14px;
  }
}

.coming-of-agepg-sec2-wrap .item .detail-wrap p.must {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .detail-wrap p.must {
    font-size: 14px;
  }
}

.coming-of-agepg-sec2-wrap .item .detail-wrap p + ul {
  margin-top: 10px;
}

.coming-of-agepg-sec2-wrap .item .detail-wrap ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .detail-wrap ul {
    padding: 0 35px;
  }
}

.coming-of-agepg-sec2-wrap .item .detail-wrap ul li {
  font-size: 14px;
  font-weight: 350;
  line-height: 1.85;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .detail-wrap ul li {
    font-size: 11px;
  }
}

.coming-of-agepg-sec2-wrap .item .detail-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .detail-wrap .img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 21px;
  }
}

.coming-of-agepg-sec2-wrap .item .detail-wrap .img-wrap .img {
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .detail-wrap .img-wrap .img {
    width: 20%;
    margin-bottom: 20px;
  }
}

.coming-of-agepg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.coming-of-agepg-sec2-wrap .item .detail-wrap .img-wrap .img img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .detail-wrap .img-wrap .img img {
    width: 45px;
    height: 45px;
  }
}

.coming-of-agepg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
    font-size: 10px;
  }
}

.coming-of-agepg-sec3-wrap {
  margin-top: 100px;
  padding: 60px 0 140px 0;
  background: #f1efef;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec3-wrap {
    margin-top: 60px;
    padding: 60px 0 60px 0;
  }
}

.coming-of-agepg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec3-wrap .content-wrap {
    width: 375px;
    margin-top: 30px;
    padding: 0 35px;
  }
}

.coming-of-agepg-sec3-wrap .content-wrap .item:not(:first-of-type) {
  margin-top: 91px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec3-wrap .content-wrap .item:not(:first-of-type) {
    margin-top: 60px;
  }
}

.coming-of-agepg-sec3-wrap .content-wrap .item h3 {
  padding-bottom: 10px;
  color: #1b6f88;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 5px solid #fff;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec3-wrap .content-wrap .item h3 {
    font-size: 18px;
    border-bottom: 3px solid #fff;
  }
}

.coming-of-agepg-sec3-wrap .content-wrap .item img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-top: 35px;
}

.coming-of-agepg-sec4-wrap {
  padding: 60px 0 66px 0;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec4-wrap {
    padding: 60px 0 60px 0;
  }
}

.coming-of-agepg-sec4-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec4-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 35px;
  }
}

.coming-of-agepg-sec5-wrap {
  margin-top: 78px;
  padding: 60px 0 140px 0;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec5-wrap {
    margin-top: 0;
    padding: 60px 0 60px 0;
  }
}

.coming-of-agepg-sec5-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .coming-of-agepg-sec5-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.maternitypg-sec1-wrap {
  margin-top: 136px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec1-wrap {
    margin-top: 0;
  }
}

.maternitypg-sec1-wrap .description {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec1-wrap .description {
    margin-top: 7px;
    font-size: 14px;
  }
}

.maternitypg-sec1-wrap .content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec1-wrap .content-wrap {
    margin-top: 41px;
    padding: 0 35px;
  }
}

.maternitypg-sec1-wrap .content-wrap .text-wrap {
  width: 665px;
  max-width: 100%;
  margin: 0 auto;
}

.maternitypg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }
}

.maternitypg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 31px;
  font-size: 15px;
  font-weight: 350;
  line-height: 2.2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.13;
    text-align: justify;
  }
}

.maternitypg-sec2-wrap {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap {
    margin-top: 84px;
  }
}

.maternitypg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .content-wrap {
    margin-top: 46px;
  }
}

.maternitypg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.maternitypg-sec2-wrap .item.option {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item.option {
    margin-top: 0;
  }
}

.maternitypg-sec2-wrap .item.option .head.type2 h3 {
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item.option .head.type2 h3 {
    font-size: 15px;
  }
}

.maternitypg-sec2-wrap .item.option .price-wrap.type3 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item.option .price-wrap.type3 {
    margin-top: 12px;
  }
}

.maternitypg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .head.bg1 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg1.jpg) center center/cover no-repeat;
  }
  .maternitypg-sec2-wrap .item .head.bg2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg2.jpg) center center/cover no-repeat;
  }
  .maternitypg-sec2-wrap .item .head.bg3 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg3.jpg) center center/cover no-repeat;
  }
}

.maternitypg-sec2-wrap .item .head.type1 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .head.type1 h3 {
    padding: 0 35px;
    font-size: 17px;
  }
}

.maternitypg-sec2-wrap .item .head.type1 h3 span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .head.type1 h3 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }
}

.maternitypg-sec2-wrap .item .head.type2 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .head.type2 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    font-size: 15px;
  }
}

.maternitypg-sec2-wrap .item .head .en {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
}

.maternitypg-sec2-wrap .item .head .jp {
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
}

.maternitypg-sec2-wrap .item .price-wrap.type1 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type1 {
    margin-top: 18px;
    padding: 0 35px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.maternitypg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type1 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type1 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type1 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type1 dt {
    font-size: 15px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type1 dt.type1 {
  font-weight: 400;
}

.maternitypg-sec2-wrap .item .price-wrap.type1 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type1 dt.type2 {
    width: 225px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type1 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type1 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type1 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type1 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type2 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type2 {
    margin-top: 22px;
    padding: 0 35px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.maternitypg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type2 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type2 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type2 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type2 dt {
    font-size: 15px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type2 dt.type1 {
  font-weight: 400;
}

.maternitypg-sec2-wrap .item .price-wrap.type2 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type2 dt.type2 {
    width: 225px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type2 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type2 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type2 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type2 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type3 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type3 {
    padding: 0 35px;
    margin-top: 18px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type3 dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
  }
  .maternitypg-sec2-wrap .item .price-wrap.type3 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type3 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type3 dt {
    font-size: 13px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type3 dt:after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: '';
  margin: 0 15px 0 15px;
  border-top: 2.5px dotted rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type3 dt:after {
    display: none;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type3 dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type3 dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type3 dd span {
  margin-right: 8px;
}

.maternitypg-sec2-wrap .item .price-wrap.type4 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type4 {
    margin-top: 38px;
    padding: 0 35px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.maternitypg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type4 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type4 dl.type3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.maternitypg-sec2-wrap .item .price-wrap.type4 dl.type3 dt span {
  display: block;
  margin-left: 0;
}

.maternitypg-sec2-wrap .item .price-wrap.type4 dt {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type4 dt {
    font-size: 18px;
    font-weight: 500;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type4 dt span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type4 dt span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}

.maternitypg-sec2-wrap .item .price-wrap.type4 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .price-wrap.type4 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.maternitypg-sec2-wrap .item .notes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .notes-wrap {
    padding: 0 35px;
  }
}

.maternitypg-sec2-wrap .item .notes-wrap .notes {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .notes-wrap .notes {
    padding: 0;
  }
}

.maternitypg-sec2-wrap .item .notes {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .notes {
    padding: 0 35px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap {
    margin-top: 14px;
  }
}

.maternitypg-sec2-wrap .item .detail-wrap p {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap p {
    margin-top: 5px;
    padding: 0 35px;
    font-size: 14px;
  }
}

.maternitypg-sec2-wrap .item .detail-wrap p + ul {
  margin-top: 10px;
}

.maternitypg-sec2-wrap .item .detail-wrap ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap ul {
    padding: 0 35px;
  }
}

.maternitypg-sec2-wrap .item .detail-wrap ul li {
  font-size: 14px;
  font-weight: 350;
  line-height: 1.85;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap ul li {
    font-size: 11px;
  }
}

.maternitypg-sec2-wrap .item .detail-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap .img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 21px;
  }
}

.maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img {
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img {
    width: 20%;
    margin-bottom: 20px;
  }
}

.maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img.or {
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img.or {
    width: 125px;
  }
}

.maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img.or .or-img {
  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;
}

.maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img.or .or-img img {
  margin: 0 3px;
}

.maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img img {
    width: 45px;
    height: 45px;
  }
}

.maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
    font-size: 10px;
  }
}

.maternitypg-sec3-wrap {
  margin-top: 100px;
  padding: 60px 0 140px 0;
  background: #f1efef;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec3-wrap {
    margin-top: 60px;
    padding: 60px 0 60px 0;
  }
}

.maternitypg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec3-wrap .content-wrap {
    width: 375px;
    margin-top: 30px;
    padding: 0 35px;
  }
}

.maternitypg-sec3-wrap .content-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.maternitypg-sec4-wrap {
  margin-top: 78px;
  padding: 60px 0 140px 0;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec4-wrap {
    margin-top: 0;
    padding: 60px 0 60px 0;
  }
}

.maternitypg-sec4-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .maternitypg-sec4-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.omiyamairipg-sec1-wrap {
  margin-top: 136px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec1-wrap {
    margin-top: 0;
  }
}

.omiyamairipg-sec1-wrap .description {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec1-wrap .description {
    margin-top: 7px;
    font-size: 14px;
  }
}

.omiyamairipg-sec1-wrap .content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec1-wrap .content-wrap {
    margin-top: 41px;
    padding: 0 35px;
  }
}

.omiyamairipg-sec1-wrap .content-wrap .text-wrap {
  width: 665px;
  max-width: 100%;
  margin: 0 auto;
}

.omiyamairipg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }
}

.omiyamairipg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 31px;
  font-size: 15px;
  font-weight: 350;
  line-height: 2.2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.13;
    text-align: justify;
  }
}

.omiyamairipg-sec2-wrap {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap {
    margin-top: 84px;
  }
}

.omiyamairipg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .content-wrap {
    margin-top: 46px;
  }
}

.omiyamairipg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.omiyamairipg-sec2-wrap .item.option {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item.option {
    margin-top: 0;
  }
}

.omiyamairipg-sec2-wrap .item.option .head.type2 h3 {
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item.option .head.type2 h3 {
    font-size: 15px;
  }
}

.omiyamairipg-sec2-wrap .item.option .price-wrap.type3 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item.option .price-wrap.type3 {
    margin-top: 12px;
  }
}

.omiyamairipg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .head.bg1 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg1.jpg) center center/cover no-repeat;
  }
  .omiyamairipg-sec2-wrap .item .head.bg2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg2.jpg) center center/cover no-repeat;
  }
  .omiyamairipg-sec2-wrap .item .head.bg3 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg3.jpg) center center/cover no-repeat;
  }
}

.omiyamairipg-sec2-wrap .item .head.type1 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .head.type1 h3 {
    padding: 0 35px;
    font-size: 17px;
  }
}

.omiyamairipg-sec2-wrap .item .head.type1 h3 span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .head.type1 h3 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }
}

.omiyamairipg-sec2-wrap .item .head.type2 h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .head.type2 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    font-size: 15px;
  }
}

.omiyamairipg-sec2-wrap .item .head .en {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
}

.omiyamairipg-sec2-wrap .item .head .jp {
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
}

.omiyamairipg-sec2-wrap .item .price-wrap.type1 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type1 {
    margin-top: 18px;
    padding: 0 35px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.omiyamairipg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type1 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type1 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type1 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type1 dt {
    font-size: 15px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type1 dt.type1 {
  font-weight: 400;
}

.omiyamairipg-sec2-wrap .item .price-wrap.type1 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type1 dt.type2 {
    width: 225px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type1 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type1 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type1 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type1 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type2 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type2 {
    margin-top: 22px;
    padding: 0 35px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.omiyamairipg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type2 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type2 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type2 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type2 dt {
    font-size: 15px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type2 dt.type1 {
  font-weight: 400;
}

.omiyamairipg-sec2-wrap .item .price-wrap.type2 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type2 dt.type2 {
    width: 225px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type2 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type2 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type2 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type2 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type3 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type3 {
    padding: 0 35px;
    margin-top: 18px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type3 dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
  }
  .omiyamairipg-sec2-wrap .item .price-wrap.type3 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type3 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type3 dt {
    font-size: 13px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type3 dt:after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: '';
  margin: 0 15px 0 15px;
  border-top: 2.5px dotted rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type3 dt:after {
    display: none;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type3 dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type3 dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type3 dd span {
  margin-right: 8px;
}

.omiyamairipg-sec2-wrap .item .price-wrap.type4 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type4 {
    margin-top: 38px;
    padding: 0 35px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.omiyamairipg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type4 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type4 dl.type3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.omiyamairipg-sec2-wrap .item .price-wrap.type4 dl.type3 dt span {
  display: block;
  margin-left: 0;
}

.omiyamairipg-sec2-wrap .item .price-wrap.type4 dt {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type4 dt {
    font-size: 18px;
    font-weight: 500;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type4 dt span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type4 dt span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}

.omiyamairipg-sec2-wrap .item .price-wrap.type4 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .price-wrap.type4 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.omiyamairipg-sec2-wrap .item .notes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .notes-wrap {
    padding: 0 35px;
  }
}

.omiyamairipg-sec2-wrap .item .notes-wrap .notes {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .notes-wrap .notes {
    padding: 0;
  }
}

.omiyamairipg-sec2-wrap .item .notes {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .notes {
    padding: 0 35px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .detail-wrap {
    margin-top: 14px;
  }
}

.omiyamairipg-sec2-wrap .item .detail-wrap ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .detail-wrap ul {
    padding: 0 35px;
  }
}

.omiyamairipg-sec2-wrap .item .detail-wrap ul li {
  font-size: 14px;
  font-weight: 350;
  line-height: 1.85;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .detail-wrap ul li {
    font-size: 11px;
  }
}

.omiyamairipg-sec2-wrap .item .detail-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .detail-wrap .img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 21px;
  }
}

.omiyamairipg-sec2-wrap .item .detail-wrap .img-wrap .img {
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .detail-wrap .img-wrap .img {
    width: 20%;
    margin-bottom: 20px;
  }
}

.omiyamairipg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.omiyamairipg-sec2-wrap .item .detail-wrap .img-wrap .img img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .detail-wrap .img-wrap .img img {
    width: 45px;
    height: 45px;
  }
}

.omiyamairipg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
    font-size: 10px;
  }
}

.omiyamairipg-sec3-wrap {
  margin-top: 100px;
  padding: 60px 0 140px 0;
  background: #f1efef;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec3-wrap {
    margin-top: 60px;
    padding: 60px 0 60px 0;
  }
}

.omiyamairipg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec3-wrap .content-wrap {
    width: 375px;
    margin-top: 30px;
    padding: 0 35px;
  }
}

.omiyamairipg-sec3-wrap .content-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.omiyamairipg-sec4-wrap {
  margin-top: 78px;
  padding: 60px 0 140px 0;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec4-wrap {
    margin-top: 0;
    padding: 60px 0 60px 0;
  }
}

.omiyamairipg-sec4-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .omiyamairipg-sec4-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.ceremonypg-sec1-wrap {
  margin-top: 136px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec1-wrap {
    margin-top: 0;
  }
}

.ceremonypg-sec1-wrap .description {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec1-wrap .description {
    margin-top: 7px;
    font-size: 14px;
  }
}

.ceremonypg-sec1-wrap .content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec1-wrap .content-wrap {
    margin-top: 41px;
    padding: 0 35px;
  }
}

.ceremonypg-sec1-wrap .content-wrap .text-wrap {
  width: 665px;
  max-width: 100%;
  margin: 0 auto;
}

.ceremonypg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }
}

.ceremonypg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 31px;
  font-size: 15px;
  font-weight: 350;
  line-height: 2.2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.13;
    text-align: justify;
  }
}

.ceremonypg-sec2-wrap {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap {
    margin-top: 84px;
  }
}

.ceremonypg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .content-wrap {
    margin-top: 46px;
  }
}

.ceremonypg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.ceremonypg-sec2-wrap .item.option {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item.option {
    margin-top: 0;
  }
}

.ceremonypg-sec2-wrap .item.option .head.type2 h3 {
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item.option .head.type2 h3 {
    font-size: 15px;
  }
}

.ceremonypg-sec2-wrap .item.option .price-wrap.type3 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item.option .price-wrap.type3 {
    margin-top: 12px;
  }
}

.ceremonypg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .head.bg1 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg1.jpg) center center/cover no-repeat;
  }
  .ceremonypg-sec2-wrap .item .head.bg2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg2.jpg) center center/cover no-repeat;
  }
  .ceremonypg-sec2-wrap .item .head.bg3 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg3.jpg) center center/cover no-repeat;
  }
}

.ceremonypg-sec2-wrap .item .head.type1 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .head.type1 h3 {
    padding: 0 35px;
    font-size: 17px;
  }
}

.ceremonypg-sec2-wrap .item .head.type1 h3 span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .head.type1 h3 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }
}

.ceremonypg-sec2-wrap .item .head.type2 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .head.type2 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    font-size: 15px;
  }
}

.ceremonypg-sec2-wrap .item .head .en {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
}

.ceremonypg-sec2-wrap .item .head .jp {
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
}

.ceremonypg-sec2-wrap .item .price-wrap.type1 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type1 {
    margin-top: 18px;
    padding: 0 35px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.ceremonypg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type1 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type1 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type1 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type1 dt {
    font-size: 15px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type1 dt.type1 {
  font-weight: 400;
}

.ceremonypg-sec2-wrap .item .price-wrap.type1 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type1 dt.type2 {
    width: 225px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type1 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type1 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type1 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type1 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type2 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type2 {
    margin-top: 22px;
    padding: 0 35px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.ceremonypg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type2 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type2 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type2 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type2 dt {
    font-size: 15px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type2 dt.type1 {
  font-weight: 400;
}

.ceremonypg-sec2-wrap .item .price-wrap.type2 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type2 dt.type2 {
    width: 225px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type2 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type2 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type2 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type2 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type3 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type3 {
    padding: 0 35px;
    margin-top: 18px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type3 dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
  }
  .ceremonypg-sec2-wrap .item .price-wrap.type3 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type3 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type3 dt {
    font-size: 13px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type3 dt:after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: '';
  margin: 0 15px 0 15px;
  border-top: 2.5px dotted rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type3 dt:after {
    display: none;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type3 dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type3 dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type3 dd span {
  margin-right: 8px;
}

.ceremonypg-sec2-wrap .item .price-wrap.type4 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type4 {
    margin-top: 38px;
    padding: 0 35px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.ceremonypg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type4 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type4 dl.type3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ceremonypg-sec2-wrap .item .price-wrap.type4 dl.type3 dt span {
  display: block;
  margin-left: 0;
}

.ceremonypg-sec2-wrap .item .price-wrap.type4 dt {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type4 dt {
    font-size: 18px;
    font-weight: 500;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type4 dt span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type4 dt span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}

.ceremonypg-sec2-wrap .item .price-wrap.type4 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .price-wrap.type4 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.ceremonypg-sec2-wrap .item .notes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .notes-wrap {
    padding: 0 35px;
  }
}

.ceremonypg-sec2-wrap .item .notes-wrap .notes {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .notes-wrap .notes {
    padding: 0;
  }
}

.ceremonypg-sec2-wrap .item .notes {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .notes {
    padding: 0 35px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .detail-wrap {
    margin-top: 14px;
  }
}

.ceremonypg-sec2-wrap .item .detail-wrap ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .detail-wrap ul {
    padding: 0 35px;
  }
}

.ceremonypg-sec2-wrap .item .detail-wrap ul li {
  font-size: 14px;
  font-weight: 350;
  line-height: 1.85;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .detail-wrap ul li {
    font-size: 11px;
  }
}

.ceremonypg-sec2-wrap .item .detail-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .detail-wrap .img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 21px;
  }
}

.ceremonypg-sec2-wrap .item .detail-wrap .img-wrap .img {
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .detail-wrap .img-wrap .img {
    width: 20%;
    margin-bottom: 20px;
  }
}

.ceremonypg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.ceremonypg-sec2-wrap .item .detail-wrap .img-wrap .img img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .detail-wrap .img-wrap .img img {
    width: 45px;
    height: 45px;
  }
}

.ceremonypg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
    font-size: 10px;
  }
}

.ceremonypg-sec3-wrap {
  margin-top: 100px;
  padding: 60px 0 140px 0;
  background: #f1efef;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec3-wrap {
    margin-top: 60px;
    padding: 60px 0 60px 0;
  }
}

.ceremonypg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec3-wrap .content-wrap {
    width: 375px;
    margin-top: 30px;
    padding: 0 35px;
  }
}

.ceremonypg-sec3-wrap .content-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ceremonypg-sec4-wrap {
  margin-top: 78px;
  padding: 60px 0 140px 0;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec4-wrap {
    margin-top: 0;
    padding: 60px 0 60px 0;
  }
}

.ceremonypg-sec4-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .ceremonypg-sec4-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.anniversarypg-sec1-wrap {
  margin-top: 136px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec1-wrap {
    margin-top: 0;
  }
}

.anniversarypg-sec1-wrap .description {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec1-wrap .description {
    width: 215px;
    margin: 0 auto;
    margin-top: 7px;
    font-size: 13px;
  }
}

.anniversarypg-sec1-wrap .description:before, .anniversarypg-sec1-wrap .description:after {
  position: absolute;
  top: 0;
  display: inline-block;
  content: '';
  width: 1px;
  height: 72px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec1-wrap .description:before, .anniversarypg-sec1-wrap .description:after {
    height: 35px;
  }
}

.anniversarypg-sec1-wrap .description:before {
  left: -25px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec1-wrap .description:before {
    left: -10px;
  }
}

.anniversarypg-sec1-wrap .description:after {
  right: -25px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec1-wrap .description:after {
    right: -10px;
  }
}

.anniversarypg-sec1-wrap .content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec1-wrap .content-wrap {
    margin-top: 41px;
    padding: 0 35px;
  }
}

.anniversarypg-sec1-wrap .content-wrap .text-wrap {
  width: 665px;
  max-width: 100%;
  margin: 0 auto;
}

.anniversarypg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }
}

.anniversarypg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 31px;
  font-size: 15px;
  font-weight: 350;
  line-height: 2.2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.13;
    text-align: justify;
  }
}

.anniversarypg-sec2-wrap {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap {
    margin-top: 84px;
  }
}

.anniversarypg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .content-wrap {
    margin-top: 46px;
  }
}

.anniversarypg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.anniversarypg-sec2-wrap .item.option {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item.option {
    margin-top: 0;
  }
}

.anniversarypg-sec2-wrap .item.option .head.type2 h3 {
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item.option .head.type2 h3 {
    font-size: 15px;
  }
}

.anniversarypg-sec2-wrap .item.option .price-wrap.type3 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item.option .price-wrap.type3 {
    margin-top: 12px;
  }
}

.anniversarypg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .head.bg1 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg1.jpg) center center/cover no-repeat;
  }
  .anniversarypg-sec2-wrap .item .head.bg2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg2.jpg) center center/cover no-repeat;
  }
  .anniversarypg-sec2-wrap .item .head.bg3 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg3.jpg) center center/cover no-repeat;
  }
}

.anniversarypg-sec2-wrap .item .head.type1 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .head.type1 h3 {
    padding: 0 35px;
    font-size: 17px;
  }
}

.anniversarypg-sec2-wrap .item .head.type1 h3 span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .head.type1 h3 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }
}

.anniversarypg-sec2-wrap .item .head.type2 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .head.type2 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    font-size: 15px;
  }
}

.anniversarypg-sec2-wrap .item .head .en {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
}

.anniversarypg-sec2-wrap .item .head .jp {
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
}

.anniversarypg-sec2-wrap .item .price-wrap.type1 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type1 {
    margin-top: 18px;
    padding: 0 35px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.anniversarypg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type1 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type1 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type1 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type1 dt {
    font-size: 15px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type1 dt.type1 {
  font-weight: 400;
}

.anniversarypg-sec2-wrap .item .price-wrap.type1 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type1 dt.type2 {
    width: 225px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type1 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type1 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type1 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type1 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type2 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type2 {
    margin-top: 22px;
    padding: 0 35px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.anniversarypg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type2 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type2 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type2 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type2 dt {
    font-size: 15px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type2 dt.type1 {
  font-weight: 400;
}

.anniversarypg-sec2-wrap .item .price-wrap.type2 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type2 dt.type2 {
    width: 225px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type2 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type2 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type2 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type2 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type3 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type3 {
    padding: 0 35px;
    margin-top: 18px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type3 dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
  }
  .anniversarypg-sec2-wrap .item .price-wrap.type3 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type3 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type3 dt {
    font-size: 13px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type3 dt:after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: '';
  margin: 0 15px 0 15px;
  border-top: 2.5px dotted rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type3 dt:after {
    display: none;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type3 dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type3 dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type3 dd span {
  margin-right: 8px;
}

.anniversarypg-sec2-wrap .item .price-wrap.type4 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type4 {
    margin-top: 38px;
    padding: 0 35px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.anniversarypg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type4 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type4 dl.type3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.anniversarypg-sec2-wrap .item .price-wrap.type4 dl.type3 dt span {
  display: block;
  margin-left: 0;
}

.anniversarypg-sec2-wrap .item .price-wrap.type4 dt {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type4 dt {
    font-size: 18px;
    font-weight: 500;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type4 dt span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type4 dt span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}

.anniversarypg-sec2-wrap .item .price-wrap.type4 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .price-wrap.type4 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.anniversarypg-sec2-wrap .item .notes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .notes-wrap {
    padding: 0 35px;
  }
}

.anniversarypg-sec2-wrap .item .notes-wrap .notes {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .notes-wrap .notes {
    padding: 0;
  }
}

.anniversarypg-sec2-wrap .item .notes {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .notes {
    padding: 0 35px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .detail-wrap {
    margin-top: 14px;
  }
}

.anniversarypg-sec2-wrap .item .detail-wrap ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .detail-wrap ul {
    padding: 0 35px;
  }
}

.anniversarypg-sec2-wrap .item .detail-wrap ul li {
  font-size: 14px;
  font-weight: 350;
  line-height: 1.85;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .detail-wrap ul li {
    font-size: 11px;
  }
}

.anniversarypg-sec2-wrap .item .detail-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .detail-wrap .img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 21px;
  }
}

.anniversarypg-sec2-wrap .item .detail-wrap .img-wrap .img {
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .detail-wrap .img-wrap .img {
    width: 20%;
    margin-bottom: 20px;
  }
}

.anniversarypg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.anniversarypg-sec2-wrap .item .detail-wrap .img-wrap .img img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .detail-wrap .img-wrap .img img {
    width: 45px;
    height: 45px;
  }
}

.anniversarypg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
    font-size: 10px;
  }
}

.anniversarypg-sec3-wrap {
  margin-top: 100px;
  padding: 60px 0 140px 0;
  background: #f1efef;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec3-wrap {
    margin-top: 60px;
    padding: 60px 0 60px 0;
  }
}

.anniversarypg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec3-wrap .content-wrap {
    width: 375px;
    margin-top: 30px;
    padding: 0 35px;
  }
}

.anniversarypg-sec3-wrap .content-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.anniversarypg-sec4-wrap {
  margin-top: 78px;
  padding: 60px 0 140px 0;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec4-wrap {
    margin-top: 0;
    padding: 60px 0 60px 0;
  }
}

.anniversarypg-sec4-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .anniversarypg-sec4-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.birthdaypg-sec1-wrap {
  margin-top: 136px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec1-wrap {
    margin-top: 0;
  }
}

.birthdaypg-sec1-wrap .description {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec1-wrap .description {
    margin-top: 7px;
    font-size: 14px;
  }
}

.birthdaypg-sec1-wrap .content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec1-wrap .content-wrap {
    margin-top: 41px;
    padding: 0 35px;
  }
}

.birthdaypg-sec1-wrap .content-wrap .text-wrap {
  width: 665px;
  max-width: 100%;
  margin: 0 auto;
}

.birthdaypg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }
}

.birthdaypg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 31px;
  font-size: 15px;
  font-weight: 350;
  line-height: 2.2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.13;
    text-align: justify;
  }
}

.birthdaypg-sec2-wrap {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap {
    margin-top: 84px;
  }
}

.birthdaypg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .content-wrap {
    margin-top: 46px;
  }
}

.birthdaypg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.birthdaypg-sec2-wrap .item.option {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item.option {
    margin-top: 0;
  }
}

.birthdaypg-sec2-wrap .item.option .head.type2 h3 {
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item.option .head.type2 h3 {
    font-size: 15px;
  }
}

.birthdaypg-sec2-wrap .item.option .price-wrap.type3 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item.option .price-wrap.type3 {
    margin-top: 12px;
  }
}

.birthdaypg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item.option .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .head.bg1 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg1.jpg) center center/cover no-repeat;
  }
  .birthdaypg-sec2-wrap .item .head.bg2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg2.jpg) center center/cover no-repeat;
  }
  .birthdaypg-sec2-wrap .item .head.bg3 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 250px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: url(../img/shichigosan/shichigosanpg-sec2-bg3.jpg) center center/cover no-repeat;
  }
}

.birthdaypg-sec2-wrap .item .head.type1 h3 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .head.type1 h3 {
    padding: 0 35px;
    font-size: 17px;
  }
}

.birthdaypg-sec2-wrap .item .head.type1 h3 span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .head.type1 h3 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }
}

.birthdaypg-sec2-wrap .item .head.type2 h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .head.type2 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    font-size: 15px;
  }
}

.birthdaypg-sec2-wrap .item .head .en {
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
}

.birthdaypg-sec2-wrap .item .head .jp {
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
}

.birthdaypg-sec2-wrap .item .price-wrap.type1 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type1 {
    margin-top: 18px;
    padding: 0 35px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.birthdaypg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type1 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type1 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type1 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type1 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type1 dt {
    font-size: 15px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type1 dt.type1 {
  font-weight: 400;
}

.birthdaypg-sec2-wrap .item .price-wrap.type1 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type1 dt.type2 {
    width: 225px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type1 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type1 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type1 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type1 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type2 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type2 {
    margin-top: 22px;
    padding: 0 35px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.birthdaypg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type2 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type2 dl.type2 {
  border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type2 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type2 dt {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type2 dt {
    font-size: 15px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type2 dt.type1 {
  font-weight: 400;
}

.birthdaypg-sec2-wrap .item .price-wrap.type2 dt.type2 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type2 dt.type2 {
    width: 225px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type2 dt span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 350;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type2 dt span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type2 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type2 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type3 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type3 {
    padding: 0 35px;
    margin-top: 18px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type3 dl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
  }
  .birthdaypg-sec2-wrap .item .price-wrap.type3 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type3 dl:not(:first-of-type) {
    margin-top: 5px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type3 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type3 dt {
    font-size: 13px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type3 dt:after {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: '';
  margin: 0 15px 0 15px;
  border-top: 2.5px dotted rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type3 dt:after {
    display: none;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type3 dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type3 dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type3 dd span {
  margin-right: 8px;
}

.birthdaypg-sec2-wrap .item .price-wrap.type4 {
  margin-top: 46px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type4 {
    margin-top: 38px;
    padding: 0 35px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type4 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.72;
  border-bottom: 1px solid #000;
}

.birthdaypg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type4 dl:not(:first-of-type) {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type4 dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type4 dl.type3 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.birthdaypg-sec2-wrap .item .price-wrap.type4 dl.type3 dt span {
  display: block;
  margin-left: 0;
}

.birthdaypg-sec2-wrap .item .price-wrap.type4 dt {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type4 dt {
    font-size: 18px;
    font-weight: 500;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type4 dt span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type4 dt span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
}

.birthdaypg-sec2-wrap .item .price-wrap.type4 dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .price-wrap.type4 dd {
    font-size: 15px;
    font-weight: 400;
  }
}

.birthdaypg-sec2-wrap .item .notes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .notes-wrap {
    padding: 0 35px;
  }
}

.birthdaypg-sec2-wrap .item .notes-wrap .notes {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .notes-wrap .notes {
    padding: 0;
  }
}

.birthdaypg-sec2-wrap .item .notes {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .notes {
    padding: 0 35px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .detail-wrap {
    margin-top: 14px;
  }
}

.birthdaypg-sec2-wrap .item .detail-wrap ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .detail-wrap ul {
    padding: 0 35px;
  }
}

.birthdaypg-sec2-wrap .item .detail-wrap ul li {
  font-size: 14px;
  font-weight: 350;
  line-height: 1.85;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .detail-wrap ul li {
    font-size: 11px;
  }
}

.birthdaypg-sec2-wrap .item .detail-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .detail-wrap .img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 0 21px;
  }
}

.birthdaypg-sec2-wrap .item .detail-wrap .img-wrap .img {
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .detail-wrap .img-wrap .img {
    width: 20%;
    margin-bottom: 20px;
  }
}

.birthdaypg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
  position: relative;
  left: -12px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .detail-wrap .img-wrap .img.adjustment h4 {
    left: -2px;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
  }
}

.birthdaypg-sec2-wrap .item .detail-wrap .img-wrap .img img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .detail-wrap .img-wrap .img img {
    width: 45px;
    height: 45px;
  }
}

.birthdaypg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec2-wrap .item .detail-wrap .img-wrap .img h4 {
    font-size: 10px;
  }
}

.birthdaypg-sec3-wrap {
  margin-top: 100px;
  padding: 60px 0 140px 0;
  background: #f1efef;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec3-wrap {
    margin-top: 60px;
    padding: 60px 0 60px 0;
  }
}

.birthdaypg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec3-wrap .content-wrap {
    width: 375px;
    margin-top: 30px;
    padding: 0 35px;
  }
}

.birthdaypg-sec3-wrap .content-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.birthdaypg-sec4-wrap {
  margin-top: 78px;
  padding: 60px 0 140px 0;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec4-wrap {
    margin-top: 0;
    padding: 60px 0 60px 0;
  }
}

.birthdaypg-sec4-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .birthdaypg-sec4-wrap .content-wrap {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.staffpg-sec1-wrap {
  margin-top: 90px;
  padding: 110px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .staffpg-sec1-wrap {
    margin-top: 60px;
    padding: 50px 0 0 0;
    border-bottom: 1px solid #4b4821;
  }
}

.staffpg-sec1-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .staffpg-sec1-wrap .content-wrap {
    margin-top: 50px;
  }
}

.staffpg-sec1-wrap .content-wrap .item-wrap {
  position: relative;
  width: 100%;
  min-height: 660px;
  margin-left: 26px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .staffpg-sec1-wrap .content-wrap .item-wrap {
    width: 100%;
    margin: 0 auto;
  }
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .staffpg-sec1-wrap .content-wrap .item-wrap .item {
    position: static;
    display: block;
  }
  .staffpg-sec1-wrap .content-wrap .item-wrap .item:not(:first-of-type) {
    margin-top: 36px;
  }
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item.hidden {
  display: none;
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .img {
  width: 500px;
  max-width: 100%;
  margin-left: 26px;
}

@media only screen and (max-width: 767px) {
  .staffpg-sec1-wrap .content-wrap .item-wrap .item .img {
    width: 305px;
    margin: 0 auto;
  }
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .content {
  width: 215px;
}

@media only screen and (max-width: 767px) {
  .staffpg-sec1-wrap .content-wrap .item-wrap .item .content {
    width: 100%;
    margin-top: 36px;
    padding: 30px 35px 40px 35px;
    background: #e6de5f;
    text-align: center;
  }
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .content h3 {
  font-family: trade-gothic-next, sans-serif;
  font-size: 19px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .staffpg-sec1-wrap .content-wrap .item-wrap .item .content h3 {
    position: relative;
    margin-top: 13px;
    color: #4b4821;
    font-weight: 400;
  }
  .staffpg-sec1-wrap .content-wrap .item-wrap .item .content h3:before {
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: '';
    width: 250px;
    height: 1px;
    background: #4b4821;
  }
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .content p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.08;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .staffpg-sec1-wrap .content-wrap .item-wrap .item .content p {
    margin-top: 20px;
    color: #4b4821;
    font-weight: 300;
  }
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .content p.number {
  margin-top: 0;
  color: #fff;
  font-family: trade-gothic-next, sans-serif;
  font-size: 10px;
  font-weight: 350;
  text-align: center;
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .content p.occupation {
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .content .profile {
  margin-top: 10px;
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .content .profile dl {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.93;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .staffpg-sec1-wrap .content-wrap .item-wrap .item .content .profile dl {
    color: #4b4821;
    font-weight: 300;
  }
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .content .profile dl:not(:first-of-type) {
  margin-top: 5px;
}

.staffpg-sec1-wrap .content-wrap .item-wrap .item .content .profile dl dt {
  font-size: 13px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .staffpg-sec1-wrap .content-wrap .item-wrap .item .content .profile dl dt {
    font-size: 12px;
    font-weight: 400;
  }
}

.newspg-sec1-wrap {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap {
    margin-top: 50px;
  }
}

.newspg-sec1-wrap .inner {
  width: 966px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 110px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .inner {
    padding-top: 50px;
  }
}

.newspg-sec1-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .item-wrap {
    display: block;
    margin-top: 50px;
    padding: 0 35px;
  }
}

.newspg-sec1-wrap .item-wrap .news-item {
  display: block;
  width: 300px;
  max-width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .item-wrap .news-item {
    margin: 0 auto;
  }
  .newspg-sec1-wrap .item-wrap .news-item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.newspg-sec1-wrap .item-wrap .news-item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.newspg-sec1-wrap .item-wrap .news-item .content {
  margin-top: 10px;
}

.newspg-sec1-wrap .item-wrap .news-item .content .head {
  height: 64px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .item-wrap .news-item .content .head {
    height: auto;
  }
}

.newspg-sec1-wrap .item-wrap .news-item .content .head .date {
  font-family: trade-gothic-next, sans-serif;
  font-size: 12px;
  font-weight: 350;
}

.newspg-sec1-wrap .item-wrap .news-item .content .head .date .week {
  margin-left: 5px;
}

.newspg-sec1-wrap .item-wrap .news-item .content .head .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.58;
}

.newspg-sec1-wrap .item-wrap .news-item .content .text p {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.4;
}

.postpg-sec1-wrap {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap {
    margin-top: 50px;
  }
}

.postpg-sec1-wrap .inner {
  width: 864px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 110px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .inner {
    padding-top: 50px;
  }
}

.post-item {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .post-item {
    margin-top: 50px;
    padding: 0 35px;
  }
}

.post-item .post-img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.post-item .head {
  margin-top: 20px;
  text-align: center;
}

.post-item .head .title {
  font-family: "Noto Serif JP", serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .post-item .head .title {
    font-size: 22px;
  }
}

.post-item .head .date {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  text-indent: 2px;
}

@media only screen and (max-width: 767px) {
  .post-item .head .date {
    margin-top: 11px;
    font-size: 16px;
  }
}

.post-item .head .date .week {
  margin-left: 10px;
  letter-spacing: 1px;
}

.post-item .content {
  margin-top: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  .post-item .content {
    margin-top: 17px;
  }
}

.post-item .content h3 {
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1.5px solid #1a1a1a;
}

@media only screen and (max-width: 767px) {
  .post-item .content h3 {
    font-size: 18px;
  }
}

.post-item .content h4 {
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  border-left: 1.5px solid #1a1a1a;
}

@media only screen and (max-width: 767px) {
  .post-item .content h4 {
    padding: 0 0 0 10px;
    font-size: 18px;
  }
}

.post-item .content p {
  font-size: 15px;
  line-height: 1.75;
}

.post-item .content p + .gallery-columns-2, .post-item .content p + .gallery-columns-3 {
  margin-top: 10px;
}

.post-item .content img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
  vertical-align: bottom;
}

.post-item .content iframe {
  max-width: 100%;
  margin: 10px auto;
}

.post-item .content a {
  color: #0000ee;
  text-decoration: underline;
}

@media print, screen and (min-width: 1001px) {
  .post-item .content a:hover {
    text-decoration: none;
  }
}

.gallery-columns-2, .gallery-columns-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .gallery-columns-2, .gallery-columns-3 {
    display: block;
  }
}

.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
    width: 100%;
    margin-bottom: 0;
  }
}

.gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.gallery-columns-2 .gallery-caption, .gallery-columns-3 .gallery-caption {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .gallery-columns-2 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-3 .gallery-item {
  width: 33.333333%;
}

@media only screen and (max-width: 767px) {
  .gallery-columns-3 .gallery-item {
    width: 100%;
  }
}

.back-to-index {
  position: relative;
  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;
  max-width: 864px;
  margin: 0 auto;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .back-to-index {
    margin-top: 30px;
  }
}

.back-to-index a {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
}

@media print, screen and (min-width: 1001px) {
  .back-to-index a:hover {
    color: #e6de5f;
  }
}

@media only screen and (max-width: 767px) {
  .back-to-index a {
    display: block;
    width: 30%;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-index a.back {
  position: absolute;
  top: 0;
  left: 250px;
}

@media only screen and (max-width: 767px) {
  .back-to-index a.back {
    left: 0;
  }
}

.back-to-index a.next {
  position: absolute;
  top: 0;
  right: 250px;
}

@media only screen and (max-width: 767px) {
  .back-to-index a.next {
    right: 0;
  }
}

.pagination-wrap {
  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;
  margin-top: 30px;
}

.pagination {
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination span, .pagination a {
  display: block;
  margin: 0 8px;
  padding: 15px 17px 11px 16px;
  text-decoration: none;
  width: auto;
  border: 1px solid #000;
  color: #1a1a1a;
}

@media only screen and (max-width: 767px) {
  .pagination span, .pagination a {
    margin: 0 2.5px;
    padding: 9px 12px 7px 12px;
  }
}

.pagination a:hover {
  color: #fff;
  background: #000;
}

.pagination .current {
  padding: 15px 17px 11px 16px;
  border: 1px solid #000;
  color: #fff;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .pagination .current {
    padding: 9px 12px 7px 12px;
  }
}

.pagination .next, .pagination .prev {
  font-weight: bold;
  border: none;
}

.blogpg-sec1-wrap {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap {
    margin-top: 50px;
  }
}

.blogpg-sec1-wrap .inner {
  width: 966px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 110px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .inner {
    padding-top: 50px;
  }
}

.blogpg-sec1-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .item-wrap {
    display: block;
    margin-top: 50px;
    padding: 0 35px;
  }
}

.blogpg-sec1-wrap .item-wrap .blog-item {
  display: block;
  width: 300px;
  max-width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .item-wrap .blog-item {
    margin: 0 auto;
  }
  .blogpg-sec1-wrap .item-wrap .blog-item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.blogpg-sec1-wrap .item-wrap .blog-item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.blogpg-sec1-wrap .item-wrap .blog-item .content {
  margin-top: 10px;
}

.blogpg-sec1-wrap .item-wrap .blog-item .content .head {
  height: 64px;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .item-wrap .blog-item .content .head {
    height: auto;
  }
}

.blogpg-sec1-wrap .item-wrap .blog-item .content .head .date {
  font-family: trade-gothic-next, sans-serif;
  font-size: 12px;
  font-weight: 350;
}

.blogpg-sec1-wrap .item-wrap .blog-item .content .head .date .week {
  margin-left: 5px;
}

.blogpg-sec1-wrap .item-wrap .blog-item .content .head .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.58;
}

.blogpg-sec1-wrap .item-wrap .blog-item .content .text p {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.4;
}

.contactpg-wrap {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap {
    margin-top: 60px;
  }
}

.contactpg-wrap .inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 110px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .inner {
    padding: 50px 35px 60px 35px;
  }
}

.contactpg-wrap .description-wrap {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .description-wrap {
    margin-top: 50px;
  }
}

.contactpg-wrap .description-wrap p {
  font-size: 15px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .description-wrap p {
    font-size: 14px;
  }
}

.contactpg-wrap .description-wrap .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.contactpg-wrap .description-wrap .tel dt {
  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;
  width: 180px;
  height: 35px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 350;
  letter-spacing: 1px;
  text-indent: 1px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .description-wrap .tel dt {
    width: 130px;
    height: 30px;
    font-size: 14px;
  }
}

.contactpg-wrap .description-wrap .tel dd {
  margin-left: 20px;
  font-family: trade-gothic-next, sans-serif;
  font-size: 34px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .description-wrap .tel dd {
    margin-left: 10px;
    font-size: 24px;
    white-space: nowrap;
  }
}

.form-wrap {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .form-wrap {
    margin-top: 40px;
  }
}

.form-wrap dl {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .form-wrap dl {
    padding: 20px 0  15px 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
}

.form-wrap dl:first-child {
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .form-wrap dl:first-child {
    border-top: 1px solid #e6e6e6;
  }
}

.form-wrap dl.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap dl.textarea dt {
  margin-top: 10px;
}

.form-wrap dl.textarea dd textarea {
  min-height: 220px;
}

@media only screen and (max-width: 767px) {
  .form-wrap dl.textarea dd textarea {
    min-height: 150px;
  }
}

.form-wrap dt {
  width: 270px;
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .form-wrap dt {
    font-size: 13px;
    display: block;
    width: 100%;
  }
}

.form-wrap dd {
  width: 550px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .form-wrap dd {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border: 1px solid #d0d5d8;
  border-radius: 0;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea {
    padding: 5px 10px;
  }
}

.consent-wrap {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .consent-wrap {
    margin-top: 30px;
  }
}

.consent-wrap .consent .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .consent-wrap .consent .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }
}

.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

.consent-wrap .consent a {
  font-size: 13px;
  text-decoration: underline;
}

.consent-wrap .link {
  margin-top: 20px;
}

.consent-wrap .link a {
  font-size: 14px;
  opacity: 0.7;
  text-decoration: underline;
}

@media print, screen and (min-width: 1001px) {
  .consent-wrap .link a:hover {
    text-decoration: none;
  }
}

input[type="checkbox"] {
  display: none;
}

.wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.2;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 15px;
  }
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #d0d0d0;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    top: 2px;
  }
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #1a1a1a;
  border-right: 3px solid #1a1a1a;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}

input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6.5px;
  left: 4.6px;
  width: 6px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #003189), to(#07356d));
  background: -webkit-linear-gradient(left, #003189 45%, #07356d);
  background: -o-linear-gradient(left, #003189 45%, #07356d);
  background: linear-gradient(90deg, #003189 45%, #07356d);
  border-radius: 50%;
}

.submit-wrap {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .submit-wrap {
    margin-top: 30px;
  }
}

input.wpcf7-submit, p.wpcf7-submit {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  height: 70px;
  color: #fff;
  font-size: 15px;
  line-height: 70px;
  background: #1a1a1a;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

.ajax-loader {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  padding: 5px;
  background: #fff !important;
  color: #ff5555 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-validation-errors {
  max-width: 100%;
  margin: 20px auto !important;
  padding: 7px 10px !important;
  color: #ff5555 !important;
  text-align: center;
  border: 2px solid #ff5555 !important;
}

.wpcf7-mail-sent-ok {
  max-width: 100%;
  color: #1a1a1a;
  font-weight: bold;
  padding: 7px 10px 5px 10px !important;
  border: 2px solid #1a1a1a !important;
  text-align: center;
  margin: 20px auto !important;
}

.privacypg-sec1-wrap {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap {
    margin-top: 50px;
  }
}

.privacypg-sec1-wrap .inner {
  width: 864px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 110px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner {
    padding: 50px 35px 60px 35px;
  }
}

.privacypg-sec1-wrap .inner .privacypg-heading-wrap {
  margin-top: 174px;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner .privacypg-heading-wrap {
    margin-top: 80px;
  }
}

.privacypg-sec1-wrap .inner .privacypg-heading-wrap h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner .privacypg-heading-wrap h2 {
    font-size: 18px;
  }
}

.privacypg-sec1-wrap .inner .privacypg-heading-wrap .description {
  margin-top: 39px;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.75;
  text-align: left;
}

.privacypg-sec1-wrap .inner .item:not(:first-of-type) {
  margin-top: 36px;
}

.privacypg-sec1-wrap .inner .item h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner .item h3 {
    font-size: 17px;
  }
}

.privacypg-sec1-wrap .inner .item p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.75;
}

.privacypg-sec1-wrap .inner .item p.info {
  margin-top: 30px;
  line-height: 1.75;
}

.privacypg-sec1-wrap .inner .item ul {
  list-style: none;
}

.privacypg-sec1-wrap .inner .item ul li {
  padding-left: 0.5em;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.75;
  text-indent: -0.5em;
}

.sitemappg-sec1-wrap {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .sitemappg-sec1-wrap {
    margin-top: 50px;
  }
}

.sitemappg-sec1-wrap .inner {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 110px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .sitemappg-sec1-wrap .inner {
    padding: 50px 35px 60px 35px;
  }
}

.sitemappg-sec1-wrap .inner .sitemap-item-wrap {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .sitemappg-sec1-wrap .inner .sitemap-item-wrap {
    margin-top: 50px;
  }
}

.sitemappg-sec1-wrap .inner .sitemap-item-wrap ul {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .sitemappg-sec1-wrap .inner .sitemap-item-wrap ul {
    display: block;
  }
}

.sitemappg-sec1-wrap .inner .sitemap-item-wrap ul li {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .sitemappg-sec1-wrap .inner .sitemap-item-wrap ul li {
    width: 100%;
    padding: 0;
  }
}

.sitemappg-sec1-wrap .inner .sitemap-item-wrap ul li a:before {
  content: '■';
  color: #e6de5f;
  margin-right: 10px;
}

@media print, screen and (min-width: 1001px) {
  .sitemappg-sec1-wrap .inner .sitemap-item-wrap ul li a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .sitemappg-sec1-wrap .inner .sitemap-item-wrap ul li a {
    display: block;
    padding: 15px 0;
  }
}
