@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("common.css");
body{
font-family:"Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
min-width:1200px;
}
body,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.8em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
}
a:active {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #66F;
text-decoration: underline;
}
a:link {
color: #0000FF;
text-decoration: underline;
}
a:hover {
color: #00F;
text-decoration: underline;
transition: all 0.5s ease 0s;
}
#container {
margin-right:auto;
margin-left:auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
width: 100%;
background-color: #FFF;
}
a[href^="tel:"] {
pointer-events: none;
text-decoration: none;
color: #000;
}
.hd,
#sp_menu {
display: none;
}
.sp_only {
display: none;
}
.font1 {
font-family: 'Fjalla One', sans-serif;
}
/*=============================================================
#header
=============================================================*/
#header {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
min-width: 1200px;
width: 100%;
text-align: left;
position: relative;
z-index: 800;
background-image: url("../image/header_bg.png");
background-position: right center;
}
#header #logo {
padding: 35px 0 30px 20px;
}

/*=============================================================
#NAVI
=============================================================*/
.navi {
min-width: 1200px;
width: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background: #131D3D;
}
.navi ul {
width: 1100px;
min-width: 1100px;
margin: 0px auto 0 auto;
display: flex;
flex-flow: nowrap;
justify-content: space-between;
align-items: center;
}
.navi ul li {
position: relative;
}
.navi ul li:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 2px;
height:16px;
border-style: solid;
border-width: 0 2px 0 0;
border-color: #FFF;
top: 40%;
right: -1.5em;
}
.navi ul li:last-child:after {
border: none;
}
.navi ul li a {
color: #FFF;
text-decoration: none;
font-size: 17px;
line-height: 1.1em;
font-weight: bold;
display: block;
padding: 1.2em 1em 1.2em 1em;
text-align: center;
}
.navi ul li a:hover {
color:#d9bc84;
text-decoration: underline;
}


/*=============================================================
#contents
=============================================================*/
#title {
text-align: center;
display: block;
padding: 50px 0 50px 0;
}
#title h1 {
color: #FFF;
font-size: 24px;
line-height: 1.8em;
font-weight: bold;
}
#title h1 i {
display: block;
font-style: normal;
font-weight: normal;
font-family: 'Fjalla One', sans-serif;
font-size: 50px;
line-height: 1.6em;
letter-spacing: 0.1em;
}

#contents {
width: 1200px;
margin: 50px auto 0px auto;
text-align: center;
padding-bottom: 80px;
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #9fb7d4;
color: #fff;
font-size: 18px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-decoration: none;
font-weight: bold;
height: 100%;
width: 100%;
line-height: 2.5;
font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
background-color: #8a969e;
}

#footer_navi {
margin: 100px 0 0 0;
}
#footer {
}
#footer #contact {
margin: 2px 0 0 0;
background-image: url("../image/contact_bg.png");
background-repeat: repeat;
text-align: center;
padding: 70px 0 60px 0;
}
#footer #contact h5 {
text-align: center;
color: #FFF;
font-size: 22px;
line-height: 1.8em;
}
#footer #contact h5 b {
font-family: 'Fjalla One', sans-serif;
color: #FFF;
font-size: 50px;
line-height: 1.8em;
font-weight: normal;
letter-spacing: 0.05em;
margin-right: 0.5em;
display: block;
}
#footer #contact ul {
width: 900px;
margin: 40px auto 50px auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#footer #contact ul li {
width: 250px;
}
#footer #contact ul li a {
color: #131D3D;
text-decoration: none;
background: #f2f2f2;
background: -moz-linear-gradient(-45deg,  #f2f2f2 49%, #ffffff 50%);
background: -webkit-linear-gradient(-45deg,  #f2f2f2 49%,#ffffff 50%);
background: linear-gradient(135deg,  #f2f2f2 49%,#ffffff 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 );
display: block;
position: relative;
font-size: 24px;
line-height: 1.8em;
padding: 50px 0 30px 0;
}
#footer #contact ul li a:before {
content: '';
display: block;
width: 100px;
height: 80px;
background-size: contain;
vertical-align: middle;
position: relative;
margin: 0px auto 30px auto;
}
#footer #contact ul li a.bt1:before {
background-image: url("../image/contact_icon1.png");
}
#footer #contact ul li a.bt2:before {
background-image: url("../image/contact_icon2.png");
}
#footer #contact ul li a.bt3:before {
background-image: url("../image/contact_icon3.png");
}

#footer #contact ul li a:hover {
background: #d9bc84;
background: -moz-linear-gradient(-45deg,  #f2f2f2 49%, #d9bc84 50%);
background: -webkit-linear-gradient(-45deg,  #f2f2f2 49%,#d9bc84 50%);
background: linear-gradient(135deg,  #f2f2f2 49%,#d9bc84 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d9bc84',GradientType=1 );
}
#footer #contact p {
font-size: 15px;
line-height: 1.8em;
color: #FFF;
}
#footer #contact p b {
font-size: 22px;
font-weight: normal;
}
#footer #contact .tel {
margin: 10px 0 0px 0;
}
#footer h6 {
text-align: center;
margin: 70px auto 30px auto;
display: block;
}
#footer p.add {
text-align: center;
font-size: 18px;
line-height: 1.8em;
margin-bottom: 60px;
}
#footer ol {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 350px;
margin: 0px auto 70px auto;
}
#footer ol li {}
#footer ol li a {
color: #000000;
text-decoration: none;
font-size: 15px;
}
#footer ol li a:hover {
color: #131D3D;
text-decoration: underline;
}
#footer .copyright {
text-align: center;
font-size: 13px;
padding-bottom: 50px;
}


