@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
html {
    margin-top: 0 !important
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    background: #fff;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

* {
    box-sizing: border-box
}

.rows {
    width: 100%;
    float: left;
}

input[type=text], input[type=number], textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    resize: none;
}

input, textarea {
    border: none;
    border: 1px #ccc solid;
    border-radius: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover, a:visited, a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

a, h2, h3, h4, ul, li {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none
}

img {
    max-width: 100%;
}

header {
    width: 100%;
    /*float: left;*/
}
section, footer {
    width: 100%;
    float: left;
}

.br-hide-sp {
    display: none;
}

.br_show {
    display: none;
}

/* -------------------------------------------------- General style --------------------------------------------------*/

.wrap-header {
    padding: 10px 0;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    background: rgba(255, 255, 255, .9)
}

.bg-color {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.bg-none {
    background: none;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

/* Wrap content */

.wrap-content {
    padding: 40px 0;
}

.bg-f2f2f2 {
    background: #f2f2f2;
}

.row-text {
    font-size: 14px;
    line-height: 160%;
    color: #555;
    margin-top: 20px;
}

/* News */

.row-news {
    height: 300px;
    overflow: auto;
}

.news-item {
    font-size: 14px;
    width: 100%;
    float: left;
}

.news-item:nth-child(odd) {
    background-color: #e7e7e7;
    padding: 10px;
    margin-bottom: 0px;
}

.news-item:nth-child(even) {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}

.news-date {
    font-weight: bold;
}

.news-arrow {
    padding: 0 20px;
}

/* News Morden */

.wrap-news a {
    color: #333;
}

.wrap-news h2 {
    font-size: 18px;
    line-height: 160%;
    margin-top: 15px;
    text-align: left;
}

.modern-news-description {
    font-size: 14px;
    line-height: 160%;
    text-align: left;
    margin-top: 15px;
}

/* End news morden */

/* Table style */

.row-table table {
    width: 100%;
    float: left;
}

.row-table table tr td {
    padding: 13px;
    vertical-align: middle;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.row-table table tr td:first-child{
    font-weight: bold;
}

.row-table table tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}
.w-815{
    margin: auto;
    max-width: 815px;
    width: 100%;
    float: none;
}

/* End table style */

/* Google map */

.row-map iframe {
    width: 100%;
    float: left;
    height: 300px;
}

/* End google map */

/* Gallery */

.gallery_item {
    margin-bottom: 20px;
}

.gallery_item p {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin: 0;
}

/* End gallery */

/* Serive */

.service-item {
    margin-bottom: 20px;
}

.service-image {
    padding-bottom: 20px;
}

.service-title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}

.service-btn {
    width: 100%;
    float: left;
    text-align: center;
}

.service-des {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.service-btn a {
    display: block;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.service-btn a:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

/* End serice */

/* Faq */

.row-faq .panel-heading {
    padding: 0;
    border: 0;
}

.row-faq .panel-title>a, .row-faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.row-faq .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.row-faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row-faq .panel-heading a p {
    padding-right: 30px;
}

.row-faq .panel-heading {
    display: table;
}

.row-faq .icon_question {
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    width: 60px;
}

.row-faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}

.row-faq .panel-title p {
    margin: 0 !important;
}

.row-faq .icon_answer {
    border-top: 1px solid #ddd;
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
}

.row-faq .txt_answer {
    width: 95%;
    display: table-cell;
}

/* End faq */

/* Contact style 01 */

.contact-form-st1 input[type=text],
.contact-form-st1 table tr td input[type=email],
.contact-form-st1 table tr td input[type=tel],
.contact-form-st1 textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

.contact-form-st1 input[type=text],
.contact-form-st1 table tr td input[type=email],
.contact-form-st1 table tr td input[type=tel],
.contact-form-st1 textarea {
    border: none !important;
    border: 1px #ccc solid !important;
}

.contact-form-st1 input[type=text]:focus, .contact-form-st1 textarea:focus, .contact-form-st1 select:focus, .contact-form-st1 input[type="radio"]:focus, .contact-form-st1 input[type="checkbox"]:focus {
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form-st1 button {
    border: none;
    background: none;
    cursor: pointer;
}

.contact-form-st1 button:focus {
    outline: none !important;
}

.btn-contact-st1 {
    padding: 10px 20px;
    color: #000;
    border: 1px solid #ccc !important;
    font-size: 16px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

.btn-contact-st1:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

.contact-form-st1 table {
    width: 100%;
    float: left;
}

.contact-form-st1 table tr td {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    vertical-align: middle;
}

.contact-form-st1 table tr td .form-group {
    margin-bottom: 0;
}
.contact-form-st1 table tr td .form-group.w-190 input[type=text]{
    width: 190px;
}
.contact-form-st1 table tr td .form-group.w-170 input[type=text]{
    width: 170px;
}
/* #kaitai .row2input .form-group strong {
    width: 100px;
} */
.br-sp{
    display: block;
}
.img-mess{
    margin: 30px 0;
}
@media screen and (max-width:767px) {
    #kaitai .row2input{
        flex-wrap: wrap;
    }
    #kaitai .row2input .form-group{
        width: 100%;
    }
    #kaitai .row2input .form-group.w-170{
        display: flex;
        flex-wrap: wrap;
    }
    #kaitai .row2input .form-group.w-170 span{
        display: block;
    }
    #kaitai .row2input .form-group.w-170 strong{
        width: 100%;
        padding-bottom: 15px;
    }
    #kaitai .row2input .form-group strong {
        width: 60px;
    }
    .br-sp{
        display: none;
    }
}

.contact-form-st1 table tr td .wrap-radio .wpcf7-list-item.first {
    /* margin-left: 0; */
}

.wpcf7-not-valid-tip {
    width: 100%;
    float: left;
}

