@charset "utf-8";
/* 共通設定
========================================================================== */
html {
    font-size: 62.5%;
    /* 10px */
}
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    min-width: inherit;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.6;
	font-family: "Zen Kaku Gothic New", sans-serif;
    height: 100vh;
}
a {
    color: #000000;
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
ul, ol {
    list-style: none;
}
.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 calc(10 * 100vw / 750) rgba(0, 0, 0, .16);
    background-color: #ffffff;
}
h2, h3, p, li, dt, dd, span, a {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
}

@media screen and (min-width: 751px) {
.container {
    width: min(calc(1200 * 100vw / 1200), 1200px);
    box-shadow: 0 0 min(calc(10 * 100vw / 1200), 10px) rgba(0, 0, 0, .16);
}
}

/* SP・PC 表示切替え
---------------------------------------------------------- */
@media screen and (min-width: 751px) {
.is-pc {
    display: block;
}
.is-sp {
    display: none;
}
}
@media screen and (max-width: 750px) {
.is-pc {
    display: none;
}
.is-sp {
    display: block;
}
}

/* タグ
---------------------------------------------------------- */
#tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* top
========================================================================== */
.top {
    position: relative;
}
.logo_text {
    font-size: calc(16 * 100vw / 750);
    margin-bottom: calc(4 * 100vw / 750);
    color: #FFFFFF;
}
.top_logo {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 2%;
    left: 2%;
    line-height: 1.6;
}
.header_logo-link {
    width: calc(310 * 100vw / 750);
    min-width: 140px;
    line-height: 1;
}
.header_logo-images {
    width: 100%;
}

@media screen and (min-width: 751px) {
.top {
    position: relative;
}
.top_logo {
    line-height: 2;
}
.logo_text {
    font-size: min(calc(11 * 100vw / 1200), 11px);
    margin-bottom: 0;
}
.header_logo-link {
    width: min(calc(290 * 100vw / 1200), 290px);
}
}

/* recommend
========================================================================== */
.recommend_inner {
    background: #4C6142;
}
.recommend_contents .recommend_title {
    font-family: "Zen Old Mincho", serif !important;
	font-size: calc(40 * 100vw / 750);
    font-weight: 500;
	line-height: 1;
	letter-spacing: .05em;
	color: #fff;
	margin-bottom:calc(26 * 100vw / 750);
}
.recommend_contents .recommend_list {
    display: flex;
    align-items: center;
    gap: 0 calc(24 * 100vw / 750);
}
/* swiper */
.swiper_wrap {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: calc(26 * 100vw / 750) calc(27 * 100vw / 750);
}
.swiper_wrap img{
	width: 100%;
    height: auto;
    box-shadow: 0px 0px calc(10 * 100vw / 750) rgb(0 0 0 / 16%);
}
.swiper-wrapper {
    padding-bottom: calc(40 * 100vw / 750);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    width: calc(15 * 100vw / 750);
    height: calc(15 * 100vw / 750);
}
.swiper-pagination-bullet {
    background: #8A8A8A;
    opacity: inherit;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff;
}
.swiper-pagination {
    position: static;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,calc(9 * 100vw / 750));
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom,calc(8 * 100vw / 750));
}
.swiper-scrollbar-drag{
    background: #C49393;
}
.swiper-pagination {
    display: block;
}

@media screen and (min-width: 751px){
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper,.swiper-backface-hidden .swiper-slide{
    transform: none;
}
.swiper-slide{
    height: auto;
    flex-shrink: inherit;
}
.swiper-wrapper{
    padding-bottom: 0;
    transform: translate3d(0, 0, 0)!important;
}
.swiper-pagination {
    display: none;
}
.recommend_contents .recommend_inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: min(calc(20* 100vw / 1200), 20px) min(calc(86* 100vw / 1200), 86px);
    gap: min(calc(40* 100vw / 1200), 40px);
}
.recommend_contents .recommend_title {
    font-size: min(calc(26 * 100vw / 1200), 26px);
    line-height: 1.6;
    letter-spacing: .15em;
    margin: 0;
    text-align: end;
}
.recommend_contents .recommend_list {
    display: flex;
    align-items: center;
    gap: 0 min(calc(32* 100vw / 1200), 32px);
}
.recommend_contents .recommend_item {
    width: min(calc(108* 100vw / 1200), 108px);
    transition: transform .3s;
}
.recommend_contents .recommend_item:hover {
    transform: scale(1.1);
}
/* ヨコはがき */
.recommend_contents .recommend_item.-width {
    width: min(calc(184 * 100vw / 1200), 184px);
}

}

