@charset "utf-8";
/* =================== common =================== */

div,
p {
  line-height: 2em;
}

.container {
  max-width: 1240px;
}
.flex {
  display: flex;
}
.greyfont {
  color: #707070;
}
.greyfont1 {
  color: #808080;
}
.bluefont {
  color: #74bdd8;
}
.whitefont {
  color: #fff;
}
.redfont {
  color: var(--red-color);
}
.subcolor {
  color: #ad9759;
}
.page-wrapper {
  overflow: hidden;
}
.btn img {
  width: 8px;
  height: auto;
  margin-right: 4px;
  margin-top: -4px;
}

/* =================== header =================== */

#all-wrapper {
}
#header {
}
#header .container {
  max-width: 2000px;
  position: relative;
}

#header .headerall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
#header .header {
  padding: 25px 0px 10px;
  justify-content: space-between;
  padding-right: 90px;
  padding-left: 30px;
}

@media screen and (max-width: 820px) {
  #header .header {
    padding: 10px;
  }
}
#header .left {
}
#header .headerlogo {
}
#header .headerlogo img {
  max-width: 60px;
}

@media screen and (max-width: 820px) {
  #header .headerlogo {
    width: 70%;
  }
}
#header .headermodal {
}
#header .headernav {
}
#header .headernavli {
  padding: 10px 8px;
}
#header .headernavli a {
  color: #fff;
  padding: 5px 8px 5px;
  letter-spacing: 5px;
  border-radius: 5px;
  line-height: 1rem;
  display: block;
  text-align: center;
  writing-mode: vertical-lr;
}
#header .headernavli a:hover {
  margin-top: 10px;
}
#header .menublackbg {
  background: #2d2d34;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
}
#header .menublackbg img {
  display: inline-block;
  width: 21px;
  margin-bottom: 2px;
  margin-right: 10px;
}

#header .headernavlisubmenu {
  position: relative;
}
#header .headernavlisubmenu:hover > ul {
  display: block;
}
#header .submenu {
  display: none;
  position: absolute;
  top: 27px;
  left: 10px;
  width: 240px;
  z-index: 9;
}
#header .submenu li a {
  font-size: 1.5rem;
  border-radius: 0;
  padding: 10px 5px;
  text-align: left;
}
#header .submenu li a:hover {
  background: #a00012;
}
#header .submenuli {
  padding-top: 25px;
  background: url(../images/submenubg.png) 35px 7px no-repeat;
}

/* =================== header modal =================== */

header .headermodal #modal {
  overflow: scroll;
  display: none;
  position: fixed;
  top: 0;
  /* right: -100%; */
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 998;
  background: url(../images/topbg.jpg) center/cover;
}
/* header .headermodal #modal.active {
  right: 0;
} */
header .headermodal #modalbtn {
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 999;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 820px) {
  header .headermodal #modalbtn {
    top: 10px;
    width: 45px;
    height: 45px;
  }
}
header .headermodal #modalbtn span,
header .headermodal #modalbtn span:after,
header .headermodal #modalbtn span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  header .headermodal #modalbtn span,
  header .headermodal #modalbtn span:after,
  header .headermodal #modalbtn span:before {
    width: 10px;
  }
}
header .headermodal #modalbtn span:after {
  top: -13px;
}
header .headermodal #modalbtn span:before {
  bottom: -13px;
}

@media screen and (max-width: 820px) {
  header .headermodal #modalbtn span:after {
    top: -10px;
  }
  header .headermodal #modalbtn span:before {
    bottom: -10px;
  }
}
header .headermodal #modal.active {
}
header .headermodal #modalbtn.active span {
  background: none !important;
}
header .headermodal #modalbtn.active span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #2d2d34;
}
header .headermodal #modalbtn.active span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #2d2d34;
}
header .headermodal #modalbtn.active span:after,
header .headermodal #modalbtn.active span:before {
  top: 0;
  bottom: -0;
}
header .headermodal #modalbtn.active {
}
header .headermodal #modalbtn.active .changecolor {
  filter: invert(100%) sepia(0%) saturate(9%) hue-rotate(239deg) brightness(104%) contrast(100%);
}

header .headermodal #modalbtn.active span,
header .headermodal #modalbtn.active span:after,
header .headermodal #modalbtn.active span:before {
  width: 25px;
}

@media screen and (max-width: 820px) {
  header .headermodal #modalbtn.active span,
  header .headermodal #modalbtn.active span:after,
  header .headermodal #modalbtn.active span:before {
    width: 15px;
  }
}

header .headermodal #modal {
}
header .headermodal #modal .menu {
}
header .headermodal #modal .menu a {
  padding: 20px 0;
  display: block;
  color: #fff;
  background: #74bdd8;
}
header .headermodal #modal .menu > li {
  width: 100%;
}
header .headermodal #modal .menu > li > a {
  padding: 22px 20px;
  position: relative;
  width: 100%;
  color: #fff;
}
header .headermodal #modal .menu > li.menu-item-has-children > a:before,
header .headermodal #modal .menu > li.menu-item-has-children > a:after {
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 27.5px !important;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 2px;
  border-radius: 2px;
  background: var(--sub-color);
}
header .headermodal #modal .menu > li.menu-item-has-children > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .headermodal #modal .menu > li.menu-item-has-children > a.active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .headermodal #modal .menu > li > .sub-menu {
  display: none;
  margin: 0 20px;
}
header .headermodal #modal .menu > li > .sub-menu li a {
  position: relative;
}

header .headermodal #modal .mnavheader {
}
header .headermodal #modal .mheaderlogo {
  padding: 15px 20px 15px 20px;
  width: fit-content;
}
header .headermodal #modal .mheaderlogo img {
}
header .headermodal #modal .mheadernav {
  padding: 0;
}

header .headermodal #modal .mheadernav {
  flex-direction: row-reverse;
}
header .headermodal #modal .mheadernav .box {
  flex-direction: row-reverse;
  align-items: flex-start;
}

@media screen and (max-width: 820px) {
  header .headermodal #modal .mheadernav {
    flex-direction: column;
  }
  header .headermodal #modal .mheadernav .box {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* =================== footer =================== */

footer {
  padding: 0px 0px 130px;
}
footer .container {
}
footer .box {
  width: 100%;
  padding-top: 110px;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(45, 45, 52, 0.17);
}
footer .footerleft {
}
footer .footerlogo {
}
footer .footerlogo img {
  max-width: 320px;
}
footer .footertext1 {
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  footer .footertext1 {
    font-size: 3.1rem;
  }
}
footer .footertext1a {
}

@media screen and (max-width: 820px) {
  footer .footertext1a {
    display: block;
    line-height: 1em;
    opacity: 0.55;
  }
}
footer .footertext2 {
  margin-top: 0px;
}
@media screen and (max-width: 820px) {
  footer .footertext2 {
    margin-top: 1em;
  }
}
footer .footertext3 {
  margin-top: 0px;
}
footer .footertext3 a {
  text-decoration: underline;
}

footer .footertext3 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 820px) {
  footer .footertext3 {
    margin-top: 1em;
    font-size: 1.4rem;
  }
}
footer .footertext4 {
  margin-top: 10px;
}
footer .footertext4 img {
  width: 20px;
}
footer .footerright {
}
footer .headernav {
}
footer .headernavli {
  padding: 0 0px;
}
footer .headernavli a {
  color: #2d2d34;
  padding: 5px 21px 5px;
  letter-spacing: 1.5px;
  border-radius: 5px;
  line-height: 1rem;
  display: block;
  text-align: center;
  writing-mode: vertical-lr;
}
footer .headernavli a:hover {
  color: #2d2d34;
}
footer .footerbottom {
  width: 100%;
  margin-top: 50px;
}
footer .footerbottoml {
  width: 50%;
}
footer .footerbottomr {
  width: 50%;
  text-align: right;
}

