@charset "UTF-8";

/* ---------------
共通
 --------------- */
:root {
  --br: #AA6B03;
  --dbr: #4F360D;
  --lgr: #F1F1F0;
}

.bg{
  background: #f1f1f1; 
}

/*---------------------------------
FV SP
-----------------------------------*/
.fv-main{
  padding: 0;
  position: relative;
}
.fv-logo{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.fv-logo p{
  max-width: 140rem;
  margin: 0 auto;
  padding: 10rem 0 0;
}
.fv-logo p img{
  display: block;
  width: 23rem;
  margin: 0 auto;
}
.fv-logo p span{
  display: block;
  padding: 0.5rem 0 0;
  text-align: center;
  color: #fff;  
  font-size: 1.2rem;  
}

/* トップページ スライダー SP
----------------------------------*/
.fv-slider{
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.fv-slider div img{
  width: 120rem;
  height: 62rem;
  object-fit: cover;
}

/* 下層ページ SP
----------------------------------*/
.fv-page{
  height: 20rem;
}

#bg-lunch{
  background: url(../menu-lunch/img/fv-sp.jpg) no-repeat center top;
  background-size: 1000px;
}
#bg-branch{
  background: url(../menu-branch/img/fv-sp.jpg) no-repeat center top;
  background-size: 1000px;
}
#bg-dinner{
  background: url(../menu-dinner/img/fv-sp.jpg) no-repeat center top;
  background-size: 1000px;
}
#bg-drink{
  background: url(../menu-drink/img/fv-sp.jpg) no-repeat center top;
  background-size: 1000px;
}
#bg-store{
  background: url(../menu-store/img/fv-sp.jpg) no-repeat center top;
  background-size: 1000px;
}

