@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@700&display=swap');
/*
Theme Name: tukemen-byakko
Theme URI: https://www.tukemen-byakko.com/
Description: tukemen-byakko
Version: 2.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------- 

Primary style

-------------------------------- */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    color: #010101;
    background-color: #fff;
    line-height: 1.8;
    -webkit-text-size-adjust: none;
}

body, html {
    height: 100%;
}

a {
    color: #4c413c;
    text-decoration: none;
}

a:hover {
    color: #b29318;
    transition: color 0.1s ease-out;
}

a:hover img {
	opacity: 0.6;
    transition: opacity 0.2s ease-out;
}

/* -------------------------------- 

Modules

-------------------------------- */

.container {
    max-width: 1066px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.container_870 {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.container_1180 {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

section {
    position: relative;
}

/* -------------------------------- 

post

-------------------------------- */

p {
    font-size: 16px;
    line-height: 1.88;
    padding: 0 0 1.5em;
}

.alignleft {
    float:left;
    padding:0 15px 15px 10px;
}

.alignright {
    float:right;
    padding: 0 10px 15px 15px;
}

.aligncenter {
    text-align: center;
    display: block;
    margin: 20px auto;
    padding: 0;
}

.pc {
    display: inherit;
}

.sp {
    display: none;
}

@media only screen and (max-width:1080px) {

.pc {
    display: none;
}

.sp {
    display: inherit;
}

}

/* -------------------------------- 

main bg_slider

-------------------------------- */

#slider {
    width: 100%;
    height: 100vh;
}

#slider h1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
}

#slider h1 span {
    font-size: 180%;
}

.wrapper {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width:1080px) {

#slider h1 {
    font-size: 28px;
    width: 303px;
}
}

/* -------------------------------- 

header

-------------------------------- */

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 120px;
    top: 0;
}

header.bg_header {
    background: #0000;
	transition: all 0.8s ease-out;
}

header.bg_header.transform {
    background: #000;
	transition: background 0.8s ease-out;
}

header h1 {
    width: 342px;
    height: 89px;
    position: absolute;
    top: 16px;
    left: 93px;
	transition: all 0.8s ease-out;
}

header h1 a {
    display: block;
    width: 342px;
    height: 89px;
	transition: all 0.8s ease-out;
}

header h1 a img {
    width: 342px;
    height: 89px;
    transition: all 0.5s ease-out;
}

header h1 a:hover img {
	opacity: 1;
}

@media only screen and (max-width:1080px) {

header {
    height: 105px;
}

header h1 {
    width: 274px;
    height: 72px;
    top: 19px;
    left: 18px;
    z-index: 1000;
}

header h1 a {
    width: 274px;
    height: 72px;
}

header h1 a img {
    width: 274px;
    height: auto;
}

}

/* -------------------------------- 

nav pc

-------------------------------- */

header nav {
    position: absolute;
    top: 43px;
    right: 92px;
	transition: all 0.8s ease-out;
}

header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 447px;
}

header nav ul li {}

header nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

header nav ul li a:hover {
    color: #b29318;
}

/* -------------------------------- 
header transform
-------------------------------- */

header.bg_header.transform {
	height: 70px;
	transition: all 0.8s ease-out;
}

header.bg_header.transform nav {
    top: 18px;
	transition: all 0.8s ease-out;
}

header.bg_header.transform h1 {
    width: 184px;
    height: 48px;
    top: 12px;
	transition: all 0.8s ease-out;
}

header.bg_header.transform h1 a {
    width: 184px;
    height: 48px;
	transition: all 0.8s ease-out;
}

header.bg_header.transform h1 a img {
    width: 184px;
    height: auto;
	transition: all 0.8s ease-out;
}

