@charset "utf-8";

.inner_1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/* 
.l-fixed-header h1 {
  max-width: 200px;
  width: 100%;
  font-size: 0;
  filter: brightness(0) invert(1);
}

.land_usage header {
  color: #fff;
}

.land_usage .head_nav a,
.head_nav p {
  color: #fff;
}

.land_usage .head_nav>li:not(:last-child)::after {
  background-color: #fff;
}

.land_usage #menu_Btn span {
  background-color: #fff;
}

.land_usage header {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
}

.land_usage header h1 {
  max-width: 200px;
}

.land_usage header.scroll {
  background: rgba(13, 103, 173, .7);
}

.pull_down ul>li {
  padding: 10px 0;
  background-color: rgba(13, 103, 173, .5);
  border-bottom: 1px dotted #fff;
} */

.content_wrap {
  margin: 100px auto;
}

/* figure {
	position: relative;
} */

h2 {
  font-size: clamp(28px, 4vw, 60px);
  letter-spacing: 5px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

h3 {
  font-size: clamp(20px, 4vw, 24px);
  letter-spacing: 5px;
  letter-spacing: 0.1em;
  color: #036eb8;
  font-weight: 600;
  line-height: 1.8;
}

.txt {
  font-size: clamp(16px, 3.5666666666666667vw, 18px);
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
}

.b_ttl {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  margin-bottom: 1.7em;
}

.b_ttl:before,
.b_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #09699a;
}

.b_ttl:before {
  left: 0;
}

.b_ttl:after {
  right: 0;
}

#hero_Vis {
  position: relative;
  width: 100%;
}

#hero_Vis>.mv_wrap {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #323232;
  font-size: min(8vw, 60px);
  text-align: center;
  transform: translate(-50%, -50%);
}

#hero_Vis {
  position: relative;
}

#hero_Vis>h2 {
  display: block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: clamp(25px, 5.5666666666666667vw, 60px);
  letter-spacing: 0.05em;
  text-align: center;
  transform: translate(-50%, -50%);
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  filter: drop-shadow(0px -1px 4px rgba(57, 62, 87, 0.6));
}

#hero_Vis>h2 span {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(20px, 4.0666666666666667vw, 35px);
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

#message .l_Ttl {
  position: relative;
  color: #036eb8;
  font-size: clamp(18px, 5.6666666666666667vw, 42px);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 auto 50px;
  text-align: center;
}

#message .l_Ttl .under_yellow {
  background: linear-gradient(transparent 60%, #fff666 60%);
  padding-bottom: 0.1em;
}

#message .l_Ttl small {
  font-size: 85%;
}

#message .txt span {
  color: #036eb8;
  border-bottom: 2px solid #036eb8;
}

/* 新着情報 */

#information_Wrap {
  padding: 0px 0;
}
.sec_Ttl {
  margin-bottom: 0px;
  font-size: min(4.8vw, 24px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
#news_Area {
  padding: 0 0 0px;
  max-width: 1000px;
}
#information_Wrap .inner {
  min-height: 270px;
}
#news_Area article {
  border-top: none;
}
#news_Area article.news_list {
  display: flex;
  gap: 50px 20px;
  padding: 30px 0;
}

/* パンくず */
#bread_List {
  justify-content: flex-start;
  font-size: 12px;
  gap: 5px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}

#bread_List>li {
  display: flex;
  align-items: center;
  gap: 5px;
}

#bread_List>li::after {
  display: block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#bread_List>li:last-child::after {
  content: none;
}

#bread_List>li a {
  text-decoration: underline;
}

/* WordPress */
#wp_content {
  background-color: #c8daed;
  text-align: center;
  padding: 100px 0;
  margin: 100px auto 0;
}

/* #wp_content .flex {
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	gap: 50px;
} */
#wp_content div .white_box {
  width: calc((100% - 50px) / 2);
}

#readMoreBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 50px;
}

.readMoreInner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 30px 0;
  border-radius: 3px;
  box-sizing: border-box;
}

.readMoreContainer {
  position: relative;
  height: auto;
  /* max-height: 1110px; */
  max-height: 550px;
  overflow: hidden;
  transition: max-height 0.6s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  gap: 50px;
}

.readMoreContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 70%, #c8daed 100%);
  pointer-events: none;
}

.readMoreContainer.show:after {
  z-index: -1;
  opacity: 0;
}

.readMoreBtn {
  display: block;
  margin: 5% auto 0;
  padding: 10px 60px;
  border-radius: 20px;
  border: 0;
  color: #ffffff;
  background-color: #036eb8;
  cursor: pointer;
  position: relative;
  filter: drop-shadow(0px 2px 4px #9ab9d3);
  transition: 0.3s ease-in-out;
}

#wp_content div .white_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 2.0em;
  font-size: clamp(15px, 5.8666666666666667vw, 18px);
}

#wp_content div .white_box h4 {
  font-size: clamp(15px, 5.8666666666666667vw, 18px);
  margin: 0.5em 0 0.3em;
  text-align: left;
}

#wp_content div .white_box p {
  text-align: left;
}

#wp_content div .white_box .p_txt {
  text-indent: -4em;
  padding-left: 4em;
}

#wp_content div .white_box .p_txt02 {
  text-indent: -3em;
  padding-left: 3em;
}

#wp_content div .white_box .p_txt03 {
  text-indent: -5em;
  padding-left: 5em;
}

#facility {
  background: url(../img/group_bg.jpg) center;
  background-size: cover;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

#facility .txt {
  font-weight: 500;
}

#facility .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 95%;
  margin: 80px auto 120px;
  gap: 10px;
}

#facility .flex li {
  width: calc((100% - 50px) / 3);
  cursor: pointer;
}

#facility .btn {
  margin-bottom: 100px;
}

#facility .tel_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
  background-color: #fcf001;
  border-radius: 50px;
  padding: 15px 0px;
  font-size: clamp(16px, 5.8666666666666667vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 600;
  color: #185daa;
}

/* @media screen and (min-width:768px){
    a[href^="tel:"]{
        pointer-events: none;
    }
} */

@media only screen and (max-width: 900px) {

  .content_wrap {
    margin: 80px auto;
  }

  #hero_Vis>h2 {
    font-size: clamp(26px, 5.5666666666666667vw, 60px);
  }

  #hero_Vis>h2 span {
    display: block;
    margin-bottom: 10px;
  }

      #bread_List {
        display: none;
    }

  #message.content_wrap {
    margin: 50px auto 40px;
  }

  #message .l_Ttl {
    margin: 0 auto 20px;

    line-height: 1.5;
  }

  #infoWrap {
    padding: 10px 0;
    margin: 30px auto 60px;
  }

  #infoWrap h3.ttl {
    margin: 0 auto 20px;
  }

  ul.info_con {
    width: 95%;
  }

  ul.info_con li.infobox {
    padding-left: 0px;
  }

  ul.info_con li.infobox p {
    text-indent: 0;
    padding: 10px 0 10px;
    width: 90%;
  }

  ul.info_con li.infobox p span {
    margin-left: 0px;
  }

  /* ワードプレス */
  #wp_content {
    padding: 70px 0;
    margin: 60px auto 0;
  }

  .readMoreInner {
    padding: 0px 30px 0;
  }

  .readMoreContainer {
    gap: 30px;
    width: 100%;
  }

  #wp_content div .white_box {
    width: 100%;
    padding: 1.5em;
  }

  .readMoreContainer {
  max-height: 1000px;
  }

  .readMoreContainer::after {
    background: linear-gradient(to bottom, transparent 70%, #c8daed 100%);
  }

  .readMoreBtn {
    display: block;
    margin: 10% auto 0;
  }

  #facility {
    padding: 70px 0;
  }

  #facility .flex {
    margin: 50px auto 70px;
    gap: 30px;
  }

  #facility .flex li {
    width: 100%;
  }

  #facility .btn {
    margin-bottom: 0px;
  }

  #facility .tel_btn {
    padding: 10px 0px;
    font-size: 18px;
  }

  #facility .tel_btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.6em;
    /* arrow size */
    height: 0.6em;
    /* arrow size */
    border-top: 2px solid #185daa;
    /* thickness, color */
    border-right: 2px solid #185daa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}