@charset "utf-8";
/* ===================================================================
module
=================================================================== */
.nowrap{
    white-space: nowrap;
}

.sp-space{
    display: none;
}

/******************************************************************** structure
*/
html{
    background: #faf9f5;
}

#WRAPPER {
	position: relative;
	width: 100%;
}

a{
    transition: 0.5s ease;
}


/* aspect ------------------------------------------------*/
.aspect-261-83 { aspect-ratio: 261 / 83;}
.aspect-239-235 { aspect-ratio: 239 / 235;}
.aspect-226-169 { aspect-ratio: 226 / 169;}
.aspect-58-41 { aspect-ratio: 58 / 41;}
.aspect-383-210 { aspect-ratio: 383 / 210;}
.aspect-213-220 { aspect-ratio: 213 / 220;}
.aspect-919-130 { aspect-ratio: 919 / 130;}
.aspect-1-1 { aspect-ratio: 1 / 1;}
.aspect-214-57 { aspect-ratio: 214 / 57;}
.aspect-842-329 { aspect-ratio: 842 / 329;}

/******************************************************************** MAIN
*/
body #MAIN{
    width: 100%;
    background-color: #faf9f5;
}

body #CONTAINER{
	background-image: url(../img/bg01.svg),url(../img/bg02.svg);
    background-position: left 0 top 5rem, right 0 bottom 5rem;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section{
    margin: 4rem auto;
}

/******************************************************************** TOP
*/
/* top-header */
section#TOP{
    margin-top: 2rem;
}

.top-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    margin: 0 auto 2rem;
    max-width: 120rem;
}

h1 span{
	display: block;
    font-size: 1.3rem;
	line-height: 1.3;
}

.w18{
	max-width: 18rem;
    transition: 0.5s;
}

.top-header-right{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header-right .header-tel{
    margin-right: 1rem;
}

.btn{
	display: block;
    margin: 0.5rem 0 0.5rem 2rem;
    padding: 0.4em 1em;
    border-radius: 1.6rem;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #BF1F21;
    border: solid 0.2rem #BF1F21;
    white-space: nowrap;
}

/* top-img */

.top-img{
    position: relative;
	background-image: url(../img/webp/top-back.webp);
    background-position: right calc( 35% - 4rem ) top 0;
    background-repeat: no-repeat;
    z-index: 1;
    height: calc(100vh - 30rem);
    min-height: 60rem;
    padding: 0 10rem;
}

.top-img01{
    position: absolute;
    bottom: 0;
    left: calc( 45% - 43rem );
    z-index: 3;
    animation-name: fadeUpAnime;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime{
    from {
    opacity: 0;
	transform: translateY(100px);
    }

    to {
    opacity: 1;
	transform: translateY(0);
    }
}


.top-img02{
    position: absolute;
    top: 1rem;
    left: calc( 50% - 45rem );
    max-width: 45rem;
    z-index: 2;
    animation-name:fadeDownAnime;
    animation-duration:1.8s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeDownAnime{
    from {
    opacity: 0;
	transform: translateY(-100px);
    }

    to {
    opacity: 1;
	transform: translateY(0);
    }
}

/* top-menu */

.top-menu{
    margin: 1rem auto;
    max-width: 130rem;
}

.top-menu ul{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}

.top-menu ul::after,
.top-menu ul::before{
    content: url(../img/sensu.svg);
}

.top-menu ul li{
    width: calc( 100% / 6 - 1rem );
    text-align: center;
}

.top-menu ul li a{
    font-size: 1.8rem;
    font-weight: bold;
	letter-spacing: 0.4rem;
}


/******************************************************************** header
*/

header{
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #faf9f5;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
    display: block;
    box-shadow: 0.2rem 0.2rem 0.2rem rgba(154, 154, 154, 0.1);
}

/* header-top */
header .header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 120rem;
    padding: 0 1rem;
    margin: 1.5rem auto 1rem;
}

header .header-top-right{
    display: flex;
    align-items: center;
}

header .header-top-right .insta{
    margin-left: 1rem;
}

header .header-tel01{
    position: relative;
    padding-left: 3.5rem;
    font-weight: bold;
    font-size: 1.2em;
    color: #bf1f21;
}

header .header-tel01::before{
    position: absolute;
    content: "";
    background: url(../img/tel.svg);
    width: 2.6rem;
    height: 2.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0.2rem;
    left: 0;
}

header .header-tel02{
    margin-left: 2rem;
}

header .w18{
	max-width: 10rem;
}

/* header-bottom */

header .header-bottom .pc-menu{
    display: block;
}

header .header-bottom .sp-menu{
    display: none;
}

header .header-bottom .pc-menu{
    margin: 1.2rem auto 0.8rem;
    text-align: center;
    max-width: 120rem;
}

header .header-bottom .pc-menu{
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-bottom .pc-menu li{
    width: calc( 100% / 6 );
    border-left: 0.1rem dotted #ccc;
}

header .header-bottom .pc-menu li a{
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
}



/* ===================================================================
contents
=================================================================== */
.contents{
	padding: 6rem 4rem;
}

.contents-title{
    font-size: 1.1em;
    line-height: 1.7;
    margin: 0.5rem 0;
}

.contents-txt{
    line-height: 1.9;
    font-size: 1.7rem;
    font-weight: bold;
}

/* animation */
.fade-in{
    opacity: 0;
    transition-duration: 1.0s;
    transform: translate(0, 10rem);
}
.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

/******************************************************************** AREA01
*/
#AREA01{
	background-image: url(../img/webp/shop.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 1;
    min-height: 70vh;
    max-width: 110rem;
    padding: 0 2rem;
    margin-top: 8rem;
}

#AREA01 .area01-box{
    text-align: right;
}

#AREA01 h2.title-img{
    position: relative;
    display: inline-block;
    z-index: 1;
}

#AREA01 h2.title-img::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 24rem;
    height: 24rem;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

#AREA01 .contents-txt{
    display: inline-block;
    max-width: 52rem;
    text-align: left;
}