@media only screen and (max-width:1080px) {

header nav {
    position: relative;
    top: 105px;
    right: inherit;
}

header nav ul {
    flex-wrap: unset;
    justify-content: unset;
    flex-direction: column;
    width: 100%;
    margin: 0 0 34px;
    padding: 14px 0 0;
}

header nav ul li {
    height: 52px;
    margin: 0 18px;
    border-bottom: 1px solid #fff;
}

}

/* -------------------------------- 

nav sp

-------------------------------- */

#toggle {
    position: fixed;
    top: 40px;
    right: 17px;
	transition: all 0.8s ease-out;
}

#toggle-box {
    position: relative;
    width: 30px;
    height: 26px;
    cursor: pointer;
}

#toggle-box > span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}

#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
    bottom: 0;
}

.is-open #toggle-box > span {
    background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
    width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translatey(-50%);
}

#toggle {
    z-index: 1000;
}

#main {
    position: relative;  
    z-index: 990;
}

#nav-content {
    overflow: auto;
    width: 100%;
    height: 0;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}

#nav-content ul {
    list-style: none;
}

#nav-content a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: opacity .6s ease;
    pointer-events: none;
}

#nav-content a:hover {
    opacity: 0.6;
}

.is-open {
    overflow: hidden;
}

.is-open #nav-content {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.is-open #nav-content a {
    pointer-events: auto;
    margin: 0 auto;
}

@media only screen and (max-width:1080px) {

.nav_add {
    text-align: left;
    margin: 0 32px 10px;
}

}

/* -------------------------------- 
header sp transform
-------------------------------- */

@media only screen and (max-width:1080px) {

header.bg_header.transform nav {
    top: 105px;
    transition: all 0.8s ease-out;
}

header.bg_header.transform #toggle {
    top: 21px;
	transition: all 0.8s ease-out;
}


}

/* -------------------------------- 

top

-------------------------------- */

#contents.top {
    position: relative;
    z-index: 998;
}

#top_catch {
    overflow: hidden;
    background: #fff;
    padding: 120px 0 110px;
}

.catch_img {
    text-align: center;
    margin: 0 0 20px;
}

.catch_img img {
    max-width: 491px;
    width: 100%;
    height: auto;
}

.catch_txt {
    max-width: 653px;
    margin: 0 auto 54px;
}

.catch_txt p {
    line-height: 1.63;
    text-align: justify;
}

.item {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item figure {
    margin: 0;
}

.item figure img {
    max-width: 340px;
    width: 100%;
    height: auto;
}

.item figure p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 0;
}

.item figure figcaption {
    font-size: 16px;
    text-align: center;
}

#top_set {
    overflow: hidden;
    background: #f5f2e9;
    padding: 120px 0 67px;
}

.weekday_only {
    max-width: 720px;
    width: 100%;
    border: 2px solid #b29318;
    margin: 0 auto 45px;
    text-align: center;
}

.weekday_only h2 {
    font-size: 36px;
    font-weight: 500;
    color: #b19218;
    line-height: 1.5;
    padding: 4px 0 0;
}

.weekday_only p {
    padding: 1px 0 13px;
    line-height: 1.5;
}

.set_price {
    font-size: 30px;
    font-weight: 500;
    color: #b19218;
    text-align: center;
    line-height: 1.5;
}

.set_price_txt p {
    text-align: center;
    padding: 0;
}

.box_set {
    margin: 0 0 22px;
}

.imglist_2s {
    max-width: 720px;
    width: 100%;
    margin: 25px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box_set figure {
    margin: 0 0 26px;
}

.box_set figure img {
    max-width: 340px;
    width: 100%;
    height: auto;
}

.box_set figcaption {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    padding: 3px 0 0;
}

.imglist_1s {
    max-width: 340px;
    width: 100%;
    margin: 25px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#kodawari {
    height: 500px;
    background: url(images/bg_menu.jpg) no-repeat 50%;
    background-size: cover;
}

.box_kodawari {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

#kodawari h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 5px;
}

#kodawari p {
    padding: 0 0 31px;
}

