@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
.font_jp {
  font-family: "Kosugi Maru", sans-serif;
}
.font_en {
  font-family: "Archivo Black", sans-serif;
}
.mintyou {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif;
}
a:link,
a:visited {
  color: #ff5d72;
  text-decoration: none;
}
a:hover {
  color: rgba(255, 93, 114, 0.6);
}
.font_jp {
  font-family: "Kosugi Maru", sans-serif;
}
.font_en {
  font-family: "Archivo Black", sans-serif;
}
.mintyou {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif;
}
a:link,
a:visited {
  color: #ff5d72;
  text-decoration: none;
}
a:hover {
  color: rgba(255, 93, 114, 0.6);
}
.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}
.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}
.listFlow h4 b {
  color: #ff7789;
}
.listFlow dl {
  display: table;
  width: 100%;
}
.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #ff7789;
  width: 100px;
  background: #ff7789;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.listFlow dl dt .num {
  display: block;
  font-size: 3rem;
}
.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: white;
}
@media screen and (max-width: 800px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .listFlow dl {
    display: block;
    width: 100%;
  }
  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none;
  }
  .listFlow dl dt .num {
    display: block;
  }
  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none;
  }
}
body {
  font-family: "Kosugi Maru", sans-serif;
  color: #555;
  background: #fbf8ed;
  font-size: 1.7rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}