/* =================== modal menu =================== */

#modal {
  height: 100vh;
}
header .headermodal #modal .modalin {
  overflow: hidden;
}
header .headermodal #modal .modalinl {
  width: 40%;
  height: 100vh;
}
header .headermodal #modal .modalinl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .headermodal #modal .modalinr {
  min-width: 60%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/topbg.jpg) center / cover;
  flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  header .headermodal #modal .modalinr div {
    width: calc(100% - 20px);
    padding: 60px 20px;
  }
  header .headermodal #modal .modalinr .box {
    padding: 20px 0;
    margin: 0;
  }

  header .headermodal #modal .modalinr .box:not(:last-child) {
    border-bottom: 1px solid #b8b8b9;
  }
  header .headermodal #modal .modalinbtnbox {
    margin: 30px auto 0;
  }
  header .headermodal #modal .modalinr .logo {
    position: fixed;
    left: 20px;
    top: 17px;
    height: 33px;
    padding: 0;
  }

  header .headermodal #modal .modalinr .logo img {
    height: 33px;
    width: auto;
  }
}
header .headermodal #modal .mheadernav {
  align-items: flex-start;
  gap: 3em 0;
  /* justify-content: center; */
}
@media screen and (max-width: 820px) {
  header .headermodal #modal .mheadernav {
    flex-direction: column;
    gap: 0;
  }
}
header .headermodal #modal .mheadernavli {
}
header .headermodal #modal .mheadernavli {
  padding: 0 20px;
  letter-spacing: 5px;
  line-height: 1.5rem;
  display: block;
  text-align: center;
  writing-mode: vertical-lr;
}

@media screen and (max-width: 820px) {
  header .headermodal #modal .mheadernavli {
    writing-mode: unset;
    /*  border-bottom: 1px solid #2d2d34; */
    width: 100%;
    padding-left: 1em;
  }
  header .headermodal #modal .mheadernavli .head {
    padding-left: 0;
  }
}

header .headermodal #modal .mheadernavli.head span {
  position: relative;
}
header .headermodal #modal .mheadernavli a {
  display: flex;
}

header .headermodal #modal .mheadernavli.head span:after {
  content: "";
  height: 20px;
  width: 1px;
  background: #000;
  display: inline-block;
  margin: 1em 0;
}

@media screen and (max-width: 820px) {
  header .headermodal #modal .mheadernavli.head span {
    display: inline-flex;
    align-items: center;
  }
  header .headermodal #modal .mheadernavli.head span:after {
    height: 1px;
    width: 1em;
    margin: 0 0.6em 0 0.5em;
  }
}
header .headermodal #modal .mheadernavli.head * {
  font-size: 105%;
}
header .headermodal #modal .mheadernavli a {
  text-align: center;
}
@media screen and (max-width: 820px) {
  header .headermodal #modal .mheadernavli a {
    font-size: 1.4rem;
  }
  header .headermodal #modal .mheadernavli.head * {
    font-size: 95%;
  }
  header .headermodal #modal .mheadernavli a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: left;
  }
}
header .headermodal #modal .mheadernavlia {
  margin-top: 5em;
}
@media screen and (max-width: 820px) {
  header .headermodal #modal .mheadernavlia {
    margin-top: 5em;
  }
}
@media screen and (max-width: 820px) {
  header .headermodal #modal .mheadernavlia {
    margin-left: 3.1em;
    margin-top: 0;
  }
}
header .headermodal #modal .mheadernavli img {
  width: 1px;
  margin: 10px 8px;
}

@media screen and (max-width: 820px) {
  header .headermodal #modal .mheadernavli img {
    display: none;
  }
}
header .headermodal #modal .modalinbtnbox {
  margin: 70px auto 0;
  justify-content: center;
  border-top: 1px solid #b8b8b9;
  border-bottom: 1px solid #b8b8b9;
  max-width: 700px;
  padding: 0 !important;
}
header .headermodal #modal .modalinbtnboxl {
  width: 50%;
  text-align: center;
  border-right: 1px solid #b8b8b9;
  padding: 0 !important;
}
header .headermodal #modal .modalinbtnboxr {
  width: 50%;
  text-align: center;
  padding: 0 !important;
}
header .headermodal #modal .modalinbtn {
  display: block;
  padding: 18px 20px;
  text-align: center;
}

/* =================== top =================== */

#top,
#single-detail,
#page,
#another {
  background: url(../images/topbg.jpg.webp) top center repeat;
}

.fv {
  position: relative;
}
@media screen and (min-width: 821px) {
  .fv {
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
}
.fv .case__bottom {
}
.fv .case-swiper {
}
.fv .swiper-wrapper {
}
.fv .listul {
}
.fv .casecard {
}
.fv .swiper-slide {
}
.fv .listli {
}
.fv .swiper-pagination {
  position: absolute;
  width: auto !important;
  bottom: 50px;
  left: 10%;
  z-index: 8;
}
.fv .swiper-pagination-bullet {
  background: #fff;
  width: 100px;
  border-radius: 0 !important;
  height: 2px;
  margin: 0 !important;
}

@media screen and (max-width: 820px) {
  .fv .swiper-pagination-bullet {
    width: 30px;
  }
  .fv .swiper-pagination {
    bottom: 20px;
    left: 20px;
  }
  .fv .fvh2text {
    left: 20px !important;
  }
}
.fv .fvbuttonbox {
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 8;
}
.fv .fvbtn1 {
  margin-bottom: 10px;
}
.fv .fvh2text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 8;
}
.fv .titlefvh2 {
  line-height: 2.2em;
  letter-spacing: 2px;
}

.fvbuttonbox {
  position: fixed;
  bottom: 35px;
  right: 20px;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 820px) {
  .fvbuttonbox {
    flex-direction: unset;
  }
}
.fvbuttonbox a {
  border: 1px solid #d6d6d6;
  width: 48px;
  padding: 30px 0 25px;
  border-radius: 10px;
  letter-spacing: 5px;
  line-height: 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
}

@media screen and (max-width: 820px) {
  .fvbuttonbox a {
    width: 100%;
    writing-mode: horizontal-tb;
    padding: 13px 10px 15px;
    line-height: 1em;
  }
}

.fvbuttonbox .btnwhite {
  background: #fff;
  color: #2d2d34;
}
.fvbuttonbox .btnblack {
  background: #2d2d34;
  color: #fff;
}

#sec01 {
  padding-top: 150px;
  padding-bottom: 0px;
  background: url(../images/top_sec1_bg.png) 100% 24% no-repeat;
  background-size: 40% auto;
}

@media screen and (max-width: 820px) {
  #sec01 {
    background: url(../images/top_sec1_bg.png) 160% 57% no-repeat;
    background-size: 68% auto;
  }
}
#sec01 .container1 {
}
#sec01 .titleh2 {
}
#sec01 .text {
  margin-top: 50px;
  padding: 0 30px;
  line-height: 2.6em;
}
#sec01 .bottom {
  margin-top: 10px;
}
#sec01 .imgbox {
  margin-top: 100px;
}