.contact-form-st1 table tr td .wrap-radio input {
    margin-top: -3px;
    margin-right: 5px;
}

.contact-form-st1 table tr td input[type=text], 
.contact-form-st1 table tr td input[type=email],
.contact-form-st1 table tr td input[type=tel],
.contact-form-st1 table tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    border: 1px #8d97aa solid;
    padding: 10px;
}

.contact-form-st1 table tr td input[type=text],
.contact-form-st1 table tr td input[type=email],
.contact-form-st1 table tr td input[type=tel] {
    height: 37px;
}

.contact-form-st1 table tr td textarea {
    height: 140px;
    resize: none;
}

.contact-form-st1 table tr td select {
    width: 100%;
    box-shadow: none !important;
}

.contact-form-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
}

#primary-contact form {
    width: 100%;
    float: left;
}

.contact-form-st1 label {
    font-weight: normal;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    float: left;
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    float: left;
    width: 100%;
}

/* End contact style 01 */

/* Contact content 02 */

.contact-form-st2 {
    background-color: #f1f1f1;
    padding: 15px;
}

.contact-form-st2 .form-control {
    height: 43px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px solid #fff;
}

textarea.textare-contact-st2 {
    min-height: 169px !important;
}

.btn-contact-st2 {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
    width: 100% !important;
}

.btn-contact-st2:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

/* End contact style 02 */

/* Table style */

.table-style {
    width: 100%;
    float: left;
}

.table-style tr {
    border-bottom: 1px #ccc dotted;
}

.table-style tr:last-child {
    border-bottom: 0;
}

.table-style tr td {
    padding: 10px 15px;
    vertical-align: middle;
}

.table-style tr td:first-child {
    background: #ccc;
    text-align: center;
}

/* Member */

.member-items {
    background: #fff;
    border: 4px #ccc solid;
    padding: 15px;
    position: relative;
}

.member-img {
    width: 36%;
    float: left;
    text-align: left;
    padding-bottom: 20px;
    padding-right: 20px;
}

.member-title {
    width: 64%;
    float: left;
    text-align: left;
    border-bottom: 1px #ccc solid;
}

.member-title h3 {
    font-size: 20px;
    line-height: 160%;
    font-weight: bold;
}

.member-text {
    font-size: 14px;
    line-height: 160%;
}

/* Menu footer fixed */

.fix-foot {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    float: right;
}

.layout-column-txt h3,.layout-column-txt h1, .layout-column-txt h2, .layout-column-txt h4, .layout-column-txt h5, .layout-column-txt h6{
    margin: 15px 0;
    line-height: 160%;
}

.layout-column-txt p{
    margin: 15px;
    line-height: 180%;
}

.layout-column-txt .title .big{
    font-size: 35px;
    margin-bottom: 0;
}

.layout-column-txt p strong{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd7d7));
    background: -webkit-linear-gradient(transparent 60%, #ffd7d7 60%);
    background: -o-linear-gradient(transparent 60%, #ffd7d7 60%);
    background: linear-gradient(transparent 60%, #ffd7d7 60%);
    padding: 0 10px 0px 10px;
    line-height: 160%;
    display: inline-block;
    font-size: 30px;
    text-align: center;
}
.layout-column-txt .title .desc{
    margin-bottom: 15px;
}
.layout-column-txt .para {
    line-height: 180%;
}
#idStory .title .small{
    margin-bottom: 15px;
}
#idStory .col-sm-7.layout-column-txt p{
    margin: 0;
}

#layout01 .col-sm-6.col-xs-6.layout-column-txt{
    background-color: #ffd7d7;
    height: 320px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
    align-content: stretch;
    outline: 20px solid #ffffff;
    margin-bottom: 0;
}

.tal-c{
    clear: both;
}
.tal-center{
    text-align: center;
}
/* ======================= INSTAGRAM =======================*/

#instagram-ct {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

#instagram-ct li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}

#instagram-ct li a {
    display: block;
}

#instagram-ct li a:hover {
    opacity: 0.5;
}

#instagram-ct li a img {
    width: 100% !important;
    max-width: inherit;
}

/* ======================= END INSTAGRAM =======================*/

/* ======================= BLOG =======================*/

.row_blog {
    width: 100%;
    float: left;
}

.row_blog iframe {
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}

/* ======================= END BLOG =======================*/

