﻿@charset "utf-8";

/* -- -- --
 * ROOM8 Template V3.2
 * Last Up Date: 2018.11
 * Author: mick
-- -- -- -- -- -- -- -- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: normal;
    line-break: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

html {
    opacity: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    >font-size: 62.5%;
}

html.wf-active,
html.loading-delay {
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

body {
    font-family: source-han-sans-cjk-ja, -apple-system, BlinkMacSystemFont,
        "Helvetica Neue", "YuGothic", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}

/*
Source Han Sans Regular
font-family: source-han-sans-cjk-ja, sans-serif;
font-weight: 400;
font-style: normal;

Source Han Sans Bold
font-family: source-han-sans-cjk-ja, sans-serif;
font-weight: 700;
font-style: normal;
*/

html,
body {
    height: 100%;
}

body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

article,
footer,
header,
nav,
section {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

section,
div,
p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    line-height: 1.5;
}

a {
    color: #333;
    border: none;
    outline: 0;
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    line-height: 1.4;
}

.ch_img {
    display: block;
    overflow: hidden;
    height: 0 !important;
}

img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    width /***/:auto;
}

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

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    margin: 0 0 0 10px;
    float: right;
}

.alignleft {
    margin: 0 10px 0 0;
    float: left;
}

.entry_body ol {
    margin: 0 0 0 20px;
    list-style-position: outside;
    list-style-type: decimal;
}

.entry_body ul {
    margin: 0 0 0 20px;
    list-style-position: outside;
    list-style-type: disc;
}

.entry_body table {
    width: 100%;
    border: 1px solid #ccc;
}

.entry_body img {
    max-width: 100%;
    height: auto;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

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

dt,
dd,
td,
th {
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
}

li {
    line-height: 1.5;
}

.pc {
    display: none;
}

.linka a {
    color: #36c;
}

.top_banner {
    width: 100%;
    text-align: center;
    margin: 20px 0 80px 0;
}

.top_banner img {
    width: 500px;
    height: auto;
    max-width: 100%;
    height: auto;
}

.ta_c{
    text-align: center;
}

.font_s{
    font-size:90%;
}

.mgb30{
    margin-bottom: 30px;
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

optgroup {
    font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-placeholder {
    color: #aaa;
}

/* Extras
========================================================================== */
.r0 {
    margin-right: 0 !important;
}

.b0 {
    margin-bottom: 0 !important;
}

.clear:after,
.block1:after,
.block2:after,
.inblock:after,
.contents:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
}

#dammy {
    display: block;
    overflow: hidden;
    background: url("../images/") no-repeat;
    padding: 40px 0 0;
    width: 216px;
    height: 0 !important;
}

/*
========================================================================== */
#wrapper {
    font-size: 1.6rem;
}

.block1,
.block2 {
    padding: 40px 15px;
}

.block2 {
    padding: 35px 15px;
}

.block2.is-padding {
    background-color: #eef6f9;
}

