@charset "UTF-8";
main h1.masthead {
  display: flex;
  align-items: center;
  font-weight: 500;
  /* 100は最も細い設定 */
  line-height: 0.8; }
  main h1.masthead:before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #005bab;
    margin: 0 1rem 0 0; }

main h2.caption {
  display: flex;
  align-items: center;
  font-weight: 100;
  /* 100は最も細い設定 */
  line-height: 0.8;
  padding-bottom: 20px; }
  main h2.caption:before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #fff;
    margin: 0 1rem 0 0; }

.icon-img8 {
  width: 20%;
  margin: auto;
  display: block; }
  .icon-img8 .part picture img {
    border: 1rem solid red; }

.icon-img3 {
  width: 50%;
  margin: 0 auto; }

.icon-img2 {
  width: 80%;
  margin: 0 auto; }

.icon-img {
  width: 20%;
  margin: auto;
  display: block; }

.box1 {
  padding: 1em 1em;
  margin: 1em 0em;
  border: solid 1px #000000; }

.box1 p {
  margin: 0;
  padding: 1em 1em; }

.box01 {
  padding: 1em 1em;
  margin: 1em 0em;
  border: solid 1px #000000;
  background: #f1f1f1; }

.box01 p {
  margin: 0;
  padding: 1em 1em; }

.border1 {
  margin-bottom: 0.3rem;
  padding: 0.5rem;
  border-left: 8px solid;
  border-color: #005bac;
  font-weight: bold; }

.container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }

.post {
  border: 1px solid #ccc;
  background: #f1f1f1;
  padding: 10px;
  text-align: center; }

.post img {
  max-width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; } }

.post-title {
  font-size: 18px !important;
  color: #000 !important; }

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff; }

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff; }

.balloon1 p {
  margin: 0;
  padding: 0; }

.btn-brackets {
  display: inline-block;
  position: relative;
  padding: 1em 2em;
  text-decoration: none;
  color: #000;
  transition: .4s; }

.btn-brackets:hover {
  color: #005bab; }

.btn-brackets:before, .btn-brackets:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block; }

.btn-brackets:before {
  border-left: solid 1px #005bab;
  border-top: solid 1px #005bab;
  border-bottom: solid 1px #005bab;
  left: 0; }

.btn-brackets:after {
  content: '';
  border-top: solid 1px #005bab;
  border-right: solid 1px #005bab;
  border-bottom: solid 1px #005bab;
  right: 0; }

table {
  border-collapse: collapse;
  width: 100%; }

.tb01 th,
.tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box; }

.tb01 th {
  background: #dde9f4;
  color: #000;
  text-align: center; }

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%; }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none; }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc; } }

.back-grey {
  background: #f2f2f3;
  padding: 30px; }

.back-aqua {
  background: #dde9f4;
  padding: 30px; }

.section-contactus {
  background-color: #ebebec;
  padding: 2%; }
  .section-contactus .fieldset.radio .field ul li {
    flex: 1 1 0px; }
    .section-contactus .fieldset.radio .field ul li label {
      display: flex; }
      .section-contactus .fieldset.radio .field ul li label input {
        margin: inherit; }

.section-contactus .fieldset.required .legend p:after {
  margin-left: 1em;
  margin-bottom: 1em;
  content: "※必須";
  color: #f15a24; }

.section-contactus .fieldset .field ul {
  padding: 0;
  gap: 1em;
  display: flex; }

.section-contactus .fieldset .field ul li {
  list-style: none;
  flex: 0 0 0px; }

.section-contactus .block-form {
  margin: 0 auto;
  color: #4e4c4c;
  max-width: 900px; }

.section-contactus .modal_open_btn {
  display: inline-block;
  cursor: pointer;
  padding-top: 30px; }

.section-contactus .modal_contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  width: 100%; }

.section-contactus .modal_contents_bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed; }

.section-contactus .modal_contents_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  padding: 30px; }

.section-contactus .modal_close_btn {
  display: inline-block;
  cursor: pointer;
  margin-top: 28px; }

.section-contactus .modal_close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg); }

.section-contactus .modal_close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.section-contactus .modal_close_btn::before, main .section-contactus .modal_close_btn::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 30px;
  width: 5px;
  height: 30px;
  background: #333; }

.section-contactus .close_btn_wrap {
  position: relative;
  width: 70px;
  margin-left: auto;
  height: 49px;
  padding-right: 17px; }

.section-contactus .modal_contents_header {
  margin: 27px; }

.section-contactus .modal_text {
  overflow-y: scroll;
  max-height: 50vh; }

.section-contactus fieldset {
  padding-bottom: 10px;
  padding-top: 20px; }