.wrap {
  position: relative;
  padding: 80px 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .wrap {
    padding: 32px 0;
  }
}
@media (max-width: 960px) {
  .wrap {
    width: calc(100% - 16px);
  }
}
.wrap_sub {
  max-width: 800px;
  margin: 32px auto;
  padding: 80px;
}
@media (max-width: 960px) {
  .wrap_sub {
    padding: 16px;
    margin: 16px auto;
  }
}
.no_wrap {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .no_wrap {
    padding: 32px 0;
  }
}
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.column .side {
  width: 300px;
}
.column .main {
  width: calc(100% - 330px);
}
@media (max-width: 960px) {
  .column {
    display: block;
  }
  .column .side {
    width: 100%;
  }
  .column .main {
    width: calc(100% - 0px);
  }
}
#wrap_2column {
  width: 1100px;
  padding: 30px 0px 30px;
  margin: 0 auto;
}
#main {
  float: left;
  width: calc(100% - 330px);
}
#main section {
  margin-bottom: 60px;
}
#sidewrap {
  width: 300px;
  margin-left: 30px;
  float: right;
}
#side {
  width: 300px;
}
@media (max-width: 960px) {
  #wrap_2column {
    width: 100%;
    margin-bottom: 30px;
  }
  #main {
    float: none;
    width: 95%;
    margin: 0 auto 20px;
  }
  #sidewrap {
    display: none;
    float: none;
    width: 95%;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
}
.letter_img figure {
  margin-right: 48px;
}
.letter_img_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.letter_img_r figure {
  margin-left: 48px;
}
.letter_img,
.letter_img_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 32px;
  position: relative;
}
.letter_img figure figcaption,
.letter_img_r figure figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  text-align: left;
  background-color: #f2f2f2;
  padding: 6px;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .letter_img figure figcaption,
  .letter_img_r figure figcaption {
    font-size: 1.2rem;
  }
}
.letter_img .info,
.letter_img_r .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.letter_img .info p,
.letter_img_r .info p {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 960px) {
  .letter_img,
  .letter_img_r {
    display: block;
    padding: 8px;
  }
  .letter_img figure,
  .letter_img_r figure {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 16px;
  }
  .letter_img figure img,
  .letter_img_r figure img {
    width: auto;
  }
}
.flexbox_ttl {
  background: #ff7789;
  position: absolute;
  top: -8px;
  left: -8px;
  color: #fff;
  width: 50px;
  height: 50px;
  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-flow: column;
  flex-flow: column;
  line-height: 1;
  font-size: 3rem;
  border-radius: 50%;
  text-align: center;
}
.flexbox_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexbox_2:after {
  content: "";
  display: block;
  width: calc((100% / 2) - 16px);
}
.flexbox_2.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flexbox_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
.flexbox_3:after {
  content: "";
  display: block;
  width: calc((100% / 3) - 16px);
}
.flexbox_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
.flexbox_4:after {
  content: "";
  display: block;
  width: calc((100% / 4) - 16px);
}
.flexbox_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -8px;
}
.flexbox_5:after {
  content: "";
  display: block;
  width: calc((100% / 5) - 16px);
}
.flexbox_2 .bx {
  position: relative;
  position: relative;
  width: calc(50% - 16px);
}
.flexbox_2 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.flexbox_2 .bx .bx_in {
  padding: 16px;
}
@media (max-width: 1024px) {
  .flexbox_2 .bx {
    margin-bottom: 24px;
  }
}
.flexbox_2 .bx img {
  border-radius: 20px;
}
.flexbox_3 .bx {
  position: relative;
  position: relative;
  width: calc((100% / 3) - 16px);
}
.flexbox_3 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.flexbox_3 .bx .bx_in {
  padding: 16px;
}
@media (max-width: 1024px) {
  .flexbox_3 .bx {
    margin-bottom: 24px;
  }
}
.flexbox_4 .bx {
  position: relative;
  position: relative;
  width: calc(25% - 16px);
}
.flexbox_4 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.flexbox_4 .bx .bx_in {
  padding: 16px;
}
@media (max-width: 1024px) {
  .flexbox_4 .bx {
    margin-bottom: 24px;
  }
}
.flexbox_5 .bx {
  position: relative;
  position: relative;
  width: calc(20% - 16px);
  margin: 0 8px 16px;
}
.flexbox_5 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.flexbox_5 .bx .bx_in {
  padding: 16px;
}
@media (max-width: 1024px) {
  .flexbox_5 .bx {
    margin-bottom: 24px;
  }
}
.flexbox_5 .bx img {
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .flexbox_2,
  .flexbox_3 {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flexbox_2 .bx,
  .flexbox_3 .bx {
    width: calc(100% - 0px);
  }
  .flexbox_4 .bx {
    width: calc(50% - 8px);
  }
  .flexbox_5 .bx {
    width: calc(50% - 16px);
  }
}
.list_nml li {
  font-size: 1.5rem;
  color: #ff7789;
  border-bottom: 1px solid #ffdde2;
}
.list_nml li b {
  font-size: 2rem;
  margin-right: 5px;
}
.list_check {
  font-size: 1.5rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}
.list_check li {
  padding-left: 1.2em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.2em;
  border-bottom: dotted 1px #aaa;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #ff7789;
}
.list_check li:last-child {
  border-bottom: dotted 0px #aaa;
}
.list_check2 {
  font-size: 1.5rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}
.list_check2 li {
  padding-left: 1.2em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.2em;
  border-bottom: dotted 1px #aaa;
}
.list_check2 li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  margin-left: 5px;
  color: #ff7789;
}
.list_check2 li:last-child {
  border-bottom: dotted 0px #aaa;
}
.list_check2 li a {
  color: #ff7789;
}
.list_check2 li:hover a {
  color: #feffda;
}
.list_check2 li:hover:after {
  margin-left: 10px;
  color: #feffda;
}
.list_check_L {
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}
.list_check_L li {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  padding: 16px 0 16px 1.2em;
  text-indent: -1.2em;
  font-weight: bold;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1200px) {
  .list_check_L li {
    font-size: 1.8rem;
  }
}
.list_check_L li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 5px;
  color: #f60;
}
.link_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.link_img li {
  width: calc((100% / 5) - 32px);
  margin: 0 16px;
}
.link_img li img {
  width: 100%;
}
@media (max-width: 1024px) {
  .link_img li {
    text-align: center;
    width: calc((100% / 3) - 0px);
    margin: 0 0px 8px;
  }
}
.link_img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.link_img2 li {
  width: calc(40% - 32px);
  margin: 0 16px;
}
.link_img2 li img {
  width: 100%;
}
@media (max-width: 1024px) {
  .link_img2 li {
    text-align: center;
    width: calc((100% / 1) - 0px);
    margin: 0 0px 8px;
  }
}
.list_flex {
  padding: 5px 0;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_flex li {
  background-color: #fff;
  width: calc(33.33% - 2.7em);
  padding-left: 2em;
  padding-top: 16px;
  padding-bottom: 16px;
  text-indent: -1.6em;
  margin: 5px;
}
.list_flex li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 8px;
  font-weight: 600;
  color: #f60;
}
.ol-list {
  counter-reset: li;
  list-style: none;
  margin: 10px 0;
  display: block;
  padding: 0 34px;
}
.ol-list li {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 5px 0px;
  background: #fff;
}
.ol-list li:last-child {
  margin-bottom: 0px;
}
.ol-list span {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ol-list span b {
  color: #a40000;
}
.ol-list span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 55%;
  margin-top: -1.6em;
  background-color: #ff7789;
  margin-left: -3.2em;
  color: #fff;
  height: 2.6em;
  width: 2.5em;
  line-height: 2.2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dl_list dt {
  float: left;
  width: 7em;
  background: #ff7789;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}
.dl_list dd {
  padding-left: 8em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 5px 0;
}
.dl_list dd:last-child {
  border-bottom: 0px;
}
@media (max-width: 960px) {
  .dl_list dt {
    float: none;
    width: 100%;
    margin: 2px 0 0;
  }
  .dl_list dd {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
  }
}
.dl_list_line dt {
  float: left;
  width: 7em;
  padding: 6px 0px;
  line-height: 1.3;
  margin: 2px 0 0;
  font-weight: bold;
  color: #ff7789;
}
.dl_list_line dd {
  padding-left: 8em;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.6;
  border-bottom: solid 1px #aaa;
}
.dl_list_line dd:first-child {
  border-top: solid 1px #aaa;
}
@media (max-width: 960px) {
  .dl_list_line dt {
    float: none;
    width: 100%;
    margin: 2px 0;
    padding: 0;
    text-align: left;
  }
  .dl_list_line dd {
    padding-left: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 2px 0 16px;
  }
}
.faq {
  margin-bottom: 32px;
}
.faq dt {
  margin-bottom: 10px;
  color: #ff7789;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 40px;
  text-indent: -40px;
}
.faq dt:before {
  content: "Q";
  text-indent: 0px;
  font-size: 20px;
  margin-right: 7px;
  line-height: 35px;
  color: #fff;
  background: #ff7789;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
}
.faq dd {
  margin-bottom: 20px;
  background: #fbf8ed;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 40px;
  text-indent: -40px;
}
.faq dd:before {
  content: "A";
  text-indent: 0px;
  font-size: 20px;
  margin-right: 7px;
  line-height: 35px;
  color: #ff7789;
  background: #fbf8ed;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center !important;
}
.faq b {
  padding: 3px 5px;
  margin: 10px 0;
  line-height: 40px;
  background: #dad2b9;
  font-size: 11px;
}
.day_flow dt {
  background-color: #ff1131;
  color: #fff;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 3px;
}
.day_flow dd {
  border-left: 4px dotted #ff7789;
  margin-left: 25px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.day_flow._ptn02 dt {
  background-color: #ffd000;
  color: #444;
}
.day_flow._ptn02 dd {
  border-left: 4px dotted #ffd000;
  color: #444;
}
.btn_inline {
  margin: 16px 0;
}
.btn_inline .btn_main {
  display: inline-block;
  margin: 0 0 8px;
  width: 240px;
}
@media (max-width: 1024px) {
  .btn_inline .btn_main {
    width: 100%;
  }
}
.btn_main a {
  display: block;
  width: 100%;
  max-width: 320px;
  border: 1px solid #ff7789;
  font-weight: bold;
  padding: 8px 0px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  background: #ff7789;
  color: #fff;
}
.btn_main a:hover {
  opacity: 0.6;
}
@media (max-width: 960px) {
  .btn_main a {
    margin: 0 auto !important;
  }
}
.btn_main a:link,
.btn_main a:visited,
.btn_main a:hover {
  color: #fff;
  background: #ff7789;
}
.btn_main a.white:link,
.btn_main a.white:visited,
.btn_main a.white:hover {
  color: #fff;
}
.btn_main.center a {
  margin-right: auto !important;
  margin-left: auto !important;
}
.btn_main.right a {
  margin-left: auto !important;
}
@media (max-width: 960px) {
  .btn_main.right a {
    margin: 0 auto !important;
  }
}
.btn_inline .btn_s {
  display: inline-block;
  margin: 0 4px;
}
@media (max-width: 1024px) {
  .btn_inline {
    text-align: center;
  }
  .btn_inline .btn_s {
    margin: 0 4px;
  }
}
#head .btn_s {
  margin: 12px 8px 0 0 !important;
}
#head .btn_s a {
  float: right !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  background: #ff7789;
  padding: 4px 0px;
  font-size: 1.3rem;
  border: 2px solid #ffdde2;
  display: block;
  width: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  #head .btn_s a {
    font-size: 1.2rem;
  }
}
#head .btn_s a:link,
#head .btn_s a:visited {
  color: #fff;
}
#head .btn_s a:hover {
  color: #fff;
  background: #fff;
  color: #ff7789;
  border: 1px solid #ff7789;
}
.btn_s {
  margin: 16px 0;
}
.btn_s a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  background: #ff7789;
  padding: 4px 0px;
  font-size: 1.3rem;
  border: 2px solid #ffdde2;
  display: block;
  width: 160px;
  text-align: center;
}
@media (max-width: 1024px) {
  .btn_s a {
    font-size: 1.2rem;
  }
}
.btn_s a:link,
.btn_s a:visited {
  color: #fff;
}
.btn_s a:hover {
  color: #fff;
  background: #fff;
  color: #ff7789;
  border: 1px solid #ff7789;
}
@media (max-width: 960px) {
  .btn_s {
    margin: 16px auto !important;
  }
}
.btn_s.center a {
  margin-right: auto !important;
  margin-left: auto !important;
}
.btn_s.right a {
  margin-left: auto !important;
}
@media (max-width: 960px) {
  .btn_s.right a {
    margin: 0 auto !important;
  }
}
.telbtn {
  font-size: 3.5rem;
  padding: 0px 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.telbtn:before {
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  font-weight: 900;
  content: "\f095";
  margin-right: 5px;
  color: #ff7789;
}
.telbtn a:link,
.telbtn a:visited {
  color: #ff7789;
  text-decoration: none;
}
.telbtn a:hover {
  color: #ff7789;
  text-decoration: none;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .telbtn {
    font-size: 2rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 8px 0;
    margin: 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 1px;
  }
  .telbtn:before {
    font-size: 1.8rem;
  }
}
.title_base {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  color: #ff7789;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 1200px) {
  .title_base {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  .title_base {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .title_base {
    font-size: 2.2rem;
  }
}
.title_base span {
  font-size: 1.7rem;
  line-height: 2;
  display: block;
  font-weight: normal;
  color: #555;
  font-family: "Kosugi Maru", sans-serif;
}
@media (max-width: 1024px) {
  .title_base span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .title_base {
    font-size: 8vw;
    margin-bottom: 24px;
    text-align: center;
  }
}
.title_ic {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 1px solid #ff7789;
}
@media (max-width: 1200px) {
  .title_ic {
    font-size: 1.8rem;
  }
}
.title_check {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
  padding: 4px 0 0;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .title_check {
    font-size: 1.8rem;
  }
}
.title_check:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #ff7789;
}
.title_check2 {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  color: #ff7789;
  padding: 4px 0 0;
  border-bottom: 1px dashed #ffa6ac;
}
@media (max-width: 1200px) {
  .title_check2 {
    font-size: 1.8rem;
  }
}
.title_check2:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 5px;
  color: #ff7789;
}
@media (max-width: 1024px) {
  .title_check2 {
    font-size: 1.5rem;
  }
}
.title_ic {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
  margin-bottom: 16px;
  padding: 4px 0 0;
  font-weight: bold;
  border-bottom: 1px solid #ff7789;
}
@media (max-width: 1200px) {
  .title_ic {
    font-size: 1.8rem;
  }
}
.title_ic:before {
  content: "";
  margin-bottom: 8px;
  margin-right: 8px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/ttl_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "object-fit: contain;";
  vertical-align: middle;
}
.title_elegant {
  font-size: 4rem;
  font-family: "Great Vibes", cursive;
  color: rgba(168, 228, 225, 0.4);
  font-weight: normal;
  line-height: 1.2;
  position: absolute;
  top: -24px;
  left: -30px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 1;
}
@media (max-width: 1024px) {
  .title_elegant {
    font-size: 6rem;
  }
}
.title_point {
  color: #ff7789;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}
.title_point span {
  background: #ff7789;
  display: inline-block;
  padding: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}
.title_point_center {
  color: #ff7789;
  font-weight: bold;
  line-height: 20px;
  margin: 24px 0;
  padding: 3px 0;
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 1200px) {
  .title_point_center {
    font-size: 1.8rem;
  }
}
.title_point_center span {
  background: #ff7789;
  display: block;
  padding: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-size: 2.3rem;
  margin: 0 auto 10px;
}
.title_bot {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
  display: table;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 3px solid #ff7789;
}
@media (max-width: 1200px) {
  .title_bot {
    font-size: 1.8rem;
  }
}
.title_bot span {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .title_bot span {
    font-size: 1.2rem;
  }
}
.title_bot.tcenter {
  margin-right: auto;
  margin-left: auto;
}
.ttl_biger {
  font-size: 10vw;
  font-family: "Archivo Black", sans-serif;
  color: rgba(0, 0, 0, 0.2);
  z-index: 0;
  line-height: 1;
  position: relative;
}
.ttl_biger span {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  font-weight: bold;
  font-family: "Kosugi Maru", sans-serif;
  color: #ff7789;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .ttl_biger span {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  .ttl_biger span {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .ttl_biger span {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .ttl_biger {
    font-size: 2.8rem;
    color: rgba(255, 119, 137, 0.6);
    text-align: center;
  }
}
.look_bk {
  font-size: 6rem;
  color: rgba(255, 119, 137, 0.2);
  z-index: 0;
  line-height: 1;
  font-family: "Archivo Black", sans-serif;
}
@media (max-width: 1024px) {
  .look_bk {
    font-size: 2.8rem;
    color: rgba(255, 119, 137, 0.6);
    text-align: center;
  }
}
.look {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  z-index: 1;
  line-height: 1.5;
  margin-bottom: 24px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  color: #ff7789;
  margin-top: -16px;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .look {
    font-size: 1.8rem;
  }
}
@media (max-width: 960px) {
  .look {
    margin-top: -8px;
    font-size: 1.5rem !important;
    text-align: center;
  }
}
.title_bg {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  background: #a8e4e1;
  color: #fff;
  text-indent: 2rem;
  margin: 16px 0;
  padding: 4px 0;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .title_bg {
    font-size: 1.8rem;
  }
}
.title_border {
  border-radius: 10px;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  background: #ff7789;
  color: #fff;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border: 1px solid #ff7789;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .title_border {
    font-size: 1.8rem;
  }
}
.title_cl {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  font-size: 3.2rem;
  color: #ff7789;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 1200px) {
  .title_cl {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  .title_cl {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .title_cl {
    font-size: 2.2rem;
  }
}
.title_cl:after {
  content: "";
  width: 160px;
  height: 2px;
  background: #ff7789;
  display: block;
  position: absolute;
  top: 80px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
.title_cl span {
  font-size: 15px;
  display: block;
}
.title_cl.white {
  color: #fff;
}
.title_cl.white:after {
  background: #fff;
}
.title_cl.line_2:after {
  top: 80px;
}
@media (max-width: 1024px) {
  .title_cl.line_2:after {
    top: 70px;
  }
}
@media (max-width: 1024px) {
  .title_cl {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .title_cl:after {
    top: 50px;
  }
}
.title_bl {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
  text-indent: 0.8em;
  overflow: hidden;
  font-weight: normal;
  border-left: 3px solid #ff7789;
  margin: 32px 0;
  padding: 4px 0;
}
@media (max-width: 1200px) {
  .title_bl {
    font-size: 1.8rem;
  }
}
.title_bl span {
  font-size: 1.7rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  .title_bl span {
    font-size: 1.4rem;
  }
}
.title_cl_line {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
  text-align: center;
  padding: 16px 0;
  background: url("../img/title_cl_line.png") repeat-x center;
}
@media (max-width: 1200px) {
  .title_cl_line {
    font-size: 1.8rem;
  }
}
.title_cl_line h1,
.title_cl_line h2,
.title_cl_line h3,
.title_cl_line h4,
.title_cl_line h5 {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 3px 32px;
  line-height: 1.3;
}
.title_cl_line span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #555;
}
@media (max-width: 1024px) {
  .title_cl_line span {
    font-size: 1.2rem;
  }
}
.title_cl_line:after {
  content: "";
  height: 100px;
}
.title_rs {
  margin: 16px 0;
}
.title_rs span {
  background: #ff7789;
  color: #fff;
  padding: 5px 15px;
  font-size: 1.8rem;
  display: block;
  max-width: 230px;
  text-align: center;
}
.title_rs.center span {
  margin-right: auto !important;
  margin-left: auto !important;
}
.title_rs.right span {
  margin-left: auto !important;
}
@media screen and (max-width: 768px) {
  .title_rs.right span {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.title_arrow {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  background: #ebebef;
  padding: 5px 10px;
  position: relative;
  padding: 5px 0 5px 70px;
}
@media (max-width: 1200px) {
  .title_arrow {
    font-size: 1.8rem;
  }
}
.title_arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: #ff7789;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.title_arrow:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  border: 28px solid transparent;
  border-left: 20px solid #ff7789;
}
.yajirusi {
  position: relative;
  background: #ff7789;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
@media (max-width: 1200px) {
  .yajirusi {
    font-size: 1.8rem;
  }
}
.yajirusi span {
  margin-right: 8px;
  font-weight: bold;
}
.yajirusi:after,
.yajirusi:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.yajirusi:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ff7789;
  border-width: 15px;
  margin-left: -15px;
}
.yajirusi:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #ff7789;
  border-width: 20px;
  margin-left: -20px;
}
.title_dotted {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #ff7789;
  padding: 10px 0;
  border-top: dotted 3px #ff7789;
  border-bottom: dotted 3px #ff7789;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .title_dotted {
    font-size: 1.8rem;
  }
}
.title_double {
  background: #ff7789;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  border: 4px double #fff;
  padding: 16px 0;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .title_double {
    font-size: 1.8rem;
  }
}
.title_double span {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  background: #fff;
  padding: 3px 8px;
  border-radius: 30px;
  color: #ffaab5;
  margin-left: 10px;
  letter-spacing: 1.5px;
}
@media (max-width: 1024px) {
  .title_double span {
    font-size: 1.2rem;
  }
}
.title_double i {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .title_double {
    padding: 8px 0;
  }
  .title_double i {
    font-size: 2.5rem;
  }
}
.hukidasi {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
  background: #ff7789;
  font-weight: normal;
  line-height: 1;
  margin: 20px 0px 15px 0px;
  padding: 32px 0;
  border-radius: 10px;
  border: 2px solid #aaa;
}
@media (max-width: 1200px) {
  .hukidasi {
    font-size: 1.8rem;
  }
}
.hukidasi:after,
.hukidasi:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}
.hukidasi:after {
  left: 33px;
  border: 8px solid transparent;
  border-top: 11px solid #ff7789;
}
.hukidasi:before {
  left: 30px;
  border: 11px solid transparent;
  border-top: 13px solid #aaa;
}
.text_S {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #ff7789;
}
@media (max-width: 1024px) {
  .text_S {
    font-size: 1.2rem;
  }
}
.text_M {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
}
@media (max-width: 1200px) {
  .text_M {
    font-size: 1.8rem;
  }
}
.text_L {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  color: #ff7789;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .text_L {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  .text_L {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .text_L {
    font-size: 2.2rem;
  }
}
.point_text {
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #1595dc;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.point_text::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-left: 15px;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  background: #0089d4;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0089d4),
    to(#14baf8)
  );
  background: linear-gradient(to right, #0089d4 0%, #14baf8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0089d4", endColorstr="#14baf8",GradientType=1 );
}
.radius {
  border-radius: 25px;
}
.shadow {
  -webkit-box-shadow: rgba(85, 85, 85, 0.1) 0 1px 15px 10px;
  box-shadow: rgba(85, 85, 85, 0.1) 0 1px 15px 10px;
}
.frame {
  padding: 32px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .frame {
    padding: 8px;
  }
}
.inbox {
  margin: -32px;
}
@media (max-width: 1024px) {
  .inbox {
    margin: -8px;
    padding: 16px;
  }
}
.border {
  border: 1px solid #888;
}
.img_frame {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.img_frame:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  background: #fff;
  z-index: -1;
}
.img_shadow {
  -webkit-box-shadow: rgba(255, 119, 137, 0.2) 16px 16px 0;
  box-shadow: rgba(255, 119, 137, 0.2) 16px 16px 0;
}
.img_r {
  border-radius: 50%;
}
.pattern01 {
  background-image: url(../img/pattern01.jpg);
}
.pattern02 {
  background-image: url(../img/pattern02.jpg);
}
.pattern03 {
  background-image: url(../img/pattern03.png);
}
.pattern_half_l {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pattern_half_l:after {
  content: "";
  display: block;
  background-image: url(../img/pattern01.jpg);
  background-repeat: repeat !important;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
  height: 70%;
  width: 80%;
}
.pattern_half_r {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pattern_half_r:after {
  content: "";
  display: block;
  background-image: url(../img/pattern01.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0;
  z-index: -1;
  height: 70%;
  width: 80%;
}
.bg_half {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #fff),
    color-stop(50%, #eee)
  );
  background-image: linear-gradient(to right, #fff 50%, #eee 50%);
}
.bg_half_l {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(70%, #fff),
    color-stop(70%, #fbf8ed)
  );
  background-image: linear-gradient(to right, #fff 70%, #fbf8ed 70%);
}
.bg_half_r {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(80%, #fff),
    color-stop(70%, #fbf8ed)
  );
  background-image: linear-gradient(to left, #fff 80%, #fbf8ed 70%);
}
.bg_img_half_l {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bg_img_half_l:after {
  content: "";
  display: block;
  background-image: url(../img/bg_img_half_l.jpg);
  background-repeat: repeat !important;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
  height: 70%;
  width: 80%;
}
.bg_img_half_r {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space;
  -ms-flex-pack: space;
  justify-content: space;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bg_img_half_r:after {
  content: "";
  display: block;
  background-image: url(../img/bg_img_half_l.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0;
  z-index: -1;
  height: 70%;
  width: 80%;
}
.bg_frame {
  background-image: url(../img/bg_l.png), url(../img/bg_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-attachment: scroll, scroll;
  background-size: 200px, 200px;
}
.bg_img1 {
  background-image: url(../img/bg_img1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .bg_img1 {
    background-position: center center;
  }
}
.bg_img2 {
  background-image: url(../img/bg_img2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_img3 {
  background-image: url(../img/bg_img3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_img4 {
  background-image: url(../img/bg_img4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_img5 {
  background-image: url(../img/bg_img5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_grid {
  width: 100%;
  background-image: linear-gradient(#ddd 1px, transparent 0),
    linear-gradient(90deg, #ddd 1px, transparent 0);
  background-size: 20px 20px;
}
.bg_linear {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ff7789),
    color-stop(30%, #ff7789),
    color-stop(30%, #fff),
    to(#fff)
  );
  background: linear-gradient(
    0deg,
    #ff7789 0%,
    #ff7789 30%,
    #fff 30%,
    #fff 100%
  );
}
.bg_stripe {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #fff),
    color-stop(25%, #fff),
    color-stop(50%, #fff),
    color-stop(50%, #fff),
    color-stop(75%, #fff),
    color-stop(75%, #fff),
    to(#fff)
  );
  background-image: linear-gradient(
    90deg,
    #fff 25%,
    #fff 25%,
    #fff 50%,
    #fff 50%,
    #fff 75%,
    #fff 75%,
    #fff
  );
  background-size: 100px 100px;
}
.scr {
  width: 100%;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.scr::-webkit-scrollbar {
  width: 5px;
}
.scr::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.scr::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.scr.blog {
  max-height: 500px;
}
table {
  width: 100%;
}
table th {
  vertical-align: middle;
  padding: 16px 8px;
  font-weight: normal;
  line-height: 1.5;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  text-align: left;
}
table td {
  padding: 16px 8px;
  vertical-align: middle;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
}
table td b {
  color: #ff7789;
}
.tbl_normal {
  margin: 16px 0;
  width: 100%;
  background: #fff;
  text-align: center;
}
.tbl_normal.col_2 th {
  width: 50%;
}
.tbl_normal th {
  padding: 10px 10px;
  font-weight: normal;
  line-height: 1.5;
  border: #aaa 1px solid;
  text-align: center;
  background-color: #ff7789;
  color: #fff;
}
.tbl_normal td {
  padding: 10px 10px;
  border: #ff7789 1px solid;
  vertical-align: top;
}
.tbl_normal td b {
  color: #a40000;
}
table.tbl-2l {
  margin: 15px 0;
}
table.tbl-2l th {
  padding: 15px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 0px solid;
  color: #555;
  background: none !important;
  text-align: left;
}
table.tbl-2l tr:nth-child(odd) {
  background: #f2f2f2;
}
table.tbl-2l td {
  padding: 15px 10px;
  border: #eee 0px solid !important;
  background: none;
}
table.tbl-2l .price {
  text-align: center;
}
.tbl_tr th:nth-child(4) {
  text-align: left;
}
.tbl_tr td:nth-child(1),
.tbl_tr td:nth-child(2),
.tbl_tr td:nth-child(3) {
  text-align: center;
}
.tbl_tr tr:hover {
  background: rgba(255, 119, 137, 0.1);
}
@media (max-width: 1024px) {
  .tbl_tr {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tbl_tr tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tbl_tr th {
    padding: 8px 0px;
    vertical-align: middle;
    border-top: #aaa 1px solid;
    border-bottom: #aaa 1px solid;
    border-left: #aaa 0px solid;
    border-right: #aaa 0px solid;
  }
  .tbl_tr th:nth-child(1),
  .tbl_tr th:nth-child(2),
  .tbl_tr th:nth-child(3) {
    width: 33.33% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tbl_tr td {
    padding: 8px 0px;
    vertical-align: middle;
    border-top: #aaa 0px solid;
    border-bottom: #aaa 1px solid;
    border-left: #aaa 0px solid;
    border-right: #aaa 0px solid;
  }
  .tbl_tr td:nth-child(1),
  .tbl_tr td:nth-child(2),
  .tbl_tr td:nth-child(3) {
    width: 33.33% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tbl_tr th:nth-child(4) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none !important;
    width: 100% !important;
  }
  .tbl_tr td:nth-child(4) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    margin-bottom: 8px;
  }
}
.tbl_sinryou {
  margin: 16px 0;
  text-align: center;
  border-left: #ff7789 1px solid;
  border-right: #ff7789 1px solid;
  background: #fff;
}
.tbl_sinryou th {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  background-color: rgba(255, 119, 137, 0.2);
  vertical-align: middle;
  background: #ff7789;
  color: #fff;
  padding: 8px 0px !important;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  border-top: #888 1px solid;
  border-bottom: #888 1px solid;
  border-left: #888 0px solid;
  border-right: #888 0px solid;
  font-weight: normal;
  width: 10%;
}
@media (max-width: 1024px) {
  .tbl_sinryou th {
    font-size: 1.2rem;
  }
}
.tbl_sinryou th:first-child {
  width: 90px;
}
.tbl_sinryou td {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  padding: 8px 0px !important;
  margin: 0;
  vertical-align: middle;
  border-top: #ff7789 1px solid;
  border-bottom: #ff7789 1px solid;
  border-left: #aaa 0px solid;
  border-right: #aaa 0px solid;
  text-align: center;
}
@media (max-width: 1024px) {
  .tbl_sinryou td {
    font-size: 1.2rem;
  }
}
.tbl_sinryou td b {
  color: #ff7789;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  table.rs {
    width: 100%;
  }
  table.rs th {
    display: block;
    width: calc(100% - 2px) !important;
    overflow: hidden;
    padding: 16px 0;
    border: 0px;
    color: #ff7789;
  }
  table.rs td {
    display: block;
    width: calc(100% - 2px) !important;
    padding: 16px 0;
  }
}
@media (max-width: 1024px) {
  .table_scr {
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .table_scr table {
    width: 600px;
  }
}
.marker-c {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #a8d8fa)
  );
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0;
}
.marker-m {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #ff7c81)
  );
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0;
}
.marker-y {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #fef36c)
  );
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
}
.marker-k {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #ccc)
  );
  background: linear-gradient(transparent 70%, #ccc 0%);
  z-index: 0;
}
.marker-p {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(0%, #ffd0e1)
  );
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0;
}
.bg_grd_black {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#434343),
    to(#000)
  );
  background-image: linear-gradient(to right, #434343 0%, #000 100%);
}
.bg_grd_blue {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1799c2),
    to(#1460d1)
  );
  background-image: linear-gradient(to right, #1799c2 0%, #1460d1 100%);
}
.bg_grd_green {
  background: linear-gradient(45deg, #27ffed, #abffaf);
}
.bg-base {
  background-color: #ff7789 !important;
}
.bg-orange {
  background-color: #f60 !important;
}
.bg-old {
  background-color: #c69c6d !important;
}
.bg-purple {
  background-color: #930063 !important;
}
.bg-red {
  background-color: #a40000 !important;
}
.bg-blue {
  background-color: #1e7abf !important;
}
.bg-green {
  background-color: #077b54 !important;
}
.mint_green {
  background-color: #4ddfae !important;
}
.bg-skyblue {
  background-color: #caf0ff !important;
}
.bg-yellow {
  background-color: #ffe766 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-glass {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-pink {
  background-color: #ff7789 !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-beige {
  background-color: #f5edd9 !important;
}
.bg-brown {
  background-color: #9b8871 !important;
}
.bg-111 {
  background-color: #111 !important;
}
.bg-222 {
  background-color: #222 !important;
}
.bg-333 {
  background-color: #333 !important;
}
.bg-aaa {
  background-color: #aaa !important;
}
.bg-bbb {
  background-color: #bbb !important;
}
.bg-ccc {
  background-color: #ccc !important;
}
.bg-ddd {
  background-color: #ddd !important;
}
.bg-eee {
  background-color: #eee !important;
}
.bg-f2 {
  background-color: #f2f2f2 !important;
}
.bg-line {
  background-color: #2bac38 !important;
}
.bg-facebook {
  background-color: #365491 !important;
}
.bg-twitter {
  background-color: #3596d4 !important;
}
.bg-insta {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
}
.tcenter {
  text-align: center;
}
.tcenter_sp {
  text-align: center;
}
.tright {
  text-align: right;
}
.mleft530 {
  margin-left: 530px;
}
.tleft {
  text-align: left;
}
.tinline {
  display: inline-block;
}
.m0 {
  margin: 0px !important;
}
.t-m0 {
  margin-top: 0px !important;
}
.r-m0 {
  margin-right: 0px !important;
}
.b-m0 {
  margin-bottom: 0px !important;
}
.l-m0 {
  margin-left: 0px !important;
}
.h-m0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.w-m0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.p0 {
  padding: 0px !important;
}
.t-p0 {
  padding-top: 0px !important;
}
.r-p0 {
  padding-right: 0px !important;
}
.b-p0 {
  padding-bottom: 0px !important;
}
.l-p0 {
  padding-left: 0px !important;
}
.h-p0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.w-p0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.m0 {
  margin: 0px !important;
}
.t-m0 {
  margin-top: 0px !important;
}
.r-m0 {
  margin-right: 0px !important;
}
.b-m0 {
  margin-bottom: 0px !important;
}
.l-m0 {
  margin-left: 0px !important;
}
.m5 {
  margin: 8px !important;
}
.t-m5 {
  margin-top: 8px !important;
}
.r-m5 {
  margin-right: 8px !important;
}
.b-m5 {
  margin-bottom: 8px !important;
}
.l-m5 {
  margin-left: 8px !important;
}
.h-m5 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.w-m5 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.p5 {
  padding: 8px !important;
}
.t-p5 {
  padding-top: 8px !important;
}
.r-p5 {
  padding-right: 8px !important;
}
.b-p5 {
  padding-bottom: 8px !important;
}
.l-p5 {
  padding-left: 8px !important;
}
.h-p5 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.w-p5 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.m-5 {
  margin: -8px !important;
}
.t-m-5 {
  margin-top: -8px !important;
}
.r-m-5 {
  margin-right: -8px !important;
}
.b-m-5 {
  margin-bottom: -8px !important;
}
.l-m-5 {
  margin-left: -8px !important;
}
.m10 {
  margin: 16px !important;
}
.t-m10 {
  margin-top: 16px !important;
}
.r-m10 {
  margin-right: 16px !important;
}
.b-m10 {
  margin-bottom: 16px !important;
}
.l-m10 {
  margin-left: 16px !important;
}
.h-m10 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.w-m10 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.p10 {
  padding: 16px !important;
}
.t-p10 {
  padding-top: 16px !important;
}
.r-p10 {
  padding-right: 16px !important;
}
.b-p10 {
  padding-bottom: 16px !important;
}
.l-p10 {
  padding-left: 16px !important;
}
.h-p10 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.w-p10 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.m-10 {
  margin: -16px !important;
}
.t-m-10 {
  margin-top: -16px !important;
}
.r-m-10 {
  margin-right: -16px !important;
}
.b-m-10 {
  margin-bottom: -16px !important;
}
.l-m-10 {
  margin-left: -16px !important;
}
.m15 {
  margin: 24px !important;
}
.t-m15 {
  margin-top: 24px !important;
}
.r-m15 {
  margin-right: 24px !important;
}
.b-m15 {
  margin-bottom: 24px !important;
}
.l-m15 {
  margin-left: 24px !important;
}
.h-m15 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.w-m15 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.p15 {
  padding: 24px !important;
}
.t-p15 {
  padding-top: 24px !important;
}
.r-p15 {
  padding-right: 24px !important;
}
.b-p15 {
  padding-bottom: 24px !important;
}
.l-p15 {
  padding-left: 24px !important;
}
.h-p15 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.w-p15 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.m-15 {
  margin: -24px !important;
}
.t-m-15 {
  margin-top: -24px !important;
}
.r-m-15 {
  margin-right: -24px !important;
}
.b-m-15 {
  margin-bottom: -24px !important;
}
.l-m-15 {
  margin-left: -24px !important;
}
.m20 {
  margin: 32px !important;
}
.t-m20 {
  margin-top: 32px !important;
}
.r-m20 {
  margin-right: 32px !important;
}
.b-m20 {
  margin-bottom: 32px !important;
}
.l-m20 {
  margin-left: 32px !important;
}
.h-m20 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.w-m20 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.p20 {
  padding: 32px !important;
}
.t-p20 {
  padding-top: 32px !important;
}
.r-p20 {
  padding-right: 32px !important;
}
.b-p20 {
  padding-bottom: 32px !important;
}
.l-p20 {
  padding-left: 32px !important;
}
.h-p20 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.w-p20 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.m-20 {
  margin: -32px !important;
}
.t-m-20 {
  margin-top: -32px !important;
}
.r-m-20 {
  margin-right: -32px !important;
}
.b-m-20 {
  margin-bottom: -32px !important;
}
.l-m-20 {
  margin-left: -32px !important;
}
.m25 {
  margin: 40px !important;
}
.t-m25 {
  margin-top: 40px !important;
}
.r-m25 {
  margin-right: 40px !important;
}
.b-m25 {
  margin-bottom: 40px !important;
}
.l-m25 {
  margin-left: 40px !important;
}
.h-m25 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.w-m25 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.p25 {
  padding: 40px !important;
}
.t-p25 {
  padding-top: 40px !important;
}
.r-p25 {
  padding-right: 40px !important;
}
.b-p25 {
  padding-bottom: 40px !important;
}
.l-p25 {
  padding-left: 40px !important;
}
.h-p25 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.w-p25 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.m-25 {
  margin: -40px !important;
}
.t-m-25 {
  margin-top: -40px !important;
}
.r-m-25 {
  margin-right: -40px !important;
}
.b-m-25 {
  margin-bottom: -40px !important;
}
.l-m-25 {
  margin-left: -40px !important;
}
.m30 {
  margin: 48px !important;
}
.t-m30 {
  margin-top: 48px !important;
}
.r-m30 {
  margin-right: 48px !important;
}
.b-m30 {
  margin-bottom: 48px !important;
}
.l-m30 {
  margin-left: 48px !important;
}
.h-m30 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.w-m30 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.p30 {
  padding: 48px !important;
}
.t-p30 {
  padding-top: 48px !important;
}
.r-p30 {
  padding-right: 48px !important;
}
.b-p30 {
  padding-bottom: 48px !important;
}
.l-p30 {
  padding-left: 48px !important;
}
.h-p30 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.w-p30 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.m-30 {
  margin: -48px !important;
}
.t-m-30 {
  margin-top: -48px !important;
}
.r-m-30 {
  margin-right: -48px !important;
}
.b-m-30 {
  margin-bottom: -48px !important;
}
.l-m-30 {
  margin-left: -48px !important;
}
.m35 {
  margin: 56px !important;
}
.t-m35 {
  margin-top: 56px !important;
}
.r-m35 {
  margin-right: 56px !important;
}
.b-m35 {
  margin-bottom: 56px !important;
}
.l-m35 {
  margin-left: 56px !important;
}
.h-m35 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.w-m35 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}
.p35 {
  padding: 56px !important;
}
.t-p35 {
  padding-top: 56px !important;
}
.r-p35 {
  padding-right: 56px !important;
}
.b-p35 {
  padding-bottom: 56px !important;
}
.l-p35 {
  padding-left: 56px !important;
}
.h-p35 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.w-p35 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.m-35 {
  margin: -56px !important;
}
.t-m-35 {
  margin-top: -56px !important;
}
.r-m-35 {
  margin-right: -56px !important;
}
.b-m-35 {
  margin-bottom: -56px !important;
}
.l-m-35 {
  margin-left: -56px !important;
}
.m40 {
  margin: 64px !important;
}
.t-m40 {
  margin-top: 64px !important;
}
.r-m40 {
  margin-right: 64px !important;
}
.b-m40 {
  margin-bottom: 64px !important;
}
.l-m40 {
  margin-left: 64px !important;
}
.h-m40 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.w-m40 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.p40 {
  padding: 64px !important;
}
.t-p40 {
  padding-top: 64px !important;
}
.r-p40 {
  padding-right: 64px !important;
}
.b-p40 {
  padding-bottom: 64px !important;
}
.l-p40 {
  padding-left: 64px !important;
}
.h-p40 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.w-p40 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.m-40 {
  margin: -64px !important;
}
.t-m-40 {
  margin-top: -64px !important;
}
.r-m-40 {
  margin-right: -64px !important;
}
.b-m-40 {
  margin-bottom: -64px !important;
}
.l-m-40 {
  margin-left: -64px !important;
}
.m45 {
  margin: 72px !important;
}
.t-m45 {
  margin-top: 72px !important;
}
.r-m45 {
  margin-right: 72px !important;
}
.b-m45 {
  margin-bottom: 72px !important;
}
.l-m45 {
  margin-left: 72px !important;
}
.h-m45 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.w-m45 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}
.p45 {
  padding: 72px !important;
}
.t-p45 {
  padding-top: 72px !important;
}
.r-p45 {
  padding-right: 72px !important;
}
.b-p45 {
  padding-bottom: 72px !important;
}
.l-p45 {
  padding-left: 72px !important;
}
.h-p45 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.w-p45 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.m-45 {
  margin: -72px !important;
}
.t-m-45 {
  margin-top: -72px !important;
}
.r-m-45 {
  margin-right: -72px !important;
}
.b-m-45 {
  margin-bottom: -72px !important;
}
.l-m-45 {
  margin-left: -72px !important;
}
.m50 {
  margin: 80px !important;
}
.t-m50 {
  margin-top: 80px !important;
}
.r-m50 {
  margin-right: 80px !important;
}
.b-m50 {
  margin-bottom: 80px !important;
}
.l-m50 {
  margin-left: 80px !important;
}
.h-m50 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.w-m50 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.p50 {
  padding: 80px !important;
}
.t-p50 {
  padding-top: 80px !important;
}
.r-p50 {
  padding-right: 80px !important;
}
.b-p50 {
  padding-bottom: 80px !important;
}
.l-p50 {
  padding-left: 80px !important;
}
.h-p50 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.w-p50 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.m-50 {
  margin: -80px !important;
}
.t-m-50 {
  margin-top: -80px !important;
}
.r-m-50 {
  margin-right: -80px !important;
}
.b-m-50 {
  margin-bottom: -80px !important;
}
.l-m-50 {
  margin-left: -80px !important;
}
.m55 {
  margin: 88px !important;
}
.t-m55 {
  margin-top: 88px !important;
}
.r-m55 {
  margin-right: 88px !important;
}
.b-m55 {
  margin-bottom: 88px !important;
}
.l-m55 {
  margin-left: 88px !important;
}
.h-m55 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.w-m55 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}
.p55 {
  padding: 88px !important;
}
.t-p55 {
  padding-top: 88px !important;
}
.r-p55 {
  padding-right: 88px !important;
}
.b-p55 {
  padding-bottom: 88px !important;
}
.l-p55 {
  padding-left: 88px !important;
}
.h-p55 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.w-p55 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}
.m-55 {
  margin: -88px !important;
}
.t-m-55 {
  margin-top: -88px !important;
}
.r-m-55 {
  margin-right: -88px !important;
}
.b-m-55 {
  margin-bottom: -88px !important;
}
.l-m-55 {
  margin-left: -88px !important;
}
.m60 {
  margin: 96px !important;
}
.t-m60 {
  margin-top: 96px !important;
}
.r-m60 {
  margin-right: 96px !important;
}
.b-m60 {
  margin-bottom: 96px !important;
}
.l-m60 {
  margin-left: 96px !important;
}
.h-m60 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.w-m60 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}
.p60 {
  padding: 96px !important;
}
.t-p60 {
  padding-top: 96px !important;
}
.r-p60 {
  padding-right: 96px !important;
}
.b-p60 {
  padding-bottom: 96px !important;
}
.l-p60 {
  padding-left: 96px !important;
}
.h-p60 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.w-p60 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}
.m-60 {
  margin: -96px !important;
}
.t-m-60 {
  margin-top: -96px !important;
}
.r-m-60 {
  margin-right: -96px !important;
}
.b-m-60 {
  margin-bottom: -96px !important;
}
.l-m-60 {
  margin-left: -96px !important;
}
.m65 {
  margin: 104px !important;
}
.t-m65 {
  margin-top: 104px !important;
}
.r-m65 {
  margin-right: 104px !important;
}
.b-m65 {
  margin-bottom: 104px !important;
}
.l-m65 {
  margin-left: 104px !important;
}
.h-m65 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}
.w-m65 {
  margin-left: 104px !important;
  margin-right: 104px !important;
}
.p65 {
  padding: 104px !important;
}
.t-p65 {
  padding-top: 104px !important;
}
.r-p65 {
  padding-right: 104px !important;
}
.b-p65 {
  padding-bottom: 104px !important;
}
.l-p65 {
  padding-left: 104px !important;
}
.h-p65 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}
.w-p65 {
  padding-left: 104px !important;
  padding-right: 104px !important;
}
.m-65 {
  margin: -104px !important;
}
.t-m-65 {
  margin-top: -104px !important;
}
.r-m-65 {
  margin-right: -104px !important;
}
.b-m-65 {
  margin-bottom: -104px !important;
}
.l-m-65 {
  margin-left: -104px !important;
}
.m70 {
  margin: 112px !important;
}
.t-m70 {
  margin-top: 112px !important;
}
.r-m70 {
  margin-right: 112px !important;
}
.b-m70 {
  margin-bottom: 112px !important;
}
.l-m70 {
  margin-left: 112px !important;
}
.h-m70 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}
.w-m70 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}
.p70 {
  padding: 112px !important;
}
.t-p70 {
  padding-top: 112px !important;
}
.r-p70 {
  padding-right: 112px !important;
}
.b-p70 {
  padding-bottom: 112px !important;
}
.l-p70 {
  padding-left: 112px !important;
}
.h-p70 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}
.w-p70 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}
.m-70 {
  margin: -112px !important;
}
.t-m-70 {
  margin-top: -112px !important;
}
.r-m-70 {
  margin-right: -112px !important;
}
.b-m-70 {
  margin-bottom: -112px !important;
}
.l-m-70 {
  margin-left: -112px !important;
}
.m75 {
  margin: 120px !important;
}
.t-m75 {
  margin-top: 120px !important;
}
.r-m75 {
  margin-right: 120px !important;
}
.b-m75 {
  margin-bottom: 120px !important;
}
.l-m75 {
  margin-left: 120px !important;
}
.h-m75 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.w-m75 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}
.p75 {
  padding: 120px !important;
}
.t-p75 {
  padding-top: 120px !important;
}
.r-p75 {
  padding-right: 120px !important;
}
.b-p75 {
  padding-bottom: 120px !important;
}
.l-p75 {
  padding-left: 120px !important;
}
.h-p75 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.w-p75 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.m-75 {
  margin: -120px !important;
}
.t-m-75 {
  margin-top: -120px !important;
}
.r-m-75 {
  margin-right: -120px !important;
}
.b-m-75 {
  margin-bottom: -120px !important;
}
.l-m-75 {
  margin-left: -120px !important;
}
.m80 {
  margin: 128px !important;
}
.t-m80 {
  margin-top: 128px !important;
}
.r-m80 {
  margin-right: 128px !important;
}
.b-m80 {
  margin-bottom: 128px !important;
}
.l-m80 {
  margin-left: 128px !important;
}
.h-m80 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}
.w-m80 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}
.p80 {
  padding: 128px !important;
}
.t-p80 {
  padding-top: 128px !important;
}
.r-p80 {
  padding-right: 128px !important;
}
.b-p80 {
  padding-bottom: 128px !important;
}
.l-p80 {
  padding-left: 128px !important;
}
.h-p80 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}
.w-p80 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}
.m-80 {
  margin: -128px !important;
}
.t-m-80 {
  margin-top: -128px !important;
}
.r-m-80 {
  margin-right: -128px !important;
}
.b-m-80 {
  margin-bottom: -128px !important;
}
.l-m-80 {
  margin-left: -128px !important;
}
.m85 {
  margin: 136px !important;
}
.t-m85 {
  margin-top: 136px !important;
}
.r-m85 {
  margin-right: 136px !important;
}
.b-m85 {
  margin-bottom: 136px !important;
}
.l-m85 {
  margin-left: 136px !important;
}
.h-m85 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}
.w-m85 {
  margin-left: 136px !important;
  margin-right: 136px !important;
}
.p85 {
  padding: 136px !important;
}
.t-p85 {
  padding-top: 136px !important;
}
.r-p85 {
  padding-right: 136px !important;
}
.b-p85 {
  padding-bottom: 136px !important;
}
.l-p85 {
  padding-left: 136px !important;
}
.h-p85 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}
.w-p85 {
  padding-left: 136px !important;
  padding-right: 136px !important;
}
.m-85 {
  margin: -136px !important;
}
.t-m-85 {
  margin-top: -136px !important;
}
.r-m-85 {
  margin-right: -136px !important;
}
.b-m-85 {
  margin-bottom: -136px !important;
}
.l-m-85 {
  margin-left: -136px !important;
}
.m90 {
  margin: 144px !important;
}
.t-m90 {
  margin-top: 144px !important;
}
.r-m90 {
  margin-right: 144px !important;
}
.b-m90 {
  margin-bottom: 144px !important;
}
.l-m90 {
  margin-left: 144px !important;
}
.h-m90 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}
.w-m90 {
  margin-left: 144px !important;
  margin-right: 144px !important;
}
.p90 {
  padding: 144px !important;
}
.t-p90 {
  padding-top: 144px !important;
}
.r-p90 {
  padding-right: 144px !important;
}
.b-p90 {
  padding-bottom: 144px !important;
}
.l-p90 {
  padding-left: 144px !important;
}
.h-p90 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}
.w-p90 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}
.m-90 {
  margin: -144px !important;
}
.t-m-90 {
  margin-top: -144px !important;
}
.r-m-90 {
  margin-right: -144px !important;
}
.b-m-90 {
  margin-bottom: -144px !important;
}
.l-m-90 {
  margin-left: -144px !important;
}
.m95 {
  margin: 152px !important;
}
.t-m95 {
  margin-top: 152px !important;
}
.r-m95 {
  margin-right: 152px !important;
}
.b-m95 {
  margin-bottom: 152px !important;
}
.l-m95 {
  margin-left: 152px !important;
}
.h-m95 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}
.w-m95 {
  margin-left: 152px !important;
  margin-right: 152px !important;
}
.p95 {
  padding: 152px !important;
}
.t-p95 {
  padding-top: 152px !important;
}
.r-p95 {
  padding-right: 152px !important;
}
.b-p95 {
  padding-bottom: 152px !important;
}
.l-p95 {
  padding-left: 152px !important;
}
.h-p95 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}
.w-p95 {
  padding-left: 152px !important;
  padding-right: 152px !important;
}
.m-95 {
  margin: -152px !important;
}
.t-m-95 {
  margin-top: -152px !important;
}
.r-m-95 {
  margin-right: -152px !important;
}
.b-m-95 {
  margin-bottom: -152px !important;
}
.l-m-95 {
  margin-left: -152px !important;
}
.m100 {
  margin: 160px !important;
}
.t-m100 {
  margin-top: 160px !important;
}
.r-m100 {
  margin-right: 160px !important;
}
.b-m100 {
  margin-bottom: 160px !important;
}
.l-m100 {
  margin-left: 160px !important;
}
.h-m100 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.w-m100 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}
.p100 {
  padding: 160px !important;
}
.t-p100 {
  padding-top: 160px !important;
}
.r-p100 {
  padding-right: 160px !important;
}
.b-p100 {
  padding-bottom: 160px !important;
}
.l-p100 {
  padding-left: 160px !important;
}
.h-p100 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.w-p100 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}
.m-100 {
  margin: -160px !important;
}
.t-m-100 {
  margin-top: -160px !important;
}
.r-m-100 {
  margin-right: -160px !important;
}
.b-m-100 {
  margin-bottom: -160px !important;
}
.l-m-100 {
  margin-left: -160px !important;
}
.m105 {
  margin: 168px !important;
}
.t-m105 {
  margin-top: 168px !important;
}
.r-m105 {
  margin-right: 168px !important;
}
.b-m105 {
  margin-bottom: 168px !important;
}
.l-m105 {
  margin-left: 168px !important;
}
.h-m105 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}
.w-m105 {
  margin-left: 168px !important;
  margin-right: 168px !important;
}
.p105 {
  padding: 168px !important;
}
.t-p105 {
  padding-top: 168px !important;
}
.r-p105 {
  padding-right: 168px !important;
}
.b-p105 {
  padding-bottom: 168px !important;
}
.l-p105 {
  padding-left: 168px !important;
}
.h-p105 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}
.w-p105 {
  padding-left: 168px !important;
  padding-right: 168px !important;
}
.m-105 {
  margin: -168px !important;
}
.t-m-105 {
  margin-top: -168px !important;
}
.r-m-105 {
  margin-right: -168px !important;
}
.b-m-105 {
  margin-bottom: -168px !important;
}
.l-m-105 {
  margin-left: -168px !important;
}
.m110 {
  margin: 176px !important;
}
.t-m110 {
  margin-top: 176px !important;
}
.r-m110 {
  margin-right: 176px !important;
}
.b-m110 {
  margin-bottom: 176px !important;
}
.l-m110 {
  margin-left: 176px !important;
}
.h-m110 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}
.w-m110 {
  margin-left: 176px !important;
  margin-right: 176px !important;
}
.p110 {
  padding: 176px !important;
}
.t-p110 {
  padding-top: 176px !important;
}
.r-p110 {
  padding-right: 176px !important;
}
.b-p110 {
  padding-bottom: 176px !important;
}
.l-p110 {
  padding-left: 176px !important;
}
.h-p110 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}
.w-p110 {
  padding-left: 176px !important;
  padding-right: 176px !important;
}
.m-110 {
  margin: -176px !important;
}
.t-m-110 {
  margin-top: -176px !important;
}
.r-m-110 {
  margin-right: -176px !important;
}
.b-m-110 {
  margin-bottom: -176px !important;
}
.l-m-110 {
  margin-left: -176px !important;
}
.m115 {
  margin: 184px !important;
}
.t-m115 {
  margin-top: 184px !important;
}
.r-m115 {
  margin-right: 184px !important;
}
.b-m115 {
  margin-bottom: 184px !important;
}
.l-m115 {
  margin-left: 184px !important;
}
.h-m115 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}
.w-m115 {
  margin-left: 184px !important;
  margin-right: 184px !important;
}
.p115 {
  padding: 184px !important;
}
.t-p115 {
  padding-top: 184px !important;
}
.r-p115 {
  padding-right: 184px !important;
}
.b-p115 {
  padding-bottom: 184px !important;
}
.l-p115 {
  padding-left: 184px !important;
}
.h-p115 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}
.w-p115 {
  padding-left: 184px !important;
  padding-right: 184px !important;
}
.m-115 {
  margin: -184px !important;
}
.t-m-115 {
  margin-top: -184px !important;
}
.r-m-115 {
  margin-right: -184px !important;
}
.b-m-115 {
  margin-bottom: -184px !important;
}
.l-m-115 {
  margin-left: -184px !important;
}
.m120 {
  margin: 192px !important;
}
.t-m120 {
  margin-top: 192px !important;
}
.r-m120 {
  margin-right: 192px !important;
}
.b-m120 {
  margin-bottom: 192px !important;
}
.l-m120 {
  margin-left: 192px !important;
}
.h-m120 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}
.w-m120 {
  margin-left: 192px !important;
  margin-right: 192px !important;
}
.p120 {
  padding: 192px !important;
}
.t-p120 {
  padding-top: 192px !important;
}
.r-p120 {
  padding-right: 192px !important;
}
.b-p120 {
  padding-bottom: 192px !important;
}
.l-p120 {
  padding-left: 192px !important;
}
.h-p120 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}
.w-p120 {
  padding-left: 192px !important;
  padding-right: 192px !important;
}
.m-120 {
  margin: -192px !important;
}
.t-m-120 {
  margin-top: -192px !important;
}
.r-m-120 {
  margin-right: -192px !important;
}
.b-m-120 {
  margin-bottom: -192px !important;
}
.l-m-120 {
  margin-left: -192px !important;
}
.m125 {
  margin: 200px !important;
}
.t-m125 {
  margin-top: 200px !important;
}
.r-m125 {
  margin-right: 200px !important;
}
.b-m125 {
  margin-bottom: 200px !important;
}
.l-m125 {
  margin-left: 200px !important;
}
.h-m125 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.w-m125 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.p125 {
  padding: 200px !important;
}
.t-p125 {
  padding-top: 200px !important;
}
.r-p125 {
  padding-right: 200px !important;
}
.b-p125 {
  padding-bottom: 200px !important;
}
.l-p125 {
  padding-left: 200px !important;
}
.h-p125 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.w-p125 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.m-125 {
  margin: -200px !important;
}
.t-m-125 {
  margin-top: -200px !important;
}
.r-m-125 {
  margin-right: -200px !important;
}
.b-m-125 {
  margin-bottom: -200px !important;
}
.l-m-125 {
  margin-left: -200px !important;
}
.m130 {
  margin: 208px !important;
}
.t-m130 {
  margin-top: 208px !important;
}
.r-m130 {
  margin-right: 208px !important;
}
.b-m130 {
  margin-bottom: 208px !important;
}
.l-m130 {
  margin-left: 208px !important;
}
.h-m130 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}
.w-m130 {
  margin-left: 208px !important;
  margin-right: 208px !important;
}
.p130 {
  padding: 208px !important;
}
.t-p130 {
  padding-top: 208px !important;
}
.r-p130 {
  padding-right: 208px !important;
}
.b-p130 {
  padding-bottom: 208px !important;
}
.l-p130 {
  padding-left: 208px !important;
}
.h-p130 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}
.w-p130 {
  padding-left: 208px !important;
  padding-right: 208px !important;
}
.m-130 {
  margin: -208px !important;
}
.t-m-130 {
  margin-top: -208px !important;
}
.r-m-130 {
  margin-right: -208px !important;
}
.b-m-130 {
  margin-bottom: -208px !important;
}
.l-m-130 {
  margin-left: -208px !important;
}
.m135 {
  margin: 216px !important;
}
.t-m135 {
  margin-top: 216px !important;
}
.r-m135 {
  margin-right: 216px !important;
}
.b-m135 {
  margin-bottom: 216px !important;
}
.l-m135 {
  margin-left: 216px !important;
}
.h-m135 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}
.w-m135 {
  margin-left: 216px !important;
  margin-right: 216px !important;
}
.p135 {
  padding: 216px !important;
}
.t-p135 {
  padding-top: 216px !important;
}
.r-p135 {
  padding-right: 216px !important;
}
.b-p135 {
  padding-bottom: 216px !important;
}
.l-p135 {
  padding-left: 216px !important;
}
.h-p135 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}
.w-p135 {
  padding-left: 216px !important;
  padding-right: 216px !important;
}
.m-135 {
  margin: -216px !important;
}
.t-m-135 {
  margin-top: -216px !important;
}
.r-m-135 {
  margin-right: -216px !important;
}
.b-m-135 {
  margin-bottom: -216px !important;
}
.l-m-135 {
  margin-left: -216px !important;
}
.m140 {
  margin: 224px !important;
}
.t-m140 {
  margin-top: 224px !important;
}
.r-m140 {
  margin-right: 224px !important;
}
.b-m140 {
  margin-bottom: 224px !important;
}
.l-m140 {
  margin-left: 224px !important;
}
.h-m140 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}
.w-m140 {
  margin-left: 224px !important;
  margin-right: 224px !important;
}
.p140 {
  padding: 224px !important;
}
.t-p140 {
  padding-top: 224px !important;
}
.r-p140 {
  padding-right: 224px !important;
}
.b-p140 {
  padding-bottom: 224px !important;
}
.l-p140 {
  padding-left: 224px !important;
}
.h-p140 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}
.w-p140 {
  padding-left: 224px !important;
  padding-right: 224px !important;
}
.m-140 {
  margin: -224px !important;
}
.t-m-140 {
  margin-top: -224px !important;
}
.r-m-140 {
  margin-right: -224px !important;
}
.b-m-140 {
  margin-bottom: -224px !important;
}
.l-m-140 {
  margin-left: -224px !important;
}
.m145 {
  margin: 232px !important;
}
.t-m145 {
  margin-top: 232px !important;
}
.r-m145 {
  margin-right: 232px !important;
}
.b-m145 {
  margin-bottom: 232px !important;
}
.l-m145 {
  margin-left: 232px !important;
}
.h-m145 {
  margin-top: 232px !important;
  margin-bottom: 232px !important;
}
.w-m145 {
  margin-left: 232px !important;
  margin-right: 232px !important;
}
.p145 {
  padding: 232px !important;
}
.t-p145 {
  padding-top: 232px !important;
}
.r-p145 {
  padding-right: 232px !important;
}
.b-p145 {
  padding-bottom: 232px !important;
}
.l-p145 {
  padding-left: 232px !important;
}
.h-p145 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}
.w-p145 {
  padding-left: 232px !important;
  padding-right: 232px !important;
}
.m-145 {
  margin: -232px !important;
}
.t-m-145 {
  margin-top: -232px !important;
}
.r-m-145 {
  margin-right: -232px !important;
}
.b-m-145 {
  margin-bottom: -232px !important;
}
.l-m-145 {
  margin-left: -232px !important;
}
.m150 {
  margin: 240px !important;
}
.t-m150 {
  margin-top: 240px !important;
}
.r-m150 {
  margin-right: 240px !important;
}
.b-m150 {
  margin-bottom: 240px !important;
}
.l-m150 {
  margin-left: 240px !important;
}
.h-m150 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}
.w-m150 {
  margin-left: 240px !important;
  margin-right: 240px !important;
}
.p150 {
  padding: 240px !important;
}
.t-p150 {
  padding-top: 240px !important;
}
.r-p150 {
  padding-right: 240px !important;
}
.b-p150 {
  padding-bottom: 240px !important;
}
.l-p150 {
  padding-left: 240px !important;
}
.h-p150 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}
.w-p150 {
  padding-left: 240px !important;
  padding-right: 240px !important;
}
.m-150 {
  margin: -240px !important;
}
.t-m-150 {
  margin-top: -240px !important;
}
.r-m-150 {
  margin-right: -240px !important;
}
.b-m-150 {
  margin-bottom: -240px !important;
}
.l-m-150 {
  margin-left: -240px !important;
}
.m155 {
  margin: 248px !important;
}
.t-m155 {
  margin-top: 248px !important;
}
.r-m155 {
  margin-right: 248px !important;
}
.b-m155 {
  margin-bottom: 248px !important;
}
.l-m155 {
  margin-left: 248px !important;
}
.h-m155 {
  margin-top: 248px !important;
  margin-bottom: 248px !important;
}
.w-m155 {
  margin-left: 248px !important;
  margin-right: 248px !important;
}
.p155 {
  padding: 248px !important;
}
.t-p155 {
  padding-top: 248px !important;
}
.r-p155 {
  padding-right: 248px !important;
}
.b-p155 {
  padding-bottom: 248px !important;
}
.l-p155 {
  padding-left: 248px !important;
}
.h-p155 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}
.w-p155 {
  padding-left: 248px !important;
  padding-right: 248px !important;
}
.m-155 {
  margin: -248px !important;
}
.t-m-155 {
  margin-top: -248px !important;
}
.r-m-155 {
  margin-right: -248px !important;
}
.b-m-155 {
  margin-bottom: -248px !important;
}
.l-m-155 {
  margin-left: -248px !important;
}
.m160 {
  margin: 256px !important;
}
.t-m160 {
  margin-top: 256px !important;
}
.r-m160 {
  margin-right: 256px !important;
}
.b-m160 {
  margin-bottom: 256px !important;
}
.l-m160 {
  margin-left: 256px !important;
}
.h-m160 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}
.w-m160 {
  margin-left: 256px !important;
  margin-right: 256px !important;
}
.p160 {
  padding: 256px !important;
}
.t-p160 {
  padding-top: 256px !important;
}
.r-p160 {
  padding-right: 256px !important;
}
.b-p160 {
  padding-bottom: 256px !important;
}
.l-p160 {
  padding-left: 256px !important;
}
.h-p160 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}
.w-p160 {
  padding-left: 256px !important;
  padding-right: 256px !important;
}
.m-160 {
  margin: -256px !important;
}
.t-m-160 {
  margin-top: -256px !important;
}
.r-m-160 {
  margin-right: -256px !important;
}
.b-m-160 {
  margin-bottom: -256px !important;
}
.l-m-160 {
  margin-left: -256px !important;
}
.m165 {
  margin: 264px !important;
}
.t-m165 {
  margin-top: 264px !important;
}
.r-m165 {
  margin-right: 264px !important;
}
.b-m165 {
  margin-bottom: 264px !important;
}
.l-m165 {
  margin-left: 264px !important;
}
.h-m165 {
  margin-top: 264px !important;
  margin-bottom: 264px !important;
}
.w-m165 {
  margin-left: 264px !important;
  margin-right: 264px !important;
}
.p165 {
  padding: 264px !important;
}
.t-p165 {
  padding-top: 264px !important;
}
.r-p165 {
  padding-right: 264px !important;
}
.b-p165 {
  padding-bottom: 264px !important;
}
.l-p165 {
  padding-left: 264px !important;
}
.h-p165 {
  padding-top: 264px !important;
  padding-bottom: 264px !important;
}
.w-p165 {
  padding-left: 264px !important;
  padding-right: 264px !important;
}
.m-165 {
  margin: -264px !important;
}
.t-m-165 {
  margin-top: -264px !important;
}
.r-m-165 {
  margin-right: -264px !important;
}
.b-m-165 {
  margin-bottom: -264px !important;
}
.l-m-165 {
  margin-left: -264px !important;
}
.m170 {
  margin: 272px !important;
}
.t-m170 {
  margin-top: 272px !important;
}
.r-m170 {
  margin-right: 272px !important;
}
.b-m170 {
  margin-bottom: 272px !important;
}
.l-m170 {
  margin-left: 272px !important;
}
.h-m170 {
  margin-top: 272px !important;
  margin-bottom: 272px !important;
}
.w-m170 {
  margin-left: 272px !important;
  margin-right: 272px !important;
}
.p170 {
  padding: 272px !important;
}
.t-p170 {
  padding-top: 272px !important;
}
.r-p170 {
  padding-right: 272px !important;
}
.b-p170 {
  padding-bottom: 272px !important;
}
.l-p170 {
  padding-left: 272px !important;
}
.h-p170 {
  padding-top: 272px !important;
  padding-bottom: 272px !important;
}
.w-p170 {
  padding-left: 272px !important;
  padding-right: 272px !important;
}
.m-170 {
  margin: -272px !important;
}
.t-m-170 {
  margin-top: -272px !important;
}
.r-m-170 {
  margin-right: -272px !important;
}
.b-m-170 {
  margin-bottom: -272px !important;
}
.l-m-170 {
  margin-left: -272px !important;
}
.m175 {
  margin: 280px !important;
}
.t-m175 {
  margin-top: 280px !important;
}
.r-m175 {
  margin-right: 280px !important;
}
.b-m175 {
  margin-bottom: 280px !important;
}
.l-m175 {
  margin-left: 280px !important;
}
.h-m175 {
  margin-top: 280px !important;
  margin-bottom: 280px !important;
}
.w-m175 {
  margin-left: 280px !important;
  margin-right: 280px !important;
}
.p175 {
  padding: 280px !important;
}
.t-p175 {
  padding-top: 280px !important;
}
.r-p175 {
  padding-right: 280px !important;
}
.b-p175 {
  padding-bottom: 280px !important;
}
.l-p175 {
  padding-left: 280px !important;
}
.h-p175 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}
.w-p175 {
  padding-left: 280px !important;
  padding-right: 280px !important;
}
.m-175 {
  margin: -280px !important;
}
.t-m-175 {
  margin-top: -280px !important;
}
.r-m-175 {
  margin-right: -280px !important;
}
.b-m-175 {
  margin-bottom: -280px !important;
}
.l-m-175 {
  margin-left: -280px !important;
}
.m180 {
  margin: 288px !important;
}
.t-m180 {
  margin-top: 288px !important;
}
.r-m180 {
  margin-right: 288px !important;
}
.b-m180 {
  margin-bottom: 288px !important;
}
.l-m180 {
  margin-left: 288px !important;
}
.h-m180 {
  margin-top: 288px !important;
  margin-bottom: 288px !important;
}
.w-m180 {
  margin-left: 288px !important;
  margin-right: 288px !important;
}
.p180 {
  padding: 288px !important;
}
.t-p180 {
  padding-top: 288px !important;
}
.r-p180 {
  padding-right: 288px !important;
}
.b-p180 {
  padding-bottom: 288px !important;
}
.l-p180 {
  padding-left: 288px !important;
}
.h-p180 {
  padding-top: 288px !important;
  padding-bottom: 288px !important;
}
.w-p180 {
  padding-left: 288px !important;
  padding-right: 288px !important;
}
.m-180 {
  margin: -288px !important;
}
.t-m-180 {
  margin-top: -288px !important;
}
.r-m-180 {
  margin-right: -288px !important;
}
.b-m-180 {
  margin-bottom: -288px !important;
}
.l-m-180 {
  margin-left: -288px !important;
}
.m185 {
  margin: 296px !important;
}
.t-m185 {
  margin-top: 296px !important;
}
.r-m185 {
  margin-right: 296px !important;
}
.b-m185 {
  margin-bottom: 296px !important;
}
.l-m185 {
  margin-left: 296px !important;
}
.h-m185 {
  margin-top: 296px !important;
  margin-bottom: 296px !important;
}
.w-m185 {
  margin-left: 296px !important;
  margin-right: 296px !important;
}
.p185 {
  padding: 296px !important;
}
.t-p185 {
  padding-top: 296px !important;
}
.r-p185 {
  padding-right: 296px !important;
}
.b-p185 {
  padding-bottom: 296px !important;
}
.l-p185 {
  padding-left: 296px !important;
}
.h-p185 {
  padding-top: 296px !important;
  padding-bottom: 296px !important;
}
.w-p185 {
  padding-left: 296px !important;
  padding-right: 296px !important;
}
.m-185 {
  margin: -296px !important;
}
.t-m-185 {
  margin-top: -296px !important;
}
.r-m-185 {
  margin-right: -296px !important;
}
.b-m-185 {
  margin-bottom: -296px !important;
}
.l-m-185 {
  margin-left: -296px !important;
}
.m190 {
  margin: 304px !important;
}
.t-m190 {
  margin-top: 304px !important;
}
.r-m190 {
  margin-right: 304px !important;
}
.b-m190 {
  margin-bottom: 304px !important;
}
.l-m190 {
  margin-left: 304px !important;
}
.h-m190 {
  margin-top: 304px !important;
  margin-bottom: 304px !important;
}
.w-m190 {
  margin-left: 304px !important;
  margin-right: 304px !important;
}
.p190 {
  padding: 304px !important;
}
.t-p190 {
  padding-top: 304px !important;
}
.r-p190 {
  padding-right: 304px !important;
}
.b-p190 {
  padding-bottom: 304px !important;
}
.l-p190 {
  padding-left: 304px !important;
}
.h-p190 {
  padding-top: 304px !important;
  padding-bottom: 304px !important;
}
.w-p190 {
  padding-left: 304px !important;
  padding-right: 304px !important;
}
.m-190 {
  margin: -304px !important;
}
.t-m-190 {
  margin-top: -304px !important;
}
.r-m-190 {
  margin-right: -304px !important;
}
.b-m-190 {
  margin-bottom: -304px !important;
}
.l-m-190 {
  margin-left: -304px !important;
}
.m195 {
  margin: 312px !important;
}
.t-m195 {
  margin-top: 312px !important;
}
.r-m195 {
  margin-right: 312px !important;
}
.b-m195 {
  margin-bottom: 312px !important;
}
.l-m195 {
  margin-left: 312px !important;
}
.h-m195 {
  margin-top: 312px !important;
  margin-bottom: 312px !important;
}
.w-m195 {
  margin-left: 312px !important;
  margin-right: 312px !important;
}
.p195 {
  padding: 312px !important;
}
.t-p195 {
  padding-top: 312px !important;
}
.r-p195 {
  padding-right: 312px !important;
}
.b-p195 {
  padding-bottom: 312px !important;
}
.l-p195 {
  padding-left: 312px !important;
}
.h-p195 {
  padding-top: 312px !important;
  padding-bottom: 312px !important;
}
.w-p195 {
  padding-left: 312px !important;
  padding-right: 312px !important;
}
.m-195 {
  margin: -312px !important;
}
.t-m-195 {
  margin-top: -312px !important;
}
.r-m-195 {
  margin-right: -312px !important;
}
.b-m-195 {
  margin-bottom: -312px !important;
}
.l-m-195 {
  margin-left: -312px !important;
}
.m200 {
  margin: 320px !important;
}
.t-m200 {
  margin-top: 320px !important;
}
.r-m200 {
  margin-right: 320px !important;
}
.b-m200 {
  margin-bottom: 320px !important;
}
.l-m200 {
  margin-left: 320px !important;
}
.h-m200 {
  margin-top: 320px !important;
  margin-bottom: 320px !important;
}
.w-m200 {
  margin-left: 320px !important;
  margin-right: 320px !important;
}
.p200 {
  padding: 320px !important;
}
.t-p200 {
  padding-top: 320px !important;
}
.r-p200 {
  padding-right: 320px !important;
}
.b-p200 {
  padding-bottom: 320px !important;
}
.l-p200 {
  padding-left: 320px !important;
}
.h-p200 {
  padding-top: 320px !important;
  padding-bottom: 320px !important;
}
.w-p200 {
  padding-left: 320px !important;
  padding-right: 320px !important;
}
.m-200 {
  margin: -320px !important;
}
.t-m-200 {
  margin-top: -320px !important;
}
.r-m-200 {
  margin-right: -320px !important;
}
.b-m-200 {
  margin-bottom: -320px !important;
}
.l-m-200 {
  margin-left: -320px !important;
}
.pink {
  color: #ff7789 !important;
}
.orange {
  color: #f60 !important;
}
.red {
  color: #a40000 !important;
}
.blue {
  color: #1e7abf !important;
}
.green {
  color: #077b54 !important;
}
.skyblue {
  color: #caf0ff !important;
}
.white {
  color: #fff !important;
}
.pink {
  color: #ff7789 !important;
}
.black {
  color: #000 !important;
}
.yellow {
  color: gold !important;
}
.old {
  color: #c69c6d !important;
}
.f-s10 {
  font-size: 1rem !important;
}
.f-s11 {
  font-size: 1.1rem !important;
}
.f-s12 {
  font-size: 1.2rem !important;
}
.f-s13 {
  font-size: 1.3rem !important;
}
.f-s14 {
  font-size: 1.4rem !important;
}
.f-s15 {
  font-size: 1.5rem !important;
}
.f-s16 {
  font-size: 1.6rem !important;
}
.f-s18 {
  font-size: 1.8rem !important;
}
.f-s20 {
  font-size: 2rem !important;
}
.f-s22 {
  font-size: 2.2rem !important;
}
.f-s24 {
  font-size: 2.4rem !important;
}
.text_rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 1024px) {
  .text_rl {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
  }
}
hr {
  clear: both;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hr-sl {
  margin: 2em 0;
  height: 12px;
  background: linear-gradient(
    -70deg,
    transparent 35%,
    #aaa 45%,
    #aaa 55%,
    transparent 65%
  );
  background-size: 8px 12px;
  border: none;
}
.none {
  display: none;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.map {
  position: relative;
}
.map iframe {
  width: 100%;
  height: 250px;
}
.map .mapinfo {
  position: absolute;
  bottom: -48px;
  left: -48px;
  width: 228px;
  height: 228px;
}
.scroll_news p {
  border-bottom: 1px dotted #c8c6c3;
  padding: 0px 0 5px 0px;
  margin-bottom: 5px;
}
.scroll_news p span {
  width: 100px;
  display: inline-block;
}
@media (max-width: 960px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .vd_frame {
    margin-top: 20%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .vd_frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 1024px) {
  .tcenter_sp {
    text-align: left;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
.fleft0 {
  float: left;
  display: inline;
}
.fleft1 {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.fleft2 {
  float: left;
  display: inline;
  margin-right: 20px;
  text-align: center;
}
.fright0 {
  float: right;
  display: inline;
  text-align: center;
}
.fright1 {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.fright2 {
  float: right;
  display: inline;
  margin-left: 20px;
  text-align: center;
}
.fright3 {
  float: right;
  display: inline;
  margin-top: 80px;
  margin-left: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    float: none;
  }
  .fleft0,
  .fleft1,
  .fleft2,
  .fright0,
  .fright1,
  .fright2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }
}
#indexnav {
  width: 100%;
  margin-bottom: 50px;
}
#indexnav li {
  display: inline;
  float: left;
  width: 25%;
  overflow: hidden;
}
#indexnav li a {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  border-right: 1px solid #eeeeee;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#indexnav li a .img-inav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
}
#indexnav li a .img-inav img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#indexnav li a .ico-inav {
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -42px;
  z-index: 2;
}
#indexnav li a .ico-inav img {
  width: 100%;
}
#indexnav li a .box-inav-top {
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  height: 22px;
  background: url(../img/bg_inav.png) no-repeat top left;
  background-size: cover;
}
#indexnav li a .box-inav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  padding-top: 10px;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#indexnav li a .box-inav div {
  color: #000;
  font-size: 1.8rem;
  line-height: 1em;
  text-align: center;
}
#indexnav li a .box-inav p {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 30px;
  border-bottom: 2px solid #fff2f3;
  color: #fff2f3;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
}
#indexnav li a:hover .img-inav img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#indexnav li:last-child a {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #indexnav {
    width: 100%;
  }
  #indexnav li {
    display: inline;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  #indexnav li a {
    height: 300px;
  }
  #indexnav li a .img-inav img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.space_width {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .space_width {
    padding: 0 0px;
    width: calc(100% - 0px);
  }
}
.contact {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}
.contact_btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact_btn li {
  width: calc((100% / 2) - 6px);
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  padding: 8px 0px;
  border-radius: 25px;
}
.contact_btn li a {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  width: 100%;
  font-weight: normal;
  border-radius: 0px;
  letter-spacing: 0.2rem;
}
@media (max-width: 1200px) {
  .contact_btn li a {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  .contact_btn li a {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .contact_btn li a {
    font-size: 2.2rem;
  }
}
.contact_btn li a span {
  font-size: 1.7rem;
  line-height: 2;
  display: block;
}
@media (max-width: 1024px) {
  .contact_btn li a span {
    font-size: 1.4rem;
  }
}
.contact_btn li a.white {
  color: #fff;
}
@media (max-width: 1024px) {
  .contact {
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 0 0;
  }
  .contact_btn {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact_btn li {
    width: calc((100% / 1) - 8px);
    margin: 0 auto 8px;
  }
}
.bg-image1 {
  background-image: url(../img/bg-image1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  padding: 50px 0;
}
.contactbx {
  text-align: center;
  margin: 10px 0;
}
.contactbx li {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  width: 100%;
  max-width: 300px;
  min-width: 200px;
  font-weight: bold;
  padding: 10px;
  border-radius: 30px;
  margin: 0 10px 10px;
}
.contactbx a {
  width: 100%;
  display: block;
}
.contactbx li a:link,
.contactbx li a:visited,
.contactbx li a:hover {
  color: #ff7789;
}
.contactbx li:hover {
  opacity: 0.8;
}
.contactbx .tl,
.contactbx .fx {
  color: #ff7789;
}
.contactbx .ml {
  background: #ffa6ac;
}
.contactbx .tl a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 15px;
}
.contactbx .fx a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ac";
  margin-right: 15px;
}
.contactbx .ml a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 15px;
  color: #fff;
}
.contactbx .ml a:link,
.contactbx .ml a:visited,
.contactbx .ml a:hover {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .contactbx {
    text-align: center;
    margin-bottom: 30px;
  }
  .contactbx li {
    display: inline-block;
    background: #fff;
    font-size: 20px;
    width: 100%;
    max-width: 90% !important;
    min-width: 90% !important;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 30px;
    margin: 0 0px 10px;
  }
  .contactbx a {
    width: 100%;
    display: block;
  }
}
#flashA {
  width: 100%;
  overflow: hidden;
  padding: 0;
  background: #111;
}
#flash {
  height: 500px;
  min-width: 960px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 500px;
}
.wideslider ul {
  float: left;
  display: inline;
}
.wideslider ul li {
  float: left;
  display: inline;
}
.wideslider ul li img {
  width: 100%;
  display: none;
}
.wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.slider_prev {
  background: #fff url(../photo/prev.jpg) no-repeat right center;
}
.slider_next {
  background: #fff url(../photo/next.jpg) no-repeat left center;
}
@media screen and (max-width: 768px) {
  #flash {
    width: 100%;
    height: auto;
  }
  #flashA {
    min-width: 100%;
  }
}
#u-firstview {
  overflow: hidden;
  position: relative;
  height: 800px;
}
#u-firstview #underlay1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: -1;
  background-color: #fff2f3;
}
#u-firstview #catch {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 800px;
  max-width: 100%;
}
#u-firstview #catch .inner {
  position: relative;
}
#u-firstview #catch .inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#u-firstview #catch .inner img:nth-child(1) {
  display: block;
}
#u-firstview #catch .inner img:nth-child(2) {
  display: none;
}
#u-firstview #catch .inner img:nth-child(3) {
  display: none;
}
@media screen and (max-width: 960px) {
  #u-firstview {
    height: 50vh;
  }
  #u-firstview #catch {
    left: 0;
    width: 100%;
  }
}
header {
  width: 100%;
  z-index: 100;
  position: fixed;
  background: #fff2f3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}
header #head {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 8px 0 8px;
  padding: 0 32px;
  width: calc(100% - 64px);
  margin: 0 auto;
}
@media (max-width: 960px) {
  header #head {
    padding: 0 0px;
    width: calc(100% - 0px);
  }
}
header #head .logo {
  padding: 5px 0;
}
header #head .logo img {
  width: 250px;
  height: auto;
}
#headA {
  padding: 10px 0;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #headA {
    max-width: 100%;
  }
}
.logo {
  float: left;
}
.tel {
  float: right;
}
@media screen and (max-width: 1024px) {
  .tel {
    display: none;
  }
}
.mailbtn {
  float: right;
}
.mailbtn a {
  display: block;
  background: linear-gradient(135deg, #ffa6ac, #ffbfc4);
  color: #ffffff;
  font-size: 1.8rem;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #fff2f3;
}
.mailbtn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  margin-right: 5px;
}
.mailbtn a:hover {
  background: #fff;
  border: 1px solid #fff2f3;
  color: #fff2f3;
  font-weight: bold;
}
.telbtn2 {
  float: left;
  margin: 0 15px;
  line-height: 1.3;
  text-align: center;
  color: #ff7789;
  font-size: 1.3rem;
}
.telbtn2 span {
  font-family: "Impact", sans-serif;
  font-weight: 900;
  font-size: 2.9rem;
  letter-spacing: 1px;
  display: block;
}
.telbtn2 span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  margin-right: 5px;
}
#navi {
  width: calc(100% - 0px);
  margin: 0 auto;
  padding: 10px 0;
  -webkit-box-shadow: 0px 4px 5px rgba(17, 17, 17, 0.2);
  box-shadow: 0px 4px 5px rgba(17, 17, 17, 0.2);
}
#navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%);
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
#navi li {
  list-style: none;
  width: auto;
  overflow: hidden;
  line-height: 1.3;
  font-size: 1.1em;
  padding: 0 5px;
  border-right: 1px solid #ff7789;
}
#navi li:first-child {
  border-left: 1px solid #ff7789;
}
#navi li span {
  display: block;
  color: #000;
  font-size: 0.9vw;
}
#navi li i {
  margin: 0 4px;
  display: inline;
  color: #fff2f3;
}
#navi li.accent {
  background: #fff2f3;
}
#navi li.accent span {
  color: #ff7789;
}
#navi li.accent a {
  color: #ff7789;
}
#navi li.accent a:hover {
  opacity: 0.8;
}
#navi li.accent a:link,
#navi li.accent a:visited {
  color: #ff7789 !important;
  text-decoration: none;
}
#navi li a {
  height: calc(100%);
  padding: 10px 40px;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  line-height: 1.6 !important;
  letter-spacing: 0.1rem;
  position: relative;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.9;
}
#navi li a:link,
#navi li a:visited {
  color: #ff7789;
  text-decoration: none;
}
#navi li a:hover {
  background: #ff7789;
  color: #fff;
}
#navi li.white a {
  color: #fff;
}
#navi li.white a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 5px;
}
#navi li.white a:link,
#navi li.white a:visited {
  color: #fff;
  text-decoration: none;
}
#navi li.white a:hover {
  background: #ffa366;
}
#navi ul li:hover ul {
  top: 170px;
  opacity: 1;
  visibility: visible;
}
#navi ul li ul {
  top: 170px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 200px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 2px;
}
#navi ul li ul:before {
  top: -30px;
  left: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #ff7789;
  border-width: 20px;
  margin-left: -20px;
}
#navi ul li ul li {
  width: 100%;
  padding: 0;
  border-right: 0px;
  border-left: 0px;
  border-radius: 0;
  font-size: 1.4rem;
}
#navi ul li ul li a {
  padding: 16px 0 !important;
  margin: 0 !important;
  width: 100%;
  color: #fff;
  text-align: left;
  background: #ff7789;
  text-indent: 10px;
  border: none;
}
#navi ul li ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: #ff7789;
  content: "\f0da";
  margin-right: 5px;
}
#navi ul li ul li a:link,
#navi ul li ul li a:visited {
  color: #fff;
}
#navi ul li ul li a:hover {
  background: linear-gradient(135deg, #ffa6ac, #ffbfc4);
}
#navi ul li ul:hover:before {
  background: linear-gradient(135deg, #ffa6ac, #ffbfc4);
}
#navi ul li ul:hover li a {
  background: linear-gradient(135deg, #ffa6ac, #ffbfc4);
}
#navi ul li ul:hover li a:before {
  background: linear-gradient(135deg, #ffa6ac, #ffbfc4);
}
@media (max-width: 960px) {
  header {
    height: auto;
    width: 100%;
    padding: 0px 0;
    position: relative;
  }
  header #head {
    width: 100%;
    padding: 0;
    display: block;
  }
  header #head .logo {
    text-align: center;
  }
  header #head .logo img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #navi {
    display: none;
  }
}
#navi_footer {
  margin: 80px auto;
}
#navi_footer li {
  display: inline-block;
  font-size: 1.4rem;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2;
}
#navi_footer li span {
  display: block;
  font-weight: normal;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
}
#navi_footer li a:link,
#navi_footer li a:visited,
#navi_footer li a:hover {
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 960px) {
  #navi_footer {
    display: none;
  }
  .logo_f {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .logo_f img {
    display: block;
    margin: 0 auto;
  }
}
.sec_r {
  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%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec_r p {
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .sec_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
  }
}
.sec_l {
  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%;
  position: relative;
}
.sec_l p {
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .sec_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
  }
}
.sec_text {
  width: 25%;
  vertical-align: middle;
  padding: 3% 5%;
}
.sec_img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sec_img img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50% !important;
  object-position: 50% 50% !important;
  font-family: "object-fit: cover;";
}
@media (max-width: 960px) {
  .sec_text {
    width: calc(100% - 10%);
    vertical-align: middle;
    padding: 5% 5%;
  }
  .sec_img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sec_img img {
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
    width: 100%;
    height: auto;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
.contact_box {
  padding: 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  border-radius: 20px;
}
.contact_box .accessmap iframe {
  width: 100%;
  height: 260px;
}
.contact_box .contact_box_frame {
  width: calc(50% - 0px);
  padding: 0 40px;
}
.contact_box .contact_box_frame:nth-child(1) {
  border-right: 1px solid #aaa;
  width: calc(50% - 0px);
}
@media (max-width: 960px) {
  .contact_box {
    padding: 16px 0;
  }
  .contact_box .contact_box_frame {
    width: calc(100% - 0px);
    padding: 0 16px;
  }
  .contact_box .contact_box_frame img {
    max-width: 95%;
  }
  .contact_box .contact_box_frame:nth-child(1) {
    border-right: 0px solid #aaa;
    padding-right: 0px;
    width: calc(100% - 0px);
    padding: 0 16px;
  }
}
#blog_flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin: 40px auto;
}
@media (max-width: 960px) {
  #blog_flexwrap {
    width: calc(100% - 16px);
  }
}
#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 40px;
}
#blog_flexwrap #blog_side section {
  margin-bottom: 25px;
}
#blog_flexwrap #blog_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#blog_flexwrap #blog_main section {
  background: #fbf8ed;
  padding: 24px;
  margin-bottom: 25px;
}
.blog_sttl01 {
  text-indent: 5px;
  border-top: 2px solid #fff2f3;
  border-bottom: 2px solid #fff2f3;
  color: #fff2f3;
  background: #fbf8ed;
  padding: 5px 0;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
.blog_mttl {
  width: calc(100% - 20px);
  color: #fff2f3;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  overflow: hidden;
  font-weight: bold;
  margin: 0px 0 16px;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .blog_mttl {
    font-size: 1.8rem;
  }
}
.blog_time {
  padding-top: 0px;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: right;
}
@media (max-width: 1024px) {
  .blog_time {
    font-size: 1.2rem;
  }
}
.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}
.blog_box {
  min-height: 500px;
  position: relative;
}
.blog_box img {
  max-width: 100%;
  padding: 16px 0;
}
.pages {
  width: calc(100% - 20px);
  margin-top: 40px;
  font-size: 1.2rem;
}
.pages a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #fff2f3;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pages a:link,
.pages a:visited {
  color: #fff2f3;
}
.pages a:hover {
  opacity: 0.6;
}
.pages .page_next {
  float: left;
  width: calc(45% - 20px);
}
.pages .page_prev {
  float: right;
  text-align: right;
  width: calc(45% - 20px);
}
.archive * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive ul {
  margin: 8px 0 0;
}
.archive li {
  background: #fbf8ed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
  background: #fff;
}
.archive li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.archive li a:link,
.archive li a:visited {
  color: #333;
}
.archive li a:hover {
  color: #fff2f3;
}
.blog_side_list {
  position: relative;
  margin: 0 0 16px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.blog_side_list .blog_bx {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100% !important;
  border: 1px solid #ccc;
  position: relative;
  padding: 8px;
  margin-bottom: 8px;
  background: #fff;
}
.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_side_list .blog_bx .blog_bx_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
  padding: 0;
}
.blog_side_list .blog_bx figcaption {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
}
.blog_side_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff2f3;
  float: none;
  background: #fff;
  padding: 0 0px;
  border-bottom: 1px dashed #fff2f3;
}
.blog_side_list .blog_bx .ttm {
  float: none;
  padding-top: 0px;
  font-size: 1.2rem;
  color: #888;
  font-weight: normal;
}
.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}
.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: bold;
  color: #fff2f3;
  font-size: 1.5rem;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog_top_list {
  position: relative;
  margin: 0 0px 16px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog_top_list:after {
  content: "";
  display: block;
  width: 31%;
}
.blog_top_list .blog_bx {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(33.33% - 16px) !important;
  font-size: 12px;
  margin: 25px 0;
  position: relative;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background-color: #ffffff;
  border: 1px solid #fff2f3;
  padding: 10px;
}
.blog_top_list .blog_bx:nth-child(3) {
  margin-right: 0px;
}
.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_top_list .blog_bx .blog_bx_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}
.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
  padding: 16px;
}
.blog_top_list .blog_bx:hover {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-box-shadow: 3px 3px 10px #9e9e9e;
  box-shadow: 3px 3px 10px #9e9e9e;
}
.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
}
.blog_top_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}
.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog_top_list .blog_bx:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #fff2f3;
  padding: 0 15px;
  margin-bottom: 5px;
}
.blog_top_list .blog_bx .ttm {
  padding-top: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
}
.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin: 0 5px;
  font-weight: normal;
}
.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff2f3;
}
.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}
@media (max-width: 960px) {
  .blog_top_list {
    position: relative;
    margin: 0 0 16px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .blog_top_list .blog_bx {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100% !important;
    border: 1px solid #ccc;
    position: relative;
    padding: 8px;
    margin-bottom: 8px;
    background: #fff;
  }
  .blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .blog_top_list .blog_bx .blog_bx_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog_top_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px);
    padding: 0;
  }
  .blog_top_list .blog_bx figcaption {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
  }
  .blog_top_list .blog_bx * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff2f3;
    float: none;
    background: #fff;
    padding: 0 0px;
    border-bottom: 1px dashed #fff2f3;
  }
  .blog_top_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal;
  }
  .blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal;
  }
  .blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: bold;
    color: #fff2f3;
    font-size: 1.5rem;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .blog_top_list .blog_bx {
    width: calc(50% - 16px);
  }
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }
  #blog_flexwrap #blog_main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 32px;
  }
  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
  }
  .pages {
    width: 100%;
  }
  .pages .page_next {
    float: none;
    width: calc(100% - 20px);
    margin-bottom: 8px;
  }
  .pages .page_prev {
    float: none;
    text-align: left;
    width: calc(100% - 20px);
  }
}
.space {
  width: 100%;
  height: 110px;
  background-color: #f9f7ef;
}
@media (max-width: 960px) {
  .space {
    display: none;
  }
}
#title_bg1 {
  background-image: url(../img/firstview/4.jpg);
}
#title_bg2 {
  background-image: url(../img/firstview/4.jpg);
}
#title_bg3 {
  background-image: url(../img/firstview/4.jpg);
}
#title_bg4 {
  background-image: url(../img/firstview/4.jpg);
}
#title_bg5 {
  background-image: url(../img/firstview/4.jpg);
}
#title_bg6 {
  background-image: url(../img/firstview/4.jpg);
}
#title_bg7 {
  background-image: url(../img/firstview/4.jpg);
}
#title_bg8 {
  background-image: url(../img/firstview/4.jpg);
}
#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5,
#title_bg6,
#title_bg7,
#title_bg8 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  background-color: #ffa6ac;
}
@media (max-width: 960px) {
  #title_bg1,
  #title_bg2,
  #title_bg3,
  #title_bg4,
  #title_bg5,
  #title_bg6,
  #title_bg7,
  #title_bg8 {
    background-size: cover;
    background-position: center center;
  }
}
#title {
  padding: 10% 5% 4%;
  margin: 0px auto 0;
  background-color: rgba(255, 119, 137, 0.4);
}
#title h2 {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 3.8rem;
  position: relative;
  letter-spacing: 0.2rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
