@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

.sp,
.head-sp {
    display: none;
}

@media (max-width: 886px) {
    .head-sp {
        display: block;
    }

    .head-pc {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    width: 100%;
}

input[type="submit"] {
    background: rgba(159, 186, 74, 1);
    color: #FFFFFF;
    min-width: 150px;
    max-width: calc(100% - 40px);
    line-height: 40px;
    margin: 0 auto;
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

img {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.disflex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

/*************** header *****************/
.site-header {
    padding-top: 10px;
}

.site-branding {
    float: left;
    max-width: 200px;
    margin-right: 50px;
}

.header-contact {
    float: right;
    text-align: right;
}

.header-contact p {
    margin-bottom: 0;
    font-size: 14px;
}

.header-contact img {
    max-width: 450px;
}

.main-navigation {
    width: 100%;
    background: url(../images/base-menu.png) no-repeat;
    background-size: 100% auto;
    margin-left: -10px;
    margin-right: -10px;
    height: 82px;
    padding: 40px 15px 0;
}

.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.main-navigation ul li {
    width: 12.5%;
    text-align: center;
}

.main-navigation a {
    color: #ffffff;
}

.menu-toggle {
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 90;
}

.menu-toggle i {
    font-size: 25px;
}

.close-btn {
    display: none;
}

@media (max-width: 768px) {
    .site-header .wp-caption-text {
        font-size: 12px;
    }

    .site-branding {
        float: none;
        margin: 5px auto;
        max-width: 120px;
    }

    .header-contact {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .main-navigation {
        background: none;
        height: 0;
        padding: 0;
    }

    .main-navigation.toggled .header-menu-container {
        width: 190px;
        height: 100%;
        position: fixed;
        right: 0;
        padding: 0 20px;
        top: 0;
        background: #fff;
        z-index: 99;
        display: block;
    }

    .main-navigation.toggled .close-btn {
        display: block;
        margin-top: 50px;
        float: right;
        background-color: rgba(186, 218, 85, 1);
        border: 1px solid #000;
        border-radius: 5px;
        padding: 8px 15px;
        width: max-content;
    }

    .main-navigation.toggled .close-btn i {
        font-size: 25px;
    }

    .main-navigation.toggled ul li {
        width: 100%;
        text-align: right;
        padding: 10px 0;
        width: 150px;
        border-bottom: solid 1px rgba(208, 232, 132, 1);
    }

    .main-navigation.toggled ul li a {
        color: #000;
    }
}

/************* page common ***********/

.n2-section-smartslider {
    margin-top: 20px;
}

.kv_ttl {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    padding: 20px;
}

.kv_ttl p {
    font-family: 'Noto Serif JP', serif !important;
}

.kv_ttl p:before {
    content: url(../images/he004.png) !important;
    display: inline-block !important;
    position: relative;
    top: 15px;
    margin-right: 50px;
}

.kv_txt {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    padding: 20px;
}

.page_main {
    margin: 30px auto;
}

.page_cont {
    width: 75%;
    padding: 0 20px;
}

.page_side {
    width: 25%;
}

.page_menu {
    margin: 30px 0;
}

.page_menu li {
    width: 30%;
}

.page_menu li img {
    border-radius: 50%;
}

.diver_line {
    border-top: 4px solid rgba(189, 191, 55, 1);
    border-bottom: 1px solid rgba(189, 191, 55, 1);
    padding: 2px 0 0 0;
    margin: 20px 0;
}

.sub_kv {
    width: 100%;
    height: 380px;
    position: relative;
    margin-top: 30px;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

#shidashi .sub_kv {
    background: url(../images/top003.jpg);
    background-size: cover;
    background-position: center;
}

.sub_kv_cont {
    width: 100%;
    height: 380px;
    margin-top: -380px;
    position: relative;
}

.sub_kv_cont .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.sub_kv_cont img {
    width: 100px;
}

.sub_kv_ttl {
    font-size: 30px;
    margin: 10px 0;
}

.page_cont_txt {
    font-size: 22px;
}

.sub_ttl {
    background: url(../images/zebrawoodBK.jpg);
    background-size: cover;
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif !important;
}

@media (max-width: 768px) {
    .page_cont {
        width: 100%;
    }

    .page_side {
        width: 100%;
        padding: 20px;
    }

    .sub_kv {
        height: 250px;
    }

    .sub_kv_cont {
        height: 250px;
        margin-top: -250px;
    }

    .sub_kv_ttl {
        font-size: 27px;
    }

    .sub_kv_cont .container {
        font-size: 14px;
    }

    .sub_ttl {
        font-size: 27px;
    }
}

/****************** Top *****************/

.top_menu1 {
    margin-top: 20px;
}

.top_menu li {
    width: 49%;
    margin: 20px 0;
}

.top_menu_txt {
    padding: 15px 5px;
    height: 150px;
}

.top_menu_txt p {
    border-left: 4px dotted rgba(189, 191, 55, 1);
    margin-left: -2px;
    padding-left: 15px;
}

.top_menu2 {
    margin-left: 0;
}

.top_menu2 li {
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    margin: 0;
}

.top_menu2 li a {
    line-height: 1;
    display: block;
}

.top_state {
    background: url(../images/se007b.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.top_state_container {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}

.top_state_cont {
    width: 70%;
}

.top_state_img {
    width: 30%;
}

.top_state_ttl {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    margin: 10px 0;
}

.top_access {
    margin: 30px 0;
}

.top_access_img  {
    width: 59%;
}
.top_access_cont {
    width: 40%;
}

.top_access_container {
    padding: 10px;
    border: 1px solid rgba(236, 236, 236, 1);
}

.top_access_ttl {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    margin: 0;
}

.top_access_container ul {
    list-style: disc;
    padding-left: 25px;
}

.top_access_cont iframe {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .top_access_img,
    .top_access_cont,
    .top_menu li,
    .top_state_cont {
        width: 100%;
    }

    .top_menu_txt {
        height: auto;
    }

    .top_access_cont iframe {
        height: 350px;
    }

    .top_state_ttl {
        text-align: center;
    }

    .top_state_img {
        width: 100%;
        max-width: 300px;
        margin: 5px auto;
    }
}

.emd_dl_green_light {
    width: 100% !important;
}

.widget-area {
    padding: 10px;
    border: 1px solid rgba(236, 236, 236, 1);
}

.widget-title {
    text-align: center;
    color: #9FBA4A;
    font-family: 'Noto Serif JP', serif !important;
}

.thc-calendar caption {
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    font-size: 20px;
    margin-bottom: 10px;
}

.thc-widget-content table {
    border-collapse: collapse;
}

.thc-widget-content tbody td {
    border: 1px solid #000;
}

.thc-calendar-navigation td {
    border: none !important;
}

.relax-day {
    text-align: center;
    font-size: 18px;
}

.relax-day span {
    color: rgb(212, 19, 58);
}

.area-link {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-top: -20px;
}

.area-link a {
    color: #000;
}

.widget_the_holiday_calendar {
    padding: 0 10px;
    border: 1px solid rgba(236, 236, 236, 1);
}

/*******************shidashi***************/

.hos_food_sec li {
    padding: 20px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.35);
}

.hos_food_sec li:last-child {
    border-bottom: none;
}

.hos_food_img {
    width: 48%;
}

.hos_food_cont {
    width: 47%;
    font-size: 14px;
}

.hos_food_ttl {
    font-weight: bold;
    font-size: 18px;
}

.hos_food_cont ul {
    list-style: disc;
    padding-left: 25px;
}

.hos_food_cont ul li {
    padding: 0;
    border: none;
}

.hos_food_cont span,
.hos_food_ttl span {
    color: rgb(212, 19, 58);
}

.food_part ul li {
    width: 42%;
    padding: 20px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.35); 
}

.food_part ul li:last-child,
.food_part ul li:nth-last-child(2) {
    border-bottom: none;
}

.food_part_txt {
    margin: 20px 0;
    padding: 20px !important;
    border: 1px solid rgba(159, 186, 74, 1) !important;
}

.food_part_ttl {
    font-size: 19px;
    margin-bottom: 15px;
}

.food_part_txt ul {
    list-style: disc;
}

.food_part_txt ul li {
    border: none;
    font-size: 14px;
    width: 100%;
    padding: 0;
}

.page_cont_txt_lg {
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .hos_food_img,
    .hos_food_cont,
    .food_part ul li {
        width: 100%;
    }

    .hos_food_ttl {
        font-size: 16px;
    }
}


/**************** blank ****************/

#blank .sub_kv {
    background: url(../images/top004.jpg);
    background-size: cover;
    background-position: center;
}

.blank_part .hos_food_img {
    width: 33%;
}

.blank_part .hos_food_cont {
    width: 62%;
}

.page_cont_txt_sm {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #E21C21;
}

.blank_part_img li {
    width: 45%;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .blank_part_img li,
    .blank_part .hos_food_img,
    .blank_part .hos_food_cont {
        width: 100%;
    }
}

#anago .sub_kv {
    background: url(../images/top006.jpg);
    background-size: cover;
    background-position: center;
}

#shop .sub_kv {
    background: url(../images/top007.jpg);
    background-size: cover;
    background-position: center;
}

.shop_ttl {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}


/************* recruit **************/

#recruit .sub_kv {
    background: url(../images/shop008.jpg);
    background-size: cover;
    background-position: center;
}