@media screen and (max-width:992px) {
    .news-date {
        width: 100%;
        float: left;
    }
    .news-arrow {
        display: none;
    }
    .news-txt {
        width: 100%;
        float: left;
        padding-top: 10px;
    }
    .service-item {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:991px) {
    .member-items {
        margin-bottom: 15px;
    }
    .row-member-items:last-child .member-items {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .row-menu-child {
        border-bottom: 0;
        position: relative;
    }
    .layout-column-txt {
        width: 100%;
        margin-bottom: 20px;
    }
    .layout-column-img {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .layout_column_table {
        width: 100%;
        margin-bottom: 20px;
    }
    .row-map iframe {
        width: 100%;
    }
    .service-item {
        margin-bottom: 30px;
    }
    .js-sp {
        display: none;
    }
    .wrap-header-child {
        position: fixed;
        z-index: 999;
    }
    .wrap-banner-child {
        margin-top: 77px;
    }
    .wrap-banner-child-style1 {
        margin-top: 77px;
    }
    .row-head-child {
        border-bottom: 1px #ccc solid;
    }

    .contact-form-st1 table tr td{
        width: 100%;
        float: left;
    }

    .contact-form-st1 table tr td:first-child{
        padding-bottom: 0;
    }
    #IdContact .layout-column-txt {
        margin-bottom: 0px;
    }
    .layout-column-txt .title{
        padding: 0;
    }
    .layout-column-txt .title .small{
        margin-bottom: 15px;
    }
    .layout-column-txt .title .big{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .layout-column-txt p{
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .row-table table tr td{
        width: 100%;
        float: left;
    }
    .row-table table tr td:first-child{
        font-weight: bold;
        border-bottom: 1px dashed #f3f3f3;
        text-align: center;
        background-color: #f2f2f2;
    }
    .row-table table tr td{
        background-color: #fff;

    }

    .row-table table tr:nth-child(2n) td:first-child{
        border-bottom: 1px dashed #ffffff;
    }

    .layout-column-txt h3{
        font-size: 18px;
    }

    .layout-column-txt p strong{
        font-size: 15px;
    }
}

@media screen and (max-width:640px) {
    .br-hide-sp {
        display: block;
    }
    .wrap-content {
        padding: 40px 0;
    }
    .row-description {
        font-size: 16px;
    }
    .wrap-footer {
        padding: 50px 0;
    }
    .row-menu-ft {
        padding: 30px 15px;
    }
    ul.menu-ft {
        width: 100%;
        float: left;
    }
    ul.menu-ft li {
        display: inherit;
        width: 100%;
        float: left;
        border-bottom: 1px #fafafa solid;
    }
    ul.menu-ft li a {
        display: block;
        padding: 15px 0;
    }
    .row-modern-news-item {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .row-modern-news-item:last-child {
        margin-bottom: 0;
    }
    .bn-st-title h3 {
        font-size: 26px;
    }
    .bn-st-title-span {
        font-size: 14px;
    }
    .br_show {
        display: inline-block;
    }
    #instagram-ct li {
        width: 33.33%;
    }
}

@media screen and (max-width:580px) {
    .member-img {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .member-title {
        width: 100%;
        margin-bottom: 20px;
    }
    .gallery_item {
        width: 100%;
        float: left;
        text-align: center;
    }
    .service-item {
        width: 100%;
        float: left;
    }
    .service-image {
        text-align: center;
    }
    .row_blog iframe {
        height: 200px;
    }
}

@media screen and (max-width:450px) {
    .wrap-banner-child {
        margin-top: 60px;
    }
}

/* END RWD */

/* STYLE TMP 06 G */

.show-on-sp {
    display: none;
}

/* Common */

.wop {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

nav.nav-main {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ededed;
}

nav .flex {
    width: 100%;
    font-size: 0;
    justify-content: space-between;
}

nav .logo {
    /*width: 30%;*/
    align-self: center;
}

nav .logo a {
    font-size: 30px;
    font-weight: 500;
    display: block;
}

nav .logo a img {
    max-width: 270px;
}

nav .menu-wrap {
    width: 70%;
}

nav .menu {
    display: flex;
    height: 100%;
}

nav .menu li {
    width: 25%;
}

nav .menu li:first-child {
    display: none;
}

nav .menu li a {
    display: block;
    text-align: center;
    height: 100%;
    padding: 25px 0;
    font-size: 16px;
    transition: .3s ease;
    color: #000000;
}

nav .menu li a:hover, nav .menu li.active a {
    background-color: #fff;
}

nav .menu-toggle {
    display: none;
}

nav .menu-phone {
    display: none;
}

nav .menu-mail {
    display: none;
}

footer.no-bts {
    background-color: #000 !important;
    color: #fff;
    padding: 15px 0;
}

footer.no-bts .cont {
    display: flex;
}

footer.no-bts .copyright {
    font-size: 14px;
}

footer.no-bts .copyright p, footer.no-bts .copyright span {
    display: inline-block;
    margin: 0;
    padding: 6px 0;
    line-height: 160%;
}

#formAdmin {
    display: none;
}

footer.no-bts .menu {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

footer.no-bts .menu li:first-child {
    display: none;
}

footer.no-bts .menu li a {
    transition: .3s ease;
    font-size: 14px;
}

footer.no-bts .menu li a:hover {
    opacity: 0.7;
}

footer.no-bts .menu li::after {
    content: '/';
    display: inline-block;
    margin: 0 2em;
}

footer.no-bts .menu li:last-child::after {
    display: none;
}

section {
    padding: 50px 0;
}

section>div {
    padding-left: 20px;
    padding-right: 20px;
}

.content {
    margin-bottom: 100px;
}

.content .img {
    text-align: center;
    margin-bottom: 30px;
}

.content .para {
    text-align: center;
    margin-bottom: 30px;
}

.content .para p {
    font-size: 16px;
    color: #000000;
    line-height: 180%;
}
.content .txt-top{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 30px;
    display: inline-block;
    margin: auto;
    text-align: left;width: max-content;
width: min-content;
width: available;
width: fit-content;
max-width: 100%;
}
.content .txt-top .dot{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.content .txt-top .dot.dot1{
    padding-right: 15px;
}
.content .txt-top .dot::before{
    position: absolute;
    content: '';
    background: url(assets/images/dot.png);
    width: 19px;
    height: 19px;
    left: 0;
    top: 9px;
}
.content .color-brown{
    color: #685D52;
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
}
.content .color-pink{
    color: #F695B8;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    display: inline-block;
    margin: auto;
}

.services-op{
    margin-top: 250px;
}
.title .big {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.title .small {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.title .desc {
    font-size: 30px;
    text-align: center;
    margin-bottom: 3.911vw;
    line-height: 180%;
}

.button-link a {
    background-color: #000;
    padding: 15px 0;
    display: block;
    max-width: 300px;
    margin: auto;
    color: #fff;
    text-align: center;
    transition: .3s ease;
    font-size: 16px;
}

.button-link a:hover {
    background-color: #ededed;
    color: #000;
}

.top-banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.title-2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

.title-2 .title-2-wrap {
    display: inline-block;
}

.title-2 .title-2-wrap strong {
    position: relative;
    display: block;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: .08em;
    line-height: 1;
    background-color: #fff;
    padding: 0 30px;
}

.title-2 .title-2-wrap strong::after {
    position: absolute;
    bottom: 50%;
    left: 50%;
    content: '';
    width: calc(100vw - 30px);
    height: 4px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, black), color-stop(65%, black), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.title-2 .title-2-wrap small {
    font-size: 20px;
}

#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: none;
    cursor: pointer;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-family: inherit;
    width: 78px;
    height: 78px;
    outline: none;
    z-index: 9;
    display: none;
    transition: opacity 0.5s ease;
    border-radius: 5px;
}

#toTopBtn .icon {
    display: none;
}

.top-banner {
    position: relative;
}

.top-banner .img img.sp {
    display: none;
}

.top-banner .txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 1.3;
    transform: translateY(-50%);
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.top-banner .txt span {
    font-size: 25px;
}

/* End Common */

/* Slide */

#owlslider .item {
    position: relative;
}

#owlslider .item img {
    width: 100%;
    height: auto;
}

#owlslider .item .txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    line-height: 180%;
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 2px 0 #7A7A7A;
}

#owlslider .item .txt span {
    text-transform: uppercase;
    font-size: 46px;
}

/* End Slide */

/* Top */

.policy {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.policy .wrap {
    max-width: 1200px;
    width: 100%;
    min-height: 500px;
    margin: auto;
    background-color: #fff;
    padding: 85px 15px;
}

.blog-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog-wrap .post:hover .img img {
    opacity: 0.7;
}

.blog-wrap .post .img {
    margin-bottom: 15px;
}

.blog-wrap .post .img img {
    width: 380px;
    height: 253px;
    object-fit: cover;
}

.image-container.compat-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 253px;
}

.image-container.compat-object-fit .image-object-fit {
    display: none;
}

.blog-wrap .post .date-author {
    margin-bottom: 5px;
}

.blog-wrap .post {
    font-size: 16px;
    line-height: 180%;
}

.blog-wrap .post .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.content:last-child {
    margin-bottom: 0;
}

/* End Top */

/* Service */

.service-page .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-page .item {
    position: relative;
    width: 49%;
    margin-bottom: 50px;
}

.service-page .item .bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
}

.service-page .item img {
    min-height: 500px;
    object-fit: cover;
    width: auto;
}

.service-page .item .box {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    padding: 30px 30px;
    transform: translate(-50%, -50%);
}

.service-page .item .box .strong {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.service-page .item .box .normal {
    margin-bottom: 30px;
    text-align: center;
    min-height: 200px;
}

.service-page .item .box a {
    background-color: #fff;
    padding: 15px 0;
    display: block;
    max-width: 300px;
    margin: auto;
    color: #000;
    text-align: center;
    transition: .3s ease;
    border: 1px solid #000;
}

.service-page .item .box a:hover {
    background-color: #000;
    color: #fff;
}

/* End Service */

/* About */

.about-page .list {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px;
}

.about-page .list li {
    text-align: left;
    list-style: none;
    margin-bottom: 60px;
    padding-left: calc(10rem + 35px);
    position: relative;
}

.about-page .list li:nth-of-type(1)::before {
    content: "01";
}

.about-page .list li:nth-of-type(2)::before {
    content: "02";
}

.about-page .list li:nth-of-type(3)::before {
    content: "03";
}

.about-page .list li .strong {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-page .list li::before {
    content: "";
    font-size: 7rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
}

.about-page .table table {
    max-width: 815px;
    width: 100%;
    margin: auto;
}

.about-page .table table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.about-page .table table tr td:first-child {
    width: 220px;
    font-weight: bold;
}

.about-page .table table tr td {
    padding: 15px 15px;
}

/* End About */

/* Contact */

.contact-page .form {
    max-width: 815px;
    margin: auto;
}

.contact-page .form table {
    width: 100%;
}

.contact-page .form table tr td:first-child {
    width: 200px;
    vertical-align: middle;
    font-weight: bold;
}

.contact-page .form table tr td {
    padding: 15px 0;
}

.contact-page .form table tr td input[type="text"], .contact-page .form table tr td input[type="email"] {
    height: 40px;
    width: 400px;
    text-indent: 10px;
    outline: none;
}

.contact-page .form table tr td textarea {
    width: 600px;
    height: 120px;
    resize: none;
    text-indent: 10px;
    outline: none;
}

.contact-page .form table tr:last-child td button {
    background-color: #000;
    padding: 15px 0;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    color: #fff;
    text-align: center;
    transition: .3s ease;
    cursor: pointer;
    border: none;
}

.contact-page .form table tr:last-child td button:hover {
    background-color: #ededed;
    color: #000;
}

/* End Contact */

@media screen and (min-width: 1199px) {
    .spnomi {
        display: none;
    }
}

/* Responsive Zone */

@media screen and (max-width: 1199px) {
    /* Common */
    nav.nav-main {
        padding: 0 10px;
    }
    nav.nav-main .logo a {
        font-size: 24px;
    }
    footer.no-bts {
        padding: 15px 10px;
    }
    footer.no-bts .cont {
        flex-wrap: wrap;
    }
    footer.no-bts .copyright {
        order: 2;
        width: 100%;
        text-align: center;
    }
    footer.no-bts .menu {
        order: 1;
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }
    /* End Common */
    /* Top */
    .blog-wrap {
        padding: 0 10px;
    }
    /* End Top */
}

@media screen and (max-width: 992px) {
    /* Common */
    .content .para {
        padding: 0 10px;
    }
    nav.nav-main .logo a img {
        max-width: 210px;
    }
    /* End Common */
    /* Slide */
    #owlslider .item .txt {
        font-size: 30px;
    }
    /* End Slide */
    /* Top */
    .blog-wrap {
        padding: 0;
        justify-content: center;
    }
    .blog-wrap .post {
        padding: 0 10px;
        margin-bottom: 25px;
    }
    /* End Top */
    /* About */
    .about-page {
        padding: 0 10px;
    }
    .about-page .list li .strong {
        font-size: 20px;
    }
    /* End About */
    /* Contact */
    .contact-page .form {
        max-width: 100%;
        padding: 0 10px;
    }
    .contact-page .form table tr td:first-child {
        width: 30%;
    }
    .contact-page .form table tr td input[type="text"], .contact-page .form table tr td input[type="email"] {
        width: 60%;
    }
    .contact-page .form table tr td textarea {
        width: 80%;
    }
    /* End Contact */
}

@media screen and (max-width: 767px) {
    /* Common */
    header {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: stretch;
    }
    nav.nav-main {
        /* position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1; */
        padding: 10px;
    }
    nav.nav-main .cont {
        flex-wrap: wrap;
    }
    nav.nav-main .logo {
        width: 62%;
    }
    nav.nav-main .menu-wrap {
        width: 38%;
        display: flex;
        align-self: center;
        justify-content: flex-end;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        align-content: stretch;
    }
    nav.nav-main .menu {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        z-index: 999;
        height: 100%;
        background-color: #fff;
        padding-top: 35px;
    }
    nav.nav-main .menu li {
        width: 100%;
        padding-left: 25px;
    }
    nav.nav-main .menu li:not(:first-child) {
        margin-top: 15px;
    }
    nav.nav-main .menu li:first-child {
        display: block;
    }
    nav.nav-main .menu li a {
        text-align: left;
        padding: 5px 0 5px 10px;
        border-left: 4px solid #000;
        color: #000000;
    }
    nav.nav-main .menu-wrap .menu-toggle .bar-1, nav.nav-main .menu-wrap .menu-toggle .bar-2, nav.nav-main .menu-wrap .menu-toggle .bar-3 {
        width: 35px;
        height: 3px;
        background-color: #000;
        margin: 7px 0 7px auto;
        transition: 0.3s ease;
    }
    nav.nav-main .menu-wrap .menu-toggle .bar-1 {
        margin-top: 0;
    }
    nav.nav-main .menu-wrap .menu-toggle .bar-3 {
        margin-bottom: 0;
    }
    .effect .bar-1 {
        transform: rotate(-45deg) translate(-6px, 6px);
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        -moz-transform: rotate(-45deg) translate(-6px, 6px);
        -ms-transform: rotate(-45deg) translate(-6px, 6px);
        -o-transform: rotate(-45deg) translate(-6px, 6px);
    }
    .effect .bar-2 {
        opacity: 0;
    }
    .effect .bar-3 {
        transform: rotate(45deg) translate(-8px, -8px);
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        -moz-transform: rotate(45deg) translate(-8px, -8px);
        -ms-transform: rotate(45deg) translate(-8px, -8px);
        -o-transform: rotate(45deg) translate(-8px, -8px);
    }
    nav.nav-main .logo a {
        font-size: 20px;
        display: block;
    }
    nav.nav-main .logo a img {
        vertical-align: middle;
        max-width: 100%;
        width: 258px;
    }
    nav.nav-main .menu-toggle {
        display: block;
    }
    nav.nav-main .menu-mail {
        display: block;
        margin-right: 10px;
        font-size: 28px;
    }
    nav.nav-main .menu-phone {
        display: block;
        margin-right: 10px;
        font-size: 28px;
    }
    .top-banner .img img.pc {
        display: none;
    }
    .top-banner .img img.sp{
        display: inline-block;
    }
    /* Custom Menu */
    nav.ct-class .menu-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgb(237, 237, 237);
        padding: 0px 0px;
        justify-content: center;
        transition: width 0.5s ease;
        z-index: 99;
    }
    nav.ct-class .menu-wrap span {
        width: 33.3%;
        text-align: center;
        border-right: 1px solid #000;
        padding: 10px 0;
        margin-right: 0;
    }
    nav.ct-class .menu-wrap span a {
        display: block;
    }
    nav.ct-class .menu-wrap span.menu-toggle {
        border-right: none;
    }
    nav.ct-class .menu-wrap .menu-toggle .bar-1, nav.ct-class .menu-wrap .menu-toggle .bar-2, nav.ct-class .menu-wrap .menu-toggle .bar-3 {
        margin-left: auto;
        margin-right: auto;
    }
    /* End Custom Menu */
    footer.no-bts {
        background-color: #ededed !important;
        padding: 0;
    }
    footer.no-bts .menu {
        flex-wrap: wrap;
        margin-bottom: 0;
        padding: 10px 0;
    }
    footer.no-bts .menu li {
        margin-bottom: 0;
    }
    footer.no-bts .menu li a {
        color: #000;
        font-size: 10px;
        vertical-align: middle;
    }
    footer.no-bts .menu li::after {
        margin: 0 .7em;
        color: #000;
    }
    footer.no-bts .menu li:last-child::after {
        display: none;
    }
    footer.no-bts .copyright {
        background-color: #000;
        font-size: 10px;
    }
    .show-on-sp {
        display: block;
    }
    section {
        padding: 7.823vw 0;
    }
    .title {
        padding: 0 10px;
    }
    .title .big {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .title .small {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .title .desc {
        font-size: 16px;
        padding: 0;
        text-align: left;
    }
    .title-2 .title-2-wrap strong {
        font-size: 30px;
        padding: 0 15px;
    }
    .title-2 .title-2-wrap small {
        font-size: 18px;
    }
    .content {
        margin-bottom: 30px;
    }
    .button-link {
        padding: 0 10px;
    }
    .button-link a {
        max-width: 100%;
    }
    .content .img {
        padding: 0 10px;
    }
    .content .para {
        padding: 0 10px;
    }
    .content .color-brown{
        display: inline-block;
        margin: auto;
        text-align: left;
    }
   
    section>div {
        padding-left: 0px;
        padding-right: 0px;
    }
    nav .menu li a:hover, nav .menu li a.active {
        font-weight: bold;
    }
    html {
        margin-bottom: 60px;
    }
    #toTopBtn {
        bottom: 65px;
        right: 5px;
        font-size: 14px;
        padding: 5px;
        height: 35px;
        width: 35px;
    }
    #toTopBtn .txt {
        display: none;
    }
    #toTopBtn .icon {
        display: block;
    }
    header .top-banner {
        margin-bottom: 0px;
        position: relative;
    }
    header .top-banner img:last-child {
        max-width: 100%;
        height: auto;
    }
    .top-banner .txt {
        font-size: 20px;
        padding: 0 10px;
    }
    .top-banner .txt span {
        font-size: 20px;
    }
    /* End Common */
    /* Slide */
    .owl-carousel {
        left: 0;
    }
    #owlslider .item img {
        max-width: 100%;
        height: auto;
    }
    #owlslider .item .txt {
        font-size: 20px;
        padding: 0 10px;
    }
    #owlslider .item .txt span {
        font-size: 30px;
    }
    #owlslider-2 {
        z-index: 0;
    }
    /* Slide */
    /* Top */
    .blog-wrap .post {
        width: 100%;
    }
    #owlslider-2 {
        position: relative;
        top: 0;
    }
    .blog-wrap .post .img {
        padding: 0;
    }
    .policy {
        padding-left: 10px;
        padding-right: 10px;
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 7.823vw;
    }
    .policy .wrap {
        padding: 7.823vw 0;
        min-height: auto;
    }
    .service {
        margin-bottom: 7.823vw;
    }
    .blog-wrap .post .img img {
        transition: 0.3s ease;
        width: 100%;
        height: auto;
    }
    /* End Top */
    /* Service */
    .service-page .item {
        width: 100%;
    }
    .service-page .item:last-child {
        margin-bottom: 0;
    }
    .service-page .item .box {
        padding: 15px 10px;
    }
    .service-page .item .box .normal {
        min-height: auto;
    }
    .service-page .item img {
        min-height: 400px;
    }
    /* End Service */
    /* About */
    .about-page .list li .strong {
        font-size: 20px;
    }
    .about-page .list li::before {
        content: "";
        font-size: 4rem;
        position: static;
        margin-top: 0;
    }
    .about-page .list li {
        padding: 0 10px;
        margin-bottom: 35px;
    }
    .about-page .table table tr:nth-of-type(odd) {
        background-color: #fff;
    }
    .about-page .table table tr td:first-child {
        width: 100%;
        float: left;
        background-color: rgba(0, 0, 0, .05);
        text-align: center;
    }
    .about-page .table table tr td {
        width: 100%;
        float: left;
        padding: 10px;
    }
    /* End About */
    /* Contact */
    .contact-page .form table tr td:first-child {
        float: left;
        width: 100%;
        padding: 0;
    }
    .contact-page .form table tr td {
        float: left;
        width: 100%;
        padding: 5px 0 15px 0;
    }
    .contact-page .form table tr td input[type="text"], .contact-page .form table tr td input[type="email"] {
        width: 100%;
    }
    .contact-page .form table tr td textarea {
        width: 100%;
    }
    /* End Contact */
}