#title h2 span {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 13px;
  display: block;
}
@media (max-width: 960px) {
  #title {
    padding: 60px 0 60px;
  }
  #title h2 {
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
  }
}
#breadcrumb_bg {
  width: 100%;
  border-bottom: 1px solid #fff2f3;
  background-color: #fff2f3;
  padding: 5px 0;
}
#breadcrumb {
  font-size: 1.1rem;
  margin: 0px auto 0px;
  max-width: 1100px;
}
#breadcrumb li {
  display: inline;
}
#breadcrumb li a {
  display: inline;
  padding: 0;
  color: #ff7789;
}
#breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media (max-width: 1024px) {
  #breadcrumb_bg {
    display: none;
  }
}
.slider1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: repeat;
}
.slider1 .viewport {
  width: 100%;
  margin: 0 auto;
  height: 160px;
  position: relative;
}
.slider1 .buttons {
  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;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 100%;
  color: #fff;
  text-decoration: none;
  margin: auto;
  z-index: 5;
  cursor: pointer;
  font-size: 50px;
  text-align: center;
  vertical-align: bottom;
}
.slider1 .next {
  right: 0;
  left: auto;
}
.slider1 .buttons:hover {
  opacity: 0.6;
}
.slider1 .disable {
  visibility: hidden;
}
.slider1 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: -1px;
}
.slider1 .overview li {
  width: 200px;
  height: 160px;
  float: left;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  font-weight: bold;
  padding: 0px;
  margin: 0px 5px;
}
.slider1 .overview li p {
  text-align: center;
  color: #555 !important;
  font-weight: normal;
  font-size: 13px !important;
  background: #f2f2f2;
}
.slider1 img {
  background: #fff;
  width: 100%;
  height: 160px;
  vertical-align: middle;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.page_menu_bg {
  text-align: center;
  padding: 16px 0;
}
.page_menu {
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3px 3%;
}
.page_menu li {
  width: calc(20% - 14px);
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
  margin: 0 5px 1px;
}
@media (max-width: 1024px) {
  .page_menu li {
    font-size: 1.4rem;
  }
}
.page_menu li a {
  width: 100%;
  display: block;
  padding: 8px 0px;
  line-height: 1.3;
  border: 1px solid #fff2f3;
  background: #fff2f3;
}
.page_menu li a:link,
.page_menu li a:visited {
  color: #fff;
}
.page_menu li a:hover {
  background: #fff;
  color: #fff2f3 !important;
}
@media (max-width: 960px) {
  .page_menu {
    margin: 6px 0;
  }
  .page_menu li {
    font-size: 1rem;
    margin: 0 2px 3px;
    width: calc(50% - 6px);
    border: 1px solid #fff;
  }
  .page_menu li a {
    padding: 6px 0px;
  }
}
#pagetop {
  position: fixed;
  bottom: 60px;
  right: 0px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
@media (max-width: 1024px) {
  #pagetop {
    bottom: 55px;
    display: none;
  }
}
.price_txt {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price_txt .icn_circle {
  background: #fff2f3;
  color: #fff;
  width: 100px;
  height: 100px;
  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-flow: column;
  flex-flow: column;
  line-height: 1.3;
  font-size: 1.6rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 16px;
}
.price_txt .icn_circle span {
  color: gold;
}
.price_txt div {
  line-height: 100px;
}
.price_txt div b {
  font-size: 4.5rem;
  margin-right: 0.2rem;
  color: #ff7789;
}
.price_txt div b span {
  font-size: 3.2rem;
  margin-left: 0.5rem;
}
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 3px 5px;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dl {
  margin: 10px 0;
  font-size: 1.6rem;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.textarea,
textarea,
.dropdown {
  border-radius: 2px;
  border: 1px solid #bbb;
  width: calc(100% - 10px) !important;
  padding: 0 5px;
  border-radius: 2px;
}
.textarea {
  height: 30px;
}
textarea {
  height: 350px !important;
}
.form-button {
  margin: 32px 0;
}
#mailform button {
  cursor: pointer;
  font-size: 1.5rem;
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 30px;
  background: #ff7789;
  font-weight: normal;
  letter-spacing: 0.1rem;
  border: 1px solid #ff7789;
}
#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #ff7789;
}
#mailform button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form-button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64bcff;
  z-index: 1;
}
label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}
label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}
label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 3px;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #ff7789;
  border-bottom: 3px solid #ff7789;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #eee;
  box-shadow: 41px 0px #eee;
}
.fm-text {
  padding: 8px;
  margin: 16px 0;
  text-align: center;
  border: 2px solid #eee;
}
@media (max-width: 1024px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .textarea,
  textarea {
    font-size: 16px;
  }
  .dropdown {
    font-size: 16px;
  }
  .fm-text {
    text-align: left;
  }
  label.radio_text {
    margin-right: 0;
    padding-left: 20px;
    width: calc(100% - 20px);
    display: block;
  }
  label.checkbox_text {
    margin-right: 0px;
  }
}
.pvc {
  background: #fff2f3;
  padding: 32px;
}
.pvc h4 {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 1200px) {
  .pvc h4 {
    font-size: 1.8rem;
  }
}
.pvc h4:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #ff7789;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
}
.pvc h5 {
  display: block;
  margin: 8px 0;
  display: block;
  margin: 8px 0;
}
.pvc h5:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-right: 5px;
  color: #ff7789;
}
.tokutei {
  padding: 20px;
}
.tokutei h4 {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 1200px) {
  .tokutei h4 {
    font-size: 1.8rem;
  }
}
.tokutei h4:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #fff2f3;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
}
.tokutei h5 {
  display: block;
  margin: 8px 0;
  background: #fff2f3;
  color: #fff;
  padding: 3px 10px;
}
.tokutei p {
  margin: 0 0 20px 10px;
}
.newsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff !important;
  background: #fff2f3;
  margin: 0 auto 0;
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
}
.news-ttl {
  font-weight: normal;
  width: 230px;
  padding: 16px 0 16px;
  vertical-align: middle;
  text-align: left;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
}
.news-ttl span {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.3rem !important;
  display: block;
  color: #fff;
  font-weight: normal;
  margin-top: 5px;
}
.news-ttl span a {
  background: #fff;
  padding: 2px 10px;
  border-radius: 20px;
}
.news-bx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 40px);
  padding: 20px 20px;
  background: #f2f2f2;
}
.news-bx .news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}
.news-bx .news dt {
  float: left;
  width: 8em;
  font-weight: bold;
}
.news-bx .news dd {
  padding-left: 8em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
  color: #333;
}
.news-bx .news dd:last-child {
  border-bottom: 0px solid #fff;
}
.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}
.news dt {
  float: left;
  width: 5em;
  font-weight: bold;
  color: #fff2f3;
}
.news dd {
  padding-left: 6em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.news dd:last-child {
  border-bottom: 0px solid #fff;
}
.scrbr {
  width: 100%;
  padding: 0px 0px;
  max-height: 80px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.scrbr::-webkit-scrollbar {
  width: 5px;
}
.scrbr::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.scrbr::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
@media (max-width: 960px) {
  .newsbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 16px);
  }
  .news-ttl {
    width: 100% !important;
    border-right: 0px solid #fff2f3;
    border-bottom: 1px solid #fff2f3;
    padding: 5px 0;
    text-align: center;
  }
  .news-ttl span {
    font-size: 1.3rem !important;
    display: inline-block;
    margin: 0 8px;
  }
  .news-bx {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 0px);
    padding: 0 0px;
  }
  .scrbr {
    width: 100%;
    padding: 16px 8px;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.calendar_head {
  color: #fefefe;
  background: #555;
  text-align: center;
  padding: 4px;
}
.calendar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.calendar-box div.calendar {
  width: 49%;
}
@media (max-width: 1024px) {
  .calendar-box div.calendar {
    width: 100%;
    margin-bottom: 10px;
  }
}
.calendar-box table {
  width: 100%;
  text-align: center;
}
.calendar-box table th,
.calendar-box table td {
  width: 14.28%;
  border: 0.9px solid #aaa;
  font-weight: normal;
  padding: 5px;
  height: 45px;
  font-size: 1.3rem;
  color: #9b8871;
}
@media (max-width: 1024px) {
  .calendar-box table th,
  .calendar-box table td {
    height: 40px;
    font-size: 1.2rem;
  }
}
.calendar-box table th {
  background: #f0ebdd;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
}
.calendar-box table td {
  background: #fefefe;
}
.calendar-box th.sun,
.calendar-box td.sun {
  color: #a40000;
}
.calendar-box th.sat,
.calendar-box td.sat {
  color: #1e7abf;
}
.calendar-box .off {
  background: #fff;
}
.calendar-box .item {
  background: #fff;
  font-size: 1rem;
  color: #000;
}
.calendar-box .item-td {
  background: #fff;
}
.calendar-box .item-td .days {
  color: #9b8871;
}
.calendar-box .item-td .item {
  display: none;
}
.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.arrow a {
  display: block;
  background: #eee;
  padding: 5px 8px;
  cursor: pointer;
}
.arrow a:link,
.arrow a:visited {
  color: #333;
}
.arrow a:first-of-type {
  margin-right: 5px;
}
.arrow a.arrow-before:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d9";
  font-weight: 700;
  margin-right: 5px;
}
.arrow a.arrow-after:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 700;
  margin-left: 5px;
}
.greeting_box {
  float: right;
  width: 720px;
}
.greeting {
  max-width: 1060px;
  margin: 0 auto 32px;
}
.greeting h4 {
  font-weight: normal;
}
.greeting .text {
  position: relative;
  top: 22px;
  right: 102px;
  width: 800px;
  padding: 52px 60px 60px 103px;
  background-color: #f2f2f2;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.greeting .text p {
  margin-bottom: 8px;
}
.greeting_img {
  position: relative;
  float: left;
  z-index: 1;
  left: 70px;
}
.greeting_img dt {
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .greeting_box {
    float: none;
    width: 100%;
  }
  .greeting .text {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 16px;
    width: 100%;
    padding: 5%;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
  }
  .greeting .text p {
    margin-bottom: 8px;
  }
  .greeting_img {
    float: none;
    z-index: 1;
    left: 0;
  }
  .greeting_img dt {
    margin: 16px auto;
    text-align: center;
  }
  .greeting_img dt img {
    width: 270px;
  }
}
.text_box p {
  margin-bottom: 24px;
}
.photo {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.photo li {
  width: calc((100% / 5) - 21px);
  margin: 10px;
}
.photo li * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.photo li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 290px;
  overflow: hidden;
  background: url(../img/more.png) no-repeat center center #f2f2f2;
}
.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;;";
}
.photo li p {
  height: 30px;
  margin: 5px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}