#kodawari a.btn_w {
    display: block;
    border: 1px solid #fff;
    border-radius: 15px;
    width: 130px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 4px 0 0 8px;
}

#kodawari a.btn_w span {
    font-size: 14px;
    position: relative;
    top: -1px;
}

#kodawari a.btn_w:hover {
    background: #b29318;
	transition: background 0.2s ease-out;
}

#top_info {
    overflow: hidden;
    background: #fff;
    padding: 110px 0 119px;
}

#top_info h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 43px;
}

#top_info ul {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #0e0509;
    padding: 46px 50px;
    overflow: hidden;
}

#top_info ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 36px);
    float: left;
}

#top_info time {
    font-size: 14px;
    float: left;
    margin: 0 25px 0 0;
}

#top_info .cat_name {
    font-size: 12px;
    color: #fff;
    width: 100px;
    height: 22px;
    background: #b29318;
    border-radius: 11px;
    text-align: center;
    margin: 0 25px 0 0;
}

#top_info .info_title {
    max-width: 522px;
    width: 100%;
}

#top_info .info_arrow {
    width: 36px;
    height: 36px;
    float: right;
    position: relative;
    top: -3px;
    margin: 0 0 -3px;
}

#top_info .info_arrow a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #d5c8a0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 18px;
}

#top_info .info_arrow a:hover {
    background: #b29318;
	transition: background 0.2s ease-out;
}

.photo_slider {}
.photo_slider img {}

.slick-slide {
    width: 320px !important;
}

@media only screen and (max-width:1080px) {

#top_catch {
    padding: 50px 17px 15px;
}

.catch_txt {
    max-width: 653px;
    margin: 0 auto 20px;
}

.item {
    justify-content: space-around;
}

.item figure {
    margin: 0 0 35px;
}

#top_set {
    padding: 50px 17px 14px;
}

.weekday_only {
    margin: 0 auto 35px;
}

.weekday_only h2 {
    font-size: 28px;
    padding: 11px 0 0;
}

.weekday_only p {
    font-size: 15px;
}

.set_price {
    font-size: 26px;
    margin: 0 0 10px;
}

.set_price_txt p {
    font-size: 15px;
	line-height: 1.33;
}

.box_set figure {
    margin: 0 0 10px;
    width: 48%;
}

.box_set figcaption {
    font-size: 14px;
    padding: 0;
    margin: -5px 0 0;
}

.box_set .imglist_1s figure {
    width: inherit;
}

.box_kodawari {
    width: 90%;
}

#kodawari h2 {
    font-size: 26px;
}

#kodawari p {
    font-size: 15px;
}

#top_info {
    padding: 40px 17px 50px;
}

#top_info h2 {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px;
}

#top_info ul {
    padding: 22px 20px;
}

#top_info .info_arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    margin: 0;
}

}

@media only screen and (max-width:768px) {

.photo_slider img {
    width: 172px;
}

.slick-slide {
    width: 172px !important;
}

}

/* -------------------------------- 

footer

-------------------------------- */

#store_guide {
    height: 683px;
    background: #000;
    display: flex;
    flex-wrap: wrap;
}

.guide_l {
    width: 50%;
    position: relative;
}

.box_guide {
    max-width: 430px;
    width: 100%;
    position: absolute;
    top: 86px;
    left: 50%;
    margin-left: -215px;
}

.box_guide h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #fefefe;
    margin: 0 0 3px;
}

.guide_table {
    color: #fefefe;
    display: flex;
    flex-wrap: wrap;
}

.guide_th {
    width: 80px;
    height: 75px;
    border-bottom: 1px solid #fff;
    margin: 0 20px 0 0;
    padding: 22px 0;
}

.guide_td {
    max-width: 330px;
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #fff;
    padding: 22px 0;
}

.icon_line {
    margin-top: 40px;
    text-align: center;
}

.guide_r {
    width: 50%;
    background: url(images/store_guide.jpg) no-repeat 50%;
    background-size: cover;
}

