@charset "UTF-8";
@media (min-width:1051px){
body{
    margin: 0;
    padding: 0;
    font-size: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
}

/*========================== aboutページ ====================================================*/
#about {
  overflow: hidden;
  background-color: #f5f5ea;
}

#about .about_inner {
  max-width: 1000px;
  margin: 0 auto;
}

/*======= MV =======*/
#about .mv {
  position: relative;
}

#about .mv::before {
  content: "";
  display: block;
  padding-top: 40%;
}

#about .mv img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}

#about .mv_title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*======== 代表挨拶部分 ========*/
#about .message_inner {
  padding: 80px 50px;
}

#about .message h1 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.714;
}

#about .message_image {
  position: relative;
  width: 400px;
  margin: 60px auto 0;
}

#about .message_image::before {
  content: "";
  display: block;
  padding-top: 116.7%;
}

#about .message_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  object-position: 50% top;
}
/*代表の名前部分*/
#about .message_contents .meta {
  font-size: 20px;
  font-weight: 600;
  line-height: 3;
  margin-top: 20px;
}

#about .message_contents .meta_post {
  margin-right: 20px;
}

#about .message_contents .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}

#about .message_contents .text .p_text:not(:first-child) {
  margin-top: 35px;
}


/*westainとは？*/
#about .desc_westain_inner {
  background-color: #eae8e4;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50% + 50px) 130px;
}/*背景のみ画面いっぱいに*/

#about .desc_westain_inner h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.1em;
}

#about .desc_westain_inner .sub_title {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3333;
  margin-top: -13px;
}

#about .desc_westain_inner .sub_title span {
  margin-right: 25px;
}/*”笑い”と”感動”部分の余白*/

#about .desc_westain_inner .sub_title span:not(:first-child) {
  margin-left: 25px;
}/*”笑い”と”感動”部分の余白*/

#about .desc_westain_inner .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.2222;
  letter-spacing: 0.1em;
  margin-top: 70px;
}

#about .desc_westain_inner .desc_image {
  display: flex;
  height: 300px;
  margin: 90px -60px 0;
}

#about .desc_westain_inner .desc_image img {
  width: 500px;
  object-fit: cover;
}
#about .desc_westain_inner .desc_image img:first-child {
  margin-right: 20px;
}

/*会社概要*/
#about .company_inner{
  padding: 80px 100px 150px;
}

#about .company_inner h1 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.714;
}

#about .company_inner .company_logo {
  text-align: center;
  margin-top: 60px;
}

#about .company_inner .company_logo img {
  width: 250px;
}

#about .company_inner h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  text-align: center;
  margin-top: 0px;
}

#about .company_inner .company_info .company_info_item {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #b3b3b3;
  padding: 25px 0;
}

#about .company_inner .company_info .company_info_item:last-child {
  border-bottom: none;
}

#about .company_inner .company_info .company_info_item span {
  margin: 0 8px;
}/*”笑い”と”感動”部分の余白*/

#about .company_inner .company_info .company_info_item:first-child span:first-child {
  margin-left: 0;
}/*”笑い”と”感動”　最初の箇所の余白*/

#about .company_inner .company_info .company_info_item dt {
  width: 25%;
  font-size: 15px;
  font-weight: 500;
}

#about .company_inner .company_info .company_info_item dd {
  width: 75%;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7333;
  letter-spacing: 0.1em;
}

/*================== ニュース(news.html) ==========================================*/
#news{
    width: 100%;
    background-color: #F5F5EA; 
}
    
#news .mv_box{
        position: relative;
}

#news .mv_box h2{
        font-size: 34px;
        color: #fff;
        letter-spacing: 3px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-135%);
}
        
#news .news_img{
    width: 1000px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0 50px;
}

#news .news_article{
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
}

#news .news_article .list{
    display: flex;
    flex-wrap: wrap;
}


#news .news_article .list .post{
    margin:0 20px 60px 0;
}

#news .news_article .list .post:hover{
    opacity: 0.5;
}

/*===記事内画像リンクの動き===*/
#news .news_article .list .post a .mask img{
    transform: scale(1);
	transition: .4s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}
/*===hoverした時の変化===*/
#news .news_article .list .post a:hover img{
	transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}

/*===画像のマスク===*/
#news .news_article .list .post a .mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

#news .news_article .list .post:nth-of-type(4n){
    margin-right: 0;
}

#news .news_article .list .post a{
    text-decoration: none;
    color: #000;
}

#news .news_article .list .post a img{
/*    margin: 0 0 15px 0;*/
} 

/*===記事内の日付===*/
#news .news_article .list .post a .day{
    font-size: 13px;
    display: block;
    margin-top: 15px;
}

#news .news_article .list .post a .title{
    font-size: 16px;
    margin: 0 0 60px;
}
    
    /*====ニュース第2階層 一覧ページ(WP化)====*/
    #wpsp-30{
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 65px;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner{
        position: relative;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-title{
        position: absolute;
        bottom: -40px;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-meta{
        position: absolute;
        bottom: -15px;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-image a{
        display: block;
    line-height: 0;
    overflow: hidden;
    }
    
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-image a .attachment-full{
        transform: scale(1);
        transition: .4s ease-in-out;
    }
    
    /*===ここまで====*/
/*==================ニュース第3階層 詳細ページ=================*/
    #news_3f{
        font-size: 14px;
        background: #f5f5ea;
    }
    
    #news_3f .article_box{
        width: 1000px;
        margin: 0 auto;
    }
    
    #news_3f h3{
        margin: 0;
    }
    
    #news_3f .pager{
        margin: 30px 0 0 0;
    }
    
    #news_3f .pager a{
        text-decoration: none;
    }
    
    /*====ニュース第3階層 詳細ページ(WP化)====*/
    #news #article{
        font-size: 14px;
        width: 1000px;
        margin: 0 auto;
    }
    
    #news #article p{
        margin: 0 0;
        font-size: 15px;
    }
    
    #news #article h4{
        margin: 0 0 30px;
        font-size: 25px;
        font-weight: 300;
    }
    
    #news #article .text{
        width: 900px;
        margin: 0 auto;
    }
    
    #news #article .text .wp-block-image{
        margin: 40px auto 45px;
        text-align: center;
    }
    
    #news #article .text .wp-block-image img{
        width: 70%;
    }
    
    #news #article .pager{
        margin: 0;
        text-align: center;
        padding: 75px 0 90px;
    }
    
    #news #article .pager a{
        text-decoration: none;
        color: #333;
    }
    
    #news #article .pager a:hover{
        color: #ccc;
    }
    
    #news #article .pager .return .circle{
        margin-left: 6px;
    }
/*===ここまで====*/
    