/* END STYLE TMP 06 G */

.kachou0709 div {
    text-align: center;
}

.btn-line img{
    width: 20%;
    height: 100%;
}
.service-option {
    height: 150px !important;
    border-radius: 50px !important;
    outline: 0 !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
    width: 47% !important;
    border: 2px solid #3a3a3a;
}

.service-option:nth-of-type(1) {
    background-color: #FEE8AF !important;
}
.service-option:nth-of-type(2) {
    background-color: #D4FD90 !important;
}
.service-option:nth-of-type(3) {
    background-color: #B4FBFF !important;
}
.service-option:nth-of-type(4) {
    background-color: #EBDCFE !important;
}

.service-option h3,
.service-option p {
    margin: 0 !important;
}
.service-option h3{
    font-size: 28px;
}

.service-option:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.7;
}

#owlslider .item.item-first .txt {
    text-shadow: none;
    color: #524326;
    font-weight: 700;
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #524326;
  width: auto;
  top: 50px;
  left: 50px;
  transform: unset;
}

#owlslider .item.item-second .txt {
    color: #ED93B6;
}

iframe {
    width: 100%;
}

.row2input {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;

}

.row2input .form-group {
    width: 46%;
    display: flex;
}

.row2input .form-group strong {
    width: 60px;
}