header {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(84, 84, 84, 0.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(84, 84, 84, 0.2);
    box-shadow: 0 5px 5px 0 rgba(84, 84, 84, 0.2);
    z-index: 50;
}

header .block1 {
    padding-top: 21px;
    padding-bottom: 0;
    height: 60px;
    position: relative;
}

header h1 a {
    display: block;
    overflow: hidden;
    background: url("../images/common/logo.svg") left center/180px no-repeat;
    /*background-size: 170px 21px;*/
    padding: 22px 0 0;
    width: 180px;
    height: 0 !important;
}

header h1 b {
    display: none;
}

header .contact {
    position: absolute;
    top: 13px;
    /* right:11px; */
    right: 50px;
    width: 34px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

header .contact a {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #ea3058;
}

header .contact b {
    display: block;
    overflow: hidden;
    background: url("../images/common/icon_mail.svg") no-repeat center center;
    background-size: 18px 13px;
    padding: 34px 0 0;
    height: 0 !important;
}

.mtitle_block {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.mtitle_block .block1 {
    /*padding: 35px 0 0;*/
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mtitle_block h2 {
    margin: 0 0 5px;
    font-size: 2.5rem;
}

.mtitle_block p {
    font-size: 1.2rem;
}

.titlebox {
    margin: 0 0 20px;
    color: #003366;
    text-align: center;
}

.titlebox h2 {
    margin: 0 0 5px;
    font-size: 2.2rem;
}

.titlebox p {
    line-height: 1.2;
    font-size: 1.2rem;
}

.mex {
    margin: 0 0 20px;
}

.mex p {
    line-height: 1.8;
}

footer {
    border-top: 1px solid #dddedd;
}

.order {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
}

.order a {
    display: block;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #ea3058;
}

.order a b {
    display: inline-block;
    background: url("../images/common/icon_mail.svg") no-repeat left center;
    background-size: 30px 23px;
    padding: 0 0 0 45px;
    line-height: 25px;
}

.block1 .ex_block.clear {
    margin-bottom: 40px;
}

footer .block1 {
    padding-top: 20px;
    padding-bottom: 75px;
}

.flinks {
    margin: 0 0 30px;
    font-size: 1.4rem;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.flinks li {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.flinks li a {
    display: block;
    background: url("../images/common/icon_arrow1.svg") no-repeat right 15px center;
    background-size: 10px 16px;
    padding: 0 30px 0 15px;
    line-height: 50px;
}

.sns_block {
    margin: 0 auto 25px;
    text-align: center;
}

.sns_block li {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
}

.sns_block li a {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    padding: 40px 0 0;
    height: 0 !important;
}

.sns_block li.fb a {
    background-image: url("../images/common/icon_fb.svg");
}

.sns_block li.tw a {
    background-image: url("../images/common/icon_tw.svg");
}

.copyright {
    text-align: center;
    font-size: 1.4rem;
}

.bread {
    padding: 0 10px;
    width: 100%;
    font-size: 1.2rem;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.bread ul {
    display: flex;
    align-items: center;
}

.bread li {
    background: url("../images/common/icon_arrow5.svg") no-repeat right center;
    background-size: 8px 13px;
    margin: 0 10px 0 0;
    padding: 0 20px 0 0;
    line-height: 30px;
}

.bread li:last-child {
    background: none;
    margin: 0;
    padding: 0;
}

.bread li a {
    display: block;
}

.bread li.top a {
    overflow: hidden;
    background: url("../images/common/icon_home.svg") no-repeat left center;
    background-size: 13px 13px;
    padding: 20px 0 0;
    width: 13px;
    height: 0 !important;
}

@media screen and (min-width: 350px) {}

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

    /*
	========================================================================== */
    p {
        line-height: 1.6;
    }

    li {
        line-height: 1.6;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /*
	========================================================================== */
    #wrapper {
        min-width: 1160px;
    }

    .block1,
    .block2 {
        margin: 0 auto;
        padding: 75px 30px 80px;
        width: 1160px;
    }

    .block2 {
        padding: 75px 80px 80px;
    }

    .block2.is-padding {
        padding: 75px 80px 80px;
        margin: 175px auto 0;
        background: none;
    }

    header .block1 {
        padding-top: 30px;
        height: 90px;
    }

    header h1 {
        font-size: 1.4rem;
    }

    header h1 a {
        background: url("../images/common/logo.svg") left center/240px no-repeat;
        margin: 0 20px 0 0;
        padding: 30px 0 0;
        width: 240px;
        float: left;
    }

    header h1 b {
        display: inline-block;
        line-height: 30px;
        font-weight: normal;
    }

    header .contact {
        top: 20px;
        right: 110px;
        width: 250px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
    }

    header .contact b {
        overflow: visible;
        background: none;
        padding: 0;
        height: 50px !important;
        line-height: 50px;
    }

    .mtitle_block .block1 {
        /*padding: 60px 0 0;*/
        height: 200px;
    }

    .mtitle_block h2 {
        margin: 0 0 10px;
        font-size: 3.5rem;
    }

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

    .titlebox {
        margin: 0 0 40px;
    }

    .titlebox h2 {
        margin: 0 0 10px;
        font-size: 3rem;
    }

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

    .mex {
        margin: 0 0 40px;
        text-align: center;
    }

    .order {
        right: 50px;
        bottom: 50px;
        width: 160px;
        font-size: 2rem;
        overflow: hidden;
        border-radius: 200px;
        -moz-border-radius: 200px;
        -webkit-border-radius: 200px;
        box-shadow: 5px 5px 10px -5px rgba(51, 51, 51, 0.3);
    }

    .order a {
        padding: 28px 0 0;
        line-height: 1.4;
        height: 160px;
    }

    .order a b {
        display: block;
        background-position: center top;
        padding: 35px 0 0;
        line-height: 1.4;
    }



    footer .block1 {
        padding-top: 35px;
        padding-bottom: 65px;
    }

    .flinks {
        margin: 0 0 40px;
        border-top: none;
        border-left: none;
    }

    .flinks ul {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        max-width: 815px;
        margin-left: auto;
        margin-right: auto;
    }

    .flinks li {
        margin: 0 15px 30px;
        border-right: none;
        border-bottom: none;
    }

    .flinks li a {
        display: inline-block;
        background: none;
        padding: 0;
        line-height: 1.6;
    }

    .sns_block {
        margin: 0 auto 35px;
    }
}

@media screen and (min-width: 769px) {

    /*
	========================================================================== */
    .op a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        zoom: 1;
    }

    .fade a {
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

    .fade2 a {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .bread {
        margin: 0 auto;
        width: 1100px;
        padding: 0;
        font-size: 1.4rem;
        overflow-x: visible;
    }

    .bread li {
        line-height: 40px;
    }
}