.title-subtxt{
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0.5rem;
    text-align: center;
}


/******************************************************************** AREA02
*/
#AREA02{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 110rem;
    padding: 0 2rem;
}

#AREA02 h2.title-img{
    position: relative;
    display: inline-block;
    z-index: 1;
}

#AREA02 h2.title-img::before {
    position: absolute;
    top: -2rem;
    left: 2rem;
    content: "";
    width: 26rem;
    height: 26rem;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

#AREA02 h2.title-img::after{
    position: absolute;
    right: 6rem;
    top: -1rem;
    content: "";
    width: 10rem;
    height: 10rem;
    background-image: url(../img/uretemasu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

#AREA02 .contents-txt{
    position: relative;
    z-index: 10;
}

#AREA02 .btn{
    display: inline-block;
    margin: 2rem 0;
    padding: 0.4em 2.4em;
}


/******************************************************************** MOVIE
*/
#MOVIE{
    margin: 6rem auto 10rem;
    padding: 0 2rem;
    text-align: center;
}

#MOVIE video{
    width: 100%;
    max-width: 80rem;
}

/******************************************************************** AREA03
*/
#AREA03{
    margin: 8rem 0 6rem;
    position: relative;
    padding: 15rem 0 0;
    margin-bottom: 10rem;
    background-image: url(../img/sec03-bg.svg);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 1;
}

#AREA03 .title-img{
    margin: 7rem auto 3rem;
    padding: 0 4rem;
    text-align: center;
}

