@charset "UTF-8";
@keyframes updown {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0%);
  }
  @media screen and (max-width: 640px) {
    0% {
      transform: translateY(0%);
    }
    50% {
      transform: translateY(-30%);
    }
    100% {
      transform: translateY(0%);
    }
  }
}
/*contents*/
/*top*/
.mainvisual {
  padding: 0;
  max-height: 900px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainvisual .mv {
  position: relative;
}
.mainvisual .mv .frame {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
  bottom: 0;
  top: 0;
}
.mainvisual .mv .frame .read {
  width: 68%;
  z-index: 1;
}
.mainvisual .mv .frame .read img {
  width: 100%;
}
.mainvisual .mv .frame .read p {
  font-size: 14px;
  color: #603813;
  width: 93%;
  padding: 10px;
}
.mainvisual .mv .frame figure {
  width: 40%;
  margin: 0 0 0 -10%;
  background-image: url(../img/index/mv_img_parts.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.mainvisual .mv .frame figure p {
  width: 75%;
  margin: 0 auto;
  animation: updown 7s 0s forwards infinite;
}
.mainvisual .mv .frame figure p img {
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.mainvisual .mv .bg {
  position: relative;
  width: 100%;
}
.mainvisual .mv .bg img {
  width: 100%;
  height: auto;
  max-height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 550px;
}
@media screen and (max-width: 640px) {
  .mainvisual .mv {
    width: 100%;
    height: 530px;
  }
  .mainvisual .mv .frame {
    flex-direction: column-reverse;
    top: 20px;
    width: 100%;
  }
  .mainvisual .mv .frame .read {
    width: 90%;
    padding: 0 0 30px;
  }
  .mainvisual .mv .frame .read p {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.64);
    border-radius: 14px;
    margin: 13px 0;
    line-height: 1.6;
  }
  .mainvisual .mv .frame figure {
    width: 86%;
    margin: 0;
    background-position: 36%;
    padding: 30px 0;
  }
  .mainvisual .mv .frame figure p {
    width: 60%;
  }
  .mainvisual .mv .bg {
    height: 100%;
  }
  .mainvisual .mv .bg img {
    height: 100%;
  }
}

.mainvisual .head-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  z-index: 1;
  align-items: flex-start;
}
.mainvisual .head-nav div {
  display: flex;
  align-items: center;
}
.mainvisual .head-nav div .logo {
  width: 100%;
  padding: 15px 16px;
  font-size: 30px;
  line-height: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.mainvisual .head-nav div h1, .mainvisual .head-nav div .title {
  color: #603813;
  font-size: 13px;
}
.mainvisual .head-nav div h1 img, .mainvisual .head-nav div .title img {
  display: block;
}

.mainvisual .head-nav .logo img {
  max-width: 360px;
  max-height: 80px;
}
@media screen and (max-width: 1000px) {
  .mainvisual .head-nav .logo img {
    max-width: 300px;
  }
}

.mainvisual ul.sns {
  display: flex;
  margin: 15px 13px 0 auto;
  justify-content: flex-end;
}

.mainvisual ul.sns li {
  width: 28px;
  margin: 0 12px 0 0;
}

.mainvisual .head-nav .btn_contact {
  margin: 0 20px 0 0;
  padding: 0;
}

.mainvisual .head-nav .btn_contact a {
  display: flex;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 15px 6px;
  width: 216px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2509803922));
}
.mainvisual .head-nav .btn_contact a::before {
  font-family: "Material Icons";
  content: "\ebcc";
  font-size: 26px;
  margin: 0 5px;
  color: #f15a24;
  line-height: 1;
}

.mainvisual .head-nav .btn_contact a span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.mainvisual .head-nav .btn_reserve {
  margin: 0;
  padding: 0;
}

.mainvisual .head-nav .btn_reserve a {
  display: block;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 16px 20px;
  width: 170px;
  box-sizing: border-box;
}

.mainvisual .head-nav .btn_reserve a span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.mainvisual .global-nav__list li {
  position: relative;
  border-right: none;
}

.mainvisual .global-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  left: 0px;
  margin: 0;
  padding: 24px 0 22px;
  box-sizing: border-box;
}
.mainvisual .global-nav::after {
  content: "";
  background-image: url(../img/common/line01.png);
  height: 5px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mainvisual .global-nav .global-nav__list {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}

.mainvisual .global-nav .global-nav__list a {
  color: #fff;
  font-weight: 600;
}
.mainvisual .global-nav .global-nav__list a span {
  color: #00284c;
  font-weight: 600;
}

/*top contents*/
.top_contents {
  width: 100%;
}

.top_contents .inner {
  margin: 0 auto;
  width: 88%;
  max-width: 1400px;
  padding: 80px 0;
  text-align: center;
}

.top_contents .inner h2 {
  font-size: 30px;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .top_contents .inner {
    padding: 20px 0;
  }
  .top_contents .inner h2 {
    font-size: 18px;
    padding: 0 0 15px 0;
    line-height: 1.4;
  }
  .top_contents .inner .read {
    font-size: 13px;
    text-align: left;
  }
  .top_contents .inner .read br {
    display: none;
  }
}
/*top_menu*/
.top_menu {
  padding: 60px 0;
}

.top_menu ul {
  display: flex;
  justify-content: space-around;
}

.top_menu ul li {
  width: 30%;
  height: 200px;
  position: relative;
  background: #CCC;
  padding: 0;
  margin: 0;
}

.top_menu ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #FFF;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  letter-spacing: 5px;
}

