@charset "utf-8";

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    /*font-size: 93.75%; */
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: #222;
    font-weight: 400;
    height: 100%;
    position: relative;
    letter-spacing: 0.05em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

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

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input {
    font-family: 'Open Sans', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.7em;
    color: #000;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #ccc;
    padding: 10px 15px;
}

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

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption {
    text-align: left;
}

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

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

abbr,
acronym {
    border: 0;
}

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

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

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

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

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

/*-------------------------------------------------------------
	Page related
-------------------------------------------------------------*/
#wrapper {
    position: relative;
    overflow: hidden;
}

#nojs {
    width: 940px;
    background: #fff;
    color: #f00;
    padding: 25px;
    border: 5px solid #F00;
    text-align: center;
    margin: 20px auto;
}

::selection {
    background: #007CCF;
    color: #fff;
}

::-moz-selection {
    background: #007CCF;
    color: #fff;
}

::-webkit-selection {
    background: #007CCF;
    color: #fff;
}

.sp_size {
    display: none !important;
}


/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
#header_wrap {
    width: 100%;
    z-index: 100;
    position: fixed;
    background: #fff;
    transition: all .3s ease;
}

#header_wrap:after {
    content: "";
    clear: both;
    display: block;
}

#header_wrap.hide {
    transform: translateY(-100%);
}

#header_wrap.smallhead {
    background: #fff !important;
}

#header_area {
    display: flex;
    justify-content: space-between;
   /* align-items: center;
    width: 1860px;*/
    max-width: 100%;
    margin: auto;
    padding: 10px 2%;
    transition: all .3s ease;
}

#header_wrap.smallhead #header_area #logo a{
    max-width:130px;
}

#logo {
    transition: all 0.3s;
}

#logo a,
#logo img {
    display: block;
    width: auto;
	max-width:162px;
	width:100%;
    min-width: 100px;
    height: auto;
    /*max-width: 21vw;*/
    transition: all .3s ease;
    position: relative;
}



/* .mbox {
    display: none;
    z-index: 10000;
} */

/* .mbox_open {
    display: block;
} */

/* #menu {
    float:right;
} */

.menu_list {
    overflow: visible;
    display: flex;
    align-items: center;
    padding-left: 0;
    /*margin: 4px 0 0;*/
	margin: 0;
}

.menu_item {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    /* position: relative; */
}

.parent_btn::after {
    content: '';
    display: block;
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: 16px;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: none;
    border-right: 2px solid #007CCF;
    border-bottom: 2px solid #007CCF;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    transform: rotate(45deg);
}

/*#menu nav>ul>li:first-child:before,#menu .nav_btn:before{
	content:none;
}
#menu nav>ul>li.gn_lang {
	margin-right: 10px;
}*/
.menu_link {
    display: block;
    font-weight: 500;
    color: #222 !important;
    text-decoration: none;
    text-align: center;
    /*     text-shadow: 0 0 20px rgba(29, 54, 71, 0.15); */

    padding: 30px 15px 30px 15px;
    position: relative;
    transition: all 0.3s;
}



/* .menu_link:hover::after,
.menu_item.on .menu_link::after {
    background:#32548f;
} */

.menu_link:hover,
.menu_item.on .menu_link {
    opacity: .7;
}

/* .menu_link {
	padding: 10px 25px 10px 25px;
} */
/* 

.h_sub_list {
    transition: visibility .3s, opacity .3s;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    z-index: 1000;
    overflow: hidden;
}

.s_sub_item {
    line-height: 1.6;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0 2px;
    list-style: none !important;
}


.menu_item:hover .h_sub_list {
    opacity: 1;
}

.menu_item:hover>.h_sub_list>.s_sub_item {
    overflow: visible;
    opacity: 1;
    height: auto;
    box-shadow: rgb(0 0 0 / 9%) 0 3px 3px;
}

.h_sub_link {
    display: block;
    padding: 10px 30px 10px 30px;
    background: #fff;
    color: #000;
    white-space: nowrap;
    text-align: center;
    transition: background-color .3s;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.h_sub_link:hover {
    background: #007CCF;
    color: #fff;
} */


