/* ======== utility style ======== */
/* ======== web fonts import ======== */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:wght@500&display=swap&subset=japanese);

/* ----- media display ----- */
.sp {
  display: block !important;
}

.Ftpc{
  display: none !important;
}

.Ftsp{
  display: inline-block !important;
}

.pc {
  display: none !important;
}

/* ----- mainImg ----- */

.mainImg {
  width: 100%;
  min-width: 320px;
}

main {
  display: block;
  scroll-behavior: smooth;
  margin-top: 50px;
}

/* ======== header ======== */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

header .headerInner {
    height: 50px;
    padding: 8px 20px 0 20px;
}

header .headerInner .logo {
    width: 39px;
}

header .menu {
    margin-top: 9px;
}

header .menu .menuBtn {
    width: 25px;
    height: 18px;
}

header .nav {
    width: 80%;
    max-height:558px;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

header .nav .navHeader {
    padding: 10px 20px;
}

header .nav nav {
  height: 75vh;
  overflow-y: auto;
  background-color: none;
}

header .nav nav > ul > li {
    border-top: 1px solid #d5d5d5;
}

header .nav nav > ul > li a {
    padding: 10px 10px;
    font-size: 14px;
    border-left-width: 10px;
}

header .nav nav > ul > li a:after {
    width: 12px;
    height: 12px;
    border-top-width: 1px;
    border-right-width: 1px;
    margin-top: -6px;
}

header .nav nav > ul.gy > li a {
    padding: 10px 10px;
    font-size: 14px;
    border-left-width: 10px;
}


/* ======== footer ======== */
footer {
  min-width: 100%;
}

footer .footerInner {
  text-align: left;
  padding: 10px 20px 0;
  padding-bottom: 10px;
 padding-bottom: 100px;
}

footer .footerInner p {
  font-size: 9px;
}

.footerInner_switch{
  padding: 10px 20px !important;
}

footer .pageTop {
  bottom: 42px;
}

footer .pipeLink ul {
  width: 100%;
}

footer .pipeLink ul li {
  font-size: 10px;
}

footer .pipeLink ul li a {
  font-size: 10px;
}

.aboutContents > .inner h1 + p span {
  font-size: 12px;
}

/* ======== main ======== */
h1{
  width: 100%;
  background: url(../images/mv_city.png) no-repeat center/cover;
  margin-bottom: 10px;
}

h1 img{
  width: 83%;
  max-width: 835px;
  margin: 0 auto;
}

h1{
  width: 100%;
  background: url(../images/mv_city_sp.png) no-repeat center/cover;
}

h1 img{
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.CP_box {
    margin: 15px 27px 0px;
}

#wrapMv{
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}


#wrapMv p:nth-child(2){
  color: #B19528;
  width: 85%;
  font-size: 10px;
  line-height: 1;
  border: 1px solid #B19528;
  padding: 5px;
  margin: 20px auto 10px;
}

#wrapMv p:nth-child(2) span{
  color: #B19528;
  font-size: 15px;
  font-weight: bold;
}

#wrapMv p:nth-child(3){
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 auto 10px;
}

#wrapMv p:nth-child(4) a{
  display: inline-block;
  color: #FFFFFF;
  line-height: 1;
  font-size: 10px;
  background-color: #B19528;
  border-radius: 5px;
  padding: 5px;
}

#wrapMv p.notice {
  font-size: 12px !important;
  font-weight: normal;
  width: 85%;
}
.infobox{
  width: 85%;
  border: 2px solid #808080;
  margin: 0 auto 20px;
}

.infobox h2{
  font-size: 15px;
  background: #808080;
  text-align: center;
  color: #fff;
}

.infobox p{
  width: auto !important;
  color: #000 !important;
  border: none  !important;
  margin: 5px !important;
}

.wrapCPbanner{
  width: 85%;
  margin: 0 auto 20px;
}

/* ------------------------wrapDifference------------------------ */
.wrapBg{
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(177, 149, 40, 0.4) 10px, rgba(177, 149, 40, 0.4) 11px );
  margin-top: 15px;
  padding: 0 15px 45px;
}

/*
.wrapBg{
  background-color: #ffffff;
  background: repeating-linear-gradient( -45deg, rgba(177,149,40,0.4), rgba(177,149,40,0.4) 1px, #ffffff 1px, #ffffff 11px );
  margin-top: 15px;
  padding: 0 15px 45px;
}
*/

#wrapDifference{
  max-width: 100%;
  padding-top: 45px;
  margin: 0 auto 30px;
}

#wrapDifference h2,#wrapComparison h2,#wrapInfo h2,#wrapQA h2,#wrapContact h2{
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  background: #B19528;
  padding: 15px 0;
  margin:0 0 25px;
  position: relative;
}

#wrapDifference h2::before,#wrapComparison h2::before,#wrapInfo h2::before,#wrapQA h2::before,#wrapContact h2::before{
  content: "JR TOWER SQUARE PREMIUM CARD";
  width: 100%;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 8px;
  font-weight: bold;
  color: #B19528;
}

