@charset "utf-8";
@import url("header.css");
@import url("nav.css");
@import url("footer.css");
/*body *{ border:0.02px solid #000000; background:rgba(000,000,000,0.1)}*/
html, body {
  width: 100%;
  min-width: 320px;
}
body {
  height: auto;
  background: #fff;
}
/* フォントの指定 */
html {
  font-size: 62.5%;
}
body, input, select, textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #231815;
}
a {
  color: #231815;
  text-decoration: none;
}
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
p a {
  color: #231815;
  text-decoration: underline;
}
/* セレクト時の色指定 */ ::selection {
  background: #E2ECFB;
  color: #333;
}
::-moz-selection {
  background: #E2ECFB; /*Firefox*/
  color: #333;
}
.inner {
  width: 94%;
  margin: 0 auto;
}
.mw100 {
  max-width: 100%;
}
.showPc {}
.showSp {
  display: none;
}
.imgTxt {
  position: relative;
}
.imgTxt p {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -100vw;
  font-size: 10px !important;
}
@media screen and (max-width:768px) {
  /*html { font-size: 50%; }*/
  .showPc {
    display: none;
  }
  .showSp {
    display: block;
  }
}
/* --------------------------------------------

#share

---------------------------------------------- */
.m-tel {
  width: 46%;
  max-width: 21em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #6E6E6E;
}
.m-tel b {
  display: block;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #3D618E;
}
.m-tel b::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 27px;
  margin-right: 0.25em;
  background: url("../img/share/header_tel.png") top center no-repeat;
  background-size: contain;
}
.verticalTitle {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width:1024px) {
  .verticalTitle {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width:768px) {
.verticalTitle {
  font-size: 20px;
  font-size: 2rem;
}
}

.verticalTitle::before {
  display: inline-block;
  content: "○";
  margin-bottom: 0.5em;
}
@media screen and (max-width:1024px) {
  .verticalTitle::before {
    margin: 0 0.5em 0 0;
  }
}
.button {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 1em 0 0.8em;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #000;
  background: none;
}
@media screen and (max-width:1024px) {
  .button {
    max-width: 250px;
    padding: 1em 0 0.8em;
  }
}
.c-online_shop__text {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #6E6E6E;
}
@media screen and (max-width:768px) {
.c-online_shop__text {
  margin-bottom: 0.8em;
  font-size: 13px;
  font-size: 1.3rem;
}
}

.c-online_shop > a {
  display: block;
  width: 95%;
  max-width: 565px;
  margin: 0 auto 5em;
}
@media screen and (max-width:768px) {
.c-online_shop > a {
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
}
}

.online_shop__image-pc {
  display: block;
  width: 100%;
}
.online_shop__image-sp {
  display: none;
  width: 100%;
}
@media screen and (max-width:768px) {
.online_shop__image-pc {
  display: none;
}
.online_shop__image-sp {
  display: block;
}
}


.columnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .columnBox {
    display: block;
  }
}
.columnBox__item-2 {
  width: 50%;
}
.columnBox__item-3 {
  width: 30%;
}
@media screen and (max-width:1024px) {
  .columnBox__item-3 {
    width: 48%;
  }
}
@media screen and (max-width:768px) {
  .columnBox__item-3 {
    width: 100%;
  }
}
/* --------------------------------------------

#header

---------------------------------------------- */
.m-header_catch {
  box-sizing: border-box;
  padding: 0.25em 2%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #8BAECC;
}
@media screen and (max-width:1080px) {
  .m-header_catch {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.m-header_tag {
  box-sizing: border-box;
  padding: 0.25em 2%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #8DA4B5;
  background-color: #E2ECFB;
}
@media screen and (max-width:1080px) {
  .m-header_tag {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

.m-header_tag__item {
  display: inline-block;
  margin: 0 0.5%;
}
/*-- header_inner --*/
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 95%;
  margin: auto;
  padding: 1em 0;
}
@media screen and (max-width:1080px) {
.l-header__inner {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0.5em 2.5%;
}
}
.m-header__logo {
  width: 50%;
  max-width: 450px;
}
@media screen and (max-width:1280px) {
  .m-header__logo {
    max-width: 320px;
  }
}
@media screen and (max-width:1080px) {
  .m-header__logo {
    max-width: 250px;
  }
}
.m-header__logo img {
  display: block;
  width: 100%;
}
.m-header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 620px;
}
@media screen and (max-width:1080px) {
  .m-header__box {
    display: none;
  }
}
.m-header_sns {
  display: flex;
  justify-content: space-between;
  width: 51%;
}
.m-header_sns__item {
  width: 47.5%;
  border: 1px solid #ccc;
}
.m-header_sns__item img {
  display: block;
  width: 100%;
}
/* SP用メニューボタン */
.m-header__menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 71px;
  height: 51px;
  cursor: pointer;
  font-weight: bold;
  background: #fafafa;
}
@media screen and (max-width: 1080px) {
  .m-header__menu {
    display: block;
    width: 51px;
    height: 42px;
  }
}
.m-header__menu::before {
  display: block;
  content: "MENU";
  width: 100%;
  padding-top: 3px;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9px;
  text-align: center;
  color: #333;
  transition: all .4s;
}
.m-header__menu::before.is-active::before {
  content: "CLOSE";
}
.m-header__menu > span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
  margin: 0 auto;
  background-color: #333;
  transition: 0.5s;
}
.m-header__menu span:nth-of-type(1) {
  top: 24px;
}
.m-header__menu span:nth-of-type(2) {
  top: 32px;
}
@media screen and (max-width: 1080px) {
  .m-header__menu span:nth-of-type(2) {
    top: 29px;
  }
}
.m-header__menu span:nth-of-type(3) {
  top: 40px;
}
@media screen and (max-width: 1080px) {
  .m-header__menu span:nth-of-type(3) {
    top: 34px;
  }
}
.m-header__menu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
@media screen and (max-width: 1080px) {
.m-header__menu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
}

