@charset "UTF-8";
/*---------------------------
▼▼▼　START DEFAULT　▼▼▼
---------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea,
select,
button,
b,
i,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  outline: none;
  -webkit-appearance: none;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: text-bottom;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
main,
.main,
.main_content {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

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

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

body {
  line-height: 1.3;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  color: #3e3e3e;
  width: 100%;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input[type='text'],
input[type='password'],
input[type='datetime-local'],
input[type='date'],
input[type='number'],
input[type='search'],
input[type='time'],
input[type='email'],
input[type='tel'],
select,
textarea {
  border: solid 1px #ccc;
  padding: 5px;
  border-radius: 5px;
  width: auto;
  display: block;
  background-color: #fff;
}

input[type='text']:disabled,
input[type='password']:disabled,
input[type='datetime-local']:disabled,
input[type='date']:disabled,
input[type='number']:disabled,
input[type='search']:disabled,
input[type='time']:disabled,
input[type='email']:disabled,
input[type='tel']:disabled,
select:disabled,
textarea:disabled {
  background-color: #eee;
}

input[type='text']:hover,
input[type='password']:hover,
input[type='datetime-local']:hover,
input[type='date']:hover,
input[type='number']:hover,
input[type='search']:hover,
input[type='time']:hover,
input[type='email']:hover,
input[type='tel']:hover,
select:hover,
textarea:hover {
  border-color: #00a5b1;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='time']:focus,
input[type='email']:focus,
input[type='tel']:focus,
select:focus,
textarea:focus {
  border-color: #00a5b1;
}

input[type='radio'] {
  background-color: #fff;
  border: solid 1px #3e3e3e;
  width: auto;
  border-radius: 100px;
  margin: 0 5px;
  height: 1.5em;
  width: 1.5em;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

input[type='radio']:checked::after {
  content: '';
  border-radius: 100px;
  background-color: #3e3e3e;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0.5em;
  width: 0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
}

input[type='radio']:disabled {
  background-color: #eee;
}

input[type='radio']:hover {
  border-color: #00a5b1;
}

input[type='radio']:focus {
  border-color: #00a5b1;
}

input[type='checkbox'] {
  background-color: #fff;
  border: solid 1px #3e3e3e;
  width: auto;
  border-radius: 5px;
  margin: 0 5px;
  height: 1.5em;
  width: 1.5em;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

input[type='checkbox']:checked {
  background-color: #3e3e3e;
}

input[type='checkbox']:checked::after {
  content: '';
  border-bottom: #fff 3px solid;
  border-left: #fff 3px solid;
  -webkit-transform: rotate(314deg) translate(-10%, -115%);
          transform: rotate(314deg) translate(-10%, -115%);
  width: 0.5em;
  height: 0.3em;
  top: 50%;
  left: 60%;
  position: absolute;
  display: block;
}

input[type='checkbox']:disabled {
  background-color: #eee;
}

input[type='checkbox']:hover {
  border-color: #00a5b1;
}

input[type='checkbox']:focus {
  border-color: #00a5b1;
}

button,
.button,
input[type='submit'] {
  background-color: #00a5b1;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  display: block;
}

button:hover,
.button:hover,
input[type='submit']:hover {
  background-color: #00858f;
}

button:disabled,
.button:disabled,
input[type='submit']:disabled {
  background-color: #888;
  cursor: default;
}

label,
select {
  cursor: pointer;
}

.select_label {
  position: relative;
  display: block;
  background-color: #eee;
  width: auto;
  border-bottom: solid 1px #3e3e3e;
  border-radius: 3px;
}

.select_label select {
  border: none;
  padding: 8px;
  padding-right: 1rem;
  width: 100%;
  height: 100%;
}

.select_label::after {
  content: '';
  position: absolute;
  right: 0.25rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3e3e3e;
  border-left: 2px solid #3e3e3e;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
          transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  pointer-events: none;
}

.price_label {
  position: relative;
  display: block;
}

.price_label input[type='number'] {
  height: 100%;
  padding-right: 3em;
}

.price_label input[type='number']::-webkit-inner-spin-button, .price_label input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.price_label::after {
  content: '円';
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  line-height: 1;
  background-color: #fff;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 5px;
}

.error_msg {
  color: tomato;
}

/*--set.modal--*/
.modal_area {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 80px 80px 160px;
  z-index: 100;
  top: 0;
  left: 0;
}

@media (max-width: 1023px) {
  .modal_area {
    padding: 5%;
  }
}

.modal_area .modal_area_inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
}

.modal_area .modal_area_inner .modal_area_header {
  position: relative;
}

