@charset "UTF-8";

/*-------------------------*/
html {
    font-size: 100%;

}

*{box-sizing: border-box;}


body {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    color: #fff;
    background-color: #393332;
}


a {
    text-decoration: none;
    color: #fff;
}

ol,li {
    list-style: none;
}


.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


.concept-Wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8rem 0;
}

.map-Wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 8rem;
}


.news-Wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem 8rem;
}


.contact-Wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem 8rem;
}


.topic-Wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 12rem;
}

.content-Wrapper {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 150px;
}

.introduction-Wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0rem 0 8rem;
}


/*-------------------------*/

.page-title-Wrapper {
    text-align: center;
}

.page-title {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    padding-left: 3px;
    text-align: center;
    margin: 30px 0 100px;
    letter-spacing: 0.3rem;
    font-size: 1.3rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}

.page-title::after {
    content: '';
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}

/*-------------------------*/

.content-box1,
.content-box2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.content-box2 {
    flex-direction: row-reverse;
}



/*-------------------------*/

.content-left {
    width: 680px;
    height: 600px;
}

.content-left {
    width: 50%;
}

.content-right {
    padding: 0 2em 0;
    width: 50%
}




/*-------------------------*/


.introduction-image {
    position: relative;
    width: 100%;
    height: 360px;
    background-image: url(../image/top_shop.jpg);
}


.map-image {
    position: relative;
    width: 100%;
    height: 360px;
    background-image: url(../image/top_map.jpg);
}


.news-image {
    position: relative;
    width: 100%;
    height: 360px;
    background-image: url(../image/top_news.jpg);
}


.contact-image {
    position: relative;
    width: 100%;
    height: 360px;
    background-image: url(../image/top_contact.jpg);
}

.parkpfi-image {
    position: relative;
    width: 100%;
    height: 360px;
    background-image: url(../image/top_parkpfi.jpg);
}



.page-title2 {
    display: inline-block;
    position: absolute;
    padding-bottom: 10px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    letter-spacing: 0.3rem;
    font-size: 1.3rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}



.page-title2::after {
    content: '';
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}



.btn-link {
    display: block;
    width: 15%;
    text-align: center;
    margin: 0 auto;
    padding: 16px 10px 16px 10px;
    letter-spacing: 4px;
    font-weight: bold;
    border: 2px solid;
    font-size: 0.7rem;
}

@media (max-width: 1100px) {
    .btn-link {
        width: 25%;
    }

}

.btn-link {
    margin-top: 150px;
}

.btn-link:hover {
    color: #393332;
    background: #fff;
    transition: .4s;
}


/*-------------------------*/

#g-nav {
    position:fixed;
	z-index: -1;
	opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
	background: rgba(0,0,0,0.9);
	transition: all 0.3s;
}


#g-nav.panelactive {
	opacity: 1;
	z-index: 999;
}


#g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}



#g-nav li {
	list-style: none;
    text-align: center;
}

#g-nav li a {
	color: #fff;
	text-decoration: none;
	padding: 15px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    font-size: 1.2rem;
	font-weight: bold;
}


.openbtn {
	position: absolute;
    z-index: 9999;
    top: 1px;
    cursor: pointer;
    width: 50px;
    height: 30px;
}


.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
	background-color: #fff;
  	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top: 15px;
}

.openbtn span:nth-of-type(2) {
	top: 23px;
}

.openbtn span:nth-of-type(3) {
	top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*-------------------------*/
.main-menu {
    display: flex;
    justify-content: space-between;
    background-color: #393332;
    padding: 0.5% 3%;
}


.header_logo {
    width: 230px;
    margin-bottom: 4px;
    margin-left: 60px;
}

.sns {
    margin-top: 6px;
}

.sns-icon {
    margin-left: 10px;
    color: #fff;
}


.bg-image {
    width: 100%;
    height: 940px;
    background-image: url(../image/top_01.jpg);
    position: relative;
}


.logo {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0
    padding:0;
}

.main-logo {
    width: 100px;
}

.main-logo:hover {
    opacity: 0.6;
}

.sub-logo {
    width: 100px;
    margin-top: 30px;
}

.logo {
    text-align: center;
    padding: 8rem 0;
}




/*-------------------------*/

.concept-title {
    width: 560px;
    padding-left: 45px;
}

.concept-text_box {
    display: flex;
    font-size: 0.9rem;
    line-height: 2.0rem;
    text-align: justify;
}

.concept-text_left,
.concept-text_right {
    width: 90%;
    margin-top: 40px;
}

.concept-text_left {
    padding: 0 20px 0 45px;
}

.concept-text_right {
    padding: 0 45px 0 20px;
}



.video {
    text-align: center;
    padding-bottom : 10rem;
}

@media (max-width: 800px) {
    .video iframe {
        width: 100%;
        height: 550px;
    }
}

/*-------------------------*/

.topic_box {
    display: flex;
}

.topic_image {
    width: 100%;
    vertical-align: top;
}



.topic_box-01,
.topic_box-02 {
    position: relative;
}

.topic_title-01,
.topic_title-02 {
    position: absolute;
    padding-bottom: 10px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    letter-spacing: 0.15rem;
    font-size: 1.2rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}


/*-------------------------*/

.topic_title-01::after {
    content: '';
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}

.topic_title-01::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}