.row2input .form-group .labelspan {
    width: 80px;
    line-height: 36px;
    margin-left: 5px;
}

.row2input .form-groupspan {
    line-height: 36px;
}

.fa-envelope:before,
.fa-phone:before {
    color: #008bb9;
}

nav.nav-main .menu li a {
    color: #0083ae;
}


footer.no-bts .copyright,
.button-link a {
    background-color: #00739a;
}

nav.nav-main .menu-wrap .menu-toggle .bar-1, nav.nav-main .menu-wrap .menu-toggle .bar-2, nav.nav-main .menu-wrap .menu-toggle .bar-3 {
    background-color: #008bb9;
}

.layout-column-txt .title .big,
.title .big {
    color: #00BFFF;
}
.layout-column-txt .title .big{
    position: relative;
}
.layout-column-txt .title .big::before{
    position: absolute;
    bottom: 43%;
    left: 50%;
    content: '';
    width: calc(100vw - 30px);
    height: 4px;
    background: -moz-linear-gradient(left,rgba(0,191,255,0) 0,#00BFFF 35%,#00BFFF 65%,rgba(0,191,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(0,191,255,0) 0,#00BFFF 35%,#00BFFF 65%,rgba(0,191,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,191,255,0)),color-stop(35%,#00BFFF),color-stop(65%,#00BFFF),to(rgba(0,191,255,0)));
    background: -o-linear-gradient(left,rgba(0,191,255,0) 0,#00BFFF 35%,#00BFFF 65%,rgba(0,191,255,0) 100%);
    background: linear-gradient(to right,rgba(0,191,255,0) 0,#00BFFF 35%,#00BFFF 65%,rgba(0,191,255,0) 100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.layout-column-txt .title .big .tlt-new, .title .big .tlt-new{
    background: #fff;
    padding: 0 20px;
    position: relative;
}

.layout-column-txt .title .small,
.title .small {
    color: #008bb9;
}

footer.no-bts,
#toTopBtn {
    background-color: #00739a !important;
}

.title-service {
    position: relative;
}

.owl-carousel {
    display: block !important;
}

.title-service::before {
    content: url(assets/images/starticon80px.png);
    position: absolute;
    top: 44px;
    right: calc(50% + 120px);
}

.service.content .img {
    max-width: 700px;
    margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
    .topservice0709 img {
        min-width: 767px;
    }


}

@media screen and (max-width:767px) {
    .services-op {
        margin-top: 100px;
    }
    #owlslider .item.item-first .txt {
        top: 15px;
        left: 15px;
        font-size: 5vw;
      }

      .title-service::before {
        top: 0px;
        right:unset;
        left: 0;
        content: url(assets/images/starticon80px-sp.png);
      }

      .service-option:nth-of-type(1),
      .service-option:nth-of-type(3) {
        margin-left: 10px !important;
      }

      .service-option:nth-of-type(2),
      .service-option:nth-of-type(4) {
        margin-right: 10px !important;
      }

      footer.no-bts .menu li a {
        color: #fff;
      }

      nav.nav-main .menu li a {
        border-left: 4px solid #016385;
      }

      #owlslider .item.item-first .txt {
        text-shadow: none;
        color: #524326;
        font-weight: 700;
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
        -webkit-text-stroke-width: 0;
        -webkit-text-stroke-color: #524326;
      }

      .contact-form-st1 table tr td:first-child,
      .contact-form-st1 table tr td:last-child {
          width: 100% !important;
      }

      .row2input .form-group {
        width: auto;
      }

      .row2input input {
          max-width: 100px;
      }

      .row2input .form-groupspan {
        padding: 0 5px;
      }
      .service-option h3{
          font-size: 20px;
      }
      .btn-line img {
        width: 60%;
        height: 100%;
    }
    .btn-line{
        margin-bottom: 0;
    }

}
@media screen and (max-width:449px) {
    .title-service::before {
        content: url(assets/images/starticon80px-sp2.png);
        top: 38px;
      }
}

