@charset "UTF-8";

section {
    padding: 100px 0;
}

@media screen and (max-width:900px) {
    section {
        padding: 30px 0;
        margin: 0px auto;
    }
}

/*店舗ゆりかご*/
.tenpo-top {
    background-image: url(../img/yurikago-main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}

.tenpo-tamariba {
    background-image: url(../img/yoyogi-main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}

.tamariba-iida {
    background-image: url(../img/iidabashi-main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}

.tenpo-top::before {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.tenpo-top h3 {
    color: white;
    padding: 20px 30px;
    display: block;
    background-color: black;
    width: fit-content;
    min-width: 350px;
    margin: auto;
    position: relative;
    top: 40%;
    text-align: center;
    box-shadow: 0px 0px 0px 5px black;
    border: solid 1px white;
    line-height: normal;
}

@media screen and (max-width:400px) {
    .tenpo-top h3 {
        width: 250px;
    }
}

.tenpo-main h2 {
    text-align: center;
    font-weight: 600;
    margin: 0 auto 20px auto;
    display: table;
}

.tenpo-second h3 {
    display: inline-block;
}

.tenpo-main h3 {
    padding-top: 10px;
}

.tenpo-main a {
    color: black;
    font-weight: 600;
}

.ten-photo {
    background-color: #f4edda;
    padding: 20px 0 !important;

}

.yokonarabi4 {
    display: flex;
    /*コレ*/
    align-items: center;
    /*コレ*/
    justify-content: center;
}

.yokonarabi4 > div {
    width: 50px;
    padding: 10px 10px 20px 10px;
}

.tenpo-info h3 {
    margin: 0 auto 20px auto;
    display: table;
}

.tenpo-info h4 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.bg-e {
    width: 80%;
    padding: 5px 0;
}

.bg-f8 {
    width: 20%;
    text-align: right;
    padding: 5px 0;
}

.ten-e {
    width: 30%;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid black;
}

.ten-top {
    border-top: 1px solid black;
}

.ten-f8 {
    width: 70%;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid black;
}

/*美味しさのこだわり*/
.kodawari-top {
    background-image: url(../img/kodawari-a.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}


.top-kodawari-2 h4 {
    display: table;
    margin: auto;
    margin-bottom: 30px;
}

.top-kodawari-2 h3 {
    text-align: center;

    padding: 30px;
}

.top-kodawari-2 p {
    text-align: center;
    margin-bottom: .2rem;
}

@media screen and (min-width:500px) {
    .kodawari-phone {
        width: 70%;
        margin: auto;
        line-height: 40px;
    }
}

@media screen and (max-width:400px) {
    .kodawari-top h3 {
        width: 250px;
    }
}

.chicken {
    background-color: #f3f3f3;
    padding: 40px 0;
}

.chicken h3 {
    display: inline-block;
    margin: auto;
    margin-bottom: 30px;

}

.kodawari-tamago h3 {
    display: table;
    margin: auto;
    margin-bottom: 30px;

}

.kodawari-three {
    padding: 10px;
    background-color: #f3f3f3;
}

.akasaka {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width:769px) {
    .kodawari-three {
        max-width: 30% !important;
        margin: 11px;
        line-height: 40px;
    }
}

.kodawari-three h3 {
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;

}

.slider {
    margin: 30px auto 0;
}

.slick-img img {
    height: auto;
    width: 100%;
}

/*会社概要*/
.corporation {
    background-image: url(../img/yoyogi_gaikan.jpeg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}

.corporation::before {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}


.corporation-info h3 {
    display: inline-block;
    border-bottom: 1px solid #19345b;
}


.corporation-e {
    width: 30%;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #999999;
}

.corporation-f8 {
    width: 70%;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #999999;
}

/*予約フォーム*/
.yoyaku {
    text-align: center;
    background-color: #2d2d2d;
}

.yoyaku h2 {
    padding-top: 30px;
    margin: 0 auto 20px auto;
    display: table;
    /*border-bottom: 2px solid #ff3c16;*/
}

.yoyaku-main {
    background-color: #e9e9e9;
    margin: 60px 0;
}

.yoyaku a {
    color: #000000;
}

.yoyaku-link {
    border-bottom: solid 1px white;
    padding: 30px 0;
}

.yoyakuBtGoogle {
	padding: 15px 20px;
	border: 1px solid #fff;
}

.yoyakuTel {
	font-size: 23px;
	font-weight: bold;
}

/*メニュー*/
.menu-e {
    width: 78%;
    padding: 10px 0;
}

.menu-a {
    width: 100%;
}

.menu-f8 {
    width: 22%;
    text-align: right;
    padding: 10px 0;
}

.menu h2 {
    text-align: center;
    display: block;
    background-color: #f4edda;
    border-bottom: solid 1px #999999;
    border-top: solid 1px #999999;
    width: 400px;
    margin: 40px auto;
    padding: 10px 0;
    font-weight: 600;
}

.menu h3 {
    text-align: left;
    display: block;
    background-color: #f4edda;
    border-bottom: solid 1px #999999;
    border-top: solid 1px #999999;
    width: 100%;
    margin: 20px auto;
    padding: 10px 0;

}

@media screen and (max-width:400px) {
    .menu h2 {
        width: 250px;
    }
}

/*採用情報*/
.seisya-1 {
    background-image: url(../img/yoyogi_gaikan.jpeg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;

}

.seisya-2 {
    background-image: url(../img/yoyogi_gaikan.jpeg);
}

@media screen and (max-width:400px) {}

.saiyou-btn-link {
    color: white;
    padding: 10px;
    display: block;
    background-color: #2D2D2D;
    width: 179px;
    text-align: center;
    border: solid 1px white;
}

.saiyou-btn-link a {
    color: #ffffff;
}

.saiyou-btn-nolink {
    padding: 10px;
    display: block;
    width: 179px;
    text-align: center;
    border: solid 1px #e1e1e1;
}

@media screen and (max-width:500px) {}

.saiyou-btn-nolink a {
    color: #e1e1e1;
}

@media screen and (max-width:576px) {
    .saiyou-btn-link {
        margin: 10px 0;
    }

    .saiyou-btn-link a,
    .saiyou-btn-nolink a {
        font-size: 3vw;
    }

    .saiyou-btn-nolink {
        margin: 0px 0;
    }
}

.seisya-1-info h3 {
    padding: 40px 0 20px 0;

}

.seisya-e {
    color: #000000;
    width: 30%;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #999999;
}

.seisya-top {
    border-top: 1px solid #999999;
}

.seisya-f8 {
    color: #000000;
    width: 70%;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #999999;
}

.seisya-f8 span {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #999999;
}

.oubo h4 {
    color: #ffffff;
    padding: 30px;
    display: block;
    background-color: black;
    width: 400px;
    margin: 60px auto 0px;
    text-align: center;
    box-shadow: 0px 0px 0px 5px black;
    border: solid 1px #ffffff;

}

.oubo h4 a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    font-size: 20px;
}

@media screen and (max-width:400px) {
    .oubo h4 {
        width: 250px;
    }
}

.details {
    line-height: 2;
    width: 70%;
    margin: 50px auto 100px;
}

.details input[type=checkbox] {
    display: none;
}

.details__summary {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    border-bottom: solid 2px #19345b;
    margin: 20px auto;
}

@media screen and (min-width:350px) {
    .details__summary {
        width: 350px;
    }
}

.details__summary:first-child {
    margin-top: 0;
}

.details__summary::before {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 6px);
    right: 16px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #000000;
    transition: all 0.4s ease-out;
    transform-origin: 3px 6px;
    transform: rotate(90deg);
}

input[type=checkbox]:checked + .details__summary::before {
    transform: rotate(-90deg);
}

.details__content {
    overflow: hidden;
    transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
    line-height: 0;
    border-top: none;
    opacity: 0;
    margin: 0;
    padding: 0 16px;
}

.details__content p {
    line-height: 0;
}

.details__content img {
    display: none;
}

input[type=checkbox]:checked + .details__summary + .details__content {
    line-height: 2;
    opacity: 1;
    padding: 16px;
}

input[type=checkbox]:checked + .details__summary + .details__content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input[type=checkbox]:checked + .details__summary + .details__content p {
    line-height: 2;
}

.daihyou p {
    text-align: inherit;
}

@media screen and (max-width:600px) {
    .details {
        width: 90%;
    }
}

h2.kodawariTitle,
h4.kodawariTitle {
        font-size: 25px !important;
	font-weight: 700;
}

@media screen and (max-width:600px) {
	h2.kodawariTitle,
	h4.kodawariTitle {
	        font-size: 23px !important;
		font-weight: 700;
	}
}


@media screen and (max-width:600px) {
	h4.kodawariTitle {
		margin-top: 30px;
	}
}

.page-id-193 .footer-photo,
.page-id-196 .footer-photo {
	display: none;
}