@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Noto+Sans+JP&display=swap');
/*
Theme Name: 株式会社NALU
Description: 株式会社NALU | 飯塚市 フォトスタジオ 福岡 写真館 七五三 お宮参り
Theme URI: http://www.photostudionalu.mom/
Version: 1.0
License: 株式会社NALU
License URI: http://www.photostudionalu.mom/
*/
/****************************************

リセットCSSここから

*****************************************/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

article,aside,details,figcaption,figure,footer,header,picture,menu,nav,section,main {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,g_navi
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,select {
    vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/

body {
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
    color: #373737;
    background: #fff;
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    body {
        line-height: ;
    }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
    width: 100%;
    min-width: 1070px;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}

/****************************************

フォント指定

*****************************************/

li,tt,tr,dt,dd,p {
    font-size: 1.5rem;
    color: #373737;
    line-height: 1.8;
}

h1 {
    line-height: 1.2;
    color: #373737;
    font-size: 2.6rem;
    text-align: center;
    font-family: 'Alata', 'Noto Sans JP', serif;
    letter-spacing: 0.2em;
}

h2 {
    line-height: 1.5;
    color: #373737;
    font-weight: normal;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
}

h3 {
    line-height: 1.5;
    color: #373737;
    font-weight: normal;
    font-size: 1.8rem;
}

h4 {}


#top_main h2{
    font-family: 'Alata', 'Noto Sans JP', serif;
    font-size: 2.6rem;
}

.border_top {
    border-top: dotted 1px #ccc;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {

    li,tt,tr,dt,dd,p {
        font-size: 1.5rem;
    }
    
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.6rem;
    }
    
    #top_main h2{
        font-size: 2.2rem;
    }
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited{
    color: #333;
    text-decoration: none;
}
a:hover, a:active{
    color: #696969;
    text-decoration: none;
}

a:hover img.img_opacity{
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img.img_up {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

a img.img_up {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

/*--bnr--*/
.bnr {
    display: block;
    text-align: center;
    line-height: 45px;
    color: #373737 !important;
    background: none;
    border: 2px solid #373737;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 1.6rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    font-family: 'Alata', sans-serif;
}

.bnr::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 10px;
    width: 5px;
    height: 5px;
    border: 2px solid #373737;
    border-color: #373737 #373737 transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bnr:hover {
    color: #fff !important;
    background: #373737;
    border: 2px solid #373737;
}

.bnr:hover::after{
    border-color: #fff #fff transparent transparent;
}
/*--bnr02--*/
.bnr02 {
    display: block;
    text-align: center;
    line-height: 45px;
    color: #fff !important;
    background: #373737;
    border: 2px solid #373737;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 1.6rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    font-family: 'Alata', sans-serif;
}

.bnr02::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 10px;
    width: 5px;
    height: 5px;
    border: 2px solid #fff;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bnr02:hover {
    color: #373737 !important;
    background: none;
    border: 2px solid #373737;
}

.bnr02:hover::after{
    border-color: #373737 #373737 transparent transparent;
}








a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
    text-decoration: none;
}

@media print,
screen and (min-width: 768px) {


}

@media screen and (max-width: 767px) {}

/****************************************

pcヘッダー

*****************************************/

