.notosans_black {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
 }
@font-face {
    font-family: 'bebas';
    font-style: normal;
    font-weight: normal;
    src:
    url('../webfont/bebas.woff2') format('woff2'),
    url('../webfont/bebas.woff') format('woff'),
    url('../webfont/bebas.ttf') format('truetype');
}

/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 初期設定
================================================== */
body {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, '游ゴシック体', 'メイリオ', Meiryo sans-serif !important;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #222;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 16px;
    line-height: 2.0em;
    background: #fff;
    overflow-x: hidden;
}
a {
    color: #ffe100;
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border: none;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 16px;
    line-height: 2.0em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 2.0em;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
    text-align: center;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 1.5em;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc li:before {
    content:'●';
    margin-right: 5px;
    color: #ff8f5c;
}
ul.disc li {
    font-size: 15px;
    text-indent: -1.3em;
}
ul.decimal {
    list-style: decimal;
}
ul.decimal li {
    font-size: 15px;
    margin-left: 1.3em;
    margin-bottom: 10px;
}

ul.decimal2 {
    list-style: none;
}
ul.decimal2 li {
    font-size: 15px;
    margin-left: 2em;
    margin-bottom: 20px;
}
ul.decimal2 li span.num {
    padding: 5px 8.5px;
    color: #fff;
    font-weight: bold;
    background: #000;
    margin-left: -2em;
    margin-right: 5px;
    border-radius: 100%;
}

strong {
    font-weight: bold;
    line-height: inherit;
}
.linkbox {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 14px;
        line-height: 1.5em;
        text-align: justify;
    }
    p a, p a:visited {
        line-height: 1.5em;
    }
}



/* グリッドシステム
================================================== */
.frame {
    padding: 0 20px;
    width: 100%;
    max-width: 1240px;
    min-width: 727px;
    margin: 0 auto;
    box-sizing: border-box;
}
.container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.g1, .g15, .g2, .g25, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11 {
    margin-right: 4%;
    min-height: 1px;
}
.g3_SP, .g4_SP, .g6_SP {
    margin-right: 4%;
    min-height: 1px;
}
.lc {
    margin-right: 0;
}

.container.reverse {
    flex-flow: row-reverse;
}
.container.reverse .lc {
    margin-right: 4%;
}
.container.reverse .reverse_lc {
    margin-right: 0;
}
.container.h_center {
    align-items: center;
}

.g1     { width: 4.666666666666667%; }
.g15    { width: 9%; }
.g2     { width: 13.333333333333334%; }
.g25    { width: 17.666666666666668%; }
.g3     { width: 22%; }
.g4     { width: 30.666666666666664%; }
.g5     { width: 39.33333333333333%; }
.g6     { width: 48%; }
.g7     { width: 56.666666666666664%; }
.g8     { width: 65.33333333333333%; }
.g9     { width: 74%; }
.g10    { width: 82.66666666666667%; }
.g11    { width: 91.33333333333333%; }
.g12    { width: 100%; }

.g3_SP  { width: 22%; }
.g4_SP  { width: 30.666666666666664%; }
.g6_SP  { width: 48%; }

.flex_end {
    justyify-content: flex-end;
}
.flex_center {
    justyify-content: center;
}

img, object, embed {
    max-width: 100%;
    height: auto;
    width:auto;
}
img {
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .frame {
        display: block;
        min-width: 0;
        padding: 0 20px;
        width: 100%;
        max-width: none;
        min-width: auto;
    }
    .g1, .g15, .g2, .g25, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .g3_SP  { width: 48%; }
    .g4_SP  { width: 48%; }
    .lc_SP {
        margin-right: 0;
    }
    .order1 {
        order: 1;
    }
}



/* ヘッダー
================================================== */
header {
    background: #fff;
}
#top_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5%;
}
#top_menu #header_logo {
    padding: 20px 0;
    text-align: center;
}
#top_menu .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#top_menu .right #order {
    height: 50px;
    width: 250px;
    margin-right: 15px;
}
#top_menu .right #line {
    width: 50px;
    height: 50px;
}
@media only screen and (max-width: 767px) {
}

