@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@media screen and (max-width: 468px) {
  img.imgL {
    max-width: 100%;
  }
}
header,
footer {
  min-width: auto !important;
}

@media screen and (max-width: 641px) {
  .kaigyou {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .tel00 {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sp00 {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sp00 {
    display: block;
  }
}
.pc00 {
  display: block;
}

@media screen and (max-width: 1000px) {
  .pc00 {
    display: none;
  }
}
.no_link {
  pointer-events: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}
#main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
#main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  min-width: auto !important;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}
#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}
@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}
@media screen and (max-width: 100%) {
  #side {
    width: 18.75%;
  }
}
@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}
aside div#form_calendar {
  min-width: auto !important;
}

.blog #contents article .detail {
  margin-top: 20px;
}

@media screen and (max-width: 641px) {
  .blog #contents {
    padding: 0;
  }
  .blog #contents article {
    padding: 30px 10px 10px;
  }
  .blog #contents article .detail {
    margin-top: 20px;
  }
}
.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-child {
  display: none;
}
.map li a {
  color: #333 !important;
}

@media screen and (max-width: 1000px) {
  .map {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .map li {
    text-align: center;
  }
}
.policy h2 {
  border-bottom: 1px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}
.policy p {
  margin: 0 0 50px;
}

table {
  table-layout: fixed;
}
table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 1000px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b,
b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
  transition: 0.7s;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.br,
.br_pc {
  display: block;
}

@media screen and (max-width: 641px) {
  .br_pc {
    display: inline;
  }
}
.br_sp,
.br_tab {
  display: inline;
}

@media screen and (max-width: 641px) {
  .br_sp {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .br_tab {
    display: block;
  }
}
/*********PANKUZU *********/
/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 641px) {
  .ggmap {
    padding-bottom: 55%;
  }
}
@media screen and (max-width: 1000px) {
  .youtube iframe {
    width: 100%;
  }
}
#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6999999;
  padding: 5px 20px !important;
}

@media screen and (max-width: 641px) {
  #builingual {
    width: 100%;
  }
}
.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
  z-index: 2;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  }
  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.flex_01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 641px) {
  .flex_01 {
    display: block;
  }
}
.text001 > article {
  display: flex;
  flex-direction: column;
}
.text001 > article > h2 {
  order: 1;
}
.text001 > article > img {
  order: 2;
}
.text001 > article > div {
  order: 3;
}

