@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {  
}
body {
    width: 100%;
    margin: 0px auto;
    color: #222;
    background-color: #fff;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" ;
}


img {
    margin: 0;
    padding: 0;
}
h2 {
    margin: 0;
    padding-bottom: 0px;
    font-size: 40px;
}
p {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}
section {
    width: 100%;
    margin: 60px auto 0;
    padding: 30px 0;
}
a {
    color: #fff;
    text-decoration: none;
}
.anchor {
    display: block;
    padding-top: 0px;
    margin-top: 0px;
}
.link_style {
    width: 230px;
    padding: 10px 10px;
    background-color: rgba(198,156,109,1);
    border-radius: 50px;
    margin: 30px auto;
}
.wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.commit{
    border-bottom: solid 1px #fff;
}

/* --------------------------------
 * index.html
 * -------------------------------- */

/* --- main_visual --- */
.main_visual {
    width: 100%;
    height: 100vh;
    background-image: url(../image/top.jpg);
    background-position:center center;
    background-size: cover;
    justify-content: center;
    text-align: center;
    color: #fff;
	position: relative;
}

video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 1;
}

.top_wrapper {
    height: 80vh;
    position: absolute;
    z-index: 1;
}
.top_wrapper .sub_text {
    width: 30%;
    margin: 0 auto;
    padding-top: 20px;
	
}
.top_wrapper .sub_text img {
    width: 100%;
    margin: 0;
}
.main_visual h1 {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    line-height: 1.6em;
}
.main_visual h1 img {
    width: 18%;
}
.main_visual nav ul {
    width: 50%;
    height: 30%;
    display: flex;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
.main_visual nav ul li {
    width: 70%;
    height: 100%;
    margin: 0 36px;
    display: flex;
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;
}
.main_visual nav ul li img {
    width: 100%;
}
.main_visual nav ul li:hover {
    color: #222;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}
.recruit {
    width: 24%;
	position: fixed;
	right: 20px;
	bottom: 135px;
}
.recruit img {
    width: 100%;
}

footer {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom:0;
    right: 0;
    margin: auto;
    padding: auto;
    display: flex;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
	z-index: 2;
}
footer p {
    margin: 0;
    margin-bottom: 10px;
}
.snslink {
    margin: 0 50px;
    
}
.snslink img {
    margin-bottom: 0px;
}
.tel {
    font-size: 28px;
    margin: 0 50px;
}
.tel h3 {
    margin: 0;
}



/* --------------------------------
 * menu.html
 * -------------------------------- */

/* --- header --- */
#top-head {
    background-color: rgba(20,20,20,0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 9999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#global-nav ul {
    display: flex;
    list-style: none;
    width: 40%;
    padding: 5px;
    float: right;
}
#global-nav ul li {
    display: block;
    margin: 0 auto;
    text-align: justify;
    letter-spacing: 0.3em;
}
#global-nav ul li a {
    width: 100%;
    font-size: 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 101;
    padding: 14px 10px 0px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* --- menu_top --- */
.menu_top {
}
.menu_top h1 {
    font-size: 90px;
    margin: 0;
}
.menu_top p {
    font-size: 20px;
    margin: 0;
}
.menu_top_wrapper {
    width: 100%;
    height: 100%;
    background-image: url(../image/shunsenshunsai.jpg);
    background-position:center center;
    background-size: cover;
    justify-content: center;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;
}
.menu_top_box {
    width: 80%;
    margin: auto;
    text-align: left;
}
.menu_top_box h2 {
    font-size: 50px;
    margin: 115px 0 20px;
}
.menu_top_box .sabtitle {
	font-size: 22px;
	font-weight: bold;
    margin-bottom: 20px;
}
.menu_top_box p {
	font-size: 16px;
    line-height: 2.6em;
	margin-bottom: 30px;
}
.menu_top_nav {
    width: 300px;
    border-top: solid 1px #fff;
    padding-bottom: 40px;
}
.menu_top_nav img {
    width: 9%;
    margin: 0 30px;
    padding: 0;
    vertical-align: text-top;
}

/* --- shunsen --- */
.shunsen {
    background-color: rgba(198,156,109,0.14);
    margin-top: 0;
}
.shunsen h2 {
    margin-top: 30px;
}
.shunsen .wrapper {
    padding-bottom: 40px;
}

/* --- menu --- */
.menu {
    background-color: #fff;
}
.menu p {
    margin: 40px auto;
}
.menu_box {
    margin: 2px;
}
.menu_box img {
    width: 100%;
    vertical-align: bottom;
    margin: 2px;
}

/* --- liquor --- */
.liquor {
    background-color: rgba(198,156,109,0.14);
}
.liquor_box {
    margin: 2px;
}
.liquor_box img {
    width: 100%;
    vertical-align: bottom;
    margin: 2px;
}
.liquor_list {
    width: 100%;
    text-align: left;
    margin-left: 30px;
}
.liquor_list p span {
    display: inline-block;
    width: 220px;
}

/* --- lunch --- */
.lunch {
    background-color: #fff;
}
.lunch_box {
    margin: 2px;
}
.lunch_box img {
    width: 100%;
    vertical-align: bottom;
    margin: 2px;
}
.lunch_list {
    width: 100%;
    text-align: left;
    margin-left: 30px;
}


/* --------------------------------
 * aesthetics.html
 * -------------------------------- */
.aesthetics_wrapper {
    width: 100%;
    height: 100vh;
    background-image: url(../image/omoi.jpg);
    background-position:center center;
    background-size: cover;
    justify-content: center;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;
}
.aesthetics_box {
    width: 80%;
    height: 100%;
    margin: auto;
    text-align: left;
}
.aesthetics_box h2 {
    font-size: 50px;
    margin: 115px 0 20px;
}
.aesthetics_box p {
    line-height: 4.0vh;
}
.aesthetics_footer {
}
.aesthetics_footer img {
    width: 15%;
}


/* --------------------------------
 * tenpo.html
 * -------------------------------- */

/* --- tenpo_top --- */
.tenpo_top {
}
.tenpo_top_wrapper {
    width: 100%;
    height: 100%;
    background-image: url(../image/misedukuri.jpg);
    background-position:center center;
    background-size: cover;
    justify-content: center;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    padding-bottom: 50px;
}
.tenpo_top_box {
    width: 80%;
    margin: auto;
    text-align: left;
}
.tenpo_top_box h2 {
    font-size: 50px;
    margin: 115px 0 20px;
}
.tenpo_top_box p {
    line-height: 2.0em;
}

/* --- access --- */
.access {
    margin-top: 0px;
    background-color: rgba(198,156,109,0.14);
}
.access h2 {
    margin: 20px;
}
.access_wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #fff;
}
.access_box {
    width: 90%;
    display: table;
    margin: 0 auto;
}
.access_box p {
    margin-bottom: 20px;
}
.access_title {
    width: 15%;
    display: table-cell;
    border-right: solid 2px #8d8d8d; 
}
.access_text {
    width: 75%;
    display: table-cell;
    text-align: left;
    padding-left: 60px;
}
.access_text p a {
    color: #222;
}
.map_wrapper h2 {
	margin-top: 80px;
}
.access_map img {
    width: 60%;
    margin: 0 auto;
}
.google_map {
    margin: 20px 0 40px;
}
.root {
    width: 60%;
    margin: 0 auto;
}
.access #slider_map {
    margin: 0px auto;
    width: 100%;
}
.access #slider_map img{
    height: auto;
    width: 100%;
    margin: 0 auto;
}
/*slick setting*/
.access .slick-prev:before,
.access .slick-next:before {
    color: #000;
    font-size: 40px;
}
.access .slider_text {
    box-sizing: border-box;
}



