@charset "utf-8";

body {}

#top_mv {
    width: 100vw;
    height: 60vh;
    background-image: url(../img/index/top_main.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    z-index: -1;
    top: 0;
}

@media only screen and (max-width: 600px) {
    #top_mv {
        height: 80vw;
    }
}

/*
-------------------------------------------------- INTRO ----------------
*/
#top_intro {
    margin-top: 60vh;
    padding: 100px 0;
    background: #fff;
    text-align: center;
    position: relative;
}

#top_intro .catch {
    margin-bottom: 40px;
    text-align: center;
}

#top_intro p {
    font-size: 20px;
    line-height: 44px;
}

#top_intro p strong {
    font-size: 24px;
    font-weight: bold;
    color: #b60005;
}

#top_intro .photo01 {
    position: absolute;
    top: 0;
    left: 0;
}

#top_intro .photo02 {
    position: absolute;
    top: 150px;
    right: 0;
}

@media only screen and (max-width: 600px) {
    #top_intro {
        margin-top: 80vw;
    }

    #top_intro .catch {
        width: 90%;
        margin: 0 auto 40px;
        text-align: center;
    }

    #top_intro .catch img {
        width: 100%;
        height: auto;
    }

    #top_intro .photo01 {
        position: absolute;
        top: -40px;
        left: 0;
        text-align: left;
    }

    #top_intro .photo01 img {
        width: 30%;
    }

    #top_intro .photo02 {
        position: absolute;
        top: 0px;
        right: 0;
        text-align: right;
    }

    #top_intro .photo02 img {
        width: 30%;
    }

}

/*
-------------------------------------------------- NEWS ----------------
*/

#top_news {
    background: #fff;
    padding-bottom: 60px;
}

#top_news h2 {
    width: 100%;
    height: 240px;
    background-image: url(../img/index/top_news_h2_bg.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 60px;
}

#top_news article {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 40px;
}

#top_news article:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#top_news article .tn {
    width: 24%;
    float: left;
}

#top_news article .tn img {
    width: 100%;
    height: auto;
}

#top_news article .txt {
    width: 74%;
    float: right;
    text-align: left;
}

#top_news article .txt .date {
    font-size: 12px;
}

#top_news article .txt .title {
    font-size: 18px;
    margin-bottom: 10px;
}

#top_news article .txt .detail {
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    #top_news h2 {
        width: 100%;
        height: 120px;
        background-image: url(../img/index/top_news_h2_bg.jpg);
        background-size: cover;
        background-position: center center;
        text-align: center;
        padding-top: 50px;
        margin-bottom: 60px;
    }

    #top_news h2 img {
        width: 112px;
        height: auto;
    }


}




/*
-------------------------------------------------- menu ----------------
*/

#top_menu {
    background: #fff;
    padding-bottom: 60px;
}

#top_menu h2 {
    width: 100%;
    height: 240px;
    background-image: url(../img/index/top_menu_h2_bg.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 60px;
}

#top_menu .menu {
    width: 1000px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#top_menu article {
	width:30%;
    padding-bottom: 40px;
    margin-bottom: 30px;
	display: inline-block;
}

#top_menu article img{
    display: inline-block;
	width:300px;
	
}

#top_menu article:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#top_menu article .txt .date {
    font-size: 12px;
}

#top_menu article .txt .title {
    font-size: 18px;
    margin-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	
}

#top_menu article .txt .detail {
    font-size: 14px;
	width:100%;
}

@media only screen and (max-width: 600px) {
    #top_menu h2 {
        width: 100%;
        height: 120px;
        background-image: url(../img/index/top_menu_h2_bg.jpg);
        background-size: cover;
        background-position: center center;
        text-align: center;
        padding-top: 50px;
        margin-bottom: 60px;
    }
	#top_menu .menu {
    width: 100%;
    margin: 0 auto;
	}

#top_menu h2 img {
        width: 218px;
        height: auto;
    }
#top_menu article {
	width:100%;
    padding: 40px;
    margin-bottom: 30px;
	display: inline-block;
}
	#top_menu article img{
    display: inline-block;
	width:100%;
	box-sizing: border-box;	
}

	
}

	
/*
-------------------------------------------------- SHOP ----------------
*/

