
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .articleList__item {
    width: 500px;
  }
}

@media (max-width: 768px) {
  .articleList__item + .articleList__item {
    margin-top: 35px;
  }
}

.articleLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .articleLink:hover .generalBorder:after {
    max-width: 100%;
  }
  .articleLink:hover .articleLink__photo .photo__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .articleLink:hover .generalBorder:after {
    max-width: 100%;
  }
  .articleLink:hover .articleLink__photo .photo__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.articleLink__photo {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  .articleLink__photo {
    margin-right: 30px;
    overflow: hidden;
    width: 100px;
  }
  .articleLink__photo .photo__image {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: 0.3s cubic-bezier(0, 0.62, 0.33, 0.99);
    transition: 0.3s cubic-bezier(0, 0.62, 0.33, 0.99);
  }
}

@media (max-width: 768px) {
  .articleLink__photo {
    margin-right: 20px;
    width: 70px;
  }
}

.articleLink__detail {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  position: relative;
}

@media screen and (min-width: 769px) {
  .articleLink__detail {
    font-size: 14px;
    line-height: calc(12 / 7);
    width: 370px;
  }
}

@media (max-width: 768px) {
  .articleLink__detail {
    font-size: 14px;
    letter-spacing: 0;
    line-height: calc(23 / 14);
    width: 200px;
  }
}

.articleLink__detail .data {
  color: #808080;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .articleLink__detail .data {
    font-size: 12px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .articleLink__detail .data {
    font-size: 12px;
    margin-top: 15px;
  }
}

.articleLink__arrow {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 769px) {
  .articleLink__arrow {
    height: 12px;
    width: 12px;
  }
}

@media (max-width: 768px) {
  .articleLink__arrow {
    height: 11.5px;
    width: 11px;
  }
}

.articleLink__arrow .svgArrow {
  stroke: #333333;
}