/*=======================店舗一覧（restaurant）第2階層=========================*/
      #restaurant .mv_box{
        position: relative;
    }    
    
    #restaurant .mv_box h2{
        font-size: 34px;
        color: #fff;
        letter-spacing: 2px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-135%);
    }
    
#restaurant .restaurant_box{
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 100px;
}

#restaurant .restaurant_box .shop_list{
    width: 800px;
    margin:50px auto auto;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
    
    #restaurant .restaurant_box .shop_list .fly_box{
        display: flex;
        flex-wrap: wrap;
    } 


#restaurant .restaurant_box .shop_list:last-of-type{
    border: none;
}

#restaurant .restaurant_box .shop_list .shop{
    display: flex;
    flex-wrap: wrap;
}

#restaurant .shop_list .list{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    padding: 55px 0 80px 0px;
}

#restaurant .shop_list .list a{
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #696666;
    border: 2px solid;
    padding: 20px 90px;
    transition: .5s;
}
    
#restaurant .shop_list .list a .fa-chevron-right{
    margin: 3px 0 3px 10px;
    height: 0.7em;
}

#restaurant .shop_list .list a:hover{
    color: #FFFFFF;
    background-color: #8C8C8C;
}

/*===各店舗ロゴの大きさ===*/
#restaurant .shop_list .list a:hover{
    opacity: 0.5;
}

#restaurant .restaurant_box .shop_list img{
    width: 280px;
}

#restaurant .restaurant_box .shop_list .ondori{
    width: 190px;
}

#restaurant .restaurant_box .shop_list .nihon_ichi{
    width: 250px;
}

 /*===音鶏屋===*/
#restaurant .shop_list .ondori_shop{
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 55px 3% 0px 0px;
}

    #restaurant .shop_list .ondori_shop:last-child {
        padding-bottom: 80px;
    }

    #restaurant .shop_list .ondori_shop:nth-of-type(3n){
        padding-right: 0;
    }

/*==================店舗情報第3階層 あげてんかっ（restaurant_3f）・音鶏屋・日本一=================*/
#restaurant_3f,#restaurant  {
    width: 100%;
    background-color: #F5F5EA; 
}
    
#restaurant_3f .mv_box{
        position: relative;
}

#restaurant_3f .mv_box h2{
        font-size: 34px;
        color: #fff;
        letter-spacing: 3px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-135%);
}
    
/*メインビジュアル部分第二階層（店舗一覧）と共通*/
#restaurant_3f .restaurant_img,#restaurant .restaurant_img{
    width: 1000px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0 100px;
}

#restaurant_3f .store_info{
    width: 800px;
    margin: 0 auto;
}

#restaurant_3f .store_info img{
    display: block;
    width: 30%;
    margin: 0 auto 80px;
}



/*--h3共通--*/
#restaurant_3f .store_info h3,.menu h3,#restaurant h3{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
}

#restaurant_3f .store_info dl{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

#restaurant_3f .store_info dl dt{
    width: 40%;
    border-bottom: solid 1px #b3b3b3;
    padding: 30px 0;
}

#restaurant_3f .store_info dl dt:last-of-type{
    border-bottom: none;
}


#restaurant_3f .store_info dl dd{
    width: 60%;
    border-bottom: solid 1px #b3b3b3;
    margin: 0;
    padding: 30px 0;
}

#restaurant_3f .store_info dl dd:last-of-type{
    border-bottom: none;
}


/*--予約ボタン部分--*/
#restaurant_3f .reserve_area{
    width: 100%;
    height: 200px;
    background-color: #fffff7;
    margin: 0 auto;
    text-align: center;
}

#restaurant_3f .reserve_area .reserve_btn{
    padding: 85px 0;
}

#restaurant_3f .reserve_area .reserve_btn a{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    padding: 20px 180px;
}

#restaurant_3f .reserve_area .reserve_btn a:hover{
    opacity: 0.5;
    transition: .4s
}

/*--SNS--*/
#restaurant_3f .sns{
    width: 100%;
    height: 120px;
    background-color: #fff;
}

#restaurant_3f .sns p{
    margin: 0;
    font-size: 15px;
    text-align: center;
    color: #ccc;
    padding: 50px 0;
}

/*--メニュー部分--*/
#restaurant_3f .menu{
    width: 100%;
    background-color: #eae8e4;
}

#restaurant_3f .menu .menu_box{
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 100px;
}

#restaurant_3f .menu .menu_box h3{
    padding: 80px 0 80px;
}

#restaurant_3f .menu .menu_box img{
    display: inline-block;
}

#restaurant_3f .menu .menu_box .menu_text{
    display: inline-block;
    width: 45%;
    padding: 0px 0 0 50px;
    margin: 0;
    vertical-align: top;
}

#restaurant_3f .menu .menu_box .menu_text .introduction span{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}

#restaurant_3f .menu .menu_box .menu_text .introduction p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin: 40px 0 0 0;
}

#restaurant_3f .menu .menu_box .menu_text .point{
    padding: 30px 0 0 0;
}

#restaurant_3f .menu .menu_box .menu_text .point span{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

#restaurant_3f .menu .menu_box .menu_text .point p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}
/*--地図--*/
#restaurant_3f .map iframe{
    width: 100%;
    height: 400px;
}

/*--スライド部分--*/
#restaurant_3f .staff_photos{
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}

#restaurant_3f .staff_photos ul{
    padding: 0;
}

/*======================= contactページ =========================================================*/
#contact {
  overflow: hidden;
  background-color: #f5f5ea;
}

#contact .contact_inner {
  max-width: 1000px;
  margin: 0 auto 100px;
}

/*======= MV =======*/
#contact .mv {
  position: relative;
  background: rgba(255,255,255,0.6);
}

#contact .mv::before {
  content: "";
  display: block;
  padding-top: 40%;
}

#contact .mv img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  object-position: 50% 30%;
}

#contact .mv_title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*フォーム*/
#contact .contact_form {
  margin: 60px auto 80px;
}

#contact .contact_form table {
  width: 100%;
  border-collapse: collapse;  
}

#contact .contact_form p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

#contact .contact_form th {
  width: 30%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: right;
}

#contact .contact_form th,
#contact .contact_form td {
  padding: 15px 10px;
  vertical-align: top;
}

#contact .contact_form span.required {
  color: #FF0004;
  font-size: 12px;
  margin: 0 10px;
}

#contact .contact_form .input {
  width: 50%;  
}

#contact .contact_form .input2 {
  width: 95%;  
}

#contact .contact_form .input3 {
  width: 20%;  
}

#contact .contact_form .textarea {
  width: 95%;
}