#sec02 {
  padding-top: 150px;
  padding-bottom: 150px;
}
#sec02 .container {
}
#sec02 .box {
  align-items: flex-start;
}
#sec02 .boxl {
  width: 11.5%;
  writing-mode: vertical-lr;
}
#sec02 .titleh2 {
  letter-spacing: 15px;
}
#sec02 .boxm {
  width: 36.9%;
  /* background: #fff url(../images/lineb_icon.svg) 100% 97% no-repeat; */
  position: relative;
  background: #fff;
}
#sec02 .inboxm {
}
#sec02 .textbox {
  padding: 30px 25px 50px;
  position: relative;
}
#sec02 .boxm .textbox:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30px;
  margin: auto;
  background: #2d2d34;
  height: 1px;
  width: 30px;
  transition: 0.3s;
}
#sec02 .boxm:hover .textbox:after {
  width: 20px;
}
#sec02 .titleh3 {
}
#sec02 .text {
  margin-top: 15px;
}
#sec02 .boxr {
  width: 52.5%;
  padding-left: 40px;
}
#sec02 .listul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#sec02 .listli {
  background: #fff;
}

@media screen and (max-width: 820px) {
  #sec02 .listul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#sec02 .titleh3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#sec02 .boxr .titleh3,
#kawahisa5 .titleh5 {
  padding: 20px 20px;
  position: relative;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#sec02 .boxr .titleh3:after,
#kawahisa5 .titleh5:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #2d2d34;
  height: 1px;
  width: 30px;
  transition: 0.3s;
}

@media screen and (max-width: 820px) {
  #sec02 .boxr .titleh3:after,
  #kawahisa5 .titleh5:after {
    width: 10px;
  }
}
#sec02 .listli img,
#sec02 .inboxm img {
  aspect-ratio: 4 / 3;
}
#sec02 .boxr .listli:hover .titleh3:after,
#kawahisa5 .listli:hover .titleh5:afte {
  width: 20px;
}
@media screen and (max-width: 820px) {
  #sec02 .boxr .titleh3 {
    padding: 15px 10px;
    background-size: 10px;
  }
}
#sec02 .loctitle,
#kawahisa5 .loctitle {
  background: #f0efed;
  padding: 7px;
  display: inline-block;
  line-height: 1em;
}
#sec02 .bottom {
  margin-top: 25px;
}

@media screen and (max-width: 820px) {
  #sec02 .bottom {
    text-align: center;
    /*     margin-top: 0; */
  }
}
#sec03 {
  padding-top: 130px;
  padding-bottom: 130px;
  background: url(../images/top_sec3_bg.jpg.webp) top center no-repeat;
  background-size: cover;
}
#sec03 .container {
}
#sec03 .titleh2 {
}
#sec03 .subtitke {
  margin-top: 25px;
  margin-bottom: 50px;
}
#sec03 .bottom {
  margin-top: 25px;
}
#sec03 .listli {
  height: auto;
}
#sec03 .boxlist {
  background: #fff;
  padding: 20px 20px;
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 820px) {
  #sec03 .boxlist {
    padding: 15px;
  }
}
#sec03 .boxlistin {
  border: 1px solid #d6d6d6;
  position: relative;
  padding: 50px 50px;
  height: 100%;
}
#sec03 .boxlisticon {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
#sec03 .boxlisticon1 {
  background: #fff;
  padding: 0px 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 150px;
}

@media screen and (max-width: 820px) {
  #sec03 .boxlisticon1 {
    width: 100px;
  }
}
#sec03 .boxlisticon1 img {
  width: 61px;
}

@media screen and (max-width: 820px) {
  #sec03 .boxlisticon1 img {
    width: 50px;
  }
}
#sec03 .absround {
  position: absolute;
  width: 75px;
  height: 75px;
  background: url(../images/roundbg1_icon.png.webp) center/contain no-repeat;
  top: -20px;
  right: -20px;
  line-height: 72px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  #sec03 .absround {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -15px;
    right: -15px;
  }
}
#sec03 .titleh3 {
  background: url(../images/line_title.png) bottom center no-repeat;
  padding-bottom: 15px;
  font-size: 2rem;
}
#sec03 .listtext {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 820px) {
  #sec03 .listtext {
    font-size: 1.4rem;
    line-height: 1.7em;
  }
}
#sec03 .listlocation {
  margin-top: 20px;
  background: #f0efed;
  padding: 0px 10px;
}
@media screen and (max-width: 820px) {
  #sec03 .listlocation {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

#sec04 {
  padding-top: 150px;
  padding-bottom: 150px;
}
#sec04 .container {
}
#sec04 .box {
  align-items: flex-start;
  max-width: 820px;
  margin: 0 auto;
}
#sec04 .boxl {
  writing-mode: vertical-lr;
  width: 110px;
}
#sec04 .titleh2 {
  letter-spacing: 15px;
}
#sec04 .boxr {
  width: calc(100% - 100px);
}
#sec04 .accordionbox {
  margin-top: -25px;
}
#sec04 .accordion dl {
  background: none;
  border-bottom: 1px solid rgb(45 45 52 / 12%);
}
#sec04 .accordion dt {
}
#sec04 .accordion dl:not(:last-child) {
  margin-bottom: 10px;
}
#sec04 .accordion.qa dt p:before,
.accordion.qa dd p:before {
  font-size: 2.4rem;
  font-weight: normal;
}
#sec04 .accordion.qa dd p:before {
  color: #be720a;
}
#sec04 .accordion dt::after {
  content: "";
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background-image: url(https://kawamura.double-stg.com/wp-content/themes/template/assets/images/aco_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sec04 .accordion dt.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sec05 {
  padding-top: 130px;
  padding-bottom: 130px;
  background: url(../images/top_sec5_bg.jpg) top center no-repeat;
  background-size: cover;
}
#sec05 .container {
}
#sec05 .imgbox {
  margin-bottom: 15px;
}
#sec05 .imgbox img {
  width: 29px;
}
#sec05 .titleh2 {
  background: url(../images/line_title1.png) bottom center no-repeat;
  padding-bottom: 25px;
}
#sec05 .titleh3 {
  margin-top: 20px;
}
#sec05 .subtitke {
  margin-top: 10px;
}
#sec05 .bottom {
  margin-top: 35px;
}
@media screen and (max-width: 820px) {
  #sec05 {
    background: url(../images/top_sec5_bg-sp.jpg.webp) bottom center no-repeat;
    background-size: cover;
  }
}
#sec06 {
  padding-top: 150px;
  padding-bottom: 150px;
}
#sec06 .container {
}
#sec06 .box {
  align-items: flex-start;
}
#sec06 .boxl {
  width: 160px;
  writing-mode: vertical-lr;
}
#sec06 .titleh2 {
  letter-spacing: 15px;
}
#sec06 .boxr {
  width: calc(100% - 160px);
  display: flex;
  gap: 30px 50px;
}
@media screen and (max-width: 820px) {
  #sec06 .boxr {
    flex-direction: column;
  }
}
#sec06 .text {
  flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  #sec06 .text {
    font-size: 1.4rem;
    text-align: center;
  }
}
#sec06 .boxbtn {
  width: 100%;
  justify-content: space-between;
}
#sec06 .boxbtnf {
  /* width: 48%; */
  width: 100%;
}
#sec06 .btn {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  border-radius: 0;
}
#sec06 .btn1 {
  background: #2d2d34;
  color: #fff;
  display: block;
}
#sec06 .btn2 {
  background: #ad9759;
  color: #fff;
  padding: 28px 20px;
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  #sec06 .btn2 {
    padding: 15px;
    font-size: 1.6rem;
  }
}
#sec06 .btn:hover {
  opacity: 0.7;
}
#sec06 .phonebtn {
  margin-top: -20px;
  color: #fff;
  letter-spacing: 2px;
}
#sec06 .text1 {
  margin-top: 5px;
  opacity: 0.5;
}

