@charset "UTF-8";

/*基本設定
==========================================*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: bottom;
    max-width:  100%;
}

body {
    background-image: url(../images/top/news-background.jpg);
    font-size: 16px;
    font-family: "Meiryo","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN",sans-serif;
    color: #333;
    line-height: 1.8;
}

/* ハンバーガーメニュー部品隠し */
.main {
    display: none;
}

/* ヘッダー
==========================================*/
.rogo{
	position: absolute;
	top: -38%;
	left: 0;
	padding-left: 10px;
	width: 130px;
}
.rogo img{
	width: 50%;
	height: auto;
}
.fix_menu{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	padding: 30px 0;
    background-color: rgba(142,125,120,0);
}
#navwrap{
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 30px 15px 0;
}
.header_menu{
	display: flex;
}
ul,li{
	list-style: none;
	margin: 0;
}
.header_menu li a{
	cursor: pointer;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
    text-shadow: 2px 2px 2px #333;
    transition: color 1s linear;
}
.header_menu li a:hover {
    color: #333;
    text-shadow: none;
}

#switch{
	display: none;
}
.main p{
	padding: 500px 0;
	text-align: center;
}
@media screen and (max-width:767px) {
	#switch ~ label {
		padding: 12px 12px;
		width: 60px;
		height: 60px;
		background: #333;
		position: fixed;
		box-sizing: border-box;
		top: 0;
		right: 0;
		z-index: 999;
		cursor: pointer;
	}
	#switch ~ label span{
		display: block;
		width:22px;
		height:2px;
		top: 50%;
		left: 0;
		right: 0;
		margin:auto;
		background: #fff;
		position: absolute;
		-webkit-transition: 0.2s transform;
		transition: 0.2s transform;
	}
	#switch ~ label span:before,
	#switch ~ label span:after{
		content: "";
		display: block;
		background: #fff;
		position: absolute;
		width:22px;
		height:2px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#switch ~ label span:before{
		top: -9px;
	}
	#switch ~ label span:after{
		top: 9px;
	}
	#navwrap{
		padding-top: 0;
		position: fixed;
		top: -100%;
		left: 0;
		width: calc(100% - 60px);
		height: 100%;
		background: rgba(0,0,0,0.8);
		transition: all 0.4s;
		padding: 60px;
		box-sizing: border-box;
	}
	#switch:checked ~ #navwrap { 
		display: block; 
		top: 0;
	}
	.header_menu{
		display: flex;
		flex-direction: column;
	}
	.header_menu li{
		margin: 0 auto 30px;
	}
	.header_menu li a{
		color: #fff;
	}
	.scroll-prevent {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
	}
}

/* TOPページ
===================================== */
.main-conteinar {
    width: 80%;
    margin: 70px auto;
}

@media screen and (max-width:767px) {
.main-conteinar {
    width:90%;
    margin: 30px auto;
    }
}

    /* スライドショー */
.main-visual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
}

.main-visual .img-01,.main-visual .img-02,.main-visual .img-03 {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width:767px) {
    .main-visual .img-01,.main-visual .img-02,.main-visual .img-03,
    .about-main-visual .img-01,.about-main-visual .img-02,.about-main-visual .img-03,
    .menu-main-visual .img-01,.menu-main-visual .img-02,.menu-main-visual .img-03,
    .contact-main-visual .img-01,.contact-main-visual .img-02,.contact-main-visual .img-03{
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; 
    }
}

.img-01 {
    background-image: url(../images/top/main-visual.jpg);
    animation: slide-animation-01 24s infinite;
}

.img-02 {
    background-image: url(../images/top/main-visual2.jpg);
    animation: slide-animation-02 24s infinite;
}

.img-03 {
    background-image: url(../images/top/main-visual3.jpg);
    animation: slide-animation-03 24s infinite;
}

@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
    30% {opacity: 1;}
    40% {opacity: 0; transform: scale(1.15);}
    90% {opacity: 0;}
    100% {opacity: 1; transform: scale(1.0);}
}

@keyframes slide-animation-02 {
    0% {opacity: 0;}
    30% {opacity: 0;transform: scale(1.1);}
    40% {opacity: 1;}
    60% {opacity: 1;}
    70% {opacity: 0; transform: scale(1.0);}
    100% {opacity: 0;}
}

@keyframes slide-animation-03 {
    0% {opacity: 0;}
    60% {opacity: 0; transform: scale(1.0);}
    70% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0; transform: scale(1.1);}
}

    /* メイン画像に重ねるテキスト */
.catch-copy {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #fff;
    text-shadow: 4px 4px 4px #333;
    position: absolute;
    top: 10%;
    left: 13%;
    line-height: 4rem;
    text-align: center;
} 