.text002 > article {
  display: flex;
}
.text002 > article > img {
  float: none !important;
  width: 40% !important;
  margin-right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.text002 > article h2 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  margin-bottom: 20px;
  color: #ff75a2;
}
.text002 > article > .text002in {
  width: 60%;
  padding-left: 50px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .text002 > article {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .text002 > article > img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 641px) {
  .text002 > article h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .text002 > article > .text002in {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text004 > article {
  display: flex;
}
.text004 > article > img {
  float: none !important;
  width: 60% !important;
  margin-right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.text004 > article > .text004in {
  width: 40%;
  padding-left: 50px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .text004 > article {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .text004 > article > img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .text004 > article > .text004in {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text003 > article {
  display: flex;
}
.text003 > article > img {
  float: none !important;
  order: 2;
  width: 40% !important;
  margin-right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.text003 > article h2 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  margin-bottom: 20px;
  color: #ff75a2;
}
.text003 > article > .text003in {
  width: 60%;
  order: 1;
  padding-right: 50px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .text003 > article {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .text003 > article > img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .text003 > article > .text003in {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text005 > article {
  display: flex;
}
.text005 > article > img {
  float: none !important;
  order: 2;
  width: 60% !important;
  margin-right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.text005 > article > .text005in {
  width: 40%;
  order: 1;
  padding-right: 50px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .text005 > article {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .text005 > article > img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .text005 > article > .text005in {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.banner_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner_01 > div {
  width: 48%;
}
.banner_01 > div img {
  width: 100% !important;
}

@media screen and (max-width: 641px) {
  .banner_01 {
    display: block;
  }
}
@media screen and (max-width: 641px) {
  .banner_01 > div {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 641px) {
  .banner_01 > div:first-child {
    margin-bottom: 20px;
  }
}
.bg_01 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-size: cover;
}

.news_01 {
  padding: 30px;
  background-color: #fff;
}
.news_01 .newinner {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  height: 200px;
  overflow-y: scroll;
}
.news_01 .newinner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.news_01 dl {
  display: block !important;
}
.news_01 dl dt,
.news_01 dl dd {
  width: auto !important;
}

@media screen and (max-width: 641px) {
  .news_01 {
    padding: 15px;
  }
}
.map001 {
  line-height: 1 !important;
}
.map001 iframe {
  height: 350px;
}

@media screen and (max-width: 641px) {
  .map001 iframe {
    height: 200px;
  }
}
.color002 {
  color: #b3ae2e !important;
  border-bottom: 1px solid #b3ae2e;
}

@media screen and (max-width: 1000px) {
  .resw01 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.hdflex {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  z-index: 99999;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .hdnav {
    display: none;
  }
}
.hdnav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
}
.hdnav > ul > li {
  position: relative;
  flex-grow: 1;
}
.hdnav > ul > li:has(.drop):hover .drop {
  display: block;
}
.hdnav > ul > li > a {
  display: block;
  font-size: 14px;
  color: #333 !important;
  text-align: center;
}
.hdnav > ul .hdcontact a {
  background-color: #ff75a2;
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 0.1rem;
  display: block;
  width: 150px;
  padding: 5px 5px 5px 35px;
  position: relative;
  border-radius: 5px;
}
.hdnav > ul .hdcontact a::after {
  content: url(../images/home/hdmail.png);
  position: absolute;
  top: 5px;
  left: 10px;
}

@media screen and (max-width: 1000px) {
  .hdnav > ul > li > a {
    margin-left: 25px;
  }
}
.drop {
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  z-index: 1;
  display: none;
  background: #fff;
  margin: auto;
  width: 150px;
}

@media screen and (max-width: 1000px) {
  .drop {
    position: static;
    display: block;
    width: 100%;
    background: none;
    border: none;
  }
}
.drop-item:not(:last-child) a {
  border-bottom: 1px dotted #ccc;
}
.drop-item a {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #000 !important;
  transition-duration: 0.3s !important;
}
.drop-item a:hover {
  opacity: 1;
  color: #fff !important;
  background: #ff75a2 !important;
}

.spflex {
  display: flex;
}

.spmail {
  display: none;
  line-height: 56px;
  font-size: 30px;
  padding: 0 12px;
  color: #fff !important;
  background-color: #ff75a2;
}

@media screen and (max-width: 1000px) {
  .spmail {
    display: block;
  }
}
#inline {
  width: 80%;
  max-width: 750px;
}

.inline {
  background-color: #ff75a2;
  margin-left: 10px;
}
.inline .fal {
  color: #fff !important;
  font-size: 30px;
  padding: 13px;
}

.modaal-content-container ul li a {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px !important;
}

footer {
  padding: 0 30px 30px 30px;
}

#footer {
  background-image: url(../images/home/contactbg.png);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  #footer {
    padding-top: 50px;
  }
}
.ftcontact {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 70px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.ftcontact h2 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 50px;
}
.ftcontact p {
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .ftcontact {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ftcontact h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ftcontact p {
    margin-bottom: 20px;
  }
}
.ftflex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .ftflex {
    display: block;
  }
}
.ftmail {
  background-color: #ff75a2;
  color: #fff !important;
  font-size: 24px;
  display: block;
  width: 395px;
  margin-right: 50px;
  padding: 15px 10px 15px 65px;
  position: relative;
}
.ftmail::after {
  content: url(../images/home/mailicon.png);
  position: absolute;
  top: 20px;
  left: 40px;
}

@media screen and (max-width: 1000px) {
  .ftmail {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 641px) {
  .ftmail {
    width: 100%;
    padding: 0px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 641px) {
  .ftmail::after {
    display: none;
  }
}
.fttel {
  background-color: #ff75a2;
  color: #fff !important;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  letter-spacing: 0.1rem;
  display: block;
  width: 395px;
  padding: 10px 40px 10px 65px;
  position: relative;
}
.fttel::after {
  content: url(../images/home/telicon.png);
  position: absolute;
  top: 15px;
  left: 70px;
}

@media screen and (max-width: 1000px) {
  .fttel {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 641px) {
  .fttel {
    width: 100%;
    padding: 0px;
    font-size: 18px;
    line-height: 50px;
  }
}
@media screen and (max-width: 641px) {
  .fttel::after {
    display: none;
  }
}
.ftlogo {
  margin-bottom: 30px;
}

small {
  color: #fff !important;
}

.toppic_flex {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-bottom: 200px;
}
.toppic_flex .toppic {
  width: 65%;
}
.toppic_flex .toppic img {
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.toppic_flex .toptext {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toppic_flex .toptext h1 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ff75a2;
}
.toppic_flex .toptext h1 span {
  font-size: 55px;
}
.toppic_flex .ha_01 {
  position: absolute;
  left: -100px;
  bottom: -100px;
  width: 100%;
}
.toppic_flex .ha_01 img {
  width: 34% !important;
}

@media screen and (max-width: 1000px) {
  .toppic_flex {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 641px) {
  .toppic_flex .toppic {
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  .toppic_flex .toptext {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 60%;
  }
}
@media screen and (max-width: 1380px) {
  .toppic_flex .toptext h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .toppic_flex .toptext h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 641px) {
  .toppic_flex .toptext h1 {
    color: #fff;
  }
}
@media screen and (max-width: 1380px) {
  .toppic_flex .toptext h1 span {
    font-size: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .toppic_flex .toptext h1 span {
    font-size: 35px;
  }
}
@media screen and (max-width: 641px) {
  .toppic_flex .ha_01 {
    display: none;
  }
}
#contents_wrap {
  width: 100% !important;
  padding: 0 30px;
}

.contentflex {
  display: flex;
}

@media screen and (max-width: 641px) {
  .contentflex {
    flex-direction: column-reverse;
  }
}
.leftmenu {
  width: 270px !important;
}
.leftmenu > .leftmenu {
  width: auto !important;
}
.leftmenu .leftmenu_title {
  position: relative;
  margin-bottom: 30px;
}
.leftmenu .leftmenu_title h2 {
  font-size: 16px;
  padding-left: 20px;
}
.leftmenu .leftmenu_title h2:after {
  content: "";
  height: 50px;
  width: 50px;
  background-color: #ffd4e8;
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
  border-radius: 100px;
  z-index: -3;
}
.leftmenu .leftmenu_title02 {
  position: relative;
  margin-bottom: 30px;
}
.leftmenu .leftmenu_title02 h2 {
  font-size: 16px;
  padding-left: 20px;
}
.leftmenu .leftmenu_title02 h2:after {
  content: "";
  height: 50px;
  width: 50px;
  background-color: #c2efff;
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
  border-radius: 100px;
  z-index: -3;
}
.leftmenu .menu_list {
  margin-bottom: 100px;
}
.leftmenu .menu_list ul li {
  float: none !important;
}
.leftmenu .menu_list ul li a {
  color: #333 !important;
  display: block;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 641px) {
  .leftmenu {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 641px) {
  .leftmenu > .leftmenu {
    width: 100% !important;
  }
}
@media screen and (max-width: 641px) {
  .leftmenu > div:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 641px) {
  .leftmenu .leftmenu_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 641px) {
  .leftmenu .leftmenu_title02 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 641px) {
  .leftmenu .menu_list {
    margin-bottom: 50px;
  }
}
.rightcontent {
  padding-left: 60px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 641px) {
  .rightcontent {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .home_01,
  .home_04 {
    margin-bottom: 50px !important;
  }
}
.home_01 h2,
.home_04 h2 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ff4ba4;
  margin-bottom: 20px;
}

@media screen and (max-width: 1700px) {
  .home_01 h2,
  .home_04 h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 641px) {
  .home_01 h2,
  .home_04 h2 {
    font-size: 18px;
  }
}
.text004in > div,
.text005in > div {
  font-size: 16px;
  line-height: 36px;
}

@media screen and (max-width: 1700px) {
  .text004in > div,
  .text005in > div {
    font-size: 14px;
    line-height: 2;
  }
}
.home_02 {
  display: flex;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .home_02 {
    display: block;
    margin-bottom: 50px !important;
  }
}
.ha02 {
  position: absolute;
  right: -40px;
  top: -270px;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .ha02 img {
    width: 180px !important;
  }
}
@media screen and (max-width: 1000px) {
  .ha02 {
    top: -140px;
  }
}
.home_021 {
  border: solid 10px #ffd9ec;
  background-color: #fff;
  width: 45%;
  margin-right: 40px;
}
.home_021 .bg01 {
  background-color: #ffeef6;
  margin: 3px;
  padding: 30px 20px 30px 20px;
  height: 99%;
}
.home_021 .bg01 h2 {
  font-size: 30px;
  position: relative;
  color: #ff66b2;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 30px;
}
.home_021 .bg01 h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 97px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ff66b2;
}

@media screen and (max-width: 1200px) {
  .home_021 {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1400px) {
  .home_021 .bg01 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 641px) {
  .home_021 .bg01 h2 {
    margin-bottom: 15px;
  }
}
.home_02list1 ul li {
  float: none !important;
  border-bottom: 1px dashed #cccccc;
  padding: 20px 0 20px 30px;
  position: relative;
  font-size: 16px;
}
.home_02list1 ul li::after {
  content: url(../images/home/cheak1.png);
  position: absolute;
  left: 0px;
  top: 23px;
}

@media screen and (max-width: 641px) {
  .home_02list1 ul li {
    padding: 10px 0 10px 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 641px) {
  .home_02list1 ul li::after {
    top: 11px;
  }
}
.home_022 {
  border: solid 10px #c3efff;
  background-color: #fff;
  width: 45%;
}
.home_022 .bg01 {
  background-color: #e9f9ff;
  margin: 3px;
  padding: 30px 20px 30px 20px;
}
.home_022 .bg01 h2 {
  font-size: 30px;
  position: relative;
  color: #1fc2ff;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 30px;
}
.home_022 .bg01 h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 97px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #1fc2ff;
}

@media screen and (max-width: 1200px) {
  .home_022 {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .home_022 .bg01 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 641px) {
  .home_022 .bg01 h2 {
    margin-bottom: 15px;
  }
}
.home_02list2 ul li {
  float: none !important;
  border-bottom: 1px dashed #cccccc;
  padding: 20px 0 20px 30px;
  position: relative;
  font-size: 16px;
}
.home_02list2 ul li::after {
  content: url(../images/home/cheak2.png);
  position: absolute;
  left: 0px;
  top: 23px;
}

@media screen and (max-width: 641px) {
  .home_02list2 ul li {
    padding: 10px 0 10px 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 641px) {
  .home_02list2 ul li::after {
    top: 11px;
  }
}
.home_05 {
  display: flex;
  width: 80%;
  background-color: #fff;
  margin-left: auto !important;
  margin-right: auto !important;
  border: solid 15px #ffd9ec;
  padding: 40px 40px 40px 0;
}

@media screen and (max-width: 1250px) {
  .home_05 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .home_05 {
    display: block;
    padding: 20px;
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 641px) {
  .home_05 {
    width: 100%;
    padding: 20px 10px;
  }
}
.news_title {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ffd9ec;
}
.news_title h2 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
}

@media screen and (max-width: 1000px) {
  .news_title {
    width: 100%;
    border-right: 0px;
  }
}
@media screen and (max-width: 1400px) {
  .news_title h2 {
    font-size: 22px;
  }
}
.home_dl {
  width: 75%;
}
.home_dl dl {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.home_dl dl dt {
  background: none !important;
  border: none !important;
  font-size: 16px;
}
.home_dl dl dd {
  border: none !important;
}

@media screen and (max-width: 1000px) {
  .home_dl {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .home_dl dl {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .home_dl dl dt {
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .home_dl dl dd {
    width: 100% !important;
  }
}
.ha03 {
  position: absolute;
  bottom: -30px;
  left: -270px;
  z-index: -1;
}

@media screen and (max-width: 1000px) {
  .ha03 {
    display: none;
  }
}
.subtop {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
}
.subtop > article {
  width: 45%;
}
.subtop h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: 0 0 10px #1fc2ff;
}

@media screen and (max-width: 641px) {
  .subtop {
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .subtop > article {
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  .subtop h1 {
    font-size: 20px;
  }
}
.pankuzu a {
  color: #ff75a2 !important;
}

@media screen and (max-width: 641px) {
  .pankuzu {
    font-size: 12px;
    text-align: center !important;
    margin-bottom: 5px !important;
  }
}
.subtitile h2 {
  font-size: 20px;
  background-color: rgb(255, 234, 234);
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.subtitile h2:after {
  content: "";
  content: "";
  height: 85%;
  width: 99%;
  border: solid 1px #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.text01 {
  line-height: 2;
}
.text01 a {
  color: #333 !important;
  border-bottom: 1px solid #333 !important;
}

.annot #TRANS_ANNOT {
  display: none;
}

@media screen and (max-width: 641px) {
  .sub_dl dl {
    display: block !important;
    margin-bottom: 20px;
  }
}
.sub_dl dl dt {
  background: none !important;
  border: none !important;
  border-bottom: 2px solid #ff75a2 !important;
  align-items: center !important;
  font-size: 16px;
}
.sub_dl dl dd {
  border: none !important;
  border-bottom: 1px solid #ff75a2 !important;
  padding-left: 30px !important;
}
.sub_dl dl dd a {
  color: #333 !important;
}

@media screen and (max-width: 641px) {
  .sub_dl dl dt {
    display: table !important;
    align-items: flex-start !important;
    width: auto !important;
  }
}
@media screen and (max-width: 641px) {
  .sub_dl dl dd {
    width: 100% !important;
    padding-left: 10px !important;
  }
}
.subtext01 {
  background-color: rgb(247, 247, 247);
  padding: 30px;
  line-height: 2;
}

@media screen and (max-width: 641px) {
  .subtext01 {
    padding: 15px;
  }
}
.text02 h3 {
  display: table;
  border-bottom: 1px solid #ff75a2;
  font-size: 16px;
  padding: 0 20px 5px 3px;
}

.subinner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .subinner {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.submit {
  width: 150px !important;
}

.conbt .submit_c {
  display: block !important;
}
.conbt .submit_c button {
  background-color: #ff75a2 !important;
  color: #fff !important;
}

.greeting01 > article img {
  width: auto !important;
}

@media screen and (max-width: 641px) {
  .greeting01 > article img {
    width: 100% !important;
  }
}
.text_02 {
  width: 90% !important;
}

.contact_01 dl dt {
  align-items: center !important;
}

.price01 dl {
  border-bottom: 1px solid #ff75a2;
  font-size: 16px;
}
.price01 dl dt {
  border: none !important;
  background: none !important;
  padding: 20px !important;
}
.price01 dl dd {
  border: none !important;
  padding: 20px !important;
  text-align: right;
  color: red;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1000px) {
  .price01 dl dt {
    font-size: 14px;
    padding: 10px 20px !important;
  }
}
@media screen and (max-width: 1000px) {
  .price01 dl dd {
    font-size: 16px;
    padding: 10px 20px !important;
  }
}
@media screen and (max-width: 1000px) {
  .text_404 {
    width: 90%;
    margin: 30px auto !important;
  }
}
.bt_404 a {
  display: block;
  text-align: center;
  width: 200px;
  line-height: 50px;
  border: solid 1px #ff75a2;
  border-radius: 3px;
  color: #ff75a2 !important;
  margin: 30px auto;
  font-size: 16px;
}
.bt_404 a:hover {
  background-color: #ff75a2;
  color: #fff !important;
  opacity: 1;
}

.li0222 {
  line-height: 2;
}

.fix-blog-news {
  flex: 1 0 0;
  max-height: 150px;
  overflow-y: auto;
}
.fix-blog-news::-webkit-scrollbar {
  width: 5px;
}
.fix-blog-news::-webkit-scrollbar-track {
  background-color: transparent;
}
.fix-blog-news::-webkit-scrollbar-thumb {
  background-color: rgb(201, 201, 201);
  border-radius: 5px;
}
.fix-blog-news .blog_list {
  padding: 10px;
  border: none;
}
.fix-blog-news .blog_list > div {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgb(224, 224, 224);
}
.fix-blog-news .blog_list > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.fix-blog-news .blog_list .blog_photo {
  display: none;
}
.fix-blog-news .blog_list .blog_text {
  width: 100%;
  padding: 0;
}
.fix-blog-news .blog_list .blog_text .detail {
  display: none;
}

.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
}

#contents_wrap {
  overflow-x: hidden;
  overflow-y: hidden;
}

.inner-600 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-700 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-700 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-800 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-900 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-900 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-1000 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-1100 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-1100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-1200 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-1300 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-1300 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-1400 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-1400 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-1500 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-1500 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-1600 {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-1600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner-1920 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 834px) {
  .inner-1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header:nth-of-type(1) {
  background: transparent;
}

.blog {
  box-sizing: inherit;
  margin-top: 40px;
  margin-bottom: 100px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.blog .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}
.blog #contents {
  width: auto;
  min-width: 0 !important;
  overflow: unset;
}
.blog #contents > article {
  padding: 0;
}
.blog #contents > article > h1 {
  padding-bottom: 0;
  line-height: 1.6;
  font-size: 16px;
  color: initial;
}
.blog #contents > article > ul {
  margin-bottom: 0;
}
.blog #contents > article > ul > li > a {
  margin-right: 0;
}
.blog #contents > article > div > article {
  padding: 0;
}
.blog #contents > dl {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.blog #contents > dl > dt {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  border: none;
  border-radius: 0;
}
.blog #contents > dl > dt > div > .date {
  font-size: 16px;
}
.blog #contents > dl > dt > div > a {
  font-size: 16px;
}
.blog #contents > dl > dt > div > a > .translate {
  font-size: 16px;
}
.blog #contents .clearfix > li > a {
  margin-right: 0;
  line-height: 1.6;
}
.blog #contents .box article {
  padding: 0;
}
.blog #contents article h2 {
  padding-bottom: 0;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
.blog #contents article img {
  margin: 0;
}
.blog aside {
  width: auto;
  min-width: 0;
  padding: 0;
  overflow: unset;
}
.blog aside > nav {
  padding: 0;
  text-align: left;
}
.blog aside > nav > div {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}
.blog aside > nav > div:nth-of-type(2) {
  margin-top: 0;
}
.blog aside > nav > a {
  padding-right: 0;
  margin-top: 0px;
}
.blog #calendar {
  margin: 0;
}
.blog #form_calendar {
  max-width: 100%;
  min-width: 0;
  box-shadow: none;
  margin: 0;
  background-color: transparent;
}
.blog #form_calendar > table {
  margin-bottom: 0;
}
.blog #form_calendar > table > thead > tr > th {
  font-size: 10px;
}
.blog #form_calendar .open {
  margin-top: 10px;
}
.blog #search > form > button {
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}
.blog .category > li {
  padding: 0;
  border-bottom: none;
}
.blog .category > li:first-child {
  border-top: 0;
}
.blog .pages > li {
  padding: 0;
  text-align: left;
  border-bottom: none;
}
.blog .pages > li:first-child {
  border-top: 0;
}
.blog span[id*=TRANS_] {
  padding-right: 0;
  overflow-wrap: break-word;
}
.blog #contents {
  flex: 1 0 0;
}
.blog #contents > article > h1 {
  margin-bottom: 80px;
  color: #dcbe6f;
}
.blog #contents > article > h1 > span {
  font-family: Noto Serif JP, serif;
  font-weight: 700;
  font-size: 24px;
}
.blog #contents h2 {
  font-size: 20px !important;
}
.blog #contents > article > .date {
  color: #333333;
  line-height: 1.6;
}
.blog #contents > article > ul {
  margin-bottom: 30px;
}
.blog #contents > article > ul > li {
  margin-right: 10px;
}
.blog #contents > article > ul > li:last-child {
  margin-right: 0;
}
.blog #contents > article > ul > li > a {
  font-size: 14px;
}
.blog aside {
  flex: 0 0 30%;
  margin-right: 40px;
}
.blog aside nav > div {
  margin-bottom: 5px;
  font-size: 18px;
}
.blog #calendar {
  margin-bottom: 20px;
}
.blog #calendar dl.open > dt > label,
.blog #calendar td.open {
  background-color: #f7fbff;
}
.blog #calendar dl.close > dt > label,
.blog #calendar td.close {
  background-color: #fff7f5;
}
.blog #calendar table > tbody > tr > td:hover {
  background-color: white !important;
}
.blog #search {
  margin-bottom: 20px;
}
.blog .category {
  margin-bottom: 40px;
}
.blog .category li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(240, 240, 240);
}
.blog .category li:last-child {
  margin-bottom: 0;
}
.blog .pages li {
  margin-bottom: 20px;
}
.blog .pages li > a {
  font-size: 14px;
}
.blog .pages li > a > span {
  font-size: 16px;
}
.blog #contents > dl {
  margin-bottom: 60px;
}
.blog #contents > dl .date {
  margin-bottom: 10px;
}
.blog #contents > article[id*=page] {
  margin-bottom: 120px;
}
.blog .blog-flex .box > article > h3 {
  display: none;
}

