@charset "UTF-8";
/*

J-ARC
kichijoji
style.css

*/


/*------------------------------
body
------------------------------*/

body {
  background: #bfa55a;
}

/*------------------------------
header
------------------------------*/

header {
  background: #bfa55a;
}

#nav_pc {
  margin-left: 7.2%;
}

header #nav_pc li {
  color: #fff;
  margin: 0 3% 0 0;
}

header #nav_pc li::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

header #nav_pc .contact {
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 1030px) {

  header #nav_pc {
    margin-left: 3%;
  }

@media screen and (max-width: 840px) {

  header #nav_pc ul {
    flex-wrap: wrap;
    margin: 16px 0 0 0;
    padding: 0;;
  }

  header #nav_pc li {
    margin: 0 4% 14px 0;
  }

  }

}

/*------------------------------
main
------------------------------*/

main {
  padding: 0 0 0 0;
  background-image:url(../img/bg_body_pc.jpg);
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-y;
}

@media screen and (max-width: 1030px) {

  main {
    padding: 0 16px;
  }

}

@media screen and (max-width: 768px) {

  main {
    padding: 0 0 0 0;
    background-image:url(../img/bg_body_sp.jpg);
  }

}

/*------------------------------
section
------------------------------*/

section {
  scroll-margin-top: 90px;
  margin: 0;;
}

section:first-of-type {
  margin-top: 90px;
}

section p {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  section {
    scroll-margin-top: 62px;
  }

  section:first-of-type {
    margin-top: 62px;
  }

}

/*------------------------------
title
------------------------------*/

#title {
  background: url(../img/bg_title.jpg);
  background-size: cover;
  background-position: center center;
  padding: 4vh 0 4.4vh 0;
}

@media screen and (max-width: 768px) {

  #title {
    padding: 3vh 0;
  }

}

/* ---- img ---- */

#title h1 img {
  width: 810px;
  height: auto;
  margin: 38px 0 14px 16px;
}

@media screen and (max-width: 1030px) {

  #title h1 img {
    width: 90%;
    margin: 24px 0 12px 0;
  }

}

/* ---- txt_01 ---- */

#title #txt_01 {
  position: relative;
  margin-top: 0;
}

#title #txt_01 .anm_wrap {
  max-width: 1030px;
  margin: auto;
}

#title #txt_01 .anm_wrap .mask {
  transition: transform 1.2s 1.4s;
}

#title #txt_01 .anm_wrap p {
  font-size: 3.5vw;
  color: #000;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .2em;
  transition: transform 1.2s 1.4s;
}

#title #txt_01 .anm_wrap p:after {
  content: " ";
  margin-left: -.2em;
}

@media screen and (min-width: 1030px) {

  #title #txt_01 .anm_wrap p {  
    font-size: 40px;
  }

}

@media screen and (max-width: 768px) {

  #title #txt_01 .anm_wrap p {  
    font-size: 4.8vw;
    letter-spacing: .06em;
  }

}

/* ---- txt_02 ---- */

#title #txt_02 {
  position: relative;
  margin-top: 0;
}

#title #txt_02 .anm_wrap {
  max-width: 1030px;
  margin: auto;
}

#title #txt_02 .anm_wrap .mask {
  transition: transform 1.8s 2.6s;
}

#title #txt_02 .anm_wrap p {
  font-size: 2.5vw;
  color: #000;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .08em;
  transition: transform 1.8s 2.6s;
}

#title #txt_02 .anm_wrap p:after {
  content: " ";
  margin-left: -.4em;
}

@media screen and (min-width: 1030px) {

  #title #txt_02 .anm_wrap p {  
    font-size: 30px;
  }

}

@media screen and (max-width: 768px) {

  #title #txt_02 .anm_wrap p {  
    font-size: 4.1vw;
    letter-spacing: .04em;
  }

}

/*------------------------------
content
------------------------------*/

.content {
  padding: 2% 0 2%;
  text-align: left;
}

.content .content_inner {
  max-width: 1030px;
  margin: 0 auto;
}

.content .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content .box_left {
  width: 47.5%;
}

.content .box_left h2 {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .14em;
  margin-bottom: .3em;
}

.content .box_left h2 span.spacnarrow {
  letter-spacing: 0;
}

.content .box_left h2 .stamp {
  width: 130px;
  height: auto;
  margin-right: .3em;
}

.content .box_left p {
  font-size: 15px;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: .08em;
}

.content .box_right {
  width: 47.5%;
}

.content .box_right img {
  width: 100%;
  height: auto;
}
  
.content .box_right2 {
  display: none;
}

.content .box_right img.plan_03_pc {
  width: 240px;
  height: auto;
  margin-top: 30px;
}