@media print,
    screen and (min-width: 768px) {

        #sp_header,#sp_navi,#toggle {
            display: none;
        }

        header {
            width: 100%;
        }
        
        #pc_header{
            position: fixed;
            width: 100%;
            z-index: 999;
        }

        .header_inner{
            min-width: 1050px;
            height: 100px;
            padding: 0 30px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .header_contact{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .header_contact li{
            height: 50px;
        }
        
        .header_contact li:not(:first-child){
            border-left: 2px solid #EFEFEF;
            width: 120px;
            text-align: center;
        }
      
        .header_tel{
            font-size: 2.2rem;
            letter-spacing: 0.02em;
            font-family: 'Alata', sans-serif;
            padding-right: 35px;
            padding-left: 20px;
            line-height: 50px;
            position: relative;
        }
        
        .header_tel::before{
            content: url(images/tel.png);
            position: absolute;
            top: 3px;
            left: 0;
        }
        
        .header_mail img{
            vertical-align: bottom;
            margin-bottom: 6px;
            margin-top: 7px;
        }
        
        .header_mail span,.header_reserve span{
            display: block;
            font-size: 1.0rem;
        }
        
        .header_reserve{
            font-size: 1.8rem;
            letter-spacing: 0.02em;
            font-family: 'Alata', sans-serif;
        }


}


/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
    
    .header_inner,.header_nav {
        display: none;
    }
    
    img {
        width: 100%;
        height: auto;
    }
    
    #sp_header{
        width: 100%;
        padding: 20px 0 19px 15px;
        background: #fff;
    }
    
    .logo{
        width: 180px;
    }

    
    #toggle {
        position: absolute;
        /*bodyに対しての絶対位置指定です*/
        right: 15px;
        top: 20px;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 9999;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        /*#navToggle div に対して*/
        width: 100%;
        height: 2px;
        background: #373737;
        border-radius: 2px;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #toggle span:nth-child(1) {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 11px;
    }

    #toggle span:nth-child(3) {
        top: 22px;
    }

    .open_navi #toggle span {
        background: #fff;
    }

    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }

    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-top: #000 1px solid;
        border-bottom: #000 1px solid;
        cursor: pointer;
        color: #fff;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu .menu-item-home {
        border-top: #000 1px solid;
    }

    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #fff;
        background: rgba(255,255,255,0.2);
    }

    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu li a:hover {
        color: #ccc;
        background: none;
    }

    #sp_navi .menu-item-has-children {
        position: relative;
    }

    #sp_navi .menu-item-has-children::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 22px;
    }
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
}

.nav_border{
    border-bottom: 2px solid #EFEFEF;
    margin: 0 30px;
}

#g_navi {
    width: 1050px;
    margin: 0 auto;
	position: relative;
}

#g_navi .menu {
    *zoom: 1;
    width: 100%;
    list-style-type: none;
    margin: 0 auto;
    height: 80px;
}

#g_navi .menu:before {
    content: "";
    display: table;
}

#g_navi .menu:after {
    content: "";
    display: table;
    clear: both;
}

#g_navi .menu li {
    position: relative;
    float: left;
    width: auto;
    text-align: center;
    line-height: 0;
    width: 150px;
}

#g_navi .menu li a {
    display: block;
    margin: 0;
    color: #373737;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.07em;
    font-family: 'Alata', sans-serif;
    line-height: 80px;
}

#g_navi .menu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 100%;
}

#g_navi .menu li ul li a {
    width: 170px;
    padding: 12px 5px;
    border-top: 1px solid #666;
    font-size: 1.3rem;
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
    background: #EFEFEF;
    opacity: 0.6;
    color: #000;
    opacity: 0.9;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.9;
}


#g_navi .menu li ul li a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

@media print,
    screen and (min-width:768px) {
        .menu > li > a {
            padding: 0;
            position: relative;
            display: inline-block;
            -webkit-transition: .6s;
            transition: .6s;
        }

        .menu > li > a:after {
            position: absolute;
            left: 0;
            content: '';
            width: 0;
            height: 2px;
            background-color: #696969;
            -webkit-transition: .6s;
            transition: .6s;
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .menu > li > a:after {
            bottom: -2px;
        }

        .menu > li > a:hover:after {
            width: 100%;
            opacity: 0.4;
            filter: alpha(opacity=90);
        }
}


/****************************************

ティーザー

*****************************************/

@media print,
screen and (min-width: 768px) {

    #slider {
        width: 100%;
        min-width: 1050px;
        max-width: 1860px;
        height: 1050px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 100px;
        position: relative;
        z-index: -1;
    }

    #slider img {
        width: 1860px;
        height: auto;
        position: relative;
        left: calc(50% - 930px);
    }
    
    #slider .catch {
        width: 1050px;
        position: absolute;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
display : none ;
    }
    
    #slider .catch p{
        text-align: right;
        font-size: 2.2rem;
        letter-spacing: 0.28em;
        color: #fff;
    }

    #teaser {
        width: 100%;
        min-width: 1050px;
        max-width: 1860px;
        height: 450px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 100px;
    }

    #teaser img {
        width: 1860px;
        height: auto;
        position: relative;
        left: calc(50% - 930px);
    }

    .metaslider .flex-control-nav {
        bottom: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    #slider {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: -1;
    }

    #slider img {
        width: 260%;
        position: relative;
        left: -80%;
    }
    
    #slider .catch {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    #slider .catch p{
        text-align: center;
        font-size: 1.6rem;
        letter-spacing: 0.28em;
        color: #fff;
    }

    #teaser {
        width: 300%;
        position: relative;
        left: -100%;
    }

    .metaslider .flex-control-nav {
        bottom: 5px !important;
    }
    
    .metaslider .flexslider{
        margin: 0 !important;   
    }
}

