@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

body {
  min-width: 1230px;
  margin: 0 auto 0;
}

/* home_mv */
.date-tags {
  display: none;
}

.wrap {
  width: 100%;
  max-width: 1400px;
}

.sp {
  display: none;
}

.home .wrap {
  max-width: 100%;
}

.home .main {
  padding: 0;
}

.inner {
  width: 1200px;
  margin: 0 auto 0;
}

.home_mv_container {
  width: 100%;
  position: relative;
}

.home_mv {
  position: relative;
  overflow: hidden;
  margin: 5vh auto 3vh;
}

.home_mv:after {
  content: "";
  width: 100%;
  height: 80vh;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.home_mv p {
  margin-bottom: 0;
}

.home_mv .slider_txt {
  position: absolute;
  left: 5vw;
  bottom: 5rem;
  z-index: 100;
}

.home_mv .slider_txt h2.slider_catch {
  margin-bottom: 0.5rem;
  font-size: 2.2vw;
  color: #fff;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  background: linear-gradient(90deg, #a82126, #d33f49);
  padding: 8px;
}

.home_mv .slider_txt .slider_lead {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 0.25rem 0 0.5rem;
}

.mv_copyright {
  width: 6vw;
  font-size: 0.8rem;
  letter-spacing: 3px;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  display: flex;
  align-items: center;
}

.mv_reserve {
  width: 6vw;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-mv-reserve,
.btn-mv-line {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0.5rem;
  border-radius: 5rem;
  transition: all .5s;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  text-orientation: upright;
  letter-spacing: 2px;
  margin: 0 auto;
}

.btn-mv-reserve,
.btn-mv-reserve:hover {
  color: #41A884;
  border: 2px solid #41A884;
  background: rgba(65, 168, 132, 0.05);
}

.btn-mv-line,
.btn-mv-line:hover {
  color: #fff;
  background: #41A884;
}




.home_mv_slider {
  width: 100%;
  /*  height: 670px;*/
  margin-inline: auto;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  margin: 0 !important;
  border-radius: 20px;
}

.home_mv_slider li {
  margin: 0 !important;
}

.slider.slick-initialized {
  opacity: 1;
}

.home_mv_slider .slick-track img {
  width: 100%;
  height: 80vh !important;
  object-fit: cover;
}

.home_mv_slider .slick-dots {
  display: flex;
  left: 5vw;
  bottom: 3rem;
  z-index: 100;
}

.home_mv_slider .slick-dots li {
  width: 80px;
  height: 5px;
  margin: 0 15px 0 0 !important;
  background: #F0F9E0;
  cursor: pointer;
}

.home_mv_slider .slick-dots li:hover,
.home_mv_slider .slick-dots li.slick-active {
  background: #41A884;
}

.home_mv_slider .slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}


.mv_info {
  background: #fff;
  width: 32vw;
  padding: 1.5rem 1.5rem 1rem 1rem;
  position: absolute;
  bottom: -3rem;
  right: 0;
  border-radius: 10px 0 0 10px;
}

.table_scedule {
  border: 0;
  max-width: 550px;
}

.table_scedule tr,
.table_scedule tr:nth-of-type(2n+1) {
  background-color: #fff;
}

.table_scedule th,
.table_scedule td {
  text-align: center;
  border: 0 !important;
  border-bottom: 1px solid #dedede !important;
}

/* header */
#header-container {
  background-color: #fff;
}

.header-container {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 0 13px;
}

.fixed-header {
  padding: 10px 0 10px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 10px !important;
  border-bottom: 0 !important;
}

.hlt-tm-right .navi-in>ul {
  justify-content: flex-end;
  padding-right: 50px;
}

.navi-in>ul .sub-menu {
  right: 0;
  padding-bottom: 0.5rem;
}

.hlt-tm-small .navi-in>ul li {
  height: 50px;
  line-height: 50px;
}


/* common_reserve(old) */

.common_reserve .inner {
  padding: 7rem 0;
}


.tel_link_title {
  display: inline-block;
  border-bottom: 1px solid #555;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-weight: bold;
}

.tel_link_item {
  position: relative;
  margin-top: -2.75rem !important;
}

.tel_link {
  color: #333 !important;
  text-decoration: none;
  font-size: 1.5rem;
}

.tel_num {
  font-size: 4rem;
}

.btn-line,
.btn-reserve {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  padding: 2rem 1rem;
  background: #41A884;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all .5s;
}

.btn-reserve {
  background: #ef7b38;
  /*	#f0823d, #ef7b38*/
}