/* =================== Kawahisa =================== */

#kawahisa {
  padding-top: 10px;
}
#kawahisa1 {
}
#kawahisa1 .container {
}
#kawahisa1 .titleh2 * {
  line-height: 1.7em;
}
@media screen and (max-width: 820px) {
  #kawahisa1 .titleh2 {
    font-size: 2.3rem;
  }
}
#kawahisa1 .text {
  margin-top: 20px;
  line-height: 2.6em;
}
#kawahisa .imgbox {
  margin-top: 60px;
  margin-bottom: 150px;
}

#kawahisa2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f0efed;
}
#kawahisa2 .container {
}
#kawahisa2 .titleh2 {
}
#kawahisa2 .text {
  margin-top: 30px;
}
#kawahisa2 .listul {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
/* #kawahisa2 .listli {
  width: 50%;
} */
#kawahisa2 .boxlist {
  background: #fff;
  padding: 20px 20px;
  overflow: hidden;
}
#kawahisa2 .boxlistin {
  border: 1px solid #d6d6d6;
  position: relative;
  padding: 30px;
}

@media screen and (max-width: 820px) {
  #kawahisa2 .boxlistin {
    position: relative;
    padding: 45px 20px 20px;
  }
  #kawahisa2 .titleh3 {
    font-size: 2rem;
  }
  #archieveplan .listtext {
    font-size: 1.5rem;
    line-height: 1.7em;
  }
}
#kawahisa2 .boxlisticon {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
#kawahisa2 .boxlisticon1 {
  background: #fff;
  padding: 0px 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 150px;
}
#kawahisa2 .boxlisticon1 img {
  width: 61px;
}
#kawahisa2 .absround {
  position: absolute;
  width: 75px;
  height: 75px;
  background: url(../images/roundbg1_icon.svg) center/contain no-repeat;
  top: -20px;
  right: -20px;
  line-height: 75px;
  text-align: center;
}
#kawahisa2 .absround.day {
  background: url(../images/roundbg2_icon.svg) center/contain no-repeat;
}
@media screen and (max-width: 820px) {
  #kawahisa2 .absround {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.5rem;
  }
}
/*
#kawahisa2 .titleh3 {
  background: url(../images/line_title.png) bottom center no-repeat;
  padding-bottom: 15px;
}
  */

@media screen and (max-width: 820px) {
  #kawahisa2 .titleh3 {
    font-size: 2rem;
  }
}
#kawahisa2 .listtext {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #kawahisa2 .listtext {
    font-size: 1.5rem;
    line-height: 1.7em;
  }
}
#kawahisa2 .listlocation {
  margin-top: 20px;
  background: #f0efed;
  padding: 0px 10px;
}
@media screen and (max-width: 820px) {
  #kawahisa2 .listlocation {
    font-size: 1.4rem;
  }
}

#kawahisa2 .c-note {
  margin-top: 25px;
  display: inline-table;
  width: fit-content;
}
#kawahisa2 .c-note:before {
  content: “※”;
  display: table-cell;
}
#kawahisa2 .listli {
  position: relative;
}

#kawahisa3 {
  padding-top: 130px;
  padding-bottom: 60px;
}
#kawahisa3 .container {
}
#kawahisa3 .box {
  align-items: flex-start;
}
#kawahisa3 .boxl {
  width: 120px;
  writing-mode: vertical-lr;
}
#kawahisa3 .titleh2 {
  letter-spacing: 15px;
}
#kawahisa3 .boxr {
  width: calc(100% - 120px);
}
#kawahisa3 .inbox {
}
#kawahisa3 .inboxl {
  width: 42%;
  margin-right: 8%;
}
#kawahisa3 .titleh3 {
}
@media screen and (max-width: 820px) {
  #kawahisa3 .titleh3 {
    font-size: 2.2rem;
  }
}
#kawahisa3 .text {
  margin-top: 0;
  line-height: 2.25em;
}
#kawahisa3 .inboxr {
  width: 50%;
  overflow: hidden;
}
#kawahisa3 .gallery-thumbs {
  margin-top: 10px;
  position: relative;
}

#kawahisa4 {
  padding-top: 120px;
  padding-bottom: 170px;
}
#kawahisa4 .container {
}
#kawahisa4 .map iframe {
  width: 100%;
  max-height: 300px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
#kawahisa4 .titleh3 {
  margin-top: 70px;
}
#kawahisa4 .box {
  margin-top: 50px;
  justify-content: space-between;
}
#kawahisa4 .boxl {
  width: 53%;
}
#kawahisa4 .boxr {
  width: 45%;
}
#kawahisa4 .inbox {
  margin-bottom: 20px;
}
#kawahisa4 .inboxl {
  width: 150px;
}
#kawahisa4 .inboxr {
  width: calc(100% - 150px);
}
#kawahisa4 .bottom {
  margin-top: 8px;
}
#kawahisa4 .btn {
}
#kawahisa4 .btnmap {
}

#kawahisa5 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f0efed;
}
#kawahisa5 .container {
}
#kawahisa5 .titlebox {
  justify-content: space-between;
}
#kawahisa5 .titleh4 {
}
#kawahisa5 .linkh4 {
  margin-top: -20px;
}
#kawahisa5 .linkh4a {
}
#kawahisa5 .listul {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
#kawahisa5 .listli {
  background: #fff;
  /* width: 23%;
  margin-bottom: 30px; */
}
#kawahisa5 .listlibox {
}
/* #kawahisa5 .titleh5 {
  padding: 20px 20px;
  background: url(../images/lineb_icon.svg) center right no-repeat;
} */
#kawahisa5 .listlibox img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* =================== sidebar =================== */

#sidebar {
}
#sidebar .box {
}

/* =================== Page Header =================== */

#title-box {
  height: 345px;
  margin-bottom: 100px;
}
#title-box img {
  height: 345px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
  #title-box,
  #title-box img {
    height: 240px;
  }
}
/* #title-box.title-box2 img {
  height: 450px;
} */

#title-box.title-box2 {
  text-align: center;
  /* height: 450px; */
}
@media screen and (min-width: 821px) {
  #title-box.title-box3 {
    aspect-ratio: 16 / 9;
  }
}

#title-box.title-box3 {
  height: auto !important;
  overflow: hidden;
}
#title-box.title-box3 img {
  height: 100% !important;
}
#title-box .container {
  position: relative;
}
#title-box .titleboxarea {
  position: absolute;
  left: 80px;
  bottom: 50px;
}
/* #title-box.title-box2 .titleboxarea {
  left: 0;
  right: 0;
  bottom: 80px;
} */
#title-box.title-box3 .titleboxarea {
  left: 0;
  right: 0;
  bottom: 80px;
}

@media screen and (max-width: 820px) {
  #title-box .titleboxarea {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
#title-box .titleh2 {
}
#title-box .titleh2 small {
  color: #fff;
  font-size: 50%;
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 820px) {
  #title-box .titleh2 {
    font-size: 3rem;
  }
}

/* =================== Archieve =================== */