#store_map {
    width: 100%;
    height: 450px;
}

#store_link {
    display: flex;
    justify-content: space-between;
}

.box_link {
    position: relative;
}

.store_img {
    overflow: hidden;
}

.store_img img {
    width: 100%;
    height: auto;
    display: block;
	opacity: 1;
    transition: all 0.3s ease-out;
}

a:hover .store_img img {
    scale: 1.1;
	opacity: 0.9;
    transition: all 0.3s ease-out;
}

.box_symbol {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.symbol {}
.symbol img {
    max-width: 125px;
    width: 100%;
    height: auto;
}

a:hover .symbol img {
	opacity: 1;
}

.store_name {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 5px 30px;
}

.store_name span {
    display: block;
    font-size: 14px;
}

.copy {
    background: #000;
    color: #fff;
    text-align: center;
    height: 40px;
}

.copy small {
    font-size: 12px;
    position: relative;
    top: 3px;
}

@media only screen and (max-width:1080px) {

#store_guide {
    height: auto;
    display: block;
    overflow: hidden;
}

.guide_l {
    width: 100%;
}

.box_guide {
    position: relative;
    top: inherit;
    left: inherit;
    padding: 32px 17px 45px;
    margin: 0 auto;
}

.box_guide h2 {
    font-size: 26px;
}

.guide_table {
    font-size: 15px;
}

.guide_th {
    height: auto;
}

.guide_td {
    max-width: 330px;
    width: calc(100% - 100px);
    height: auto;
    padding: 22px 0;
}

.guide_td.sp_hight {
    padding: 11px 0;
    line-height: 1.6;
}

.guide_r {
    width: 100%;
    min-height: 375px;
    background: none;
}

.guide_r img {
    max-width: 425px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#store_map {
    height: 250px;
}

#store_link {
    flex-wrap: wrap;
}

}

@media only screen and (max-width:510px) {

.box_symbol {
    left: 22px;
}

.symbol img {
    max-width: 100px;
}

.store_name {
    font-size: 24.5px;
}

.store_name span {
    font-size: 12px;
}

}

/* -------------------------------- 

sub

-------------------------------- */

#contents.sub {
    position: relative;
    z-index: 998;
}

#title_sub {
    height: 400px;
    background: #000;
}

#title_sub h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    position: relative;
    top: 210px;
}

@media only screen and (max-width:1080px) {

#title_sub {
    height: 300px;

}

#title_sub h2 {
    font-size: 30px;
    top: 160px;
}

}

/* -------------------------------- 

menu

-------------------------------- */

#title_sub.title_menu {
    background: url(images/bg_menu.jpg) no-repeat 50%;
    background-size: cover;
}

#menu {
    padding: 120px 0 95px;
}

ul.menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 692px;
    margin: 0 auto 50px;
}

ul.menu_list li a {
    display: block;
    width: 220px;
    height: 40px;
    background: #b19218;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

ul.menu_list li a:hover {
    background: #d5c8a0;
	transition: all 0.2s ease-out;
}

#ramen {
    background: #fff;
    padding: 58px 0 95px;
}

.box_ramen {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0 0 18px;
}

.ramen_img {
    position: relative;
    z-index: 1000;
}

.ramen_txt {
    position: absolute;
    width: 360px;
    top: 50%;
    transform: translateY(-50%);
}

.ramen_left .ramen_img {
    float: left;
}

.ramen_left .ramen_txt {
    right: 0;
}

.ramen_right .ramen_img {
    float: right;
}

.ramen_txt h3 {
    font-size: 36px;
    font-weight: 500;
    color: #b19218;
    line-height: 1;
    padding: 0 0 57px;
}

.ramen_txt h3::after {
    position: absolute;
    content: "";
    width: 440px;
    height: 1px;
    background: #b19218;
    top: 70px;
    z-index: 1000;
}

.ramen_left h3::after {
    left: -80px;
}