.recruit_msg {
    font-size: 18px;
    color: #fff;
    background: #2e1c0e;
    text-align: center;
    padding: 10px;
}

.recruit_ttl {
    font-size: 25px;
    border-bottom: 1px solid #000;
    margin-top: 25px;
    font-family: 'Noto Serif JP', serif !important;
}

.recruit_ttl::before {
    content: '◆';
    display: inline-block;
    margin-right: 5px;
}

.hos_food_sec li:nth-child(2n+1) .recruit_ttl::before {
    color: #9FBA4A;
}

#recruit .hos_food_sec li ul {
    list-style: disc;
}

#recruit .hos_food_sec li ul li {
    border-bottom: none;
}

#recruit .hos_food_sec li ul li span {
    color: #E21C21;
}

.main_recruit {
    background: url(../images/zebrawoodBK.jpg);
    background-size: cover;
    padding: 50px 0;
}

.main_recruit_img {
    width: 40%;
    text-align: center;
}

.main_recruit_cont {
    font-family: 'Noto Serif JP', serif !important;
    width: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin: 20px 0;
}

.main_recruit_img img {
    width: 70%;
}

.recruit_line {
    background: #fff;
    height: 1px;
    width: 300px;
    margin: 15px auto;
}

.main_recruit_cont a {
    color: #fff;
    font-size: 24px;
}