#contact .contact_form .input,
#contact .contact_form .input2,
#contact .contact_form .input3,
#contact .contact_form .textarea {
  padding: 10px 15px;
  border: 2px solid #e8dfcc;
  font-size: 16px;
  border-radius: 5px;
}

#contact .contact_form .button_box {
  text-align: center;
  margin-top: 60px;
}

#contact .contact_form .button_box .submit {
  width: 300px;
  padding: 20px 70px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 10px;
  margin: 0 18px;
  border: 2px solid #e8dfcc;
  transition: .5s;
}

#contact .contact_form .button_box .submit.confirm {
  background-color: #fccb65;
  
}

#contact .contact_form .button_box .submit.confirm:hover {
  background-color: #fff;
  cursor: pointer;
}

#contact .contact_form .button_box .submit.clear:hover {
  background-color: #fff;
  cursor: pointer;
}

/*個人情報取り扱いについて*/
#contact .contact_form .privacy_policy {
  margin-top: 50px;
}

#contact .contact_form .privacy_policy h2 {
  font-size: 18px;
  color: #998965;
  text-align: center;
}

#contact .contact_form .privacy_policy p.desc {
  text-align: center;
  font-size: 16px;
  margin: 30px 0 50px;
}

#contact .contact_form .privacy_policy p {
  text-align: left;
}

#contact .contact_form .privacy_policy p span {
  color: red;
}

#contact .contact_form .privacy_policy h3 {
  font-size: 16px;
  margin-top: 30px;
  border-bottom: 2px solid #e8dfcc;
}

#contact .contact_form .privacy_policy h4 {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}

#contact .contact_form .privacy_policy h4::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ad9e7d no-repeat;
  border-radius: 5px;
}

#contact .contact_form .privacy_policy .policy_contents_text p {
  margin: -5px 0 35px;
}

#contact .contact_form .privacy_policy .agree_area {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .contact_form .privacy_policy .agree_area #agree {
  width: 20px;
  height: 20px;
  margin: 0;
}
    
/*===お問い合わせ確認画面ページ====*/
    #contact .confirmation_word{
        margin: 40px 0 5px;
        text-align: center;
        color: #998965; 
        letter-spacing: 1px;
    }
    
    #contact .confirmation_text{
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    
    #contact .confirmation_text form .contact_form{
        font-size: 14px;
    }
    
/*=====メール送信完了画面======*/
    #completion h2{
        margin: 40px 0 5px;
        text-align: center;
        color: #998965;
        letter-spacing: 1px;
    }
    
    #completion h3{
        margin: 30px 0 0;
    }
    
    #completion .completion_text{
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.5px;
        padding: 20px 0 40px;
    }
    
    #completion .return_btn{
        text-decoration: none;
            display: block;
            border: 1px solid #4d4d4d;
            padding: 15px;
            width: 25%;
            text-align: center; 
            margin: 0 auto;
            letter-spacing: 0.5px;
            color: #4d4d4d;
    }
    
    #completion .return_btn:hover{
        background-color: #000;
            color: #fff;
            transition: .3s;
    }
}
/*===========================タブレット================================*/
@media screen and (min-width:701px) and ( max-width:1050px){
body{
    margin: 0;
    padding: 0;
    font-size: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
}
    
/*===================== header =============================================*/ 
header {
  background-color: #f5f5ea;
}
    
header .header_inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0 37px;
}

header .header_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

header .header_nav ul li:not(:first-child) {
  padding-left: 18px;
}

header .header_nav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: .4s;
}

header .header_nav ul li a:hover{
    color: #ccc;
}

header .header_logo {
  width: 125px;
  vertical-align: bottom;
  padding: 0 0 2px 0;
}

    
/*===各ページのメインビジュアルアニメーション===*/
.blur{
	animation-name:blurAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
    }
/*===================== footer =============================================*/
footer {
  background-color: #f5f5ea;
}

footer .footer_inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 80px;
}

footer .footer_inner .footer_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

footer .footer_nav ul li:not(:first-child) {
  padding-left: 15px;
}

footer .footer_nav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: .4s;
}

footer .footer_nav ul li a:hover{
    color: #ccc;
}

footer .footer_meta {
  text-align: right;
}

footer .footer_meta .footer_logo {
  width: 80%;
  vertical-align: bottom;
}

footer .footer_meta .footer_copy {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-top: 15px;
}

/*========================== aboutページ ====================================================*/
#about {
  overflow: hidden;
  background-color: #f5f5ea;
}

#about .about_inner {
/*  max-width: 1000px;*/
  margin: 0 auto;
}

/*======= MV =======*/
#about .mv {
  position: relative;
}

#about .mv::before {
  content: "";
  display: block;
  padding-top: 40%;
}

#about .mv img {
  position: absolute;
  width: 90%;
/*  height: 100%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}

#about .mv_title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*======== 代表挨拶部分 ========*/
#about .message_inner {
  padding: 60px 50px 40px;
}

#about .message h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.714;
}

#about .message_image {
  position: relative;
  width: 400px;
  margin: 60px auto 0;
}

#about .message_image::before {
  content: "";
  display: block;
  padding-top: 116.7%;
}

#about .message_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  object-position: 50% top;
}
/*代表の名前部分*/
#about .message_contents .meta {
  font-size: 18px;
  font-weight: 600;
  line-height: 3;
  margin-top: 40px;
}

#about .message_contents .meta_post {
  margin-right: 20px;
}

#about .message_contents .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}

#about .message_contents .text .p_text:not(:first-child) {
  margin-top: 35px;
}

/*westainとは？*/
#about .desc_westain_inner {
  background-color: #eae8e4;
/*
  width: 90vw;
  margin: 0 calc(50% - 50vw);
*/
  padding: 80px 50px;
}/*背景のみ画面いっぱいに*/

#about .desc_westain_inner h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}

#about .desc_westain_inner .sub_title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3333;
  margin-top: -13px;
}

#about .desc_westain_inner .sub_title span {
  margin-right: 25px;
}/*”笑い”と”感動”部分の余白*/

#about .desc_westain_inner .sub_title span:not(:first-child) {
  margin-left: 25px;
}/*”笑い”と”感動”部分の余白*/

#about .desc_westain_inner .text {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.2222;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

#about .desc_westain_inner .desc_image {
  display: flex;
  justify-content: center;
/*  height: 300px;*/
  margin: 40px 60px 0;
}

#about .desc_westain_inner .desc_image img {
  width: 55%;
  object-fit: cover;
}
#about .desc_westain_inner .desc_image img:first-child {
  margin-right: 20px;
}

/*会社概要*/
#about .company_inner{
  padding: 40px 80px 100px;
}

#about .company_inner h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.714;
}