.item-box{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 6rem auto 1rem;
    padding: 0 2rem;
    max-width: 120rem;
	background-image: url(../img/dohyo.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.item-box li{
	width: calc( 100% / 3 - 2rem);
	max-width: 36rem;
}

.item-title{
	font-size: 1.6rem;
    font-weight: bold;
}

.item-img {
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.item-img img {
    height: auto;
    transition: transform .6s ease; /* ゆっくり変化させる */
}

.item-img:hover img {
  transform: scale(1.1); /* 拡大 */
}



/******************************************************************** AREA04
*/
#AREA04{
    text-align: center;
}

#AREA04 .comment-box{
    position: relative;
    max-width: 90rem;
    margin: 0 auto 6rem;
}


#AREA04 .comment-box::before{
    position: absolute;
    content: "";
    background-image: url(../img/webp/middle-icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19.5rem;
    height: 19.1rem;
    margin: auto;
    left: 4rem;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.comment-box .comment{
    text-align: left;
    padding: 4rem 2rem 4rem 8rem;
    background: #fff;
    border-radius: 2rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.9;
    margin-left: 10rem;
}

.comment span.underline{
    text-decoration: underline;
    padding-bottom: 0.5rem;
    font-weight: bold;
    color: #BF1F21;
}

/******************************************************************** NEWS
*/
#NEWS{
    text-align: center;
    margin-top: -20rem;
    padding-top: 20rem;
}

#NEWS h2{
    position: relative;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    margin-bottom: 4rem;
}

#NEWS h2::after{
    position: absolute;
    bottom: -2rem;
    right: 0;
    left: 0;
    margin: auto;
    content: "NEWS";
    font-size: 0.5em;
    color: #e3d7b9;
}

.news-box{
    margin: 2rem auto;
    background-color: #fff;
    padding: 2rem 3rem;
    border: 0.1rem solid #C0B395;
    text-align: left;
    max-width: 80rem;
    line-height: 1.8;
}

.news-box dt.news-date{
    color: #C0B395;
    font-weight: bold;
    letter-spacing: 0.2rem;
    font-size: 0.9em;
}

.news-box dd.news-text{
    margin-bottom: 1.6rem;
}

.news-box dd.news-text:last-child{
    margin-bottom: 0;
}

a.news-link {
    border-bottom: 0.1rem solid #dadada;
    padding-bottom: 0.2rem;
    margin-right: 0.5rem;
}


/******************************************************************** silder
*/
/* slider
 * ========================================================================== */
.detail-body .swiper{
margin: 0;
padding: 0;
width: 62%;
max-width: 74rem;
}

.swiper-container { width: 100%;}

.swiper-slide{
text-align: center
}

.swiper-slide .caption{
margin: 0;
padding: 0.5em 1em;
width: 100%;
background-color: rgba(0,0,0,0.6);
color: #fff;
font-size: 1.6rem;
line-height: 1.6;
text-align: left;
}

.detail-body .swiper .swiper-button-prev,
.detail-body .swiper .swiper-button-next{
position: absolute;
top: calc(50% - 4rem);
margin: 0;
padding: 0;
width: 3rem;
height: 4rem;
}

.detail-body .swiper .swiper-button-prev{ left: 0;}
.detail-body .swiper .swiper-button-next{ right: 0;}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
bottom: 0;
content: "";
height: 0;
margin: auto;
position: absolute;
top: 0;
width: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
width: 2.4rem;
height: 2.4rem;
border: solid #BF1F21 0.2rem;
content: "";
}

.swiper-button-prev:after {
left: 0.6rem;
border-width: 0.2rem 0 0 0.2rem;
transform: rotate(-45deg);
}

.swiper-button-next:after {
right: 0.6rem;
border-width: 0.2rem 0.2rem 0 0;
transform: rotate(45deg);
}

.swiper-pagination-bullet{
    background-color: #656666!important;
}

.swiper-slide-next{
    opacity: 0.3;
}

.swiper-slide-prev{
    opacity: 0.3;
}


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

.detail-body .detail-info{
margin: 0;
padding: 0;
width: 100%;
max-width: 74rem;
}

.detail-body .swiper{
margin: 0 0 1.5em;
padding: 0;
width: 100%;
max-width: 74rem;
}

.swiper-button-prev:after,
.swiper-button-next:after {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
width: 1.8rem;
height: 1.8rem;
border: solid #BF1F21 0.2rem;
content: "";
}

.swiper-button-prev:after {
left: 0.6rem;
border-width: 0.2rem 0 0 0.2rem;
transform: rotate(-45deg);
}

