@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    font-family: "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}
.en {
    font-family: "Trebuchet MS",
        "Arial",
        sans-serif;
}
* html body {
    font-size: 62.5%;
    line-height: 1.6;
}
*:first-child+html body {
    font-size: 62.5%;
    line-height: 1.6;
}
p {
    font-size: 1.6rem;
    text-align: justify;
}
dt {
    font-size: 1.6rem;
}
dd {
    font-size: 1.6rem;
}
strong, th {
    font-weight: 600;
}
ul, ol {
}
li {
    font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 1.6rem;
    padding: 9px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #aaaaaa;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #005bac;
    text-decoration:none;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:visited {
    color: #204862;
    text-decoration:none;
}
a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
a:active {
}
a[href^="tel:"] {
    pointer-events: none;
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
}
#main a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
}
.none {
    display: none !important;
}
.sp,
.tb {
    display: none !important;
}
.pc {
    display: inline-block !important;
}
.justifyleft {
    text-align: left !important;
}
.justifyright {
    text-align: right !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
}
.contents {
    position: relative;
}
.contents a:link {
    color: #005bac;
    text-decoration:none;
}
.contents a:visited {
    color: #204862;
}
.contents a:hover {
    text-decoration: underline;
}
#main {
    display: block;
    position: relative;
    min-width: 1200px;
}
#main .inbox {
    position: relative;
    width: 1000px;
    margin: auto;
}
#main.sub {
    padding-top: 70px;
}
#main section {
    min-width: 1200px;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    margin: auto;
    width: 1200px;
    height: 80px;
}
header #gn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
header #logo {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: normal;
    flex-shrink: 0;
}
header #logo a {
    color: #333;
    text-align: left;
    display: flex;
    align-items: center;
}
header #logo img {
    margin-right: 12px;
}
header #logo strong {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
    margin-top: 5px;
}
header #smp_open_menu {
    display: none;
}
header #gn_main {
    flex-grow: 1;
}
header #gn_main nav {
    margin: 0;
    padding: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header #gn_main ul.main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header #gn_main ul.main > li {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    margin-left: 33px;
    position: relative;
}
header #gn_main ul.main > li > a {
    color: #333333;
    display: block;
    position: relative;
}
header #gn_main ul.main > li > a::after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: -1px;
    background: #000;
    width: 0;
    transition: 0.3s;
}
header #gn_main ul.main > li.now > a::after,
header #gn_main ul.main > li.active > a::after {
    width: calc(100% + 2px);
}
header #gn_main ul.main > li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: 0.3s;
    opacity: 0;
    height: 0;
    margin: 10px 0 0;
    overflow: hidden;
}
header #gn_main ul.main > li:hover ul {
    padding: 15px 0 0;
    margin-top: 0;
    opacity: 1;
    height: auto;
}
header #gn_main ul.main > li ul li {
    background: rgba(255,255,255,0.95);
    white-space: nowrap;
    font-size: 1.5rem;
}
header #gn_main ul.main > li ul li a {
    color: inherit;
    display: block;
    margin-bottom: 2px;
    padding: 18px 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header #gn_main ul.sub {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header #gn_main ul.sub li {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 30px;
}
header #gn_main #h_contact {
    text-align: center;
}
header #gn_main #h_contact a {
    background: #33cc33;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 18px;
}
header #gn_main #h_contact a span {
    display: none;
}
header #gn_main #h_tel a {
    color: #333;
}
header #gn_main #h_tel dt {
    display: none;
}
header #gn_main #h_tel dd {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}
header #gn_main #h_tel dd strong {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
header #gn_main #h_tel dd strong img {
    margin-right: 4px;
    display: flex;
    align-items: center;
}
header #gn_main #h_tel dd span {
    background: rgba(51,204,51,0.15);
    display: block;
    padding: 2px 0 3px;
}
header #h_close {
    display: none !important;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    position: relative;
    z-index: 1;
    min-width: 1200px;
    padding: 75px 0 0;
    text-align: left;
}
footer a {
    color: #333 !important;
}
footer .pagetop {
    background: #fff;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}
footer .inbox {
    position: relative;
    width: 1000px;
    margin: auto;
    display: flex;
}
footer h2#f_logo {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: normal;
    margin-right: 32px;
    align-self: center;
    flex-shrink: 0;
}
footer h2#f_logo a {
    color: #333;
    text-align: left;
    display: flex;
    align-items: center;
}
footer h2#f_logo img {
    margin-right: 12px;
}
footer h2#f_logo strong {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
    margin-top: 5px;
}
footer .f_nav {
    border-left: 1px solid #7f7f7f;
    padding: 4px 40px;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
footer .f_nav ul {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    flex-grow: 1;
}
footer .f_nav #f_contact {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
    align-self: stretch;
}
footer .f_nav #f_contact a {
    background: #33cc33;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px 12px 20px;
    border-radius: 5px;
}
footer .f_nav #f_contact a img {
    margin-right: 8px;
}
footer .f_nav #f_tel a {
    color: #333;
}
footer .f_nav #f_tel dt {
    display: none;
}
footer .f_nav #f_tel dd {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}
footer .f_nav #f_tel dd strong {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
footer .f_nav #f_tel dd strong img {
    margin-right: 4px;
    display: flex;
    align-items: center;
}
footer .f_nav #f_tel dd span {
    display: block;
    border-top: 2px solid #393939;
    padding-top: 5px;
}
footer .f_info {
    border-left: 1px solid #7f7f7f;
    padding: 4px 0 4px 40px;
    display: flex;
    align-items: center;
}
footer .f_info dt {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 2px;
}
footer .f_info dd {
    font-size: 1.4rem;
    line-height: 1.45;
}
footer .f_info dd.btn {
    letter-spacing: 0.05em;
    margin-top: 10px;
}
footer .f_info dd.btn a {
    display: inline-block;
    border: 1px solid #404040;
    color: #333;
    padding: 8px 22px 8px 16px;
    min-width: 7em;
    text-align: center;
    text-decoration: none;
    position: relative;
}
footer .f_info dd.btn a::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
footer .copyright {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    padding: 50px 0 24px;
}
footer .copyright small {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}