.topic_title-02::after {
    content: '';
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}

.topic_title-02::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}


.topic_box-01:hover {
    opacity: 0.6;
    filter: grayscale(100%);
}
.topic_box-01:hover {
    opacity: 0.6;
    filter: grayscale(100%);
}


.topic_box-02:hover {
    opacity: 0.6;
    filter: grayscale(100%);
}
.topic_box-02:hover {
    opacity: 0.6;
    filter: grayscale(100%);
}



/*-------------------------*/

.newstop_page-title {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    padding-left: 6px;
    text-align: center;
    margin: 30px 0 100px;
    letter-spacing: 0.3rem;
    font-size: 1.3rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}

.newstop_page-title::after {
    content: '';
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}



.newslist {
    max-width: 1000px;
    margin: 0 auto;
}

.newslist li {
    font-size: 1.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 10px;
    border-top: 0.3px solid #fff;
    line-height: 1.5;
}

.newslist li:last-child {
    border-bottom: 0.3px solid #fff;
}

.newslist li time {
    padding-right: 50px;
}

.newslist li a {
    text-decoration: none;
}

.newslist-time {
    font-size: 1.1rem;
    font-weight: bold;
    color: #89898a;
}

.news_top-text:hover {
    opacity: 0.6;
}

@media (max-width: 1100px) {
    .newslist {
        max-width: 800px;
    }
}


/*-------------------------*/

