@charset "UTF-8";

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.kome,
.ten{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}

.bglattice{
  position: relative;
}
.bglattice::before{
  content: "";
  background: url(../images/common/bg_rpbox.svg) repeat center ;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.anchor{
  margin-top: -96px;
  padding-top: 96px;
}
/* 拡大 */
@media only screen and (max-width: 1320px) {
  .fontsizebig .anchor{
    margin-top: 0;
    padding-top: 0;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
  .anchor{
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
  font
******************************/
.ffKM {
  font-family: "Kiwi Maru", serif;
}
.ffRobt{
  font-family: "Roboto", sans-serif;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.ttlbox1{
  color: #674E3C;
  margin: 0 auto 5rem;
  max-width: 500px;
  text-align: center;
}
.ttlbox1 .ttl{
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  position: relative;
}
.ttlbox1 .ttl::before{
  content: "";
  background: url(../images/common/ob_line.svg) repeat-x center / contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  width: 100%;
}
.ttlbox1 .subttl{
  font-size: 2.6rem;
}

.ttlbox2{
  margin-bottom: 2rem;
}
.ttlbox2 .ttl{
  color: #674E3C;
  font-family: "Kiwi Maru", serif;
  font-size: 4rem;
}

.ttlbox3{
  margin-bottom: 2rem;
}
.ttlbox3 .ttl{
  font-size: 3rem;
  padding-left: 5rem;
  position: relative;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
.ttlbox3 .ttl i{
  color: #DE949D;
  position: absolute;
  top: 13px;
  left: 0;
}

/* 拡大 */
.fontsizebig .ttlbox1 .ttl{
  font-size: 4rem;
}
.fontsizebig .ttlbox1 .subttl{
  font-size: 2.8rem;
}
.fontsizebig .ttlbox2 .ttl{
  font-size: 4.2rem;
}
.fontsizebig .ttlbox3 .ttl{
  font-size: 3.2rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .ttlbox1 .ttl{
    font-size: 3.6rem;
  }
  .fontsizebig .ttlbox1 .subttl{
    font-size: 2.6rem;
  }
  .fontsizebig .ttlbox2 .ttl{
    font-size: 3.2rem;
  }
  .fontsizebig .ttlbox3 .ttl{
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .ttlbox1 .ttl{
    font-size: 2.4rem;
  }
  .fontsizebig .ttlbox1 .subttl{
    font-size: 1.8rem;
  }
  .fontsizebig .ttlbox2 .ttl{
    font-size: 2.4rem;
  }

  .fontsizebig .ttlbox3 .ttl{
    font-size: 2rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .ttlbox1 .ttl{
    font-size: 3.4rem;
  }
  .ttlbox1 .subttl{
    font-size: 2.4rem;
  }
  .ttlbox2 .ttl {
    font-size: 3rem;
  }
  .ttlbox3 .ttl{
    font-size: 2.4rem;
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox1 {
    margin: 0 auto 2rem;
  }
  .ttlbox1 .ttl::before {
    width: 95%;
  }
  .ttlbox1 .ttl{
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: .5rem;
  }
  .ttlbox1 .subttl{
    font-size: 1.6rem;
  }
  .ttlbox2 .ttl {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .ttlbox3 .ttl{
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 0;
    padding-top: 4rem;
    text-align: center;
  }
  .ttlbox3 .ttl i{
    font-size: 3rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/******************************
  btn
******************************/
.morebtn1 a,
.morebtn2 a{
  background: #fff;
  border: 2px solid #DE949D;
  border-radius: 50px;
  display: inline-block;
  line-height: 1.4;
  min-width: 180px;
  opacity: 1;
  padding: .5rem 4rem .5rem 2rem;
  position: relative;
  transition: .5s;
  text-align: center;
}
.morebtn1 a::before,
.morebtn2 a::before{
  content: "\f0da";
  font: var(--fa-font-solid);
  position: absolute;
  top: .9rem;
  right: 1.5rem;
}
.morebtn1 a:hover{
  background: #DE949D;
  border-color: #fff;
  color: #fff;
}
.morebtn2 a{
  background: #DE949D;
  border: 2px solid #DE949D;
  color: #fff;
}
.morebtn2 a:hover{
  background: #fff;
  color: #DE949D;
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  border-top: 1px solid #AFAFAF;
}
.tblbox1 .tbl:last-of-type{
  border-bottom: 1px solid #AFAFAF;
}
.tblbox1 .tbl .tblttl,
.tblbox1 .tbl .tblcontent{
  color: #674E3C;
  font-size: 2rem;
  padding: 2rem 3rem;
}
.tblbox1 .tbl .tblttl{
  color: #DE949D;
  font-weight: 500;
  width: 180px;
}
.tblbox1 .tbl .tblcontent{
  width: calc(100% - 180px);
}

.tblbox2 table{
  background-color: #EAB065;
  border-collapse: separate;
  border-spacing: 1px;
  box-sizing: border-box;
  width: 100%;
}
.tblbox2 th,
.tblbox2 td{
  padding: .5rem 1rem .5rem 2rem;
  vertical-align: middle;
}
.tblbox2 th{
  background: #fff4e6;
  text-align: left;
}
.tblbox2 td{
  background: #fff;
}


/* 拡大 */
.fontsizebig .tblbox1 .tbl .tblttl,
.fontsizebig .tblbox1 .tbl .tblcontent{
  font-size: 2.2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .tblbox1 .tbl .tblttl{
    font-size: 2rem;
  }
  .fontsizebig .tblbox1 .tbl .tblcontent{
    font-size: 1.8rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .tblbox1 .tbl .tblttl,
  .tblbox1 .tbl .tblcontent{
    padding: 1.5rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .tblbox1 .tbl .tblttl{
    font-size: 1.8rem;
    padding: 1rem 1rem 0;
  }
  .tblbox1 .tbl .tblcontent{
    font-size: 1.6rem;
    padding: .5rem 1rem 1.5rem;
    width: 100%;
  }
}

/******************************
  header
******************************/
.cmnhead{
  background: #fff;
  padding: 2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cmnhead::before{
  content: "";
  background: url(../images/common/bg_header.png) no-repeat top left / cover;
  filter: opacity(0.5);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 31.35%;
}
.cmnhead .logo{
  width: 250px;
}
.cmnhead .cmnnavgr{
  margin: 0 auto;
}

.cmnnav ul{
  gap: 1.5rem;
  gap: 2.5rem;
}
.cmnnav ul a{
  display: block;
  opacity: 1;
  position: relative;
}
.cmnnav ul a::before{
  content: "";
  background: linear-gradient( 90deg , #EFB770 , #EBABB2);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  transition: .5s;
}
.cmnnav ul a:hover::before,
.cmnnav ul a.nowpage::before{
  width: 100%;
}

.megamenu{
  background: #fff;
  border: 1px solid #DE949D;
  pointer-events: none;
  border-radius: 5px;
  opacity: 0;
  padding: 3rem 3%;
  position: absolute;
  top: 12rem;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  width: 75%;
  z-index: 1;
}
.cmnnav .haschild:hover .megamenu{
  top: 6rem;
  opacity: 1;
  pointer-events: all;
  transition: pointer-events .1s , top .3s ,opacity 1s ;
}
.megamenuhoverarea{
  position: absolute;
  top: -2rem;
  left: 0;
  height: 50px;
  width: 100%;
}
.megattl {
  margin-top: 2rem;
  width: 185px;
}
.megattl p{
  color: #DE949D;
  font-size: 1.8rem;
  letter-spacing: 3px;
  line-height: 1;
}
.megacontent{
  gap: 1rem;
  padding-left: 2%;
  width: calc(100% - 185px);
}
.megacontent .fmegaitem{
  width: calc(25% - 1rem);
}
.megacontent .fmegaitem .imgbox{
  overflow: hidden;
}
.megacontent .fmegaitem .imgbox img{
  transition: .5s;
}
.megacontent .fmegaitem a:hover{
  opacity: 1;
}
.megacontent .fmegaitem a:hover img{
  transform: scale(1.4);
}
.megacontent .fmegaitem a:hover span{
  color: #DE949D;
}

.fontsize dt{
  margin-right: 1rem;
}
.fontsize ul{
  gap: .5rem;
}
.fontsize button{
  background: #fff;
  border: 2px solid #DE949D;
  border-radius: 2px;
  color: #DE949D;
  line-height: 1;
  padding: .4rem;
}
.fontsize button.active{
  background: #DE949D;
  color: #fff;
}

.spbtn{
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
}
.spbtn span{
  background: #DE949D;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 14px;
  transition: all .4s;
  height: 3px;
  width: 45%;
}
.spbtn span:nth-of-type(1) {
  top:15px; 
}
.spbtn span:nth-of-type(2) {
  top:23px;
  width: 35%;
}
.spbtn span:nth-of-type(3) {
  top:31px;
  width: 25%;
}
.spbtn.active{
  background: #DE949D;
  z-index: 1;
}
.spbtn.active span{
  background: #fff;
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3) {
  transform: translate(-50%,-50%) rotate(45deg);
}

.spbtn,
.splogo,
.spfontsize,
.spdpmenu{
  display: none;
}
.spdpmenu ul{
  gap: 1rem;
  margin-top: .5rem;
  padding-left: 2rem;
}
.spdpmenu ul li{
  width: 100%;
}
.spdpmenu p.nowpage{
  color: #DE949D;
}


/* 拡大 */
.fontsizebig .megattl p {
  font-size: 2rem;
}

/* 通常 */
@media only screen and (max-width: 1239px) {
  .cmnhead .logo {
    width: 200px;
  }
  .cmnnav ul{
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 1180px) {
  .cmnnav ul a::before,
  .megamenuhoverarea,
  .megattl,
  .megacontent .fmegaitem .imgbox{
    display: none;
  }
  .spbtn,
  .splogo,
  .spdpmenu{
    display: block;
  }
  .cmnhead{
    padding: 1rem 0;
    position: relative;
  }
  .cmnhead .logo{
    margin-left: -1rem;
    max-width: 250px;
    width: calc(100% - 60px);
  }
  .cmnnav{
    background: linear-gradient( rgba(252,240,236,.9), rgba(254 ,241 , 219,.9));
    background: rgba(255,255,255,.9);
    opacity: 0;
    max-width: 340px;
    padding: 4rem 3rem ;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100vw;
    transition: 1s;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
  }
  .cmnnav > ul{
    gap: 1rem;
    margin-top: 1rem;
  }
  .cmnnav > ul > li{
    width: 100%;
  }
  .cmnnav ul a{
    border-bottom: 1px solid #DE949D;
    padding-left: 1.5rem;
    position: relative;
  }
  .cmnnav ul a:hover,
  .cmnnav ul a.nowpage{
    color: #DE949D;
  }
  .cmnnav ul a::after{
    content: "\f0da";
    color: #DE949D;
    font: var(--fa-font-solid);
    position: absolute;
    top: 6px;
    left: 0;
  }
  .cmnnav ul .haschild > a{
    border: none !important;
    pointer-events: none;
    padding-left: 0;
  }
  .cmnnav ul .haschild > a::after{
    display: none;
  }
  .megamenu{
    background: none;
    border: none;
    border-radius: 0;
    opacity: 1;
    margin-top: .5rem;
    padding: 0;
    position: static;
    transform: none;
    width: 100%;
  }
  .cmnnav.active .megamenu{
    pointer-events: all;
  }
  .megacontent{
    padding-left: 2rem;
    width: 100%;
  }
  .megacontent .fmegaitem{
    width: 100%;
  }

  .splogo{
    max-width: 80%;
  }
  .fontsize{
    margin-right: 5rem;
  }
  
  .spfontsize{
    display: flex;
    margin-top: 2rem;
  }
  .spfontsize dt{
    margin-right: 1rem;
  }
  .spfontsize ul{
    gap: .5rem;
    margin: 0;
  }
  .spfontsize ul li{
    width: auto;
  }
  .spfontsize button{
    background: #fff;
    border: 2px solid #DE949D;
    border-radius: 2px;
    color: #DE949D;
    line-height: 1;
    padding: .4rem;
  }
  .spfontsize button.active{
    background: #DE949D;
    color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .cmnhead::before {
    width: 51.35%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .fontsize{
    display: none;
  }
  .cmnhead::before {
    width: 71.35%;
  }
  .cmnnav{
    padding: 4rem 2rem ;
  }
}



/******************************
  footer
******************************/
.cmnfot{
  background: #FCF0EC;
  color: #674E3C;
}
.cmnfot .fotinner{
  padding: 5rem 2rem 3rem;
}
.cmnfot .finfo .flogo{
  max-width: 250px;
}
.cmnfot .finfo .fadd,
.cmnfot .finfo .fcon{
  margin: 1rem 0;
}
.cmnfot .finfo .fcon .ftel a{
  color: #DE949D;
  font-size: 2.2rem;
}
.cmnfot .finfo .flink{
  gap: 1rem;
}
.cmnfot .finfo .flink li a{
  color: #674E3C;
  font-size: 1.4rem;
  text-decoration: underline;
}

.cmnfot .flinks {
  gap: 4rem;
}
.cmnfot .flinks li{
  position: relative;
  padding-left: 1.7rem;
}
.cmnfot .flinks li::before{
  content: "";
  aspect-ratio: 1/1;
  background: #DE949D;
  border-radius: 50px;
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
}

.fotcopy{
  background: #DE949D;
  color: #fff;
  text-align: center;
}

.fixside{
  display: flex;
  gap: 1rem;
  position: fixed;
  right: 0;
  top: 150px;
  writing-mode: vertical-lr;
  transition: .5s;
  z-index: 4;
}
.fixside.off{
  opacity: 0;
  pointer-events: none;
}
.fixside li a{
  background: #DE949D;
  border-radius: 6px 0 0 6px;
  border-top: 2px solid #DE949D;
  border-left: 2px solid #DE949D;
  border-bottom: 2px solid #DE949D;
  color: #fff;
  display: block;
  line-height: 1;
  opacity: 1;
  padding: 4rem 1.5rem 1.5rem;
  transition: .5s;
}
.fixside li:last-of-type a{
  background: #EAB065;
  border-color: #EAB065;
  padding-top: 3.5rem;
  position: relative;
}
.fixside li a span{
  letter-spacing: 2px;
  position: relative;
}
.fixside li a img{
  position: absolute;
  filter: brightness(0) invert(1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fixside li:first-of-type img{
  aspect-ratio: 30/41;
  top: 1rem;
  width: 15px;
}
.fixside li:last-of-type img{
  aspect-ratio: 19/15;
  top: 1.5rem;
  width: 20px;
}

.fixside li a:hover{
  background: #fff;
  color: #DE949D;
}
.fixside li:last-of-type a:hover{
  color: #EAB065;
}
.fixside li a:hover img{
  filter: none;
}

/* 拡大 */
.fontsizebig .cmnfot .finfo .fcon .ftel a {
  font-size: 2.5rem;
}
.fontsizebig .cmnfot .flinks li::before{
  top: 13px;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  
}

/* 通常 */
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .cmnfot .flinks{
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .cmnfot {
    margin-bottom: 3.4rem;
  }
  .cmnfot .flinks{
    display: block;
    margin-top: 2rem;
  }
  .fixside{
    gap: 0;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    writing-mode: horizontal-tb;
    width: 100%;
    text-align: center;
  }
  .fixside li{
    width: 50%;
  }
  .fixside li a{
    border-radius: 0;
    padding: .5rem !important;
  }
  .fixside li:first-of-type a{
    border-right: 1px solid #DE949D;
  }
  .fixside li:last-of-type a{
    border-right: 2px solid #EAB065;
    border-left: 1px solid #EAB065;
  }
  .fixside li a img{
    aspect-ratio: 1 / 1 !important;
    object-fit: contain;
    position: static;
    transform: none;
    width: 20px !important;
  }
  .fixside li a span{
    display: none;
  }
  .fixside{
    opacity: 1 !important;
    pointer-events: all !important;
  }
}