@media (max-width: 768px) {
    .main_recruit_img,
    .main_recruit_cont {
        width: 100%;
        font-size: 27px;
    }
}

/************** oshinagaki *************/

#oshinagaki .sub_kv {
    background: url(../images/top005.jpg);
    background-size: cover;
    background-position: center;
}

#oshinagaki .shop_ttl {
    color: #9FBA4A;
}

.special_menu {
    border: 1px solid #000;
    padding: 10px 20px;
}

.meet_pl {
    border-top: 1px solid #000;
    margin-top: 30px;
}

.meet_pl_ttl {
    font-family: 'Noto Serif JP', serif !important;
    color: #D4133A;
    font-size: 30px;
    text-align: center;
}

.meet_pl_item_ttl {
    font-size: 20px;
    text-align: center;
}

.meet_pl_item_ttl span {
    color: #D4133A;
}

.sub_ttl span {
    font-size: 14px;
}

.even_meal ul li img {
    width: 60%;
    float: left;
    margin: 10px 0;
}

.even_meal ul li:nth-child(2n+1) img {
    float: right;
}

.even_cont {
    display: inline-block; 
    width: 40%;  
    padding: 20px; 
    float: left;
}

.even_meal ul li:nth-child(2n+1) .even_cont {
    float: left;
}