.modal_area .modal_area_inner .modal_area_header .modal_area_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_area .modal_area_inner .modal_area_main {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  overflow-x: scroll;
  padding: 40px;
}

.modal_area .modal_area_inner .modal_area_footer {
  position: relative;
}

.modal_area .modal_area_close_btn {
  position: fixed;
  background-color: #fff;
  left: 50%;
  top: 20px;
  width: 2rem;
  height: 2rem;
  border-radius: 100px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px #000;
          box-shadow: 0 0 3px #000;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 100;
}

@media (max-width: 1023px) {
  .modal_area .modal_area_close_btn {
    left: unset;
    right: 20px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.modal_area .modal_area_close_btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  .modal_area input[type='text'] {
    width: 100%;
  }
}

.modal_area .col .range,
.modal_area .col .yen {
  margin: 1%;
}

.modal_area .col .range:first-child,
.modal_area .col .yen:first-child {
  margin-left: 0;
}

@media (max-width: 1023px) {
  .modal_area .col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal_area .col .range {
    width: 100%;
    text-align: center;
  }
  .modal_area .col .yen {
    width: 5%;
  }
  .modal_area .col input {
    width: 91%;
  }
}

.form_title {
  margin-top: 40px;
  font-size: 1.5rem;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

label {
  margin: 10px 10px 10px 0;
  display: inline-block;
}

/*---------------------------
▲▲▲　END DEFAULT　▲▲▲
---------------------------*/
/*---set.header---*/
header {
  width: 100%;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #fff;
}

header .header_inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 80px;
}

@media (max-width: 1023px) {
  header .header_inner {
    padding: 5%;
  }
}

header .logo_btn img {
  height: 30px;
}

header .search_btn {
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px #000;
          box-shadow: 0 0 3px #000;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}

@media (max-width: 1023px) {
  header .search_btn {
    padding: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  header .search_btn .search_btn_txt {
    display: none;
  }
}

header .search_btn .search_btn_icon {
  width: 30px;
  height: 30px;
  background-color: #163961;
  color: #fff;
  border-radius: 50px;
  position: relative;
  display: block;
  margin-left: 20px;
}

@media (max-width: 1023px) {
  header .search_btn .search_btn_icon {
    margin: 0;
  }
}

header .search_btn .search_btn_icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .right_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .right_set .about_link_area {
  margin-right: 20px;
}

@media (max-width: 1023px) {
  header .right_set .about_link_area {
    margin-right: 1%;
    display: none;
  }
}

header .right_set .account_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

header .right_set .account_btn figure {
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
  margin-left: 20px;
}

header .right_set .account_btn figure img {
  width: 100%;
}

.login_out_area {
  display: none;
  position: fixed;
  z-index: 100;
  right: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px #000;
          box-shadow: 0 0 3px #000;
  border-radius: 10px;
  overflow: hidden;
}

.login_out_area a,
.login_out_area button {
  background-color: unset;
  display: block;
  color: #333;
  padding: 10px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.login_out_area a:hover,
.login_out_area button:hover {
  background-color: #aaa;
  color: #fff;
}

.search_area_submit {
  position: absolute;
  width: 30%;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #163961;
}

/*---set.main---*/
main .main_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

main .main_inner h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

/*---set.footer---*/
footer {
  width: 100%;
  background-color: #ccc;
  margin-top: 80px;
}

footer .footer_inner {
  width: 100%;
  margin: 0 auto;
  padding: 30px 80px;
}

@media (max-width: 1023px) {
  footer .footer_inner {
    padding: 5%;
  }
}

footer .footer_logo_box {
  margin-top: 30px;
  text-align: center;
}

footer .footer_logo_box img {
  height: 30px;
}

.search_area_submit {
  position: absolute;
  width: 30%;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*---set.articles---*/
.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articles a {
  width: 22%;
  margin-left: 4%;
  margin-top: 4%;
  display: block;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .articles a {
    width: 100%;
    margin: 0;
    margin-top: 40px;
  }
}

.articles a:hover {
  opacity: 0.8;
}

.articles a:nth-of-type(4n + 1) {
  margin-left: 0;
}

.articles a .img {
  overflow: hidden;
  border-radius: 20px;
  background-size: cover;
}

.articles a .art_title {
  margin-top: 1rem;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .articles {
    display: block;
  }
}

/*---set.top---*/
#top .kv_area {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  overflow: hidden;
  background: url(./../img/kv2.png) no-repeat top center;
  background-size: contain;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#top .kv_area .read {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 3rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 5px #000;
  letter-spacing: 1rem;
  padding-left: 1rem;
  display: block;
  width: 80%;
  text-align: center;
}

@media (max-width: 1023px) {
  #top .kv_area .read {
    font-size: 5vw;
  }
}

/*---set.search---*/
#search .map_wrap {
  position: relative;
}

#search .map_wrap #map {
  width: 100%;
  height: 600px;
}

#search .baloon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 80%;
}