.photo li a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 480px) {
  .photo li {
    width: calc(50% - 21px);
    margin: 10px;
  }
  .photo li a {
    width: 100%;
    height: 100px;
    max-height: 100px;
  }
}
.photo2 {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.photo2 li {
  width: calc(33.33% - 21px);
  margin: 10px;
}
.photo2 li * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.photo2 li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  background: url(../img/more.png) no-repeat center center #111;
}
.photo2 li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;;";
}
.photo2 li p {
  height: 30px;
  margin: 5px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}
.photo2 li a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 480px) {
  .photo2 li {
    width: calc(50% - 21px);
    margin: 10px;
  }
  .photo2 li a {
    width: 100%;
    height: 100px;
    max-height: 100px;
  }
}
#sp_icon,
.humberger {
  display: none;
}
#page {
  padding: 0;
  position: relative;
  z-index: 2;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
#drawernav {
  background: #fff;
  color: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  left: -240px;
  width: 240px;
  height: 100%;
  color: #555;
  z-index: 9999899998;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
#drawernav .drawernav_ttl {
  text-align: center;
  font-size: 1.8rem;
  height: 50px;
  background: #ff7789;
  color: #fff;
  line-height: 50px;
  letter-spacing: 0.2rem;
}
#drawernav ul.phone_navi {
  list-style: none;
  padding: 0;
}
#drawernav ul.phone_navi:first-child {
  margin-top: 60px;
}
#drawernav ul.phone_navi li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
#drawernav ul.phone_navi li a {
  background: #fff;
  color: #555;
  font-size: 1.3rem;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  line-height: 1.2;
}
#drawernav ul.phone_navi li a span {
  font-size: 1.1rem;
  display: block;
}
#drawernav ul.phone_navi li a:hover {
  color: #555;
}
#drawernav ul.phone_navi li ul {
  display: none;
}
#drawernav ul.phone_navi li ul li:first-child {
  border-top: 1px solid #ccc;
}
#drawernav ul.phone_navi li ul li:last-child {
  border-bottom: 0px;
}
#drawernav ul.phone_navi li ul li a {
  font-size: 1.1rem;
  color: #555;
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f2f2f2;
}
#drawernav ul.phone_navi li ul li a:before {
  content: "・";
  margin-right: 3px;
}
#drawernav ul.phone_navi li ul img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}
#drawernav .open_btn {
  position: absolute;
  font-weight: 900;
  font-size: 1.8rem;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#drawernav img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}