nav {
    display: block;
    margin-top: -20px;
    width: 100%;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    z-index: 1000;
    box-sizing: border-box;
    background: #fff;
}
nav ul {
	display: flex;
    justify-content: flex-end;
	list-style-type: none;
    margin: 0 auto;
    padding-right: 5%;
}
nav ul li a {
    display: block;
    padding: 20px 20px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
nav ul li.contact a {
    padding: 20px 0 20px 20px;
}
nav ul li.fixed_line {
    display: none;
}
nav ul li.fixed_order {
    display: none;
}
nav ul li.current a {
    color: #0050b0;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}
@media only screen and (max-width: 1200px) {
    nav ul {
        margin-right: 3%;
    }
    nav ul li a {
        padding: 44px 8px 37px 8px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    nav {
        display: none;
    }
}

.nav_arrow a:after {
    content: url('../img/nav_arrow.png');
    margin-left: 10px;
    position: relative;
    top: -3px;
}

nav ul li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
}
nav ul .megamenu {
    transition: all .07s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    background: #222;
    z-index: 100;
}
nav ul .megamenu .cont {
    max-width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
nav ul .megamenu .cont ul.inner {
    padding: 0 0 0 0;
    margin: 20px 0 20px 40%;
    display: block;
    border-left: 1px solid #fff;
}
nav ul .megamenu .cont ul.inner li {
    margin: 0;
    line-height: 1.5em;
}
nav ul .megamenu .cont ul.inner li a {
    padding: 15px 20px;
    color: #fff;
    font-size: 16px !important;
    text-align: left;
    border-bottom: none !important;
}
nav ul li.current .megamenu .cont ul.inner li a {
    text-decoration-line: none;
}
nav ul .megamenu .cont ul.inner li a:before {
    content: '・ ';
}
nav ul .megamenu .cont ul.inner li a:hover {
    background: #000;
}
.nav_arrow ul li a:after {
    content: '';
}
nav ul .megamenu .cont .en {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: bebas;
    font-size: 100px;
    color: #444;
    line-height: 0;
    z-index: -1;
}
@media only screen and (max-width: 1160px) {
    nav ul .megamenu a {
        font-size: 12px;
    }
}




/* スクロール時 */
.fixed {
    top: 0;
    left: 0;
    z-index: 10000;
}
.fixed #top_menu {
    display: none;
}
nav.fixed {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}
nav.fixed ul {
    align-items: center;
}
nav.fixed ul li {
    padding: 10px 0;
}
nav.fixed ul li a {
    padding: 0;
    font-size: 14px;
    margin-left: 30px;
}
nav.fixed ul li.fixed_order {
    display: block;
    margin-left: 30px;
}
nav.fixed ul li.fixed_order img {
    width: auto;
    height: 39px;
}
nav.fixed ul li.fixed_line {
    display: block;
    margin-left: -16px;
}
nav.fixed ul li.fixed_line a img {
    width: 40px;
    height: 40px;
}

nav.fixed  ul .megamenu {
    margin-top: 20px;
}
nav.fixed .megamenu .cont ul.inner li {
    padding: 0;
}
nav.fixed .megamenu .cont ul.inner li a {
    padding: 15px 20px;
    color: #fff;
    font-size: 16px !important;
    text-align: left;
    border-bottom: none !important;
}


/* スマホ用バーガーメニュー */
#header_logo_SP {
    display: none;
}
#SP_gnav_bg {
    display: none;
}
@media only screen and (max-width: 767px) {
    #header_logo_SP {
        padding: 8px 20px;
        display: block;
    }
    #header_logo_SP img {
        width: auto;
        height: 30px;
    }
    #SP_gnav_bg {
        display: block;
    }
    #SP_header_logo {
        display: block;
        padding: 9px 0 8px 20px;
        height: 30px;
    }
    #SP_header_logo img {
        height: 30px;
    }
    #top_menu {
        display: none;
    }
}