.open-box {
    position: absolute;
    top: 30%;
    right: 10%;
    font-weight: bold;
    color: #fc7c03;
    text-shadow: 5px 5px 5px #333;
    line-height: 1;
    text-align: center;
}

.wascafe-box {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    font-family: "Times New Roman";
    font-weight: bold;
    line-height: 1.5rem;
    color: #fff;
    text-shadow: 4px 4px 4px #333;
}

.year {
    font-size: 2.2em;
}

.day,.open {
    font-size: 10em;
}

.sun {
    font-size: 3.5em;
}

.main-copy {
    text-align: center;
    line-height: 2em;
}

.main-copy p {
    margin: 2em;
}

.main-mark {
    text-align: center;
}

.news-mark {
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .catch-copy {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 1rem;
        line-height: 1.5rem;
        width: 250px;        
    }
    .open-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);   
    }
    .open-box .year{
        font-size: 0.8rem;
    }
    .sun {
        font-size: 0.9rem;
    }
    .day,.open {
        font-size: 3rem;
    }
    .wascafe-box {
        font-size: 28px;
        top: 70%;
    }
}

    /* メインリンク画像 */
.main-items-box {
    margin-bottom: 200px;
}

.main-imgs {
    position: relative;
}

.main-imgs:hover {
    box-shadow: none;
    top: 4px;
}

.main-imgs-inner {
    position: absolute;
    bottom: -120px;
    right: 0;
    width: 350px;
    height: 200px;
    background: linear-gradient(to right,rgb(247, 230, 132),rgb(248, 204, 47));
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #ccc;
    padding: 20px;
    line-height: 1.4rem;    
}

.main-imgs-inner a {
    text-decoration: none;
}

.main-imgs-inner-minititle {
    color: #fc7c03;
    font-weight: bold;
    padding-bottom: 5px;
}

.main-imgs-inner-title {
    text-decoration: underline;
    font-family: "Times New Roman";
    font-size: 24px;
    color: #333;
    padding-bottom: 5px;
}

.main-imgs-inner-text {
    font-size: 14px;
    text-align: left;
    color: #333;
    padding: 10px;
}

@media screen and (max-width:767px) {
    .main-imgs-inner {
        top: 95%;
        left: 0;
        width: 100%;
    }
    .main-mark img {
        margin-top: 50px;
    }  
}
    /* お知らせ */
.news-wrapper {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-image: url(../images/top/news-background.jpg);
    background-size: cover;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    padding: 70px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.news-box {
    width:48%;
    margin-right: 2%;
}

.news-box:nth-child(2n) {
    margin-right: 0;
}

.news-text dt {
    margin: 5px 0 5px 0;
}

.news-text dd {
    margin-bottom: 30px;
    line-height: 1.2rem;
}

.news-imgs img {
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
}

.news-imgs img:hover {
    box-shadow: none;
    position:relative;
    top: 3px;
}

.news-box .news-text a {
    text-decoration: none;
    color: #333;
    transition: color 0.1s linear;
}

.news-box .news-text a:hover {
    color: #ccc;
}

@media screen and (max-width:767px) {
    .news-wrapper {
        flex-direction: column;  
    }
    .news-box {
        margin: 0 auto;
    }
    .news-mark img {
        margin-top: 50px;
    }
    .news-wrapper .news-box {
        width: 90%;
    }
    .news-text dt {
        margin: 5px 0 0 0;    
    }
    .news-text dd {
        margin:0 0 28px 0;
    }
}

/* TOPページ終了
===================================== */


/* ABOUTページ
============================================ */

    /* スライドショー */
.about-main-visual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
}
      
.about-main-visual .img-01 {
    background-image: url(../images/about/about-mainvisual.jpg);
    animation: slide-animation-01 24s infinite;
}
    
.about-main-visual .img-02 {
    background-image: url(../images/about/about-mainvisual2.jpg);
    animation: slide-animation-02 24s infinite;
}
    
.about-main-visual .img-03 {
    background-image: url(../images/about/about-mainvisual3.jpg);
    animation: slide-animation-03 24s infinite;
}
    

    /* ABOUTメイン画像に重ねるテキスト */
.visual-title-box {
    font-size: 3.7em;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 4px 4px #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.was-cafe-title {
    font-size: 0.4em;
    color: #fc7c03;
    text-align: center;
}

@media screen and (max-width:767px) {
    .visual-title-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 2.5rem;
    }        
}
    /* WAS CAFEとは */
.concept-box {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 70px 0;
}

.concept-text {
    width: 650px;
} 