.fixed-content {
  right: inherit;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
#overlay {
  z-index: -1;
  opacity: 0;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 1024px) {
  #sp_icon {
    background: #fff2f3;
    position: fixed;
    top: 2px;
    right: 62px;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #sp_icon li {
    font-size: 2.2rem;
    display: block;
    width: 30px;
    height: 30px;
    padding: 13px 15px 17px;
    cursor: pointer;
    color: #111;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    position: relative;
    border-radius: 100%;
  }
  #sp_icon li span {
    font-size: 1.3rem;
    display: block;
  }
  #sp_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px;
  }
  .humberger {
    font-size: 2.2rem;
    cursor: pointer;
    color: #fff2f3;
    text-align: center;
    line-height: 1.3;
    position: absolute;
  }
  .humberger span {
    font-size: 1.1rem;
    display: block;
  }
  header .humberger {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff2f3;
    color: #fff;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .drawer-opened .humberger {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .drawer-opened .close {
    padding: 10px 16px !important;
  }
  .drawer-opened #page {
    left: -240px;
    -webkit-box-shadow: 1px 0 2px #000;
    box-shadow: 1px 0 2px #000;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    left: 0;
  }
  .drawer-opened .humberger .icon-menu {
    opacity: 0;
  }
  .drawer-opened .humberger .icon-menu {
    opacity: 0;
  }
  .drawer-opened #overlay {
    opacity: 0.5;
    right: -240px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
