/*=======================
	// grand-header 
=====================*/

#grand-header {
  height: 40px;
  margin-bottom: 0;
  background-color: #3c3c41;
  display: flex;
  justify-content: center;
  align-items: center;
}

#grand-header a {
  width: 92px;
}

#grand-header a img {
  width: 100%;
}

@media print, screen and (min-width: 1000px) {

  #grand-header {
    height: 60px;
  }

  #grand-header a {
    width: 132px;
  }

}


.header.miyajiHeader {
  display: none;
}


/*=================================
	overwrite
===================================*/

article {
  font-size: 1.4rem;
}

article a {
  transition: 0.2s linear;
}

article a:hover {
  opacity: 0.6;
}


article em {
  font-style: normal;
}

.category {
  background: #fff;
  margin: auto auto 60px;
  padding-bottom: 2em;
}

.category .note {
  font-size: 12px;
  width: 95%;
  margin: auto;
}

.andmore {
  text-align: center;
  padding: 1em;
  border-radius: 0.5em;
  border: #b10015 thin solid;
}

.andmore p {
  color: #000;
}

.gray {
  color: #999;
}

@media print, screen and (max-width: 768px) {
  .category {
    width: 95%;
  }
}





/*=================================
	// note common
===================================*/
/* .flexbox {
  display: flex;
  justify-content: space-between;
} */




.link a {
  margin: auto;
  color: #fff;
  background: #b5954e;
  /* display: block; */
  position: relative;
}


.link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #886e37;
  border-left: 14px solid transparent;
}



figure img {
  width: 100%;
}

/*=================================
	id #title
===================================*/
#title {
  position: relative;
}


#title {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  background: none;
}

#title .link-to-top {
  width: 70%;
  max-width: 454px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  /* border: #000 thin solid; */
}

#title .inside .link-to-top a {
  width: auto;
  font-size: 1.1rem;
  padding: 0;
  display: block;
}

#title .inside .link-to-top a img {
  width: 100%;
  /* max-width: 454px; */
  max-width: 260px;
}

#title .inside {
  width: 100%;
  margin-bottom: 0.25em;
  display: block;
}


#title h1 {
  width: 100%;
}

#title h1 img {
  width: 100%;
}

#h1_pc {
  display: none;
}

#h1_mob {
  display: block;
}

#title .txtbox {
  width: 100%;
  padding: 0;
  margin: 0;
}


#title .tax {
  width: 95%;
  margin: auto;
  padding-top: 0;
  font-size: 12px;
}


@media screen and (min-width: 1000px) {


  #title {
    background: url(../img/title/main_img_pc-2.jpg) no-repeat top center;
  }

  #title .inside {
    width: 90%;
    margin: auto;
    position: relative;
  }

  #title .txtbox {
    /* width: 46%;
    max-width: 882px; */

    width: 60%;
    max-width: 1028px;
    padding-top: 45px;
  }


  #title .inside #main_img {
    width: 38%;
    max-width: 378px;
    display: block;
  }

  #main_img_mob {
    display: none;
  }

  #h1_pc {
    display: block;
  }

  #h1_mob {
    display: none;
  }

  #title .inside #main_img img {
    width: 100%;
  }


  #title .inside .link-to-top {
    width: 300px;
  }

  #title .inside .link-to-top a img {
    width: 100%;
  }

  #title .inside .link-to-top a {
    padding: 10px 30px;
    color: #fff;
    background-color: #000;
  }

  #title .inside .link-to-top a:hover {
    opacity: 1;
  }


  #title h1 img {
    width: 100%;
  }

  #firstcopy {
    margin-bottom: 30px;
  }

  #firstcopy p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.8;
  }

  .tax {
    text-align: right;
  }


  #title .lead {
    padding-top: 10px;
    padding-bottom: 10px;

  }


}



@media screen and (min-width: 1000px) and (max-width: 1720px) {

  #title .lead {
    background: linear-gradient(to right, #fff 0, #fff 70%, transparent 100%);
  }

}

/*=================================
	// id #present
===================================*/

#present {
  width: 70%;
  margin: auto auto 30px;
  padding: 5px;
  text-align: center;
  background: #efe5d7;
  /*    border: #d3bea1 thin solid;*/
}

#present .bg_1 {
  background: url(../img/bg_present_pc_1.svg) no-repeat top center;
}

#present .bg_2 {
  background: url(../img/bg_present_pc_2.svg) no-repeat bottom center;
  padding: 30px 5% 45px;
}