/* --------------------------------
 * .footer
 * -------------------------------- */
.footer {
    color: #fff;
    background-color: rgba(198,156,109,1);
}
.footer p {
    font-size: 24px;
    margin: 0;
    padding: 20px 0;
}
.footer .footer_snslink p{
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.footer .copyright {
    margin: 0;
    padding: 10px;
}












/* --------------------------------
 * tablet
 * -------------------------------- */
@media (max-width: 768px) {
    
    h2 {
        font-size: 30px;
    }
    p {
        font-size: 12px;
        line-height: 1.4em;
        letter-spacing: 0.2em;
        margin-bottom: 30px;
    }
    
    #global-nav ul {
        display: flex;
        list-style: none;
        width: 60%;
        padding: 5px;
        float: right;
    }
    
        
    /* --- main_visual --- */
    .main_visual {
        display: flex;
        flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
        justify-content: center; /* 子要素をflexboxにより中央に配置する */
        align-items: center;
    }
    .top_wrapper .sub_text {
        width: 50%;
        margin: 0 auto;
        padding-top: 0px;
    }
    .main_visual h1 {
        margin: 10px 0 0;
        padding: 0;
        line-height: 1.6em;
    }
    .main_visual h1 img {
        width: 60%;
    }
    .main_visual nav {
        width: 100%;
        margin: 0 auto;
    }
    .main_visual nav ul {
        width: 100%;
        display: flex;
        list-style-type: none;
        margin: 0 auto 250px;
        padding: 0;
    }
    .main_visual nav ul li {
        margin: 0 auto;
    }
    .recruit {
        width: 80%;
        margin: 0 auto;
        position: fixed;
		top: auto;
		bottom: 140px;
        right: 0;
        left: 0;
    }
    .recruit img {
        width: 50%;
    }

    footer {
        width: 100%;
        position: absolute;
        bottom:0;
        right: 0;
        margin: auto;
        padding: auto;
        display: flex;
        justify-content: center; /* 子要素をflexboxにより中央に配置する */
        align-items: center;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .snslink {
        width: 30%;
        height: 50%;
        margin: 0 10px;
    }
    .tel {
        width: 30%;
        height: 50%;
        margin: 0 10px;
    }
    .tel h3 {
        font-size: 14px;
        padding-top: 10px;
    }
    
    
    /* --- menu_top --- */
    .menu_top p {
        font-size: 13px;
        margin: 0;
    }
    .menu_top_box {
        width: 90%;
        margin: auto;
        text-align: left;
    }
    .menu_top_box h2 {
        font-size: 40px;
        margin: 80px 0 20px;
    }
    .menu_top_box .sabtitle {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .menu_top_nav {
        width: 260px;
        border-top: solid 1px #fff;
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .menu_top_nav img {
        width: 7%;
        margin: 0 30px;
        padding: 0;
        vertical-align: text-top;
    }
    
    /* --- shunsen --- */
    .shunsen h2 {
        margin-top: 30px;
    }
    .shunsen p {
        width: 80%;
        margin: 40px auto;
        line-height: 2.0em;
        font-size: 11px;
    }
    .shunsen .wrapper {
        display: block;
    }
    
    /* --- menu --- */
    .menu {
        background-color: #fff;
    }
    .menu p {
        width: 77%;
        margin: 40px auto;
        line-height: 2.0em;
        font-size: 12px;
    }
    .menu .wrapper {
        display: block;
    }
    .menu_box {
        margin: 2px;
    }
    .menu_box img {
        width: 100%;
        vertical-align: bottom;
        margin: 2px;
    }

    /* --- liquor --- */
    .liquor {
        width: 100%;
        background-color: rgba(198,156,109,0.14);
    }
    .liquor p {
        width: 77%;
        margin: 40px auto;
        padding: 0;
        line-height: 2.0em;
        font-size: 12px;
    }
    .liquor .wrapper {
        display: block;
    }
    .liquor_box {
        margin: 2px;
    }
    .liquor_box img {
        width: 100%;
        vertical-align: bottom;
        margin: 2px;
    }
    .liquor_list {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .liquor_list h3 {
        font-size: 24px;
        text-align: center;
        margin: 50px 0 20px;
    }
    .liquor_list p {
        width: 100%;
        font-size: 18px;
        line-height: 1.2em;
        text-align: center;
        margin: 20px 0;
    }

    /* --- lunch --- */
    .lunch {
        width: 100%;
    }
    .lunch p {
        width: 77%;
        margin: 40px auto;
        line-height: 2.0em;
        font-size: 12px;
    }
    .lunch .wrapper {
        display: block;
    }
    .lunch_box {
        margin: 2px;
    }
    .lunch_box img {
        width: 100%;
        vertical-align: bottom;
        margin: 2px;
    }
    .lunch_list {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .lunch_list h3 {
        font-size: 24px;
        text-align: center;
        margin: 50px 0 20px;
    }
    .lunch_list p {
        width: 100%;
        font-size: 18px;
        line-height: 1.2em;
        text-align: center;
        margin: 20px 0;
    }
    .lunch_list p.lunch_text {
        margin: 50px 0;
    }
    
    
    /* --- aesthetics --- */
    .aesthetics_box {
        width: 90%;
        margin: auto;
        text-align: left;
        display: flex;
        flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
        justify-content: center; /* 子要素をflexboxにより中央に配置する */
    }
    .aesthetics_box h2 {
        font-size: 40px;
        margin: 0;
    }
    .aesthetics_box p {
        font-size: 13px;
        line-height: 1.6em;
    }
    .aesthetics_footer img {
        width: 40%;
    }
    
    
    /* --- tenpo_top --- */
    .tenpo_top_box {
        width: 80%;
        margin: auto;
        text-align: left;
    }
    .tenpo_top_box h2 {
        font-size: 40px;
        margin: 80px 0 20px;
    }
    .tenpo_top_box p {
        font-size: 13px;
        line-height: 1.6em;
    }
    .contents {
        width: 90%;
    }
    
    /* --- access --- */
    .access {
        margin-top: 30px;
        background-color: rgba(198,156,109,0.14);
    }
    .access h2 {
        margin: 20px;
    }
    .access_wrapper {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
        background-color: #fff;
    }
    .access_box {
        width: 90%;
        display: table;
        margin: 0 auto;
    }
    .access_title {
        width: 30%;
        display: table-cell;
        border-right: solid 2px #8d8d8d; 
    }
    .access_text {
        width: 65%;
        display: table-cell;
        text-align: left;
        padding-left: 30px;
    }
    .access_map img {
        width: 80%;
        margin: 0 auto;
    }
    iframe {
        width: 80%;
        height: 150px;
    }
    .root {
        width: 80%;
        margin: 0 auto;
    }
    
    
    .footer_snslink img {
        width: 10%;
    }
   
}




/* --------------------------------
 * smart phone ハンバーガーメニュー
 * -------------------------------- */
    @media screen and (max-width: 640px) {

        #top-head,
        .inner {
            width: 100%;
            padding: 0;
        }
        #top-head {
            top: 0;
            position: fixed;
            margin-top: 0;
            background-color: rgba(20,20,20,0);
        }
        #mobile-head {
            width: 100%;
            height: 56px;
            z-index: 999;
            position: relative;
        }
        #global-nav {
            position: absolute;
            /* 開いてないときは画面外に配置 */
            top: -1300px;
            background: #333;
            width: 100%;
            height: 100vh;
            text-align: center;
            padding: 10px 0;
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }
        #global-nav ul {
            float: none;
            margin: 0 auto;
            display: block;
            list-style: none;
            position: static;
            right: 0;
            bottom: 0;
            font-size: 14px;
            padding-top: 100px;
        }
        #global-nav ul li {
            float: none;
            position: static;
            writing-mode: lr-tb;
            text-align: center;
        }
        #top-head #global-nav ul li a {
            width: 100%;
            display: block;
            color: #fff;
            padding: 10px 0;
            margin: 30px auto 0;
        }
        #nav-toggle {
            display: block;
            background-color: rgba(20,20,20,0.5);
        }
        /* #nav-toggle 切り替えアニメーション */
        .open #nav-toggle span:nth-child(1) {
            top: 11px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            transform: rotate(135deg);
        }
        .open #nav-toggle span:nth-child(2) {
            width: 0;
            left: 50%;
        }
        .open #nav-toggle span:nth-child(3) {
            top: 11px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }
        /* #global-nav スライドアニメーション */
        .open #global-nav {
            /* #global-nav top + #mobile-head height */
            -moz-transform: translateY(1300px);
            -webkit-transform: translateY(1300px);
            transform: translateY(1300px);
        }
    }