#search .baloon a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 #333;
          box-shadow: 0 0 #333;
}

#search .baloon a figure {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  background-size: cover;
}

/*---set.single---*/
#single .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1023px) {
  #single .thumb {
    display: block;
  }
}

#single .thumb .mySwiper2 {
  width: 50%;
  background-color: #eee;
  border-radius: 50px;
}

@media (max-width: 1023px) {
  #single .thumb .mySwiper2 {
    width: 100%;
  }
}

#single .thumb .mySwiper2 .swiper-wrapper .swiper-slide {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#single .thumb .mySwiper {
  width: 40%;
}

@media (max-width: 1023px) {
  #single .thumb .mySwiper {
    width: 80%;
    margin-top: 20px;
  }
}

#single .thumb .mySwiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#single .thumb .mySwiper .swiper-wrapper .swiper-slide {
  width: 18%;
  margin: 1%;
  border: solid 2px #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

#single .thumb .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #00a5b1;
}

#single h1 {
  margin: 20px;
}

#single table.detail_table {
  border: none;
  border-bottom: 1px solid #aaa;
  width: 100%;
  margin-top: 40px;
}

#single table.detail_table tr {
  border: none;
  border-top: 1px solid #aaa;
}

#single table.detail_table td,
#single table.detail_table th {
  border: none;
  text-align: left;
  padding: 20px;
  width: auto;
}

#single table.detail_table td {
  padding-right: 20px;
}

#single table.detail_table th {
  padding-left: 20px;
  font-weight: bold;
}

#single .contact_btn {
  margin-top: 40px;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/*---set.login---*/
#login .login_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#login .login_area section {
  width: 50%;
}

#login .main_inner {
  text-align: center;
}

#login .linelogin {
  margin: 40px auto 0;
  width: calc(303px / 2);
  height: calc(88px / 2);
  background-color: unset;
  background-image: url(../img/btn_login_base.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#login .linelogin:hover {
  background-image: url(../img/btn_login_hover.png);
}

#login .linelogin:focus {
  background-image: url(../img/btn_login_press.png);
}

/*---set.contact---*/
#contact .main_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

#contact input[type='text'],
#contact input[type='email'],
#contact textarea,
#contact button {
  width: 100%;
}

#contact .return_detail {
  text-align: center;
  margin-top: 40px;
}

#contact .go_top {
  text-align: center;
  margin-top: 40px;
}

#contact button {
  margin-top: 40px;
  background-color: #163961;
}

#contact .conf_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contact .conf_btns .contact_return {
  width: 30%;
  background-color: #3e3e3e;
}

#contact .conf_btns .contact_submit {
  width: 65%;
}

#contact .form_wrap {
  width: 100%;
  margin: 0 auto;
}

#contact .form_title {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: solid 2px #163961;
}

#contact .post_detail {
  font-weight: bold;
}

#contact .post_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contact .post_detail .img {
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #eee;
  border-radius: 10px;
  background-position: center center;
}

#contact .post_detail .art_title {
  width: 75%;
}

#contact .line_box {
  width: 100%;
  border: solid 1px #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

#contact .line_box .line_pic_box {
  width: 20%;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 20px;
}

#contact .line_box .line_pic_box img {
  width: 100%;
}

#contact .login_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .login_area section {
  width: 50%;
}

.article {
  margin: 20px auto 0 auto;
  width: 100%;
}

@media (max-width: 1023px) {
  .article {
    padding: 0 1%;
  }
}

@media (max-width: 763px) {
  .article {
    padding: 0 5%;
  }
}

.article:first-child {
  margin-top: 0;
}

.article h2 {
  font-size: 1.8rem;
  margin-top: 1em;
  border-bottom: 3px solid #163961;
}

.article h3 {
  font-size: 1.6rem;
  margin-top: 3rem;
  border-bottom: 2px solid #163961;
}

.article h4 {
  font-size: 1.3rem;
  margin-top: 3rem;
  font-weight: bolder;
  border-bottom: 1px solid #163961;
}

.article h5 {
  font-size: 1.3rem;
  margin-top: 3rem;
  font-weight: bolder;
}

.article p {
  margin-top: 1rem;
}

.article table {
  width: 100%;
  margin-top: 1rem;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.article table th,
.article table td {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 1rem;
}
