/* --------- 共通 ----------- */
body {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  color: #404040;
  background-color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
th {
  font-weight: normal;
}
h3 {
  font-size: 32px;
  text-align: center;
  line-height: 40px;
}
.page {
  width: 0 auto ;
  margin: 0 auto;
  position: relative;
}
article {
  margin-bottom: 112px;
}

.inner {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.eng {
  font-family: 'Cinzel', serif; 
  text-align: center;
  margin-bottom: 56px;
}



/* ----- トップページ以外共通 ------- */
.menu .container,
.access .container, 
.contact .container, 
.concept .container {
  width: 926px;
  height: 720px;
  position: relative;
  top: 264px;
  margin-bottom: 56px;
}

.menu h2,
.access h2, 
.contact h2, 
.concept h2 {
  writing-mode: vertical-lr;
  background-color: #fff;
  font-size: 48px;
  margin-left: 56px;
  position: absolute;
  top: -2em;
  line-height: 72px;
  padding: 32px 0 ;
}
.menu main article,
.access article, 
.contact article, 
.concept article {
  padding-top: 264px;
  text-align: center;
}




/* ---------- header ------------- */
header {
  writing-mode: vertical-rl;
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-color: aqua;
  position: relative;
}
header .nav_box {
  position: absolute;
  z-index: 1;
  right: 24px;
  margin-top: 24px;
}
header nav {
  margin: 16px 24px 32px 24px;
  line-height: 32px;
}

header nav ul a{
  color: #404040;
}
.menu header nav ul .nav_menu a,
.concept header nav ul .nav_concept a,
.access header nav  ul .nav_access a,
.contact header nav ul .nav_contact a,
header nav ul a:hover{
  color: #263e72;
  border-right: 0.5px solid #263e72;
}


/* ----------footer ---------- */
footer {
  color: #fff;
  background-color: rgba(153, 153, 153, 0.6);
  overflow: hidden;

}
footer .inner {
  position: relative;
}
footer a {
  color: #fff;
}
footer .icon{
  display: flex;
  margin-bottom: 32px;
}
footer .icon:first-child {
  margin-top: 50px;
}
footer h1 {
  margin-top: 6px;
  margin-right: 32px;
}
footer i {
  font-size: 24px;
}
footer address {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 26px;
}
footer .wakamatsu {
  margin-right: 24px;
  margin-top: 6px;
}
footer .footer_contact {
  margin-bottom: 56px;
}
footer p {
  font-size: 12px;
}
footer .inner {
  padding-bottom: 56px;
  padding-left: 56px;
}
/* ---------- ご予約はこちらから --------- */
.book_link {
  position: fixed;
  bottom: 56px;
  right: 17%;
 }




/* ---------- ホーム ----------- */


/* ----- home header -----*/
.home header {
  margin-top: 0;
}
.home header .nav_box{
  background-color: rgba(102, 102, 102, 0.6);
}
.home header nav a {
  color: #fff;
}





/* ----- home main -----*/
.home main img {
  margin-bottom: 48px;
}
.home main .concept_top {
  writing-mode: vertical-rl;
  margin: 0 auto 56px auto;
}
.home main .concept_top h2 {
  font-size: 24px;
  margin-left: 88px;
}
.home main .concept_top .cncept_in {
  line-height: 32px;
  margin: 56px 0 0 32px;
}
.home main .concept_top .cncept_in:nth-child(6) {
  margin-left: 88px;
}
.home main .concept_top .concept_link {
  border: 0.5px solid #404040;
  width: 56px;
  height: 96px;
  text-align: center;
  line-height: 56px;
  position: relative;
}
.home main .concept_top a {
  color: #404040;
  position: absolute;
  margin-top: 376px;
}
.home main .topics {
  margin-bottom: 112px;
  padding: 0 56px;
}
.home main .topics_outside {
  display: flex;
}
.home main .topics_inside {
  width: 472px;
  height: 100%;
  margin: 56px 56px 56px 56px;
}
.home main figure {
  height: 448px;
}
.home main .topics_inside h4 {
  margin-bottom: 32px;
}
.home main .topics_text {
  line-height: 32px;
  margin-bottom: 56px;
}
.home main .topics_link {
  position: relative;
  text-align: center;
  line-height: 56px;
}
.home main .topics_link a {
  position: absolute;
  color: #404040;
  border: 0.5px solid #404040;
  width: 200px;
  height: 56px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}





/* ---------- メニュー ---------- */
.menu .container {
  background-image: url(../images/menu2.jpg);
  
}
.menu main table {
  line-height: 26px;
  margin :0 auto 26px auto;
}
.menu main table caption {
  text-align: left;
  border-bottom: 0.5px solid #404040;
}
.menu main table th {
  text-align: left;
  width: 448px;
}
.menu main table td {
  text-align: right;
  width:144px
}
.menu main .menu_food {
  margin-bottom: 88px;
}




/* ------ アクセス ------ */
.access .container {
  background-image: url(../images/access_img.jpg);
}
.access h2 {
  font-size: 40px;
  letter-spacing: 0.2em;
}
.access main dl {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
  line-height: 32px;
  width: 464px;
  display: flex;
  flex-wrap: wrap;

}
.access main dl dt {
  display: block;
  width: 96px;
  text-align-last: justify;
  margin-right: 32px;
}
.access main dl dd {
  width: 336px;
  text-align: left;
}
.access main dl dd a {
  color: #404040;
}
.access main dl dd a:hover {
  color: #263e72;
  border-bottom: 0.5px solid #263e72;
}
.access main iframe {
  margin-bottom: 56px;
}
.access main .contact_link {
  color: #404040;
  width: 200px;
  height: 56px;
  line-height: 56px;
  border: 0.5px solid #404040;
  margin-right: auto;
  margin-left: auto;
}




/* ----- お問い合わせ ----- */
.contact h2 {
  font-size: 40px;
}
.contact .container {
  background-image: url(../images/contact_img.jpg);
}
.contact main table {
  margin-right: auto; 
  margin-left: auto;
  width: 496px;
  margin-bottom: 32px;
}
.contact main table ::placeholder {
  color: #cccccc;
}
.contact main table tr {
  line-height: 32px;
}
.contact main table th {
  text-align: left;
  width: 288px;
  padding-bottom: 32px;
}
.contact main table th::after  {
  content: "必須";
  margin-left: 16px;
  color: #fff;
  background-color: #263e72;
  text-align: center;
  font-size: 14px;
  width: 40px;
  padding: 5px;
}
.contact main table td {
  text-align: left;
  width: 208px;
}

.contact main table input {
  width: 208px;
  height: 24px;
  border: 0.5px solid #9f9f9f
}
.contact main table input[type="date"] {
  color: #cccccc;
}
.contact main table input[type="time"] {
  color: #cccccc;
}
.contact main table textarea {
  width: 208px;
  height: 144px;
  vertical-align: top;
  border: 0.5px solid #9f9f9f
}
.contact main .notes {
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  text-align: left;
  margin-bottom: 56px;
}
.contact main button {
  display: block;
  margin: 0 auto 88px auto;
  border: none;
  background: transparent;
}
.contact main {
  margin-bottom: 32px;
}




/* ----- コンセプト ------ */
.concept h2 {
  font-size: 40px;
}
.concept .container {
  background-image: url(../images/concept_img.jpg);
  margin-bottom: 88px;
}
.concept main video {
  margin-bottom: 88px;
}
.concept main .concept_box {
  font-size: 16px;
  line-height: 32px;
}