.section-contactus fieldset span {
  color: #f15a24;
  padding-left: 20px; }

.section-contactus select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all .2s ease;
  border-radius: 3px;
  margin-bottom: 15px;
  height: 60px; }

.section-contactus input[type="number"], main .section-contactus input[type="text"] {
  padding: 1em;
  width: 300px;
  font-size: 1.2em;
  background-color: #fff;
  border: none;
  border-radius: 3px; }

.section-contactus input[type="text"],
.section-contactus input[type="tel"],
.section-contactus input[type="email"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all .2s ease;
  border-radius: 3px;
  margin-bottom: 15px;
  height: 60px; }

.section-contactus input[type="radio"] {
  margin-right: 20px;
  margin-left: 20px; }

.section-contactus textarea {
  box-sizing: border-box;
  display: block;
  padding: 8px 12px;
  border: none;
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all .2s ease;
  border-radius: 3px;
  margin-bottom: 15px;
  width: 100%; }

.section-contactus .confirm .textarea {
  text-align: center; }

.section-contactus .contactus {
  position: relative;
  width: 210px;
  margin: 10px auto; }

@media only screen and (min-width: 520px) {
  .section-contactus .contactus {
    margin: 30px 0;
    width: fit-content;
    margin-bottom: 4.16667vw; } }

.section-contactus .contactus:after {
  position: absolute;
  content: url(/images/search-icon_white.png);
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.section-contactus .contactus.contactus {
  margin: 10px auto; }

@media only screen and (min-width: 520px) {
  .section-contactus .contactus.contactus {
    margin: 30px auto; } }

.section-contactus .contactus.contactus:after {
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.section-contactus .submit-wrapper {
  text-align: center;
  position: relative;
  margin: 10px auto; }

@media only screen and (min-width: 520px) {
  .section-contactus .submit-wrapper {
    margin: 30px 0;
    margin-bottom: 4.16667vw; } }

.section-contactus .submit-wrapper:after {
  position: absolute;
  content: url(/images/search-icon_white.png);
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.section-contactus .submit-wrapper input {
  background-color: #005bab;
  width: inherit;
  height: 40px;
  font-size: 16px;
  color: #FFF;
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 60px;
  margin-left: auto;
  text-align: center; }

@media only screen and (min-width: 520px) {
  .section-contactus .submit-wrapper input {
    width: 300px;
    height: 60px; } }

@media only screen and (min-width: 520px) {
  .section-contactus .submit-wrapper input {
    width: calc(180px + 120 * ((100vw - 320px) / 880)); } }

@media only screen and (min-width: 1200px) {
  .section-contactus .submit-wrapper input {
    width: 300px; } }

@media only screen and (min-width: 520px) {
  .section-contactus .submit-wrapper input {
    font-size: calc(16px + 3 * ((100vw - 320px) / 880)); } }

@media only screen and (min-width: 1200px) {
  .section-contactus .submit-wrapper input {
    font-size: 19px; } }

@media only screen and (min-width: 520px) {
  .section-contactus .submit-wrapper input {
    width: 250px;
    height: 80px; } }

.section-contactus .submit-wrapper input:hover {
  cursor: pointer; }

.modal-submit {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center; }

.modal-submit:after {
  position: absolute;
  content: url(/images/search-icon_white.png);
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.modal-submit .button-submit {
  margin: 1em auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbb03b;
  width: inherit;
  height: 40px;
  font-size: 16px;
  color: #FFF;
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 60px;
  margin-left: auto;
  text-align: center; }

@media only screen and (min-width: 520px) {
  .modal-submit .button-submit {
    width: 300px;
    height: 60px; } }

@media only screen and (min-width: 520px) {
  .modal-submit .button-submit {
    width: calc(180px + 120 * ((100vw - 320px) / 880)); } }

@media only screen and (min-width: 1200px) {
  .modal-submit .button-submit {
    width: 300px; } }

@media only screen and (min-width: 520px) {
  .modal-submit .button-submit {
    font-size: calc(16px + 3 * ((100vw - 320px) / 880)); } }

@media only screen and (min-width: 1200px) {
  .modal-submit .button-submit {
    font-size: 19px; } }

@media only screen and (min-width: 520px) {
  .modal-submit .button-submit {
    width: 250px;
    height: 80px; } }

.modal-submit .button-submit:hover {
  cursor: pointer; }

.block-contact-read .text .textarea {
  text-align: center; }

.block-contact-read .text .textarea .head {
  padding: 0 0 2% 0;
  font-weight: 600;
  font-size: 1.2rem; }

.block-contact-read .text .textarea .bottom {
  padding: 2% 0; }

.block-contact-read .text .textarea .note span {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 2% 0; }

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
