@charset "utf-8";
/*==========================
common
==========================*/
:root {
    --main-black: #3e3a39;
    --main-backGround: #fadbda;
    --main-grey: #7a5f77;
    --main-yellow: #ffedc0;
    --main-blue: #036eb7;

    --contentWidth: 1024px;
    --contentPadding: 5%;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family:
    "Noto Sans JP", sans-serif;
    font-style: normal;
    color: var(--main-black, #3e3a39);
    background-color: var(--main-backGround, #fadbda);
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width:769px) {
    
}


/*==========================
header
==========================*/
.nav__list {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 100%;
}
.nav__item {
    display: flex;
	justify-content: center;
	align-items: center;
    height: 80px;
    line-height: 22px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #e96d6d;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    outline:  solid 2px #fff; 
    border:  solid 2px #ffbbd4; 
    background: linear-gradient(180deg, #ffbbd4, #ffedc0);
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.main__image__pc {
    width: 100vw;
}
.main__image__sp {
    display: none;
}

/*==========================
about
==========================*/
.about__container {
    margin: 0 auto;
}
.ttl_image {
    margin-top: 70px;
    width: 100vw;
}
.about__event__container {
    margin-top: 36px;
}
.about__event__item {
    display: flex;
    text-align: left;
    justify-content: center;
    margin: 20px auto/**/;
    width: 630px/**/;
}
.about__event__item__topic {
    display: block;
    height: 46px;
    line-height: 44px;
    padding: 0 10px;
    color: #ffedc0;
    background-color: #7a5f77;
    text-align: center;
    font-size: 2.4rem;
    border-radius: 14px;
    width: 140px/**/;
}
.about__event__item__txt {
    font-size: 2.0rem;
    margin-left: 20px;
    flex: 1/**/;
}
.font__bold {
    font-size: 3.2rem;
    font-weight: 800;
}
.font__red {
    color: #e96d6d;
}
.font__blue {
    color: #036eb7;
    font-weight: 600;
}
.border {
    margin-top: 70px;
    height: 200px;
    width: 100vw;
    background-image: url(../images/border.png);
    background-repeat: repeat-x;
}
.about__bag__ttl__image {
   margin-top: 70px;
}
.about__box__ttl__image {
    margin-top: 70px;
}
.about__decoration__ttl__image {
    margin-top: 70px;
}
.about__newspaper__ttl__image {
    margin-top: 70px;
}
.about__newspaper__image {
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.newspaper__comingsoon {
    position: absolute;
    top: 43%;
    left: 42%;
    font-size: 4.0rem;
    color: #e96d6d;
    letter-spacing: 2px;
}
.atention__txt {
    font-size: 1.6rem;
}
.br__sp {
    display: none;
}

/*==========================
store
==========================*/
.store__ttl__image {
    margin-top: 70px;
}
.store__goods__image{
    margin-top: 40px;
}
.online__btn {
    margin-top: 70px;
}
.online__item__container01 {
    margin-top: 70px;
}
.online__item {
    display: flex;
    text-align: left;
    justify-content: center;
    margin: 20px auto/**/;
    width: 630px/**/;
}
.online__item__topic {
    display: block;
    height: 46px;
    line-height: 44px;
    padding: 0 10px;
    color: #ffedc0;
    background-color: #7a5f77;
    text-align: center;
    font-size: 2.4rem;
    border-radius: 14px;
    width: 140px/**/;
}
.online__item__txt {
    font-size: 2.0rem;
    margin-left: 20px;
    line-height: 44px;
    flex: 1/**/;
}

/*==========================
location
==========================*/
.location__item__accordion {
    padding: 40px;
    background-color: #fff;
    margin: 40px auto;
    width: 800px;
}
.details {
	transition: .3s;
	overflow: hidden;
    width: 700px;
    margin: -10px auto 0;
	padding-bottom: 20px;
	&:last-of-type {
		margin-bottom: 0;
	}
}
.details[open] {
    margin-top: 0;
	padding-bottom: 10px;
}

.details-summary {
    display: block;
	padding: 15px;
    transition: .3s;
	transform: translateY(10px);
	background-color: #e96d6d;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	&:hover {
        cursor: pointer;
	}
}
    .details-summary::after {
        content: "";
        display: block;
        margin-right: 10px;
        position: relative;
        background-image: url(../images/arrow_open.png);
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

.details-summary::-webkit-details-marker {
	display: none;
}
.details[open] .details-summary {
	transform: translateY(0);
}
.details-content {
	padding: 20px;
	background-color: #fff;
	border-bottom: 2px solid #e96d6d;
	border-left: 2px solid #e96d6d;
	border-right: 2px solid #e96d6d;
    font-size: 1.4rem;
    text-align: left;
}
.location__bold {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 10px;
}
.location__item__text {
    text-align: left;
    font-size: 1.6rem;
    margin-top: 30px;
}
.location__link {
    color: #036eb7;
    font-weight: 700;
}
.location__item__accordion__list {
    text-align: left;
    margin-top: 30px;
    font-size: 1.2rem;
}
/*==========================
pagetop
==========================*/
.page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}

.page_top img {
	width: 150px;
	height: 150px;
}

/*==========================
footer
==========================*/
.footeer__contact {
    font-size: 1.6rem;
    color: #3e3a39;
}

.footeer__link {
    color: #036eb7;
    font-size: 1.4rem;
    margin-left: 10px;
}
.footer__copyright {
    font-size: 1.2rem;
    margin-top: 40px;
    padding: 10px 0 30px;
}
.footer__contact__attention {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 300;
}