.m-header__menu.is-active span:nth-of-type(2) {
  opacity: 0;
}

.m-header__menu.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
@media screen and (max-width: 1080px) {
.m-header__menu.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
}

/* --------------------------------------------

#nav

---------------------------------------------- */
.l-nav {
  box-sizing: border-box;
  padding: 0.8em 0;
  background: #E6E6E6;
}
@media screen and (max-width: 1080px) {
.l-nav {
  display: none;
  padding: 0;
}
}

.m-nav {
  text-align: center;
}
.m-nav__item {
  display: inline-block;
  margin: 0 1.5%;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1080px) {
.m-nav__item {
  display: block;
  margin: 0;
  padding: 0.5em 1%;
  border-bottom: 1px solid #f3f3f3;
}
.m-nav__item a {
  display: block;
  width: 100%;
}
}

/* --------------------------------------------

#contents

---------------------------------------------- */
.l-contents_wrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 95%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 5em 0 2em;
}
@media screen and (max-width: 980px) {
.l-contents_wrapper {
  display: block;
  padding: 2em 0 0;
}
}

/* side
-----------------------------------------------*/
.l-side {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 207px;
}
@media screen and (max-width: 1080px) {
.l-side {
  width: 190px;
}
}
@media screen and (max-width: 980px) {
.l-side {
  width: 95%;
  margin: auto;
}
}

.m-side__title {
  box-sizing: border-box;
  padding: 0.8em 0;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background-color: #8BAECC;
}

/* worry
-----------------------------------------------*/
.m-worry {
  margin-bottom: 1em;
  background-color: #EDF3FC;
}
.m-worry__title br {
  display: none;
}

.m-worry_list {
  width: 95%;
  max-width: 178px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.m-worry_list {
  width: 100%;
  max-width: none;
}
}

.m-worry_list__item {
  border-bottom: 1px solid #fff;
}
.m-worry_list__item > a {
  display: block;
  padding: 0.8em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
.m-worry_list__item > a {
  font-size: 14px; font-size: 1.4rem;
}
}


/* banner
-----------------------------------------------*/
.m-banner_item {
  margin-bottom: 1.5em;
}

.m-banner_item img {
  display: block;
  width: 100%;
}

.m-banner_item > a {
  display: block;
}
.m-banner_item-1 {
  margin-bottom: 2.2em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #8DA4B5;
}
.m-banner_item-1 > a {
  display: block;
  margin-bottom: 0.8em;
}
.m-banner_item-1 > p {
  text-align: center;
  line-height: 1.5;
}
.m-banner_item-3 > a {
  margin-bottom: 0.5em;
}