#top_shop {
    background: #fff;
    padding-bottom: 80px;
}

#top_shop h2 {
    width: 100%;
    height: 240px;
    background-image: url(../img/index/top_shop_h2_bg.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 60px;
}

#top_shop h3 {
    text-align: center;
    margin-bottom: 60px;
}

#top_shop article {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 1;
}

#top_shop article:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#top_shop article .image {
    width: 54%;
    height: auto;
    float: left;
}

#top_shop article .image #mainImg01,
#top_shop article .image #mainImg02,
#top_shop article .image #mainImg03,
#top_shop article .image #mainImg04,
#top_shop article .image #mainImg05,
#top_shop article .image #mainImg06,
#top_shop article .image #mainImg07,
#top_shop article .image #mainImg08,
#top_shop article .image #mainImg09,
#top_shop article .image #mainImg10,
#top_shop article .image #mainImg11,
#top_shop article .image #mainImg12 {
    height: 34.56vw;
    max-height: 360px;
    margin-bottom: 2px;
}

#top_shop article .image #mainImg01 img,
#top_shop article .image #mainImg02 img,
#top_shop article .image #mainImg03 img,
#top_shop article .image #mainImg04 img,
#top_shop article .image #mainImg05 img,
#top_shop article .image #mainImg06 img,
#top_shop article .image #mainImg07 img,
#top_shop article .image #mainImg08 img,
#top_shop article .image #mainImg09 img,
#top_shop article .image #mainImg10 img,
#top_shop article .image #mainImg11 img,
#top_shop article .image #mainImg12 img {
    width: 100%;
    height: auto;
}

#top_shop article .image li {
    width: 33%;
    height: auto;
    margin-right: 0.5%;
    float: left;
}

#top_shop article .image li:nth-child(3n) {
    margin-right: 0;
}

#top_shop article .image li img {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
}

#top_shop article .image li.current img {
    opacity: 0.4;
}

#top_shop article .txt {
    width: 42%;
    height: auto;
    float: right
}

#top_shop article .txt h4 {
    font-size: 32px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
}

#top_shop article .txt dt {
    float: left;
}

#top_shop article .txt dd {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-left: 6em;
}
#top_shop article .txt dd.shop_sns {
    padding-left: 0;
}

#top_shop #tamaya,
#top_shop #sumideyakubai,
#top_shop #ucchari,
#top_shop #marufuku {
    position: relative
}

#top_shop #tamaya .imagephoto {
    position: absolute;
    top: 0;
    right: 0;
}

#top_shop #sumideyakubai .imagephoto {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 366;
    width: 36vw;
}

#top_shop #ucchari .imagephoto {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 356;
    width: 35vw;
}

#top_shop #marufuku .imagephoto {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 413px;
    width: 40vw;
}

#top_shop .imagephoto img {
    width: 100%;
    height: auto;
    z-index: 0;
}

#top_shop article .shop_sns img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

#top_shop article .shop_sns img:hover {
    opacity: 0.6;
}
#top_shop article .ggmap {
    clear:both;
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
#top_shop article .ggmap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    #top_shop h2 {
        width: 100%;
        height: 120px;
        background-image: url(../img/index/top_shop_h2_bg.jpg);
        background-size: cover;
        background-position: center center;
        text-align: center;
        padding-top: 55px;
        margin-bottom: 60px;
    }

    #top_shop h2 img {
        width: 127px;
        height: auto;
    }

    #top_shop article .image {
        width: 100%;
        height: auto;
        float: none;
    }

    #top_shop article .txt {
        width: 100%;
        height: auto;
        float: none
    }

    #top_shop article .image #mainImg01,
    #top_shop article .image #mainImg02,
    #top_shop article .image #mainImg03,
    #top_shop article .image #mainImg04,
    #top_shop article .image #mainImg05,
    #top_shop article .image #mainImg06,
    #top_shop article .image #mainImg07,
    #top_shop article .image #mainImg08,
    #top_shop article .image #mainImg09,
    #top_shop article .image #mainImg10,
    #top_shop article .image #mainImg11 {
        height: 64vw;
        max-height: none;
    }

    #top_shop .imagephoto img {
        display: none;
    }

    #top_shop article .txt h4 {
        font-size: 24px;
        padding-top: 20px;
    }

}