/* Generated by less 2.5.1 */
*,
*::after,
*::before {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
body {
  background-color: #fff;
  height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
textarea {
  resize: none;
}
input[type="submit"],
input[type="button"],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
select {
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
  border-radius: 0;
}
ul {
  zoom: 1;
}
ul:after {
  content: "";
  display: block;
  clear: both;
}
ul.list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
ol.list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
#page-loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100002;
}
#page-loading .bg {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
}
#page-loading svg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
}
#pagenation {
  padding: 20px 10px 20px 10px;
  font-size: 14px;
}
#pagenation ul li {
  float: left;
}
#pagenation ul li:not(:last-child) {
  margin-right: 1em;
}
#pagenation ul li.active {
  font-weight: bold;
  text-decoration: underline;
}
.mobile-nav {
  position: fixed;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 110px;
  display: none;
}
@media (max-width: 960px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav ul {
  width: 100%;
  height: 100%;
}
.mobile-nav ul li {
  float: left;
  width: 25%;
  height: 100%;
  border-bottom: 1px solid #999;
}
.mobile-nav ul li:not(:last-child) {
  border-right: 1px solid #999;
}
.mobile-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 20px;
  transition: opacity 0.5s ease-out;
}
.mobile-nav ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
.mobile-nav ul li a .icon {
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto;
}
.mobile-menu {
  position: fixed;
  z-index: 11;
  background-color: #fff;
  width: 100%;
  min-width: 800px;
  height: 100%;
  font-family: 'Varela', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 150px 0;
  overflow: scroll;
}
.mobile-menu .mobile-menu-close {
  position: fixed;
  top: 20px;
  right: 40px;
  font-size: 50px;
  transition: opacity 0.5s ease-out;
}
.mobile-menu .mobile-menu-close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
.mobile-menu ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mobile-menu ul li {
  margin-bottom: 40px;
}
.mobile-menu ul li a {
  transition: opacity 0.5s ease-out;
}
.mobile-menu ul li a.active {
  color: #999;
}
.mobile-menu ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
.mobile-menu ul li:last-child {
  padding-top: 20px;
}
.mobile-menu ul li:last-child a:not(:last-child) {
  margin-right: 20px;
}
.totop {
  background-color: #45839B;
  color: #fff;
  font-family: 'Varela', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 10px 0 0 10px;
  position: fixed;
  right: 0px;
  bottom: 150px;
  z-index: 1;
}
.totop img {
  margin-bottom: 10px;
}
.side {
  position: fixed;
  height: 100%;
  width: 350px;
  float: left;
  overflow: scroll;
}
@media (max-width: 960px) {
  .side {
    display: none;
  }
}
.side header {
  position: relative;
  height: 100%;
  min-height: 880px;
}
.side header h1 {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.side header nav {
  position: absolute;
  top: 300px;
  left: 80px;
}
.side header nav ul {
  font-family: 'Varela', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.side header nav ul li a {
  position: relative;
  display: block;
}
.side header nav ul li a::before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 70px;
  position: absolute;
  top: 0.5em;
  left: -160px;
  opacity: 0;
  transition: 0.5s ease-out;
}
.side header nav ul li a::after {
  content: attr(data-sub);
  display: block;
  font-size: 12px;
  color: #E9A9A5;
  letter-spacing: 0em;
  padding-top: 5px;
  opacity: 0;
  transition: 0.5s ease-out;
}
.side header nav ul li a:hover::before {
  opacity: 1;
  left: -80px;
}
.side header nav ul li a:hover::after {
  opacity: 1;
}
.side header nav ul li:not(:last-child) {
  margin-bottom: 20px;
}
.side header .other {
  position: absolute;
  bottom: 80px;
  left: 30px;
}
.side header .other .sns {
  margin-bottom: 10px;
}
.side header .other .sns li {
  float: left;
}
.side header .other .sns li a {
  font-size: 12px;
  color: #8EB3BC;
  letter-spacing: 0.1em;
  width: 140px;
  height: 40px;
}
.side header .other .sns li a img {
  margin-right: 0.5em;
}
.side header .other .sns li:not(:last-child) {
  margin-right: 10px;
}
.side header .other .anker li:not(:last-child) {
  margin-bottom: 10px;
}
.side header .other .anker li a {
  font-size: 14px;
  color: #4D4D4D;
  letter-spacing: 0.1em;
  text-align: center;
  height: 60px;
}
.side header .other .anker li a .icon {
  width: 30%;
}
.side header .other .anker li a .box {
  text-indent: 0.1em;
  width: 50%;
}
.side header small {
  font-family: 'Varela', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  color: #8C918C;
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 50px;
}
.side .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  opacity: .999;
  border-radius: 3px;
  transition: 0.5s ease-out;
}
.side .btn-border-o {
  background-color: transparent;
  border: 1px solid #D3D3D3;
}
.side .btn-border-o:before,
.side .btn-border-o:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  box-sizing: content-box;
  border-color: #4588a0;
  transition: 0.5s ease-out;
}
.side .btn-border-o:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
  transition-delay: 0.05s;
}
.side .btn-border-o:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: 0;
  left: -1px;
}
.side .btn-border-o:hover {
  border-color: #4588a0;
}
.side .btn-border-o:hover:before {
  width: 100%;
}
.side .btn-border-o:hover:after {
  height: 100%;
}
.wrapper {
  width: calc(100% - 350px);
  float: right;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 960px) {
  .wrapper {
    width: 100%;
    float: none;
    padding-top: 110px;
  }
}
.wrapper main .access h2,
.wrapper main .price h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-family: 'Josefin Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
}
.wrapper main .access h2::before,
.wrapper main .price h2::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #000;
  width: 35px;
  margin-right: 20px;
}
.wrapper main .access h2::after,
.wrapper main .price h2::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #000;
  width: 260px;
  margin-left: 20px;
}
.wrapper main .access h3,
.wrapper main .price h3 {
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 2em;
  color: #333333;
  margin-bottom: 20px;
}
.wrapper main .access .more,
.wrapper main .price .more {
  color: #fff;
  background-color: #45829A;
  font-family: 'Josefin Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  padding-top: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 220px;
  height: 45px;
  letter-spacing: 0.2em;
  transition: 0.5s ease-out;
}
.wrapper main .access .more:hover,
.wrapper main .price .more:hover {
  border-radius: 10px;
}
.wrapper main .access {
  background-color: #f4f3f2;
}
.wrapper main .access .inner {
  margin: 0 auto;
  max-width: 930px;
  padding: 80px 80px;
  position: relative;
}
.wrapper main .access h2::after {
  width: 100% !important;
}
.wrapper main .access h3 {
  font-family: 'Josefin Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}
.wrapper main .access .blocks {
  zoom: 1;
}
.wrapper main .access .blocks:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper main .access .blocks .block-a {
  width: 50%;
  float: left;
  padding: 20px;
}
.wrapper main .access .blocks .block-b {
  width: 50%;
  float: left;
}
.wrapper main .access dl {
  font-size: 14px;
}
.wrapper main .access dl dt {
  padding: 0;
  width: 80px;
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  line-height: 1.4em;
}
.wrapper main .access dl dd {
  width: 100%;
  border-bottom: 1px dotted #C5CBC5;
  padding-left: 100px;
  padding-bottom: 15px;
  line-height: 1.4em;
}
.wrapper main .access dl dd:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .wrapper main .access .blocks .block-a {
    width: 100%;
    float: none;
    padding: 20px;
    margin-bottom: 50px;
  }
  .wrapper main .access .blocks .block-b {
    margin-left: -80px;
    width: calc(100% + 160px);
    float: none;
  }
}
.wrapper main .price {
  background-color: #F4F2EF;
}
.wrapper main .price.maternity {
  margin-top: 150px;
  padding-top: 150px;
}
.wrapper main .price .inner {
  margin: 0 auto;
  max-width: 930px;
  padding: 80px 80px;
  position: relative;
}
.wrapper main .price h2 {
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.1em;
}
.wrapper main .price h2::before,
.wrapper main .price h2::after {
  display: none !important;
}
.wrapper main .price .maternity_imgs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: absolute;
  top: -300px;
  left: 40px;
  z-index: 1;
  width: calc(100% - 80px);
}
.wrapper main .price .maternity_imgs .img {
  width: calc(100% / 3 - 10px);
  height: 330px;
}
.wrapper main .price .maternity_imgs .img:nth-child(2) {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.wrapper main .price .maternity_imgs .img:nth-child(3) {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.wrapper main .price .block4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.wrapper main .price .block4 .plan {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.wrapper main .price .block4 .plan::before {
  content: "";
  display: block;
  border-top: 1px dashed #666666;
}
.wrapper main .price .block4 .plan::after {
  content: "";
  display: block;
  border-top: 1px dashed #666666;
}
.wrapper main .price .block4 .plan .circle {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background-color: #AD7676;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.6em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 30px;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wrapper main .price .block4 .plan .circle span {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.wrapper main .price .block4 .plan h3 {
  text-align: center;
  font-family: 'Varela', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  margin-bottom: 0;
  padding-top: 40px;
}
.wrapper main .price .block4 .plan h3::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  width: 140px;
  height: 140px;
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}
.wrapper main .price .block4 .plan h3.tora::before {
  background-image: url(../img/newborn_price_h_01@2x.png);
}
.wrapper main .price .block4 .plan h3.mini::before {
  background-image: url(../img/newborn_price_h_02@2x.png);
}
.wrapper main .price .block4 .plan h3.basic::before {
  background-image: url(../img/newborn_price_h_03@2x.png);
}
.wrapper main .price .block4 .plan .ja {
  color: #998675;
  text-align: center;
  font-family: 'Varela', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 20px;
}
.wrapper main .price .block4 .plan .imgs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
.wrapper main .price .block4 .plan .imgs .img {
  height: 140px;
}
.wrapper main .price .block4 .plan .imgs.one .img {
  width: 100%;
}
.wrapper main .price .block4 .plan .imgs.two .img {
  width: 50%;
}
.wrapper main .price .block4 .plan .imgs.three .img {
  width: 33.33333333%;
}
.wrapper main .price .block4 .plan .yen {
  font-size: 50px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.wrapper main .price .block4 .plan .yen .currency {
  font-size: 30px;
}
.wrapper main .price .block4 .plan .yen .tax {
  font-size: 24px;
}
.wrapper main .price .block4 .plan .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.wrapper main .price .block4 .plan .content li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: calc(100% / 2 - 5px);
  height: 30px;
  background-color: #B8A4A4;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.wrapper main .price .block4 .plan .content li.wide {
  width: 100%;
}
.wrapper main .price .block4 .plan .content::after {
  display: none;
}
.wrapper main .price .block4 .plan p {
  font-size: 14px;
  line-height: 1.6em;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wrapper main .price .block4 .plan .caution {
  max-width: 450px;
  color: #B59191;
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.6em;
  margin-bottom: 20px;
}
@media (max-width: 1220px) {
  .wrapper main .price .block4 .plan p {
    font-size: 16px;
    text-align: center;
  }
}
.wrapper main .price .block4 .half {
  width: calc(100% / 2 - 10px);
}
@media (max-width: 1220px) {
  .wrapper main .price .block4 .half {
    width: 100%;
  }
  .wrapper main .price .block4 .half .imgs .img {
    height: 240px;
  }
}
.wrapper main .price .block4 .ticket {
  margin-top: 60px;
  background-color: #E5DDDC;
  width: 100%;
  padding: 30px;
  position: relative;
  margin-bottom: 40px;
}
.wrapper main .price .block4 .ticket::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #F4F2EF;
  position: absolute;
  right: -30px;
  top: -30px;
}
.wrapper main .price .block4 .ticket::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #F4F2EF;
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.wrapper main .price .block4 .ticket .circle {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background-color: #AD7676;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 30px;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wrapper main .price .block4 .ticket .wrap {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrapper main .price .block4 .ticket .wrap::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #F4F2EF;
  position: absolute;
  left: -30px;
  bottom: -30px;
}
.wrapper main .price .block4 .ticket h3 {
  font-family: 'Varela', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  line-height: 1em;
  width: 100%;
}
.wrapper main .price .block4 .ticket .ja {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.wrapper main .price .block4 .ticket .img {
  width: 100%;
  max-width: 260px;
  height: 165px;
}
@media (max-width: 1220px) {
  .wrapper main .price .block4 .ticket .img {
    max-width: 100%;
    height: 320px;
    margin-bottom: 10px;
  }
}
.wrapper main .price .block4 .ticket .txt {
  width: calc(100% - 260px);
  padding: 0 20px;
}
@media (max-width: 1220px) {
  .wrapper main .price .block4 .ticket .txt {
    width: 100%;
  }
  .wrapper main .price .block4 .ticket .txt .yen {
    text-align: center;
  }
}
.wrapper main .price .block4 .ticket .txt .yen {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 45px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.wrapper main .price .block4 .ticket .txt .yen .currency {
  font-size: 30px;
}
.wrapper main .price .block4 .ticket .txt .yen .tax {
  font-size: 24px;
}
.wrapper main .price .block4 .ticket .txt p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.wrapper main .price .block4 .ticket .txt .caution {
  color: #868686;
  font-size: 14px;
  line-height: 1.4em;
}
.wrapper main .price .block4 .other {
  text-align: center;
  font-size: 16px;
  width: 100%;
}
.wrapper main .price .block3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrapper main .price .block3 h3 {
  text-align: center;
  font-family: 'Varela', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.wrapper main .price .block3 h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 16px;
  background-image: url(../img/common_price_deco_01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.wrapper main .price .block3 .ja {
  color: #AE9C9C;
  text-align: center;
  margin-bottom: 20px;
}
.wrapper main .price .block3 .half {
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% / 2 - 15px);
  padding: 20px 0;
  margin-bottom: 30px;
}
.wrapper main .price .block3 .half .imgs {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}
.wrapper main .price .block3 .half .imgs .img {
  width: 50%;
  height: 100%;
}
.wrapper main .price .block3 .half .yen {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.wrapper main .price .block3 .half p {
  text-align: center;
  line-height: 1.6em;
  font-size: 14px;
  margin-bottom: 30px;
}
.wrapper main .price .block3 .half a {
  display: -webkit-flex;
  display: flex;
  width: 240px;
  height: 45px;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #989898;
  color: #fff;
  transition: opacity 0.5s ease-out;
  margin: 0 auto;
}
.wrapper main .price .block3 .half a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
@media (max-width: 1220px) {
  .wrapper main .price .block3 .half {
    width: calc(100%);
  }
  .wrapper main .price .block3 .half .imgs {
    height: 260px;
  }
  .wrapper main .price .block3 .half .yen {
    font-size: 50px;
  }
}
.wrapper main .price .block3 .full {
  background-color: #fff;
  border-radius: 10px;
  width: calc(100%);
  padding: 20px 10px;
}
.wrapper main .price .block3 .full ul {
  max-width: 560px;
  margin: 0 auto;
}
.wrapper main .price .block3 .full ul li {
  border-top: 1px solid #989898;
}
.wrapper main .price .block3 .full ul li:last-child {
  border-bottom: 1px solid #989898;
}
.wrapper main .price .block3 .full ul li a {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  transition: opacity 0.5s ease-out;
}
.wrapper main .price .block3 .full ul li a .img {
  width: 100%;
  max-width: 210px;
  height: 140px;
}
.wrapper main .price .block3 .full ul li a .txt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  padding: 0 0 0 20px;
}
.wrapper main .price .block3 .full ul li a .txt h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
.wrapper main .price .block3 .full ul li a .txt p {
  line-height: 1.6em;
}
.wrapper main .price .block3 .full ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
@media (max-width: 1220px) {
  .wrapper main .price .block3 .full a {
    padding: 20px 10px !important;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .wrapper main .price .block3 .full a .img {
    max-width: 100% !important;
    height: 240px !important;
    margin-bottom: 25px;
  }
  .wrapper main .price .block3 .full a .txt {
    text-align: center;
  }
  .wrapper main .price .block3 .full a .txt h4 {
    font-size: 22px;
  }
  .wrapper main .price .block3 .full a .txt p {
    font-size: 1.1em;
  }
}
.wrapper main .price .block2 h3 {
  margin: 0;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: 'Varela', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.wrapper main .price .block2 .plan {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.wrapper main .price .block2 .plan::before {
  content: "";
  border-top: 1px dotted #000;
  display: block;
}
.wrapper main .price .block2 .plan::after {
  content: "";
  border-top: 1px dotted #000;
  display: block;
}
.wrapper main .price .block2 .warp {
  margin: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .wrapper main .price .block2 .warp {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
.wrapper main .price .block2 .warp h3 {
  font-size: 19px;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.wrapper main .price .block2 .warp h3.tora {
  background-image: url(../img/newborn_price_tora_bg.png);
}
.wrapper main .price .block2 .warp h3.basic {
  background-image: url(../img/newborn_price_basic_bg.png);
}
.wrapper main .price .block2 .warp h3.design {
  background-image: url(../img/newborn_price_design_bg.png);
}
.wrapper main .price .block2 .warp .kakaku {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 50px;
  letter-spacing: 0.05em;
}
.wrapper main .price .block2 .warp .kakaku .yen {
  font-size: 18px;
  margin-left: 10px;
}
.wrapper main .price .block2 .warp ul {
  display: inline-block;
  width: 220px;
  font-size: 14px;
}
.wrapper main .price .block2 .warp ul li {
  background-color: #F2EFEF;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 10px 10px;
}
.wrapper main .price .block2 .warp ul li img {
  margin-right: 10px;
}
.wrapper main .price .block2 .warp ul li.note {
  font-size: 12px;
  color: #C2AEAE;
  background-color: #fff;
  padding: 0px 0px;
}
.wrapper main .price .block2 .warp ul li .note {
  font-size: 12px;
}
@media (max-width: 1180px) {
  .wrapper main .price .block2 .warp h3 {
    margin-bottom: 10px;
  }
  .wrapper main .price .block2 .warp .kakaku {
    margin-bottom: 10px !important;
  }
}
.wrapper main .price .block2 .other-album {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .wrapper main .price .block2 .other-album {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.wrapper main .price .block2 .other-album .item {
  width: calc(50% - 5px);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 1180px) {
  .wrapper main .price .block2 .other-album .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wrapper main .price .block2 .other-album .item h3 {
  text-align: center;
  line-height: 1.4em;
}
.wrapper main .price .block2 .other-album .item h3::after {
  content: url(../img/common_price_deco_01.png);
  display: block;
}
.wrapper main .price .block2 .other-album .item ul {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
.wrapper main .price .block2 .other-album .item ul li {
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.wrapper main .price .block2 .other-album .item ul li:not(:last-child) {
  border-bottom: 1px dotted #000;
}
.wrapper main .price .block2 .other-album .item ul li h4 {
  font-size: 14px;
  color: #C2AEAE;
}
.wrapper main .price .block2 .other-album .item ul li .kakaku {
  letter-spacing: 0.05em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.wrapper main .price .block2 .other-album .item ul li .kakaku .num {
  font-size: 26px;
}
.wrapper main .price .block2 .other-album .item ul li .kakaku .yen {
  font-size: 20px;
  margin-left: 5px;
}
.wrapper main .price .block2 .other-album .item ul li .kakaku .txt {
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
}
.wrapper main .price .block2 .other-album .item ul li.s {
  padding: 47px 0;
}
@media (max-width: 1180px) {
  .wrapper main .price .block2 .other-album .item ul li.s {
    padding: 20px 0;
  }
}
.wrapper main .price .block2 .other-album .item ul li img {
  width: 100%;
}
.wrapper main .price .block2 .note {
  text-align: center;
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  margin-bottom: 50px;
}
.wrapper main .price .block {
  padding: 40px 20px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
  zoom: 1;
  margin-bottom: 10px;
}
.wrapper main .price .block .more {
  background-color: #969696;
  width: 200px;
}
.wrapper main .price .block:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper main .price .block .more {
  width: 140px;
  height: 30px;
}
.wrapper main .price .block .new-born-photo {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 20px;
}
.wrapper main .price .block .new-born-photo .line-a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .wrapper main .price .block .new-born-photo .line-a {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 200px;
  }
}
.wrapper main .price .block .new-born-photo .name {
  text-align: center;
  font-size: 19px;
}
.wrapper main .price .block .new-born-photo .name::before {
  content: url(../img/common_price_deco_01.png);
  display: block;
  margin-bottom: 5px;
}
.wrapper main .price .block .new-born-photo .kakaku {
  font-size: 50px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
}
.wrapper main .price .block .new-born-photo .kakaku .yen {
  font-size: 20px;
  margin-left: 10px;
}
.wrapper main .price .block .new-born-photo .kakaku .yen .kara {
  font-size: 14px;
}
.wrapper main .price .block .new-born-photo .deco-a {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #B6A4A4;
  line-height: 1.4em;
}
.wrapper main .price .block .new-born-photo .deco-b {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
}
.wrapper main .price .block .maternity_family-photo li {
  padding: 40px;
  width: 50%;
  float: left;
  text-align: center;
}
.wrapper main .price .block .maternity_family-photo li .name {
  display: block;
  font-size: 19px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.wrapper main .price .block .maternity_family-photo li .name::after {
  content: url(../img/common_price_deco_01.png);
  display: block;
  margin-top: 5px;
}
.wrapper main .price .block .maternity_family-photo li .kakaku {
  font-size: 40px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
  background-color: #F2F2F2;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.wrapper main .price .block .maternity_family-photo li .kakaku .yen {
  font-size: 20px;
  margin-left: 10px;
}
.wrapper main .price .block .maternity_family-photo li .kakaku .yen .kara {
  font-size: 14px;
}
.wrapper main .price .block .maternity_family-photo li a {
  margin: 0 auto;
}
.wrapper main .price .block .maternity_family-photo li:nth-child(1) {
  border-right: 1px dotted #000;
}
@media (max-width: 1280px) {
  .wrapper main .price .block .maternity_family-photo li {
    width: 100%;
    float: none;
  }
  .wrapper main .price .block .maternity_family-photo li:nth-child(1) {
    border-right: none;
    border-bottom: 1px dotted #000;
  }
}
.wrapper main .price .note {
  text-align: right;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.wrapper main .price .sample {
  background-color: #E0D9D5;
  border-radius: 10px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.wrapper main .price .sample .left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: bold;
  text-align: center;
  border-right: 1px dotted #000;
  width: 200px;
}
.wrapper main .price .sample .left .deco-a {
  font-size: 14px;
  margin-bottom: 5px;
}
.wrapper main .price .sample .left .deco-b {
  font-size: 21px;
  margin-bottom: 5px;
}
.wrapper main .price .sample .right {
  padding: 0 20px;
  width: calc(100% - 200px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.wrapper main .price .sample .right ul li {
  margin-bottom: 10px;
  line-height: 1.4em;
}
@media (max-width: 1280px) {
  .wrapper main .price .sample {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wrapper main .price .sample .left {
    border-right: none;
    border-bottom: 1px dotted #000;
    padding: 20px;
    margin-bottom: 20px;
  }
  .wrapper main .price .sample .left,
  .wrapper main .price .sample .right {
    width: 100%;
  }
}
body.index .wrapper main h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-family: 'Josefin Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
}
body.index .wrapper main h2::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #000;
  width: 35px;
  margin-right: 20px;
}
body.index .wrapper main h2::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #000;
  width: 260px;
  margin-left: 20px;
}
body.index .wrapper main h3 {
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 2em;
  color: #333333;
  margin-bottom: 20px;
}
body.index .wrapper main .more {
  color: #fff;
  background-color: #45829A;
  font-family: 'Josefin Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  padding-top: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 220px;
  height: 45px;
  letter-spacing: 0.2em;
  transition: 0.5s ease-out;
}
body.index .wrapper main .more:hover {
  border-radius: 10px;
}
body.index .wrapper main .hero {
  height: 100vh;
  position: relative;
}
@media (max-width: 960px) {
  body.index .wrapper main .hero {
    height: calc(100vh - 110px);
  }
}
body.index .wrapper main .hero .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
body.index .wrapper main .hero .bg img {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
@media (max-width: 960px) {
  body.index .wrapper main .hero .bg img {
    display: inline-block;
  }
}
body.index .wrapper main .hero .scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: opacity 0.5s ease-out;
}
body.index .wrapper main .hero .scroll:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.index .wrapper main h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-family: 'Josefin Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
}
body.index .wrapper main h2::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #000;
  width: 35px;
  margin-right: 20px;
}
body.index .wrapper main h2::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #000;
  width: 260px;
  margin-left: 20px;
}
body.index .wrapper main h3 {
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 2em;
  color: #333333;
  margin-bottom: 20px;
}
body.index .wrapper main .hr {
  margin-bottom: 20px;
}
body.index .wrapper main .hr::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 6px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
body.index .wrapper main p {
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  color: #666666;
}
body.index .wrapper main .concept {
  background-color: #ededed;
  background-color: rgba(209, 201, 193, 0.3);
  padding: 150px 0px 200px 0;
  position: relative;
  overflow-x: hidden;
}
body.index .wrapper main .concept p {
  line-height: 2.5em;
  margin-bottom: 30px;
}
body.index .wrapper main .concept .inner {
  margin: 0 auto;
  max-width: 930px;
  padding: 0 80px;
  position: relative;
}
body.index .wrapper main .concept .inner::after {
  content: "";
  display: block;
  background-image: url(../img/index_concept_img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 665px;
  height: 665px;
  border-radius: 100%;
  position: absolute;
  top: -120px;
  left: 500px;
}
@media (max-width: 1170px) {
  body.index .wrapper main .concept .inner::after {
    content: "";
    display: none;
  }
}
@media (max-width: 1170px) {
  body.index .wrapper main .concept {
    padding: 50px 0px 0 0;
  }
  body.index .wrapper main .concept .inner::after {
    content: "";
    display: none;
  }
  body.index .wrapper main .concept::after {
    content: "";
    display: block;
    background-image: url(../img/index_concept_img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    margin-top: 50px;
  }
}
body.index .wrapper main .new-born {
  text-align: center;
  background-color: #FDFBF9;
  padding: 70px 0px 100px 0;
}
body.index .wrapper main .new-born .scroller {
  margin-bottom: 100px;
}
body.index .wrapper main .new-born .scroller li {
  width: 355px;
  height: 200px;
  margin-right: 10px;
}
body.index .wrapper main .new-born h2 {
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 20px;
}
body.index .wrapper main .new-born h2::before {
  width: 150px;
}
body.index .wrapper main .new-born h2::after {
  width: 150px;
}
body.index .wrapper main .new-born .deco {
  margin-bottom: 20px;
}
body.index .wrapper main .new-born p {
  line-height: 2.5em;
  margin-bottom: 30px;
}
body.index .wrapper main .new-born .more {
  margin: 0 auto;
}
body.index .wrapper main .new-born .inner {
  margin: 0 auto;
  max-width: 930px;
  padding: 0 80px;
  position: relative;
}
body.index .wrapper main .other {
  background-color: #E3DDDB;
}
body.index .wrapper main .other .inner {
  margin: 0 auto;
  max-width: 930px;
  padding: 0 80px;
  position: relative;
}
body.index .wrapper main .other ul {
  padding: 50px 0;
}
body.index .wrapper main .other ul li {
  zoom: 1;
}
body.index .wrapper main .other ul li:not(:last-child) {
  margin-bottom: 50px;
}
body.index .wrapper main .other ul li:after {
  content: "";
  display: block;
  clear: both;
}
body.index .wrapper main .other ul li .img {
  width: 380px;
  height: 220px;
  float: left;
  margin-right: 30px;
}
body.index .wrapper main .other ul li .block {
  height: 220px;
  margin-bottom: 0;
  float: left;
  position: relative;
}
body.index .wrapper main .other ul li .block p {
  line-height: 1.8em;
}
body.index .wrapper main .other ul li .block .more {
  position: absolute;
  bottom: 0;
}
body.index .wrapper main .other h3 {
  font-family: 'Josefin Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-size: 24px;
  margin-bottom: 15px;
}
body.index .wrapper main .other h3::after {
  content: "";
  display: block;
  width: 70px;
  border-top: 1px solid #000;
}
@media (max-width: 1220px) {
  body.index .wrapper main .other .inner {
    padding-bottom: 50px;
  }
  body.index .wrapper main .other ul {
    padding: 0;
  }
  body.index .wrapper main .other ul li .img {
    width: calc(100% + 160px);
    margin-left: -80px;
    margin-bottom: 20px;
  }
  body.index .wrapper main .other ul .block {
    float: none;
  }
}
body.index .wrapper main .news {
  background-color: #FCFAF9;
}
body.index .wrapper main .news .inner {
  margin: 0 auto;
  max-width: 930px;
  padding: 80px 80px;
  position: relative;
}
body.index .wrapper main .news h2::after {
  width: 100%;
}
body.index .wrapper main .news .items {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
body.index .wrapper main .news .items::after {
  display: none;
}
body.index .wrapper main .news .items li {
  width: calc(( 100% - 40px ) / 3);
}
body.index .wrapper main .news .items li a {
  display: block;
  outline: 0px solid #E3DDDB;
  transition: 0.5s ease-out;
  margin-bottom: 20px;
}
body.index .wrapper main .news .items li a:hover {
  outline: 10px solid #E3DDDB;
}
body.index .wrapper main .news .items li .date-tag {
  font-family: 'Josefin Sans', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 10px;
}
body.index .wrapper main .news .items li .date-tag .date {
  letter-spacing: 0.1em;
  font-size: 18px;
}
body.index .wrapper main .news .items li .date-tag .tag {
  font-size: 16px;
  float: right;
  background-color: #DCADA4;
  color: #fff;
  padding: 5px 0px 2px 0px;
  width: 90px;
  text-align: center;
  letter-spacing: 0.1em;
}
body.index .wrapper main .news .items li p {
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  padding: 0 10px;
}
@media (max-width: 1190px) {
  body.index .wrapper main .news .items li .date-tag .date {
    font-size: 14px !important;
  }
  body.index .wrapper main .news .items li .date-tag .tag {
    font-size: 10px;
    width: 60px;
  }
}
body.about .wrapper main,
body.newborn .wrapper main,
body.other .wrapper main {
  background-color: #FDFBF9;
}
body.about .wrapper main .hero,
body.newborn .wrapper main .hero,
body.other .wrapper main .hero {
  width: 100%;
  height: 500px;
  position: relative;
  padding-top: 40px;
  margin-bottom: 100px;
}
body.about .wrapper main .hero::before,
body.newborn .wrapper main .hero::before,
body.other .wrapper main .hero::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 660px 290px 0;
  border-color: transparent #C5B9B9 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
body.about .wrapper main .hero .img,
body.newborn .wrapper main .hero .img,
body.other .wrapper main .hero .img {
  width: calc(100% - 80px);
  height: 420px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
body.about .wrapper main .hero .msg,
body.newborn .wrapper main .hero .msg,
body.other .wrapper main .hero .msg {
  position: absolute;
  left: 30px;
  bottom: 0px;
  z-index: 2;
}
body.about .wrapper main .message {
  padding: 0px 80px 120px 80px;
}
body.about .wrapper main .message h2 {
  text-align: center;
  margin-bottom: 50px;
}
body.about .wrapper main .message .wrap {
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  display: block;
  max-width: 660px;
  margin: 0 auto;
}
body.about .wrapper main .message .wrap .deco-start {
  zoom: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
body.about .wrapper main .message .wrap .deco-start:after {
  content: "";
  display: block;
  clear: both;
}
body.about .wrapper main .message .wrap .deco-start::before {
  content: url(../img/about_msg_bg.png);
  display: inline-block;
}
body.about .wrapper main .message .wrap .deco-start::after {
  content: url(../img/about_msg_bg.png);
  display: inline-block;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
body.about .wrapper main .message .wrap .deco-end {
  zoom: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
body.about .wrapper main .message .wrap .deco-end:after {
  content: "";
  display: block;
  clear: both;
}
body.about .wrapper main .message .wrap .deco-end::before {
  content: url(../img/about_msg_bg.png);
  display: inline-block;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
body.about .wrapper main .message .wrap .deco-end::after {
  content: url(../img/about_msg_bg.png);
  display: inline-block;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
body.about .wrapper main .message .wrap p {
  display: block;
  max-width: 600px;
  padding: 10px 40px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2em;
}
body.about .wrapper main .message .wrap p strong {
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
  margin: 5px 0;
  background-color: #E1D7D7;
}
body.about .wrapper main .photographer {
  padding: 0 80px;
  margin-bottom: 150px;
}
body.about .wrapper main .photographer .inner {
  max-width: 660px;
  margin: 0 auto;
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
body.about .wrapper main .photographer .inner .blocks {
  border: 1px dashed #998675;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  zoom: 1;
}
body.about .wrapper main .photographer .inner .blocks:after {
  content: "";
  display: block;
  clear: both;
}
body.about .wrapper main .photographer .inner .blocks .block-left {
  width: 300px;
  height: 300px;
  background-color: #75818E;
  float: left;
  margin-right: 20px;
}
body.about .wrapper main .photographer .inner .blocks .block-right {
  float: left;
  width: calc(100% - 300px - 20px);
  height: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}
body.about .wrapper main .photographer .inner .blocks .block-right h2 {
  padding: 15px 5px;
  border-bottom: 1px dashed #998675;
}
body.about .wrapper main .photographer .inner .blocks .block-right h2 img {
  margin-right: 10px;
  vertical-align: middle;
}
body.about .wrapper main .photographer .inner .blocks .block-right h2 span {
  vertical-align: middle;
}
body.about .wrapper main .photographer .inner .blocks .block-right .name {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 15px 5px;
  border-bottom: 1px dashed #998675;
}
body.about .wrapper main .photographer .inner .blocks .block-right .eng {
  color: #808C98;
  letter-spacing: 0.1em;
  padding: 15px 5px;
  border-bottom: 1px dashed #998675;
}
@media (max-width: 1160px) {
  body.about .wrapper main .photographer .inner h2 {
    text-align: center;
  }
  body.about .wrapper main .photographer .inner .blocks .block-left {
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  body.about .wrapper main .photographer .inner .blocks .block-right {
    float: none;
    display: block;
    height: inherit;
    width: 100%;
    text-align: center;
  }
}
body.newborn .wrapper main .what {
  color: #333333;
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
body.newborn .wrapper main .what .inner {
  margin: 0 auto;
  max-width: 930px;
  padding: 0px 80px 80px 80px;
  zoom: 1;
}
body.newborn .wrapper main .what .inner:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1080px) {
  body.newborn .wrapper main .what .inner {
    padding: 0px 40px 80px 40px;
  }
}
body.newborn .wrapper main .what h2 {
  margin-bottom: 30px;
}
body.newborn .wrapper main .what h2::before {
  content: attr(data-txt);
  text-align: right;
  width: 409px;
  font-size: 12px;
  display: block;
}
.maternity body.newborn .wrapper main .what h2::before {
  width: 290px !important;
}
body.newborn .wrapper main .what h3 {
  float: left;
  font-size: 18px;
  width: 240px;
}
body.newborn .wrapper main .what h3::after {
  content: url("../img/newborn_line_wave.png");
  display: block;
  margin-top: 10px;
}
body.newborn .wrapper main .what p {
  float: left;
  position: relative;
  background-color: #F7F5F5;
  font-size: 14px;
  padding: 40px 40px;
}
body.newborn .wrapper main .what p span {
  display: block;
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.newborn .wrapper main .what p span em {
  font-size: 16px;
  font-weight: bold;
}
body.newborn .wrapper main .what p span em.blue {
  color: #458095;
}
body.newborn .wrapper main .what p span em.brown {
  color: #BA8E7D;
}
body.newborn .wrapper main .what .img {
  position: relative;
  float: left;
  width: 570px;
  height: 270px;
  margin-top: -30px;
  margin-bottom: 80px;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.newborn .wrapper main .what .img {
    margin-left: -60px;
    float: none;
  }
}
body.newborn .wrapper main .what .block_01 h3 {
  padding-top: 60px;
}
@media (max-width: 1280px) {
  body.newborn .wrapper main .what .block_01 h3 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
body.newborn .wrapper main .what .block_01 p {
  width: 530px;
}
body.newborn .wrapper main .what .block_01 p img {
  position: absolute;
  right: -30px;
  top: -30px;
}
@media (max-width: 1280px) {
  body.newborn .wrapper main .what .block_01 p {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  body.newborn .wrapper main .what .block_02 h3 {
    margin-bottom: 20px;
  }
}
body.newborn .wrapper main .what .block_02 p {
  width: 566px;
  float: right;
}
body.newborn .wrapper main .what .block_02 p img {
  position: absolute;
  right: -70px;
  top: 110px;
}
@media (max-width: 1280px) {
  body.newborn .wrapper main .what .block_02 p {
    width: 100%;
  }
}
body.newborn .wrapper main .what .block_03 .note {
  display: block;
  margin-left: 60px;
  line-height: 1.8em;
}
@media (max-width: 1280px) {
  body.newborn .wrapper main .what .block_03 .note {
    margin-left: 0;
  }
}
body.newborn .wrapper main .what .block_03 h3 {
  padding-top: 60px;
  margin-left: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  body.newborn .wrapper main .what .block_03 h3 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
body.newborn .wrapper main .what .block_03 p {
  margin-left: 60px;
  width: 630px;
  line-height: 1.6em;
}
@media (max-width: 1280px) {
  body.newborn .wrapper main .what .block_03 p {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
body.newborn .wrapper main .break {
  height: 300px;
  margin-bottom: 80px;
}
body.newborn .wrapper main .other {
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
body.newborn .wrapper main .other .inner {
  margin: 0 auto;
  max-width: 830px;
  padding: 0 80px;
}
@media (max-width: 1280px) {
  body.newborn .wrapper main .other .inner {
    padding: 0 40px;
  }
}
body.newborn .wrapper main .other h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 10px;
}
body.newborn .wrapper main .other .flow {
  margin-bottom: 100px;
}
body.newborn .wrapper main .other .flow .step {
  border: 1px dashed #333333;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 10px;
  padding: 10px;
}
body.newborn .wrapper main .other .flow .step img {
  margin: 0 50px;
}
body.newborn .wrapper main .other .flow .step .txt {
  line-height: 1.8em;
  color: #606871;
}
body.newborn .wrapper main .other .flow .arrow {
  text-align: center;
  margin: 20px 0;
}
body.newborn .wrapper main .other .please {
  margin-bottom: 100px;
}
body.newborn .wrapper main .other .please ul {
  padding-bottom: 0px;
  border-bottom: 1px solid #000;
}
body.newborn .wrapper main .other .please ul li {
  display: -webkit-flex;
  display: flex;
  line-height: 2em;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body.newborn .wrapper main .other .please ul li::before {
  content: "■";
  margin-right: 10px;
}
body.newborn .wrapper main .other .please ul li:not(:last-child) {
  border-bottom: 1px dotted #C3C3C3;
}
body.newborn .wrapper main .other .question {
  margin-bottom: 80px;
  /* :checked */
  /* Icon */
}
body.newborn .wrapper main .other .question h2 {
  border: none;
}
body.newborn .wrapper main .other .question .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  margin-bottom: 5px;
}
body.newborn .wrapper main .other .question .cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body.newborn .wrapper main .other .question .cp_actab label {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: block;
  background: #e5e3e3;
  color: #333333;
  padding: 20px 30px;
  letter-spacing: 0.1em;
}
body.newborn .wrapper main .other .question .cp_actab label div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
body.newborn .wrapper main .other .question .cp_actab label div::before {
  content: url(../img/newborn_q.png);
  margin-right: 10px;
}
body.newborn .wrapper main .other .question .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s;
  color: #333333;
  background: #F4F2F1;
}
body.newborn .wrapper main .other .question .cp_actab .cp_actab-content p {
  font-size: 14px;
  line-height: 2em;
  padding: 20px 30px;
  display: -webkit-flex;
  display: flex;
}
body.newborn .wrapper main .other .question .cp_actab .cp_actab-content p::before {
  content: url(../img/newborn_a.png);
  margin-right: 10px;
}
body.newborn .wrapper main .other .question .cp_actab input:checked ~ .cp_actab-content {
  max-height: 20em;
}
body.newborn .wrapper main .other .question .cp_actab label div::after {
  display: block;
  transition: all 0.35s;
  text-align: center;
  margin-left: auto;
}
body.newborn .wrapper main .other .question .cp_actab input[type=checkbox] + label div::after {
  content: url(../img/newborn_accordion_btn.png);
}
body.newborn .wrapper main .other .question .cp_actab input[type=checkbox]:checked + label div::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.other .wrapper main .content {
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  color: #333;
}
body.other .wrapper main .content .inner {
  margin: 0 auto;
  max-width: 930px;
  padding: 0 80px;
}
body.other .wrapper main .content h2 {
  margin-bottom: 30px;
}
body.other .wrapper main .content h2::before {
  content: attr(data-txt);
  text-align: right;
  width: 170px;
  font-size: 12px;
  display: block;
}
body.other .wrapper main .content .item {
  background-color: #F6F5F4;
  padding: 40px 40px 100px 40px;
}
@media (max-width: 1220px) {
  body.other .wrapper main .content .item {
    padding: 40px 40px 40px 40px;
    margin: 0 -80px;
  }
}
body.other .wrapper main .content .item h3 {
  font-size: 28px;
  border-bottom: 1px dotted #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
body.other .wrapper main .content .item h3 .name.family::before {
  content: url(../img/other_deco_family.png);
  margin-right: 10px;
}
body.other .wrapper main .content .item h3 .name.maternity::before {
  content: url(../img/other_deco_birthday.png);
  margin-right: 10px;
}
body.other .wrapper main .content .item h3 .kakaku {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
}
body.other .wrapper main .content .item h3 .kakaku .yen {
  margin-left: 10px;
  font-size: 22px;
}
@media (max-width: 1220px) {
  body.other .wrapper main .content .item h3 {
    font-size: 20px;
  }
  body.other .wrapper main .content .item h3 .kakaku {
    font-size: 24px;
  }
}
body.other .wrapper main .content .item p {
  line-height: 1.8em;
}
body.other .wrapper main .content .img {
  width: 800px;
  height: 360px;
  margin-left: 40px;
  margin-top: -60px;
  margin-bottom: 50px;
}
@media (max-width: 1220px) {
  body.other .wrapper main .content .img {
    margin: 0 -80px;
    width: calc(100% + 160px);
    margin-top: 0;
  }
}
body.other .wrapper main .content .hoka {
  padding: 100px 0px;
  text-align: center;
}
body.other .wrapper main .content .hoka::before {
  content: url(../img/other_deco_other.png);
  display: block;
  margin-bottom: 40px;
}
body.other .wrapper main .content .hoka span {
  font-size: 21px;
  border-bottom: 2px solid #A2C7A1;
  line-height: 1.8em;
}
body.news .wrapper main .content {
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  background-color: #FDFBF9;
  padding-bottom: 100px;
  color: #333;
}
body.news .wrapper main .content::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 660px 290px 0;
  border-color: transparent #C5B9B9 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
body.news .wrapper main .content .inner {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 150px;
  padding-left: 80px;
  padding-right: 80px;
  zoom: 1;
}
body.news .wrapper main .content .inner > h2 {
  margin-bottom: 80px;
}
body.news .wrapper main .content .inner > h2::before {
  content: attr(data-txt);
  display: block;
  width: 133px;
  text-align: right;
  font-weight: 12px;
}
body.news .wrapper main .content .inner:after {
  content: "";
  display: block;
  clear: both;
}
body.news .wrapper main .content div.list {
  width: 550px;
  margin-right: 20px;
  margin-bottom: 50px;
  float: left;
}
body.news .wrapper main .content div.list > h3 {
  border-bottom: 1px solid #B2A1A1;
  padding-bottom: 10px;
}
body.news .wrapper main .content div.list > ul {
  border-bottom: 1px solid #B2A1A1;
}
body.news .wrapper main .content div.list > ul li a:hover .img {
  opacity: 0.6;
}
body.news .wrapper main .content div.list > ul li .blocks {
  display: -webkit-flex;
  display: flex;
  padding: 30px 10px;
}
body.news .wrapper main .content div.list > ul li .block-img {
  margin-right: 40px;
}
body.news .wrapper main .content div.list > ul li .block-img .img {
  width: 200px;
  height: 120px;
}
body.news .wrapper main .content div.list > ul li .block-txt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
body.news .wrapper main .content div.list > ul li .block-txt .block-txt-top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 10px;
}
body.news .wrapper main .content div.list > ul li .block-txt .block-txt-top .category {
  background-color: #E2B3AA;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  width: 60px;
  padding: 4px 0;
  text-align: center;
  margin-right: 10px;
}
body.news .wrapper main .content div.list > ul li .block-txt .block-txt-top .date {
  font-size: 14px;
}
body.news .wrapper main .content div.list > ul li .block-txt .block-txt-bottom {
  font-size: 14px;
  line-height: 1.4em;
}
body.news .wrapper main .content div.list > ul li:not(:last-child) {
  border-bottom: 1px dotted #B2A1A1;
}
@media (max-width: 1280px) {
  body.news .wrapper main .content div.list {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
body.news .wrapper main .content div.article {
  width: 550px;
  margin-right: 20px;
  float: left;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  body.news .wrapper main .content div.article {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
body.news .wrapper main .content div.article .pager {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 14px;
}
body.news .wrapper main .content div.article .pager .a {
  transition: opacity 0.5s ease-out;
}
body.news .wrapper main .content div.article .pager .a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.news .wrapper main .content div.article .pager .prev,
body.news .wrapper main .content div.article .pager .next {
  width: 80px;
}
body.news .wrapper main .content div.article .pager .next {
  text-align: right;
}
body.news .wrapper main .content div.article .wrap {
  background-color: #fff;
  border: 1px dotted #B2A1A1;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
body.news .wrapper main .content div.article .wrap .category-date {
  font-size: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}
body.news .wrapper main .content div.article .wrap .category-date .category {
  background-color: #E2B3AA;
  color: #fff;
  padding: 2px 0;
  display: inline-block;
  width: 80px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
body.news .wrapper main .content div.article .wrap .category-date .date {
  display: inline-block;
  color: #B3B3B3;
}
body.news .wrapper main .content div.article .wrap .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.news .wrapper main .content div.article .wrap .img {
  margin-bottom: 30px;
}
body.news .wrapper main .content div.article .wrap .share {
  margin-top: 40px;
  text-align: center;
}
body.news .wrapper main .content div.article .wrap .share p {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
body.news .wrapper main .content div.article .wrap .share a {
  display: inline-block;
  width: 140px;
  color: #fff;
  padding: 4px 0;
  transition: opacity 0.5s ease-out;
  font-size: 17px;
  letter-spacing: 0.05em;
}
body.news .wrapper main .content div.article .wrap .share a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.news .wrapper main .content div.article .wrap .share a.twitter {
  background-color: #43BDEF;
}
body.news .wrapper main .content div.article .wrap .share a.facebook {
  background-color: #395494;
}
body.news .wrapper main .content div.sub {
  width: 200px;
  float: left;
}
@media (max-width: 1280px) {
  body.news .wrapper main .content div.sub {
    width: 100%;
    float: none;
  }
}
body.news .wrapper main .content div.sub h3 {
  border-bottom: 1px solid #B2A1A1;
  padding-bottom: 10px;
}
body.news .wrapper main .content div.sub .topic .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.news .wrapper main .content div.sub .topic .img {
  width: 200px;
  height: 120px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  body.news .wrapper main .content div.sub .topic .img {
    width: 100%;
  }
}
body.news .wrapper main .content div.sub .topic ul {
  padding: 20px 0;
}
body.news .wrapper main .content div.sub .topic ul li a {
  display: block;
  transition: opacity 0.5s ease-out;
}
body.news .wrapper main .content div.sub .topic ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.news .wrapper main .content div.sub .topic ul li:not(:last-child) {
  border-bottom: 1px dotted #B2A1A1;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  body.news .wrapper main .content div.sub .topic ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  body.news .wrapper main .content div.sub .topic ul li {
    width: calc(100% / 3 - 10px);
  }
  body.news .wrapper main .content div.sub .topic ul li:not(:last-child) {
    border: none;
  }
}
body.news .wrapper main .content div.sub .categories ul {
  padding: 20px 0;
}
body.news .wrapper main .content div.sub .categories ul li {
  margin-bottom: 15px;
}
body.news .wrapper main .content div.sub .categories ul li a {
  transition: opacity 0.5s ease-out;
}
body.news .wrapper main .content div.sub .categories ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
body.news .wrapper main .content div.sub .categories ul li a::before {
  content: "・";
}
body.contact .wrapper main .content {
  font-family: "Rounded Mplus 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  background-color: #FDFBF9;
  color: #333;
}
body.contact .wrapper main .content::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 660px 290px 0;
  border-color: transparent #C5B9B9 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
body.contact .wrapper main .content .inner {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 150px;
  padding-left: 80px;
  padding-right: 80px;
  zoom: 1;
}
body.contact .wrapper main .content .inner > h2 {
  padding-bottom: 80px;
}
body.contact .wrapper main .content .inner > h2::before {
  content: attr(data-txt);
  display: block;
  width: 225px;
  text-align: right;
  font-weight: 12px;
}
body.contact .wrapper main .content .inner:after {
  content: "";
  display: block;
  clear: both;
}
body.contact .wrapper main .content .inner form.yoyaku {
  color: #333;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 100px;
}
body.contact .wrapper main .content .inner form.yoyaku h3 {
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}
body.contact .wrapper main .content .inner form.yoyaku h3 .circle {
  background-color: #C9BEBE;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-right: 10px;
}
body.contact .wrapper main .content .inner form.yoyaku #calendar {
  display: none;
}
body.contact .wrapper main .content .inner form.yoyaku .flatpickr-calendar {
  margin-bottom: 30px;
}
body.contact .wrapper main .content .inner form.yoyaku .plan {
  border: 1px solid #C9BEBE;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line > label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line > label::before {
  content: "必須";
  background-color: #CEA09B;
  color: #fff;
  font-size: 10px;
  padding: 4px;
  margin-right: 10px;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line > label.nore::before {
  content: "任意" !important;
  background-color: #6A99AB !important;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line input[type="text"] {
  background-color: #E5E1E1;
  border: none;
  width: 60%;
  padding: 5px;
  font-size: 16px;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line.b {
  -webkit-flex-direction: column;
          flex-direction: column;
  border-top: 1px dotted #C9BEBE;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #C9BEBE;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line.b .list {
  padding: 10px 40px;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line.b .list .block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 10px;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line.b .list .block label {
  font-size: 14px;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line.c {
  -webkit-flex-direction: column;
          flex-direction: column;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line.c .block {
  width: 100%;
  padding: 20px 40px;
}
body.contact .wrapper main .content .inner form.yoyaku .plan .line.c .block textarea {
  background-color: #E5E1E1;
  border: none;
  width: 100%;
  height: 6em;
  padding: 5px;
  font-size: 16px;
}
body.contact .wrapper main .content .inner form.yoyaku .post {
  padding: 50px 0;
  text-align: center;
}
body.contact .wrapper main .content .inner form.yoyaku .post button {
  background-color: #458096;
  color: #fff;
  padding: 5px 40px;
  display: inline-block;
  font-size: 14px;
  transition: 0.5s ease-out;
}
body.contact .wrapper main .content .inner form.yoyaku .post button:hover {
  border-radius: 5px;
}
body.contact .wrapper main .content .inner form.contact {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 100px;
}
body.contact .wrapper main .content .inner form.contact h3 {
  font-family: 'Varela', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
body.contact .wrapper main .content .inner form.contact p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 40px;
}
body.contact .wrapper main .content .inner form.contact .back {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 200px;
}
body.contact .wrapper main .content .inner form.contact .back a {
  background-color: #458096;
  color: #fff;
  padding: 5px 40px;
  display: inline-block;
  font-size: 14px;
  transition: 0.5s ease-out;
}
body.contact .wrapper main .content .inner form.contact .back a:hover {
  border-radius: 5px;
}
body.contact .wrapper main .content .inner form.contact .line {
  border-top: 1px dotted #B3B3B3;
  padding: 20px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
body.contact .wrapper main .content .inner form.contact .line label {
  font-size: 14px;
  padding-top: 5px;
  font-weight: bold;
}
body.contact .wrapper main .content .inner form.contact .line input,
body.contact .wrapper main .content .inner form.contact .line textarea {
  width: 60%;
  border: none;
  background-color: #F0ECEC;
  font-size: 16px;
  padding: 5px;
}
body.contact .wrapper main .content .inner form.contact .line textarea {
  height: 5em;
}
body.contact .wrapper main .content .inner form.contact .line button {
  background-color: #458096;
  color: #fff;
  padding: 5px 40px;
  display: block;
  font-size: 14px;
  margin: 20px auto;
  transition: 0.5s ease-out;
}
body.contact .wrapper main .content .inner form.contact .line button:hover {
  border-radius: 5px;
}
.wrapper footer {
  padding: 20px 0;
  text-align: center;
}