.ramen_right h3::after {
    left: 0;
}

.name_price {
    font-size: 22px;
    font-weight: 500;
    color: #b19218;
    display: flex;
    justify-content: space-between;
    width: 255px;
    line-height: 1.5;
}

.name_price.fujisan {
    margin: 0 0 27px;
}

.price {
    width: 80px;
}

.ramen_txt p {
    line-height: 1.63;
    padding: 12px 0 0;
}

#tsukemen {
    background: #f5f2e9;
    padding: 100px 0 75px;
}

#tsukemen h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #b19218;
    padding: 5px 0 25px;
}

#menu .imglist_2s figure {
    max-width: 340px;
    margin: 0 0 18px;
}

#menu .name_price {
    color: #b19218;
    width: 255px;
    text-align: right;
    padding: 4px 0 0;
}

#menu .imglist_2s figure p {
    line-height: 1.63;
}

#menu .imglist_2s .name_price {
    color: #000;
    width: 100%;
    text-align: right;
    padding: 4px 0 17px;
}

#gohan {
    background: #fff;
    padding: 100px 0 0;
}

#gohan h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #b19218;
    padding: 5px 0 25px;
}

@media only screen and (max-width:1080px) {

#menu {
    padding: 50px 0 5px;
}

ul.menu_list {
    max-width: 350px;
}

ul.menu_list li a {
    width: 110px;
    font-size: 15px;
}

#ramen {
    padding: 0 17px;
}

.box_ramen {
    margin: 0 0 50px;
}

.ramen_txt {
    position: relative;
    max-width: 460px;
    width: 100%;
    top: unset;
    transform: none;
    margin: 0 auto;
}

.ramen_txt p {
    font-size: 15px;
}

.ramen_left .ramen_img {
    float: none;
    text-align: center;
}

.ramen_right .ramen_img {
    float: none;
	text-align: center;
}

.ramen_left .ramen_txt {
    right: unset;
}

.ramen_left h3::after {
    left: 0;
}

.ramen_txt h3 {
    font-size: 28px;
    padding: 0 0 30px;
}

.ramen_txt h3::after {
    width: 100%;
    top: 49px;
}

#menu .name_price {
    width: 100%;
    font-size: 20px;
}

.name_price.fujisan {
    margin: 0;
}

#tsukemen {
    padding: 30px 17px 10px;
}

#tsukemen h2 {
    font-size: 26px;
    padding: 5px 0 16px;
}

#menu .imglist_2s figure {
    margin: 0 auto 18px;
}

#gohan {
    padding: 30px 17px 10px;
}

#gohan h2 {
    font-size: 26px;
    padding: 10px 0 15px;
}



}

/* -------------------------------- 

info

-------------------------------- */

#title_sub.title_info {
    background: url(images/bg_news.jpg) no-repeat 50%;
    background-size: cover;
}

#contents.single {
    padding: 120px 0 120px;
}

#contents.sub {
    position: relative;
    z-index: 998;
}

#contents.single {
    background: #f5f2e9;
}

#info {
    max-width: 800px;
    margin: 0 auto 120px;
    background: #fff;
    padding: 46px 30px 30px;
}

#info time {
    font-size: 14px;
    float: left;
    margin: 0 25px 0 0;
}

#info .cat_name {
    font-size: 12px;
    color: #fff;
    width: 100px;
    height: 22px;
    background: #b29318;
    border-radius: 11px;
    text-align: center;
    margin: 2px 25px 0 0;
    float: left;
}

#info h3 {
    clear: both;
    font-size: 22px;
    font-weight: 500;
    padding: 15px 0 18px;
    border-bottom: 1px solid #b19218;
    margin: 0 0 18px;
	line-height: 1.4;
}

.btn_info_all a {
    display: block;
    width: 156px;
    height: 46px;
    margin: 0 auto;
    font-size: 14px;
    color: #b19218;
    background: #fff;
    border-radius: 23px;
    border: 1px solid #b19218;
    text-align: center;
    line-height: 45px;
}