.swiper-button-next:after {
right: 0.6rem;
border-width: 0.2rem 0.2rem 0 0;
transform: rotate(45deg);
}

}/* End max 768 */

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

.detail-body .swiper .swiper-button-prev, .detail-body .swiper .swiper-button-next {
top: calc(40% - 4rem);
}

}


@media screen and (max-width: 900px) and (min-width: 770px) {

.detail-body .swiper .swiper-button-prev, .detail-body .swiper .swiper-button-next {
top: calc(40% - 4rem);
}

}

/******************************************************************** 通販ボタン*/
.tuhan-top {
    right: 3rem;
    bottom: 3rem;
    max-width: 8rem;
    z-index: 100;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tuhan-top:hover {
    transform: scale(1.1);
}

/******************************************************************** page-top
*//* ボタンのスタイル */
.page-top {
    cursor: pointer;
    padding: 0;
    appearance: none;
    position: fixed;
    left: 3rem;
    bottom: 3rem;
    z-index: 100;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: solid 0.3rem #BF1F21;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* 矢印のスタイル */
.page-top::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: -0.6rem;
    border-top: solid 0.3rem #BF1F21;
    border-right: solid 0.3rem #BF1F21;
    transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
    transform: scale(1.1);
}

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

footer {
    margin-top: 10rem;
	background:#bf1f21;
	color: #fff;
	text-align: center;
    padding: 3rem 5rem 1rem;
}

.adress-contents{
	display: flex;
	justify-content: space-between;
    margin: 0 auto 1rem;
    max-width: 100rem;
}

dl.adress-list {
    text-align: left;
    margin-left: 4rem;
}


/* adress-contents-right */
.btn02{
    padding: 0.6em 2em;
	display: block;
    margin: 0.5rem 0 0.5rem 2rem;
    border-radius: 1.6rem;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
    font-weight: bold;
    border: solid 0.2rem #fff;
    white-space: nowrap;
}

.btn03 {
    margin: 0 0 1rem;
}

.btn04{
    margin: 1.5rem 0 0rem;
}

footer address {
    padding: 1rem;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px){
    .adress-contents{
        margin: 0 auto 2rem;
        max-width: 80rem;
    }
}

@media screen and (max-width: 1060px){
    .top-img {
        background-size: 60rem;
    }

    .top-img01 {
        left: calc( 60% - 45rem );
    }

    .top-img02 {
        left: calc( 50% - 38rem );
        max-width: 40rem;
    }

    .top-menu ul::after,
    .top-menu ul::before{
        content: none;
    }

    .top-menu ul li a {
        font-size: 1.6rem;
    }

    #AREA01 {
        background-size: 50rem;
    }

    #AREA01 .contents-txt {
        max-width: 42rem;
        background-color: rgb(250, 249, 245, 0.6);
        padding: 2rem;
    }

    .contents-txt {
        font-size: 1.6rem;
    }

    .comment-box .comment {
        padding: 4rem 2rem 4rem 6rem;
    }

    #AREA04 .comment-box {
        max-width: 75rem;
    }

    .comment-box .comment {
        padding: 4rem 2rem 4rem 6rem;
    }

    #AREA04 .comment-box::before {
        left: 5rem;
    }

    .tuhan-top {
        right: 2rem;
        max-width: 6.5rem;
    }
}

@media screen and (max-width: 850px){
    section {
        margin: 6rem auto;
    }

    #TOP{
        margin-top: 2rem;
    }

    #AREA02 h2.title-img {
    max-width: 30rem;
    }

    #AREA02 h2.title-img::after {
        right: -3rem;
        top: -2rem;
    }

    .area02-box{
        width: 50%;
    }

    .jihanki{
        max-width: 36rem;
        margin-left: 2rem;
    }

    #AREA03{
        padding-top: 12rem;
    }

    #AREA04 .comment-box {
        max-width: 70rem;
    }

    #AREA04 .comment-box::before {
        width: 17.5rem;
        height: 17.1rem;
    }

    .adress-contents{
        margin: 0 auto 2rem;
        max-width: 60rem;
    }
}