#archievepage {
}
#archievepage .container {
}

/* =================== Pagination =================== */

.pagination {
  line-height: 25px;
}
.pagination .nav-links span {
  border: 2px solid #2d2d34;
  color: #2d2d34;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.pagination li a {
  line-height: 30px;
}

/* =================== Single =================== */

#singlepage {
  padding-top: 5px;
  padding-bottom: 80px;
}
#singlepage .container {
}
#singlepage .singletitlebox {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#singlepage .singledate {
  padding-top: 25px;
}
#singlepage .singletitle {
  margin-top: 10px;
  padding-bottom: 25px;
}
#singlepage .singlecontents {
  margin: 50px auto 40px;
  line-height: 2em;
}
#singlepage .contents {
}
#singlepage .singlebox {
  max-width: 900px;
  margin: 115px auto 40px;
}
#singlepage .singleboxtitle {
}
#singlepage .singleboxlist {
  max-width: 900px;
  margin: 35px auto 0;
  height: 510px;
  overflow-x: scroll;
}
#singlepage .listul {
  border-top: 1px solid #cccccc;
}
#singlepage .listli {
  padding: 7px 0px;
  border-bottom: 1px solid #cccccc;
}
#singlepage .listbox {
}
#singlepage .listboxl {
  width: 140px;
}
#singlepage .listboxr {
}
#singlepage .titleh3 {
  margin-top: 30px;
}
#singlepage .loctitle {
  background: #f0efed;
  padding: 5px 25px;
  margin-left: 10px;
}

/* =================== Archieve Location =================== */

#archievelocation {
}
#archievelocation .container {
}
#archievelocation .box {
  background: #fff;
  width: 100%;
  margin-bottom: 100px;
}
/* #archievelocation .box a {
  align-items: center;
} */
#archievelocation .boxl {
  width: 47%;
}
#archievelocation .boxl .imgbox {
  height: 100%;
}
#archievelocation .boxl .imgbox img {
  height: 100%;
  aspect-ratio: unset !important;
}
#archievelocation .boxr {
  width: 53%;
  padding: 50px;
}
#archievelocation .titleh3 {
}
#archievelocation .taxo {
  background: #f0efed;
  padding: 5px 15px;
  margin-left: 10px;
}
#archievelocation .text {
  margin-top: 15px;
}
#archievelocation .bottom {
  margin-top: 25px;
}
#archievelocation .listul {
  margin-top: 115px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 85px;
}

@media screen and (max-width: 820px) {
  #archievelocation .listul {
    margin-bottom: 50px;
  }
}
#archievelocation .listli {
  background: #fff;
  width: 47.5%;
  margin-bottom: 65px;
}
#archievelocation .titleh3 {
}
#archievelocation .loctitle {
  background: #f0efed;
  padding: 5px 25px;
  margin-left: 10px;
}
#archievelocation .listli .titleh3 {
  padding: 35px 40px;
  position: relative;
}

#archievelocation .listli .titleh3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #2d2d34;
  height: 1px;
  width: 30px;
  transition: 0.3s;
}
#archievelocation .imgbox img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#archievelocation .listli:hover .titleh3:after {
  width: 20px;
}
/* =================== Archieve Plan =================== */

#archieveplan {
  overflow: hidden;
}

#archieveplan .optionbox {
  margin: 100px 0 150px;
}
#archieveplan .optionbox .box {
  background: #fff;
  padding: 50px;
  margin-bottom: 1em;
}
@media screen and (max-width: 820px) {
  #archieveplan .optionbox {
    margin: 70px 0 70px;
    line-height: 1em;
  }
  #archieveplan .optionbox .box {
    padding: 30px 20px;
  }

  #archieveplan .optionbox small {
    line-height: 1em;
  }
}
#archieveplan .optionbox h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.5rem;
}

#archieveplan .optionbox ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 8%;
}

@media screen and (max-width: 820px) {
  #archieveplan .optionbox ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5em;
  }
}
#archieveplan .optionbox ul li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  #archieveplan .optionbox ul li {
    font-size: 1.4rem;
  }
}
#archieveplan .optionbox ul li {
  padding: 1px 5px 1px 15px;
  background: url(../images/dotli.svg) center left no-repeat;
  background-size: 5px;
}
#archieveplan .option {
  margin-bottom: 80px;
  width: 100%;
}
#archieveplan .optionl {
  width: 180px;
}
#archieveplan .optionr {
  width: calc(100% - 180px);
}
#archieveplan .listopul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media screen and (max-width: 820px) {
  #archieveplan .listopul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#archieveplan .venuebox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-end;
}
#archieveplan .venuebox .parts__btn {
  padding-top: 0;
}
#archieveplan .venuebox .parts__btn__arrow {
  top: 22%;
}
@media screen and (max-width: 820px) {
  #archieveplan .venuebox .parts__btn {
    padding: 0 30px 15px 0px;
    font-size: 1.4rem;
  }
}
#archieveplan .venue-title {
  padding-top: 50px;
  font-size: 2.5rem;
}
/* #archieveplan .listopli {
  width: 18%;
} */
#archieveplan .listoplink {
  background: #fff;
  /* margin: 0 5px; */
  padding: 5px 20px;
  display: block;
  text-align: center;
  border: 1px solid #e1e1e2;
  border-radius: 4px;
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  #archieveplan .listoplink {
    font-size: 1.5rem;
  }
}

#archieveplan .listul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 820px) {
  #archieveplan .listul {
    grid-template-columns: 1fr;
  }
}
/* #archieveplan .listli {
  width: 47%;
  margin-bottom: 50px;
} */
#archieveplan .boxlist {
  background: #fff;
  padding: 20px 20px;
  overflow: hidden;
}
#archieveplan .boxlistin {
  border: 1px solid #d6d6d6;
  position: relative;
  padding: 50px 50px;
}

@media screen and (max-width: 820px) {
  #archieveplan .boxlistin {
    position: relative;
    padding: 45px 20px 20px;
  }
}
#archieveplan .boxlisticon {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
#archieveplan .boxlisticon1 {
  background: #fff;
  padding: 0px 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 150px;
}
#archieveplan .boxlisticon1 img {
  width: 61px;
}
#archieveplan .absround {
  position: absolute;
  width: 75px;
  height: 75px;
  background: url(../images/roundbg1_icon.svg) center/contain no-repeat;
  top: -20px;
  right: -20px;
  line-height: 75px;
  text-align: center;
}
#archieveplan .absround.day {
  background: url(../images/roundbg2_icon.svg) center/contain no-repeat;
}
@media screen and (max-width: 820px) {
  #archieveplan .absround {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
#archieveplan .titleh3 {
  background: url(../images/line_title.png) bottom center no-repeat;
  padding-bottom: 15px;
}

@media screen and (max-width: 820px) {
  #archieveplan .titleh3 {
    font-size: 2rem;
  }
}
#archieveplan .listtext {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #archieveplan .listtext {
    font-size: 1.5rem;
    line-height: 1.7em;
  }
}
#archieveplan .listlocation {
  margin-top: 20px;
  background: #f0efed;
  padding: 0px 10px;
}
@media screen and (max-width: 820px) {
  #archieveplan .listlocation {
    font-size: 1.4rem;
  }
}

/* =================== Modal =================== */

#title-box {
  overflow: hidden;
}

#archieveplan .listli {
  position: relative;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
  display: flex; /* Aktifkan Flexbox */
  justify-content: center; /* Pusatkan secara horizontal */
  align-items: center; /* Pusatkan secara vertikal */
}