.meal_ttl {
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
    font-family: 'Noto Serif JP', serif !important;
}

.even_cont ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px;
    font-size: 18px;
}

.even_cont p span {
    color: #D4133A;
    float: right;
}

.meal_list .sub_ttl {
    margin-top: 50px;
    color: #000;
    background: transparent;
}

.meal_list li {
    width: 48%;
}

.meal_list li p {
    line-height: 2;
    font-size: 18px;
}

.meal_list p span {
    float: right;
    color: #D4133A;
}

@media (max-width: 768px) {
    .shop_ttl,
    .meet_pl_ttl,
    .meal_ttl {
        font-size: 27px;
    }

    .meal_ttl span {
        font-size: 22px;
    }

    .even_meal ul li img,
    .even_meal ul li .even_cont {
        width: 100%;
        float: none !important;
    }

    .meal_list {
        padding: 10px 20px 50px 20px;
        background: rgba(250, 250, 250, 1);
    }

    .meal_list li {
        width: 100%;
    }

    .meal_list li p {
        padding: 10px 0;
        border-bottom: 1px dashed;
    }

    .meal_list .sub_ttl {
        margin-top: 20px;
        font-size: 27px;
    }
}

/**************** footer ****************/

.footer {
    background: rgba(159, 186, 74, 1);
}

.footer-menu .menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-menu .menu-item {
    width: 12.5%;
    text-align: center;
}

.footer-menu .menu-item a {
    color: #fff;
    text-decoration: none;
    line-height: 60px;
}

.footer-menu .menu-item:hover a {
    color: #BADA55;
}

.footer-menu .current-menu-item a {
    color: #FBFF00;
}

.style-jtivqervline {
    background: url(../images/fadenotchlinenew.png);
    background-repeat: repeat-x;
    margin: 0 30px;
    height: 30px;
}

.footer-logo {
    width: 17%;
    background: #fff;
}

.footer-cont {
    width: 80%;
}

.footer-ttl {
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: 24px;
    line-height: 2;
}

.footer-tel {
    width: 48%;
}

.footer-tel p {
    margin: 10px 0;
}

.footer-tel a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

.footer-tel a span {
    text-decoration: underline;
    font-size: 28px;
}

.footer-info {
    width: 48%;
    background: #fff;
    padding: 6px;
}

.copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 10px 0 20px 0;
}

@media (max-width: 768px) {
    .footer-menu {
        display: none;
    }

    .footer {
        padding-top: 20px;
    }

    .footer-logo,
    .footer-cont,
    .footer-tel,
    .footer-info {
        width: 100%;
        font-size: 13px;
    }

    .footer-logo {
        max-width: 150px;
        margin: 10px auto;
    }

    .footer-ttl,
    .footer-tel {
        text-align: center;
    }
}

.thc-widget-content .thc-today,
.thc-inline-contentt .thc-today {
    background: rgba(140, 209, 200, 0.35);
}


.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(89, 87, 87, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	z-index: 999;
	border-radius: 50%;
}
  
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
  
.cd-top.cd-top--show {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
  
.cd-top.cd-top--fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
  
.cd-top:hover {
	background-color: #595757;
	opacity: 1;
}
  
@media only screen and (min-width: 768px) {
	.cd-top {
	  right: 20px;
	  bottom: 20px;
	}
}
  
@media only screen and (min-width: 1024px) {
	.cd-top {
	  height: 60px;
	  width: 60px;
	  right: 30px;
	  bottom: 30px;
	}
}

.even_meal .bwg_container img {
	width: 100%;
	height: 0;
	margin: 0;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}