#about .company_inner .company_logo {
  text-align: center;
  margin-top: 60px;
}

#about .company_inner .company_logo img {
  width: 250px;
}

#about .company_inner h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  text-align: center;
  margin-top: 0px;
}

#about .company_inner .company_info .company_info_item {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #b3b3b3;
  padding: 25px 0;
}

#about .company_inner .company_info .company_info_item:last-child {
  border-bottom: none;
}

#about .company_inner .company_info .company_info_item span {
  margin: 0 8px;
}/*”笑い”と”感動”部分の余白*/

#about .company_inner .company_info .company_info_item:first-child span:first-child {
  margin-left: 0;
}/*”笑い”と”感動”　最初の箇所の余白*/

#about .company_inner .company_info .company_info_item dt {
  width: 30%;
  font-size: 15px;
  font-weight: 500;
}

#about .company_inner .company_info .company_info_item dd {
  width: 70%;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7333;
  letter-spacing: 0.1em;
}

/*================== ニュース(news.html) ==========================================*/
#news{
    width: 100%;
    background-color: #F5F5EA; 
}

#news .mv_box{
        position: relative;
}

#news .mv_box h2{
        font-size: 30px;
        color: #fff;
        letter-spacing: 3px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-135%);
}
    
#news .news_img{
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0 40px;
}
    
#news .news_article{
    width: 90%;
    margin: 0 auto;
}

#news .news_article .list{
    display: flex;
    flex-wrap: wrap;
}


#news .news_article .list .post{
    width: 175px;
    margin:0 2.5% 6% 0;
    text-align: center;
}

#news .news_article .list .post:hover{
    opacity: 0.5;
}

/*===記事内画像リンクの動き===*/
#news .news_article .list .post a .mask img{
    transform: scale(1);
	transition: .4s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
    width: 95%;
}
/*===hoverした時の変化===*/
#news .news_article .list .post a:hover img{
	transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}

/*===画像のマスク===*/
#news .news_article .list .post a .mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

#news .news_article .list .post:nth-of-type(4n){
    margin-right: 0;
}

#news .news_article .list .post a{
    text-decoration: none;
    color: #000;
}

#news .news_article .list .post a img{
/*    margin: 0 0 15px 0;*/
} 

/*===記事内の日付===*/
#news .news_article .list .post a .day{
    font-size: 12px;
    display: block;
    margin-top: 15px;
    text-align: left;
}

#news .news_article .list .post a .title{
    font-size: 14px;
    margin: 0 0 25px;
    text-align: left;
}
    /*====ニュース第2階層 一覧ページ(WP化)====*/
    #wpsp-30{
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 65px;
        font-size: 14px;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner{
        position: relative;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-title{
        position: absolute;
        font-size: 12px;
        bottom: -45px;
        left: 0;
        text-align: left;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-meta{
        position: absolute;
        bottom: -5px;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-image a{
        display: block;
    line-height: 0;
    overflow: hidden;
    }
    
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-image a .attachment-full{
        transform: scale(1);
        transition: .4s ease-in-out;
        width: 100%;
    }
    
    /*===ここまで====*/
        
/*==================ニュース第3階層 詳細ページ=================*/
    #news .article_box{
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
    }
    
    #news h3{
        margin: 0;
    }
    
    #news .pager{
        margin: 30px 0 0 0;
    }
    
    #news .pager a{
        text-decoration: none;
    }
/*====ニュース第3階層 詳細ページ(WP化)====*/
    #news #article{
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }
    
    #news #article p{
        margin: 0 0;
        font-size: 15px;
    }
    
    #news #article h4{
        margin: 0 0 30px;
        font-size: 25px;
        font-weight: 300;
    }
    
    #news #article .text{
        width: 90%;
        margin: 0 auto;
    }
    
    #news #article .text .wp-block-image{
        margin: 40px auto 45px;
        text-align: center;
    }
    
    #news #article .text .wp-block-image img{
        width: 70%;
    }
    
    #news #article .pager{
        margin: 0;
        text-align: center;
        padding: 75px 0 80px;
    }
    
    #news #article .pager a{
        text-decoration: none;
        color: #333;
    }
    
    #news #article .pager a:hover{
        color: #ccc;
    }
    
    #news #article .pager .return .circle{
        margin-left: 6px;
    }
/*===ここまで====*/
    
/*=======================店舗一覧（restaurant）第2階層=========================*/
     #restaurant .mv_box{
        position: relative;
    }    
    
    #restaurant .mv_box h2{
        font-size: 30px;
        color: #fff;
        letter-spacing: 3px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-120%);
    }
    
#restaurant .restaurant_box{
    width: 80%;
    margin: 0 auto;
    padding: 0 0 50px;
}

#restaurant .restaurant_box .shop_list{
    width: 100%;
    margin:30px auto auto;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

#restaurant .restaurant_box .shop_list:last-of-type{
    border: none;
}

#restaurant .restaurant_box .shop_list .shop{
/*
    display: flex;
    justify-content: space-between;
*/
}

#restaurant .shop_list .list{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 25px 0 10px 0px;
}
    
#restaurant .shop_list .list:last-of-type{
    padding-bottom: 35px;
}

#restaurant .shop_list .list a{
    display: block;
    text-decoration: none;
    color: #696666;
    border: 2px solid;
    width: 65%;
    margin: 0 auto;
    padding: 15px 0px;
}
    
#restaurant .shop_list .list a .fa-chevron-right{
    margin: 3px 0 3px 10px;
    height: 0.7em;
}

#restaurant .shop_list .list a:hover{
    color: #FFFFFF;
    background-color: #8C8C8C;
}


#restaurant .shop_list .list a:hover{
    opacity: 0.5;
}

/*===各店舗ロゴの大きさ===*/
#restaurant .restaurant_box .shop_list img{
    width: 30%;
}

#restaurant .restaurant_box .shop_list .ondori{
    width: 22%;
}

#restaurant .restaurant_box .shop_list .nihon_ichi{
    width: 31%;
}

/*==================店舗情報第3階層 あげてんかっ（restaurant_3f）・音鶏屋・日本一=================*/
#restaurant_3f,#restaurant  {
    width: 100%;
    background-color: #F5F5EA; 
}
/*メインビジュアル部分第二階層（店舗一覧）と共通*/
#restaurant_3f .restaurant_img,#restaurant .restaurant_img{
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0 40px;
}

#restaurant_3f .store_info{
    width: 80%;
    margin: 0 auto;
}

#restaurant_3f .store_info img{
    display: block;
    width: 38%;
    margin: 0 auto 50px;
}

/*--h3共通--*/
#restaurant_3f .store_info h3,
    .menu h3,
    #restaurant h3{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
}