.fv-page-inner{
  max-width: 130rem;
  margin: 0 auto;
  padding: 0;
}
.fv-page-inner h2{
  padding: 5rem 0 0;
}
.fv-page-inner h2 span{
  display: block;
  width: 20rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.fv-page-inner h2 span:first-child img{
  display: block;
  width: 10rem;
  margin: 0 auto;
}
.fv-page-inner h2 span:nth-child(2){
  padding: 0.5rem 0 1rem;
  font-size: 1.6rem;
}
.fv-page-inner h2 span:last-child{
  text-align: center;
  border-top: 1px solid #ead096;
  border-bottom: 1px solid #ead096;
  padding: 0.5rem 0;
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-weight: 700;
}

/*---------------------------------
main
-----------------------------------*/
.container{
  display: block;

}

/* .left 左コンテンツ
---------------------------- */
.content{
  width: auto;
  padding: 0 0 5rem;
  background-color: #fff;
}

/* .side 右コンテンツ
---------------------------- */
.side{
  display: none;
}

/* .left 左コンテンツ　ABOUT
---------------------------- */
.about-wrap {
  padding: 8rem 0 6.5rem;
}
.about {
  /* max-width: 118rem; */
  width: 100%;
  padding: 0 1.5rem;
}

.about-box {
  margin-bottom: 5rem;
}
.about-detail {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}
.about-detail h2 {
  width: 12.6rem;
  margin: 0 auto 2.5rem;
}
.about-detail p.lead-copy {
  color: var(--dbr);
  font-size: 1.8rem;
}
.about-detail p {
  margin-bottom: 1.3em;
}

.about-img figure {
  width: 86%;
  padding-top: 2rem;
}
.about-img figure:last-child {
  margin-left: auto;
}

.event {
  padding: 0 1.5rem;
}
.event h3 {
  width: 8.4rem;
  margin: 0 auto 2rem;
}

.event-box {
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
}
.event-box figure {
  text-align: center;
}
.event-box h4 {
  color: var(--dbr);
  font-size: 1.8rem;
  text-align: center;
  padding: 1.5rem 0;
  border-bottom: 0.1rem #ccc solid;
  margin-bottom: 1rem;
}


/* ---------------
.menu
--------------- */
.menu-wrap {
  background: var(--lgr);
  padding: 5rem 0;
  position: relative;
}
.menu {
  /* max-width: 118rem; */
  width: 100%;
  font-size: 1.4rem;
  padding: 0 1.5rem;
}
.menu h2 {
  width: 12.2rem;
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.menu section {
  padding: 3rem 0;
  border-bottom: 0.1rem #c0c0c0 solid;
}
.menu h3 {
  font-family: "Castoro", serif;
  color: var(--br);
  font-size: 3rem;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.menu h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
.menu-detail dl {
  display: flex;
  margin: 1.5rem 0 2rem;
}
.menu-detail dt {
  background: #fff;
  padding: 0 1.2rem;
}
.menu-detail dd {
  padding: 0 1rem;
}
.menu-dinner .menu-detail {
  margin-bottom: 3rem;
}

.menu .view {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 3rem;
}
.menu .view span {
  display: inline-block;
  border-bottom: 0.2rem var(--br) dashed;
  position: relative;
}
.menu .view span::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.5rem;
  background: url(../img/icon-arrow.svg) no-repeat left center;
  position: absolute;
  top: 25%;
  right: -3rem;
}
.menu .view span a {
  font-family: "Castoro", serif;
  font-style: italic;
  color: var(--br);
}
.menu > section > .menu-detail .view {
  display: none;
}

.menu-other {
  margin-top: 3rem;
  border-bottom: 0.1rem #c0c0c0 solid;
}
.menu-other > div {
  min-height: 23rem;
  padding-bottom: 3rem;
  position: relative;
}
.menu-other > div:first-child {
  padding-bottom: 5rem;
}
.menu-other .menu-detail {
  width: 50%;
  margin-left: auto;
}
.menu-other h3 {
  font-size: 2.1rem;
  font-style: normal;
  text-align: left;
  margin-bottom: 1.5rem;
}
.menu-other h3 span {
  font-size: 1.2rem;
}
.menu-other picture {
  width: calc(50% - 2.2rem);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-other > div > .view {
  display: none;
}
.menu-detail .view {
  text-align: right;
  padding-right: 3rem;
  margin-top: 0.5rem;
}


/* ---------------
.shopinfo
--------------- */
.shopinfo-wrap {
  padding: 5rem 0 2.5rem;
}
.shopinfo {
  width: 100%;
  padding: 0 1.5rem;
}

.shopinfo-head h2 {
  width: 18.3rem;
  margin: 0 auto;
}
.shopinfo-head h2 + p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--br);
  font-size: 1.4rem;
  text-align: center;
  margin: 1.5rem 0 2.5rem;
}
.shopinfo-head .contact-box ul {
  max-width: 50rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.shopinfo-head .contact-box li {
  width: 49%;
  border: 0.1rem #e5d9c6 solid;
}
.shopinfo-head .contact-box li a {
  display: block;
  width: 100%;
  color: var(--br);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 1.5rem 0;
}
.shopinfo-head .contact-box li:first-child a span {
  display: inline-block;
  background: url(../img/icon-tel.svg) no-repeat left center;
  background-size: 1.4rem;
  font-size: 1.6rem;
  font-style: italic;
  padding-left: 1.7rem;
}
.shopinfo-head .contact-box li:last-child a span {
  display: inline-block;
  background: url(../img/icon-mail.svg) no-repeat left 5%;
  background-size: 1.6rem;
  font-family: "Castoro", serif;
  font-size: 1.6rem;
  padding: 0 1.8rem 0 2.5rem;
  position: relative;
}
.shopinfo-head .contact-box li:last-child a span::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1rem;
  background: url(../img/icon-arrow.svg) no-repeat center center;
  position: absolute;
  top: 10%;
  right: 0;
}

.info-box {
  margin: 7rem 0 5rem;
}
.info-box dl {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 2rem 0;
  border-bottom: 0.1rem #e5d9c6 solid;
}
.info-box dt {
  width: 35%;
  color: var(--dbr);
}
.info-box dd {
  width: 65%;
  font-size: 1.4rem;
}

/* googlemap SP ----------- */
.map {
  height: 32rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;  /* 16:9のアスペクト比 */
  height: 0;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopimg ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shopimg li {
  width: 49.5%;
  margin-bottom: 0.5rem;
}

/*----------------------------------------------------
タブレット用 500
----------------------------------------------------*/
@media screen and (min-width:500px) {

  /* ---------------
  .shopinfo
  --------------- */
  .shopimg li {
    width: 24.5%;
    margin-bottom: 0;
  }

}

/*----------------------------------------------------
タブレット用 750
----------------------------------------------------*/
@media screen and (min-width:750px) {

  .fv-logo p img{
    width: 26rem;
  }

 /* ---------------
  .about
  --------------- */
  .about-box {
    display: flex;
  }
  .about-detail {
    width: 45%;
    text-align: left;
  }
  .about-detail h2 {
    margin-left: 0;
  }
  .about-detail p.lead-copy {
    margin-bottom: 3.5rem;
  }
  .about-detail p {
    margin-bottom: 0;
  }
  .about-img {
    width: 55%;
    padding: 3rem 0 0 5rem;
  }

  .event {
    padding: 0;
  }
  .event h3 {
    margin-left: 0;
  }
  .event-list {
    display: flex;
    justify-content: space-between;
  }
  .event-box {
    width: 32%;
  }



  /* ---------------
  .menu
  --------------- */
  .menu-wrap {
    /* background: var(--lgr); */
    padding: 0 0 10rem;
    position: static;
  }
  .menu {
    /* max-width: 118rem; */
    /* width: 100%;
    font-size: 1.4rem;
    padding: 0 1.5rem; */
    padding: 5rem 1.5rem 0;
    position: relative;
  }
  .menu h2 {
    /* width: 20rem; */
    /* position: absolute; */
    top: -2.2rem;
    left: 1.5rem;;
    transform: none;
  }
  .menu section {
    padding: 6.5rem 0;
    /* border-bottom: 0.1rem #c0c0c0 solid; */
    display: flex;
  }
  .menu section .menu-detail {
    width: 35%;
  }
  .menu section figure {
    width: 65%;
    padding-left: 5rem;
  }
  .menu section.menu-branch {
    flex-direction: row-reverse;
  }
  .menu section.menu-branch figure {
    padding: 0 5rem 0 0;
  }

  .menu h3 {
    /* font-family: "Castoro", serif;
    color: var(--br); */
    font-size: 3rem;
    /* font-weight: 400;
    font-style: italic; */
    text-align: left;
    /* line-height: 1.2; */
    margin-bottom: 3rem;
  }
  .menu h3 span {
    /* display: block;
    font-size: 1.4rem;
    font-weight: 400; */
  }
  .menu-detail dl {
    display: flex;
    margin: 1.5rem 0 5rem;
  }
  .menu-detail dt {
    background: #fff;
    padding: 0 1.2rem;
  }
  .menu-detail dd {
    padding: 0 1rem;
  }
  .menu > section > .view {
    display: none;
  }
  .menu > section > .menu-detail .view {
    display: block;
  }

  .menu-lunch .menu-detail .view,
  .menu-dinner .menu-detail .view {
    text-align: left;
  }

  .menu-dinner .menu-detail .view {
    margin-top: 5rem;
  }


  .menu-other > div > .view {
    display: block;
    text-align: right;
    padding-right: 3rem;
    margin-top: 0.5rem;
  }
  .menu-detail .view {
    display: none;
  }

  /* ---------------
  .shopinfo
  --------------- */
  .info-box dt {
    width: 30%;
  }
  .info-box dd {
    width: 70%;
    font-size: 1.6rem;
  }

  .gmap {
    padding-top: 56.25%;  /* 16:9のアスペクト比 */
    height: 0;
  }


}


/*----------------------------------------------------
PC 1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

  /*---------------------------------
  FV 1000
  -----------------------------------*/
  .fv-main{
    padding: 3rem 0 0;
  }
  .fv-logo p{
    padding: 10rem 0 0 12.5%;
  }
  .fv-logo p img{
    width: 26rem;
    margin: 0;
  }
  .fv-logo p span{
    display: none;
  }
  .fv-slider div img{
    width: auto;
    height: 52rem;
  }

  /* 下層ページ 1000
  ----------------------------------*/
  .fv-page{
    height: 35rem;
    background: url(../menu-lunch/img/fv-pc.jpg) no-repeat center top;
    background-size: auto;
  }
  #bg-lunch{
    background: url(../menu-lunch/img/fv-pc.jpg) no-repeat center top;
    background-size: auto;
  }
  #bg-branch{
    background: url(../menu-branch/img/fv-pc.jpg) no-repeat center top;
    background-size: auto;
  }
  #bg-dinner{
    background: url(../menu-dinner/img/fv-pc.jpg) no-repeat center top;
    background-size: auto;
  }
  #bg-drink{
    background: url(../menu-drink/img/fv-pc.jpg) no-repeat center top;
    background-size: auto;
  }
  #bg-store{
    background: url(../menu-store/img/fv-pc.jpg) no-repeat center top;
    background-size: auto;
  }       
  .fv-page-inner{
    padding: 0 5rem;
  }
  .fv-page-inner h2{
    padding: 8rem 0 0;
  }
  .fv-page-inner h2 span{
    width: 24rem;
    margin: 0;
  }
  .fv-page-inner h2 span:first-child img{
    width: 24rem;
  }
  .fv-page-inner h2 span:nth-child(2){
    padding: 0.5rem 0 1.2rem;
    font-size: 1.8rem;
  }
  .fv-page-inner h2 span:last-child{
    padding: 0.5rem 0;
    font-size: 2.4rem;
  }


  /*---------------------------------
  main  1000
  -----------------------------------*/
  .container{
    display: flex;
  }

  /* 左サイド 1000 ---------------- */
  .content{
    width: 77%;
    margin: 0;
    padding: 0 5rem 5rem 0;
    background: #fff;
  }


  /* ---------------
  .about
  --------------- */
  .about-wrap {
    padding: 10rem 0;
  }
  .about {
    max-width: 118rem;
    margin-left: auto;
  }


  /* ---------------
  .menu
  --------------- */
  .menu-wrap {
/*    margin-right: 5rem;*/
    border-radius: 0 1rem 1rem 0;
  }
  .menu {
    max-width: 118rem;
    margin-left: auto;
  }
  .menu h2 {
    width: 20rem;
    /* position: absolute; */
    top: -3.8rem;
    left: 1.5rem;;
    transform: none;
  }



  /* ---------------
  .shopinfo 1000
  --------------- */
  .shopinfo-wrap {
    margin-right: 5rem;
    padding: 5rem 0 0;
  }
  .shopinfo {
    max-width: 113rem;
    margin-left: auto;
  }

  .shopinfo-head {
    display: flex;
    align-items: flex-end;
  }
  .shopinfo-head h2 {
    width: 28.5rem;
    margin: 0;
  }
  .shopinfo-head h2 + p {
    display: none;
  }
  .shopinfo-head .contact-box ul {
    max-width: none;
    justify-content: flex-start;
  }
  .shopinfo-head .contact-box li {
    width: auto;
    border: none;
    margin-left: 2.5rem;
  }
  .shopinfo-head .contact-box li a {
    text-align: left;
    border-bottom: 0.2rem var(--br) dashed;
  }
  .shopinfo-head .contact-box li:last-child a {
    padding: 1.5rem 0 1.2rem;
  }
  .shopinfo-head .contact-box li:first-child a span {
    background: url(../img/icon-tel.svg) no-repeat left 75%;
    background-size: 1.6rem;
    font-size: 2.2rem;
    font-style: italic;
    padding-left: 2.8rem;
  }
  .shopinfo-head .contact-box li:last-child a span {
    background: url(../img/icon-mail.svg) no-repeat left 70%;
    background-size: 1.8rem;
    font-size: 2rem;
    padding: 0.5rem 2.5rem 0 2.8rem;
    position: relative;
  }
  .shopinfo-head .contact-box li:last-child a span::after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.4rem;
    background: url(../img/icon-arrow.svg) no-repeat center center;
    position: absolute;
    top: 25%;
    right: 0;
  }
  
  .info-box {
    margin: 7rem 0 5rem;
  }
  .info-box dl {
    border-bottom: 0.1rem #ccc solid;
  }
  .info-box dt {
    width: 28%;
  }
  .info-box dd {
    width: 72%;
    font-size: 1.6rem;
  }

  /* google 1000 ------------ */
  .map {
    height: 34.5rem;
    margin-bottom: 4.3rem;
  }
  .gmap {
    padding-top: 30%;  /* 340px*1130pxのアスペクト比 */
  }

  .shopimg {
    background: #f6f6f4;
    padding: 1.2rem;
  }


  /* 右サイド 1000
  ----------------------- */
  .side{
    display: block;
    width: 23%;
  }

  /* 右サイド 1000　TOPICS
  -------------------------- */
  .aside-pc{
    width: 21rem;
    padding: 3rem;
    position: sticky;
    top: 0;
  }
  .aside-wrap-pc{
    margin: 0;
  }
  .aside-pc h2{
    padding: 0 0 2rem;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: 700;
    color: #442d01;
  }
  .aside-menu-pc article{
    margin: 0 0 2rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-style: normal;
  }
  .aside-menu-pc article h3{
    padding: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .aside-menu-pc article h3 + p{
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .aside-menu-pc article p.aside-link{
    margin: 0 1.5rem 0 0;
    text-align: right;
    position: relative;
  }
  /* 矢印調整 ---------- */
  .aside-menu-pc article p.aside-link::after {
    content: url('../img/icon-arrow-black.svg');
    display: block;
    width: 1rem;
    position: absolute;
    top: 0;
    right: -1.5rem;
   }
  .aside-menu-pc article p.aside-link a{
    font-family: "Castoro", serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #444;
    border-bottom: dotted 2px #444;

  }


  .aside-sns-pc{
    padding: 0 0 2rem;
  }
  .aside-sns-pc ol{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
  }
  .aside-sns-pc ol li{
    width: 31%;
  }
  .aside-sns-pc ol li a{    
    display: block;
    height: 3.6rem;
    background: #fff;
  }
  .aside-sns-pc ol li a img{
    display: block;
    width: 2.8rem;
    margin: 0 auto;
    padding: 0.4rem 0 0;
  }
  .aside-sns-pc ol li:last-child a img{
    width: 2rem;
    padding: 1.2rem 0 0;
  }

  /*---------------------------------
  footer 1000
  -----------------------------------*/
  footer{
    width: 86%;
  }
  .foot-inner{
    margin: 0 0 0 15.5%;
    background-color: #66f;
  }


}

/*----------------------------------------------------
PC 1200- 
----------------------------------------------------*/
@media screen and (min-width:1200px) {

  /*---------------------------------
  FV 1200
  -----------------------------------*/
  .fv-logo p img{
    width: 30rem;
  }

/* ---------------
  .about
  --------------- */
  .about-detail {
    width: 50%;
  }
  .about-img {
    width: 50%;
  }


  /* ---------------
  .menu
  --------------- */
  .menu-wrap {
    /* background: var(--lgr); */
    padding: 0 0 10rem;
    position: static;
  }
  .menu {
    /* max-width: 118rem; */
    /* width: 100%;
    font-size: 1.4rem;
    padding: 0 1.5rem; */
    padding: 5rem 0 0 1.5rem;
    position: relative;
  }
  .menu h2 {
    width: 20rem;
    /* position: absolute; */
    top: -3.8rem;
    left: 1.5rem;;
    transform: none;
  }
  .menu section {
    padding: 5rem 0;
    margin-right: 5rem;
    /* border-bottom: 0.1rem #c0c0c0 solid; */
    display: flex;
  }
  .menu section .menu-detail {
    width: 36%;
    font-size: 1.6rem;
    padding-top: 2rem;
  }
  .menu section h3 {
    font-size: 4.8rem;
    margin-bottom: 4.5rem;
  }
  .menu section h3 span {
    font-size: 1.8rem;
  }
  .menu section figure {
    width: 65%;
    padding-left: 5rem;
  }
  .menu section figure img {
    max-width: 65rem;
    width: 100%;
  }
  .menu section.menu-branch {
    flex-direction: row-reverse;
  }
  .menu section.menu-branch figure {
    padding: 0 5rem 0 0;
  }
  .menu section.menu-dinner {
    margin-right: 0;
    padding: 5rem 0 4rem;
    border-bottom: none;
  }
  .menu-dinner .menu-detail .view {
    margin-top: 10rem;
  }
  .menu section.menu-dinner figure {
    margin-left: auto;
    text-align: right;
  }
  .menu section.menu-dinner figure img {
    max-width: 70.5rem;
  }

  .menu-other {
    display: flex;
    margin: 0 5rem 0 0;
    padding-top: 6rem;
    border-top: 0.1rem #c0c0c0 solid;
  }
  .menu-other > div {
    max-width: 48rem;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-right: 5rem;
  }
  .menu-other .menu-detail {
    width: 100%;
  }
  .menu-other h3 {
    margin: 2rem 0;
  }
  .menu-other h3 span {
    display: inline-block;
    margin-left: 2rem;
  }
  .menu-other picture {
    width: auto;
    position: static;
  }
  .menu-other > div > .view {
    display: none;
  }
  .menu-other .menu-detail .view {
    display: block;
    margin-top: 3.5rem;
  }


}

/*----------------------------------------------------
PC 1300- 
----------------------------------------------------*/
@media screen and (min-width:1300px) {

  /* ---------------
  .shopinfo
  --------------- */
  .shopinfo-wrap {
    margin-right: 5rem;
  }
  .shopinfo-head .contact-box li {
    margin-left: 6.5rem;
  }
  .shopinfo-head .contact-box li:first-child a span {
    background-size: 1.8rem;
    font-size: 2.6rem;
  }
  .shopinfo-head .contact-box li:last-child a span {
    background-position: left 50%;
    background-size: 2rem;
    font-size: 2.4rem;
  }
  .shopinfo-head .contact-box li:last-child a span::after {
    width: 1.8rem;
    height: 1.6rem;
  }

}

/*----------------------------------------------------
PC 1400- 
----------------------------------------------------*/
@media screen and (min-width:1400px) {

  /* FV トップページ用 1400
  ----------------------------------*/
  .fv-logo p img{
    width: 40rem;
  }
  .fv-slider div img{
    height: 72rem;
  }

  /* FV 下層ページ用 1400
  ----------------------------------*/
  .fv-page-inner h2{
    padding: 6rem 0 0;
  }
  .fv-page-inner h2 span{
    width: 29rem;
    margin: 0;
  }
  .fv-page-inner h2 span:first-child img{
    width: 29rem;
  }
  .fv-page-inner h2 span:nth-child(2){
    font-size: 2rem;
  }
  .fv-page-inner h2 span:last-child{
    font-size: 2.8rem;
  }


  /* ---------------
  .about
  --------------- */

  .about-detail {
    font-size: 1.6rem;
  }
  .about-detail h2 {
    width: 21.6rem;
    margin: 0 0 5rem;
  }
  .about-detail p.lead-copy {
    font-size: 3.2rem;
  }

  .event h3 {
    width: 10rem;
    margin-bottom: 3rem;
  }

  .event-box {
    font-size: 1.6rem;
  }
  .event-box h4 {
    font-size: 2.1rem;
    padding: 2.5rem 0 1.5rem;
    margin-bottom: 2.5rem;
  }


}

/*----------------------------------------------------
PC 1600- 
----------------------------------------------------*/
@media screen and (min-width:1600px) {
  .fv-logo p{
    padding: 12rem 0 0 4%;
  }


}

/*----------------------------------------------------
PC 1800- 
----------------------------------------------------*/
@media screen and (min-width:1800px) {
  .fv-logo p{
    padding: 12rem 0 0 2%;
  }

}