.popup {
  width: 620px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 100;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  margin-left: 300px;
}

.popup2,
.popup4,
.popup6,
.popup8,
.popup10 {
  margin-top: -400px;
}
.modalclose-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  background-color: #fff;
  border: 1px solid #e1e1e2;
  border-radius: 4px;
  padding: 5px 12px;
  cursor: pointer;
}

.modalclose-btn:hover {
  background-color: #e1e1e2;
}

.modalcontent1 {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
}
.modalcontentall {
  padding: 25px 20px;
}
.modalcontentinbox {
  position: relative;
}
.modaltitleh3 {
  padding: 12px 20px;
  border-bottom: 1px solid #d6d6d6;
}
.modalcontentbox1 {
  background: #f0efed;
  padding: 10px 5px;
}
.modalcontentbox2 {
  margin-top: 40px;
  justify-content: space-between;
}
.modalcontentbox2l {
  width: 48%;
}
.modaltitleh4 {
  font-weight: 800;
  margin-bottom: 7px;
}
.modalcontentbox2r {
  width: 48%;
}
.modalcontentbox2a {
}
.modalcontentbox2 ul {
}
.modalcontentbox2 li,
.modalcontentbox3 li {
  padding: 1px 5px 1px 15px;
  background: url(../images/dotli.svg) 0px 13px no-repeat;
  background-size: 5px;
}
.modalcontentbox3 {
  margin-top: 40px;
}
.modalcontentbox4 {
  margin-top: 40px;
}
.modalcontentbox4 .modaltitleh4 {
  margin-bottom: 20px;
}
.modalcontentbox3 span {
  margin-left: 8px;
  color: #888;
  font-size: 1.3rem;
}
.modalcontentbox5 {
  margin-top: 5px;
}
.modaldet1 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
}
.numberphone {
  background: #fff;
  padding: 3px 7px;
  border: 1px solid #707070;
  margin-right: 7px;
  line-height: 1em;
}
.modalbutton {
  margin-top: 20px;
}
.modalbtn {
  background: #ad9759;
  padding: 12px 30px;
  display: block;
  text-align: center;
  color: #fff;
}
.modaldet {
  font-size: 1.5rem;
}
.modalcontentbox4 table th,
.modalcontentbox4 table td {
  padding: 2px 10px;
}
.modalbtn {
  background: none;
  padding: 0;
}

/* =================== Page =================== */

#mypage {
  padding-top: 40px;
}

/* =================== Recruit =================== */

/* =================== Recruit 2 =================== */

/* =================== Contact =================== */

.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ctext {
}
.ctextareatext {
  height: 200px;
}
.cselect {
  text-align: left;
  margin-bottom: 10px;
  outline: none;
  padding: 10px 15px;
  width: 100%;
  background: #fff;
  border: none;
}
.csubmit {
}
.cfile {
}
.cbtn {
  margin-top: 50px;
  background: #2d2d34;
  color: #fff;
  border-bottom: none;
  padding: 20px 100px;
  max-width: 300px;
  text-align: center;
  background: #2d2d34 url(../images/linew_icon.png) center right no-repeat;
}
.cbtn:hover {
  background: #fff url(../images/lineb_icon.svg) center right no-repeat;
  color: #2d2d34;
  border: none;
}
.req {
  background: #ad9759;
  color: #fff;
  margin-left: 7px;
  padding: 1.5px 10px;
}
.cspace {
  margin: 5px 15px 0;
}
.cbtn:disabled,
button[disabled] {
  background-color: #cccccc !important;
  color: #666666 !important;
}

#contact {
  padding-top: 0px;
  padding-bottom: 130px;
}
#contact .container {
}
#contact .contactbox {
  max-width: 900px;
  margin: 0 auto;
}
#contact .inbox {
  padding-bottom: 30px;
}
#contact .inboxl {
  width: 200px;
  padding-top: 7px;
}
#contact .req {
}
#contact .inboxr {
  width: calc(100% - 200px);
}
#contact .ctext {
}
#contact .ctext1 {
  width: 85px;
  text-align: right;
}
#contact .ctext2 {
  width: 85px;
  text-align: right;
}
#contact .ctext3 {
  width: 85px;
  text-align: right;
}
#contact .ctextareatext {
}
#contact .titleh4 {
}
#contact .contactsubmit {
  margin-top: 80px;
}
#contact .cbtn {
  background: #2d2d34;
  color: #fff;
  border-bottom: none;
  padding: 12px 80px;
  max-width: 300px;
  text-align: center;
  background: #2d2d34 url(../images/linew_icon.png) center right no-repeat;
}
#contact .cbtn:hover {
  background: #fff url(../images/lineb_icon.svg) center right no-repeat;
  color: #2d2d34;
  border: none;
}

#contact .btn1 {
}

/* #contact .outagreebox {
  max-height: 200px;
  max-width: 800px;
  overflow: scroll;
  margin: 50px auto 0px;
}
#contact .agreebox {
  background: #fff;
  margin: 0 auto;
  padding: 20px 20px;
}
#contact .checkboxbox {
  margin-top: 10px;
}
#contact .checkboxbox label {
  display: inline-block;
} */

/* =================== Maiko =================== */

#maiko {
  padding-top: 0px;
  padding-bottom: 130px;
}
#maiko .container {
}
#maiko .text {
  line-height: 2.5em;
}
#maiko .whitebox {
  max-width: 900px;
  background: #fff;
  margin: 60px auto 0;
  padding: 40px 20px 40px 50px;
}
#maiko .whiteboxl {
  width: 180px;
}
#maiko .whiteboxr {
  width: calc(100% - 180px);
}
#maiko .listul {
}
#maiko .listli {
  display: flex;
  gap: 10px;
}

#maiko .listli:before {
  content: "";
  background: #2d2d34;
  border-radius: 9px;
  height: 9px;
  width: 9px;
  opacity: 0.2;
  display: block;
  margin-top: 1em;
  flex-shrink: 0;
}
#maiko .titleh3 {
  margin-top: 110px;
}
#maiko .maikobox {
  max-width: 900px;
  margin: 70px auto 0;
}
#contact .contactbox {
  max-width: 900px;
  margin: 0 auto 0;
}
#maiko .submitbutton,
#contact .submitbutton {
  max-width: 250px;
  margin: 2em auto 0;
  @media screen and (max-width: 820px) {
  margin: 2em auto 1em;
  }
}
#maiko .inbox {
  padding-bottom: 30px;
}
#maiko .inboxl {
  width: 250px;
  padding-top: 7px;
}
#maiko .inboxr {
  width: calc(100% - 250px);
}
#maiko .inboxr.flex {
  align-items: center;
  gap: 10px;
}
#maiko .ctext {
}
#maiko .ctext1 {
  max-width: 100px;
  text-align: right;
}
@media screen and (max-width: 820px) {
  #maiko .indent {
    margin-left: 1em;
  }
}
#maiko .ctext2 {
}
#maiko .ctext3 {
}
#maiko .ctext4 {
}
#maiko .ctext5 {
}
#maiko .inbox1 {
}
#maiko .cselect {
  width: 400px;
}
#maiko .cfile {
  padding: 0;
  background: none;
}
#maiko .contactsubmit {
  margin-top: 80px;
}
#maiko .cbtn {
  background: #2d2d34;
  color: #fff;
  border-bottom: none;
  padding: 12px 80px;
  max-width: 300px;
  text-align: center;
  background: #2d2d34 url(../images/linew_icon.png) center right no-repeat;
}
#maiko .cbtn:hover {
  background: #fff url(../images/lineb_icon.svg) center right no-repeat;
  color: #2d2d34;
  border: none;
}