#restaurant_3f .store_info dl{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

#restaurant_3f .store_info dl dt{
    width: 40%;
    border-bottom: solid 1px #b3b3b3;
    padding: 30px 0;
}

#restaurant_3f .store_info dl dt:last-of-type{
    border-bottom: none;
}


#restaurant_3f .store_info dl dd{
    width: 60%;
    border-bottom: solid 1px #b3b3b3;
    margin: 0;
    padding: 30px 0;
}

#restaurant_3f .store_info dl dd:last-of-type{
    border-bottom: none;
}


/*--予約ボタン部分--*/
#restaurant_3f .reserve_area{
    width: 100%;
    height: 200px;
    background-color: #fffff7;
    margin: 0 auto;
    text-align: center;
}

#restaurant_3f .reserve_area .reserve_btn{
    padding: 85px 0;
}

#restaurant_3f .reserve_area .reserve_btn a{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    padding: 20px 180px;
}

#restaurant_3f .reserve_area .reserve_btn a:hover{
    opacity: 0.5;
    transition: .4s
}

/*--SNS--*/
#restaurant_3f .sns{
    width: 100%;
    height: 120px;
    background-color: #fff;
}

#restaurant_3f .sns p{
    margin: 0;
    font-size: 15px;
    text-align: center;
    color: #ccc;
    padding: 50px 0;
}

/*--メニュー部分--*/
#restaurant_3f .menu{
    width: 100%;
    background-color: #eae8e4;
}

#restaurant_3f .menu .menu_box{
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 50px;
}

#restaurant_3f .menu .menu_box h3{
    padding: 50px 0 35px;
}

#restaurant_3f .menu .menu_box img{
    display: inline-block;
}

#restaurant_3f .menu .menu_box .menu_text{
    display: inline-block;
/*    width: 45%;*/
    padding: 25px 0 0 0px;
    margin: 0;
    vertical-align: top;
    text-align: left;
}

#restaurant_3f .menu .menu_box .menu_text .introduction span{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}

#restaurant_3f .menu .menu_box .menu_text .introduction p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin: 20px 0 0 0;
}

#restaurant_3f .menu .menu_box .menu_text .point{
    padding: 30px 0 0 0;
}

#restaurant_3f .menu .menu_box .menu_text .point span{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

#restaurant_3f .menu .menu_box .menu_text .point p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}
/*--地図--*/
#restaurant_3f .map iframe{
    width: 100%;
    height: 400px;
}

/*--スライド部分--*/
#restaurant_3f .staff_photos{
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}

#restaurant_3f .staff_photos ul{
    padding: 0;
}

/*======================= contactページ =========================================================*/
#contact {
  overflow: hidden;
  background-color: #f5f5ea;
}

#contact .contact_inner {
  max-width: 90%;
  margin: 0 auto 60px;
}

/*======= MV =======*/
#contact .mv {
  position: relative;
  background: rgba(255,255,255,0.6);
}

#contact .mv::before {
  content: "";
  display: block;
  padding-top: 40%;
}

#contact .mv img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  object-position: 50% 30%;
}

#contact .mv_title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*フォーム*/
#contact .contact_form {
  margin: 60px auto 80px;
}

#contact .contact_form table {
  width: 100%;
  border-collapse: collapse;  
}

#contact .contact_form p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

#contact .contact_form th {
  width: 30%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: right;
}

#contact .contact_form th,
#contact .contact_form td {
  padding: 15px 10px;
  vertical-align: top;
}

#contact .contact_form span.required {
  color: #FF0004;
  font-size: 12px;
  margin: 0 10px;
}

#contact .contact_form .input {
  width: 50%;  
}

#contact .contact_form .input2 {
  width: 95%;  
}

#contact .contact_form .input3 {
  width: 20%;  
}

#contact .contact_form .textarea {
  width: 95%;
}

#contact .contact_form .input,
#contact .contact_form .input2,
#contact .contact_form .input3,
#contact .contact_form .textarea {
  padding: 10px 15px;
  border: 2px solid #e8dfcc;
  font-size: 16px;
  border-radius: 5px;
}

#contact .contact_form .button_box {
  text-align: center;
  margin-top: 60px;
}

#contact .contact_form .button_box .submit {
  width: 44%;
  padding: 20px 70px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 10px;
  margin: 0 18px;
  border: 2px solid #e8dfcc;
  transition: .5s;
}

#contact .contact_form .button_box .submit.confirm {
  background-color: #fccb65;
  
}

#contact .contact_form .button_box .submit.confirm:hover {
  background-color: #fff;
  cursor: pointer;
}

#contact .contact_form .button_box .submit.clear:hover {
  background-color: #fff;
  cursor: pointer;
}

/*個人情報取り扱いについて*/
#contact .contact_form .privacy_policy {
  margin-top: 50px;
}

#contact .contact_form .privacy_policy h2 {
  font-size: 18px;
  color: #998965;
  text-align: center;
}

#contact .contact_form .privacy_policy p.desc {
  text-align: center;
  font-size: 16px;
  margin: 30px 0 50px;
}

#contact .contact_form .privacy_policy p {
  text-align: left;
}

#contact .contact_form .privacy_policy p span {
  color: red;
}

#contact .contact_form .privacy_policy h3 {
  font-size: 16px;
  margin-top: 30px;
  border-bottom: 2px solid #e8dfcc;
}

#contact .contact_form .privacy_policy h4 {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}

#contact .contact_form .privacy_policy h4::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ad9e7d no-repeat;
  border-radius: 5px;
}

#contact .contact_form .privacy_policy .policy_contents_text p {
  margin: -5px 0 35px;
}

#contact .contact_form .privacy_policy .agree_area {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .contact_form .privacy_policy .agree_area #agree {
  width: 20px;
  height: 20px;
  margin: 0;
}
    
    /*===お問い合わせ確認画面ページ====*/
    #contact .confirmation_word{
        margin: 60px 0 5px;
        text-align: center;
        color: #998965; 
        letter-spacing: 1px;
    }
    
    #contact .confirmation_text{
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    
    #contact .confirmation_text form .contact_form{
        font-size: 14px;
    }

    /*=====メール送信完了画面======*/
    #completion h2{
        margin: 40px 0 5px;
        text-align: center;
        color: #998965;
        letter-spacing: 1px;
    }
    
    #completion h3{
        margin: 30px 0 0;
    }
    
    #completion .completion_text{
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.5px;
        padding: 20px 0 40px;
    }
    
    #completion .return_btn{
        text-decoration: none;
            display: block;
            border: 1px solid #4d4d4d;
            padding: 15px;
            width: 25%;
            text-align: center; 
            margin: 0 auto;
            letter-spacing: 0.5px;
            color: #4d4d4d;
    }
    
    #completion .return_btn:hover{
        background-color: #000;
            color: #fff;
            transition: .3s;
    }
}


