@charset "UTF-8";

html {
    font-size: 10px;
}

.small_insta img{
    width: auto !important;
    max-width: 100%;
}

body,
td,
th,
input,
textarea {
    color: #000000;
    /*font-family: "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic W6", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
    font-family: "Noto Sans JP", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic W6", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

body {
    overflow-wrap: break-word;
}

a {
    color: #000000;
    text-decoration: none;
    /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
    text-decoration: none;
}

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

.img_ck {
    font-size: 0.1rem;
    line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

* {
    margin: 0;
    padding: 0;
    word-break: break-word;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::before,
*::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

iframe {
    border: none;
}

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

ul,
ol,
li {
    list-style: none;
}

input,
select,
textarea,
button {
    outline: none;
}

picture {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
img,
nav {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 769px),
print {
    .show_sp {
        display: none !important;
    }

    .container {
        min-width: 1000px;
        margin: 0 auto;
        overflow: hidden;
    }

    .row {
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
    }

    a {
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    a:hover {
        opacity: 0.7;
    }

    /*======= COMMON =========*/
    header {
        
        padding: 20px 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header h1 {
        padding: 0;
        position: relative;
    }

    header h1 img {
        /*height: 50px;*/
        width: 600px;
    }

    header h1 a {
        /*width: 100%;*/
        display: flex;
    }

    header h1 a img {
        /*width: 70%;*/
    }

    header h2.logo2 {
        width: 40%;
    }

    footer {
        /*background-color: #0087FF;*/
        padding-top: 50px;
        text-align: center;
        padding-bottom: 105px;
    }

    footer figure {
      margin: 30px 0;
    }

    footer a {
      color: #fff;
    }

    footer .row {
        color: #231815;
    }

    footer .row h2 {
        text-align: center;
        padding: 110px 160px 40px;
    }

    footer .row a {
        color: #fff;
        letter-spacing: 2px;
    }

    footer .row p {
        font-size: 2.8rem;
        text-align: left;
        letter-spacing: 2px;
    }

    footer .row .bigtel {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

    footer .row .bigtel figure {
        width: 82px;
        height: 82px;
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
    }

    footer .row .bigtel a {
        font-size: 9rem;
        font-weight: bold;
        margin-left: 10px;
        letter-spacing: 5px;
    }

    footer .row .f_stuffs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: center;
    }

    footer .row .f_stuffs p:nth-of-type(n + 2) {
        padding-left: 40px;
    }

    footer .row .f_location {
        font-size: 3.6rem;
        text-align: center;
    }

    footer .row span {
        margin-top: 45px;
        padding-bottom: 20px;
        display: block;
        font-size: 1.8rem;
        text-align: center;
        font-weight: lighter;
        letter-spacing: 2px;
        color: #fff;
    }
    .foot_copy {
        padding: 20px 0;
        background: #c21732;
    }
    .foot_copy span{
        font-size: 18px;
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .foot_copy {
        padding: 20px 0;
        background: #c21732;
    }
    .foot_copy span{
        font-size: 18px;
        color: #fff;
    }
    body {
        font-size: 2.60417vw;
    }

    .container {
        overflow: hidden;
    }

    .show_pc {
        display: none !important;
    }

    .row {
        padding-left: 5.20833vw;
        padding-right: 5.20833vw;
    }

    .row_inner {
        padding-left: 3.90625vw;
        padding-right: 3.90625vw;
    }

    a[href^="tel"] {
        text-decoration: none;
    }

    /*======= COMMON =========*/
    header {
        padding: 3.25521vw 4.55729vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header h1 {
        padding: 0;
        position: relative;
    }

    header h1 a {
        width: 100%;
        display: flex;
    }

    header h1 img {
        /*height: 50px;*/
        width: 300px;
    }

    header h1 a {
        /*width: 100%;*/
    }

    header h1 a img {
        /*width: 70%;*/
    }

    header h2.logo2 {
        width: 40%;
        display: none;
    }

    footer {
        /*background-color: #0087FF;*/
        text-align: center;
        padding-top: 30px;
        padding-bottom: 14.32292vw;
    }
    footer figure {
      margin: 30px 0;
    }

    footer .row {
        color: #231815;
    }

    footer .row h3 {
        text-align: center;
        font-size: 4.42708vw;
        font-weight: bold;
        padding-top: 5.20833vw;
        margin-bottom: 1.95313vw;
    }

    footer .row h2 {
        text-align: center;
        font-size: 6.8rem;
        font-weight: bold;
        padding: 2.60417vw 15.625vw;
    }

    footer .row a {
        color: #fff;
        letter-spacing: 0.26042vw;
    }

    footer .row p {
        font-size: 2.86458vw;
        font-weight: lighter;
        text-align: left;
        letter-spacing: 0.26042vw;
    }

    footer .row .bigtel {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer .row .bigtel figure {
        width: 8.85417vw;
        height: 8.85417vw;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    footer .row .bigtel a {
        font-size: 10.9375vw;
        font-weight: bold;
        margin-left: 1.30208vw;
    }

    footer .row .f_stuffs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 13.02083vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 2.60417vw;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .row .f_stuffs p:nth-of-type(n + 2) {
        width: 76%;
    }

    footer .row .f_stuffs p:nth-of-type(odd) {
        width: 24%;
        text-align: center;
    }

    footer .row .f_location {
        padding-left: 1.30208vw;
        font-size: 4.42708vw;
    }

    footer .row span {
        margin-top: 5.20833vw;
        padding-bottom: 2.60417vw;
        display: block;
        font-size: 2.34375vw;
        text-align: center;
        font-weight: lighter;
        letter-spacing: 0.26042vw;
        color: #fff;
    }
}