.outagreebox {
  background: #ffff;
}
.agreebox {
  background: #fff;
  margin: 0 auto;
  padding: 20px 20px;
}
#maiko .checkboxbox {
}
#maiko .checkboxbox label {
  display: inline-block;
}

/* =================== About =================== */

#about {
}
#about1 {
  padding-top: 10px;
  padding-bottom: 110px;
}
#about1 .container {
}
#about1 .titleh3 {
}
#about1 .subtitke {
  margin-top: 40px;
  line-height: 2.5em;
}
#about1 .imgbox {
  margin-top: 50px;
}
#about1 .imgbox img {
  max-width: 325px;
}
#about1 .aboutimgbox {
  margin-top: 50px;
}

#about2 {
  padding-top: 180px;
  padding-bottom: 130px;
}
#about2 .container {
}
#about2 .box {
  align-items: center;
}
#about2 .boxl {
  width: 42.5%;
}
#about2 .boxr {
  width: 57.5%;
  padding-left: 90px;
}
#about2 .titleh3 {
}
#about2 .subtitke {
  margin-top: 30px;
}
#about2 .bottom {
  margin-top: 20px;
}

#about3 {
  padding-top: 70px;
  padding-bottom: 130px;
}

@media screen and (max-width: 820px) {
  #about3 .container {
    padding-right: 20px;
    margin-left: auto;
  }
}
#about3 .box {
  align-items: flex-start;
}
#about3 .boxl {
  writing-mode: vertical-lr;
  width: 110px;
}
#about3 .titleh2 {
  letter-spacing: 15px;
}
#about3 .boxr {
  width: calc(100% - 100px);
  margin-top: -15px;
}
#about3 .inboxulin {
  /*overflow: scroll;*/
}
#about3 .inboxul {
  /* width: 1700px; */
  display: flex;
  position: relative;
}
#about3 .inboxul:after {
  content: "";
  position: absolute;
  top: 69px;
  left: 111.5px;
  width: 1px;
  height: calc(100% - 100px);
  background: #d0d0d1;
  z-index: 0;
}
#about3 .inboxli {
  display: inline-block;
  margin-left: -3px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}

#about3 .year {
  /*padding-left: 30px;*/
  /*border-bottom: 1px solid #d0d0d1;*/
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: var(--Garamond);
  font-weight: 500;
}
#about3 .year {
  padding: 25px 30px 0 30px;
  position: relative;
  width: 115px !important;
}
/* #about3 .year::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 66px, #d0d0d1 66px, #d0d0d1 100%);
}
#about3 .inboxli:not(:first-child) .year::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #d0d0d1;
} */
#about3 .inboxli {
  display: flex;
}
#about3 .inboxul {
  display: flex;
  flex-direction: column;
}
#about3 .yearlineabs img {
  width: 9px;
  height: 35px;
  rotate: -90deg;
  margin-left: -26px;
  margin-top: 58px;
}
#about3 .dlbox {
  width: 100%;
  margin: 30px 0px 30px 30px;
}
#about3 .ddbox {
  display: none;
}
#about3 .dtbox {
  position: relative;
}
#about3 .dtbox:after {
  content: "";
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background-image: url(https://kawamura.double-stg.com/wp-content/themes/template/assets/images/aco_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#about3 .dtbox.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#about3 .dlbox {
  background: #fff;
  /*margin: 30px 20px;*/
  padding: 20px 30px;
  position: relative;
  /*min-height: 180px;*/
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#about3 .dlbox1 {
  margin-left: 0;
}
#about3 .yearlineabs {
  position: absolute;
  left: 5px;
  top: -35px;
}
#about3 .yearlineabs img {
  width: 9px;
  height: 35px;
}
#about3 .ddbox {
  margin-top: 5px;
  cursor: pointer;
  line-height: 2em;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#about3 .inboxli1 {
  /*width: 365px;*/
}
#about3 .inboxli2 {
}
#about3 .inboxli3 {
}
#about3 .inboxli4 {
}
/*
@media screen and (max-width: 820px) {
  #about3 .inboxli{
    flex-direction: column;

}
#about3 .year::after{
left: 15px;
height: calc(100% + 300px);
}
#about3 .inboxli:not(:first-child) .year::after{
	height: calc(100% + 200px);
}
#about3 .year{
    padding: 25px 30px 0 50px;
}


#about3 .yearlineabs img {
    margin-left: -30px;
    margin-top: -43px;
    position: absolute;
}
#about3 .dlbox {
    width: 300px;
    margin: 30px 20px 30px 50px;
}

}
*/
#about4 {
  padding-top: 15px;
  padding-bottom: 175px;
}
#about4 .container {
}
#about4 .titleh2 {
}
#about4 .listul {
  margin-top: 50px;
  justify-content: space-between;
}
#about4 .listli {
  width: 18%;
  background: #fff;
  padding: 10px 10px;
}
#about4 .listli1 {
  border: 1px solid #d6d6d6;
  padding: 40px 20px;
}
#about4 .imgbox {
  text-align: center;
}
#about4 .imgbox img {
  height: 34px;
}
#about4 .titleh4 {
  margin-top: 20px;
}
#about4 .subtitke {
  margin-top: 70px;
}
#about4 .bottom {
  margin-top: 40px;
}

/* =================== Work =================== */

/* =================== Work1 =================== */

/* =================== Work2 =================== */

/* =================== Work3 =================== */

/* =================== Work4 =================== */

/* =================== Work5 =================== */

/* =================== About =================== */

/* =================== Nature =================== */

/* =================== Nature1 =================== */

/* =================== Nature2 =================== */

/* =================== Table of Content =================== */

/* =================== single-detail parts =================== */