@media screen and (max-width: 767px){
    /* scroll-nav */
    header .header-bottom .pc-menu {
        padding: 0;
        margin: 0 0 0.5rem;
    }

    header .header-bottom .pc-menu li a {
        font-size: 1.6rem;
    }

    header .header-top {
        margin: 1.5rem auto 0.5rem;
    }

    /* top */
    .top-img {
        background-image: url(../img/webp/top-back-sp.webp);
        background-position: right -1rem center;
        min-height: 64vh;
        margin: 3rem 0 4rem;
    }

    .top-img01 {
        bottom: 0;
        left: 3rem;
        max-width: 36rem;
    }

    .top-img02 {
        top: -2rem;
        left: 0;
    }

    /* area01 */

    #AREA01 {
        background-size: 34rem;
        background-position: top left;
        min-height: auto;
    }

    #AREA01 .contents-txt {
        max-width: none;
        background-color: rgb(250, 249, 245, 0.0);
        padding-bottom: 0;
    }

    /* area02 */
    .area02-box {
        width: auto;
    }

    .jihanki {
        max-width: 30rem;
    }

    /* area03 */
    #AREA03{
        background-image: url(../img/sec03-bg-sp.svg);
    }

    /* comment */
    #AREA04 .comment-box::before {
    width: 15.5rem;
    height: 15.1rem;
    }

    .comment-box .comment {
    padding: 2rem 2rem 2rem 4rem;
    }
}

@media screen and (max-width: 680px) {
    /* footer */
    footer {
        margin-top: 8rem;
        padding: 3rem 2rem 1rem;
    }

    .adress-contents {
        display: block;
    }

    dl.adress-list {
        margin: 0 auto 2rem;
    }

    .btn02 {
        padding: 0.6em 2.2em;
        display: inline-block;
    }

    footer address {
        padding: 1rem 0;
    }
}

@media screen and (max-width: 640px){
    section {
        margin: 8rem auto;
    }

    /* header*/
    header .header-top {
        margin: 0.5rem 0;
        align-items: flex-start;
    }

    header .header-bottom .pc-menu{
        display: none;
    }

    header .header-bottom .sp-menu{
        display: block;
    }

    header .header-top-right {
        margin: 0 1rem;
        flex-wrap: wrap;
    }

    header .header-tel01 {
        width: 100%;
    }


    header .header-tel02 {
        display: inline-block;
        margin-left: 0;
    }

    /* ハンバーガー */
    header {
    display: flex;
    background-color: #fffefe;
    box-shadow: 0 0.2rem 0.1rem rgba(96,53,44,0.0509803922);
    border-radius: 0 0 4rem 4rem;
    }

    .sp-menu__box {
    position: fixed;
    top: 0.5rem;
    right: 1rem;
    display: flex;
    height: 5rem;
    width: 5rem;
    justify-content: center;
    align-items: center;
    z-index: 999;
    }

    .sp-menu__box span,
    .sp-menu__box span:before,
    .sp-menu__box span:after {
    content: "";
    display: block;
    height: 0.3rem;
    width: 2.5rem;
    border-radius: 0.3rem;
    background: #bf1f21;
    position: absolute;
    z-index: 999;
    }

    .sp-menu__box span:before {
    bottom: 0.8rem;
    }

    .sp-menu__box span:after {
    top: .8rem;
    }

    #sp-menu__check {
    display: none;
    }

    #sp-menu__check:checked ~ .sp-menu__box span {
    background: rgba(255, 255, 255, 0);
    }

    #sp-menu__check:checked ~ .sp-menu__box span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: #fff;
    }

    #sp-menu__check:checked ~ .sp-menu__box span::after {
    top: 0;
    transform: rotate(-45deg);
    background: #fff;
    }

    #sp-menu__check:checked ~ .sp-menu__content {
    left: 0;
    }

    .sp-menu__content {
    width: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 998;
    background-color:#bf1f21;
    transition: all 0.5s;
    }

    .sp-menu__list {
    padding: 6rem 1rem 4rem;
    }

    .sp-menu__item {
    border-bottom: solid 0.1rem #fff;
    }

    .sp-menu__item:last-child {
    border-bottom: none;
    }

    .sp-menu__link {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 0.3rem;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    padding: 1.5rem 1rem;
    }

    header.scroll-nav {
        display: flex;
    }

    header .header-top-right .insta {
        margin-left: 0.5rem;
    }

    header .header-top-right {
        align-items: flex-end;
    }

    /* TOPの中のmenu */
    .top-header,
    .top-menu{
    display: none;
    }

    /* contents */
    #TOP {
        margin-top: 10rem;
    }

    .top-img {
        min-height: 74vh;
        margin: 12rem 0 0;
        background-size: contain;
        background-position: right -2rem center;
    }

    #AREA01 {
        background-size: 30rem;
        background-position: center left;
    }

    #AREA01 .contents-txt {
        background-color: rgb(250, 249, 245, 0.7);
    }

    #AREA02 h2.title-img::before {
        top: -4rem;
        left: 0;
    }

    .jihanki {
        max-width: 21rem;
    }

    .comment-box .comment {
        padding-top: 8rem;
        margin-left: 0;
    }

    #AREA04 .comment-box::before {
        width: 16.5rem;
        height: 16.1rem;
        top: -1rem;
        left: 50%;
    }

    .aspect-213-220 { aspect-ratio: 250 / 429;}
}