/* instagram
-----------------------------------------------*/
.m-instagram {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-instagram__item {
  overflow: hidden;
  position: relative;
  width: 61px;
  height: 61px;
  margin-bottom: 0.5em;
  background: #E6E6E6;
}
@media screen and (max-width: 980px) {
.m-instagram__item {
  width: 200px;
  height: 200px;
}
}
@media screen and (max-width: 699px) {
.m-instagram__item {
  width: 32%; max-width: 100px;
  height: 100px;
}
}


.m-instagram__item img {
  display: block;
  width: 100%;
}
/* blog
-----------------------------------------------*/
.m-blog {
  margin-bottom: 1.2em;
  padding-bottom: 1em;
  background-color: #EDF3FC;
}
.m-blog_list {
  width: 95%;
  max-width: 178px;
  margin: 0 auto 0.5em;
}
.m-blog_list__item {
  border-bottom: 1px solid #fff;
}
.m-blog_list__item:nth-last-of-type(1) {
  border-bottom: none;
}
.m-blog_list__item > a {
  display: block;
  padding: 0.5em 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-blog__more {
  display: block;
  box-sizing: border-box;
  width: 95%;
  max-width: 178px;
  margin: 0 auto;
  padding: 0.25em 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #8DA4B5;
  border-radius: 25px;
  background: #fff;
}

/* time
-----------------------------------------------*/
.m-time__title {
  margin-bottom: 0.6em;
}
.m-time__list {
  width: 100%;
  margin-bottom: 0.5em;
  border: 1px solid #6E6E6E;
}
.m-time__list thead th {
  padding: 0.5em 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #6E6E6E;
  background: #EDF3FC;
}
.m-time__list thead span {
  display: block;
  margin: 0.25em;
  font-size: 12px;
  font-size: 1.2rem;
  transform: rotate(-90deg);
}
.m-time__list tbody th {
  font-weight: normal;
  text-align: center;
  border: 1px solid #6E6E6E;
  background: #EBF7ED;
}
.m-time__list tbody td {
  text-align: center;
  border: 1px solid #6E6E6E;
}
.m-time__attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #8DA4B5;
}
/* contents
-----------------------------------------------*/
.l-contents {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 80%;
  max-width: 950px;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
.l-contents {
  padding: 0 0 0 2em;
}
}
@media screen and (max-width:980px) {
.l-contents {
  width: 95%;
  max-width: none;
  margin: 0 auto 2em;
  padding: 0;
}
}


.l-section {
  margin: auto;
}
/* contents_title
-----------------------------------------------*/
.m-contents__title {
  position: relative;
  padding-top: 2.8em;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
.m-contents__title {
  padding-top: 2em;
  font-size: 25px;
  font-size: 2.5rem;
}
}

.m-contents__title b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  font-size: 88px;
  font-size: 8.8rem;
  font-weight: 400;
  color: #E2ECFB;
  text-align: center;
}
@media screen and (max-width:768px) {
.m-contents__title b {
  font-size: 50px;
  font-size: 5rem;
}
}


/* contents_check
-----------------------------------------------*/
.l-check {
  max-width: 737px;
  margin: auto;
  background-color: #F0FAFF;
}
.l-check__inner {
  box-sizing: border-box;
  width: 90%;
  max-width: 568px;
  margin: auto;
  padding: 5em 0;
}
@media screen and (max-width:768px) {
.l-check__inner {
  padding: 2em 0;
}
}

.m-check__heading {
  margin-bottom: 2em;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
}
.m-check__heading > b {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
}
@media screen and (max-width:768px) {
.m-check__heading > b {
  font-size: 20px;
  font-size: 2rem;
}
}

.m-check_list {}
@media screen and (max-width:768px) {
.m-check_list {
  width: 98%;
  margin: auto;
}
}