.sub .contents {
  line-height: 2em;
}
.sub .contents img {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.sub .contents h3 {
  border: 1px solid #74bdd8;
  border-left: 8px solid #74bdd8;
  padding: 8px 20px;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.sub .contents h4 {
  border-left: 5px solid #74bdd8;
  padding: 5px 20px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.sub .contents h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.sub .contents h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.sub .contents cite,
.sub .contents a,
.sub .contents p,
.sub .contents ol,
.sub .contents ul,
.sub .contents li,
.sub .contents pre,
.sub .contents pre * {
  font-weight: 400;
  line-height: 2em;
}
.sub .contents p {
  margin-bottom: 15px;
}
.sub .contents strong {
  font-weight: 700;
}
.sub .contents a {
  color: #74bdd8;
  text-decoration: underline;
}
.sub .contents a.btn {
  text-decoration: none;
}
.sub .contents a.wp-block-file__button {
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 70px;
  border-radius: 13px;
  background: #fff;
  border: 2px solid var(--sub-color);
  color: var(--sub-color);
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.sub .contents a.wp-block-file__button:hover {
  background: #74bdd8;
  color: var(--sub-color);
}
.sub .contents > pre:not(:first-child) {
  margin-top: 2em;
}
.sub .contents pre,
.sub .contents pre * {
  font-size: 1.6rem;
  color: #969696;
}

.sub .contents > *:not(:first-child) {
  margin-top: 1em;
}

.sub .contents ol,
.sub .contents ul {
  margin-left: 1em;
  list-style: none;
}
.sub .contents > ol:not(:first-child),
.sub .contents > ul:not(:first-child) {
  margin-top: 35px;
}
.sub .contents ol li {
  list-style: decimal;
  font-size: 1.8rem;
}
.sub .contents ul li {
  list-style-type: square;
  font-size: 1.8rem;
}
.sub .contents li::marker {
  display: none;
  color: #74bdd8;
}
.sub .contents ol li:not(:last-child),
.sub .contents ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sub .contents ul li::before {
  color: #74bdd8;
}
.sub .contents > blockquote:not(:first-child) {
  margin-top: 75px;
}
.sub .contents blockquote p {
  font-family: var(--ja-font);
  position: relative;
  margin-bottom: 15px;
  font-size: 2.1rem;
  color: #74bdd8;
}
.sub .contents blockquote p:before {
  content: "";
  position: absolute;
  left: 4em;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: calc(100% - 4em);
  background: #74bdd8;
}

.sub .contents > .wp-block-buttons:not(:first-child) {
  margin-top: 35px;
}
.sub .contents .wp-block-buttons > .wp-block-button {
  width: 100%;
}
.sub .contents .wp-block-button__link {
  line-height: 1.5em;
  text-decoration: none;
  font-weight: 700;
  color: #74bdd8;
  border-radius: 100px;
  background: var(--btn-color);
  text-align: center;
  display: inline-block;
  max-width: 315px;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s;
  padding: 15px 20px;
  font-size: 1.8rem;
  position: relative;
}
.sub .contents .wp-block-button__link:before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #74bdd8;
  border-right: 2px solid #74bdd8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sub .contents .wp-block-button__link:hover:before {
  right: 30px;
}
.sub .contents .wp-block-button__link[target="_blank"]:before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(../images/common/blank-blue.svg) no-repeat;
  background-size: contain;
  border: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sub .contents .button {
  margin-top: 30px;
}
.sub .contents .btn {
  background: #74bdd8;
  padding: 7px 25px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  justify-content: left;
  min-width: 250px;
  max-width: 200px;
}
.sub .contents .btn:hover {
  background: #fff;
  color: #74bdd8;
  border: 2px solid #74bdd8;
}

.sub .contents .whitebtn {
  background: #fff;
  color: #ed6018;
  border: 2px solid #ed6018;
}
.sub .contents .whitebtn:hover {
  background: #ed6018;
  color: #fff;
  border: 2px solid #fff;
}

.sub .contents .externalbtn {
  position: relative;
}
.sub .contents .externalbtn:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 12px;
  background: url(../images/external.svg) center/contain no-repeat;
}

.sub .contents .externalbtno {
  position: relative;
}
.sub .contents .externalbtno:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 12px;
  background: url(../images/externalo.svg) center/contain no-repeat;
}

.sub .contents .greycolor {
  color: #fff;
  border: 2px solid #bbbbbb;
}
.sub .contents .listnumber {
}

.sub .contents a.external {
  background: url(../images/externallink.svg) center left no-repeat;
  padding-left: 10px;
  color: #74bdd8;
}
.sub .contents a.image {
  display: block;
}
.sub .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.parts__btn {
  width: fit-content;
  font-size: 1.6rem;
  /* font-weight: 700; */
  line-height: 1em;
  text-align: center;
  background: transparent;
  border-bottom: 1px solid #707070;
  color: var(--main-color);
  padding: 25px 100px 25px 0px;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.parts__btn1 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.parts__btn2 {
  color: #fff;
  border-bottom: none;
  padding: 20px 100px;
  text-align: center;
  background: #2d2d34 url(../images/linew_icon.png) center right no-repeat;
}

.parts__btn__arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 29px;
  height: 29px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  border-radius: 29px;
  justify-content: center;
}

.parts__btn__arrow {
  width: 25px;
  height: 25px;
}

.parts__btn:hover {
}
.parts__btn1:hover {
  /* background:#F0EFED; 
  color: #2d2d34;*/
}
.parts__btn:hover > .parts__btn__arrow {
  right: 15px;
  background: none;
}
/* .parts__btn:hover > .parts__btn__arrow * {
  fill: #2d2d34;
} */
.parts__btn1:hover > .parts__btn__arrow1 {
  right: 15px;
  background: none;
}
.parts__btn2:hover {
  background: #fff url(../images/lineb_icon.svg) center right no-repeat;
  color: #2d2d34;
}

.secbg__gray {
  background: #f7f7f7;
}
.postcard:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}
.postcard * {
  font-weight: 500;
  font-size: 1.5rem;
}

.privacy-policy h3 {
  font-weight: 500;
  margin-top: 3em;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
.privacy-policy,
.privacy-policy p,
.privacy-policy li {
  font-size: 1.5rem;
  line-height: 2em;
}

.privacy-policy ul {
  list-style-type: disc;
  margin-left: 1em;
  margin-top: 5px;
}

.privacy-policy ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}

.privacy-policy ul li ul li {
  margin-bottom: 5px;
  list-style-type: circle;
}

header .headermodal #modalbtn span.changed-color,
header .headermodal #modalbtn span.changed-color:before,
header .headermodal #modalbtn span.changed-color:after {
  background: #2d2d34;
}

.wpcf7-not-valid-tip {
  font-size: 1.3rem;
  @media screen and (max-width: 820px) {
  font-size: 1.2rem;
  }
}
.wpcf7 input[type="file"] {
  height: auto;
}

.wpcf7-list-item {
  margin-left: 0;
}

#single-detail .mySwiper {
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
  #single-detail .mySwiper {
    margin-bottom: 10px;
  }
}
#single-detai .mySwiper2 {
  overflow: hidden;
}
#single-detail .swiper-slide img {
  aspect-ratio: 4/3;
}

.imgswiper .swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.imgswiper .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: unset !important;
}

#kawahisa {
  overflow: hidden;
}

.breadcrumbsbox {
  border-top: 1px solid rgba(45, 45, 52, 0.17);
  padding: 10px;
  font-size: 1.4rem;

  @media screen and (max-width: 820px) {
    margin-top: 50px;
  }
}
.mySwiper2 .swiper-wrapper {
  /*overflow: hidden;*/
}
/* Swiper2 (サムネイル) 用のスタイル */
/* ページネーションコンテナのスタイル */
.mySwiper2-pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center; /* 垂直方向中央揃え */
  margin-top: 10px; /* サムネイルスライダーとの間隔 */
  width: 100%; /* 横幅いっぱい */
}

.mySwiper2-pager-info {
  font-size: 18px;
  color: #333;
  margin: 0 10px; /* 左右の矢印との間隔 */
  /* その他のスタイルは必要に応じて */
  white-space: nowrap; /* 折り返しなし */
}

.mySwiper2-button-prev,
.mySwiper2-button-next {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0; /* デフォルトのパディングをリセット */
  display: flex; /* 矢印画像を中央揃え */
  align-items: center; /* 垂直方向中央揃え */
}

.mySwiper2-arrow-icon {
  width: 25px;
  height: 25px;
}

.mySwiper2-prev-arrow {
  transform: rotate(90deg);
}

.mySwiper2-next-arrow {
  transform: rotate(-90deg);
}

.mySwiper2-button-prev:hover,
.mySwiper2-button-next:hover {
  opacity: 0.7;
}
.wpcf7 form .wpcf7-response-output{
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid #ad9759!important;
}
@media screen and (max-width: 820px) {
#contact .contactbox > p{
  font-size: 1.5rem;
}
}