/*===========================スマホ================================*/
@media (max-width: 700px){
body{
    margin: 0;
    padding: 0;
    font-size: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
}
/*===================== header =============================================*/ 
header {
  background-color: #f5f5ea;
}

/*===スマホメニュー===*/
    
    .header_logo{
        width: 30%;
        position: absolute;
        top: 20px;
        left: 30px;
        z-index: 3;
    }
    
.drawer{
  display: flex;
  justify-content: space-between;
/*  height: 65px;*/
  padding: 0 20px;
  align-items: center;
  position: relative;
  z-index: 2;
}

    
.Toggle{
  width: 36px;
  height: 25px;
  position: absolute;
  top:15px; 
  right: 30px;
}
    
.Toggle span{
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 8px;
  background-color: #333;
  transition: .5s;/* 追記 */
}
.Toggle span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 0;
}
.Toggle span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  top: 50%;
}
.Toggle span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 100%;
}
    /*jsでslide-menuを指定するとこちらが有効になる。※aタグなどにfont-sizeを指定必須
.header_nav .slide-menu{
  background-color: #FFFFFF;
  position: fixed;
  list-style: none;
  padding: 0;
  top: 65px;
  width: 100%;
  left: 0;
  transform: translateX(100%);
  transition: .5s;
}
.header_nav .slide-menu li{
  color: #000;
  line-height: 400%;
  text-align: center;
}*/
.Toggle.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(405deg);
}
.Toggle.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  opacity: 0;/* 透明にする */
}
.Toggle.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-405deg);
}
    
    /*改訂版　スマホメニュー*/
    .header_nav{ /* display: block; */ background-color: #FFFFFF;  position: fixed;  padding: 0;  margin: 0;top: 0px;  width: 100%;  left: 0;  transform: translateX(100%);  transition: .5s;/* 追記 */  z-index: 1}
    .header_nav.active{  transform: translateX(0);} 
    .header_nav .slide-menu{ /* background-color: #FFFFFF;  position: fixed;  padding: 0;  top: 65px;*/ list-style: none;  width: 100%;  padding: 0;  margin: 0;/* left: 0;  transform: translateX(100%);*/  /*transition: .5s;*//* 追記 */           }
    .header_nav .slide-menu li{   text-align: center; padding: 0;  margin: 0;}
    .header_nav .slide-menu li a{font-size: 14px; font-weight: 700; color: #000; text-decoration: none; line-height: 48px;}
    

/*===各ページのメインビジュアルアニメーション===*/
.blur{
	animation-name:blurAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
    }

/*===================== footer =============================================*/
footer {
  background-color: #f5f5ea;
}

footer .footer_inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 80px;
}

footer .footer_inner .footer_nav ul {
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

footer .footer_nav ul li:not(:first-child) {
  padding-left: 0px;
}

footer .footer_nav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: .4s;
  line-height: 28px;
}

footer .footer_nav ul li a:hover{
    color: #ccc;
}

footer .footer_meta {
  text-align: right;
  margin: 80px 0 0 0;
}

footer .footer_meta .footer_logo {
  width: 75%;
  vertical-align: bottom;
}

footer .footer_meta .footer_copy {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-top: 15px;
}

/*========================== aboutページ ====================================================*/
#about {
  overflow: hidden;
  background-color: #f5f5ea;
}

#about .about_inner {
/*  max-width: 1000px;*/
  margin: 0 auto;
}

/*======= MV =======*/
#about .mv {
  position: relative;
}

#about .mv::before {
  content: "";
  display: block;
  margin-top: 33%;
}

#about .mv img {
  position: absolute;
  width: 90%;
/*  height: 100%;*/
  top: 80%;
  left: 50%;
  transform: translate(-50%,-40%);
  object-fit: cover;
}

#about .mv_title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-20%);
}

/*======== 代表挨拶部分 ========*/
/*
#about .message_inner {
  padding: 130px 50px 30px;
}
*/
    
    #about .about_inner .message{
        width: 80%;
        margin: 0 auto 45px;
    }

#about .message h1 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 40% 0 0;
  margin: 0 0 auto;
/*  line-height: 1.714;*/
}

#about .message_image {
  position: relative;
  width: 100%;
  margin: 12% auto 0;
  text-align: center;
}

#about .message_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#about .message_image img {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-55%);
  object-fit: contain;
  object-position: 50% top;
}
/*代表の名前部分*/
#about .message_contents .meta {
  font-size: 17px;
  font-weight: 600;
  line-height: 3;
  margin-top: 20px;
}

#about .message_contents .meta_post {
  margin-right: 20px;
}

#about .message_contents .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}

#about .message_contents .text .p_text:not(:first-child) {
  margin-top: 35px;
}

/*westainとは？*/
#about .desc_westain_inner {
  background-color: #eae8e4;
/*
  width: 90vw;
  margin: 0 calc(50% - 50vw);
*/
  padding: 30px 50px;
}/*背景のみ画面いっぱいに*/

#about .desc_westain_inner h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}

#about .desc_westain_inner .sub_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3333;
  margin-top: -13px;
}

#about .desc_westain_inner .sub_title span {
  margin-right: 25px;
}/*”笑い”と”感動”部分の余白*/

#about .desc_westain_inner .sub_title span:not(:first-child) {
  margin-left: 25px;
}/*”笑い”と”感動”部分の余白*/

#about .desc_westain_inner .text {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.2222;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

#about .desc_westain_inner .desc_image {
  display: inline-block;
  margin: 5px 30px 0;
  text-align: center;
}

#about .desc_westain_inner .desc_image img {
  width: 100%;
  object-fit: cover;
}
#about .desc_westain_inner .desc_image img:first-child {
  margin-bottom: 20px;
}

/*会社概要*/
#about .company_inner{
  padding: 40px 30px 70px;
}

#about .company_inner h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.714;
}

#about .company_inner .company_logo {
  text-align: center;
  margin-top: 60px;
}

#about .company_inner .company_logo img {
  display: block;
  width: 60%;
  margin:0 auto;
}

#about .company_inner h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  text-align: center;
  margin-top: 0px;
}

#about .company_inner .company_info .company_info_item {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #b3b3b3;
  padding: 18px 0;
}

#about .company_inner .company_info .company_info_item:last-child {
  border-bottom: none;
}

#about .company_inner .company_info .company_info_item span {
  margin: 0 8px;
}/*”笑い”と”感動”部分の余白*/

#about .company_inner .company_info .company_info_item:first-child span:first-child {
  margin-left: 0;
}/*”笑い”と”感動”　最初の箇所の余白*/