.concept-box:nth-child(even) {
    flex-direction: row-reverse;
}

.concept-title,.profile-wrapper h2,.shop-wrapper h2 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 70px;
    color: #fc7c03;
}

.concept-mini-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #a3523e;
    margin-bottom: 30px;
}

.concept-title {
    margin-top: 0;
    color: #333;
}

.about-h2-title {
    font-size: 36px;
    color: #fc7c03;
    text-align: center;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;   
}

.about-h2-title::before,.about-h2-title::after {
    content: "";
    background-color: #fc7c03;
    height: 3px;
    width:5rem;
}

.about-h2-title::before {
    margin-right: 1rem;
}

.about-h2-title::after {
    margin-left: 1rem;
}

@media screen and (max-width:767px) {
    .concept-box {
        flex-direction: column;
    }
    .concept-box:nth-child(even) {
        flex-direction: column;
    }
    .about-h2-title {
        font-size: 24px;
        margin: 20px 0;
    }
    .about-h2-title::before,.about-h2-title::after {
        height: 2px;
        width: 2rem
    }
    .concept-text,.concept-img  {
        width: 90%;
        margin: 0 auto;
    }
    .concept-text .concept-title {
        font-size: 1.5rem;
        margin-top: 0;
    }
    .concept-box {
        margin: 30px 0 40px;
    }
    .concept-mini-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .concept-text p {
        margin-bottom: 20px;
    }
    .concept-img {
        text-align: center;
    }       
}

    /* プロフィール */
.profile-box {
    display: flex;
}
    
.profile-box p {
    width: 100%;
}

.profile-wrapper h2,.shop-wrapper h2 {
    text-align: center;
    font-size: 36px;
    color: #fc7c03;
    margin: 70px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-wrapper h2::before,.shop-wrapper h2::before,
.profile-wrapper h2::after,.shop-wrapper h2::after {
    content: "";
    background-color: #fc7c03;
    height: 3px;
    width: 4rem;
}

.profile-wrapper h2::before,.shop-wrapper h2::before {
    margin-right: 1rem;
}

.profile-wrapper h2::after,.shop-wrapper h2::after {
    margin-left: 1rem;
}

    
.owner-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.profile-text-box {
    line-height: 1.8;
}

@media screen and (max-width:767px) {
    .profile-wrapper h2,.shop-wrapper h2 {
        margin: 20px 0 10px 0;
        font-size: 24px;
    }

    .profile-wrapper h2::before,.shop-wrapper h2::before,
    .profile-wrapper h2::after,.shop-wrapper h2::after {
        height: 2px;
        width: 2rem;
    } 

    .profile-box {
        display: block;
    }
    .profile-box p {
        text-align: center;
    }
    .owner-name {
        font-size: 20px;
        margin: 10px 0;
    }
}

    /* 店舗概要 */
.shop-inner {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
}

.shop-text {
    line-height: 1.5;
}
.shop-text dt {
    margin-bottom: 5px;
    font-weight: bold;
}

.shop-text dd {
    margin-bottom: 30px;
}

.googlemap {
    text-align: center;
    margin-bottom: 70px;
}

@media screen and (max-width:767px) {
    .shop-inner {
        flex-direction: column;
    }
    .shop-inner dl dd {
        margin-bottom: 20px;
    }
    .googlemap {
        margin: 0 0 20px 0;
    }
    .googlemap iframe {
        width: 90%;
        height: 300px;
        text-align: center;
    } 
}

/* ABOUTページ終了
============================================ */


/* MENUページ
================================================= */

    /* スライドショー */
.menu-main-visual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
}
    
.menu-main-visual .img-01 {
    background-image: url(../images/menu/menu-mainvisual.jpg);
    animation: slide-animation-01 24s infinite;
}
    
.menu-main-visual .img-02 {
    background-image: url(../images/menu/menu-mainvisual2.jpg);
    animation: slide-animation-02 24s infinite;
}
    
.menu-main-visual .img-03 {
    background-image: url(../images/menu/menu-mainvisual3.jpg);
    animation: slide-animation-03 24s infinite;
}
    
    /* メイン画像・サブ画像に重ねるテキスト */
.menu-visual {
    position: relative;
}

.menu-visual .menu-title {
    position: absolute;
    top: 50px;
    left: 80px;
    line-height: 2.5rem;
    width: 90%;
}

.menu-visual .menu-title .mini-title {
    font-size: 24px;
    font-weight: bold;
    color: #fc7c03;
    text-shadow: 4px 4px 4px #333;
}

.menu-visual .menu-title .big-title {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 4px 4px #333;
}