#menu .menu_ja {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    display: block;
    font-weight: 500;
    line-height: 1.0;
    white-space: nowrap;
}

.menu_item.contact {
    margin-left: 20px;
}

.menu_item.contact a,
#header_wrap.smallhead .menu_item.contact a {
    padding: 11px 30px;
    color: #fff !important;
    background: #E60012;
    border-radius: 50px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
	white-space: nowrap;
}
.menu_item.contact a:hover,#header_wrap.smallhead .menu_item.contact a:hover{
	background:#c70010;
}

/* drop */
/*.drop_wrap {
    display: block;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 28px 0 27px;
    background: #e7f3ff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.menu_item:hover .drop_wrap {
    opacity: 1;
    visibility: visible;
}

.hide .menu_item:hover .drop_wrap {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.drop_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}

.drop_parent {
    width: 47.636%;
    margin: 0 auto 0 0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.drop_parent_link {
    position: absolute;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-decoration: none !important;
    color: #FFF !important;
    width: 100%;
    height: 100%;
    padding: 30px 35px;
    z-index: 10;
    text-shadow: 1px 1px 3px #333;
}

.drop_parent_link::after {
    display: block;
    content: attr(data-en)'';
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2rem;
    color: #FFF;
    margin: 6px 0 0;
}

.drop_parent_link+img {
    display: block;
    transition: all .3s ease;
    pointer-events: none;
}

.drop_parent_link:hover+img {
    transform: scale(1.03);
}



.drop_list {
    display: flex;
    flex-wrap: wrap;
    width: 42.818%;
    padding: 0;
    margin: 0 0 -34px;
}

.drop_item {
    line-height: 1.6;
    list-style: none !important;
    width: 41.825%;
    margin-bottom: 34px !important;
}

.drop_item:nth-child(odd) {
    margin-right: auto;
}*/

/* .drop_item:not(.parent_item) {
    margin: 0 41px 31px 8px;
} */

/* .drop_item:not(.parent_item)::before {
    content: '-';
    color: #222;
    margin-right: 3px;
} */

/*.drop_link {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #222 !important;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    padding-right: 25px;
    padding-bottom: 10px;
    background: url(img/arrow_header_dropmenu.svg) no-repeat right 2px center / 18px;
    border-bottom: 1px solid #AAA;
    position: relative;
    transition: all .3s ease;
}

.drop_link:hover {
    opacity: .7;
}

.drop_link::before {
    display: block;
    content: attr(data-en)'';
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2rem;
    color: #AAAAAA;
    margin: 0 0 4px;
}*/

/* .parent_item {
    width: 100%;
    padding: 28px 8px 22px;
    margin: 0 auto 25px;
    border-bottom: 1px solid #ccc;
}

.parent_link {
    font-size: 2rem;
} */

/* contact btn */
/*.menu_item.contact a::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #33aaff;
    z-index: 5;
    transition: width 0.3s;
}

.menu_item.contact a:hover::after {
    width: 100%;
}*/

.menu_item.contact a span {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
	display:inline-block;
    font-size: 1.6rem;
    line-height: 1.0;
    position: relative;
    z-index: 10;
}

.menu_item.contact a span::before {
    /*display: block;
    content: "";
    width: 28px;
    height: 23px;
    background: url(img/icon_contact.svg) no-repeat center / contain;
    margin-right: 11px;*/
}

/*-------------------------------------------------------------
	footer
-------------------------------------------------------------*/

#footer_wrap {
    position: relative;
	background:#fff;
}


