@charset "UTF-8";
/*

J-ARC
tennoji-east
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 {
  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: 0.36em;
  transition: transform 1.2s 1.4s;
}

#title #txt_01 .anm_wrap p:after {
  content: " ";
  margin-left: -0.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: 0.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: 0.08em;
  transition: transform 1.8s 2.6s;
}

#title #txt_02 .anm_wrap p:after {
  content: " ";
  margin-left: -0.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: 0.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{
  width: 100%;
}


.content .box_left {
  width: 47.5%;
}

.content .box h2,
.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: 0.14em;
  margin-bottom: 0.3em;
}
.content .box h2 .stamp,
.content .box_left h2 .stamp {
  width: 130px;
  height: auto;
  margin-right: 0.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: 0.08em;
}

.content .box_left .attention{
  display: block;
  margin-top: 10px;
  font-size: 14px; 
  font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
  font-weight: 600;
}

.content .box_right {
  width: 47.5%;
}

.content .box_right2 {
  width: 52%;
}

.content .box_right img,
.content .box_right2 img
 {
  width: 100%;
  height: auto;
}

.content .box_right .access_map {
  display: block;
  margin-top: 25px;
}

.content .box_right figure {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .content .box_right2 {
    width: 100%;
  }
  .content .box .ttl03,
  .content .box_right .ttl03,
  .content .box_right figure {
    padding: 0 4%;
  }
  .content .box_right img{
    padding: 0 !important;
  }

  .omori .zoom::before{
    top: 30px !important;
    right: 20px !important;
  } 
}

.content .box_right .caption {
  font-size: 14px;
  line-height: 1.7;
  font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.008em;
}

@media screen and (max-width: 1030px) {
  .content {
    padding: 3% 0 3%;
  }

  .content .box_left h2 .stamp {
    width: 100px;
    height: auto;
    margin-right: 0.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: 0.06em;
    margin-bottom: 0.3em;
  }

  .content .box_left h2 .stamp {
    width: 84px;
    margin-right: 0.3em;
  }

  .content .box_left p {
    font-size: 3.6vw;
    line-height: 2;
    letter-spacing: 0.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;
  }
}

/*---- property ----*/

#plan h3,
.ttl03 {
  width: 100%;
  font-size: 16px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.36em;
  margin-bottom: 10px;
}

#plan table {
  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: 0.5em 0.6em;
}

#plan table th {
  font-weight: 600;
  letter-spacing: 0.008em;
  width: 27%;
}

#plan table td {
  width: 58%;
}

@media screen and (max-width: 768px) {
  #plan table th {
    width: 48%;
  }
}

#plan table .small_1 {
  font-size: 12px;
}

#plan table .small_2 {
  display: block;
  font-size: 10px;
  margin-top: 0.3em;
}

#plan table sup {
  font-size: 10px;
}

#plan .table-wrap {
  overflow: auto;
  border-collapse: collapse;
  table-layout: fixed;
  width: 48%;
}

/* RS add */
.nwrap {
  white-space: nowrap;
}

.confined {
  width: 20px;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_block {
    display: block;
  }
}

@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: 0.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: 0.008em;
  text-indent: -1.8em;
}


/*--- fullwide anm ---*/

.fullwide {
  max-width: 1030px;
  margin: auto;
}

.fullwide .anm_wrap {
  max-width: 1030px;
  margin: auto;
}

.fullwide .anm_wrap .mask {
  transition: transform 1.2s 0.7s;
}

.fullwide .anm_wrap img {
  transition: transform 1.2s 0.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;
  }
}


/*————————————————————————*/
/* margin-padding ——————————————————–*/
/*————————————————————————*/
.mauto {margin-right:auto; margin-left:auto;}
.ma0 {margin:0;}
.mt0 {margin-top:0!important;}
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt35 {margin-top:35px!important;}
.mt40 {margin-top:40px!important;}
.mt45 {margin-top:45px!important;}

.mb0 {margin-bottom:0!important;}
.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}
.mb45 {margin-bottom:45px!important;}