/****************************************

content 共通設定

*****************************************/

.breadcrumb_area {
    width: 1050px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.breadcrumb {
    width: 100%;
    text-align: left;
}

.breadcrumb p {
    font-size: 1.2rem;
    color: #ccc;
}

.breadcrumb a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.breadcrumb a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #666;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.breadcrumb a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}


@media print,
screen and (min-width: 768px) {
    main#top_main {
        width: 100%;
        margin: 120px auto 0px;
    }

    main#page_main {
        width: 1050px;
        margin: 40px auto 80px;
    }

    .pc_none {
        display: none !important;
    }

    .flexbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .flexbox_row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .flexbox_rev{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    

}

@media screen and (max-width: 767px) {
    .sp_none {
        display: none !important;
    }

    .sp_mb10 {
        margin-bottom: 10px;
    }

    .sp_mb20 {
        margin-bottom: 20px;
    }

    .breadcrumb_area {
        display: none;
    }

    main#top_main {
        width: 100%;
        margin: 50px auto 50px;
    }

    main#page_main {
        width: 100%;
        margin: 50px auto 50px;
        padding: 0 3%;
    }
    
    .flexbox_row,.flexbox_rev{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

/****************************************

contentトップ用

*****************************************/

.top_box06 {
    background: url(images/bg01.jpg) no-repeat top center;
    background-size: cover;
}

.top_box06_inner{
    background: rgba(255,255,255,0.85);
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.top_box06_logo {
    font-size: 3.8rem;
    letter-spacing: 0.02em;
    font-family: 'Alata', sans-serif;
}

.top_box06_logo span {
    font-size: 2.6rem;
}

.gray{
    color: #7E7E7E;
}

.top_box06_tel{
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    font-family: 'Alata', sans-serif;
    padding-right: 35px;
    padding-left: 20px;
    position: relative;
}

.top_box06_tel::before{
    content: url(images/tel.png);
    position: absolute;
    top: 3px;
    left: 0;
}

.top_box06_mail{
    background: #929292;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    position: relative;
}

.top_box06_mail:hover{
    background: #727272;
}

.top_box06_mail img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}





@media print,
screen and (min-width: 768px) {

    .top_box01 {
        width: 100%;
        min-width: 1050px;
        padding: 0 30px;
        margin-bottom: 120px;
    }
    
    .top_box01_txt{
        margin-bottom: 80px;
    }
    
    .top_box01_txt p{
        line-height: 2;
    }
    
    .top_box01 .bnr{
        width: 200px;
        margin: 0 auto 120px;
    }
    
    .top_box01 figure{
        width: 100%;
        min-width: 1050px;
    }
    
    .top_box01 figure img{
        width: 100%;
        height: auto;
    }

    .top_box02 {
        width: 100%;
        min-width: 1050px;
        padding: 0 30px;
        margin-bottom: 220px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    /*view*/

    .top_view_img{
        overflow: hidden;
        margin-bottom: 80px;
    }

    .top_view_img li{
        width: 22.8%;
        height: 14.6vw;
        min-height: 158px;
        overflow: hidden;
        float: left;
        margin-right: 2.9%;
        position: relative;
    }

    .top_view_img li:nth-child(4n){
        margin-right: 0;
    }

    .top_view_img li:not(:nth-child(n+5)) {
        margin-bottom: 60px;
    }

    .top_view_img li img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    /*view//*/
    
    .top_box02 .bnr{
        width: 200px;
        margin: 0 auto 120px;
    }
    
    .top_box03 {
        width: 1050px;
        margin: 0 auto 120px;
    }
    
    .top_box03_img{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .top_box03_img li figure{
        width: 480px;
        height: 320px;
        overflow: hidden;
    }
    
    .top_box03_img li figure img{
        width: 100%;
        height: auto;
    }
    
    .top_box03_img li h3{
        border-left: 3px solid #373737;
        border-bottom: 1px dotted #999999;
        padding: 2px 0 5px 15px;
        margin-top: 20px;
        font-size: 2.0rem;
    }
    
    .top_box04 {
        width: 1050px;
        margin: 0 auto 120px;
    }
    
    .top_box04 .bnr{
        width: 200px;
        margin: 0 auto;
    }
    
    .top_box05_bg{
        background: #E4E8E9;
        padding: 100px 0;
        margin-bottom: 120px;
    }
    
    .top_box05 {
        max-width: 1400px;
        min-width: 1050px;
        margin: 0 auto;
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .top_box05_inner{
        width: 530px;
    }
    
    .top_box05_txt{
        margin-bottom: 80px;
    }
    
    .top_box05_btn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 10px;
    }
    
    .top_box05_btn .bnr{
        width: 32%;
        margin-right: 10px;
    }
    
    .top_box05_img{
        display: grid;
        place-items: baseline;
        width: 780px;
        position: relative;
        top: -200px;
        margin-bottom: -200px;
    }
    
    .top_box05_img img{
        width: 100%;
        -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    }

    .top_box06 {
        width: 1050px;
        margin: 0 auto 120px;
        padding: 90px 0;
    }
    
    .top_box06_inner{
        padding: 80px;
    }
    
    .top_box06_info{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }

    .top_box06_info .bnr02{
        width: 200px;
    }

    .top_box06_info .bnr02:first-child{
        margin-right: 20px;
    }

    .top_box06_mail{
        width: 60px;
        height: 60px;
    }
    
    .top_map{
        width: 100%;
        height: 450px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

}

@media screen and (max-width: 767px) {
    
    .top_box02 h2,.top_box03 h2,.top_box04 h2,.top_box05 h2{
        font-size: 2.2rem;
    }
    
    .top_box01 {
        margin: 0 3% 50px;
    }
    
    .top_box01_txt,.top_box01 .bnr,.top_box05_txt,.top_box05 .bnr{
        margin-bottom: 20px;
    }

    .top_box02 {
        margin: 0 3% 50px;
    }
    
    /*view*/

    .top_view_img{
        overflow: hidden;
        margin-bottom: 20px;
    }

    .top_view_img li{
        width: 49%;
        height: 26.4vw;
        overflow: hidden;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
        position: relative;
    }

    .top_view_img li:nth-child(2n){
        margin-right: 0;
    }

    .top_view_img li img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    /*view//*/
   
    .top_box03 {
        margin: 0 3% 50px;
    }
    
    .top_box03_img{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .top_box03_img li{
        width: 49%;

    }
    
    .top_box03_img li figure{
        width: 100%;
        height: 29.6vw;
        overflow: hidden;
    }

    .top_box03_img li figure img{
        width: 100%;
        height: auto;
    }

    .top_box03_img li h3{
        border-left: 3px solid #373737;
        border-bottom: 1px dotted #999999;
        padding: 2px 0 5px 15px;
        margin-top: 20px;
    }
    
    .top_box04_bg{
        padding: 50px 0;
        margin-bottom: 50px;
    }
    
    .top_box04 {
        margin: 0 3% 50px;
    }
    
    .top_box04_inner li{
        width: 100%;
        height: 140px;
        margin-bottom: 10px;
    }
    
    .top_box05_bg {
        background: #E4E8E9;
        padding: 40px 0;
        margin-bottom: 50px;
    }

    .top_box05 {
        margin: 0 3%;
    }
    
    .top_box05_img img {
        width: 100%;
        -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    }
    
    .top_box06 {
        margin: 0 3% 50px;
        padding: 40px 3%;
    }

    .top_box06_inner{
        width: 100%;
        padding: 15px;
    }

    .top_box06_info .bnr02:first-child{
        margin-bottom: 10px;
    }
    
    .top_box06_tel{
        margin-bottom: 15px;
        margin-top: 10px;
        display: inline-block;
    }
    
    .top_box06_mail{
        margin: 0 auto 15px;
    }
    
    .top_box06_mail img{
        width: 24px;
    }
    
    .top_map{
        width: 100%;
        height: 300px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
  
}

/****************************************

news トップ用

*****************************************/
.news_list a {
    text-decoration: none;
}

.news_list {
    padding: 17px 0 15px;
    border-bottom: solid 1px #E9E9E9;
    position: relative;
}

.news_list::before {
    content: "";
    position: absolute;
    top: 26px;
    right: 0px;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #ccc #ccc transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news_list .data {
    font-size: 1.5rem;
    margin-right: 40px;
    color: #929292;
}

@media print,
    screen and (min-width: 768px) {
        
        .news_post {
            width: 100%;
            height: 200px;
            overflow-y: scroll;
            margin-bottom: 80px;
            padding-right: 15px;
        }

        .news_list {
            width: 100%;
            height: auto;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .news_list .data {

        }
        

}

@media screen and (max-width: 767px) {
    
    .news{
        background: #fff;
        padding: 15px;
        margin-bottom: 40px;
    }

    .news_post {
        width: 100%;
        height: 300px;
        overflow-y: scroll;
        margin-bottom: 20px;
    }

}

/****************************************

content下層用

*****************************************/
/*ABOUT*/
.about_box01_inner{
    background: url(images/about_bg.jpg) center;
    background-size: cover;
    width: 100%;
    text-align: center;
}

.about_box01_inner p{
    font-size: 2.0rem;
    letter-spacing: 0.15em;
}

.about_box01_txt{
    text-align: center;
}


/*MENU*/
.menu dl:not(:last-child){
    border-bottom: 1px dotted #B3B3B3;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.menu dl dt{
    border-left: 3px solid #373737;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.price dl:not(:last-child){
    margin-bottom: 20px;
}

.price dl:last-child{
    margin-bottom: 40px;
}

.price dl dt{
    border: 1px solid #DBDBDB;
    background: #F9F9F9;
    padding: 20px;
    margin-bottom: -1px;
}

.price dl dd{
    border-top: none;
    border: 1px solid #DBDBDB;
    padding: 20px;
}

.menu_point{
    border: 1px solid #929292;
    padding: 30px;
}

.menu_list ul{
    list-style: inside;
}

/*Gallery*/
.gallery_link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery_link li{
    width: 16.6%;
    position: relative;
    padding-left: 20px;
}

.gallery_link li::before{
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 5px;
    height: 5px;
    border: 1px solid #373737;
    border-color: #373737 #373737 transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*faq*/
.faq dl{
    margin-bottom: 40px;
}

.faq dl dt{
    font-size: 1.8rem;
    padding-left: 50px;
    margin-bottom: 20px;
    position: relative;
}

.faq dl dt::after{
    content: "Q.";
    position: absolute;
    left: 20px;
    top: -3px;
    color: #373737;
    font-size: 2.2rem;
    font-weight: normal;
    font-family: 'Alata', sans-serif;
}

.faq dl dd{
    background: #F9F9F9;
    padding: 20px 20px 20px 50px;
    position: relative;
}

.faq dl dd::after{
    content: "A.";
    position: absolute;
    left: 20px;
    top: 13px;
    color: #373737;
    font-size: 2.2rem;
    font-weight: normal;
    font-family: 'Alata', sans-serif;
}

/*アクセス*/
.access_box01_inner p{
    border-bottom: 1px solid #DBDBDB;
    padding: 12px 0 11px;
}

.table{
    width: 100%;
}

.table tr th{
    border-bottom: 1px solid #DBDBDB;
    width: 30%;
    text-align: left;
    font-weight: normal;
    padding: 12px 0 11px;
    list-style: circle;
}

.table tr td{
    border-bottom: 1px solid #DBDBDB;
    width: 70%;
    padding: 12px 0 11px;
}

.content_tel {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    font-family: 'Alata', sans-serif;
    position: relative;
    margin-top: 20px;
}

.content_tel::before {
    content: url(images/tel.png);
    position: absolute;
    top: 3px;
    margin-left: -20px;
}

.privacy{
    background: #F9F9F9;
    border: 1px solid #DBDBDB;
    text-align: center;
    padding: 20px;
}

.privacy p{
    font-size: 1.4rem;
}

/*ブログ共通*/
.blog_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog_box{
    border-bottom: 1px dotted #B3B3B3;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.blog_box:last-child{
    border-bottom: none;
    padding-bottom: 40;
    margin-bottom: 0;
}

.blog_tit {
    border-left: 3px solid #373737;
    padding-left: 15px;
    margin-bottom: 10px;
}

.blog_img {
/*     width: 360px; */
    height: 240px;
    overflow: hidden;
}

.blog_img img {
    width: 100%;
    height: auto;
}



@media print,
screen and (min-width: 768px) {
    
    .about_box01,.menu_box01,.menu_box02,.gallery_link,.faq_box01,.faq_box02,.faq_box03,.faq_box04,.faq_box05,.access_box01{
        margin-bottom: 100px;
    }
    
    .about_box01_inner{
        width: 100%;
        height: 530px;
        padding-top: 130px;
        margin-bottom: 60px;
    }
     .about_box02_inner,.access_box01_inner,.contact_box01_txt,.privacy{
        margin-bottom: 60px;
    }
    
    .about_box02_txt{
        width: 465px;
    }

    .menu_box01 .menu{
        margin-bottom: 40px;
    }

    .menu_list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .menu_list ul:not(:last-child){
        margin-right: 80px;
    }
    
    .gallery_link{
        margin-bottom: 70px;
    }

    .gallery_link li{
        margin-bottom: 30px;
    }
    
    .gallery_link li a{
        font-size: 1.4rem;
    }
    
    /*view*/

    .view_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .view_img li {
        width: 330px;
        margin: 0 30px 30px 0;
    }
    
    .view_img li:nth-child(3n){
        margin-right: 0;
    }

    .view_img li figure {
        width: 330px;
        height: 220px;
        overflow: hidden;
        text-align: center;
    }

    .view_img li figure img {
        width: auto;
        height: 100%;
    }

    /*view//*/
    
    .map {
        width: 100%;
        height: 450px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin-bottom: 20px;
    }
    
    .table{
        width: 495px;
    }
    
    .blog_txt {
        width: 630px;
        position: relative;
    }

    .blog_btn {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 160px;
    }
 
}

@media screen and (max-width: 767px) { 
    
    .about_box01,.menu_box01,.menu_box02,.gallery_link,.faq_box01,.faq_box02,.faq_box03,.faq_box04,.faq_box05,.access_box01{
        margin-bottom: 50px;
    }

    .about_box02_inner,.access_box01_inner,.contact_box01_txt,.privacy,.about_box02_txt,.table{
        margin-bottom: 20px;
    }
    
    .about_box01_inner{
        margin-bottom: 20px;
        padding: 40px 3%; 
        height: 315px;
    }

    .about_box01_inner p{
        font-size: 1.6rem;
        letter-spacing: 0.15em;
    }
    
    .menu_box01 .menu {
        margin-bottom: 20px;
    }
    
    .price dl dt,.price dl dd,.menu_point{
        padding: 15px;
    }
    
    .menu dl:not(:last-child){
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .menu dl dt{
        margin-bottom: 15px;
    }
    
    .gallery_link{
        margin-bottom: 10px;
    }

    .gallery_link li{
        width: 49%;
        padding-left: 20px;
        margin-bottom: 15px;
    }
    
    .gallery_link li a{
        font-size: 1.3rem;
    }

    /*view*/

    .view_img{
        overflow: hidden;
        margin-bottom: 80px;
    }

    .view_img li{
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .view_img li:nth-child(2n){
        margin-right: 0;
    }
    
    .view_img li figure {
        width: 100%;
        height: 26.4vw;
        overflow: hidden;
    }

    .view_img li figure img {
        width: 100%;
        height: auto;
    }

    /*view//*/
    
    .faq dl{
        margin-bottom: 40px;
    }

    .faq dl dt{
        font-size: 1.6rem;
        padding-left: 45px;
        margin-bottom: 15px;
    }

    .faq dl dt::after{
        left: 15px;
        top: -6px;
    }

    .faq dl dd{
        padding: 15px 15px 15px 45px;
    }

    .faq dl dd::after{
        left: 15px;
        top: 8px;
    }
    
    .map {
        width: 100%;
        height: 300px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin-bottom: 20px;
    }
    
    .table tr th{
        padding: 10px;
    }

    .table tr td{
        padding: 10px;
    }
        
    .privacy{
        padding: 15px;
    }  

    .privacy p{
        font-size: 1.3rem;
    }
  
    .blog_box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .blog_tit{
        margin-bottom: 20px;
    }

    .blog_img {
        margin: 0 auto 20px;
        height: auto;
    }

    .blog_btn{
        width: 160px;
        margin: 20px auto 0;
    }

}

/****************************************

aside

*****************************************/

@media print,
    screen and (min-width: 768px) {
        
      
}

@media screen and (max-width: 767px) {
    

}

/****************************************

single.php

*****************************************/
#single_box {
    width: 1020px;
    margin: 60px auto 0;
}

.single_text {
    width: 100%;
}

.single_text img {
    margin: 15px auto;
    max-width: 1050px;
    height: auto;
}

.aligncenter {
    display: block;
}

.pager {
    clear: both;
    text-align: center;
    padding: 20px 0 0;
    margin: 0 auto;
}

a.page-numbers {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    background: black;
    border: solid 1px black;
    color: white;
}

.nav-below {
    margin: 30px 0 20px;
    text-align: center;
}

@media print,
screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
    }
}


/****************************************

sidebar

*****************************************/

@media print,
    screen and (min-width: 768px) {
        
        
     
}

@media screen and (max-width: 767px) {
    
  
}

/****************************************

テーブル

*****************************************/

td p {
    font-size: 100%;
}

@media print,
screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {}


/****************************************

P

*****************************************/
/*フォント*/

/* 改行 */

.line_break {
    padding-top: 25px;
}

/* 赤文字*/
.red {
    color: #CC0000;
}

/* 強調*/
.bold {
    font-weight: bold;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}


@media print,
screen and (min-width: 768px) {


}

@media screen and (max-width: 767px) {
    

}

/****************************************

タイトル

*****************************************/
.block {
    display: block;
}

.page_tit span {
    border-bottom: 3px solid #373737;
    display: inline-block;
    padding-bottom: 5px;
}

.subhead01{
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 14px 0 14px;
    text-align: center;
}

.subhead02{
    border-left: 3px solid #373737;
    padding: 2px 0 2px 15px;
}


@media print,
screen and (min-width: 768px) {
    
    .page_tit span{
        margin-bottom: 80px;
    }
    
    .subhead01{
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 767px) {

    .page_tit span{
        margin-bottom: 40px;
    }

    .subhead01{
        margin-bottom: 20px;
    }


}

/****************************************

sp_footer

*****************************************/

@media screen and (max-width: 767px) {
    #pc_footer {
        display: none;
    }

    #sp_footer {
        padding: 0px 3% 70px;
        text-align: center;
    }

    #sp_footer p {
        color: #fff;
        font-size: 1.2rem;
    }
    

    #sp_footer .sp_bana {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 999;
    }

    #sp_footer .sp_bana .sp_bana_parts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        width: 33.3%;
        background: #373737;
        border-top: 1px solid #FFF;
    }

    #sp_footer .sp_bana .sp_bana_parts:not(:last-child) {
        border-right: 1px solid #FFF;
    }

    #sp_footer .sp_bana .sp_bana_parts a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #sp_footer .sp_bana .sp_bana_parts img {
        width: auto;
        margin-bottom: 7px;
    }

    #sp_footer .sp_bana .sp_bana_parts p {
        color: #FFF;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
    }

    .copyright {
        display: block;
        font-size: 1.1rem;
        color: #999999;
    }
}