/* --------------------------------
* smart phone
* -------------------------------- */
@media (max-width: 375px) {
	
	.main_visual {
		width: 100%;
		height: 100vh;
		background-image: url(../image/image01-sp.jpg);
		background-position:center center;
		background-size: cover;
		justify-content: center;
		text-align: center;
		color: #fff;
		position: relative;
	}
	.top_wrapper {
		position: absolute;
	}
    .top_wrapper .sub_text {
        width: 70%;
        margin: 0 auto;
        padding-top: 0px;
    }
    .main_visual h1 {
        margin: 10px 0 0;
        padding: 0;
        line-height: 1.6em;
    }
    .main_visual h1 img {
        width: 60%;
    }
    .main_visual nav {
        width: 88%;
        margin: 0 auto;
    }
    .main_visual nav ul {
        width: 100%;
        display: flex;
        list-style-type: none;
        margin: 0 auto 250px;
        padding: 0;
    }
    .main_visual nav ul li {
        width: 90%;
        margin: 0 auto;
    }
    .recruit {
        width: 100%;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 30px;
    }
    .recruit img {
        width: 60%;
    }
    footer {
        width: 100%;
        height: 90px;
        position: absolute;
        bottom:0;
        right: 0;
        margin: auto;
        padding: auto;
        display: flex;
        justify-content: center; /* 子要素をflexboxにより中央に配置する */
        align-items: center;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .snslink {
        width: 46%;
        height: 50%;
        margin: 0 5px;
    }
    .snslink p {
        font-size: 11px;
    }
    .tel {
        width: 45%;
        height: 50%;
        margin: 0 5px;
    }
    .tel p {
        font-size: 11px;
    }
    .tel h3 {
        font-size: 14px;
        padding-top: 5px;
    }
    
    .root {
        width: 80%;
        margin: 0 auto;
    }
    .access #slider_map {
        margin: 0px auto;
        width: 100%;
    }
    .access #slider_map img{
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    /*slick setting*/
    .access .slick-prev:before,
    .access .slick-next:before {
        color: #000;
        font-size: 20px;
    }
}




