@charset "UTF-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------------------

　 サイト全体

--------------------------------------------------------------------------------------------- */
html {
margin:0;
padding:0;
overflow-y:scroll;
-moz-text-size-adjust:none;
-webkit-text-size-adjust:100%;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
body {font-size:1em;
font-family: "Meiryo", "メイリオ", "ＭＳ　Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;font-style:normal;
line-height: 2;color: #333;-webkit-text-size-adjust: 100%;text-align: center;-webkit-font-smoothing: antialiased;/*チラつき防止*/}
.clearfix::after{content:" ";display:block;visibility:hidden;clear:both;height:0;line-height:0;}
* html .clearfix {height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}
.container{max-width:1000px;width:100%;margin:0 auto;padding:0;overflow:hidden;}
@media only screen and (max-width: 980px) {
body{line-height:1.7;}
.container {padding: 0 3%;margin: 0 auto;clear: both;max-width: 100%;overflow:hidden;}}
/* a TEL */
a[href^="tel:"] {text-decoration:none;color:#3F3F3F;}
@media screen and (min-width: 981px) {
a[href*="tel:"] {pointer-events: none;cursor: default;color:#333;}}
/* ------------------------------------- */
/*全体フェードイン
/* ------------------------------------- */
body {
 animation: fadeIn 1.5s ease 0s 1 normal;
-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
} 
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
0% {opacity: 0} /* 始め */
100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
/* ---------------------------------------------------------------------------------------------
　   PCとスマホで切り替え
--------------------------------------------------------------------------------------------- */
.pc { display: block !important; }
.sp { display: none !important; } 
@media only screen and (max-width: 980px){.pc { display: none !important; }.sp { display: block !important; }}
/* ---------------------------------------------------------------------------------------------

　   リセット

--------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span {
margin: 0;
padding: 0;
}
/* ------------------------------------- */
/* 画像
/* ------------------------------------- */
img{vertical-align:middle;border-style:none;border:0;-webkit-backface-visibility: hidden;}
a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha( opacity=80 )";}
.resizeimage img {width: 100%;}
 /*青枠非表示*/
*:focus {outline: none;}
/* ------------------------------------- */
/* 文章
/* ------------------------------------- */
p {text-align: justify;}
/* ------------------------------------- */
/* 回りこみ解除
/* ------------------------------------- */
.clear {
clear:both;
}
html {/*スクロールバーを常に表示*/
overflow-y:scroll;
}
a img,
ol li img,
li img,
ul li img {/*上揃え*/
vertical-align: top;
text-align:center;
border-style:none;
}
img {
vertical-align: middle;
border: none;
max-width: 100%;
height: auto;
width:/***/auto; /* IE8用 */
}
li,ol,ul{/*リストマークを消す*/
margin: 0;
padding: 0;
list-style-type: none;
}
ul ul{
margin-left: 1em;
}
/* ---------------------------------------------------------------------------------------------

　   リンク

--------------------------------------------------------------------------------------------- */
a {
color:#333;
text-decoration:none;
 /*タップしたときの青非表示*/
-webkit-tap-highlight-color:rgba(0,0,0,0);
cursor:pointer;
}
a:hover {
color:#848484;
text-decoration:none;
}
/* ---------------------------------------------------------------------------------------------

　 HEADER

--------------------------------------------------------------------------------------------- */
#header {
box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
z-index: 99;
width: 100%;
position: fixed;
top: 0;
left: 0;
background: #fff;
}
#gNav a:hover {
color: #999;
}
nav li a {
font-size: 13px;
letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
background: #fff;
}
.sub-menu a:hover{
transition: .3s ease-in-out;
}
.h_logo img {
width: 200px;
margin-left:5%;
}
#header .contact {
width: 240px;
height: 100px;
line-height: 80px;
display: inline-block;
text-align: center;
background-color:#eb6701;
text-align: center;
position:relative;
}
#header .contact img{
width: 200px;
height:auto;
display: inline-block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
padding-top:30px;
}
@media print, screen and ( min-width : 981px ) {
#header {
height: 100px;
}
.h_logo img {
width: 250px;
margin-left:20%
}
#h_top {
display: flex;
justify-content: space-between;
align-items: center;
}
#gNav ul {
position: relative;
display: flex;
}
#gNav li {
position: relative;
margin-right: 2em;
}
#gNav li:last-child {
margin-right: 0;
}
#gNav li a {
position: relative;
display: block;
text-align: center;
}
#gNav .sub-menu {
visibility: hidden;
opacity: 0;
z-index: 1;
display: block;
position: absolute;
top: 80px;
left: 50%;
margin-left: -100px;
width: 200px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
#gNav .sub-menu a {
display: block;
border-bottom: none;
padding:20px;
line-height: 1.2em;
}
#gNav .sub-menu a:hover:after {
content: none;
}
#gNav .sub-menu li {
display: block;
font-size: 16px;
padding: 0;
margin: 0;
}
#gNav .sub-menu li:last-child {
border-bottom: none;
}
#gNav ul > li:hover {
-webkit-transition: all .5s;
transition: all .5s;
}
#gNav li:hover ul.sub-menu {
top: 80px;
visibility: visible;
opacity: 1;
z-index: 9999;
}
#gNav li ul li:after {
content: none;
}
 #gNav li:hover ul.sub-menu a {
}
#gNav .sub-menu li a:hover {
background: #fffcef;
color:#eb6701;
}
#gNav .contact_btn a:hover {
color: #fff;
}
/*-- メニューごとのアイコン --*/
.m01,.m02,.m03,.m04,.m05{display:block;margin-top:20px}
.m01 > a::before{content: url(../img/top/icoon_01.png)'\A';white-space: pre;line-height: 180%}
.m02 > a::before{content: url(../img/top/icoon_02.png)'\A';white-space: pre;line-height: 180%}
.m03 > a::before{content: url(../img/top/icoon_03.png)'\A';white-space: pre;line-height: 180%}
.m04 > a::before{content: url(../img/top/icoon_04.png)'\A';white-space: pre;line-height: 180%}
.m05 > a::before{content: url(../img/top/icoon_05.png)'\A';white-space: pre;line-height: 180%}
}
@media print, screen and ( max-width : 1199px ) {
#gNav li {
position: relative;
margin-right: 1em;
}
#header .contact {
width: 200px;
}
#header .contact  img{
width:80%
}
nav li a {
font-size: 14px;
letter-spacing: 0;
}
}
@media only screen and ( max-width : 980px ) {
#header {
padding: 0;
height: 60px;
}
.h_logo {
position: absolute;
top: 13px;
z-index: 100;
}
#gNav .nav {
overflow-y: auto;
height: 100vh;
}
.mean-nav .container {
padding: 0;
}
nav li .fa,
.h_logo span{
display: none;
}
#header .contact {
width: 60px;
height: 60px;
float:right;
margin-right:60px;
z-index:100;
}
#header .contact img{
margin: auto;
padding:10%
}
}
.sub-menu {
display: none; !important;
}
/* ---------------------------------------------------------------------------------------------

　 フッター

--------------------------------------------------------------------------------------------- */
#footer {
font-size: 14px;
background-color:#fffcef;
}
.f_box {
padding: 40px 0;
margin: 0 auto;
text-align: center;
}
.f_box img{
width:200px;
height:auto
}
.f_box h5 {
font-weight: normal;
font-size: 120%;
display:block;
margin-bottom:10px
}
.f_box address {
font-style: normal;
font-size: 100%;
display:block;
margin-top:20px
}
.copy {
text-align: center;
font-family: Verdana, “Droid Sans”;
font-size: 10px;
margin:10px 0
}
/*subメニュー*/
#footer .sub::before{
content: "";
display: inline-block;
vertical-align: middle;
top: .65em;
left: -1em;
width: 8px;
height: 1px;
background-color: #666;
margin-right:0.3em
}
.f_t {display: none;}
@media only screen and ( max-width : 767px ) {
.f_box address {font-size: 90%;}
#footer .sub {display: none;}}
/*スマホ改行*/
@media screen and (min-width: 768px){
.f_box {text-align: left;float:left}
.f_box img{width:230px;}
.copy {text-align: left;}
.f_t {margin: 40px 0;padding: 0 5px 0 0;float: right;display: block;text-align:left}
.f_t a {text-decoration: none;font-size: .8em;}
.f_t a:hover {text-decoration: none;}
.f_t dl {float: left;margin: 0;padding-right: 18px;height: auto;}
.f_t dl dt {padding: 0 0 0 10px;}
.f_t dl dd {padding: 0 0 0 10px;}
.br-sp {display: none; }}
@media screen and (min-width: 981px){
.f_t a {text-decoration: none;font-size: .9em;}
.f_t dl {float: left;margin: 0;padding-right: 25px;height: auto;}
}

/* ---------------------------------------------------------------------------------------------

　 table

--------------------------------------------------------------------------------------------- */
table{
width: 100%;
border-spacing: 0;
}

table th{
border-bottom: dotted 1px #ddd;
padding:1em;
font-weight: normal;
background-color:#fffcef;
text-align:center;
width:25%
}
table td{
border-bottom: dotted 1px #ddd;
padding:1em 1em 1em 2em;
}
@media only screen and ( max-width : 767px ) {
table{
font-size:.9em;
line-height: 1.7
}
table th{
padding:1em 0.5em;
width:30%
}
table td{
padding:1em;
}}
/* ---------------------------------------------------------------------------------------------

　 pagetop

--------------------------------------------------------------------------------------------- */
.pagetop {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
}
.pagetop a {
display: block;
background-color: #ccc;
text-align: center;
color: #FFF;
font-size: 12px;
text-decoration: none;
padding: 12px 20px;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.pagetop a:hover {
display: block;
background-color: #333;
text-align: center;
color: #fff;
text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
.wrap_contact{
background: url(../img/top/contact.jpg) no-repeat center center / cover;
background-attachment: fixed;
position: relative;
}
.wrap_contact::before{
content: '';
opacity: 0.3;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2753b3;
mix-blend-mode: multiply;
}
.wrap_contact-box{
 padding:40px 0 ;
 }
.contact_tex{
color: #fff;
text-align: center;
text-shadow: 0 0 10px #2753b3,0 0 10px #2753b3;
}
.contact_tex h3{
display: inline-block;
text-align: center;
border-bottom: 2px solid #fff;
font-size: 1.3em;
font-weight: lighter;
font-weight:600;
padding: 0;}
.contact_tex p{
text-align: center;
font-size:1.1em;
margin:20px 0 10px 0
}
.wrap_contact a img{
width: 280px;
height:auto
}
@media screen and (max-width: 767px) {
.wrap_contact{
background: url(../img/top/contacts.jpg) no-repeat center center / cover;
}
.contact_tex p{
font-size:1em
}
.contact_tex p br {
display: none;
}
}
/* ---------------------------------------------------------------------------------------------

　   anchor

--------------------------------------------------------------------------------------------- */
a.anchor{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}
@media screen and (max-width: 767px) {
a.anchor{
   margin-top:-60px;
   padding-top:60px;
}
}