/*---------
	footer_contact
-------------*/
.home .footer_contact{
	background:none;
}
.footer_contact{
	background:#384A54;
	padding:190px 0 170px 0;
}
.f_contact_in{
	max-width:1240px;
	padding:0 20px;
	margin:auto;
	display: flex;
    flex-wrap: wrap;
}
.f_contact_l{
	width:41.1%;
	margin-right:2%;
}
.f_contact_txt h2{
	font-size:1.7rem;
	font-weight:700;
	letter-spacing:0.05em;
	color:#fff;
	margin-bottom:13px;
	margin:0 0 13px 0;
}
.f_contact_txt h2:before{
	display: block;
    content: attr(data-txt)'';
    font-family: 'Michroma', sans-serif;
    font-size:6.8rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.0;
    color: #fff;
}


.f_link_btn{
	display: inline-block;
	text-decoration:none;
}
.f_link_btn_in{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.f_link_txt{
	position:relative;
	display: inline-block;
	margin-right:20px;
	font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}
.f_link_circle{
	position: relative;
    display: inline-block;
    border-radius: 50%;
	font-family: 'Roboto', sans-serif;
	font-size:2.2rem;
	font-weight:700;
	letter-spacing:0;
	color:#2B5872;
	width:128px;
	height:128px;
}

.f_link_circle:before{
	 position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transition: all 1.5s cubic-bezier(.23,1,.32,1),border .3s ease;
    transform: translate(-50%,-50%);
	width:122px;
	height:122px;
}

.f_link_circle:after{
	position: absolute;
    content: '';
    width:20px;
    height: 20px;
    background: url(img/arrow_white.svg) center center/100% auto no-repeat;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.f_link_circle svg{
	position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    transition: opacity .3s cubic-bezier(.23,1,.32,1);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}

.f_link_circle svg circle{
	fill: transparent;
	stroke: #fff;
	stroke-width: 1px;
    transition: stroke-dashoffset .7s cubic-bezier(.23,1,.32,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	stroke-dasharray: 346px;
    stroke-dashoffset: 346px;
}
a.f_link_btn:hover svg, a:hover .f_link_circle svg {
    opacity: 1;
}
 a:hover .f_link_circle::before {
	width:122px;
    height:122px;
    opacity: 0;
}
a:hover .f_link_circle svg circle,a.f_link_circle:hover svg circle{
	stroke-dashoffset: 0;
}
.f_link_circle svg circle{
	stroke: #fff;
}




.f_contact_list{
	width:56.9%;
}
.f_contact_btn{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:29px 10px 25px 30px;
	border-bottom:1px solid #fff;
	color:#fff;
	text-decoration:none;
}
.f_contact_btn:first-child{
	border-top:1px solid #fff;
}
.f_contact_btn h3{
	font-size:1.6rem;
	font-weight:700;
	line-height:1.6;
	letter-spacing:0.05em;
	color: #fff;
	margin:0;
}
.f_contact_btn h3:before{
	display: block;
    content: attr(data-txt)'';
    font-family: 'Michroma', sans-serif;
    font-size:3.0rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}



.f_contact_btn .f_link_circle{
	width:56px;
	height:56px;
}
.f_contact_btn .f_link_circle:before{
	width:54px;
    height:54px;
}
.f_contact_btn:hover .f_link_circle::before {
	width:54px;
    height:54px;
}




/*---------
	footer_main
-------------*/
.footer_main {
    max-width: 1520px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    padding: 100px 20px 115px 20px;
    margin: auto;
    overflow: hidden;
}

.footer_address {
    /*margin-right: 2%;*/
    font-size: 1.6rem;
    width: 20%;
}

.footer_address strong {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
}
.footer_address [href^="tel:"]{
	padding: 3px 0 3px 24px;
}

.footer_address strong a img {
   /* max-width: 70%;*/
}

.footer_address p {
    letter-spacing: 0.05em;
    line-height: 1.85;
    margin: 0 0 25px;
	white-space: nowrap;
}

.footer_address [href^="tel:"] {
    text-decoration: none;
    color: #222;
	padding-left:30px;
	background:url(img/icon_tel.svg)no-repeat;
	background-size:24px 24px;
	background-position:left center;
}



.footer_menu_wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:80%;
}

/*.footer_menu {
    white-space: nowrap;
}
.footer_menu:nth-child(1){
	width: 10%;
	margin-right:5.5%;
}
.footer_menu:nth-child(2){
	width: 6%;
	margin-right:5.5%;
}
.footer_menu:nth-child(3){
    width: 15.5%;
	margin-right:0;
}
.footer_menu:nth-child(4){
	width: 6%;
	margin-right:5.5%;
}
.footer_menu:nth-child(5){
	width: 6%;
	margin-right:5.5%;
}
.footer_menu:nth-child(6){
	width: 14%;
	margin-right:5%;
}
.footer_menu:last-child {
	width:18.8%;
    margin-right: 0;
}*/

.footer_menu_list {
    padding: 0;
    margin: 0;
}


.footer_menu_item {
    list-style: none;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.footer_menu_link {
    position: relative;
    display: inline-block;
    color: #222 !important;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    transition: all 0.3s;
    font-weight: 500;
    margin: 0 0 10px;
}

.footer_menu_link:hover {
    opacity: .7;
}

.footer_menu_link.f_parent_link {
    position: relative;
    overflow: hidden;
}


.footer_menu_link.f_parent_link span {
    display: inline-block;
}

.f_sub_list {
    padding: 0;
    margin: 0;
}

.f_sub_item {
	position:relative;
    line-height: 1.6;
    margin-bottom: 5px;
    list-style: none !important;
	padding-left:17px;
}

.f_sub_item:before {
    content:"";
	position:absolute;
	left:4px;
	top:calc(50% - 1px);
	width:4px;
	height:1px;
	background:#222;
}

.f_sub_link,
.footer_lnk_top a {
    position: relative;
    display: inline-block;
    color: #222 !important;
    text-decoration: none;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}

/*------------ メニューの下 お問い合わせボタン ------------*/
.footer_form_wrap {
    /*text-align: right;
    width: 100%;
    padding-top: 4px;*/

}


.footer_form_btn {
    display: inline-block;
    text-decoration: none;
    padding: 11px 48px;
    color: #fff !important;
    background:#E60012;
    border-radius: 50px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
}
.footer_form_btn:hover{
	background: #c70010;
}




/*------------ copyright ------------*/

#footer_copy {
    max-width: 1340px;
    width: 100%;
    padding: 0 20px 40px 20px;
    margin: auto;
    text-align: center;
}


.copyright span small {
    font-size: 1.0rem;
    letter-spacing: 0.05em;
	color:#AAAAAA;
}

#return {
    position: relative;
}

#return a {
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: block;
    /*background: #0797ad url(img/arrow_t_white.svg) no-repeat center center / 23px 13px;*/
    background: #31444e;
    border: 1px solid #31444e;
    width: 60px;
    height: 60px;
    transition: background-color .3s;
    font-size: 0;
    text-decoration: none;
	border-radius: 30px;
    z-index: 1;
}