#sp_navi {
  display: none;
}
@media (max-width: 960px) {
  .youtube {
    margin-top: 20%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
  footer {
    padding-bottom: 60px !important;
  }
  #sp_navi {
    background: rgba(168, 228, 225, 0.9);
    -webkit-box-shadow: rgba(168, 228, 225, 0.4) 2px 0 4px 0px;
    box-shadow: rgba(168, 228, 225, 0.4) 2px 0 4px 0px;
    position: fixed;
    bottom: 0;
    z-index: 999999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #sp_navi li {
    font-size: 2.2rem;
    display: block;
    width: calc((100% / 3) - 1px);
    cursor: pointer;
    color: #ff2b47;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding: 5px 0;
    border-right: 1px solid #a8e4e1;
  }
  #sp_navi li:last-child {
    border-right: 0px solid #a8e4e1;
  }
  #sp_navi li span {
    font-size: 2rem;
    display: block;
  }
  #sp_navi li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px;
  }
}
.phone_btn {
  padding: 16px 8px;
}
.phone_btn li {
  margin-bottom: 3px;
}
.phone_btn a {
  padding: 6px 0px;
  font-size: 1.5rem;
  font-family: "Kosugi Maru", sans-serif;
  text-indent: 0em;
  display: block;
  text-decoration: none;
  text-indent: 0.5rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0px;
}
.phone_btn a span {
  font-size: 1.3rem;
  font-family: "Kosugi Maru", sans-serif;
}
.phone_btn a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #fff2f3;
}
.phone_btn a:link,
.phone_btn a:visited {
  color: #fff;
}
.case {
  padding: 19px 15px;
  margin-bottom: 20px;
  background-color: #faf7f4;
}
.implant01 {
  overflow: hidden;
  display: table;
  margin-bottom: 20px;
}
.implant02 {
  overflow: hidden;
  display: table;
}
.implant01 p {
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0 12px 30px;
  background: url("../img/bg_light.png") no-repeat right;
  float: left;
  width: 422px;
}
.implant02 p {
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0 12px 30px;
  background: url("../img/bg_dark.png") no-repeat right;
  float: left;
  width: 422px;
}
.implant01 span,
.implant02 span {
  text-align: right;
  color: #fff2f3;
  font-size: 28px;
  display: table-cell;
  vertical-align: middle;
  width: 175px;
  font-weight: bold;
}
.less_left {
  padding: 12px 23px 12px 9px !important;
}
@media (max-width: 960px) {
  .implant01 {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
  .implant02 {
    overflow: hidden;
    display: block;
  }
  .implant01 p {
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 12px 8px;
    background: #f5efe9;
    float: none;
    width: 100%;
  }
  .implant02 p {
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 12px 8px;
    background: #e8e0d8;
    float: none;
    width: 100%;
  }
  .implant01 span,
  .implant02 span {
    text-align: center;
    color: #fff2f3;
    font-size: 28px;
    display: block;
    vertical-align: middle;
    width: 100%;
    font-weight: bold;
  }
  .less_left {
    padding: 12px 23px 12px 9px !important;
  }
}
#footer_bg {
  background: #fff;
}
#footer {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  margin: 0 auto 0;
  text-align: center;
  padding: 48px 0;
}
@media (max-width: 960px) {
  #footer {
    width: calc(100% - 16px);
  }
}
@media (max-width: 1024px) {
  #footer {
    font-size: 1.2rem;
  }
}
#footer address {
  margin-top: 10px;
}
.copyright {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  text-align: center;
  background-color: #ff7789;
  color: #fff;
  padding: 2px 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .copyright {
    font-size: 1.2rem;
  }
}
.footer_logo {
  margin-bottom: 8px;
}
.footer_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 16px;
  text-align: left;
}
.footer_nav_wrap .footer_nav_ul {
  width: calc((100% / 3) - 16px);
}
.footer_nav_wrap .footer_nav_ul .footer_nav_ttl {
  font-weight: bold;
  color: #fff2f3;
}
.footer_nav_wrap .footer_nav_ul li {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .footer_nav_wrap .footer_nav_ul li {
    font-size: 1.2rem;
  }
}
.footer_nav_wrap .footer_nav_ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "●";
  margin-right: 5px;
  color: #fff2f3;
}
.footer_nav_wrap .footer_nav_ul li a:link,
.footer_nav_wrap .footer_nav_ul li a:visited {
  color: #000;
  text-decoration: none;
}
.footer_nav_wrap .footer_nav_ul li a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.6;
}
@media (max-width: 960px) {
  .footer_nav_ttl {
    width: 100%;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 0px solid #333;
    text-align: left;
    font-size: 1.6rem;
  }
  .footer_nav_ttl:after {
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    content: "＋";
    color: #fff2f3;
    float: right;
  }
  .footer_nav_ttl.active:after {
    font-family: "FontAwesome";
    margin-right: 3px;
    content: "ー";
  }
  .footer_nav_ul ul {
    display: none;
  }
}
.toggle {
  cursor: pointer;
  padding: 16px 0;
  border-top: 1px solid #333;
  color: #fff;
  text-align: center;
}
.toggle:after {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  content: "＋";
  color: #fff;
  float: right;
}
.toggle.active:after {
  font-family: "FontAwesome";
  margin-right: 3px;
  content: "ー";
}
.tgbox {
  display: none;
}
@media (max-width: 1024px) {
  .footer_nav_wrap {
    display: block;
    margin-bottom: 16px;
  }
  .footer_nav_wrap .footer_nav_ul {
    width: calc(100% - 0px);
    margin-bottom: 8px;
  }
  .footer_nav_wrap .footer_nav_ul .footer_nav_ttl {
    border-bottom: #888 1px solid;
    margin-bottom: 8px;
  }
  .footer_nav_wrap .footer_nav_ul li {
    padding: 4px 0;
  }
  .footer_nav_wrap .footer_nav_ul li a {
    background-color: #f2f2f2;
    display: block;
    padding: 3px;
  }
}
.facebook {
  margin: 0 auto;
  width: 90%;
}
#toTop {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0px;
}
.toTop {
  text-align: right;
  margin-bottom: 20px;
  font-size: 12px;
}
#page-top {
  position: fixed;
  bottom: 3%;
  right: 1%;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 50px;
  text-align: center;
  display: block;
  background: #ff7789;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 1024px) {
  #page-top {
    bottom: 10%;
    right: 2%;
  }
}
#footer {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 10px 0 10px;
  font-size: 11px;
}
.logo-f {
  text-align: center;
  margin-bottom: 10px;
}
#fmenuA {
  width: 100%;
  margin-bottom: 10px;
}
#fmenu {
  list-style-type: none;
  font-size: 12px;
  max-width: 1100px;
  margin: 15px 0;
}
#fmenu ul {
  margin-bottom: 2px;
}
#fmenu li {
  text-align: left;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 20px;
}
#fmenu li:last-child {
  border: none;
  margin: 0;
}
#fmenu a:link,
#fmenu a:visited,
#fmenu a:hover {
  color: #222;
  text-decoration: none;
}
#fmenu li ul li {
  font-weight: normal;
  font-size: 11px;
}
#fmenu li ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "f0da";
  margin-right: 5px;
  color: #fff;
}
@media (max-width: 1024px) {
  #fmenu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .pbx_c {
    width: 95%;
    margin: 0 auto;
  }
}
.copyright {
  padding: 5px 0;
  background-color: #ff7789;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.blog_top_list2 li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff2f3;
}
.blog_top_list2 li:last-child {
  border-bottom: none;
}
.blog_top_list2 li img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .blog_top_list2 li img {
    width: 100%;
    height: 100%;
  }
}
.blog_top_list2 li .data {
  background: #fff;
  display: table;
  padding: 0.2em 2em;
  color: #fff2f3;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  border: 1px solid #fff2f3;
  border-radius: 5px;
  line-height: 1;
}
.innerB {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.innerB .left,
.innerB .right {
  width: 48%;
  float: left;
}
@media (max-width: 1024px) {
  .innerB .left,
  .innerB .right {
    width: 100%;
    float: none;
  }
}
.innerB .right {
  margin-left: 4%;
}
@media (max-width: 1024px) {
  .innerB .right {
    margin-left: 0;
    margin-top: 15px;
  }
}
.innerB .left_s {
  width: 20%;
  float: left;
}
.innerB .right_l {
  width: 75%;
  float: left;
  margin-left: 4%;
}
.innerB .right_s {
  width: 20%;
  float: left;
}
@media (max-width: 1024px) {
  .innerB .right_s {
    width: 100%;
    float: none;
  }
}
.innerB .left_l {
  width: 75%;
  float: left;
  margin-right: 4%;
}
@media (max-width: 1024px) {
  .innerB .left_l {
    margin-right: 0;
    margin-top: 15px;
    width: 100%;
    float: none;
  }
}
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ff8c95;
}
.tbl th {
  background: rgba(255, 242, 243, 0.4);
  font-weight: 500;
  text-align: left;
}
.tbl th span {
  font-size: 1.4rem;
}
.tbl .cell01 {
  width: 25%;
}
@media (max-width: 1024px) {
  .tbl th,
  .tbl td {
    padding: 10px;
  }
}
.tbl_new {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .tbl_new th {
    width: 36%;
  }
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr th {
  font-weight: 700;
  width: 27%;
  color: #1e7abf;
}
.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #f5edd9;
}
.tbl-border {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.tbl-border th {
  width: 25%;
}
@media (max-width: 1024px) {
  .tbl-border th {
    width: 30%;
  }
}
.tbl-border a {
  color: #fff2f3;
}
.tbl-border2 {
  width: 100%;
}
.tbl-border2 th,
.tbl-border2 td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.tbl-border2 th {
  width: 45%;
}
.tbl-border2 a {
  color: #fff2f3;
}
.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 5px 10px;
  vertical-align: middle;
}
.company th {
  text-align: left;
  width: 30%;
  position: relative;
  background: #ff7789;
  color: #fff;
  font-weight: 600;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 10px;
  border-left-color: #ff7789;
  margin-top: -10px;
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
}
.tbl0 {
  width: 100%;
}
.tbl0 th,
.tbl0 td {
  padding: 3px 5px;
  border: 0;
}
.tbl0 th {
  padding-left: 0;
  font-weight: normal;
  background: none;
  width: 25%;
  color: #111;
}
.tbl0 th:after,
.tbl0 th:before {
  display: none;
}
@media (max-width: 1024px) {
  .tbl0 th {
    width: 40%;
  }
}
.cb {
  color: #fff2f3;
}
.w_top {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .w_top {
    width: 90%;
  }
}
.title_point {
  color: #fff2f3;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}
.title_point span {
  background: #fff2f3;
  display: inline-block;
  padding: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}
.title_point_center {
  color: #fff2f3;
  font-weight: bold;
  line-height: 20px;
  margin: 24px 0;
  padding: 3px 0;
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 1200px) {
  .title_point_center {
    font-size: 1.8rem;
  }
}
.title_point_center span {
  background: #fff2f3;
  display: block;
  padding: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-size: 2.3rem;
  margin: 0 auto 10px;
}
.title_bot {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #fff2f3;
  display: table;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 3px solid #fff2f3;
}
@media (max-width: 1200px) {
  .title_bot {
    font-size: 1.8rem;
  }
}
.title_bot.tcenter {
  margin-right: auto;
  margin-left: auto;
}
.title_ic {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 1px solid #ff7789;
  letter-spacing: -0.1rem;
}
@media (max-width: 1200px) {
  .title_ic {
    font-size: 1.8rem;
  }
}
.title_elegant {
  font-size: 6rem;
  font-family: "Great Vibes", cursive;
  color: rgba(255, 242, 243, 0.4);
  font-weight: normal;
  line-height: 1.2;
  position: absolute;
  top: -32px;
  left: -30px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 1;
}
@media (max-width: 1024px) {
  .title_elegant {
    font-size: 6rem;
  }
}
.title_ic2 {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #fff2f3;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 1px solid #fff2f3;
}
@media (max-width: 1200px) {
  .title_ic2 {
    font-size: 1.8rem;
  }
}
.title_bg {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  background: #fff2f3;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .title_bg {
    font-size: 1.8rem;
  }
}
.title_border {
  border-radius: 10px;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  background: #fff2f3;
  color: #fff;
  margin-bottom: 16px;
  padding: 4px 0;
  font-weight: bold;
  border: 1px solid #fff2f3;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .title_border {
    font-size: 1.8rem;
  }
}
.title_base {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  color: #fff2f3;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 1200px) {
  .title_base {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  .title_base {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .title_base {
    font-size: 2.2rem;
  }
}
.title_base span {
  font-size: 1.7rem;
  line-height: 2;
  display: block;
  font-weight: normal;
  font-family: "Great Vibes", cursive;
  color: #555;
}
@media (max-width: 1024px) {
  .title_base span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .title_base {
    font-size: 8vw;
    margin-bottom: 24px;
    text-align: center;
  }
}
.title_cl {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #ff7789;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 1200px) {
  .title_cl {
    font-size: 1.8rem;
  }
}
.title_cl:after {
  content: "";
  width: 160px;
  height: 2px;
  background: #ff7789;
  display: block;
  position: absolute;
  top: 35px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
@-moz-document url-prefix() {
  .title_cl:after {
    top: 45px;
  }
}
.title_cl span {
  font-size: 15px;
  display: block;
}
@media (max-width: 1024px) {
  .title_cl {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .title_cl:after {
    top: 50px;
  }
  @-moz-document url-prefix() {
    .title_cl:after {
      top: 35px;
    }
  }
}
.title_bl {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #fff2f3;
  text-indent: 0.8em;
  overflow: hidden;
  font-weight: normal;
  border-left: 3px solid #fff2f3;
  margin: 32px 0;
  padding: 4px 0;
}
@media (max-width: 1200px) {
  .title_bl {
    font-size: 1.8rem;
  }
}
.title_bl span {
  font-size: 1.7rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  .title_bl span {
    font-size: 1.4rem;
  }
}
.title_cl_line {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #fff2f3;
  text-align: center;
  padding: 16px 0;
  background: url("../img/title_cl_line.png") repeat-x center;
}
@media (max-width: 1200px) {
  .title_cl_line {
    font-size: 1.8rem;
  }
}
.title_cl_line h1,
.title_cl_line h2,
.title_cl_line h3,
.title_cl_line h4,
.title_cl_line h5 {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 3px 32px;
  line-height: 1.3;
}
.title_cl_line span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #555;
}
@media (max-width: 1024px) {
  .title_cl_line span {
    font-size: 1.2rem;
  }
}
.title_cl_line:after {
  content: "";
  height: 100px;
}
.title_rs {
  margin: 16px 0;
}
.title_rs span {
  background: #fff2f3;
  color: #fff;
  padding: 5px 15px;
  font-size: 1.8rem;
  display: block;
  max-width: 230px;
  text-align: center;
}
.title_rs.center span {
  margin-right: auto !important;
  margin-left: auto !important;
}
.title_rs.right span {
  margin-left: auto !important;
}
@media screen and (max-width: 768px) {
  .title_rs.right span {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.title_arrow {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  background: #ebebef;
  padding: 5px 10px;
  position: relative;
  padding: 5px 0 5px 70px;
}
@media (max-width: 1200px) {
  .title_arrow {
    font-size: 1.8rem;
  }
}
.title_arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: #28af9d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.title_arrow:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  border: 28px solid transparent;
  border-left: 20px solid #fff2f3;
}
.yajirusi {
  position: relative;
  background: #fff2f3;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: 300;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
@media (max-width: 1200px) {
  .yajirusi {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  .yajirusi {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .yajirusi {
    font-size: 2.2rem;
  }
}
.yajirusi:after,
.yajirusi:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.yajirusi:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff2f3;
  border-width: 15px;
  margin-left: -15px;
}
.yajirusi:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #fff2f3;
  border-width: 20px;
  margin-left: -20px;
}
.title_dotted {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #fff2f3;
  padding: 10px 0;
  border-top: dotted 3px #fff2f3;
  border-bottom: dotted 3px #fff2f3;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .title_dotted {
    font-size: 1.8rem;
  }
}
.hukidasi {
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
  background: #fff2f3;
  font-weight: normal;
  line-height: 1;
  margin: 20px 0px 15px 0px;
  padding: 32px 0;
  border-radius: 10px;
  border: 2px solid #aaa;
}
@media (max-width: 1200px) {
  .hukidasi {
    font-size: 1.8rem;
  }
}
.hukidasi:after,
.hukidasi:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}
.hukidasi:after {
  left: 33px;
  border: 8px solid transparent;
  border-top: 11px solid #fff2f3;
}
.hukidasi:before {
  left: 30px;
  border: 11px solid transparent;
  border-top: 13px solid #aaa;
}
.point_text {
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #1595dc;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.point_text::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-left: 15px;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  background: #0089d4;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0089d4),
    to(#14baf8)
  );
  background: linear-gradient(to right, #0089d4 0%, #14baf8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0089d4", endColorstr="#14baf8",GradientType=1 );
}
.title_mn {
  border-bottom: 1px solid #fff2f3;
  border-left: 5px solid #fff2f3;
  margin-bottom: 10px;
  color: #fff2f3;
  padding: 0 0 0 10px;
  font-size: 2.5rem;
  font-weight: normal;
}
.title_mn:first-letter {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .title_mn {
    font-size: 2rem;
  }
  .title_mn:first-letter {
    font-size: 2.5rem;
  }
}
#mainView {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 75vh;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #mainView {
    height: 75vh;
  }
}
@media screen and (width: 800px) {
  #mainView {
    height: 45vh;
  }
}
@media screen and (max-width: 640px) {
  #mainView {
    height: 45vh;
  }
}
.bxslider.bx-1 {
  width: 100vw;
  height: 41vw;
  margin-bottom: 30px;
}
@media all and (max-width: 800px) {
  .bxslider.bx-1 {
    height: auto;
  }
}
.slide0 {
  background-image: url(../bxslider/images/0.jpg);
  background-position: center center;
}
.slide1 {
  background-image: url(../bxslider/images/1.jpg);
  background-position: 50% 20%;
}
.slide2 {
  background-image: url(../bxslider/images/2.jpg);
  background-position: center center;
}
.slide3 {
  background-image: url(../bxslider/images/3.jpg);
  background-position: center center;
}
.slide0,
.slide1,
.slide2,
.slide3 {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
  padding: 0px 0;
}
.slideimg {
  max-width: 1020px;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slideimg img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain;";
}
@media all and (max-width: 800px) {
  .slideimg {
    height: 94vw;
  }
}
.guide_title {
  overflow: hidden;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.guide_title:hover {
  background: #fff2f3;
}
.guide_detail {
  display: none;
}
.bgm {
  position: fixed;
  bottom: 70px;
  right: 5px;
  z-index: 990;
}
@media screen and (max-width: 1024px) {
  .bgm {
    bottom: 198px;
    right: 0px;
  }
}
@media screen and (max-width: 834px) {
  .bgm {
    bottom: 125px;
    right: 72px;
  }
}
@media screen and (max-width: 768px) {
  .bgm {
    bottom: 110px;
    right: 72px;
  }
}
@media screen and (max-width: 480px) {
  .bgm {
    bottom: 125px;
    right: 0;
  }
}
.bgm audio {
  width: 250px;
  padding: 10px;
  border-radius: 100px;
}
/*# sourceMappingURL=style.css.map */

.manual {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.manual_btn a {
  display: block;
  background: #fff;
  color: #ffa6ac;
  font-size: 1.8rem;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #ffa6ac;
  width: 200px;
}

.manual_btn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  margin-right: 10px;
  color: #ff7789;
  font-weight: 400;
}

.manual_btn a:hover {
  background: linear-gradient(135deg, #ffa6ac, #ffbfc4);
  border: 1px solid #fff2f3;
  color: #ffffff;
  font-weight: bold;
}
.manual_btn a:hover:before {
  color: #fff;
    font-weight: 400;
}

.form-contents .submit-btn{
  background: #ff7789!important;
  border: solid 2px #ff7789!important;
}
.form-contents :not(.pattern-exclusion) button:hover {
  color: #ff7789!important;
  background: #fff!important;
  border: solid 2px #ff7789!important;
}
.form-contents .submit-btn:hover::before {
      background-color: #ff7789!important;
}

.form-contents form dl dt:not(.pattern-exclusion) {
  padding-top: 8px!important;
}

.form-contents dl dd label {
  display:inline-block;
}