#about .company_inner .company_info .company_info_item dt {
  width: 30%;
  font-size: 15px;
  font-weight: 500;
}

#about .company_inner .company_info .company_info_item dd {
  width: 70%;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7333;
  letter-spacing: 0.1em;
}

/*================== ニュース(news.html) ==========================================*/
#news{
    width: 100%;
    background-color: #F5F5EA; 
}

#news .mv_box{
        position: relative;
}

#news .mv_box h2{
        font-size: 28px;
        color: #fff;
        letter-spacing: 3px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-25%);
}

#news .news_img{
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 55px 0 25px;
}

#news .news_article{
    width: 90%;
    margin: 0 auto;
}

#news .news_article .list{
    display: flex;
    flex-wrap: wrap;
}


#news .news_article .list .post{
    width: 47%;
    margin-right: 6%;
    text-align: center;
}

#news .news_article .list .post:hover{
    opacity: 0.5;
}

/*===記事内画像リンクの動き===*/
#news .news_article .list .post a .mask img{
    transform: scale(1);
	transition: .4s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
    width: 95%;
}
/*===hoverした時の変化===*/
#news .news_article .list .post a:hover img{
	transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}

/*===画像のマスク===*/
#news .news_article .list .post a .mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

#news .news_article .list .post:nth-of-type(2n){
    margin-right: 0;
}

#news .news_article .list .post a{
    text-decoration: none;
    color: #000;
}

#news .news_article .list .post a img{
/*    margin: 0 0 15px 0;*/
} 

/*===記事内の日付===*/
#news .news_article .list .post a .day{
    font-size: 12px;
    display: block;
    margin-top: 15px;
    text-align: left;
}

#news .news_article .list .post a .title{
    font-size: 14px;
    margin: 0 0 25px;
    text-align: left;
}

   /*====ニュース第2階層 一覧ページ(WP化)====*/
    #wpsp-30{
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 65px;
        font-size: 12px;
    }
    
    #wpsp-30 .wp-show-posts-single{
        margin-bottom: 45px;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner{
        position: relative;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-title{
        position: absolute;
        bottom: -55px;
        left: 10px;
        text-align: left;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-meta{
        position: absolute;
        bottom: -15px;
        left: 10px;
    }
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-image a{
        display: block;
    line-height: 0;
    overflow: hidden;
    }
    
    
    #wpsp-30 .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-image a .attachment-full{
        transform: scale(1);
        transition: .4s ease-in-out;
        width: 90%;
    }
    /*===ここまで====*/
/*==================ニュース第3階層 詳細ページ=================*/
    #news_3f{
        font-size: 14px;
        background: #f5f5ea;
    }
    
    #news_3f .article_box{
        width: 90%;
        margin: 0 auto;
        padding: 100px 0;
    }
    
    #news_3f h3{
        margin: 0;
    }
    
    #news_3f .pager{
        margin: 30px 0 0 0;
    }
    
    #news_3f .pager a{
        text-decoration: none;
    }
    
    /*====ニュース第3階層 詳細ページ(WP化)====*/
    #news #article{
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }
    
    #news #article p{
        margin: 0 0;
        font-size: 15px;
    }
    
    #news #article h4{
        margin: 0 0 30px;
        font-size: 25px;
        font-weight: 300;
    }
    
    #news #article .text{
        width: 90%;
        margin: 0 auto;
    }
    
    #news #article .text .wp-block-image{
        margin: 40px auto 45px;
        text-align: center;
    }
    
    #news #article .text .wp-block-image img{
        width: 70%;
    }
    
    #news #article .pager{
        margin: 0;
        text-align: center;
        padding: 55px 0 60px;
    }
    
    #news #article .pager a{
        text-decoration: none;
        color: #333;
    }
    
    #news #article .pager a:hover{
        color: #ccc;
    }
    
    #news #article .pager .return .circle{
        margin-left: 6px;
    }
/*===ここまで====*/
        
/*=======================店舗一覧（restaurant）第2階層=========================*/
     #restaurant .mv_box{
        position: relative;
    }    
    
    #restaurant .mv_box h2{
        font-size: 28px;
        color: #fff;
        letter-spacing: 3px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-45%);
    }
#restaurant .restaurant_box{
    width: 80%;
    margin: 0 auto;
    padding: 0 0 50px;
}

#restaurant .restaurant_box .shop_list{
    width: 100%;
    margin:30px auto auto;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

#restaurant .restaurant_box .shop_list:last-of-type{
    border: none;
}

#restaurant .restaurant_box .shop_list .shop{
/*
    display: flex;
    justify-content: space-between;
*/
}

#restaurant .shop_list .list{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px 0 10px 0px;
}
    
    #restaurant .shop_list .list:last-of-type{
        padding-bottom: 25px;
    }

#restaurant .shop_list .list a{
    display: block;
    text-decoration: none;
    color: #696666;
    border: 2px solid;
    width: 85%;
    margin: 0 auto;
    padding: 15px 0px;
}

#restaurant .shop_list .list a .fa-chevron-right{
    margin: 3px 0 3px 10px;
    height: 0.7em;
}

#restaurant .shop_list .list a:hover{
    color: #FFFFFF;
    background-color: #8C8C8C;
}


#restaurant .shop_list .list a:hover{
    opacity: 0.5;
}

/*===各店舗ロゴの大きさ===*/
#restaurant .restaurant_box .shop_list img{
    width: 45%;
}

#restaurant .restaurant_box .shop_list .ondori{
    width: 30%;
}

#restaurant .restaurant_box .shop_list .nihon_ichi{
    width: 40%;
}

/*==================店舗情報第3階層 あげてんかっ（restaurant_3f）・音鶏屋・日本一=================*/
#restaurant_3f,#restaurant  {
    width: 100%;
    background-color: #F5F5EA; 
}
/*メインビジュアル部分第二階層（店舗一覧）と共通*/
#restaurant_3f .restaurant_img,#restaurant .restaurant_img{
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 55px 0 40px;
}

#restaurant_3f .store_info{
    width: 80%;
    margin: 0 auto;
}

#restaurant_3f .store_info img{
    display: block;
    width: 55%;
    margin: 0 auto 30px;
}

/*--h3共通--*/
#restaurant_3f .store_info h3,
    .menu h3,
    #restaurant h3{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
}

#restaurant_3f .store_info dl{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#restaurant_3f .store_info dl dt{
    width: 35%;
    border-bottom: solid 1px #b3b3b3;
    padding: 20px 0;
}

#restaurant_3f .store_info dl dt:last-of-type{
    border-bottom: none;
}