#return a:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: border-color 0.3s;
}

#return a:hover {
    border-color: #2b5872;
    background-color: #2b5872;
}

/* #return a:hover:after {
	border-top: 2px solid #007CCF;
	border-right: 2px solid #007CCF;
}
 */



@media (min-width: 768px) {
    body {
        min-width: 1300px;
    }
}


/* Error */
/* .error404 #content_h{
	margin-top:220px;
} */
.error404 #h_area{
	max-width:1240px;
	margin-bottom: 0;
}
/* @media screen and (max-width:767px) {
	.error404 #content_h{
		margin-top:150px;
	}
} */


/* 
@media screen and (min-width: 768px) and (max-width: 1200px){
	#header_area{
		min-width:1200px;
	}
} */




@media screen and (max-width:767px) {
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 1.3rem;
        background: #fff;
        width: auto;
    }

    input,
    textarea,
    select {
        font-size: 1.4rem;
    }

    /* body {
       
    } */

    #nojs {
        width: auto;
        background: #fff;
        color: #f00;
        padding: 10px;
        border: 5px solid #F00;
        text-align: center;
        margin: 10px auto;
    }

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

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

    /*-------------------------------------------------------------
		header
	-------------------------------------------------------------*/

    #header_wrap {
        z-index: 10000;
    }

    #header_wrap.sp_menu_on {
        border-bottom: none;
    }

    #header_wrap.index_header {
        /*height: 65px;*/
    }

    #header_area {
        padding: 8px 0 8px 20px !important;
    }

    #logo {
        z-index: 100;
    }

    #logo a,
    #logo img {
        width: 100%;
        min-width: auto;
        max-width: 105px;
    }
	#header_wrap.smallhead #header_area #logo a {
		max-width: 80px;
	}
    /* #header_wrap.smallhead #logo {
        top: 22px;
    } */

    #toggle {
        display: block;
        position: relative;
        height: 65px;
        top: 0;
        right: 0;
        z-index: 9000;
        float: right;
    }

    #toggle a {
        display: block;
        background: none;
        color: #007CCF;
        width: 80px;
        height: 65px;
        box-sizing: border-box;
        position: relative;
    }

    #toggle a span,
    #toggle a::before,
    #toggle a::after {
        content: "";
        font-size: 0;
        position: absolute;
        display: block;
        background: #2B5872;
        width: 38px;
        height: 3px;
        margin: auto;
        left: 0;
        right: 0;
        transition: all 0.3s;
    }

    .smallhead #toggle a span,
    .smallhead #toggle a::before,
    .smallhead #toggle a::after {
        background: #2B5872;
    }

    .smallhead #toggle a.open::before,
    .smallhead #toggle a.open::after {
        background: #fff;
    }

    .fixed #toggle a::before,
    .fixed #toggle a::after {
        background: #fff;
    }

    #toggle a::before {
        top: 20px;
    }

    #toggle a span {
        top: 30px;
    }

    #toggle a::after {
        top: 40px;
    }

    #toggle a.open {
        color: #fff;
    }

    #toggle a.open span {
        opacity: 1;
    }

    #toggle a.open span {
        opacity: 0;
    }

    #toggle a.open:before {
        -moz-transform: translate(0, 12px) rotate(45deg);
        -webkit-transform: translate(0, 12px) rotate(45deg);
        transform: translate(0, 12px) rotate(45deg);
        top: 21px;
        left: 0;
    }

    #toggle a.open:after {
        -moz-transform: translate(0, -12px) rotate(-45deg);
        -webkit-transform: translate(0, -12px) rotate(-45deg);
        transform: translate(0, -12px) rotate(-45deg);
        top: 45px;
        left: 0;
    }

    #menu-box {
        float: none;
        position: fixed;
        z-index: 8000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-top: 69px;
        padding-bottom: 80px;
        margin: 0;
        background: #2B5872;
        box-sizing: border-box;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #menu {
        display: block;
        clear: both;
        background: none;
        padding: 0 20px 40px;
        position: relative;
        z-index: 10000;
        float: none;
    }

    /*#menu .menu_en{
		font-size:1.6rem;
	}*/
    #menu .menu_ja {
        font-size: 1.4rem;
    }

    .menu_dis {
        display: none !important;
    }

    /* .menu_mbox {
        display: block !important;
    } */
    /*     .overlay_none {
        position: fixed;
    } */

    /* #js-gnav-layer {
        background: #fff !important;
        z-index: 90;
    } */

    #menu ul {
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    #menu nav ul li {
        float: none;
        margin: 0;
        width: auto;
        /* border-bottom: 1px solid rgba(255, 255, 255, .3); */
        position: relative;
        box-sizing: border-box;
        text-align: center;
        box-shadow: none;
    }

    #menu nav ul li.top_item {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
    }

    #menu nav ul li a {
        padding: 15px 15px 16px;
        line-height: 1;
        color: #fff !important;
        margin: 0;
        opacity: 1 !important;
    }

    #menu nav ul li.nav_btn {
        display: block;
        text-align: center;
        margin: auto;
    }

    #menu .nav_btn a {
        padding: 13px 15px 13px;
        background: none;
    }

    .menu_list {
        display: block;
        margin: 0;
    }

    .index_header {
        position: relative;
    }

    .sp_menu_on.index_header {
        position: relative;
        top: auto;
        left: auto;
    }

    #menu {
        display: block;
        clear: both;
    }

    .menu_dis {
        display: none !important;
    }

    /* .menu_mbox {
        display: block !important;
    }

    .sp_menu_on {
        position: fixed !important;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 1000;
        top: 0;
    }

    .body_no {
        display: none;
    } */

    .menu_item {
        display: block;
        float: none;
        margin: 0;
        width: auto;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        position: relative;
        box-sizing: border-box;
        text-align: left;
    }



    .parent_btn::after {
        top: 0;
        right: 22px;
        bottom: 0;
        left: auto;
        border-color: #fff;
        transform: rotate(45deg);

    }

    .parent_btn.open::after {
        top: 6px;
        transform: rotate(-135deg);
    }

    /* .h_sub_list {
        display: none;
        position: relative;
        padding: 0;
        width: 100%;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    .h_sub_link {
        padding: 10px 30px 10px 30px;
        background: transparent;
        border-radius: none;
        color: #fff;
    }

    .s_sub_item {
        border: none !important;
        opacity: 1;
        height: auto;
    } */

    /* drop */
    /*.drop_wrap {
        display: none;
        position: static;
        padding: 0;
        margin: 0;
        background: rgba(5, 54, 134, 0.2);
        border-top: 1px solid rgba(242, 242, 242, 0.5);
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .drop_box {
        padding: 0;
    }

    .drop_parent {
        width: 100%;
        margin: 0 auto;
    }

    .drop_parent_link {
        position: static;
        font-size: 1.4rem;
        padding: 20px 25px;
    }

    .drop_parent_link::after {
        content: none;
    }

    .drop_parent_link .sp_size {
        display: inline-block !important;
    }

    .drop_list {
        display: block;
        width: 100%;
        margin: 0;
    }

    .drop_item {
        padding: 0;
        margin: 0 !important;
        border: none;
    }

    .drop_parent {
        border: none;
        display: none;
    }

    .drop_link {
        font-size: 1.3rem;
        background: none;
        border: none;
    }

    .drop_link::before {
        content: none;
    }*/

    /* contact btn */
    #menu .menu_item.contact {
        margin-top: 20px;
        border-bottom: none;
    }

    #menu .menu_item.contact a {
        width: 100%;
        margin: auto;
    }

    .menu_item.contact a::after {
        background: #ff7600;
    }

    .menu_item.contact a span {
        font-size: 1.5rem;
    }

    /*-------------------------------------------------------------
		footer
	-------------------------------------------------------------*/

	/*---------
		footer_contact
	-------------*/
	.footer_contact{
		padding:80px 0 80px 0;
	}
	.f_contact_l{
		width:100%;
		margin-right:0;
	}
	.f_contact_list{
		width:100%;
		margin-top:20px;
	}
	
	.f_contact_txt h2{
		font-size: 1.4rem;
	}
	.f_contact_txt h2:before {
		font-size: 3.4rem;
	}
	.f_link_txt{
		font-size: 1.8rem;
	}
	
	.f_link_circle{
		width: 80px;
    	height: 80px;
	}
	.f_link_circle:before{
		width: 78px;
    	height: 78px;
	}
	a:hover .f_link_circle:before{
		width: 80px;
    	height: 80px;
	}

	
	.f_contact_btn{
		padding:18px 10px 20px 15px; 
	}
	.f_contact_btn h3{
		font-size:1.3rem;
	}
	.f_contact_btn h3:before{
		font-size:2.0rem;
	}
	
	
    /*---------
        footer_main
    -------------*/
    .footer_main {
        flex-direction: column;
        padding: 0;
        padding: 40px 20px 10px;
    }

    .footer_menu_wrap {
        display: block;
        width: 100%;

    }

    .footer_menu {
        width: 100%;
    }

    .footer_menu:last-child {
        margin-top: 0;
    }

    .footer_menu_list {
        width: 100%;
        padding: 0;
        font-size: 13px;
        margin: 0;
    }

    .footer_menu_item {
        position: relative;
        margin: 0 !important;
        border-bottom: 1px solid #ccc;
    }
	
    .footer_menu_link,
    .footer_lnk_top a,
    .f_sub_link {
        display: block;
        font-size: 1.3rem;
        padding: 15px 36px 15px 20px;
    }

    .footer_menu_link {
        font-weight: bold;
        margin: 0 0 0;
    }

    .footer_menu_link.f_parent_link::before,
    .footer_menu_link.f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        margin: auto;
        background: #222;
        opacity: 1;
    }

    .footer_menu_link.f_parent_link::before {
        top: 24px;
        left: unset;
        right: 19px;
        width: 14px;
        height: 2px;
    }

    .footer_menu_link.f_parent_link::after {
        top: 18px;
        right: 25px;
        width: 2px;
        height: 14px;
        transition: opacity 0.3s;
    }

    .footer_menu_link.f_parent_link.open::after {
        opacity: 0;
    }

    .f_sub_item.sp_size {
        padding: 0;
        border-bottom: 1px solid #444;
    }

    .sp_size .f_sub_link {
        display: block;
        padding: 15px 20px;
        font-size: 13px;
        letter-spacing: 1.3px;
    }

    .f_sub_item,
    .footer_lnk_top {
        margin: 0;
		padding:0;
    }

    .footer_lnk_top {
        border-bottom: 1px solid #e6e6e6;
    }

    .f_sub_list {
        display: none;
        padding: 0;
        margin: 0 !important;
        border-top: 1px solid #e6e6e6;
        border-left: none;
    }

    .f_parent_link::before,
    .f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        margin: auto;
        background: #fff;
    }

    .f_parent_link::before {
        top: 24px;
        right: 19px;
        width: 14px;
        height: 2px;
    }

    .f_parent_link::after {
        top: 18px;
        right: 25px;
        width: 2px;
        height: 14px;
        transition: opacity 0.3s;
    }

    .footer_address {
        font-size: 1.3rem;
        width: 100%;
        padding: 0 0 35px;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }


    .footer_address strong {
        max-width: calc(100% - 40px);
        margin-bottom: 10px;
    }

    .footer_address strong a img {
        max-width: 65%;
        margin: 0 auto;

    }


    .footer_address p {
        margin: 0 0 13px;
		line-height: 2.5;
    }

    /*.footer_icon_list {
        justify-content: center;
    }*/

    /*------------ メニューの下 お問い合わせボタン ------------*/
    .footer_form_wrap {
        text-align: center;
        padding-top: 25px;

    }

    .footer_form_btn {
        background:#fff!important;
		color:#222!important;
		border-radius:0;
    }

    .footer_form_btn span {
        font-size: 1.4rem;
        line-height: 50px;
    }

    /*  */
    #footer_copy {
        padding: 10px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    #return a {
        width: 50px;
        height: 50px;
        right: 20px;
    }

    #return a span {
        display: block;
        position: absolute;
        top: -19px;
        width: 100%;
        text-align: center;
    }

    #wrapper.fixed {
        position: fixed;
    }
}



[href^="tel:"] {
    color: #333 !important;
    pointer-events: none;
    text-decoration: none !important;
}


@media screen and (max-width:767px) {

    [href^="tel:"] {
        pointer-events: all;
        text-decoration: underline;
    }
}


/*---------------------------------------------------------
	form_btn iphone用
---------------------------------------------------------*/
form input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}