@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

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

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

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

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    color: #3d3d3d;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

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

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

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

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
    font-size: 1.4rem;
    font-family: "M PLUS Rounded 1c";
}

p.a {
    color: #F00;
}

header {
    width: 100%;
    background-color: #fff;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 1.5em;
}

.header_title a:hover {
    opacity: 0.5;
}

.header_title a img {
    width: 200px;
}

.header_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_tel {
    text-align: center;
    padding-right: 2em;
}

.header_tel p {
    font-size: 12px;
}

.header_tel h2 {
    font-size: 24px;
    padding-top: 0.2em;
}

.header_contact {
    display: block;
    background-color: #0c6fb8;
}

.header_contact a {
    display: block;
    padding: 1em;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.header_contact a:hover {
    background-color: #bee4f7;
    color: #565656;
}

.header_nav {
    width: 100%;
    padding-bottom: 1em;
    background-image: url("/wp-content/themes/original/assets/img/under_line.png");
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #fff;
}

.header_nav_ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header_nav_li {
    width: 16.6666667%;
    text-align: center;
    display: inline-block;
    border-left: dotted 2px #565656;
}

.header_nav_li:nth-child(1) {
    width: 16.6666667%;
    text-align: center;
    display: inline-block;
    border-left: none;
}

.header_nav_li a {
    display: block;
    text-decoration: none;
    color: #565656;
    position: relative;
    padding: 0.5em 0 0.5em 0;
}

.header_navbtn_main {
    display: block;
    font-weight: bold;
    line-height: 1.5;
}

.header_navbtn_sub {
    display: block;
    font-size: 10px;
}

.header_nav_li a:hover {
    background-color: #bee4f7;
}

@media (max-width: 950px) {
    .header_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.4em;
    }
    .header_nav {
        display: none;
    }
    .header_info {
        display: none;
    }
}

.button_container_outer {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 77px;
    width: 77px;
    cursor: pointer;
    z-index: 1100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    background-color: #bee4f7;
}

.button_container {
    position: fixed;
    top: 17px;
    right: 19px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 1100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

@media (max-width: 600px) {
    .button_container {
        position: fixed;
        top: 17px;
        right: 19px;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 1100;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
    }
}

@media (max-width: 380px) {
    .button_container {
        position: fixed;
        top: 17px;
        right: 19px;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 1100;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
    }
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #0c6fb8;
}

.button_container.active .middle {
    opacity: 0;
    background: #0c6fb8;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #0c6fb8;
}

.menu {
    padding-top: 0.3em;
}

.button_container.active .menu {
    color: #0c6fb8;
}

.button_container span {
    background: #0c6fb8;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.button_container span:nth-of-type(4) {
    top: 25px;
    background: none;
    font-size: 13px;
}

@media (min-width: 951px) {
    #toggle {
        display: none;
    }
    #overlay {
        display: none;
    }
    .button_container_outer {
        display: none;
    }
    .side-menu-btn {
        display: none;
    }
}

/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.overlay::after {
    content: "";
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255, 255, 255, 0.8);
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 300px;
    height: 100%;
    padding-top: 100px;
    text-align: left;
    font-size: 13px;
    background: #0c6fb8;
    z-index: 1;
    display: none;
}

.side-menu.side-open {
    display: block;
}

.side-menu ul {
    text-align: center;
}

.sidemenu_nav_li {
    text-align: center;
    display: block;
    border-top: dotted 2px #fff;
}

.sidemenu_nav_li:last-child {
    text-align: center;
    display: block;
    border-top: dotted 2px #fff;
    border-bottom: dotted 2px #fff;
}

.sidemenu_nav_li a {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 1em 0 1em 0;
}

.sidemenu_navbtn_main {
    display: block;
    font-weight: bold;
    line-height: 2;
}

.sidemenu_navbtn_sub {
    display: block;
    font-size: 10px;
}

.sidemenu_nav_li a:hover {
    background-color: #bee4f7;
}

.sidemenu_inner {
    padding: 0 2em 2em 2em;
    margin-top: 2em;
    background-color: #fff;
}

.sidemenu_contact {
    display: block;
    text-align: center;
}