.btn_info_all a:hover {
    color: #fff;
    background: #b19218;
	transition: all 0.2s ease-out;
}

#contents.archive {
    background: #fff;
    padding: 75px 0 0;
}

ul.archive {
    margin: 0 0 110px;
}

ul.archive li {
    border-bottom: 1px solid #b19218;
    margin: 0 0 55px;
    position: relative;
}

#info ul.archive li h3 {
    clear: none;
    padding: 0;
    margin: 0 0 27px;
    border-bottom: none;
    line-height: 1.2;
    max-width: 520px;
    float: left;
}

ul.archive li p {
    clear: both;
    padding: 0 0 35px;
}

#info .info_arrow {
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 30px;
    right: 0;
}

#info .info_arrow a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #d5c8a0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 18px;
}

#info .info_arrow a:hover {
    background: #b29318;
	transition: background 0.2s ease-out;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #b19218 !important;
    background-color: #b19218;
    color: #fff;
}

@media only screen and (max-width:768px) {

#info {
    margin: 0 auto 50px;
}

#contents.archive {
    padding: 5px 0 0;
}

#info ul.archive li h3 {
    clear: both;
    padding: 16px 0 0;
    margin: 0 0 16px;
}

ul.archive {
    margin: 0 0 60px;
}

ul.archive li p {
    clear: both;
    padding: 0 0 35px;
    width: calc(100% - 36px);
    line-height: 1.67;
}

#info .info_arrow {
    bottom: 45px;
}

#contents.single {
    padding: 50px 17px 70px;
}

}

/* -------------------------------- 

recruit

-------------------------------- */

#title_sub.title_recruit {
    background: url(images/bg_recruit.jpg) no-repeat 50%;
    background-size: cover;
}

#recruit {
    background: #fff;
}

.recruit {
    background: #fff;
    padding: 116px 0 119px;
}

.recruit_catch {
    max-width: 800px;
    margin: 0 auto 80px;
}

.recruit_catch p {
    line-height: 1.63;
    padding: 0;
}

#recruit h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #b19218;
    padding: 5px 0 0;
    margin: 0 0 50px;
}

.recruit_table {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 100px;
}

.recruit_th {
    width: 190px;
    border-bottom: 1px solid #b19218;
    margin: 0 30px 0 0;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    background: #f5f2e9;
	font-weight: 500;
}

.recruit_td {
    max-width: 960px;
    width: 100%;
    border-bottom: 1px solid #b19218;
    padding: 35px 0;
    display: flex;
    align-items: center;
}

.recruit_th.first, .recruit_td.first {
    border-top: 1px solid #b19218;
}

.recruit_table.part {
    margin: 0;
}

.recruit_2 {
    background: #f5f2e9;
    padding: 107px 0 113px;
}

#recruit .recruit_2 h2 {
    margin: 0 0 13px;
}

.recruit_2 p {
    text-align: center;
    line-height: 1.6;
    padding: 0 0 14px;
}

.recruit_2 p.tel {
    font-size: 26px;
    font-weight: 500;
    padding: 0;
}

@media only screen and (max-width:1180px) {

.recruit {
    padding: 50px 17px 50px;
}

.recruit_catch {
    margin: 0 auto 30px;
}

.recruit_catch p {
    font-size: 15px;
    text-align: justify;
}

#recruit h2 {
    font-size: 26px;
    padding: 0;
    margin: 0 0 20px;
}

.recruit_table {
    margin: 0 0 45px;
}

.recruit_th {
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #b19218;
    margin: 0;
    padding: 10px 20px;
}

.recruit_td.first {
    border-top: none;
}

.recruit_td {
    border-bottom: none;
    padding: 12px 0;
    font-size: 15px;
}

.recruit_2 {
    padding: 40px 0 45px;
}

.recruit_2 p {
    font-size: 15px;
}

}
