.p-ichigo__inner {
    padding: 48px 96px 96px 160px;
    background-color: #f8f8f4
}

@media screen and (max-width: 960px) {
    .p-ichigo__inner {
        padding: 48px 0 16px
    }
}

.p-ichigo_eyecatch img {
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 960px) {
    .p-breadcrumb {
        padding: 0 24px
    }
    .p-ichigo_eyecatch img {
        height: 300px
    }
}

@media screen and (max-width: 960px) {
    .p-ichigo__title {
        padding: 0 24px
    }
}

.p-ichigo__title h2 {
    font-size: 54px;
    font-size: 3.375rem;
    color: #1c3324;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: bold
}
.p-ichigo__title__sub {
    font-size: .75rem;
    color: #c5c5c5;
    margin: 10px 0 0;
}
@media screen and (max-width: 960px) {
    .p-ichigo__title h2 {
        font-size: 27px;
        font-size: 1.6875rem
    }
}

.p-ichigo__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 32px 0 0;
}
.p-ichigo__info > div {
    width: 49%;
}
.p-ichigo__info__img {
    margin: 0 0 0 2%;
}
.p-ichigo__info__text {
    font-size: 16px;
    font-size: 1rem;
}
.p-ichigo__info__text p:not(:last-child) {
    margin: 0 0 16px;
}
.p-ichigo__info__link {
	display: -webkit-box;
	display: flex;
    margin: 40px 0 0;

}
.p-ichigo__info__link a {
    max-width: 400px;
    width: 90%;
    background-color: #1c3324;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
    padding: 20px 16px;
}
@media screen and (max-width: 960px) {
.p-ichigo__info > div {
    width: 100%;
}
.p-ichigo__info__img {
    text-align: center;
    margin: 0 0 24px;
}
.p-ichigo__info__textWrap {
    padding: 0 24px;
}
.p-ichigo__info__link {
    -webkit-box-pack: center;
	justify-content: center;
    margin: 24px 0 0;
}
}

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

.p-page-layout01__contents {
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width: 960px) {
    .p-page-layout01__contents {
        padding: 0 24px
    }
}

.p-page-layout01__contents {
    display: -webkit-box;
	display: flex;
    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
    margin: 48px auto;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 2
}

.p-page-layout01__contents p {
    font-size: 16px;
    font-size: 1rem
}

@media screen and (max-width: 960px) {
    .p-page-layout01__contents p {
        padding: 0 16px
    }
}
.p-ichigo__gallery {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
    margin: 56px 0 0;
}
.p-ichigo__gallery > li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
}
.p-ichigo__gallery > li:nth-child(-n + 2) {
    margin-top: 0;
}
.p-ichigo__gallery > li:nth-child(2n) {
    margin-right: 0;
}
@media screen and (max-width: 960px) {
.p-ichigo__gallery {
    margin: 40px 0 0;
}
}

.p-ichigo__map {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, sans-serif;
    margin: 48px 0 0;
}
.p-ichigo__map__title {
    border-bottom: 1px solid #1c3324;
    font-size: 24px;
    font-size: 1.5rem;
    color: #1c3324;
    font-family: garamond-premier-pro, "Noto Serif JP", "notoserif", "游明朝 Medium", "Yu Mincho", "游明朝体", YuMincho, serif;
    margin-bottom: 16px;
}
.p-ichigo__map__note {
    color: red;
}
.p-ichigo__map__list {
    margin: 40px 0 0;
}
.p-ichigo__map__list li {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.p-ichigo__map__list li:nth-child(1) {
    margin-top: 0;
}
.p-ichigo__map__list-info {
    width: calc(100% - 400px);
}
.p-ichigo__map__list-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px;
}
.p-ichigo__map__list-address,
.p-ichigo__map__list-tel {
    padding-left: 24px;
    position: relative;
}
.p-ichigo__map__list-address {
    margin: 0 0 4px;
}
.p-ichigo__map__list-tel a:link,
.p-ichigo__map__list-tel a:hover,
.p-ichigo__map__list-tel a:visited,
.p-ichigo__map__list-tel a:active {
    color: #202020;
}
.p-ichigo__map__list-address::before,
.p-ichigo__map__list-tel::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;  
}
.p-ichigo__map__list-address::before {
    background: url(../../img/post__information_map_bg.svg) no-repeat center;
}
.p-ichigo__map__list-tel::before {
    background: url(../../img/post__information_phone_bg.svg) no-repeat center;
}
.p-ichigo__map__list-iframe {
    width: 400px;
}
.p-ichigo__map__list-iframe > div {
    overflow: hidden;
    padding-top: 75%;
    position: relative;
}
.p-ichigo__map__list-iframe > div iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 961px) {
}
@media screen and (max-width: 960px) {
.p-ichigo__map {
    padding: 0 0 48px;
}
.p-ichigo__map__list-info,
.p-ichigo__map__list-iframe {
    width: 100%;
}
.p-ichigo__map__title,
.p-ichigo__map__note,
.p-ichigo__map__list {
        padding: 0 24px
}
.p-ichigo__map__title {
    font-size: 1.25rem;
    padding-bottom: 8px;
}
.p-ichigo__map__list-name {
    font-size: 1.125rem;
}
.p-ichigo__map__list-address::before,
.p-ichigo__map__list-tel::before {
    top: .3125rem;
}

.p-ichigo__map__list li {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
}
.p-ichigo__map__list-iframe {
    margin: 16px 0 0;
}
}