#restaurant_3f .store_info dl dd{
    width: 65%;
    border-bottom: solid 1px #b3b3b3;
    margin: 0;
    padding: 20px 0;
}

#restaurant_3f .store_info dl dd:last-of-type{
    border-bottom: none;
}


/*--予約ボタン部分--*/
#restaurant_3f .reserve_area{
    width: 100%;
    height: auto;
    background-color: #fffff7;
    margin: 0 auto;
    text-align: center;
}

#restaurant_3f .reserve_area .reserve_btn{
    padding: 45px 0;
}

#restaurant_3f .reserve_area .reserve_btn a{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 18px 0px;
}

#restaurant_3f .reserve_area .reserve_btn a:hover{
    opacity: 0.5;
    transition: .4s
}

/*--SNS--*/
#restaurant_3f .sns{
    width: 100%;
    height: 120px;
    background-color: #fff;
}

#restaurant_3f .sns p{
    margin: 0;
    font-size: 15px;
    text-align: center;
    color: #ccc;
    padding: 50px 0;
}

/*--メニュー部分--*/
#restaurant_3f .menu{
    width: 100%;
    background-color: #eae8e4;
}

#restaurant_3f .menu .menu_box{
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 40px;
}

#restaurant_3f .menu .menu_box h3{
    padding: 30px 0 20px;
}

#restaurant_3f .menu .menu_box img{
    display: inline-block;
    width: 80%;
}

#restaurant_3f .menu .menu_box .menu_text{
    display: inline-block;
/*    width: 45%;*/
    padding: 25px 0 0 0px;
    margin: 0;
    vertical-align: top;
    text-align: left;
}

#restaurant_3f .menu .menu_box .menu_text .introduction span{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}

#restaurant_3f .menu .menu_box .menu_text .introduction p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin: 5px 0 0 0;
}

#restaurant_3f .menu .menu_box .menu_text .point{
    padding: 18px 0 0 0;
}

#restaurant_3f .menu .menu_box .menu_text .point span{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

#restaurant_3f .menu .menu_box .menu_text .point p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin: 5px 0 0 0;
}
/*--地図--*/
#restaurant_3f .map iframe{
    width: 100%;
    height: 400px;
}

/*--スライド部分--*/
#restaurant_3f .staff_photos{
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}

#restaurant_3f .staff_photos ul{
    padding: 0;
}
    
/*======================= contactページ =========================================================*/
#contact {
  overflow: hidden;
  background-color: #f5f5ea;
}

#contact .contact_inner {
  max-width: 90%;
  margin: 0 auto 60px;
}

/*======= MV =======*/
#contact .mv {
  position: relative;
/*  background: rgba(255,255,255,0.6);*/
}

#contact .mv::before {
  content: "";
  display: block;
  padding-top: 40%;
}

#contact .mv img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 90%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  object-position: 50% 30%;
}

#contact .mv_title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*フォーム*/
#contact .contact_form {
  margin: 60px auto 30px;
}

#contact .contact_form table {
  width: 100%;
  border-collapse: collapse;  
}

#contact .contact_form p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

#contact .contact_form th {
  width: 30%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: right;
}

#contact .contact_form th,
#contact .contact_form td {
  text-align: left;
  padding: 8px 0px;
  vertical-align: top;
  display: block;
  width: 100%;
}

#contact .contact_form span.required {
  color: #FF0004;
  font-size: 12px;
  margin: 0 10px;
}

#contact .contact_form .input {
  width: 50%;  
}

#contact .contact_form .input2 {
  width: 95%;  
}

#contact .contact_form .input3 {
  width: 20%;  
}

#contact .contact_form .textarea {
  width: 95%;
}

#contact .contact_form .input,
#contact .contact_form .input2,
#contact .contact_form .input3,
#contact .contact_form .textarea {
  padding: 10px;
  border: 2px solid #e8dfcc;
  font-size: 16px;
  border-radius: 5px;
}

#contact .contact_form .button_box {
  text-align: center;
  margin-top: 60px;
}

#contact .contact_form .button_box .submit {
  width: 85%;
  padding: 20px 70px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 10px;
  margin: 0 0px 20px;
  border: 2px solid #e8dfcc;
  transition: .5s;
}

#contact .contact_form .button_box .submit.confirm {
  background-color: #fccb65;
  
}

#contact .contact_form .button_box .submit.confirm:hover {
  background-color: #fff;
  cursor: pointer;
}

#contact .contact_form .button_box .submit.clear:hover {
  background-color: #fff;
  cursor: pointer;
}

/*個人情報取り扱いについて*/
#contact .contact_form .privacy_policy {
  margin-top: 50px;
}

#contact .contact_form .privacy_policy h2 {
  font-size: 18px;
  color: #998965;
  text-align: center;
}

#contact .contact_form .privacy_policy p.desc {
  text-align: left;
  font-size: 16px;
  margin: 30px 0 50px;
}

#contact .contact_form .privacy_policy p {
  text-align: left;
}

#contact .contact_form .privacy_policy p span {
  color: red;
}

#contact .contact_form .privacy_policy h3 {
  font-size: 16px;
  margin-top: 30px;
  border-bottom: 2px solid #e8dfcc;
}

#contact .contact_form .privacy_policy h4 {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}

#contact .contact_form .privacy_policy h4::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ad9e7d no-repeat;
  border-radius: 5px;
}

#contact .contact_form .privacy_policy .policy_contents_text p {
  margin: -5px 0 35px;
  font-weight: normal;
}

#contact .contact_form .privacy_policy .agree_area {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .contact_form .privacy_policy .agree_area #agree {
  width: 20px;
  height: 20px;
  margin: 0;
}
    
    /*===お問い合わせ確認画面ページ====*/
    #contact .confirmation_word{
        margin: 100px 0 5px;
        text-align: center;
        color: #998965; 
        letter-spacing: 1px;
    }
    
    #contact .confirmation_text{
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    
    #contact .confirmation_text form .contact_form{
        font-size: 13px;
    }


    /*=====メール送信完了画面======*/
    #completion h2{
        margin: 100px 0 5px;
        text-align: center;
        color: #998965;
        letter-spacing: 1px;
    }
    
    #completion h3{
        margin: 30px 0 0;
    }
    
    #completion .completion_text{
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.5px;
        padding: 20px 0 40px;
    }
    
    #completion .return_btn{
        text-decoration: none;
            display: block;
            border: 1px solid #4d4d4d;
            padding: 15px;
            width: 25%;
            text-align: center; 
            margin: 0 auto;
            letter-spacing: 0.5px;
            color: #4d4d4d;
    }
    
    #completion .return_btn:hover{
        background-color: #000;
            color: #fff;
            transition: .3s;
    }
}