@media screen and (min-width: 769px) {
  .articleLink .generalBorder {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .articleLink .generalBorder {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .localArea__tab .tabBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .localArea__tab .tabBtnList__item {
    width: calc(1 / 6 * 100%);
  }
  .localArea__tab .tabBtnList__item + .tabBtnList__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .localArea__inner {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .localArea__inner {
    margin-top: 40px;
  }
}

.localArea__item {
  display: none;
}

.localArea__item.is-active {
  display: block;
}

.mapBtn__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mapBtn__item {
  display: inline-block;
}

@media (max-width: 768px) {
  .mapBtn__item {
    width: 100%;
  }
  .mapBtn__item + .mapBtn__item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .mapBtn__item + .mapBtn__item {
    margin-left: 20px;
  }
}

.mapBtn__item.is-selected {
  pointer-events: none;
}

@media (max-width: 768px) {
  .mapBtn--twoCol .mapBtn__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mapBtn--twoCol .mapBtn__item {
    width: 142px;
  }
  .mapBtn--twoCol .mapBtn__item + .mapBtn__item {
    margin-top: 0;
  }
  .mapBtn--twoCol .mapBtn__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .mapBtn--threeCol .mapBtn__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mapBtn--threeCol .mapBtn__item {
    width: 92px;
  }
  .mapBtn--threeCol .mapBtn__item + .mapBtn__item {
    margin-top: 0;
  }
  .mapBtn--threeCol .mapBtn__item:nth-child(n+4) {
    margin-top: 10px;
  }
}

@-webkit-keyframes openAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes openAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .modelroomArea__ldkTab .contentsTab__item {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .modelroomArea__inner {
    margin-left: calc((100vw - 1040px) / -2);
    margin-top: 80px;
    overflow: hidden;
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .modelroomArea__inner {
    margin-top: 40px;
  }
}

.modelroomArea__item {
  display: none;
}

@media screen and (min-width: 769px) {
  .modelroomArea__item {
    margin: 0 auto;
    width: 1040px;
  }
}

.modelroomArea__item.is-active {
  -webkit-animation: openAnim .5s linear;
          animation: openAnim .5s linear;
  display: block;
}

.photoSlider {
  position: relative;
}

@media screen and (min-width: 769px) {
  .photoSlider {
    margin: 0 auto;
    overflow: visible;
    width: 1040px;
  }
  .photoSlider .swiper-button-prev,
  .photoSlider .swiper-button-next {
    background: none;
    height: 100%;
    outline: none;
    top: 0;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .photoSlider .swiper-button-prev,
  .photoSlider .swiper-button-next {
    width: 50vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .photoSlider .swiper-button-prev,
  .photoSlider .swiper-button-next {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .photoSlider .swiper-button-prev {
    cursor: url("../../common/imgs/icon-arrow-prev.png"), pointer;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .photoSlider .swiper-button-prev {
    left: calc((100vw - 1040px) / -2);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .photoSlider .swiper-button-prev {
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  .photoSlider .swiper-button-next {
    cursor: url("../../common/imgs/icon-arrow-next.png"), pointer;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .photoSlider .swiper-button-next {
    right: calc((100vw - 1040px) / -2);
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .photoSlider .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 768px) {
  .photoSlider {
    margin-left: -40px;
    width: 375px;
  }
  .photoSlider .swiper-button-prev,
  .photoSlider .swiper-button-next {
    display: none;
  }
}

.photoSliderItem {
  position: relative;
}

@media screen and (min-width: 769px) {
  .photoSliderItem {
    margin-right: 40px;
    max-width: 785.882px;
  }
  .photoSliderItem:first-child {
    margin-left: 127px;
  }
}

@media (max-width: 768px) {
  .photoSliderItem {
    margin-right: 10px;
    max-width: 293.3px;
  }
  .photoSliderItem:first-child {
    margin-left: 41px;
  }
}

.swiper-container-initialized .photoSliderItem:first-child {
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .thumbSlider {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .thumbSlider {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .thumbSlider .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.thumbSliderItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .thumbSliderItem:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .thumbSliderItem:hover:after {
    opacity: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .thumbSliderItem:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .thumbSliderItem:hover:after {
    opacity: 0;
  }
}

.thumbSliderItem:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 100%;
}

.thumbSliderItem.swiper-slide-thumb-active {
  -webkit-filter: none;
          filter: none;
}

.thumbSliderItem.swiper-slide-thumb-active:after {
  opacity: 0;
}

.plansArea__ldkTab {
  background-color: #f7f7f7;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .plansArea__ldkTab {
    margin-left: calc((100vw - 1040px) / -2);
    padding-top: 100px;
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .plansArea__ldkTab {
    margin-left: -40px;
    overflow: hidden;
    padding: 75px 0 0 40px;
    width: 375px;
  }
}

.plansArea__ldkTab .wrap {
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  overflow: hidden;
}

@media (max-width: 768px) {
  .plansArea__ldkTab .wrap {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .plansArea__inner {
    padding-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .planItem {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .planItem {
    height: 200px;
  }
}

.roomDetail {
  display: none;
}

.roomDetail.is-active {
  display: block;
}

.routeSearch__lead {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
}

.routeSearch__lead:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.routeSearch__lead:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.routeSearch__lead:before, .routeSearch__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media (max-width: 768px) {
  .routeSearch__lead {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .routeSearch__lead {
    font-size: 14px;
  }
}

.routeSearch__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .routeSearch__form {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .routeSearch__form {
    margin-top: 60px;
  }
}

.routeSearch__form .inputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (min-width: 769px) {
  .routeSearch__form .inputBox + .inputBox {
    margin-left: 55px;
    position: relative;
  }
  .routeSearch__form .inputBox + .inputBox:after {
    background-image: url("../imgs/icon-route-arrow.svg");
    background-size: contain;
    content: '';
    height: 13px;
    position: absolute;
    right: calc(100% + 17px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
  }
}

@media (max-width: 768px) {
  .routeSearch__form .inputBox {
    width: 100%;
  }
  .routeSearch__form .inputBox + .inputBox {
    margin-top: 15px;
  }
}

.routeSearch__form .inputBox--select {
  position: relative;
}

.routeSearch__form .inputBox--select:before {
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  content: '';
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(45deg);
          transform: translateY(calc(-50% - 2px)) rotate(45deg);
  width: 9px;
}

.routeSearch__form .inputBox__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #252b34;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .routeSearch__form .inputBox__ttl {
    font-size: 12px;
    padding: 12px 0;
    width: 80px;
  }
}

@media (max-width: 768px) {
  .routeSearch__form .inputBox__ttl {
    font-size: 12px;
    padding: 10px 0;
    width: 85px;
  }
}

.routeSearch__form .inputBox__field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff !important;
  border: none;
  color: #333333;
  display: block;
  letter-spacing: .1em;
  outline: none;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .routeSearch__form .inputBox__field {
    font-size: 14px;
    padding: 10px 20px;
    width: 270px;
  }
}

@media (max-width: 768px) {
  .routeSearch__form .inputBox__field {
    font-size: 14px;
    padding: 11px 16px;
    width: 210px;
  }
}

.routeSearch__form .submitButton {
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .routeSearch__form .submitButton {
    margin-left: 30px;
    width: 250px;
  }
}

@media (max-width: 768px) {
  .routeSearch__form .submitButton {
    margin: 40px auto 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .routeSearch__form .submitButton:hover .linkCircle:after {
    -webkit-animation: linkHoverAct .3s normal ease;
            animation: linkHoverAct .3s normal ease;
    opacity: 0;
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  .routeSearch__form .submitButton:hover .linkCircle:before {
    -webkit-animation: linkRemoveHoverAct .4s normal ease;
            animation: linkRemoveHoverAct .4s normal ease;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .routeSearch__form .submitButton:hover .linkCircle:after {
    -webkit-animation: linkHoverAct .3s normal ease;
            animation: linkHoverAct .3s normal ease;
    opacity: 0;
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  .routeSearch__form .submitButton:hover .linkCircle:before {
    -webkit-animation: linkRemoveHoverAct .4s normal ease;
            animation: linkRemoveHoverAct .4s normal ease;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.routeSearch__form .submitButton__item {
  background-color: #ffffff;
  border: 0;
  border-radius: 24px;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 200;
  height: 100%;
  position: relative;
  text-align: left;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .routeSearch__form .submitButton__item {
    font-size: 14px;
    padding: 15px 10px 15px 45px;
  }
}

@media (max-width: 768px) {
  .routeSearch__form .submitButton__item {
    font-size: 14px;
    padding: 15px 0 15px 40px;
  }
}

.routeSearch__form .submitButton__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .2s ease;
  transition: .2s ease;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .routeSearch__form .submitButton__arrow {
    height: 11.2px;
    right: 20px;
    width: 10.4px;
  }
}

@media (max-width: 768px) {
  .routeSearch__form .submitButton__arrow {
    height: 11px;
    right: 16px;
    width: 10px;
  }
}

.routeSearch__form .submitButton__arrow .svgArrow {
  stroke: #1a1a1a;
}

@media screen and (min-width: 769px) {
  .routeSearch__form .submitButton .linkCircle {
    left: 20px;
  }
}

@media (max-width: 768px) {
  .routeSearch__form .submitButton .linkCircle {
    left: 20px;
  }
}

.routeSelect {
  position: relative;
}

@media screen and (min-width: 769px) {
  .routeSelect {
    display: none;
  }
}

.routeSelect:before {
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  content: '';
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(45deg);
          transform: translateY(calc(-50% - 2px)) rotate(45deg);
  width: 8px;
  z-index: 1;
}

.routeSelect__form {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff !important;
  border: none;
  border-radius: 18px;
  -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1;
  outline: none;
  padding: 12px 90px;
  position: relative;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .searchArea__tab .tabBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .searchArea__tab .tabBtnList__item {
    width: calc(1 / 6 * 100%);
  }
  .searchArea__tab .tabBtnList__item + .tabBtnList__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .searchArea__inner {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .searchArea__inner {
    margin-top: 40px;
  }
}

.searchArea__item {
  display: none;
}

.searchArea__item.is-active {
  display: block;
}

@media screen and (min-width: 769px) {
  .template-modelroom {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .template-modelroom {
    padding-top: 90px;
  }
}

@media screen and (min-width: 769px) {
  .template-map {
    padding: 120px 0;
  }
}

@media (max-width: 768px) {
  .template-map {
    padding: 90px 0;
  }
}

@media screen and (min-width: 769px) {
  .template-map .mapBlock {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .template-map .mapBlock {
    margin-top: 40px;
  }
}

/*add*/

.al_mainv{position: relative;}
.al_mainv img{width: 100%;}

.al_ttltxt01{text-align: center;}
.al_ttltxt01 h2{font-size: 24px;line-height: 1.6;margin-bottom: 30px;}
.al_ttltxt01 h3{font-size: 16px;line-height: 2;}
.al_ttltxt01 h6{font-size: 38px;line-height: 2;margin-bottom: 20px;font-family: "EB garamond";color: rgba(65,103,143,1.00);letter-spacing: 0.1em;}

.al01{margin: 100px 0 0 0;}

.al01block01{display: flex;max-width: 1200px;margin: 80px auto 0;justify-content: space-between;padding-right: 80px;}
.al01block0101{width: 66%;}
.al01block0102{width: 31%;}
.al01block0102li{margin-bottom: 15px;}
.al01block0102li h2{font-size: 20px;margin-bottom: 5px}
.al01block0102li h3{font-size: 14px;}

.al01block02{display: flex;max-width: 1040px;margin: 80px auto 20px;justify-content: space-between;}
.al01block0201{width: 47%;background: #c0cbdc;}
.al01block0201 h2{margin: 15px 20px 0;font-size: 20px;}
.al01block0201 h3{margin: 5px 20px 20px;font-size: 14px;letter-spacing: 0em;}
.al01block02cap{max-width: 1040px;margin: 0 auto 100px;}

.al01block03{display: flex;max-width: 1040px;margin: 50px auto 80px;justify-content: space-between;flex-wrap: wrap;}
.al01block0301{width: 48.5%;position: relative;}
.al01block0302{width: 51.5%;}
.al01block03 table{width: 100%;}
.al01block03 tr{background: #e0e5ef;}
.al01block03 tr:nth-child(2n){background: #c0cbdc}
.al01block03 td:nth-child(4n-0){font-size: 14px;line-height: 1.2;}
.al01block03 td:nth-child(4n-1) img{margin: 16px 0;width: 24px;text-align: right;}
.al01block03 td:nth-child(4n-2){font-size: 18px;}
.al01block03 td:nth-child(4n-3){font-size: 18px;padding: 0 0 0 2%;}

.al_cap01{width: 100%;font-size: 10px;text-align: right;margin: 10px 0 0 0;}

.al02{margin: 160px 0 0 0;}
.al02 .al_ttltxt01{margin: 0 0 80px 0;}
.al02block01{display: flex;justify-content: space-between;align-items: stretch;position: relative;}
.al02block_asakusa{width: 50%;}
.al02block_asakusa_top{background: #845b8c;padding: 40px 40px 40px 0;}
.al02block_asakusa_topinner{max-width: 600px;margin:0 0 0 auto;}
.al02block_asakusa_top h2{text-align: center;margin: 15px 0 0;color: #FFF;font-size: 36px;}
.al02block_asakusa_bottom{background: #ccbed4;padding: 40px 40px 85px 0;position: relative;}
.al02block_asakusa_bottominner{max-width: 600px;margin:0 0 0 auto;display: flex;justify-content: space-between;flex-wrap:wrap;}
.al02block_asakusa_bottom01{width: 49%;margin-bottom: 2%;position: relative;}
.al02block_asakusa_bottom02{width: 49%;margin-bottom: 2%;position: relative;}
.al02block_asakusa_bottom03{max-width: 480px;margin: 0 0 0 auto;}
.al02block_asakusa_bottom03 h3{margin: 15px 0 0 0;font-size: 14px;line-height: 1.8}
.al02block_oshiage{width: 50%;}
.al02block_oshiage_top{background: #4b6f98;padding: 40px 0 40px 40px;}
.al02block_oshiage_topinner{max-width: 600px;margin:0 auto 0 0;}
.al02block_oshiage_top h2{text-align: center;margin: 15px 0 0;color: #FFF;font-size: 36px;}
.al02block_oshiage_bottom{background: #c0cbdc;padding: 40px 0 40px 40px;position: relative;}
.al02block_oshiage_bottominner{max-width: 600px;margin:0 auto 0 0;display: flex;justify-content: space-between;flex-wrap:wrap;align-items: flex-start;}
.al02block_oshiage_bottom01{max-width: 480px;margin: 0 auto 0 0;position: relative;}
.al02block_oshiage_bottom02{width: 49%;margin-top: 2%;position: relative;}
.al02block_oshiage_bottom03{width: 49%;margin-top: 2%;position: relative;}
.al02block_oshiage_bottom02 h3{margin: 0 0 10px 0;font-size: 14px;line-height: 1.8}
.al01block01img{position: relative;}

.al02block02{background: #4b6f98;padding: 60px 0;}
.al02block02inner{max-width: 1040px;margin: 0 auto;display: flex;color: #FFF;justify-content: space-between;align-items: center;}
.al02block0201{width: 55%;position: relative;}
.al02block0202{width: 42%;}
.al02block0202 h6{font-size: 30px;margin-bottom: 15px;}
.al02block0202 h2{font-size: 24px;margin-bottom: 30px;line-height: 1.6;}
.al02block0202 h3{font-size: 18px;margin-bottom: 10px;line-height: 1.6;}
.al02block0202 h4{font-size: 14px;line-height: 1.8;}

.al02_icon01{position: absolute;width: 300px;transform: translate(-50%, -50%);left: 50%;top: 37%;z-index: 1;}
.al02_icon01_circle{background: #2eb6aa;color: #FFF;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";line-height: 1.5;font-size: 18px; text-align: center;width: 130px;height: 130px;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 2px solid #FFF;position: absolute;z-index: 2;top:-50px;right: 0;}
.al02_icon01_photo{border: 4px solid #FFF;margin: 0 auto 0 0;width: 250px;transform: rotate(12deg);z-index: 2;box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.8);}

.al02_icon02{position: absolute;width: auto;right: 300px;top: 265px;z-index: 1;display: flex;background: #2eb6aa;padding: 15px;align-items: center;border: 2px solid #FFF;border-radius: 35px;}
.al02_icon02_icon{width: 36px;margin:0 10px;}
.al02_icon02_txt{color: #FFF;font-size: 14px;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}

.al02_icon03{position: absolute;width: auto;left: 300px;top: 10px;z-index: 1;display: flex;background: #2eb6aa;padding: 15px;align-items: center;border: 2px solid #FFF;border-radius: 35px;}
.al02_icon03_icon{width: 36px;margin:0 10px;}
.al02_icon03_txt{color: #FFF;font-size: 14px;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}

.al03{margin: 160px 0 0 0;}

.al03block01inner{max-width: 1040px;margin: 80px auto 0;display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.al03block01{padding: 30px;width:48%; background: #edddc5;margin-bottom: 4%}
.al03block01ttl{position: relative;width:100%;margin-bottom: 15px;}
.al03block01ttl h2{font-size: 24px; padding:0 0 10px 0;border-bottom: 1px solid #999;margin-bottom: 10px;}
.al03block01ttl h2.adj03{letter-spacing: -0.03em;}
.al03block01ttl h3{font-size: 14px; }
.al03block01ttl h4{background: #c49958;width: 70px;height: 70px;display: flex;justify-content: center;align-items: center;color: #FFF;font-size: 16px;border-radius: 50%;position: absolute;top:0;right: 0;text-align: center;line-height: 0.9;}
.al03block01det{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 15px 0 0 0;align-items: flex-start;}
.al03block01det h2{font-size: 14px;line-height: 1.8;margin-bottom: 25px;}
.al03block01det01{width: 48%;font-size: 12px;background: #FFF;padding: 10px;letter-spacing: 0em;line-height: 1.2;}
.al03block01det01 dl{display: flex;justify-content:flex-start;flex-wrap: wrap;}
.al03block01det01 dt{width: 28%;margin-bottom: 5px}
.al03block01det01 dd{width: 67%;margin-bottom: 5px}
.al03block01det01 .txt_s01{}
.al03block01img01{position: relative;}
.al03block01det .al03block01img01{position: relative;width: 48%;}

.al03_map{max-width: 740px;margin:0 auto 80px;}
.al03_map_cap{text-align: right;font-size: 12px;margin-top: 3px;}

.al03block02inner{max-width: 1040px;margin: 80px auto 0;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.al03block02{padding: 30px;width:48%; background: #c2d7d6;margin-bottom: 4%}
.al03block02ttl{position: relative;width:100%;margin-bottom: 15px;}
.al03block02ttl h2{font-size: 24px; padding:0 0 10px 0;border-bottom: 1px solid #999;margin-bottom: 10px;}
.al03block02ttl h3{font-size: 14px; }
.al03block02det{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 15px 0 0 0;}
.al03block02det h2{font-size: 14px;line-height: 1.8;margin-bottom: 25px;}
.al03block02det01{width: 48%;position: relative;}
.al03block02img01{margin-bottom: 15px;}
.al03block02img02{display: flex;justify-content: space-between;flex-wrap: wrap;}
.al03block02img0201{width: 48%;}
.al03block02img0202{width: 48%;}
.al03block01det .al03block01img01{position: relative;width: 48%;}



@media (max-width: 768px) {

.al_mainv{position: relative;}

.al_ttltxt01{text-align: center;}
.al_ttltxt01 h2{font-size: 4vw;line-height: 1.6;margin-bottom: 20px;}
.al_ttltxt01 h3{font-size: 3vw;line-height: 2;}
.al_ttltxt01 h6{font-size: 8vw;line-height: 2;margin-bottom: 20px;font-family: "EB garamond";color: rgba(65,103,143,1.00);letter-spacing: 0.1em;}

.al01{margin: 60px 0 0 0;}

.al01block01{display: flex;max-width: 1200px;margin: 40px 5% 0;justify-content: space-between;padding-right: 0;flex-wrap: wrap;}
.al01block0101{width: 100%;margin-bottom: 20px;}
.al01block0102{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0;}
.al01block0102li{margin-bottom: 10px;width: 48%;}
.al01block0102li h2{font-size: 3.2vw;letter-spacing: 0em;margin-bottom: 3px;margin-top: 2px;}
.al01block0102li h3{font-size: 10px;}

.al01block02{display: flex;max-width: 1040px;margin: 40px 5% 10px;justify-content: space-between;}
.al01block0201{width: 49%;background: #c0cbdc;}
.al01block0201 h2{margin: 10px 3% 0;font-size: 3vw;letter-spacing: 0em;}
.al01block0201 h2 .adj{font-size: 2.8vw;letter-spacing: -0.1em;}
.al01block0201 h3{margin: 5px 3% 10px;font-size: 10px;letter-spacing: 0em;}
.al01block02cap{max-width: 1040px;margin: 0 5% 40px;font-size: 10px;}

.al01block03{display: flex;max-width: 1040px;margin: 40px 5% 20px;justify-content: space-between;flex-wrap: wrap;}
.al01block0301{width: 100%;}
.al01block0302{width: 100%;}
.al01block03 table{width: 100%;}
.al01block03 tr{background: #e0e5ef;}
.al01block03 tr:nth-child(2n){background: #c0cbdc}
.al01block03 td:nth-child(4n-0){font-size: 12px;}
.al01block03 td:nth-child(4n-1) img{margin: 16px 0;width: 24px;text-align: right;}
.al01block03 td:nth-child(4n-2){font-size: 1px;}
.al01block03 td:nth-child(4n-3){font-size: 16px;padding: 0 0 0 2%;}

.al_cap01{width: 100%;font-size: 10px;text-align: right;margin: 10px 0 0 0;}

.al02{margin: 80px 0 0 0;}
.al02 .al_ttltxt01{margin: 0 0 40px 0;}
.al02block01{display: flex;justify-content: space-between;align-items: stretch;position: relative;flex-wrap: wrap;}
.al02block_asakusa{width: 100%;}
.al02block_asakusa_top{background: #845b8c;padding: 20px 3% 20px 3%;}
.al02block_asakusa_topinner{max-width: 600px;margin:0 0 0 auto;}
.al02block_asakusa_top h2{text-align: center;margin: 15px 0 0;color: #FFF;font-size: 6vw;}
.al02block_asakusa_bottom{background: #ccbed4;padding: 20px 3% 20px 3%;;position: relative;}
.al02block_asakusa_bottominner{max-width: 600px;margin:0 0 0 auto;display: flex;justify-content: space-between;flex-wrap:wrap;}
.al02block_asakusa_bottom01{width: 49%;margin-bottom: 2%;position: relative;}
.al02block_asakusa_bottom02{width: 49%;margin-bottom: 2%;position: relative;}
.al02block_asakusa_bottom03{max-width: 480px;margin: 0 0 0 auto;}
.al02block_asakusa_bottom03 h3{margin: 15px 0 0 0;font-size: 3vw;line-height: 1.8}
.al02block_oshiage{width: 100%;}
.al02block_oshiage_top{background: #4b6f98;padding: 20px 3% 20px 3%;}
.al02block_oshiage_topinner{max-width: 600px;margin:0 auto 0 0;}
.al02block_oshiage_top h2{text-align: center;margin: 15px 0 0;color: #FFF;font-size: 6vw;}
.al02block_oshiage_bottom{background: #c0cbdc;padding: 20px 3% 20px 3%;;position: relative;}
.al02block_oshiage_bottominner{max-width: 600px;margin:0 auto 0 0;display: flex;justify-content: space-between;flex-wrap:wrap;align-items: flex-start;}
.al02block_oshiage_bottom01{max-width: 480px;margin: 0 auto 0 0;position: relative;}
.al02block_oshiage_bottom02{width: 100%;margin-top: 2%;position: relative;}
.al02block_oshiage_bottom02 .al01block01img{width: 49%;}
.al02block_oshiage_bottom03{width: 49%;margin: -36.2% 0 0 auto;position: relative;}
.al02block_oshiage_bottom02 h3{margin: 0 0 10px 0;font-size: 3vw;line-height: 1.8}
.al01block01img{position: relative;}

.al02block02{background: #4b6f98;padding: 20px 0;}
.al02block02inner{max-width: 1040px;margin: 0 5%;display: flex;color: #FFF;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.al02block0201{width: 100%;position: relative;margin-bottom: 15px;}
.al02block0202{width: 100%;}
.al02block0202 h6{font-size: 6vw;margin-bottom: 10px;}
.al02block0202 h2{font-size: 5vw;margin-bottom: 20px;line-height: 1.6;}
.al02block0202 h3{font-size: 3.5vw;margin-bottom: 10px;line-height: 1.6;}
.al02block0202 h4{font-size: 3vw;line-height: 1.8;}

.al02_icon01{position: absolute;width: 55%;transform: translate(0, 0);left: 7%;top: -16%;z-index: 1;}
.al02_icon01_circle{background: #2eb6aa;color: #FFF;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";line-height: 1.5;font-size: 12px; text-align: center;width: 90px;height: 90px;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 2px solid #FFF;position: absolute;z-index: 2;top:-50px;right: 0;}
.al02_icon01_photo{border: 4px solid #FFF;margin: 0 auto 0 0;width: 80%;transform: rotate(12deg);z-index: 2;box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.8);}

.al02_icon02{position: absolute;width: auto;right: 1%;top: 27%;z-index: 1;display: flex;background: #2eb6aa;padding: 2%;align-items: center;border: 2px solid #FFF;border-radius: 35px;}
.al02_icon02_icon{width: 36px;margin:0 10px;}
.al02_icon02_txt{color: #FFF;font-size: 3vw;}

.al02_icon03{position: absolute;width: auto;left: 1%;top: 1%;z-index: 1;display: flex;background: #2eb6aa;padding: 2%;align-items: center;border: 2px solid #FFF;border-radius: 35px;}
.al02_icon03_icon{width: 36px;margin:0 10px;}
.al02_icon03_txt{color: #FFF;font-size: 3vw;}

.al03{margin: 80px 0 0 0;}

.al03block01inner{max-width: 1040px;margin: 40px 5% 0;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.al03block01{padding: 30px;width:100%; background: #edddc5;margin-bottom: 4%}
.al03block01ttl{position: relative;width:100%;margin-bottom: 15px;}
.al03block01ttl h2{font-size: 5vw; padding:0 0 10px 0;border-bottom: 1px solid #999;margin-bottom: 10px;}
.al03block01ttl h2.adj03{letter-spacing: 0em;}
.al03block01ttl h3{font-size: 3vw; }
.al03block01ttl h4{background: #c49958;width: 70px;height: 70px;display: flex;justify-content: center;align-items: center;color: #FFF;font-size: 16px;border-radius: 50%;position: absolute;top:0;right: 0;text-align: center;line-height: 0.9;}
.al03block01det{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 15px 0 0 0;}
.al03block01det h2{font-size: 3vw;line-height: 1.8;margin-bottom: 25px;}
.al03block01det01{width: 75%;font-size: 12px;background: #FFF;padding: 10px;letter-spacing: 0em;line-height: 1.2;margin-left: -5%}
.al03block01det01 dl{display: flex;justify-content:flex-start;flex-wrap: wrap;}
.al03block01det01 dt{width: 28%;margin-bottom: 5px}
.al03block01det01 dd{width: 67%;margin-bottom: 5px}
.al03block01det01 .txt_s01{width: 80%;}
.al03block01img01{position: relative;}
.al03block01det .al03block01img01{position: relative;width: 48%;margin:-28% -15% 0 auto;}

.al03_map{max-width: 740px;margin:0 auto 20px;}
.al03_map_cap{text-align: right;font-size: 10px;margin-top: 3px;margin-right: 3px}

.al03 .adj02{margin: 60px 0 0 0;}

.al03block02inner{max-width: 1040px;margin: 40px 5% 0;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.al03block02{padding: 30px;width:100%; background: #c2d7d6;margin-bottom: 4%}
.al03block02ttl{position: relative;width:100%;margin-bottom: 15px;}
.al03block02ttl h2{font-size: 5vw; padding:0 0 10px 0;border-bottom: 1px solid #999;margin-bottom: 10px;}
.al03block02ttl h3{font-size: 3vw; }
.al03block02det{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 15px 0 0 0;}
.al03block02det h2{font-size:  3vw;line-height: 1.8;margin-bottom: 25px;}
.al03block02det01{width: 48%;position: relative;}
.al03block02img01{margin-bottom: 15px;}
.al03block02img02{display: flex;justify-content: space-between;flex-wrap: wrap;}
.al03block02img0201{width: 48%;}
.al03block02img0202{width: 48%;}

}