/* --------------------------------
 * smart phone small
 * -------------------------------- */
@media (max-width: 320px) {
    
    h2 {
        font-size: 30px;
    }
    p {
        font-size: 12px;
        width: 90%;
        margin: 0 auto 30px;
    }
    
    /* --- main_visual --- */
    .top_wrapper .sub_text {
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
    }
    .top_wrapper .sub_text img {
        width: 60%;
        margin: 0 auto;
    }
    .main_visual h1 {
        margin: 0px 0 10px;
        padding: 10px 0 10px;
        line-height: 1.2em;
    }
    .main_visual h1 img {
        width: 40%;
    }
    .main_visual p.sub_text {
        font-size: 18px;
        font-weight: bold;
        color: rgba(255,255,255,1);
        margin: 0;
    }
    .main_visual nav {
        width: 84%;
        margin: 0 auto 50px;
    }
    .main_visual nav ul li {
        width: 90%;
        margin: 0 auto;
    }
	.recruit {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 100px;
    }
    .recruit img {
        width: 60%;
    }
    footer {
        width: 100%;
        height: 80px;
        position: absolute;
        bottom:0;
        right: 0;
        margin: auto;
        padding: auto;
        display: flex;
        justify-content: center; /* 子要素をflexboxにより中央に配置する */
        align-items: center;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .snslink {
        width: 52%;
    }
    .snslink img {
        margin-bottom: 0px;
    }
    .snslink p {
        width: 100%;
        font-size: 9px;
    }
    .tel {
        width: 48%;
    }
    .tel p {
        width: 100%;
        font-size: 10px;
    }
    .tel h3 {
        font-size: 12px;
        padding-top: 0;
    }
    
    
    .menu_top_box h2 {
        font-size: 30px;
        margin: 60px 0 40px;
    }
    .menu_top_box p {
        line-height: 1.6em;
    }
    .menu_top_nav {
        width: 260px;
        border-top: solid 1px #fff;
        padding-bottom: 10px;
    }
    .menu_top_nav img {
        width: 6%;
        margin: 0 30px;
        padding: 0;
        vertical-align: text-top;
    }
    
    
    
    .aesthetics_box h2 {
        font-size: 30px;
        margin: 30px 0;
    }
    .aesthetics_box p {
        font-size: 12px;
        line-height: 1.2em;
    }
    .aesthetics_footer img {
        width: 30%;
    }
    
    
    
    
    .tenpo_top_box h2 {
        font-size: 30px;
        margin: 60px 0 40px;
    }
    .tenpo_top_box p {
        font-size: 12px;
        line-height: 1.2em;
    }
    
    
    
    
    .footer p {
        font-size: 18px;
        margin: 0;
        padding: 20px 0;
    }
    .footer .footer_snslink p{
        font-size: 13px;
        margin: 0;
        padding: 0;
    }

}