.sidemenu_contact .sidemenu_contact_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidemenu_contact .sidemenu_contact_inner a {
    display: block;
    background-color: #5f94ff;
    width: 49%;
    padding: 1em;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border: 2px dashed #333;
    border-radius: 3em .5em 2em .5em/.4em 2em .5em 3em;
}

.sidemenu_contact_inner a:nth-child(1) {
    margin-bottom: 2%;
}

.sidemenu_contact_inner a:nth-child(2) {
    margin-bottom: 2%;
}

.sidemenu_contact_inner a:nth-child(odd) {
    margin-right: 1%;
}

.sidemenu_contact_inner a:nth-child(even) {
    margin-left: 1%;
}

.sidemenu_contact a:hover {
    background-color: #bee4f7;
    color: #565656;
}

.sidemenu_tel {
    text-align: center;
    padding: 2em 0;
}

.sidemenu_tel p {
    font-size: 12px;
}

.sidemenu_tel h2 {
    font-size: 24px;
}

.sidemenu_logo {
    padding-top: 2em;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    padding: 5px;
    background: #bee4f7;
    cursor: pointer;
    z-index: 4;
}

@media (max-width: 950px) {
    .side-menu-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 73px;
        height: 73px;
        padding: 5px;
        background: #bee4f7;
        cursor: pointer;
        z-index: 4;
    }
}

/* メインコンテンツ */
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 13px;
    background-image: url("../img/bg.jpg");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

@media (max-width: 1280px) {
    .wrapper {
        background-size: 150%;
    }
}

/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.ellipsis-v {
    position: relative;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.ellipsis-v .point.top {
    top: 0;
}

.ellipsis-v .point.mid {
    top: 0;
    bottom: 0;
}

.ellipsis-v .point.bot {
    bottom: 0;
}

.ellipsis-v .point {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    background: #1a1e24;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

footer {
    width: 100%;
    background-color: #bee4f7;
}

.footer_inner {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    padding: 3em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_logo {
    width: 50%;
}

.footer_logo img {
    width: 250px;
}

.footer_address {
    width: 50%;
    text-align: center;
}

.footer_address .footer_address_inner {
    text-align: left;
}

.footer_br {
    display: none;
}

.copyright {
    padding: 1em 0;
}

@media (max-width: 840px) {
    .footer_inner {
        max-width: 1500px;
        margin: 0 auto;
        width: 90%;
        padding: 3em 0;
        display: block;
    }
    .footer_logo {
        width: 100%;
    }
    .footer_address {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .footer_address .footer_address_inner {
        padding-top: 2em;
        line-height: 1.5;
        text-align: left;
        display: inline-block;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .footer_br {
        display: block;
    }
    .footer_span {
        padding-left: 4em;
    }
}

.sidemenu_contact_box {
    margin: 0px 0;
}

.sidemenu_contact_box .sidemenu_contact_title {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

.sidemenu_contact_box .sidemenu_contact_contents {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidemenu_contact_box .sidemenu_contact_contents .sidemenu_contact_content {
    width: 50%;
    padding: 0 5px;
}

.sidemenu_contact_box .sidemenu_contact_contents .sidemenu_contact_content a {
    display: block;
}

.sidemenu_contact_box .sidemenu_contact_contents .sidemenu_contact_content a img {
    width: 100%;
}

.sidemenu_contact_box .sidemenu_contact_contents .sidemenu_contact_content:nth-child(1) {
    width: 50%;
    padding: 0 5px;
    padding-bottom: 5px;
}

.sidemenu_contact_box .sidemenu_contact_contents .sidemenu_contact_content:nth-child(1) a {
    display: block;
}

.sidemenu_contact_box .sidemenu_contact_contents .sidemenu_contact_content:nth-child(1) a img {
    width: 100%;
}

.sidemenu_contact_box .sidemenu_contact_contents .sidemenu_contact_content:nth-child(2) {
    width: 50%;
    padding: 0 5px;
    padding-bottom: 5px;
}

.sidemenu_contact_box .sidemenu_contact_contents .sidemenu_contact_content:nth-child(2) a {
    display: block;
}

.sidemenu_contact_box .sidemenu_contact_contents .sidemenu_contact_content:nth-child(2) a img {
    width: 100%;
}