.menu-visual .menu-title .menu-title-text {
    color: #fff;
    text-shadow: 4px 4px 4px #333;
    line-height: 1.5;
    margin-top: 20px;
    font-size:  1.1vw;
}

.sand .menu-visual .menu-title  {
    top: 5%;
}

.sand-big-title {
    font-size: 3vw;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 4px 4px #333;
    margin-bottom: 10px;
    line-height: 2.5rem;
}

.sand-big-title span {
    font-size:1.2vw;
}

.sandmenu-title-text {
    color: #333;
    text-shadow: 4px 4px 4px #fff;
    font-weight: bold;
    line-height: 1.2rem;
    font-size: 0.9vw;
}

    /* MENU一覧 */

.menu-h2-title {
    font-size: 36px;
    color: #fc7c03;
    font-weight: bold;
    font-family: "Times New Roman";
    text-align: center;
    margin: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.menu-h2-title::before,.menu-h2-title::after {
    content: "";
    background-color: #fc7c03;
    height: 3px;
    width: 4rem;
}
.menu-h2-title::before {
    margin-right: 1rem;
}
.menu-h2-title::after {
    margin-left: 1rem;
}

.menu-inner {
    margin: 50px 0;
}

.column2-menu-box dl,.column3-menu-box dl {
    width: 100%;
    margin: 0 auto;
}

.column2-menu-box dt,.column3-menu-box dt {
    margin: 5px 0 10px 0;
    text-align: center;
}

.column2-menu-box dd,.column3-menu-box dd {
    margin:0 5px 50px 5px;
    text-align: left;
}

.menu-inner .subjunction {
    margin: 0 auto;
}

.menu-inner {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.menu-inner .column3-menu-box {
    width: calc(94%/3);
    margin-right: 2%;
}

.menu-inner .column3-menu-box:nth-child(3n) {
    margin-right: 0;
}

.menu-inner .column3-menu-box p {
    text-align: center;
}

.menu-inner .column2-menu-box {
    width: 50%;
}
.menu-wrapper img {
    border-radius: 10px;
}

@media screen and (max-width:1000px) {
    .sand-big-title {
        font-size: 3vw;
        margin-bottom: 5px;
        line-height: 1.8rem;
    }
    .sandmenu-title-text {
        line-height: 0.9rem;
    }
}

@media screen and (max-width:767px) {
    .menu-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    .menu-inner {
        flex-direction: column;
        margin: 20px 0;
    }
    .menu-visual {
        width: 90%;
        margin: 50px auto;
    }
    .menu-title {
        text-align: center;
    }
    .menu-h2-title {
        font-size: 36px;
        margin: 20px;
    }
    .menu-visual .menu-title .mini-title {
        font-size: 1rem;
    }
    .menu-visual .menu-title .big-title {
        font-size: 2rem;    
    }
    .menu-visual .menu-title .menu-title-text {
        font-size: 1rem;
        text-shadow: none;
        font-weight: bold;
        color: #333;
        text-align: left;
    }
    .menu-visual .menu-title .sand-big-title {
        font-size: 28px;
        color: #fff;
        font-weight: bold;
    }

    .menu-visual .menu-title .sand-big-title span {
        font-size: 18px;
    }

    .sandmenu-title-text {
        font-size: 12px;
        color: #333;
        text-shadow: 4px 4px 4px #fff;
        font-weight: bold;
        text-align: left;
        line-height: 1.4rem;
    }
    .menu-inner .column3-menu-box,.menu-inner .column2-menu-box {
        width: 90%;
        margin: 0 auto;
    }
    .menu-inner .column3-menu-box:nth-child(3n) {
        margin: 0 auto;
    }
    .menu-visual .menu-title {
        position: static;
        line-height: 1.2;
        text-align: center;
        margin: 20px auto;
    }
    .column2-menu-box {
        margin-right: 0;
    }
    .column2-menu-box dt,.column3-menu-box dt {
        line-height: 1.2rem;
    }
    .column2-menu-box dd,.column3-menu-box dd {
        line-height: 1.5rem;
        margin: 5px 0 50px 0;
    }
    .menu-img img {
        width: 100%;
    }
    .menu-title .sand-big-title {
        font-size: 32px;
    }
}

/* メニューページ終了
===========================================


/* お問い合わせページ
=========================================== */

    /* スライドショー */
.contact-main-visual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
}
    
.img-01,.img-02,.img-03 {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
    
.contact-main-visual .img-01 {
    background-image: url(../images/contact/contact-mainvisual.jpg);
    animation: slide-animation-01 24s infinite;
}
    
.contact-main-visual .img-02 {
    background-image: url(../images/contact/contact-mainvisual2.jpg);
    animation: slide-animation-02 24s infinite;
}
    
.contact-main-visual .img-03 {
    background-image: url(../images/contact/contact-mainvisual3.jpg);
    animation: slide-animation-03 24s infinite;
}
    /* お問い合わせフォーム */
.contact-h2-title {
    font-size: 36px;
    color: #fc7c03;
    text-align: center;
    margin: 70px 0;
    /* 横線記述 */
    display: flex;
    align-items: center;
    justify-content: center;  
}
.contact-h2-title::before,.contact-h2-title::after {
    content: "";
    background-color: #fc7c03;
    height: 3px;
    width: 4rem;
}
.contact-h2-title::before {
    margin-right: 1rem;
}
.contact-h2-title::after {
    margin-left: 1rem;
}

.contact-text {
    text-align: center;
    margin-bottom: 20px;
}

.form-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    background-image: url(../images/contact/form-background-img.jpg);
}

.form-list-inner {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 20px 0 20px 20px;
    align-items: center;
}

.form-list-inner dt {
    width: 30%;
}

.form-list dd label {
    padding-right: 20px;
}

.form-list-inner input {
    padding:5px;
}

.form-list-inner dd input[type="text"],
.form-list-inner dd input[type="email"],
.form-list-inner dd textarea {
    width: 400px;
}

.policy-box p {
    text-align: center;
    margin: 10px 0;
}

.policy-box p a {
    text-decoration: none;
    color: #333;
}

.policy-box input[type="submit"] {
    cursor: pointer;
    padding: 5px;
    box-shadow: 0 2px 2px #333;
    background-color: #fc7c03;
    color: #fff;
    border: 1px;
    border-radius: 5px;    
}

.policy-box input[type="submit"]:hover {
    box-shadow: none;
    position: relative;
    top: 2px;
}


@media screen and (max-width:767px) {
    .contact-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    .contact-h2-title {
        font-size: 16px;
        margin: 20px;
    }
    .contact-h2-title::before,.contact-h2-title::after {
        height: 2px;
        width: 2rem;
    }
    .form-list {
        width: 100%;
    }
    .form-list-inner {
        display: block;
        padding: 0 0 10px 0;
    }
    .form-list-inner dt {
        width: 80%;
    }
    .form-list-inner dd input[type="text"],
    .form-list-inner dd input[type="email"],
    .form-list-inner dd textarea {
        width: 90%;
    }
    .form-list dd label {
        display: block;
        margin-right: 0;
    }
    .form-list-inner dt,.form-list-inner dd{
        text-align: center;
        margin: 0 auto;
    }
    .policy-box p {
        margin: 10px;
    }      
}
/* お問い合わせページ終了
=========================================== */


/* フッター
=========================================== */

footer {
    width: 100%;
    height: auto;
    background-color:rgba(142,125,120,1.0);
    position: relative;
}

.footer-logo {
    position:absolute;
    width: 10%;
	height: auto;
    top: 30px;
    left: 30px; 
}

.sns-logo-box {
    display: flex;
    position:absolute;
    top: 10%;
    right: 2%;
}

.sns-logo {
    width: 50px;
    height: auto;
    margin: 5%;
}

.footer-box {
    text-align: right;
    padding-right: 30px; 
    color: #fff;
}

.shop-name {
    font-size: 36px;
    font-family: "Times New Roman";
    margin-bottom:10px;
}

footer .adress {
    margin-bottom: 16px;
}

.attention {
    text-align: center;
    font-size: 12px;
    padding-bottom: 20px;
}

.contact-btn {
    text-align: center;
    padding-top: 50px;
}

.contact-btn p {
    font-size: 12px;
    color: #fff;
    padding: 5px 0;
}

.contact-btn button {
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px;
    background-color: #fc7c03;
    box-shadow: 0 3px rgb(142,125,120);
    color: #fff;       
}

.contact-btn button:hover {
    box-shadow: none;
    position: relative;
    top: 3px;
}


.contact-btn button a {
    text-decoration: none;
    color: #fff;
}


@media screen and (max-width:767px) {
    footer {
        width: 100%;
        height: auto;
    }
    .footer-logo {
        width: 10%;
    }
    .sns-logo-box {
        position: absolute;
        top: 2%;
        right: 50%;
        transform: translateX(50%);
    }
    .sns-logo {
        width: 40px;
        height: auto;
    }
    .footer-box {
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
    .footer-box .adress {
        font-size: 0.8em;
    }
    .footer-box .attention {
        font-size: 0.7em;
        text-align: center;
        padding: 0 10px 30px 10px;
    }
}
/* フッター終了
=========================================== */