@media screen and (max-width: 1030px) {

  .content {
    padding: 3% 0 3%;
  }

  .content .box_left h2 .stamp {
    width: 100px;
    height: auto;
    margin-right: .3em;
  }

  .content .box_left h2 {
    font-size: 2.4vw;
  }

}

@media screen and (max-width: 768px) {

  .content {
    padding: 4% 0 4%;
  }

  .content .content_inner {
    margin: 0 auto;
    padding: 0 16px;
  }

  .content .col {
    display: block;
  }

  .content .box_left {
    width: 98%;
    margin: 0 auto;
  }

  .content .box_right {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }

  .content .box_left h2 {
    display: flex;
    align-items: center;
    font-size: 5.2vw;
    line-height: 1.5;
    letter-spacing: .06em;
    margin-bottom: .3em;
    width: 105%;
  }

  .content .box_left h2 span.spacnarrow{
    letter-spacing: 0;
  }

  .content .box_left h2 span.spacnarrow2{
    letter-spacing: .02em;
  }

  .content .box_left h2 .stamp {
    width: 84px;
    margin-right: .3em;
  }

  .content .box_left p {
    font-size: 3.6vw;
    line-height: 2.0;
    letter-spacing: .02em;
    padding: 0 0 1.2em;
  }

}

/*------------------------------
location
------------------------------*/

@media screen and (min-width: 768px) {

  #location .fullwide a {
    pointer-events: none;
  }

  #location .fullwide img {
    margin-top: 30px;
  }

}

/*------------------------------
plan
------------------------------*/

#plan .fullwide {
  padding: 30px 0 30px;
}

@media screen and (min-width: 768px) {

  #plan .box_right a {
    pointer-events: none;
  }

}

@media screen and (max-width: 768px) {

  #plan .box_right img {
    padding: 0 4% 0;
  }
  
  .content .box_right2 {
    display: block;
    width: calc(100% + 32px);
    margin: 0 -16px 10%;
  }
  
  .content .box_right2 img.plan_03_sp {
    width: 100%;
    padding: 0;
  }

  .content .box_right img.plan_03_pc {
    display: none;
  }

}

/*---- property ----*/

#plan h3 {
  width: 100%;
  font-size: 16px;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
  font-weight: 600;
  letter-spacing: .36em;
  margin-bottom: 10px;
}

#plan table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000;
  background: #fff;
  height: 410px;
}

#plan table th,
#plan table td {
  border: 1px solid #000;
  font-size: 14px;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
  font-weight: 500;
  padding: .5em .6em;
}

#plan table th {
  font-weight: 600;
  letter-spacing: .008em;
}

#plan table .small_1 {
  font-size: 12px;
}

#plan table .small_2 {
  display: block;
  font-size: 10px;
  margin-top: .3em;
}

#plan table sup {
  font-size: 10px;
}

#plan .table-wrap {
  overflow: auto;
  border-collapse: collapse;
  table-layout: fixed;
  width: 48%;
}

@media screen and (max-width: 1030px) {

  #plan .table-wrap {
    white-space: nowrap;
    width: 100%;
  }

  #plan table {
    width: 100%;
    height: auto;
  }

  #plan table:first-of-type {
    margin-bottom: 14px;
  }

}

@media screen and (max-width: 768px) {

  #plan h3 {
    font-size: 16px;
    font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
    font-weight: 600;
    letter-spacing: .36em;
    margin-bottom: 10px;
  }

}

/*------------------------------
footer
------------------------------*/

footer {
  color: #fff;
  background: #bfa55a;
}




/*---- modal nav ----*/

.modal-nav li:nth-of-type(6) {
  margin-top: 1em;
}

/*--- txt-note ---*/

.txt-note {
  list-style: none;
  margin: 15px 0 0 0;
  padding-left: 1.4em;
}

.txt-note li {
  font-size: 15px;
  line-height: 1.7;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .008em;
  text-indent: -1.8em;
}

/*--- img_pc / img_sp ---*/

.img_sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .img_sp {
    display: inherit;
  }

  .img_pc {
    display: none;
  }

}

/*--- fullwide anm ---*/

.fullwide {
  max-width: 1030px;
  margin: auto;
}

.fullwide .anm_wrap {
  max-width: 1030px;
  margin: auto;
}

.fullwide .anm_wrap .mask {
  transition: transform 1.2s .7s;
}

.fullwide .anm_wrap img {
  transition: transform 1.2s .7s;
}

/*--- zoom icon ---*/

@media screen and (max-width: 768px) {

  .zoom::before {
    content: '';
    display: block;
    background-image: url(../../common/img/icon_zoom.png);
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 4px;
    right: 4px;
    pointer-events: none;
    z-index: 10;
  }

}