.m-check_list__item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 1.8em;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-check_list__item::before {
  display: inline-block;
  content: "";
  position: absolute; top: 0; left: 0;
  width: 31px;
  height: 23px;
  margin-right: 0.5em;
  background: url("../img/share/checkbox.png") center no-repeat;
  background-size: contain;
}
.m-check__text {
  font-size: 14px;
  font-size: 1.4rem;
}
/* contents_contact
-----------------------------------------------*/
.l-contact {
  max-width: 737px;
  margin: 0 auto;
}
.m-contact__heading {
  box-sizing: border-box;
  max-width: 737px;
  margin: 0 auto;
  padding: 2em 0 3em;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background: #8DA4B5;
}
@media screen and (max-width: 1080px) {
.m-contact__heading {
  padding: 1em 0 2em;
}
}
@media screen and (max-width: 768px) {
.m-contact__heading {
  font-size: 15px; font-size: 1.5rem;
}
}

.m-contact__button {
  display: block;
  box-sizing: border-box;
  width: 80%;
  max-width: 280px;
  margin: -2em auto 0;
  padding: 1em 0;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-style: normal;
  text-align: center;
  background-color: #E2ECFB;
}
@media screen and (max-width: 768px) {
.m-contact__button {
  margin: -1em auto 0;
  font-size: 14px; font-size: 1.4rem;
}
}


/* --------------------------------------------

#footer

---------------------------------------------- */
.l-footer {
  background-color: #F5F5F5;
}
/* footer_nav
-----------------------------------------------*/
.l-footer_nav {
  box-sizing: border-box;
  padding: 0.8em 0;
  background: #E2ECFB;
}
@media screen and (max-width: 1080px) {
.l-footer_nav {
  display: none;
}
}

.m-footer_nav {
  text-align: center;
}
.m-footer_nav__item {
  display: inline-block;
  margin: 0 1.5%;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 14px;
  font-size: 1.4rem;
}
/* footer_inner
-----------------------------------------------*/
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  width: 95%;
  max-width: 1220px;
  margin: auto;
  padding: 2em 0;
}
@media screen and (max-width: 980px) {
.l-footer__inner {
  display: block;
}
}

.m-footer_box {
  width: 50%;
}
@media screen and (max-width: 980px) {
.m-footer_box {
  width: 100%;
}
}

.m-footer_box-1 {
  max-width: 390px;
}
@media screen and (max-width: 980px) {
.m-footer_box-1 {
  max-width: none;
}
}

.m-footer__logo {
  width: 100%;
  max-width: 238px;
  margin-bottom: 1em;
}
@media screen and (max-width: 980px) {
.m-footer__logo {
  margin: 0 auto 1em;
}
}

.m-footer__logo img {
  display: block;
  width: 100%;
}
.m-footer_list {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 980px) {
.m-footer_list {
  font-size: 13px; font-size: 1.3rem;
  text-align: center;
}
}

.m-footer_list dt {
  float: left;
  width: 5em;
  margin-right: 1em;
}
@media screen and (max-width: 980px) {
.m-footer_list dt {
  float: none;
  width: 100%;
  margin-right: 0;
}
.m-footer_list dd {
  margin-bottom: 0.8em;
}
}

.m-footer_box-2 {
  max-width: 418px;
}
@media screen and (max-width: 980px) {
.m-footer_box-2 {
  display: none;
}
}

.m-footer_box-2 > .m-tel {
  width: 100%;
  margin-bottom: 0.5em;
}
.m-footer_time {
  width: 100%;
  border: 1px solid #6E6E6E;
}
.m-footer_time thead th {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #6E6E6E;
  background: #EBF7ED;
}
.m-footer_time thead th:nth-of-type(1) {
  width: 142px;
  background: #EDF3FC;
}
.m-footer_time tbody th {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #6E6E6E;
  background: #EDF3FC;
}
.m-footer_time tbody td {
  text-align: center;
  border: 1px solid #6E6E6E;
  background: #EBF7ED;
}
.m-footer_time__attention {
  font-size: 12px;
  font-size: 1.2rem;
}
.m-footer_copy {
  display: block;
  box-sizing: border-box;
  padding: 0 0 2em;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
/* --------------------------------------------

#map

---------------------------------------------- */
.l-map {
  width: 100%;
  height: 252px;
  margin-top: 8em;
}
@media screen and (max-width: 980px) {
.l-map {
  margin-top: 2em;
}
}
.l-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop {
  position: fixed;
  bottom: 3em;
  right: 2em;
  width: 51px;
  height: 51px;
}
.pagetop img {
  display: block;
  width: 100%;
}