.area-image_box {
    background-image: url(../image/image_03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.area-title {
    font-size: 1.0rem;
}

.map {
    margin: 70px 0 20px;
}


.area-link {
    font-size: 0.95rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 300px;
}

.area-link_item {
    width: 13px;
    margin-right: 15px;
}


/*-------------------------*/

.activity-image_box {
    background-image: url(../image/image_05.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.activity-left {
    background: url(../image/image_05.jpg) no-repeat top center;
    background-size: cover;
}

.activity-top,
.activity-bottom,
.activity-sns {
    margin-top: 40px;
}


.activity-title {
    font-size: 1.0rem;
}

.activity-heading {
    display: inline-block;
    padding: 5px 10px 5px 13px;
    letter-spacing: 5px;
    font-weight: bold;
    border: 1px solid;
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.activity-item_01,
.activity-item_02 {
    display: flex;
    line-height: 2.0;
    font-size: 0.95rem;
}

.item-left_01 {
    margin-right: 240px;
}

.item-left_02 {
    margin-right: 270px;
}


@media (max-width: 1100px) {

    .item-left_01 {
        margin-right: 70px;
    }

    .item-left_02 {
        margin-right: 100px;
    }

}




.activity-sns {
    display: flex;
}

.activity-sns_i {
    font-size: 1.2rem;
    margin-top: 15px;
}

.activity-icon_f {
    margin-left: 20px;
}

.activity-link {
    font-size: 0.95rem;
    font-weight: bold;
    letter-spacing: 5px;
}

.activity-link_item {
    width: 30px;
    margin-top: 25px;
    margin-right: 20px;
    margin-left: 50px;
}



/*-------------------------*/
.access-image_box {
    background-image: url(../image/image_06.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.kippushi-map {
    width: 95%;
    margin-bottom: 20px;
}


.access-address {
    font-size: 0.9rem;
}

.access-link {
    font-size: 0.95rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 300px;
}

.access-link_item {
    width: 30px;
    margin-top: 25px;
    margin-left: 20px;
}



/*-------------------------*/

.contact-image_box {
    background-image: url(../image/image_07.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.contact-top,
.contact-bottom {
    display: flex;
}

.top-left,
.bottom-left {
    display: flex;
}

.contact-heading {
    margin-top: 12px;
    display: inline-block;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 0.95rem;
}

.vertical-line {
    background-color: gray;
    width: 1px;
    height: 50px;
    margin-left: 30px;
    margin-right: 45px;
}

.top-right,
.bottom-left {
    font-size: 0.9rem;
    line-height: 2.0;
}

.contact-link,
.store-link {
    display: block;
}

.store-link {
    margin-top: 30px;
}

.store-link:hover {
    text-decoration: underline;
}

.contact-link_item {
    width: 30px;
    margin-top: 15px;
    margin-left: 10px;
}

.contact-bottom {
    margin-top: 100px;
    align-items: center;
}

.mail-link {
    margin-top: 100px;
    font-size: 0.95rem;
    letter-spacing: 2px;
}


/*-------------------------*/


.infor_box-top {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 70px;
}

.infor_mainlogo {
    width: 70px;
    margin-right: 30px;
}


.infor_mainlogo-2 {
    display: block;
    width: 200px;
}

.infor-main_nav {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.2rem;
    margin-top: 15px;
}

.infor-logo {
    width: 160px;
}

.information-wrapper {
    display: flex;
    padding: 0 2em 0;
    justify-content: center;
}

.information-right {
    margin-left: 20px;
}

.infor_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.infor-storename {
    display: block;
    font-weight: bold;
    font-size: 0.85rem;
}

.infor-nav {
    display: block;
    padding-top: 5px;
    font-size: 0.7rem;
}

.infor-icon_f {
    font-size: 0.8rem;
    margin-top: 5px;
}

.infor-link:hover {
    opacity: 0.6;
}

.infor_line1 {
    margin-right: 2rem;
    width: 1.5px;
    height: 145px;
    background-color: #89898a;
}

.infor_line2 {
    margin-right: 2rem;
    width: 1.5px;
    height: 145px;
    background-color: #5b5757;
}



/*-------------------------*/

.introduction-icon_i_01 {
    margin-right: 15px;
}
.introduction-icon_f_01 {
    margin-left: 15px;
}

.introduction-icon_i_02 {
    margin-right: 25px;
}
.introduction-icon_t_02 {
    margin-left: 25px;
}



.introduction-logo {
    display: block;
    width: 390px;
    margin: 0 auto;
    padding: 10em 0 4em 0;
}



.introduction-heading {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.introduction-text {
    font-size: 0.85rem;
    font-weight: lighter;
    line-height: 2.0;
}

.introduction-right_box {
    margin-top: 30px;
}

.introduction-right_box img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 40px;
}

.introduction-right_box img:last-child {
    margin-right: 0;
}


.introduction-sns_i {
    clear: both;
    display: block;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0px;
}


.introduction-link {
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 16px 10px 16px 10px;
    letter-spacing: 4px;
    font-weight: bold;
    border: 2px solid;
    font-size: 0.7rem;
}

.introduction-link {
    margin-top: 30px;
}

.introduction-link:hover {
    color: #393332;
    background: #fff;
    transition: .4s;
}




/*-------------------------*/

.introduction01-image_left {
    background-image: url(../image/shop_info/12shop_info_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 25px;
}

.introduction02-image_right {
    background-image: url(../image/shop_info/02shop_info_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 25px;
}

.introduction03-image_left {
    background-image: url(../image/shop_info/03shop_info_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 25px;
}


.introduction04-image_right {
    background-image: url(../image/shop_info/04shop_info_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 25px;
}

.introduction05-image_left {
    background-image: url(../image/shop_info/13shop_info_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 25px;
}

.introduction06-image_right {
    background-image: url(../image/shop_info/06shop_info_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 25px;
}

.introduction07-image_left {
    background-image: url(../image/shop_info/07shop_info_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 25px;
}

.introduction09-image_right {
    background-image: url(../image/shop_info/09shop_info_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 25px;
}

.introduction10-image_left {
    background-image: url(../image/shop_info/10shop_info_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 25px;
}




/*-------------------------*/

.news01-contents {
    text-align: center;
}
.news01-heading {
    padding-top: 8rem;
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: 2.0px;
}


.news_page-title {
    display: inline-block;
    position: absolute;
    padding-bottom: 10px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    letter-spacing: 0.3rem;
    font-size: 1.3rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}

.news_page-title::after {
    content: '';
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}





/*-------------------------*/

.enlarged_map {
    padding-top: 8rem;
}

.enlarged-map-02 {
    display: block;
    margin: 0 auto;
    width: 60%;
    margin-top: 150px;
    margin-bottom: 80px;
}


.enlarged-map_textbox {
    display: flex;
    justify-content: center;
}

.enlarged_map-lefttext,
.enlarged_map-righttext {
    font-size: 0.95rem;
    line-height: 4.0rem;
}

.enlarged_map-righttext {
    margin-left: 100px;
}

.enlarged_map-text {
    text-align: center;
}

.store-number {
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 4.0;
    margin-right: 15px;
}


/*-------------------------*/
.contact_link-contents {
    text-align: center;
}
.contact_link-heading {
    padding-top: 8rem;
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: 2.0px;
}


.contact_page-title {
    display: inline-block;
    position: absolute;
    padding-bottom: 10px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    letter-spacing: 0.2rem;
    font-size: 1.3rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}

.contact_page-title::after {
    content: '';
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}




/*-------------------------*/
.parkpfi-contents {
    text-align: center;
}
.parkpfi-heading {
    padding-top: 8rem;
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: 2.0px;
}



/*-------------------------*/

footer {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    color: #393332;
}

.footer-logo {
    width: 500px;
}




@media (max-width: 600px) {


    /*-------------------------*/
    .content-Wrapper {
        margin-bottom: 0px;
    }

    .topic-Wrapper {
        padding-bottom: 6rem;
    }

    .introduction-Wrapper {
        padding: 0rem 0 6rem;
    }

    .content-box1,
    .content-box2 {
        flex-direction: column;
    }

    .content-left {
        height: 52vh;
        width: 100%;
        background-position: center;
    }

    .content-right {
        padding: 2em 2em;
        width: 100%
    }

    .introduction-image {
        height: 160px;
    }

    .news-image {
        height: 160px;
    }

    .map-image {
        height: 160px;
    }

    .contact-image {
        height: 160px;
    }

    .parkpfi-image {
        height: 160px;
    }


    .page-title {
        margin: 80px 0 50px;
    }

    .page-title2 {
        font-size: 0.9rem;
        letter-spacing: 0.2rem;
    }


    .newstop_page-title {
        letter-spacing: 0.3rem;
        font-size: 1.3rem;
    }

    .newstop_page-title {
        margin: 80px 0 50px;
    }


    .news_page-title {
        font-size: 0.9rem;
        letter-spacing: 0.2rem;
    }

    .news_page-title {
        font-size: 0.9rem;
        letter-spacing: 0.2rem;
    }

    .news_page-title::after {
        width: 53px;
    }


    .contact_page-title {
        font-size: 0.9rem;
        letter-spacing: 0.2rem;
    }

    .contact_page-title {
        font-size: 0.9rem;
        letter-spacing: 0.2rem;
    }

    .contact_page-title::after {
        width: 53px;
    }


    .btn-link {
        width: 60%;
        margin-top: 80px;
        margin-bottom: 100PX;
    }


    /*-------------------------*/

    .main-menu {
        padding: 2% 6%;
    }

    .header_logo {
        display: none;
    }

    .sns {
        margin-top: 2px;
    }

    .sns-icon {
        font-size: 1.25rem;
        margin-left: 12px;
    }

    .main-logo {
        width: 80px;
    }

    .sub-logo {
        width: 80px;
    }

    .logo {
        padding: 0rem 0;
    }

    .bg-image {
        height: 450px;
    }

    #g-nav li a {
        padding: 20px;
        font-size: 0.9rem;
    }


    .openbtn{
        top: -3px;
        left: 5px;
    }

    /*-------------------------*/

    .concept-Wrapper {
        padding: 15% 11% 0;
    }

    .concept-title {
        width: 250px;
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .concept-text_box {
        flex-direction: column;
        align-items: center;
        font-size: 0.8rem;
        line-height: 2.0rem;
    }

    .concept-text_left,
    .concept-text_right {
        width: 100%;
        margin-top: 0px;
        padding: 0 0px;
    }


    /*-------------------------*/

    .video iframe {
        width: 100%;
        height: 340px;
    }

    .video {
        padding: 6rem 0 6rem;
    }


    /*-------------------------*/

    .topic_box {
        display: block;
    }




    /*-------------------------*/

    .newslist {
        font-size: 1.0rem;
        padding: 2em 2em;
    }

    .newslist li {
        display: block;
    }

    .newslist li time {
        padding-right: 30px;
    }


    /*-------------------------*/
    .area-image_box {
        margin-right: 0px;
    }

    .map {
        width: 100%;
        margin: 50px 0;
    }

    /*-------------------------*/
    .activity-image_box {
        margin-left: 0px;
    }

    .activity-top,
    .activity-bottom,
    .activity-sns {
        margin-top: 70px;
    }

    .activity-item_01,
    .activity-item_02 {
        font-size: 0.8rem;
    }

    .item-left_01 {
    }

    .item-left_02 {
    }

    /*-------------------------*/
    .access-image_box {
        margin-right: 0px;
    }

    .kippushi-map {
        width: 100%;
        margin: 0 0 25px;
    }

    .access-link {
        letter-spacing: 0px;
    }

    .access-link_item {
        width: 30px;
        margin-top: 25px;
        margin-left: 20px;
    }


    /*-------------------------*/
    .contact-image_box {
        margin-left: 0px;
    }

    .contact-top,
    .contact-bottom {
        flex-direction: column;
    }

    .top-left,
    .bottom-left {
        flex-direction: column;
    }

    .contact-heading {
        margin-top: 0px;
    }

    .vertical-line {
        width: 50px;
        height: 1px;
        margin: 20px 0;
        margin-left: 0px;
        margin-right: 0px;
    }

    .store-link {
        margin-top: 50px;
    }

    .contact-link_item {
        width: 30px;
        margin-top: 0px;
        margin-left: 10px;
    }

    .contact-bottom {
        align-items: flex-start;
    }


    /*-------------------------*/
    .infor_box-top {
        margin-bottom: 50px;
    }

    .infor_mainlogo {
        width: 50px;
        margin-right: 20px;
    }

    .infor_mainlogo-2 {
        width: 170px;
    }

    .infor-main_nav {
        font-size: 0.65rem;
        margin-top: 10px;
    }

    .information-wrapper {
        flex-direction: column;
        padding: 0 2em 4em;
    }

    .information-right {
        margin-left: 0px;
    }

    .infor-logo {
        width: 135px
    }

    .infor-storename {
        font-size: 0.75rem;
        line-height: 1.0rem;
    }

    .infor-nav {
        font-size: 0.6rem;
        line-height: 1.0rem;
    }

    .infor-link {
        font-size: 0.55rem;
    }

    .infor_line1,
    .infor_line2 {
        margin-right: 1.2rem;
    }




    /*-------------------------*/

    .introduction-icon_i_01 {
        margin-right: 15px;
    }
    .introduction-icon_f_01 {
        margin-left: 15px;
    }

    .introduction-icon_i_02 {
        margin-right: 25px;
    }
    .introduction-icon_t_02 {
        margin-left: 25px;
    }


    .introduction-logo {
        width: 260px;
        padding: 3em 0 1em 0;
    }


    .introduction-link {
        margin-top: 20px;
        width: 70%;
    }

    .introduction-heading {
        font-size: 1.0rem;
        text-align: center;
    }
    .introduction-text {
        font-size: 0.8rem;
    }

    .introduction-right_box img {
        margin-bottom: 40px;
    }


    .introduction01-image_left,
    .introduction03-image_left,
    .introduction05-image_left,
    .introduction07-image_left,
    .introduction10-image_left {
        margin-right: 0px;
        height: 360px;
    }

    .introduction02-image_right,
    .introduction04-image_right,
    .introduction06-image_right,
    .introduction09-image_right {
        margin-left: 0px;
        height: 360px;
    }


    /*-------------------------*/

    .enlarged_map {
        padding-top: 3rem;
    }

    .enlarged-map-02 {
        width: 80%;
        margin-top: 90px;
        margin-bottom: 40px;
    }


    .enlarged-map_textbox {
        display: block;
        text-align: center;
    }

    .enlarged_map-lefttext,
    .enlarged_map-righttext {
        font-size: 0.8rem;
        line-height: 3.0rem;
    }

    .enlarged_map-text {
        font-size: 0.8rem;
    }

    .enlarged_map-righttext {
        margin-left: 0px;
    }

    .store-number {
        font-size: 0.85rem;
        line-height: 3.0rem;
    }



    /*-------------------------*/
    footer {
        padding: 30px 0;
    }

    .footer-logo {
        width: 300px;
    }

}