/****************************************

pc_footer

*****************************************/

@media print,
screen and (min-width: 768px) {
    #sp_footer {
        display: none;
    }

    #pc_footer{
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    
    #pc_footer p{
        color: #373737;
    }
    
    .footer_wrap{
        min-width: 1050px;
        padding: 50px 0 30px;
        position: relative;
    }
    
    .footer_wrap .logo{
        margin: 0 auto 5px;
    }
    
    .pagetop{
        position: fixed;
        right: 50px;
        bottom: 80px;
    }

    .copyright {
        display: block;
        font-size: 1.2rem;
        color: #929292;
        border-top: 2px solid #EFEFEF;
        padding: 20px 0 10px;
    }
   

}

/****************************************

Contact Form7

*****************************************/

.wpcf7 {
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form textarea {
    width: 960px;
    /*本文*/
    max-width: 100%;
}

.wpcf7-form .wpcf7-submit {
    width: 50px !important;
    /*送信ボタン*/
}

.wpcf7 p {
    line-height: 2.0;
    /*項目間の隙間*/
    padding-top: 3px;
}

.wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
}

.contact_p_strong {
    border-top: 1px dotted #999;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 15px !important;
}

.normal {
    font-weight: normal;
}

.wpcf7-submit {
    margin-top: 10px;
}

.wpcf7-response-output {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .wpcf7-form textarea {
        width: 100% !important;
        /*本文*/
    }
}

/****************************************

追加

*****************************************/


/****************************************

clearfix

*****************************************/

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */

@media (max-width: 400px) {
	.blog-img{
		width:100%;
		padding: 10px;
	}
	.blog-img img {
		width: 100%;
	}
}


@media screen and (min-width: 768px) {
.for_pc{
display : block;
}
.for_sp{
  display : none;
  }
}


@media screen and (max-width: 767px) {
  .for_pc{
    display : none;
    }
    .for_sp{
      display : block;
		margin-top : 1em;
margin-right : 1em;
      }
}