@media (max-width: 834px) {
  .blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 834px) {
  .blog #contents > article > h1 > span {
    font-size: 20px;
  }
}
@media (max-width: 834px) {
  .blog #contents h2 {
    font-size: 18px !important;
  }
}
@media (max-width: 640px) {
  .blog aside {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .blog .blog-flex .box img {
    display: block;
    width: 100% !important;
    max-width: 400px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-600 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-700 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-700 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-800 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-900 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-900 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1000 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1100 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1200 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1300 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1300 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1400 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1400 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1500 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1500 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1600 {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1920 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.header-logo {
  width: 7.8125%;
  min-width: 100px;
  margin-right: auto;
}

.mail {
  display: block;
  padding: 10px;
  background-color: #ff75a2;
  font-size: 16px;
  border-radius: 5px;
  line-height: 1;
}
@media (max-width: 1000px) {
  .mail {
    margin-right: 10px;
    padding: 11px 15px;
    border-radius: 0;
  }
}
.mail:link, .mail:visited {
  color: white !important;
}
@media (max-width: 1000px) {
  .mail > i {
    font-size: 27px;
  }
}
@media (max-width: 1000px) {
  .mail__text {
    display: none;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 20px;
  margin-bottom: 40px;
}
.breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb__li:last-child {
  margin-right: 0;
}
.breadcrumb__divide {
  margin-right: 10px;
  color: #ff75a2;
  font-size: 0.875rem;
}
.breadcrumb__link {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
}

.drop-down .dpdn__lists {
  list-style: none;
}

.drop-down {
  position: relative;
}
.drop-down__wrapper {
  padding: 20px;
  background-color: #fbfbfb;
}
@media (max-width: 1000px) {
  .drop-down__wrapper {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.drop-down__lists {
  width: 100%;
  min-width: 210px;
  padding-top: 20px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media (max-width: 1000px) {
  .drop-down__lists {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #333333;
    position: static;
    transition: all 0.3s ease;
  }
}
.drop-down__list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid rgb(240, 240, 240);
}
@media (max-width: 1000px) {
  .drop-down__list {
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: left;
    border-bottom: none;
  }
}
.drop-down__list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.drop-down__link {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  text-decoration: none;
}
.drop-down__link:link, .drop-down__link:visited {
  color: #333333 !important;
}

@media (min-width: 1000px) {
  .drop-down-first:hover .drop-down-first__lists {
    opacity: 1;
    visibility: visible;
  }
}

.drop-down-second__lists {
  top: 42%;
  left: 100%;
  z-index: 1;
}
@media (max-width: 1000px) {
  .drop-down-second__lists {
    padding-top: 0;
    border-top: unset;
  }
}
@media (max-width: 1000px) {
  .drop-down-second__list {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .drop-down-second__list:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 1px;
    margin-right: 5px;
    background-color: #333333;
  }
}
@media (min-width: 1000px) {
  .drop-down-second:hover .drop-down-second__lists {
    opacity: 1;
    visibility: visible;
  }
}

.js-drawer-open .drop-down__lists {
  opacity: 1;
  visibility: visible;
}

.hamburger {
  display: none;
  background-color: unset;
  border: unset;
}
@media (max-width: 1000px) {
  .hamburger {
    display: inline-block;
    z-index: 1100;
  }
}

.hamburger {
  width: 55px;
  height: 49px;
  background-color: #ff75a2;
  position: relative;
  z-index: 1100;
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: white;
  transition: all 0.5s ease;
}
.hamburger .line1 {
  transform: translate(0, -7px);
}
.hamburger .line2 {
  transform: translate(0, 0px);
}
.hamburger .line3 {
  transform: translate(0, 7px);
}

.js-drawer-open .hamburger .line1 {
  transform: translateY(2px) rotate(-35deg);
}
.js-drawer-open .hamburger .line2 {
  opacity: 0;
  visibility: hidden;
}
.js-drawer-open .hamburger .line3 {
  transform: translateY(-2px) rotate(35deg);
}

@media (max-width: 1000px) {
  .nav {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: 1000;
  }
  .nav::-webkit-scrollbar {
    width: 5px;
  }
  .nav::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .nav::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 5px;
  }
}
.nav .nav__lists {
  list-style: none;
}
.nav .nav__link {
  text-decoration: none;
}

@media (max-width: 1000px) {
  .nav {
    width: 70%;
    min-width: 300px;
    margin-right: 0;
    padding-right: 20px;
    padding-left: 20px;
    left: 0;
    transform: translate(-100%, 0);
  }
}
@media (max-width: 640px) {
  .nav {
    width: 100%;
  }
}
.nav__lists {
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .nav__lists {
    display: block;
    margin-top: 150px;
    margin-bottom: 60px;
  }
}
.nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .nav__list {
    display: block;
    margin-bottom: 50px;
    color: #333333;
    text-align: left;
  }
  .nav__list:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .nav__list.drop-down {
    border-bottom: none;
  }
}
.nav__link {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
}
.nav__link:after {
  content: attr(data-subtitle);
  display: block;
  line-height: 1;
}
.nav__link:link, .nav__link:visited {
  color: #333333 !important;
}

.js-drawer-open {
  overflow-y: hidden;
}
.js-drawer-open .nav {
  transform: translate(0, 0);
}
@media (max-width: 1000px) {
  .js-drawer-open .nav {
    background-color: white;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .toppic_flex .toptext {
    width: 100%;
  }
}/*# sourceMappingURL=assets.css.map */