@charset "utf-8";

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

html.wf-active{
	display:block;
}

body {
    margin: 0;
    padding: 0;
    /*font-size: 93.75%; */
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    -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: transparent;
    transition: all .3s ease;
}

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

#header_wrap.hide {
    transform: translateY(-100%);
}
/*
body:not(.home) #header_wrap.smallhead {
    background: #222222db !important;
}*/
#header_wrap.smallhead {
    background: #222222db !important;
}
#header_area {
    display: flex;
    justify-content: space-between;
	align-items: center;
    max-width: 100%;
    margin: auto;
    padding: 0 0 0 2.4%;
    transition: all .3s ease;
}

#header_wrap.smallhead #header_area {
    margin: 0 auto;
}

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

#logo {
    width: 240px; /* ロゴの基準サイズ */
    max-width: 100%;
    min-width: 100px;
	transition: all 0.3s;
}

#logo > div {
    width: 100%;
}

#logo a {
    display: block;
}

#logo img {
    display: block;
    width: 100%;
    height: auto;
}
/* .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: #fff !important;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 0 20px rgba(29, 54, 71, 0.15);

    padding: 14px 17px 14px 17px;
    position: relative;
    transition: all 0.3s;
}

/*
#header_wrap.smallhead .menu_link {
    color: #222 !important;
}
*/
/* .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.8rem;
    letter-spacing: 0.05em;
    display: block;
    font-weight: 500;
    line-height: 1.0;
    white-space: nowrap;
}

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

.menu_item.tel a {
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #FFF !important;
}

.menu_item.tel a .menu_ja {
    padding-left: 20px;
    background: url(img/icon_tel_white.svg) no-repeat left center / 12px 17px;
}
/*
#header_wrap.smallhead .menu_item.tel a .menu_ja{
	 background-image: url(img/icon_tel_black.svg);
}
*/
.menu_item.contact a,
#header_wrap.smallhead .menu_item.contact a {
    padding: 6px 30px;
    color: #fff !important;
    border-radius: 0;
    height: 78px;
	display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
    white-space: nowrap;
	background: linear-gradient(
  135deg,
  #b89132 15%,
  #d6b957 55%,
  #7f5f1c 100%
);
}

/* .menu_item.contact a:hover,
#header_wrap.smallhead .menu_item.contact a:hover {
    background: #eda531;
}
 */
.menu_item.contact a,
#header_wrap.smallhead .menu_item.contact a {
    padding: 6px 30px;
    color: #fff !important;
    border-radius: 0;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
    white-space: nowrap;
    background: linear-gradient(
        135deg,
        #b89132 15%,
        #d6b957 55%,
        #7f5f1c 100%
    );
    background-size: 180% 180%;
    background-position: left center;
}

.menu_item.contact a:hover,
#header_wrap.smallhead .menu_item.contact a:hover {
    color: #fff !important;
    background-position: right center;
}

/* 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;

}

#footer_area {
    background: #333333;
}

/*---------
	footer_contact
-------------*/

.footer_contact {
    display: block;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    background: rgba(22, 22, 22, .8);
    padding: 157px 0 191px 0;
    position: relative;
    overflow: hidden;
}

.footer_contact::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
/*     background: #CAA846; */
	background: linear-gradient( 135deg, #b89132 15%, #d6b957 55%, #7f5f1c 100% );
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .7s ease;
}

.footer_contact:hover::before {
    opacity: 0.8;

}


.f_contact_in {
    max-width: 1350px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

/* .f_contact_l {
    width: 41.1%;
    margin-right: 2%;
} */
.f_contact_txt {
    margin-bottom: 55px;
}

.f_contact_txt h2 {
	    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 5.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}


.f_contact_txt span {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;

}

.f_contact_in p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 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;
    position: absolute;
    top: 56%;
    right: 20px;
    transform: translateY(-50%);
}

.f_link_btn_in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.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: #333;
    width: 124px;
    height: 124px;
}

.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: 118px;
    height: 118px;
}

.f_link_circle::after {
    position: absolute;
    content: '';
    width: 33px;
    height: 34px;
    background: url(img/footer_contact_arrow.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: 118px; */
    /*     height: 118px; */
    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_t
-------------*/
.footer_t {
	max-width: 1855px;
    width: 100%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    padding: 52px 20px 42px 37px;
    margin: auto;
    overflow: hidden;
}

.footer_address {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /*margin-right: 2%;*/
    font-size: 1.5rem;
    /* width: 20%; */
    color: #FFF !important;
    /*     margin-bottom: 10px; */
}

.footer_address [href^="tel:"] {
    color: #FFF !important;
}

.footer_address strong {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-right: 80px;
}

.footer_address strong a {
    display: block;
    margin: 5px 0 7px;
}

.footer_address strong a img {
    display: block;
    width: 200px;
}

.footer_address strong span {
    display: block;
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: #CAA846;
}

/* .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;
    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_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	flex-wrap: wrap;
}
.footer_btn>div{
    color: #fff;
    margin-right: 20px;
	font-size: 1.4rem;
}
.footer_btn_link {
    display: block;
    width: 300px;
    max-width: 100%;
    /*margin-left: auto;*/
    transition: opacity .3s ease;
    border-radius: 150px;
    overflow: hidden;
}

.footer_btn_link img {
    display: block;
    width: 100%;
    height: auto !important;
}

.footer_btn_link:hover {
    opacity: .7;
}

/*------------ footer_b ------------*/

#footer_b {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1872px;
    padding: 12px 73px 14px 20px;
    margin: auto;
}