#present h5 {
  width: 90%;
  margin: auto auto 0.5em;
  padding-bottom: 0.25em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: normal;
  color: #9c734e;
}

#present p {
  line-height: 2;
}

@media print, screen and (max-width: 1024px) {
  #present {
    width: 78%;
  }
}

@media print, screen and (max-width: 900px) {
  #present {
    width: 75%;
    padding: 30px 5% 30px;
    padding: 5px 2%;
  }
}

/*=================================
	// id #title_nav
===================================*/

#title_nav {
  width: 85%;
  margin: auto;
}

#title_nav li {
  width: 48%;
  display: inline-block;
  margin-bottom: 1.5em;
}

#title_nav li:nth-child(2) span.subtitle {
  font-size: 1.5rem;
  display: block;
}

#title_nav li:nth-child(2) span.date {
  font-size: 1.8rem;
  display: block;
}

#title_nav a {
  font-size: 2.4rem;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  background: #a38544;
  background: linear-gradient(to bottom, #a38544, #d1bc91);
  border-right: #bea05f thin solid;
  border-bottom: #b19251 thin solid;
  display: block;
  position: relative;
  text-shadow: 0px 0px 10px #a38544;
}

#title_nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 22px solid #886e37;
  border-left: 22px solid transparent;
}

@media screen and (max-width: 1023px) {
  #title_nav {
    width: 90%;
    margin: auto;
  }

  #title_nav li {
    width: 48.5%;
  }
}

@media screen and (max-width: 900px) {
  #title_nav {
    width: 95%;
    margin: auto;
  }

  #title_nav li:first-child {
    margin-right: 0;
  }


}

@media print, screen and (max-width: 768px) {
  #title_nav a {
    font-size: 1.8rem;
    padding: 20px 0;

  }

}


/*========================
  #reservation
===========================*/


#reservation {
  width: 90%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 20px;
  border: #a38544 thin solid;
  font-size: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 50px #fff;
}


#reservation h4 {
  width: 90%;
  margin: auto auto 0.5em;
  padding-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #a38544;
  border-bottom: #a38544 1px solid;
}



/*=================================
	// class .contents
===================================*/

.contents {
  padding: 60px 0;
  background: #070b3a;
}

.bg_vc .contents {
  margin-bottom: 90px;
  padding: 75px 0 60px;
}

/* .contents img {
  width: 100%;
} */

.contents .lv_02 {
  width: 90%;
  /* max-width: 1260px; */
  max-width: 1714px;
  margin: auto;
}

.contents .tax {
  width: 98%;
  max-width: 1260px;
  margin: auto auto 2em;
  font-size: 12px;
  text-align: right;
}

.contents h2 {
  margin-bottom: 60px;
  padding: 60px 0 54px;
  font-size: 3.6rem;
  font-weight: normal;
  color: #a38544;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background: url(../img/h2_bg_pc.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.contents h2 span {
  margin-left: 0.5em;
}

.sub_category {
  margin-bottom: 60px;
}

.sub_category h3 {
  width: 95%;
  margin: auto auto 1em;
  padding: 0.5em 0;
  font-size: 3rem;
  font-weight: normal;
  color: #900;
  font-family: "Sawarabi Mincho", sans-serif;
  text-align: center;
  border-bottom: #900 thin solid;
}

.contents .lead {
  width: 95%;
  margin: auto;
  padding: 2em 0 1em;
}

.contents .lead p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
}

.part_of {
  width: 90%;
  margin: auto;
  padding: 0 0 0.25em;
  font-size: 1.8rem;
}

.contents .lead .tax {
  font-size: 12px;
  text-align: right;
}

.link-lineup a {
  width: 50%;
  margin: auto auto 3em;
  padding: 1em 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  /*    background: #9D4753;*/
  background: #c2564a;
  display: block;
  position: relative;
}

.link-lineup a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #e47669;
  border-left: 14px solid transparent;
}

@media screen and (max-width: 1023px) {
  .contents .lv_02 {
    width: 98%;
  }
}

@media print, screen and (max-width: 768px) {
  .contents h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    padding: 30px 0 26px;
    background: url(../img/h2_bg_mob.jpg) no-repeat 50% 50%;
    background-size: cover;
  }


  .contents h2 span {
    margin-left: 0;
    display: block;
  }

  .sub_category {
    margin-bottom: 0;
  }

  .sub_category h3 {
    font-size: 2.2rem;
  }

  .contents .lead {
    width: 85%;
    margin: auto;
    padding: 0.5em 0 2em;
  }

  .contents .lead p {
    width: 100%;
    margin: auto auto 1em;
    font-size: 1.4rem;
  }

  .link-lineup a {
    width: 90%;
  }

  .contents h2 {
    font-size: 2.6rem;
  }
}