.drawer-overlay {
    background-color: rgba(255,255,255,0) !important;
}
.drawer-nav {
    color: #333 !important;
    background-color: #fff !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
}
.drawer-nav .inner {
    padding: 40px 60px;
    height: 100svh !important;
    box-sizing: border-box;
}
.drawer-nav ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    /* height: calc(100vh - 200px) !important; */
}
.drawer-nav ul li {
    display: block;
    text-align: left;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
}
.drawer-nav ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.drawer-nav ul li a:hover {
    background: #f0f0f0;
}
.drawer-nav ul li.order {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.drawer-nav ul li.current a {
    color: #fff;
    background: #0050b0;
}



/* 下部
================================================== */
.bottom_btn {
    padding: 100px 0;
    background: #0050b0;
}
.bottom_btn h2 {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    font-size: 50px;
    text-align: center;
}
.bottom_btn .lead {
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.bottom_btn .arrow {
    margin: 30px auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
}
@media only screen and (max-width: 767px) {
    .bottom_btn {
        padding: 50px 0;
    }
    .bottom_btn h2 {
        font-size: 30px;
        line-height: 1.3em;
        margin-bottom: 15px;
    }
    .bottom_btn .lead {
        margin-top: 5px;
        font-size: 17px;
        line-height: 1.3em;
    }
    .bottom_btn .arrow {
        margin: 20px auto;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
    }
}

.bottom_btn .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
}
.bottom_btn .btn_wrap .box {
    width: calc(50% - 10px);
    padding: 30px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    box-sizing: border-box;
}
.bottom_btn .btn_wrap .box h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.bottom_btn .btn_wrap .box .icon {
    margin: 30px 0;
    text-align: center;
}
.bottom_btn .btn_wrap .box .text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.bottom_btn .btn_wrap .btn {
    display: block;
    padding: 30px 20px 30px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #222 url(../img/arrow1.png) right 20px center no-repeat;
    border-radius: 40px;
}
@media only screen and (max-width: 767px) {
    .bottom_btn .btn_wrap {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .bottom_btn .btn_wrap .box {
        width: 100%;
        padding: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .bottom_btn .btn_wrap .box h3 {
        font-size: 19px;
    }
    .bottom_btn .btn_wrap .box .icon {
        margin: 15px 0;
    }
    .bottom_btn .btn_wrap .box .icon img {
        width: 20%;
    }
    .bottom_btn .btn_wrap .box .text {
        font-size: 16px;
        line-height: 1.3em;
    }
    .bottom_btn .btn_wrap .btn {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
    }
}


/* フッター
================================================== */
footer {
    background: #000;
    padding: 100px 0;
    color: #fff;

}
footer p, footer p a {
    color: #fff;
}
.footer_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_menu_wrap {
    margin-top: 20px;
    display: flex;
}
.footer_menu_wrap ul.footer_menu1 {
    margin-right: 50px;
}
.footer_menu_wrap ul.footer_menu1 li a, .footer_menu_wrap ul.footer_menu2 li a, .footer_menu_wrap ul.footer_menu2 li {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.5em;
}
.footer_menu_wrap ul.footer_menu2 li ul li a:before {
    content: '└ ';
}
#copyright {
    margin-top: 50px;
    font-size: 11px;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 50px 0;
    }
    .footer_wrap {
        display: block;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_logo img {
        width: 80%;
    }
    .footer_menu_wrap ul.footer_menu1, .footer_menu_wrap ul.footer_menu2 {
        display: none;
    }
    .footer_right p {
        text-align: center;
    }
    #copyright {
        margin-top: 30px;
        font-size: 10px;
        text-align: center;
    }
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 70%;
    }
}

#SP_order_btn {
    display: none;
}
@media only screen and (max-width: 767px) {
    #pagetop {
        bottom: 60px;
    }
    #SP_order_btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ff3c00;
        z-index: 100;
    }
    #SP_order_btn p {
        text-align: center;
        display: block;
        padding: 8px 0;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }
    #SP_order_btn p a img {
        position: relative;
        top: 11px;
    }
}


/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 30px 20px 30px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #222 url(../img/arrow1.png) right 20px center no-repeat;
    border-radius: 40px;
}
@media only screen and (max-width: 767px) {
    p.btn1 a {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
    }
}

p.btn2 a {
    display: block;
    padding: 25px 20px 25px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: url(../img/arrow1.png) right 20px center no-repeat;
    border-radius: 40px;
}
p.btn2 a:hover {
    color: #333 !important;
    background: #fff url(../img/arrow2.png) right 20px center no-repeat;
}
@media only screen and (max-width: 767px) {
    p.btn2 a {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
    }
}

p.btn3 a {
    display: block;
    padding: 30px 20px 30px 30px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #ff3c00 url(../img/arrow1.png) right 20px center no-repeat;
    border-radius: 50px;
}
@media only screen and (max-width: 767px) {
    p.btn3 a {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
    }
}



/* ポップアップウインドウ
================================================== */
.popup_window_open {
    cursor: pointer;
}
.popup_window_open a {
    pointer-events: none;
}
.popup_window {
    display: none;
    position: relative;
    z-index: 100;
}
.popup_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	z-index: 1;
}
.popup_cont {
	display: inline-block;
	position: fixed;
	width: 60%;
	z-index: 2;
	background: #fff;
	padding: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    border-radius: 8px;
    overflow: hidden;
}
.popup_cont .title {
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.popup_cont .box .name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.popup_cont .box {
    margin-bottom: 30px;
}
.popup_cont .box .btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.popup_cont .box .btn a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background: #ff3c00;
    border-radius: 50px;
    box-sizing: border-box;
}
.popup_cont .box .btn_disable {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.popup_cont .box .btn_disable a {
    display: block;
    padding: 15px 20px;
    color: #444;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background: #f0f0f0;
    box-sizing: border-box;
}
.popup_close {
    margin: 50px auto 0 auto;
    padding: 15px 20px;
    width: 50%;
    text-align: center;
	border: 1px solid #333;
    cursor: pointer;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .popup_cont .box .btn, .popup_cont .box .btn_disable {
        width: 100%;
    }
    .popup_cont {
        width: 80%;
        padding: 20px;
    }
}