@media screen and (max-width: 560px){
    header .w18 {
        max-width: 8rem;
    }

    section {
        margin: 4rem auto 8rem;
    }

    .sp-space{
        display: block;
    }

    header .header-top {
        margin: 0.8rem 0;
    }

    header .header-top-right {
        margin-left: 2rem;
    }

    header .header-tel01 {
        font-size: 1.0em;
    }

    header .header-tel02 {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    header .header-tel01::before{
        width: 2.4rem;
        height: 1.9rem;
        top: 0;
    }

    .title-subtxt {
        font-size: 1em;
    }

    .item-title {
        margin-top: 1rem;
    }

    .item-box {
        display: block;
        max-width: 44rem;
        background-image: none;
    }

    .item-box li {
        max-width: none;
        margin-bottom: 4rem;
        width: 100%;
    }

    .jihanki {
        max-width: 19rem;
    }

    .top-img {
        min-height: 60vh;
        background-position: right -1rem center;
    }
}

@media screen and (max-width: 500px){
    #TOP {
        margin: 10rem 0 6rem;
    }

    .top-img01 {
        left: 1rem;
        max-width: 20rem;
    }

    .top-img02 {
        top: -3rem;
        left: 0;
        max-width: 34rem;
    }

    /* area01 */
    .contents-txt{
        font-size: 1.4rem;
    }

    #AREA01 .title-img img{
        max-width: 22rem;
    }

    #AREA01 .contents-txt {
        padding: 2rem 1.5rem;
        margin-top: 17rem;
    }

    .title-subtxt {
        margin-top: 0;
    }

    /* area02 */
    #AREA02{
        display: block;
        text-align: right;
        padding: 0 1.5rem;
    }

    #AREA02 h2.title-img::before {
        left: -2rem;
    }

    #AREA02 h2.title-img::after {
        top: -4rem;
    }

    #AREA02 .title-img img{
        max-width: 22rem;
    }

    .area02-box {
        width: 100%;
        text-align: center;
    }

    .jihanki {
        max-width: 100%;
        margin: 0 auto;
    }

    /* area03 */
    #AREA03{
        margin-top: 0;
        padding-top: 4rem;
    }

    #AREA03 .title-img {
        margin: 14rem auto 0;
        padding: 0 2rem;
    }

    /* area04 */
    .item-box{
        margin-top: 2rem;
    }

    section#AREA04{
        margin: 12rem auto 6rem;
    }

    .contents {
        padding: 2rem;
    }

    .comment-box .comment {
        padding: 8rem 1.5rem 2rem;
        font-size: 1.5rem;
    }

    .aspect-213-220 { aspect-ratio: 500 / 237;}
}