.btn-line:hover {
  color: #fff;
  background: #52B975;
  opacity: 1;
}

.btn-reserve:hover {
  color: #fff;
  background: #ff9151;
  opacity: 1;
}

.reserve_icon {
  margin-top: -5px;
}

#header-container .navi {
  background-color: #fff;
}

#navi .navi-in a:hover, #footer a:not(.sns-button):hover {
  background-color: rgb(215 215 215 / 20%);
}

#navi {
  display: block;
}

a {
  text-decoration: none;
}

#main {
  display: block;
}

.article h2,
.sidebar h2,
.sidebar h3 {
  background-color: #f7f7f7;
}

.content {
  margin-top: 0;
}

.lcl-main {
  position: relative;
  margin-bottom: 30px;
}

.lcl-main .lcl-main__wrap {
  width: calc(100% + 300px);
  height: calc(100vh - 53px);
  margin: 0 -150px;
  padding: 0 150px;
  border-bottom-right-radius: 50% 100px;
  border-bottom-left-radius: 50% 100px;
  overflow: hidden;
}

.lcl-main .lcl-main__ttl {
  position: absolute;
  z-index: 10;
  top: 41.5384%;
  -webkit-animation: fadeInLeft .8s .8s forwards ease;
}

.lcl-main .lcl-main__span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 6px 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .4em;
  color: #fff;
  background: linear-gradient(269.67deg, #f48824 0.28%, #f29a49 25.14%, #ffc633 99.71%);
  opacity: 1;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
  white-space: nowrap;
}

.lcl-main .lcl-main__slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.lcl-main .lcl-main-slider__item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.lcl-main .lcl-main__span:not(:first-of-type) {
  margin-top: 18px;
}