@media screen and (max-width: 560px) {
    .service-option:nth-of-type(1),
    .service-option:nth-of-type(2),
    .service-option:nth-of-type(3),
    .service-option:nth-of-type(4) {
        width: calc(100% - 20px) !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

.mi-spmenu,
.mis-hdr {
	display: none
}
@media only screen and (max-width:768px) {
 
}
@media only screen and (max-width:767px) {
    .content .txt-top{
        font-size: 17px;
    }
    .content .txt-top .dot::before{
        top: 6px;
    }
	html {
		margin-bottom: unset
	}
	nav {
		display: none
	}
	.mis-hdr {
		padding: 15px 10px;
		width: 100%;
		display: flex;
		position: fixed;
		height: 90px;
		top: 0;
		left: 0;
		background-color: #ededed;
		z-index: 999
	}
	.mis-hdr .mi-email,
	.mis-hdr .mi-logo,
	.mis-hdr .mi-menubtn,
	.mis-hdr .mi-phonebtn {
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}
	.mi-logo {
		padding-top: unset;
		width: 100%;
		margin: auto
	}
	.mi-logo img {
		width: 60%
	}
	.mi-email,
	.mi-phonebtn {
		text-align: center;
		z-index: 2
	}
	.mi-email a,
	.mi-phonebtn a {
		color: #000
	}
	.mi-email img,
	.mi-phonebtn img {
		width: 24px;
		height: 24px
	}
	.mi-phonebtn {
		right: 29vw;
		font-size: 6vw
	}
	.mi-email {
		right: 20vw;
		font-size: 6vw
	}
	.mi-menubtn {
		right: 3vw;
		border: 1px solid #000;
		border-radius: 50%;
		text-align: center;
		background-color: #fff;
		padding: 0;
		width: 60px;
		height: 60px;
		z-index: 2
	}
	.mi-menubtn .mi-mb-inner {
		position: relative;
		top: 22%;
		width: 100%;
		height: 100%
	}
	.mi-menubtn.open .mi-mb-inner {
		height: 28px;
		top: 50%;
		transform: translateY(-50%)
	}
	.mi-mb-line {
		display: inline-block;
		width: 2px;
		height: 20px;
		margin: 2px;
		background-color: #000;
		transition: all .5s;
		opacity: 1
	}
	.mi-mb-line:nth-child(1) {
		height: 15px
	}
	.mi-mb-line:nth-child(3) {
		height: 25px
	}
	.mi-mb-txt {
		position: absolute;
		font-size: 9px;
		line-height: .5;
		width: 100%;
		text-align: center;
		top: 65%;
		left: 50%;
		transform: translateX(-50%)
	}
	.mi-mb-txt.menu {
		opacity: 1
	}
	.mi-mb-txt.close {
		opacity: 0
	}
	.mi-menubtn.open .mi-mb-txt.menu {
		opacity: 0
	}
	.mi-menubtn.open .mi-mb-txt.close {
		opacity: 1
	}
	.mi-menubtn.open .mi-mb-line:nth-child(1) {
		height: 25px;
		transform: translateX(10px) rotate(45deg)
	}
	.mi-menubtn.open .mi-mb-line:nth-child(2) {
		opacity: 0
	}
	.mi-menubtn.open .mi-mb-line:nth-child(3) {
		height: 25px;
		transform: translateX(-11px) rotate(-45deg)
	}
	.mi-menubtn.open .mi-mb-line:nth-child(4) {
		height: 25px;
		transform: translateX(10px) rotate(45deg)
	}
	.mi-menubtn.open .mi-mb-line:nth-child(5) {
		opacity: 0
	}
	.mi-menubtn.open .mi-mb-line:nth-child(6) {
		height: 25px;
		transform: translateX(-10px) rotate(-45deg)
	}
	.mi-spmenu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		overflow-y: auto;
		opacity: 0;
		z-index: 1;
		display: none
	}
	.mi-spmenu .mis-inner {
		width: 100%;
		height: auto;
		padding-top: 110px
	}
	.mi-spmenu .mi-spm-top {
		position: relative;
		margin-top: 110px;
		width: 100%
	}
	.mi-spm-top .mi-spmt-btn {
		position: relative;
		width: 100%;
		padding: 16px 0;
		color: #fff;
		text-align: center;
		background-color: #0096e0;
		margin-bottom: 8px;
		font-weight: 700;
		font-size: 16px;
		font-family: 'Sweet Sans Pro Regular', sans-serif
	}
	.mi-spmt-btn::after {
		content: "";
		display: inline-block;
		width: 24px;
		height: 6px;
		border-style: solid;
		border-width: 0 1px 1px 0;
		transform: skew(45deg);
		margin-left: 5px
	}
	.mi-spm-top .mi-spmt-btn:nth-child(2) {
		background-color: #38cde0
	}
	.mi-spm-top .mi-spmt-btn:nth-child(3) {
		background-color: #18b8e8
	}
	.mi-spm-top .mi-spmt-btn:nth-child(5) {
		background-color: #38cde0
	}
	.mi-spm-top .mi-spmt-btn a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0
	}
	.mi-spm-content {
		margin: 40px 30px 0;
		font-weight: 700
	}
	.mi-spmc-title {
		position: relative
	}
	.mi-spmc-title a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	.mi-spmc-title::before {
		content: "";
		width: 40px;
		height: 40px;
		position: absolute;
		background-color: #bdbdbd;
		opacity: .73;
		top: 0;
		left: -30px;
		z-index: -1
	}
	.mi-spmc-title span {
		display: block;
		font-family: 'Sweet Sans Pro Regular', sans-serif;
		font-size: 12px
	}
	.mi-spm-content span.jp {
		font-size: 24px;
		font-family: "Noto Serif JP", serif
	}
	ul.mi-spmc-list {
		list-style: none;
		padding: 0;
		margin: 0;
		font-weight: 400;
		font-size: 18px;
		font-family: "Noto Serif JP", serif
	}
	.mi-spmc-list li {
		padding: 14px 0;
		border-bottom: 1px solid #000;
		position: relative
	}
	.mi-spmc-list li::after {
		content: "";
		display: inline-block;
		width: 24px;
		height: 6px;
		border-style: solid;
		border-width: 0 1px 1px 0;
		transform: skew(45deg);
		right: 10px;
		bottom: 10px;
		position: absolute
	}
	.mi-spmc-list li a {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0
	}
	.mi-spm-closebtn {
		margin: 40px 30px;
		text-align: center;
		border: 1px solid #000;
		padding: 10px 0;
		font-size: 12px;
		font-weight: 700;
		font-family: 'Sweet Sans Pro Regular', sans-serif;
		background-color: #fff
	}
	.mi-spm-closebtn:active {
		filter: invert(1)
	}
	.mi-spm-closebtn img {
		width: 11px;
		margin-right: 10px;
		vertical-align: baseline
	}
	.spm-blog {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding-top: 20px;
		font-size: 18px
	}
	.spmb-img {
		flex: 30%;
		max-width: calc(30% - 10px);
		padding: 0 10px 0 0
	}
	.spmb-img img {
		width: 100%;
		height: 100px;
		object-fit: cover
	}
	.spmb-txt {
		flex: 70%;
		max-width: 70%
	}
	.spmb-txt span.spmb-date {
		display: block;
		width: 100%;
		color: #888;
		font-size: 16px
	}
	.br-hide {
		display: none
	}
}

.line img{
    width: 20%;
    height: 100%;
}
.line img:hover{
    opacity: 0.8;
}



@media only screen and (max-width:767px) {
    .line img{
        width: auto;
    }
    .line{
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
	ul.mi-spmc-list {
		font-size: 14px
	}
	.spm-blog {
		font-size: 14px
	}
	.br-hide {
		display: block
	}

    header {
        margin-top: 90px; {
        margin-top: 90px;
    }
}

@media only screen and (max-width:375px) {
	.mi-phonebtn {
		right: 33vw;
		font-size: 7vw
	}
	.mi-email {
		right: 22vw;
		font-size: 7vw
	}
	.mi-logo img {
		width: 55%
	}
	ul.mi-spmc-list {
		font-size: 12px
	}
}

@media only screen and (max-width:320px) {
	.mi-phonebtn {
		top: 11vw;
		right: 37vw;
		font-size: 7vw
	}
	.mi-email {
		top: 11vw;
		right: 25vw
	}
	.mi-logo img {
		width: 50%
	}
	ul.mi-spmc-list {
		font-size: 14px
	}
	.br-hide {
		display: none
	}
}