/*=================================
	// id #introduction
===================================*/

#introduction ul {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#introduction ul li {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 30px;
  font-size: 15px;
}

#introduction img {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {


  #introduction ul {
    /* max-width: 900px; */
    max-width: 970px;
  }

  #introduction ul li {
    width: 17%;
    max-width: 164px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 30px;
    font-size: 16px;
  }
}

/*=================================
	// id #detail
===================================*/

#detail {
  width: 90%;
  margin: auto;
}

.line_pc {
  display: none;
}

.line_mob {
  display: block;
}


.line_pc {
  display: none;
}

.line_mob {
  display: block;
}

#detail .row {
  margin-bottom: 45px;
  padding-top: 60px;
  display: block;
}

#detail .row .txtbox {
  width: 100%;
}

#detail .row figure.inst {
  /* width: 20%; */
  width: 30%;
  /* max-width: 20%; */
  margin: auto;
}


#detail .row figure.inst img {
  margin-bottom: 5px;
}

#detail .profile {
  display: block;
}

#detail .profile h3 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  border-bottom: #dfcdb0 thin solid;
}


#detail .profile figure {
  width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#detail .profile .prof_txt {
  width: 100%;
}

#detail .profile .prof_txt h3 {
  line-height: 1.3;
}

#detail .profile .jp {
  font-size: 3.2rem;
  margin-right: 0;
  display: block;
}

#detail .item .lineup {
  margin-bottom: 0;
}

#detail .item .lineup small {
  display: block;
}


#detail .item h4 {
  margin-bottom: 10px;
  padding: 3px 10px 1px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
  background: #c2564a;
  display: inline-block;
}

#detail .item a {
  width: 60%;
  margin: auto;
  display: block;
  text-align: center;
  color: #c2564a;
  border: #eed2cf 2px solid;
}

#detail .item .link {
  margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {

  .line_pc {
    display: block;
  }

  .line_mob {
    display: none;
  }

  #detail .row {
    /* width: 88%; */
    margin: auto;
    padding: 30px 0 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  #detail .row .txtbox {
    /* width: 75%; */
    /* width: 82%; */
    width: 80%;
    /* border: #f00 thin solid; */

  }

  #detail .row figure.inst {
    width: 16%;
    max-width: 195px;
    /* border: #f00 thin solid; */
  }

  #detail .row figure.inst img {
    margin-bottom: 10px;
  }

  #detail figure.inst figcaption {
    font-size: 12px;
    text-align: right;
  }

  #detail .profile {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;

  }

  #detail .profile figure {
    width: 18%;
  }

  #detail .profile .img_pc {
    display: block;
  }

  #detail .profile .img_mob {
    display: none;
  }

  #detail .profile .prof_txt {
    width: 77%;
  }

  #detail .profile .prof_txt p {
    font-size: 1.5rem;
  }


  #detail .profile h3 span {
    display: inline-block;
  }

  #detail .profile .jp {
    font-size: 4.2rem;
    margin-right: 10px;
  }

  #detail .profile .jp small {
    font-size: 3.0rem;
  }


  #detail .profile .en {
    font-size: 2rem;
  }


  #detail .item {
    width: 95%;
    margin: auto;
    /* border: #f00 thin solid; */
  }

  #detail .item .lineup {
    margin-bottom: 30px;
  }

  #detail .item .lineup small {
    font-size: 1.3rem;
  }

  #detail .item .lineup .note {
    display: block;
    font-size: 12px;
    margin-left: 5px;
  }

  #detail .item ul li {
    margin-bottom: 10px;
  }

  #detail .item a {
    width: auto;
    padding: 5px 30px;
    font-size: 16px;

    display: inline-block;
  }

  /* 
  #detail .item a {
    width: 60%;
    margin: auto;
    display: block;
    text-align: center;
  } */


  #detail .item .link a .arrow {
    width: 8px;
  }

  #detail .item .order {
    margin-right: 5px;
  }


}



/*====================================================
	#msc
====================================================*/



#msc h3 {
  background: #a38544;
}


#msc .free {
  color: #c00;
}



/*=====================
	// #access
=======================*/

#access iframe {
  aspect-ratio: 3 / 4;
  display: block;
  height: auto;
  width: 100%;
}


#access a:hover {
  color: #d3c9c7;
}

@media screen and (min-width: 1000px) {
  #access iframe {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    width: 100%;
  }
}