.lcl-main .lcl-main-slider__item.lcl-main-slider__item--02 {
  background-position: center top;
  background-image: url(http://azumaya-houkan.com/wp-content/uploads/2025/03/img01.png);
}

.lcl-main .lcl-main-slider__item.lcl-main-slider__item--03 {
  background-position: center top;
  background-image: url(http://azumaya-houkan.com/wp-content/uploads/2025/03/img02.png);
}

.lcl-main .lcl-main-nav {
  position: absolute;
  z-index: 2;
  bottom: 85px;
  left: calc((100% - 900px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lcl-main .lcl-main-nav__item {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fbfaf7;
  -webkit-transition: background-color .8s;
  transition: background-color .8s
}

.lcl-main .lcl-main-nav__item.lcl-main-nav__item--current {
  background-color: #a82126
}

.lcl-main .lcl-main__circle {
  position: absolute;
  z-index: 1;
  bottom: 75px;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .8s .8s ease, -webkit-transform .8s .8s ease;
  transition: opacity .8s .8s ease, -webkit-transform .8s .8s ease;
  transition: opacity .8s .8s ease, transform .8s .8s ease;
  transition: opacity .8s .8s ease, transform .8s .8s ease, -webkit-transform .8s .8s ease
}

.lcl-main .lcl-main__circle::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(https://azumaya-houkan.com/wp-content/uploads/2025/03/bg_01.png) center/cover no-repeat
}

.lcl-main .lcl-main__circle.js-load--on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.lcl-main .lcl-main-circle__txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #2e3a61;
  text-align: center
}

.lcl-main .lcl-main-circle__span {
  font-size: 33px;
  color: #a82126
}

.lcl-main .lcl-news {
  width: 50%;
  margin: 0 auto;
}

.lcl-main .lcl-news__main {
  padding: 20px 25px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 30px rgba(126, 91, 71, .1);
  box-shadow: 0px 0px 30px rgba(126, 91, 71, .1)
}

.lcl-main .lcl-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.lcl-main .lcl-news__link:not(:last-child) {
  margin-bottom: 15px
}

.lcl-main .lcl-news-link__time {
  display: inline-block;
  margin-right: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.7;
  color: #999
}

.lcl-main .lcl-news-link__cate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 25px;
  margin-right: 15px;
  border-radius: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.7;
  color: #fff
}

.lcl-main .lcl-news-link__cate.lcl-news-link__cate--news {
  background-color: #a82126
}

.lcl-main .lcl-news-link__cate.lcl-news-link__cate--recruit {
  background-color: #f16f64
}

.lcl-main .lcl-news-link__ttl {
  text-align: left;
  position: relative;
  margin: 0;
}

.lcl-main .lcl-news-link__ttl::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #000;
  opacity: 0
}

.lcl-service {
  width: 100%;
  padding: 85px 0 45px;
  background: url(https://azumaya-houkan.com/wp-content/uploads/2025/03/bg_01.png) center/cover no-repeat
}

.lcl-service .lcl-service__in {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

.lcl-service .lcl-service__ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #fff;
  background: none;
  margin: 0;
  padding: 0;
}

.lcl-service .lcl-service__txt {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: .03em;
  color: #fff;
  margin: 20px 0 30px;
  padding: 0;
}

.lcl-service .lcl-service__link {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px rgba(126, 91, 71, .1);
  box-shadow: 0px 0px 30px rgba(126, 91, 71, .1);
  position: relative;
}

.lcl-service .lcl-service__link:hover {
  color: #333333;
}

.lcl-service .lcl-service-link__img {
  top: -4px;
  left: -4px;
  display: block;
  width: 240px;
  height: 300px;
  background: url(http://azumaya-houkan.com/wp-content/uploads/2025/03/img_01.png) center / cover no-repeat;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.lcl-service .lcl-service-link__imgwrap {
  position: relative;
  width: 240px;
  height: 300px;
  border-radius: 10px;
  border: 4px solid #fff;
  overflow: hidden;
}

.lcl-service .lcl-service__link.lcl-service__link--large {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.lcl-service .lcl-service__link.lcl-service__link--large .lcl-service-link__box {
  padding-bottom: 35px
}

.lcl-service .lcl-service__link.lcl-service__link--small {
  width: 55.5555%;
  margin: 30px auto 0;
  overflow: hidden;
}

.lcl-service .lcl-service__link.lcl-service__link--small .lcl-service-link__imgwrap {
  width: 120px;
  height: 120px;
  background: url(https://azumaya-houkan.com/wp-content/uploads/2025/04/363434.jpg) center/cover no-repeat;
  transition: transform .4s ease;
}

.service-item-2 .lcl-service-link__imgwrap {
  width: 120px;
  height: 120px;
  background-image: url(http://azumaya-houkan.com/wp-content/uploads/2025/03/img_002.png) !important;
}

.lcl-service .lcl-service__link.lcl-service__link--small .lcl-service-link__img.lcl-service-link__img--intro {
  background: url(https://azumaya-houkan.com/wp-content/uploads/2025/04/363434.jpg) center/cover no-repeat;
}

.lcl-service .lcl-service__link.lcl-service__link--small .lcl-service-link__box {
  padding: 0 20px 0;
}

.lcl-service .lcl-service__link.lcl-service__link--small .lcl-service-link__box.lcl-service-link__box--intro {
  padding-top: 15px
}

.lcl-service .lcl-service__link.lcl-service__link--small .lcl-service-box__ttl {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  color: #2e3a61;
  margin-bottom: 10px;
}

.lcl-service .lcl-service-link__box {
  position: relative;
  width: 73.3333%;
  padding: 35px 35px 0px
}

.lcl-service .lcl-service-box__wrap {
  position: absolute;
  top: -36px;
  right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 310px;
  /*   z-index: 10; */
}

.lcl-service .lcl-service-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: linear-gradient(90deg, #a82126, #d33f49);
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease
}

.lcl-service .lcl-service-wrap__item.scr-anin--on {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.lcl-service .lcl-service-wrap__item:nth-of-type(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.lcl-service .lcl-service-wrap__item:nth-of-type(3) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.lcl-service .lcl-service-wrap__txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin: 0;
}

.lcl-service .lcl-service-box__ttl {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: .03em;
  color: #a82126;
  transition: all 0.3s ease;
  margin: 0 0 20px;
  position: relative;
}

.lcl-service .lcl-service-box__txt {
  margin: 0;
  /*   line-height: 1.5rem; */
}

.lcl-service .lcl-service-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px
}

.lcl-service .lcl-service-list__item {
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #eee;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  list-style: none;
}

.lcl-service .lcl-service__link:hover .lcl-service-link__img {
  transform: scale(1.1);
}

.lcl-service .lcl-service__link:hover.lcl-service__link--small .lcl-service-link__imgwrap {
  transform: scale(1.1);
}

.lcl-service .lcl-service__link:hover .lcl-service-box__ttl {
  color: #2e3a61;
}

.lcl-service .lcl-service-box__ttl::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 8px;
  height: 8px;
  border-top: 3px solid #a82126;
  border-right: 3px solid #a82126;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  vertical-align: 3px;
}

.lcl-service .lcl-service__link:hover .lcl-service-box__ttl::after {
  border-top: 3px solid #2e3a61;
  border-right: 3px solid #2e3a61;
  margin-left: 0.8em;
}

.lcl-service .lcl-service__link.lcl-service__link--small .lcl-service-box__ttl::after {
  border-top: 3px solid #2e3a61;
  border-right: 3px solid #2e3a61;
  vertical-align: 1px;
}

.lcl-service .lcl-service__link:hover.lcl-service__link--small .lcl-service-box__ttl::after {
  border-top: 3px solid #a82126;
  border-right: 3px solid #a82126;
  margin-left: 0.8em;
}

.lcl-service .lcl-service__link:hover.lcl-service__link--small .lcl-service-box__ttl {
  color: #a82126;
}

.lcl-area {
  padding-top: 50px;
  padding-bottom: 115px;
  background: linear-gradient(274.79deg, #f48824 0%, #f29a49 25%, #ffc633 100%);
  position: relative;
  margin: 0 0 80px;
}

.lcl-area:after {
  width: 100%;
  content: "";
  display: block;
  height: 190px;
  -webkit-animation: scroll-anim-up 300s linear infinite;
  animation: scroll-anim-up 300s linear infinite;
  background: url(http://azumaya-houkan.com/wp-content/uploads/2025/03/bg_bg.png) repeat-x left/auto 100%;
  position: absolute;
  bottom: 0;
}

@keyframes scroll-anim-up {
  from {
    background-position: left 0 bottom;
  }

  to {
    background-position: left -10000px bottom;
  }
}

.lcl-area .lcl-area__main {
  padding: 70px 0 50px
}

.lcl-area .lcl-area__in {
  position: relative
}

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

.lcl-area .lcl-area-lead__ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #fff;
  text-align: left
}

.lcl-area .lcl-area-lead__txt {
  margin-top: 15px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: .03em;
  text-align: left;
  color: #fff;
}

.lcl-area .lcl-area-lead__btn {
  margin-right: 0;
  margin-left: auto;
}

.lcl-area .lcl-area-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 50px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.lcl-area .lcl-area-list__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lcl-area .lcl-area-list__cnt:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.lcl-area .lcl-area-list__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  width: 120px;
  margin-right: 40px;
}

.lcl-area .lcl-area-list__link {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lcl-area .lcl-area-list__item {
  margin-right: 20px;
}

.lcl-area .lcl-area-list__btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  display: block;
  margin: auto;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.lcl-blog {
  margin-top: 80px;
}

.lcl-blog .lcl-blog__in {
  text-align: right;
}

#wrapper .variable-cnt {
  min-width: 900px;
  max-width: 1200px;
  width: calc(100% - 200px);
  margin: auto;
}

.lcl-insta {
  margin: 0 0 80px;
}

.lcl-insta .lcl-insta__en {
  color: #a82126;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 5px;
}

.lcl-insta .lcl-insta__ttl {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: .03em;
  margin: 0 0 30px;
  padding: 0;
  background-color: transparent;
}

.lcl-qa .lcl-qa__en {
  color: #a82126;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 5px;
}

.lcl-qa .lcl-qa__ttl {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: .03em;
  margin: 0 0 30px;
  padding: 0;
  background-color: transparent;
}

.lcl-qa .area-faq__block.area-faq__block--mt25 {
  margin-top: 25px;
}

.lcl-qa .area-faq__block {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(126, 91, 71, .1);
  box-shadow: 0px 0px 30px rgba(126, 91, 71, .1);
}

.lcl-qa .area-faq__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 55px 15px 20px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border: none;
}

.lcl-qa .area-faq__btn::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.lcl-qa .area-faq__btn::before, .lcl-qa .area-faq__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  display: block;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #a82126;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, background-color .3s ease;
  transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease;
}

.lcl-qa .area-faq__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #a82126;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.ff-poppins {
  font-family: "Poppins", sans-serif;
}

.lcl-qa .area-faq__ttl {
  display: inline-block;
  /*   width: 775px; */
  margin-left: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  text-align: left;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.lcl-qa .area-faq__wrap {
  display: none;
}

.lcl-qa .area-faq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 20px 35px;
  background-color: #fff;
}

.lcl-qa .area-faq__box .area-faq__en {
  background-color: #a82126;
  color: #fff;
}

.lcl-qa .area-faq__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #a82126;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.lcl-qa .area-faq__txtarea {
  width: calc(100% - 50px);
  margin-top: 5px;
  margin-left: 15px;
}

.area-faq__wrap.open {
  display: block;
}

.lcl-service__content {
  display: flex;
  align-items: center;
}

.lcl-service-link__img {
  display: block;
  width: 100%;
  height: 100%;
}

.lcl-service-link__box {
  flex: 1;
}

.lcl-qa .area-faq__wrap {
  display: none;
}

.lcl-qa .area-faq__wrap.active {
  display: block;
}

.lcl-qa .area-faq__btn.area-faq__btn--on {
  background-color: #a82126;
}

.article-footer {
  display: none;
}

@media (hover: hover) {
  .lcl-qa .area-faq__btn:hover {
    background-color: #a82126;
  }
}

/* footer */
#footer {
  background-color: #fff;
}

#footer-in {
  width: 1200px;
  margin: 0 auto 0;
}

.required-label {
  color: rgb(192, 0, 0);
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(192, 0, 0);
  padding: 2px 5px;
  display: inline-block;
  text-align: center;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1200px以下*/
@media screen and (max-width: 1200px) {}

/*834px以下*/
@media screen and (max-width: 834px) {

  body {
    min-width: 100%;
    margin: 0 auto 0;
  }

  #main {
    display: block;
    width: 100%;
  }

  .inner {
    width: 100%;
    padding: 0 20px;
  }

  #wrapper .variable-cnt {
    min-width: 900px;
    max-width: 1200px;
    width: calc(100% - 200px);
    margin: auto;
  }
  .sp{
		display: block;
	}
  .lcl-service {
    padding: 70px 20px;
  }

  .lcl-main .lcl-main__wrap {
    min-height: 520px;
    max-height: 700px;
  }

  .lcl-main .lcl-main__span {
    font-size: 21px;
  }

  .lcl-service .lcl-service__in {
    width: 100%;
  }

  .lcl-main .lcl-main__wrap {
    width: 100%;
    height: 92vw;
    margin: 0;
    padding: 0;
    border-bottom-right-radius: 50% 16vw;
    border-bottom-left-radius: 50% 16vw
  }

  .lcl-main .lcl-main-slider__item.lcl-main-slider__item--01 {
    background-image: url(http://azumaya-houkan.com/wp-content/uploads/2025/03/img01.png)
  }

  .lcl-main .lcl-news {
    width: 90%;
    margin: 0 auto;
  }

  .lcl-main .lcl-news {
    bottom: -240px;
  }

  .lcl-main .lcl-news__link:not(:last-child) {
    margin-bottom: 0;
  }

  .lcl-news-link__ttl {
    margin: 0;
  }

  .lcl-service .lcl-service__link {
    display: block;
  }

  .lcl-service .lcl-service-link__box {
    width: 100%;
  }

  .lcl-service .lcl-service-link__img {
    width: 100%;
  }

  .lcl-service .lcl-service__link.lcl-service__link--small {
    width: 95%;
    margin: 20px auto 0;
  }

  #navi {
    display: none;
  }

  .lcl-service .lcl-service-box__wrap {
    top: -80px;
    right: 5%;
  }

  .lcl-service .lcl-service-box__ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .lcl-service .lcl-service-box__ttl::after {
    width: 7px;
    height: 7px;
    vertical-align: 2px;
  }

  .lcl-service .lcl-service__link.lcl-service__link--small .lcl-service-box__ttl {
    font-size: 16px;
  }

  .lcl-service .lcl-service__link.lcl-service__link--small .lcl-service-link__box {
    padding: 10px;
  }

  .lcl-service .lcl-service-box__txt {
    font-size: 14px;
  }

  .lcl-service .lcl-service__txt {
    font-size: 16px;
  }

  .lcl-service .lcl-service__ttl {
    font-size: 14px;
  }

  .lcl-service .lcl-service-link__imgwrap {
    display: block;
    width: 100%;
    padding: 7px 0 0;
  }

  .lcl-service__item .lcl-service-link__imgwrap {
    padding: 0;
  }

  .lcl-area {
    padding-top: 30px;
    margin: 0 0 50px;
  }

  .lcl-insta {
    margin: 0 0 60px;
  }

  .lcl-qa .lcl-qa__ttl {
    font-size: 16px;
  }

  .lcl-insta__ttl {
    font-size: 16px !important;
  }

  .lcl-qa .area-faq__ttl {
    font-size: 12px;
    margin-left: 5px;
  }

  .lcl-qa .area-faq__btn {
    padding: 15px 5px 15px 5px;
  }

  .lcl-qa .area-faq__btn::before, .lcl-qa .area-faq__btn::after {
    right: 5px;
  }

  .lcl-qa .area-faq__txtarea {
    font-size: 14px;
  }

  .lcl-qa .area-faq__box {
    padding: 12px 20px 10px 5px;
  }

  #footer-in {
    width: 100%;
  }

  .footer-popup ul {
    width: 100% !important;
    display: table !important;
    background-color: white !important;
    table-layout: fixed !important;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 10 !important;
	padding: 0;
  }

  .footer-popup ul li {
    display: table-cell !important;
    vertical-align: middle !important;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {

  /*必要ならばここにコードを書く*/
  .mobile-menu-buttons .logo-menu-button {
    justify-content: start;
    padding-left: 1rem;
  }

  .article ul, .article ol {
    padding-left: 0;
  }

  .article h2, .article-header h1, .content-bottom h2, h2.h2_left, h2.h2_center {
    font-size: 2rem;
    padding-right: 1rem;
  }

  h3.h3_normal, body.home h3 {
    font-size: 2rem;
  }


  .slider_txt {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    top: auto;
    bottom: 4rem;
  }

  .slider_txt h2.slider_catch {
    font-size: 2.5rem;
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  }

  .slider_txt .slider_lead {
    font-size: 1.25rem;
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  }


  .common_reserve .inner {
    padding: 4rem 0;
  }

  .common_reserve h3 {
    font-size: 1.4rem !important;
  }

  .common_reserve .btn-line, .common_reserve .btn-reserve {
    font-size: 1rem;
  }

  .tel_link_item {
    margin-top: -2rem !important;
  }

  .tel_num {
    font-size: 2rem;
  }

  .btn-line, .btn-reserve {
    font-size: 1.25rem;
    padding: 1rem;
  }

  .home_reason_item>div:before {
    font-size: 200px;
  }

  .home_reason_item>div:nth-child(1), .home_reason_item>div:nth-child(3) {
    padding-left: 0;
  }

  .home_reason_item>div:nth-child(2):before {
    right: 0;
  }

  .home_example_item {
    padding: 1rem;
  }

  .home_example_list li {
    font-size: 1.25rem;
  }

  .home_guidance_item>div {
    width: 100%;
    margin: 0 0 0.5rem;
  }

  .home_mv {
    width: 100%;
    margin: 0;
  }

  .home_mv .slider_txt {
    position: absolute;
    color: #333;
    padding: 2rem 0.5rem 2rem 1rem;
    width: 100%;
    top: 57%;
    left: -17px;
    z-index: 5;
  }

  .home_mv .slider_txt h2.slider_catch {
    font-size: 2.5rem;
    text-shadow: none;
    letter-spacing: -1px;
    margin-bottom: 0.5rem;
    width: 80%;
    text-align: center;
  }

  .home_mv .slider_txt .slider_lead {
    font-size: 1rem;
    color: #333;
    text-shadow: none;
    line-height: 1.5;
    border: 0;
  }

  .home_mv_slider {
    border-radius: 0;
  }

  .home_mv_slider .slick-track img {
    height: 30vh !important;
  }

  .home_mv:after {
    height: 30vh;
    border-radius: 0;
  }

}
/* お知らせエリア */
body {
    background-color: #f0f0f0; /* 全体グレー背景 */
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}


h1 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.news-archive-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.news-date {
    width: 120px;
    color: #888;
    font-size: 14px;
}

.news-category {
    width: 120px;
    background-color: #eee;
    color: #333;
    font-size: 13px;
    padding: 3px 8px;
    margin-right: 15px;
    border-radius: 4px;
    text-align: center;
}

.news-title {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.news-title:hover {
    color: #0073aa;
}
.news-category {
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 4px;
    text-align: center;
    margin-right: 15px;
    color: #fff;
    display: inline-block;
}

.news-category.cat-news {
    background-color: orange;
    color: #fff;
}

.news-category.cat-recruit {
    background-color: #0073aa; /* 青 */
    color: #fff;
}
.news-meta {
    margin-bottom: 20px;
}

.news-category.cat-news {
    background-color: orange;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 10px;
}

.news-category.cat-recruit {
    background-color: #0073aa;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 10px;
}
.back-to-archive {
  margin-top: 40px;
  text-align: center;
}

.back-to-archive a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #f57c00; /* オレンジ系 */
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.back-to-archive a:hover {
  background-color: #e65100;
}

