@charset "UTF-8";
/*
Theme Name: レストラン善
Version: 1.0
*/


/** ベース
---------------------------------------------**/
html{
  font-size: 62.5%;
}

body{
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

h1,
h2,
h3{
  margin: 0;
}

p{
  margin: 0;
}

a{
  text-decoration: none;
  color: #504c4b;
}

ul{
  padding-left: 0;
}

ul li{
  list-style: none;
}

img{
  max-width: 100%;
  vertical-align: middle;
}

.wrapper{
  min-width: 1200px;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px #B3B3B3;
  overflow: hidden;
}

.center-area{
  text-align: center;
}

.pc-br{
  display: inline-block;
}

.sp-br{
  display: none;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}


/** lightbox
---------------------------------------------**/
.lb-data .lb-number{
  display: none !important;
}


/** ヘッダー
---------------------------------------------**/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  border-bottom: 2px solid #E0CA81;
  box-sizing: border-box;
}

header h1 a{
  width: 282px;
  height: 0;
  display: block;
  padding-top: 72px;
  background: url(images/logo.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.header-inner{
  width: 1200px;
  min-height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 18px 0;
  box-sizing: border-box;
}

.detail-header{
  position: static;
}

.detail-header h1{
  padding: 20px;
  background-color: #000;
  font-size: 0;
  text-align: center;
  line-height: 1.0;
}

.detail-header h1 > img {
  width: auto;
  height: 32px;
}

h1.page-title{
  font-size: 3.0rem;
  color: #fff;
}

.contact-menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 15px;
}

.contact-menu li{
  margin-right: 15px;
}

.contact-menu li:first-child{
  font-size: 1.8rem;
}

.contact-menu li:last-child{
  margin: 0;
}

.contact-menu p{
  display: flex;
  align-items: center;
}

.contact-menu .title{
  background-color: #E0CA81;
  margin-right: 10px;
  font-size: 1.6rem;
  padding: 1px 20px 2px;
}

.contact-menu .tel{
  font-size: 2.6rem;
}

.contact-menu .reservation a{
  position: relative;
  padding: 1px 25px 1px 15px;
  background-color: #ff3333;
  color: #fff;
  display: block;
  font-weight: 400;
}

.contact-menu .reservation a:hover{
  background-color: rgba(255, 51, 51, 0.8);
}

.contact-menu .reservation a::before{
  display: block;
  content: '';
  position: absolute;
  top: 14px;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-menu ul{
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.nav-menu ul li:last-child a{
  padding: 0;
}

.nav-menu ul li a{
  display: block;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 1.5rem;
  color: #333;
  border-right: 1px dotted #D6D6A8;
}

.nav-menu ul li:last-of-type a{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.nav-menu ul li a:hover{
  color: #E0CA81;
}

.nav-menu ul li:last-child a::after{
  content: none;
  margin: 0;
  padding: 0;
  background: none;
}

.nav-menu ul li img{
  max-width: inherit;
}

.sp-nav-btn{
  display: none;
}


/** メイン
---------------------------------------------**/
main{
  display: block;
  padding-top: 120px;
  overflow: hidden;
}

.single-header + main{
  padding-top: 125px;
}

.main-image{
  position: relative;
}

.caption{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  text-align: center;
}

.caption > img{
  width: 35%;
  margin: -5% auto 0 5%;
}

.content-area{
  width: 1200px;
  margin: -120px auto 0;
  padding-top: 120px;
}

.content-area.contact{
  padding-bottom: 90px;
}

.content-area h2{
  margin-top: 195px;
  text-align: center;
  line-height: 1.0;
}

.content-area.consept h2{
  margin-top: 100px;
}

.content-area h2 span{
  display: block;
  padding: 20px 0 0;
}

.content-inner{
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
  text-align: center;
}

.content-inner .message{
  padding-bottom: 50px;
  font-size: 1.8rem;
  line-height: 2.8;
}

.content-inner .message.default{
  padding-bottom: 0;
}

.content-inner h3{
  margin-bottom: 60px;
  font-size: 1.8rem;
  text-align: center;
}

.pdf-link{
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.pdf-link li{
  margin-right: 30px;
}

.pdf-link li:nth-of-type(3n),
.pdf-link li:last-child{
  margin-right: 0;
}

.pdf-link a{
  min-width: 380px;
  width: auto;
  display: block;
  margin: 10px 0 0;
  padding: 15px 10px;
  background-color: #F3EACD;
  border: none;
  border-radius: 10px;
  color: #333;
  box-sizing: border-box;
  font-size: 1.8rem;
}

.pdf-link a:hover{
  background-color: #E0CA81;
  color: #fff;
}

.pdf-link img{
  width: 240px;
  height: auto;
}

.content-image{
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.content-image.add-mg{
  margin-top: 10px;
}


/** トピックス
---------------------------------------------**/
.topics-list{
  width: 980px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.topics-list > li{
  width: 300px;
  min-width: 300px;
  margin: 0 40px 40px 0;
}

.topics-list > li:nth-of-type(3n),
.topics-list > li:last-child{
  margin-right: 0;
}

.topics-list .thumbnail{
  width: 300px;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.topics-list .thumbnail > img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: initial;
  width: 100%;
  height: auto;
}

.topics-list .text{
  padding-top: 10px;
  text-align: left;  
}

.topics-list .text .date{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.0;
  font-size: 1.4rem;
}

.topics-list .text .date > * {
  margin-bottom: 10px;
}

.topics-list .text .update{
  margin-left: 8px;
  margin-right: 8px;
}

.topics-list .text .categories{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topics-list .text .categories > li{
  background-color: #F3EACD;
  padding: 3px 10px;
  margin-right: 3px;
}

.topics-list .text .categories > li:last-of-type{
  margin-right: 0;
}

.topics-list h4{
  margin: 0 0 5px;
}

.topics-list .text a{
  margin-right: 5px;
  text-decoration: underline;
}

.topics-list .text p{
  font-size: 1.4rem;
}

.topics-list .new-icon{
  font-weight: bold;
  color: #d41111;
}


/** アクセス
---------------------------------------------**/
.map{
  margin-bottom: 10px;
  text-align: center;
}

.access-info{
  margin-bottom: 20px;
}


/** コンタクト
---------------------------------------------**/
.contact-logo{
  margin-bottom: 25px;
  text-align: center;
}

.contact-logo > img{
  width: 282px;
  height: auto;
}

.logo-name{
  padding: 25px 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.address{
  margin-bottom: 30px;
  text-align: center;
}

.address .pd-r{
  padding-right: 15px;
}

.reservation{
  margin-bottom: 30px;
  color: #CC0033;
}

.business-hours{
  margin-top: 30px;
}

.regular-holiday{
  margin-top: 30px;
}

.attention{
  padding-left: 5em;  
}

.instagrem,
.personal-info {
  margin-top: 60px;
}

.personal-info a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 45px;
  border: 1px solid #999;
  margin: 0 auto;
}

.personal-info a:hover {
  background-color: #f2f2f2;
}

/** 詳細ページ
---------------------------------------------**/
.page-container time{
  display: block;
  padding: 30px 0 0;
  font-size: 1.4rem;
  text-align: right;
}

.page-container time span{
  margin-left: 5px;
}

.page-container .content-detail{
  width: 1200px;
  margin: 0 auto 70px;
}

.page-container .content-detail h2{
  padding: 60px 0;
  text-align: center;
}

.page-container .content-detail h2 span{
  display: block;
  padding: 20px 0 0;
}

.page-container .image-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-container .image-list {
  max-width: 50%;
  width: 500px;
  padding-right: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}

.page-container .image-list:nth-of-type(2n) {
  padding: 0 0 0 10px;
}

.page-container .image-list a{
  display: block;  
}

.page-container .image-list p{
  margin: 5px 0 0;
}

.page-container .detail-text{
  width: 880px;
  margin: 0 auto;
}

.page-container .detail-text img{
  height: auto!important;
}

.page-container .title{
  margin: 20px 0 50px;
  font-size: 2.6rem;
  text-align: center;
}

.page-container .text-area{
  margin: 0 auto 30px;
  font-size: 1.7rem;
}

.page-container .contact-logo{
  padding-top: 10px;
}

.icon-link-list,
.link-list{
  margin: 0;
}

.icon-link-list li,
.link-list li{
  margin-bottom: 5px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 20px;
}

.icon-link-list li.icon-pdf{
  background-image: url(images/icon_pdf.png);
}

.icon-link-list li.icon-word{
  background-image: url(images/icon_word.png);
}

.icon-link-list li.icon-excel{
  background-image: url(images/icon_excel.png);
}

.link-list li.icon-link{
  background-image: url(images/icon_link.png);
}

.icon-link-list img,
.link-list img{
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.icon-link-list a,
.link-list a{
  text-decoration: underline;
}

.more{
  width: 170px;
  display: block;
  margin: 40px auto 20px;
  padding: 5px 10px;
  border: 1px solid #F3EACD;
  background-color: #F3EACD;
  color: #333;
  text-align: center;
}

.more:hover{
  background-color: #E0CA81;
  border-color: #E0CA81;
  color: #fff;
}

.more-hide {
  display: none;
}

.page-nav{
  display: flex;
  justify-content: center;
}

.page-nav a{
  border-color: #F3EACD;
  color: #333;
}

.page-nav a:hover{
  background-color: #E0CA81;
  color: #fff;
}

.page-nav .prev{
  margin: 10px 0 10px;
}

.page-nav .next{
  margin: 10px 0 10px;
}

.page-nav .prev + .next{
  margin-left: 20px;
}

.page-nav .more-hide + .next{
  margin-left: 0;
}


/** フッター
---------------------------------------------**/
footer{
  margin-top: auto;
  font-weight: 400;
}

.footer-content{
  padding: 40px 0;
  background-color: #F7F7F7;
  text-align: center;
}

.footer-content h2{
  font-size: 1.6rem;
  font-weight: 400;
}

.footer-content p{
  margin-bottom: 0;
}

.footer-content a{
  color: #333;
}

.copyright{
  margin: 0;
  padding: 30px 0;
  background-color: #B3B3B3;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.0;
}


/** 404エラー
---------------------------------------------**/
h1.error-title{
  font-size: 3.0rem;
  color: #fff;
}

.error-message-404{
  padding: 60px 0;
  text-align: center;
}