/* entrance
========================================================================== */
.entrance {
    position: relative;
    margin: 0 calc(24 * 100vw / 750);
    padding: calc(60 * 100vw / 750) 0 calc(60 * 100vw / 750);
}
.entrance_text {
    color: #3A3A3A;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(29 * 100vw / 750);
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 2;
    text-align: center;
}
.entrance_text + .entrance_text {
    margin-top: calc(40 * 100vw / 750);
}
@media screen and (min-width: 751px) {
.entrance {
    padding: min(calc(64 * 100vw / 1200), 64px) 0 min(calc(50 * 100vw / 1200), 50px);
    margin: auto;
}
.entrance_text {
    font-size: min(calc(26 * 100vw / 1200), 26px);
    letter-spacing: .15em;
    line-height: 1.9;
}
.entrance_text + .entrance_text {
    margin-top: initial;
}
}

/* design
========================================================================== */
.design {
    padding: calc(60 * 100vw / 750) 0 calc(120 * 100vw / 750);
}
.design_inner {
    position: relative;
}
.design_title {
    margin-bottom: calc(56 * 100vw / 750);
    font-weight: bold;
    font-size: calc(60 * 100vw / 750);
    text-align: center;
}
.design_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: calc(100 * 100vw / 750) 0;
}
.design_item {
    width: calc(466 * 100vw / 750);
    text-align: center;
}
.design_item-thumb {
    margin-bottom: calc(40 * 100vw / 750);
}
.design_item-link {
    display: block;
}
.design_item-image {
    width: 100%;
    box-shadow: calc(5 * 100vw / 750) calc(5 * 100vw / 750) calc(25 * 100vw / 750) rgba(0, 0, 0, .35);
}
.design_item-detail {
    width: calc(440 * 100vw / 750);
    margin: 0 auto;
}
.design_item-btn {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: calc(14 * 100vw / 750) 0;
    border-radius: calc(18 * 100vw / 750);
    box-sizing: border-box;
    background-color: #E37C63;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(38 * 100vw / 750);
    letter-spacing: -.02em;
    text-decoration: none;
    transition: opacity .3s;
}
.btn-arrow {
    position: relative;
    left: calc(12 * 100vw / 750);
    width: calc(38 * 100vw / 750);
    height: calc(38 * 100vw / 750);
    border-radius: 50%;
    background: #ffffff;
}
.btn-arrow::after {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(21 * 100vw / 750);
    transform: translate(-50%,-50%);
    width: calc(14 * 100vw / 750);
    height: calc(18 * 100vw / 750);
    background-color: #E37C63;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
/* 横向きはがき */
.design_list.-width {
    margin-top: calc(90 * 100vw / 750);
}
.design_item.-width {
    width: calc(685 * 100vw / 750);
}
.design_item.-width .design_item-image {
    height: auto;
}

@media screen and (min-width: 751px) {
.design {
    padding: min(calc(50 * 100vw / 1200), 50px) 0 min(calc(120 * 100vw / 1200), 120px);
}
.design_list {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: min(calc(864 * 100vw / 1200), 864px);
    margin: 0 auto;
    gap: min(calc(104 * 100vw / 1200), 104px) min(calc(214 * 100vw / 1200), 214px);
}
.design_item {
    width: min(calc(324 * 100vw / 1200), 324px);
}
.design_item-thumb {
    margin-bottom: min(calc(32 * 100vw / 1200), 32px);
}
.design_item-link {
    display: block;
    transition: opacity .4s;
}
@media (hover: hover) and (pointer: fine) {
    .design_item-link:hover {
    opacity: .7;
}
}
.design_item-image {
    box-shadow: min(calc(5 * 100vw / 1200), 5px) min(calc(5 * 100vw / 1200), 5px) min(calc(25 * 100vw / 1200), 25px) rgba(0, 0, 0, .35);
}

.design_item-detail {
    width: min(calc(280 * 100vw / 1200), 280px);
}
.design_item-btn {
    padding: min(calc(12 * 100vw / 1200), 12px) 0;
    border-radius: min(calc(12 * 100vw / 1200), 12px);
    font-size: min(calc(20 * 100vw / 1200), 20px);
    transition: .3s all;
}
.btn-arrow {
    left: min(calc(6 * 100vw / 1200), 6px);
    width: min(calc(22 * 100vw / 1200), 22px);
    height: min(calc(22 * 100vw / 1200), 22px);
}
.btn-arrow::after {
    left: min(calc(12 * 100vw / 1200), 12px);
    width: min(calc(9 * 100vw / 1200), 9px);
    height: min(calc(12 * 100vw / 1200), 12px);
    transition: .3s all;
}
@media (hover: hover) and (pointer: fine) {
.design_item-btn:hover {
    background: #78A9B7 !important;
}
.design_item-btn:hover .btn-arrow::after {
    background-color: #78A9B7 !important;
}
}
/* 横向きはがき */
.design_list.-width {
    max-width: min(calc(996 * 100vw / 1200), 996px);
    margin-top: min(calc(90 * 100vw / 1200), 90px);
    gap: min(calc(104 * 100vw / 1200), 104px) min(calc(64 * 100vw / 1200), 64px);
}
.design_item.-width {
    width: min(calc(466 * 100vw / 1200), 466px);
}
}

/* service
========================================================================== */
:is(.messeage,.step) {
    background: #FFF0E1;
    color: #3A3A3A;
}
:is(.messeage-text,.step_about,.step_item-text,.service_item-text,.service_item-link) {
    font-family: "Noto Sans JP", sans-serif;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.messeage-text,.step_about {
    font-weight: 500;
}
.step_item::before {
    border-top: calc(41* 100vw / 750) solid #E37C63;
}
.step_item-text {
    font-weight: 500;
}
.service_item-arrow {
    background: #E37C63;
}

@media screen and (min-width: 751px) {
.step_item::before {
    border-top: min(calc(20* 100vw / 1200), 20px) solid transparent;
    border-left: min(calc(25* 100vw / 1200), 25px) solid #E37C63;
}
.service_item-link:hover {
    opacity: 1;
    color: #E37C63;
}
}
/* appeal
========================================================================== */

/* design_feature
========================================================================== */
.feature_bottom-btn a {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #E37C63;
}
.feature_btn-arrow::after {
    border-left: calc(16* 100vw / 750) solid #E37C63 !important;
}
@media screen and (min-width: 751px) {
.feature_bottom-btn a:hover {
    background: #78A9B7 !important;
}
.feature_bottom-btn a:hover::before{
    opacity: 0;
}
.feature_btn-arrow::after {
    border-bottom: min(calc(8* 100vw / 1200), 8px) solid transparent;
    border-left: min(calc(12* 100vw / 1200), 12px) solid #E37C63 !important;
    transition: all .3s;
}

.feature_bottom-btn a:hover .feature_btn-arrow::after {
    border-left: min(calc(12* 100vw / 1200), 12px) solid #78A9B7 !important;
    opacity: 1;
}
}
/* footer
========================================================================== */
.footer {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    height: calc(368*100vw/750);
}
.footer_inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
}
/* bottom
-------------------------------------------------------------------------- */
.bottom {
    padding: calc(20 * 100vw / 750) 0;
    font-size: calc(24 * 100vw / 750);
    letter-spacing: .02em;
    background: #B91B07;
    color: #fff;
}
.bottom a {
    color: #fff;
}
/* bread */
.bread_list {
    display: flex;
    justify-content: center;
    margin-bottom: calc(8 * 100vw / 750);
}
.bread_item:not(:last-child)::after {
    padding: 0 calc(8 * 100vw / 750);
    content: "＞";
}
/* copy */
.copyright {
    text-align: center;
}
.copyright_link {
    text-decoration: underline;
}
.copyright_link:hover {
    text-decoration: none;
}

@media screen and (min-width: 751px) {
.footer {
    height: min(calc(244 * 100vw / 1200), 244px);
}
/* bottom
-------------------------------------------------------------------------- */
.bottom {
    padding: min(calc(14 * 100vw / 1200), 14px) 0;
    font-size: min(calc(12 * 100vw / 1200), 12px);
    letter-spacing: .04em;
}
/* bread */
.bread_list {
    margin-bottom: min(calc(4 * 100vw / 1200), 4px);
}
.bread_item:not(:last-child)::after {
    padding: 0 min(calc(8 * 100vw / 1200), 8px);
}
.bread_item a:hover {
    text-decoration: underline;
}

}


/* 背景画像
-------------------------------------------------------------------------- */
main {
    background: url(../images/backg_s.webp) no-repeat top calc(1580*100vw/750) center / 100%;
    background-color: #FFF6EC;
}
@media screen and (min-width: 751px) {
    main {
        background: url(../images/backg.webp) no-repeat top min(calc(730 * 100vw / 1200), 730px) center / 100%;
        background-color: #FFF6EC;
    }
}

.service {
    background: #fff;
}
.service_list {
    background-color: #FFF6EC;
}
.footer {
    background-color: #FFF6EC;
    position: relative;
    height: calc(700*100vw/750);
}
.footer::after {
    content: "";
    background: url("../images/bg_footer_s.webp") no-repeat bottom calc(120*100vw/750) center / 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 751px) {
.footer {
    height: min(calc(600 * 100vw / 1200), 600px);
}
.footer::after {
    background: url("../images/bg_footer.webp") no-repeat bottom min(calc(65 * 100vw / 1200), 65px) center / 100%;
}