.boxDifference{
  background: #ffffff;
  border: 1px solid #B19528;
  padding: 15px 20px 0;
}

.itemDifference01{
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.itemDifference01 li{
  width: 47%;
  border: 2px solid #B19528;
  border-radius: 14px;
  padding: 8px;
}

.itemDifference02{
  list-style: none;
}

.itemDifference02 li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #B19528;
  border-radius: 14px;
  padding: 8px;
  margin-bottom: 15px;
}

.itemDifference02 li:nth-child(3) p{
  width: 30%
}

.itemDifference02 li:nth-child(3) img{
  padding-bottom: 8px;
}

/* -------------------------wrapComparison----------------------- */

#wrapComparison{
  max-width: 100%;
  margin: 0 auto 30px;
}


.boxComparison01{
  background: #ffffff;
  padding: 15px;
  border: 1px solid #B19528;
  margin-bottom: 15px;
}

.boxComparison01 h3{
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}

.boxComparison01 p:nth-child(3){
  font-size: 13px;
  line-height: 1.4;
  margin: 20px 0;
}

.boxComparison01 p:nth-child(4){
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
}

.boxComparison01 p:nth-child(4) span{
  color: #B19528;
}

.boxComparison01 h3 span{
  font-size: 14px;
}

.itemComparison{
  display: block;
  text-align: center;
  margin-top: 20px;
}

.itemComparison>p{
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.itemComparison>p span{
  font-size: 18px;
  color: #B19528;
}

.bannerComparison{
  width: 100%;
}

.boxComparison02{
  width: 85%;
  position: fixed;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 350px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  list-style: none;
  background: #fff;
  padding: 10px;
  border: 6px solid #B19528;
  border-radius: 10px;
  margin: 0 auto 30px;
}

.boxComparison02 li p:first-child{
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

.bnt_01,.bnt_02{
  width: 135px;
  border-radius: 23px;
  line-height: 1;
  padding: 5px 15px;
  margin: 0 auto;
}

.bnt_01{
  background: #B19528;
  color: #fff;
}

.bnt_02{
  background: #F0D041;

}

.bnt_01 a,.bnt_02 a{
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bnt_01 a{
  color: #fff;
}
/* ------------------------wrapInfo------------------------ */
#wrapInfo{
  max-width: 100%;
  margin: 0 auto 30px;
}

.boxInfo{
  background: #fff;
  border: 1px solid #B19528;
  padding: 15px;
}

.boxInfo span{
  color: #B19528;
  font-weight: bold;
  font-size: 12px;
}

.fwb{
  font-weight: bold;
  color: #000 !important;
}

.tableInfo{
  margin-bottom: 20px;
}

.tableInfo th{
  width: 73px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background: #EAE1C2;
  padding: 20px 0 20px 8px;
  border: 1px solid #7F7F7F;
}

.tableInfo td{
  vertical-align: middle;
  line-height: 1.2;
  font-size: 12px;
  padding: 12px;
  border: 1px solid #7F7F7F;

}

.tableInfo td a{
  font-weight: bold;
}

.tableTxt01{
  color: #000000 !important;
  font-weight: normal;
}

.tableTxt02{
  color: #000000 !important;
  font-size: 22px !important;

}

.boxInfo p:last-child{
  font-weight: bold;
  line-height: 1.2;
}

/* -----------------------------------wrapQA------------- */

#wrapQA{
  max-width: 100%;
  margin: 0 auto 30px;
}

.boxQA{
  background: #fff;
  line-height: 1.5;
  border: 1px solid #B19528;
  padding: 15px;
}

.boxQA dt{
  font-weight: bold;
  font-size: 16px;
  color: #B19528;
  margin-bottom: 5px;
}

.boxQA dd{
  margin-bottom: 27px;
  font-size: 16px;
}

.boxQA dd span{
  font-weight: bold;
}

.gold{
  color: #B19528;
}

.fwn{
  font-weight: normal !important;
  font-size: 16px;
}

.boxQA p,.fwb01{
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
/* ------------------------------wrapContact------------------ */

#wrapContact{
  max-width: 100%;
  margin: 0 auto;
}

.boxContact{
  background: #fff;
  line-height: 1.5;
  border: 1px solid #B19528;
  padding: 20px 25px;
}

.contactCaution{
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
}

@media screen and (min-width:421px) and ( max-width:767px){
  .slider{
  margin-bottom: 43%;
}
}

@media screen and (min-width:380px) and ( max-width:420px){
  .slider{
  margin-bottom: 40%;
}
}

/* ----------------------山本追加-------------------------- */
.js-accordion-trig {
  position: relative;
  cursor: pointer;
}

.js-accordion-trig:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.js-accordion-trig.js-active:after {
  transform: translateY(-50%) rotate(-180deg);
}

.js-accordion-content {
  display: none;
}