.f_menu_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.f_menu_item {
    list-style: none;
    margin: 0 45px 0 0;
    line-height: 2.9rem;
    position: relative;
}

.f_menu_item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    background-color: #FFFFFF;
    top: 0;
    bottom: 0;
    right: -22px;
    margin: auto;
}

.f_menu_link {
    display: block;
    color: #fff !important;
    /* font-size: 1.2rem; */
    letter-spacing: 0.05em;
    text-decoration: none !important;
    transition: color 0.3s;
}

.f_menu_link:hover {
    color: #CAA846 !important;
    text-decoration: underline !important;
}

.copyright {
    margin: 0;
}

.copyright_in {
    display: block;
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: #FFF;
}

#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: #CAA846;
    border: 1px solid #CAA846;
    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: #333;
	background-color: #333;
}

/* #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 {
        align-items: center;
        padding: 0 0 0 15px !important;
		/*background: #fff;*/
    }

    #logo {
        max-width: calc(100% - 84px);
        /* margin: 8px 0; */
        z-index: 100;
    }

    #logo a,
    #logo img {
        width: 100%;
        min-width: auto;
        /* max-width: 105px; */
    }

    #logo img {
		max-width: 140px;
    }

    #header_wrap.smallhead #header_area #logo a {
        max-width: none;
    }
	#header_wrap.smallhead #toggle a span,
	#header_wrap.smallhead #toggle a::before, 
	#header_wrap.smallhead #toggle a::after {
    	background: #fff;
    }
	
    /* #header_wrap.smallhead #logo {
        top: 22px;
    } */

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

    #toggle a {
        display: block;
        background: none;
        color: #007CCF;
		width: 65px;
		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: #fff;
        width: 45px;
        height: 2px;
        margin: auto;
        left: 0;
        right: 0;
        transition: all 0.3s;
    }

    /* .smallhead #toggle a span,
    .smallhead #toggle a::before,
    .smallhead #toggle a::after {
        background: #333;
    } */

    .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: 24px;
    }

    #toggle a span {
        top: 32px;
    }

    #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: 100px;
        padding-bottom: 80px;
        margin: 0;
        background: #333;
        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 {
        display: inline-block;
        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: 21px 15px 20px;
        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: 50px 0 35px;
    }

    /* .f_contact_l {
        width: 100%;
        margin-right: 0;
    } */

    /* .f_contact_list {
        width: 100%;
        margin-top: 20px;
    } */
    .f_contact_txt {
        margin-bottom: 20px;
    }

    .f_contact_txt h2 {
        font-size: 3rem;
    }

    .f_contact_txt span {
        font-size: 1.3rem;
    }

    .f_contact_in p {
        font-size: 1.4rem;
        margin: 0 0 20px;
    }

    .f_link_btn {
        position: static;
        transform: none;
    }

    .f_link_txt {
        font-size: 1.8rem;
    }

    .f_link_circle {
        width: 60px;
        height: 60px;
    }

    .f_link_circle::before {
        width: 58px;
        height: 58px;
    }

    .f_link_circle::after {
        width: 23px;
        height: 24px;
    }

    /* a:hover .f_link_circle::before {
        width: 60px;
        height: 60px;
    } */


    /* .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_t
    -------------*/
    .footer_t {
        flex-direction: column;
        padding: 0;
        padding: 40px 20px;
    }


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




    .footer_address strong {
        margin-right: 0;
        margin-bottom: 10px;
    }

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

    }

    /* .footer_address strong span{
    } */


    .footer_address p {
        margin: 0 0 20px;
        /* line-height: 2.5; */
    }

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

    /*------------ 会社住所の下 お問い合わせボタン ------------*/
	.footer_btn {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.footer_btn_link {
        margin: auto;
    }
	.footer_btn>div {
		margin-top: 15px;
		margin-right: 0;
    	text-align: center;
	}
    /* .footer_btn_link img {
        display: block;
        width: 100%;
        height: auto !important;
    } */


    /*------------ footer_b ------------*/
    #footer_b {
        padding: 0 0 15px;
        display: block;
        text-align: center;
    }

    .f_menu_list {
        max-width: none;
        margin-bottom: 16px;
        border-top: 1px solid #5b5b5b;
    }

    .f_menu_item {
        width: 50%;
        margin: 0 !important;
        border-bottom: 1px solid #5b5b5b;
        line-height: 2.9rem;
    }

    .f_menu_item:not(:last-child)::after {
        content: none;
    }

    .f_menu_item:nth-child(odd) {
        border-right: 1px solid #5b5b5b;
    }

    .f_menu_link {
        font-size: 1.3rem;
        padding: 10px 10px;
    }

    .copyright {
        padding: 0 20px;
    }

    .copyright_in {
        font-size: 1.2rem;
    }

    #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;
}