.top_menu ul li a:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}

.top_menu ul li a p {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.top_menu ul li a h3 {
  font-weight: normal;
  font-size: 14px;
}

.top_menu ul li img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top_menu ul {
    display: block;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
  }
  .top_menu ul li {
    width: 100%;
    height: 150px;
    position: relative;
    margin: 0 0 10px;
  }
  .top_menu ul li img {
    height: 150px;
  }
}
/*top_mainmenu*/
.top_mainmenu {
  padding: 60px 0;
}

.top_mainmenu .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.top_mainmenu .menu_list li {
  width: 30%;
  margin: 18px;
}

.top_mainmenu .menu_list li img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_mainmenu .menu_list li p {
  font-size: 20px;
  border-top: 1px dashed #CCC;
  margin: 7px 0 15px 0;
}

@media screen and (max-width: 768px) {
  .top_mainmenu {
    padding: 20px 0 60px 0;
  }
  .top_mainmenu .menu_list li {
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top_mainmenu .menu_list li .image {
    width: 45%;
  }
  .top_mainmenu .menu_list li .image img {
    width: 100%;
    height: 115px;
  }
  .top_mainmenu .menu_list li p {
    font-size: 18px;
    border-top: none;
    margin: 0;
    width: 48%;
  }
}
/*information*/
.top_information {
  margin: 0 auto;
  padding: 134px 0;
  background-image: url(../img/common/bg_logo.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 28%;
  width: 96%;
  max-width: 1100px;
}

.top_information h2 {
  text-align: center;
  color: #f15a24;
}
.top_information h2 + span {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  letter-spacing: 3px;
  text-align: center;
}

.top_information h2.cont_titile03 {
  padding: 0 0 10px 0;
  font-size: 17px;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  font-weight: normal;
  width: 90%;
  max-width: 810px;
  box-sizing: border-box;
  margin: 0 auto;
}

.top_information h2.cont_titile03 a {
  display: flex;
  align-items: center;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #D1D7DA;
  padding: 7px 10px;
  font-size: 13px;
}

.information_list {
  display: block;
  margin: 10px auto;
  border: none !important;
  padding: 0 !important;
  width: 90%;
  max-width: 810px;
}

ul.information_list li {
  width: 100%;
  line-height: 1;
  margin: 0;
  list-style: none !important;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #CCC;
  padding: 28px 0;
  font-size: 13px;
  color: #666;
  font-family: "Jost", sans-serif;
  letter-spacing: 2px;
}

ul.information_list li:first-child {
  border-top: 1px solid #CCC;
}

ul.information_list li a {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 40px;
}

.top_information .btn01 {
  margin: 30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.top_instagram {
  padding: 80px 0 1px 0;
}

@media screen and (max-width: 860px) {
  .top_instagram {
    padding: 50px 0 23px 0;
  }
}
/*top staff*/
.top_staff {
  padding: 80px 0;
}

.top_staff .staff_list {
  max-width: 1000px;
  width: 93%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0 auto;
  border: none !important;
  padding: 0 !important;
}

.top_staff .staff_list li {
  width: 218px;
  margin: 0 42px 35px 0;
}

.top_staff .staff_list li:nth-of-type(4n) {
  margin: 0;
}

.top_staff .staff_list li .image {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  overflow: hidden;
}

.top_staff .staff_list li .image img {
  width: 100%;
  height: 218px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_staff .staff_list li h4 {
  text-align: center;
  font-size: 18px;
  padding: 15px 0px 5px;
}

.top_staff .staff_list li .sub {
  border: 1px solid #CCC;
  padding: 4px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin: 0 0 10px 0;
  background: #FFF;
  color: #000;
}

.top_staff .staff_list li .message {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 860px) {
  .top_staff .staff_list li {
    width: 208px;
    margin: 0 42px 35px 0;
  }
  .top_staff .staff_list li:nth-of-type(4n) {
    margin: 0 40px 35px 0;
  }
}
@media screen and (max-width: 640px) {
  .top_staff .staff_list {
    justify-content: space-between;
    width: 85%;
  }
  .top_staff .staff_list li {
    width: 208px;
    margin: 0 0 35px 0;
  }
  .top_staff .staff_list li:nth-of-type(4n) {
    margin: 0 0 35px 0;
  }
}
@media screen and (max-width: 560px) {
  .top_staff .staff_list {
    justify-content: space-between;
    width: 89%;
  }
  .top_staff .staff_list li {
    width: 208px;
    margin: 0 0 35px 0;
  }
}
@media screen and (max-width: 480px) {
  .top_staff .staff_list {
    justify-content: space-between;
    width: 83%;
  }
  .top_staff .staff_list li {
    width: 150px;
    margin: 0 0 35px 0;
  }
  .top_staff .staff_list li .image {
    width: 150px;
    height: 150px;
  }
  .top_staff .staff_list li .image img {
    height: 150px;
  }
}
/*top profile*/
.top_profile {
  background-image: url(../img/index/bg_profile.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding: 30px 0;
  width: 100%;
  max-width: 1400px;
  margin: 55px auto;
}
.top_profile .frame {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}
.top_profile .frame h2 {
  font-size: 16px;
  font-weight: normal;
}
.top_profile .frame h2::before {
  content: "Profile";
  font-family: "Source Serif 4", serif;
  font-weight: 700;
  color: #f15a24;
  font-size: 46px;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
}
.top_profile .frame h3 {
  color: #f15a24;
  font-size: 24px;
}
.top_profile .frame h3 span {
  font-size: 20px;
  margin: 0 10px 0 0;
}
.top_profile .frame h3 + .sh {
  font-size: 18px;
  font-weight: 700;
}
.top_profile .frame .read {
  font-size: 14px;
  line-height: 1.4;
  margin: 20px 0 30px 0;
}
.top_profile .frame ul {
  display: flex;
  width: 45%;
  justify-content: space-between;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  gap: 0 20px;
}
.top_profile .frame ul figure img {
  width: 100%;
  height: auto;
}
.top_profile .frame ul figure p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .top_profile {
    padding: 0;
    margin: 10px auto;
    background-position-y: 50px;
    background-size: 117%;
  }
  .top_profile .frame h2 {
    font-size: 13px;
  }
  .top_profile .frame h2::before {
    font-size: 32px;
  }
  .top_profile .frame h3 {
    font-size: 20px;
    line-height: 1.4;
    padding: 20px 0 0 0;
  }
  .top_profile .frame h3 span {
    font-size: 14px;
    display: block;
  }
  .top_profile .frame h3 + .sh {
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .top_profile .frame h3 + .sh span {
    display: none;
  }
  .top_profile .frame .read {
    font-size: 13px;
    line-height: 1.4;
    margin: 74px 0 22px 0;
    text-align: center;
  }
  .top_profile .frame ul {
    display: flex;
    width: 94%;
    justify-content: space-between;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    gap: 0 20px;
    margin: 0 auto;
  }
}

.banner_area {
  display: flex;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner_area p {
  width: 46%;
}
.banner_area p img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .banner_area p {
    width: 82%;
    margin: 10px auto;
  }
}

/*top blog*/
.top_blog {
  background: #EFEFEF;
  padding: 80px 0;
}

.blog_list {
  max-width: 1000px;
  width: 93%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  border: none !important;
  padding: 0 !important;
}

ul.blog_list li {
  width: 30%;
  line-height: 1;
  margin: 0 50px 20px 0;
  list-style: none !important;
  padding: 15px 0;
}

ul.blog_list li:nth-child(3) {
  margin-right: 0;
}

ul.blog_list li .image {
  width: 100%;
}

ul.blog_list li .image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.blog_list li .disc {
  line-height: 1.5;
  padding: 10px 0;
}

ul.blog_list li .disc p {
  margin: 0 !important;
  padding: 10px 0;
  font-family: "Jost", sans-serif;
}

ul.blog_list li .disc h4 {
  margin: 0 !important;
  font-size: 18px;
  border-bottom: none;
  padding: 0 !important;
}

ul.blog_list li .disc .text {
  font-size: 13px;
  padding: 15px 0 0 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.top_blog .btn01 {
  margin: 0 auto;
  width: 280px;
}

.top_blog .btn01 a {
  width: 100%;
}

@media screen and (max-width: 768px) {
  ul.blog_list li {
    width: 30%;
    line-height: 1;
    margin: 0 35px 20px 0;
    list-style: none !important;
    padding: 15px 0;
  }
  ul.blog_list li .image img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*top access*/
.top_access {
  padding: 80px 0;
  background: #EFEFEF;
}

.top_access .flex_b {
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 20px auto;
  align-items: center;
}

.top_access .logo {
  width: 297px;
  display: block;
  margin: 0 auto 30px;
}

.top_access .slider_shop {
  width: 46%;
  margin-bottom: 0 !important;
}

.top_access .slider_shop li img {
  display: block;
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_access dl {
  display: flex;
  width: 50%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.top_access dl dt {
  width: 100%;
  font-size: 20px;
  padding: 30px 0 0;
  font-weight: 600;
}

.top_access dl dt .tel {
  font-size: 36px;
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_access dl dt .tel span {
  font-size: 36px;
}

.top_access dl dt p.calendar a {
  display: flex;
  align-items: center;
  border: 1px solid #CCC;
  padding: 4px 4px 4px 14px;
  justify-content: center;
  font-size: 15px;
  background: #FFF;
  margin: 10px auto;
  width: -moz-fit-content;
  width: fit-content;
}

.top_access dl dd {
  padding: 15px;
  box-sizing: border-box;
}

.top_access dl dd p {
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
}

.top_access dl dd .tel {
  font-size: 26px;
}

.top_access dl dd p img {
  height: 40px;
}

.top_access .btn01 a {
  margin: 15px auto 0;
}

.top_access .shop_list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 20px auto 40px auto;
  max-width: 800px;
  flex-wrap: wrap;
}

.top_access .shop_list .image {
  width: 330px;
}

.top_access .shop_list .image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_access .shop_list h3 {
  font-size: 26px;
  margin: 0 0 6px 0;
}

.top_access .shop_list dl dt .tel {
  font-size: 28px;
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.top_access .shop_list dl {
  width: 400px;
}

.top_access .shop_list .btn01 a {
  padding: 5px 5px 5px 10px;
  margin: 15px auto 0;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .top_access .shop_list .image {
    width: 100%;
  }
  .top_access .shop_list dl {
    width: 100%;
  }
}
/*column*/
.mainvisual02 {
  margin: 0 0 20px 0;
}

.mainvisual02 img {
  width: 100%;
  height: auto;
}

div#toc_container {
  margin: 50px 0;
  padding: 35px;
}

div#toc_container ul {
  border: 0;
}

.maincol.post h2 {
  margin: 45px 0 20px 0;
  border-left: 4px solid #CCC;
  padding: 0 0 0 20px;
  line-height: 1.4;
  font-size: 24px;
}

.maincol.post h3 {
  margin: 0 0 20px 0;
  padding: 15px;
  line-height: 1.4;
  font-size: 18px;
  background: #EFEFEF;
}

.maincol.post h4 {
  margin: 35px 0 20px 0;
  padding: 15px 0;
  line-height: 1.4;
  font-size: 18px;
  border-bottom: 1px dashed #CCC;
}

.maincol.post ul {
  margin: 20px 0 50px 0;
  border: 1px solid #CCC;
  padding: 27px;
}

.maincol.post.news ul {
  margin: 20px 0 50px 0;
  border: none;
  padding: 0;
}

.maincol.post.news .box {
  display: grid;
  grid-template-columns: 75% 25%;
  align-items: center;
}

.maincol.post.news .box img {
  width: 100%;
  height: auto;
}

.maincol.post ul li {
  list-style: disc;
  margin: 0 0 0 20px;
}

.maincol.post p {
  margin: 0 0 20px 0;
  line-height: 1.8;
}

.maincol.post p img {
  width: 100%;
  height: auto;
}

.maincol.post a {
  color: green;
  text-decoration: underline;
}

.maincol.post .pickup {
  border: 1px solid #CCC;
  padding: 23px 30px 0;
  margin: 0 0 50px 0;
}

.maincol.post .table_news {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin: 0 0 30px 0;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
}

.maincol.post .table_news th {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: #EFEFEF;
  padding: 5px;
  width: 90px;
}

.maincol.post .table_news td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 5px;
}

.maincol.post .table_news img {
  vertical-align: bottom;
}

.table_news.no01 {
  width: 100% !important;
}

.table_news.no01 .image {
  width: 23%;
}

.maincol.post .table_news td strong {
  display: block;
  font-size: 16px;
}

.maincol.post .table_news02 {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin: 0 0 30px 0;
  font-size: 14px;
}

.maincol.post .table_news02 th {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: #EFEFEF;
  padding: 5px;
}

.maincol.post .table_news02 td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 5px;
}

.maincol.post .table_simple {
  font-size: 14px;
}

.maincol.post .table_simple td {
  padding: 10px;
}

/*recommend*/
.maincol.post .recommend_list {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.maincol.post .recommend_list li {
  list-style: none;
  margin: 0;
  width: 48%;
}

.maincol.post .recommend_list li img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.maincol.post .recommend_list li h4 {
  margin: 0 0 0 0;
  padding: 7px 0;
  line-height: 1.4;
  font-size: 16px;
  border-bottom: none;
}

.bg_gray li {
  width: 330px;
}

.bg_gray li h3 {
  font-weight: normal;
  font-size: 26px;
  padding: 10px 0;
}

.bg_gray li p {
  padding: 0 0 10px 0;
}

.top_other {
  width: 48%;
  position: relative;
  padding: 0;
  background: #FFF;
}

.top_other a {
  display: flex;
  justify-content: center;
  padding: 20px;
  font-size: 20px;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border: 1px solid #CCC;
}

.top_other a p span {
  font-size: 14px;
  color: #999999;
  display: block;
}

.top_other span.material-icons {
  position: absolute;
  right: 24px;
}

/*list*/
ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.list li {
  width: 48%;
  margin: 0 0 40px 0;
}

ul.list li img {
  width: 100%;
  height: auto;
}

/*page*/
.inner_page h2 {
  font-size: 30px;
  padding: 10px 0 30px 0;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 50px 0;
}

.inner_page h3 {
  font-size: 20px;
  background: #EFEFEF;
  font-weight: 700;
  padding: 10px 15px;
  margin: 40px 0 20px 0;
}

.inner_page h4 {
  font-size: 16px;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #CCC;
  margin: 20px 0 12px 0;
}

.members {
  border: 1px solid #CCC;
  margin: 40px auto;
  width: 90%;
  max-width: 580px;
  padding: 40px 40px 20px;
  box-sizing: border-box;
  text-align: center;
}

/*contact*/
.contact_list li a {
  display: flex;
  align-items: center;
  border: 1px solid #CCC;
  width: 100%;
  max-width: 400px;
  justify-content: space-between;
  padding: 15px;
  margin: 20px auto;
}

.contact_form {
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
}

.contact_form p.attention {
  padding: 20px 0;
  text-align: left;
}

.contact_form table {
  border-top: 1px solid #B4B4B5;
  width: 100%;
}

.contact_form th {
  width: 200px;
  text-align: left;
  border-bottom: 1px solid #B4B4B5;
  padding: 15px;
  font-weight: normal;
  background: #ECEFF0;
  box-sizing: border-box;
  font-size: 14px;
}

.contact_form td {
  text-align: left;
  border-bottom: 1px solid #B4B4B5;
  padding: 15px;
  font-weight: normal;
  font-size: 14px;
}

.mailform-tbl input[type=text], .mailform-tbl textarea {
  padding: 6px;
  font-size: 16px;
  border: 1px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
}

.mailform-tbl input[type=text] {
  width: 300px;
}

.mailform-tbl .w100 input[type=text] {
  width: 100%;
}

.mailform-tbl input[type=email] {
  width: 80%;
  padding: 6px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.mailform-tbl select {
  padding: 6px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #999;
}

.mailform-tbl td textarea {
  width: 100%;
}

.mailform-tbl td .birth input {
  width: 100px !important;
}

.mailform-tbl .address {
  display: flex;
  flex-wrap: wrap;
}

.mailform-tbl .address dt {
  width: 20%;
  padding: 0 0 15px;
}

.mailform-tbl .address dd {
  width: 80%;
  padding: 0 0 15px;
}

span.attention {
  font-size: 11px;
  color: red;
  margin: 0 0 0 10px;
}

p#submit-button input {
  background: #64777E;
  color: #FFF;
  border: 0;
  padding: 15px;
  width: 300px;
  margin: 80px auto;
  display: block;
  font-size: 16px;
}

ul.sitemap li {
  list-style: disc;
  padding: 0 0 5px 20px;
  list-style-position: inside;
}

p.attention {
  text-align: center;
  padding: 50px 0 0 0;
}

.um-field.um-field-block.um-field-type_block .um-field-block {
  display: none;
}

.member_login_copy02 {
  max-width: 700px;
  margin: 20px auto;
  border: 1px solid #CCC;
  padding: 30px;
  box-sizing: border-box;
  width: 90%;
  font-size: 14px;
}

.member_login_copy02 .att {
  color: red;
}

.eventorganiser-event-meta hr {
  display: none;
}

ul.eo-event-meta li:last-child {
  display: none;
}

p.att a {
  display: inline-block;
  background: #fc5d4e;
  color: #FFF;
  padding: 7px;
  line-height: 1.5;
  font-size: 13px;
  margin: 10px 0;
  text-decoration: underline;
}

.bannerarea {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.bannerarea ul {
  display: flex;
  gap: 0 23px;
  margin: 0 0 80px;
  align-items: center;
  justify-content: space-between;
}

.bannerarea li {
  text-align: center;
  padding: 10px 10px;
  font-size: 12px;
}
.bannerarea li.keionesakai img {
  max-height: 56px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .bannerarea li.keionesakai img {
    max-height: 47px;
  }
}

.bannerarea img {
  width: 100%;
  height: auto;
  max-height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 440px;
}

.bannerarea02 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.bannerarea02 h3 {
  background: #f7f6f6;
  font-size: 16px;
  padding: 5px 10px;
}

.bannerarea02 ul {
  display: grid;
  gap: 0 23px;
  margin: 50px 0 60px;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(4, 24%);
}

.bannerarea02 li p {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 0 0;
}

.bannerarea02 li a {
  display: block;
  color: #2d902e;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
}

.bannerarea02 img {
  width: 100%;
  height: auto;
  max-height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 440px;
}

.profile img {
  width: 100%;
  height: auto;
}
.profile .frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.profile .frame .read {
  width: 60%;
}
.profile .frame .read h3 {
  font-size: 22px;
  background: none;
  font-weight: 700;
  padding: 0 0 20px;
  margin: 0;
}
.profile .frame .read h3 span {
  font-size: 18px;
  margin: 0 10px 0 0;
}
.profile .frame .read .message {
  font-size: 15px;
  padding: 20px 0 0 0;
}
.profile .frame figure {
  width: 35%;
}
@media screen and (max-width: 640px) {
  .profile .frame {
    display: block;
  }
  .profile .frame .read {
    width: 100%;
  }
  .profile .frame figure {
    width: 100%;
  }
}
.profile .history {
  padding: 30px 0;
}
.profile .history .photo {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  justify-content: space-between;
  grid-gap: 20px;
  margin: 30px 0;
}
.profile .history .photo img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .profile .history .photo {
    grid-template-columns: repeat(2, 48%);
    grid-gap: 13px 0;
  }
}
.profile .history ul {
  padding: 30px 0;
}
.profile .history ul li {
  padding: 3px 0;
}

.photo ul {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: space-between;
}
.photo ul li img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/****************************************************/
/****************** media queries *******************/
/****************************************************/
/********************************************/
/************ max-width: 1000px *************/
/********************************************/
@media screen and (max-width: 1024px) {
  ul.column_list li {
    width: 30%;
    line-height: 1;
    margin: 0 12px;
    list-style: none !important;
    padding: 15px 0;
  }
}
/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 768px) {
  .mainvisual .copybox {
    top: 14vh;
  }
  .mainvisual .copybox h2 {
    text-align: center;
    font-size: 30px;
  }
  ul.column_list li {
    width: 29%;
    line-height: 1;
    margin: 0 12px;
    list-style: none !important;
    padding: 15px 0;
  }
  ul.column_list li .image img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*モバイル*/
@media screen and (max-width: 640px) {
  .maincol.post.news .box {
    display: block;
  }
  .maincol.post.news .box figure {
    width: 60%;
    margin: 0 auto;
  }
  .bannerarea ul {
    display: block;
    width: 90%;
    margin: 5px auto 40px;
  }
  .bannerarea li {
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
  }
  .bannerarea img {
    max-height: 63px;
  }
  .bannerarea02 ul {
    display: grid;
    width: 93%;
    margin: 15px auto 30px;
    grid-template-columns: repeat(2, 46%);
    justify-content: space-between;
  }
  .bannerarea02 li {
    text-align: center;
    padding: 10px 10px;
    font-size: 12px;
  }
  .bannerarea02 img {
    max-height: 63px;
  }
  /*contents*/
  /*top*/
  .mainvisual {
    padding: 0;
    height: auto;
    margin: 78px 0 0 0;
  }
  .mainvisual .head-nav {
    display: none;
  }
  .top_blog {
    background: #E3E7E9;
    padding: 55px 0;
  }
  ul.blog_list li {
    width: 100%;
    margin: 0 auto;
  }
  .maincol.post h1 {
    text-align: left;
  }
  div#toc_container {
    margin: 50px 0;
    padding: 22px;
  }
  .post_meta {
    display: block;
  }
  .post_cat {
    margin: 0;
  }
  .cont_titile {
    font-size: 5.5vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding: 15px 0 15px;
  }
  .maincol.post .recommend_list li {
    list-style: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .maincol.post .recommend_list li:last-child {
    margin: 0;
  }
  .top_information {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .top_information h2.cont_titile03 a {
    font-size: 12px;
    letter-spacing: 0;
  }
  ul.information_list li {
    padding: 20px 0;
    display: block;
  }
  ul.information_list li .disc p {
    font-size: 12px;
  }
  ul.information_list li a {
    margin: 0;
    line-height: 1.6;
  }
  .information_list p.date {
    padding: 0 0 10px 0;
  }
  .top_staff {
    padding: 40px 0;
  }
  .top_access {
    padding: 50px 0 20px 0;
  }
  .top_access .flex_b {
    margin: 40px auto 20px auto;
  }
  .top_access ul.slider_shop {
    width: 100%;
    margin-bottom: 30px !important;
    margin: 0 auto;
  }
  .top_access .slider_shop li img {
    height: 250px;
  }
  .top_access dl {
    display: block;
    width: 90%;
    margin: 0 auto 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .top_access dl dt {
    width: 100%;
    margin: 0 auto 0px;
    text-align: center;
    font-size: 16px;
    padding: 30px 0 0 0;
  }
  .top_access dl dd {
    width: 100%;
  }
  .top_access dl dd p {
    padding: 0 0 7px 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
  .top_access dl dt .tel {
    justify-content: center;
  }
  .bg_gray li {
    width: 93vw;
    margin: 0 auto;
  }
  .bg_gray li img {
    width: 100%;
    height: auto;
  }
  .inner_page h2 {
    font-size: 25px;
    font-weight: normal;
    padding: 16px 0 20px 0;
    line-height: 1.2;
    margin: 0 0 20px 0;
  }
  dl.company_view {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    border-top: 1px solid #CCC;
    font-size: 16px;
  }
  .company_view dt {
    width: 100%;
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
    border-bottom: none;
  }
  .company_view dd {
    width: 100%;
    padding: 0 5px 5px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
  }
  .contact_form {
    width: 93vw;
    margin: 10px auto;
  }
  .contact_form th {
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding: 7px 5px 7px 5px;
    font-weight: normal;
    float: left;
    margin: 0 0 16px 0;
  }
  .contact_form td {
    text-align: left;
    border-bottom: 1px solid #B4B4B5;
    padding: 0 5px 18px 5px;
    font-weight: normal;
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .mailform-tbl input[type=text] {
    width: 70%;
  }
  .mailform-tbl textarea {
    width: 100%;
    display: block;
  }
  .maincol.post .table_news {
    font-size: 12px;
    width: -moz-max-content;
    width: max-content;
  }
  .maincol.post .table_news th {
    width: 43px;
  }
  .inner_page h3 {
    font-size: 15px;
    background: #EFEFEF;
    padding: 7px 15px;
    margin: 25px 0 20px 0;
    font-weight: 400;
  }
}/*# sourceMappingURL=contents.css.map */