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

        PCサイト用

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


/* base
------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 11px;
}
body {
    color: #222;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: center;
    font-family:
        "Noto Sans JP",
        "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #0d62aa;
    text-decoration:none;
    filter: Alpha(opacity=100);
    opacity: 1;
    transition: all 0.5s ease;
}
a:visited {
    color: #103361;
    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;
}
.en {
    font-family: 'Roboto', serif;
}
.sp {
    display: none !important;
}
#wrapper {
    min-width: 1080px;
}
#main {
    display: block;
}
img {
    transform: translate3d(0, -10px, 0) scale(0.99);
    transition: 1.2s;
    opacity: 0;
}
img.view {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}


/* ヘッダー
------------------------------------- */
header {
    position: relative;
}
header #gn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header #logo {
    padding-left: 30px;
    height: 26px;
}
header #gn_main ul {
    display: flex;
    align-items: center;
    height: 120px;
}
header #gn_main li.tel {
    margin-right: 30px;
}
header #gn_main li.tel a {
    color: inherit;
    pointer-events: none;
    text-align: left;
}
header #gn_main li.tel strong.num {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
    font-family: 'Roboto', serif;
}
header #gn_main li.tel strong.num span {
    font-size: 2rem;
    font-weight: 700;
    margin-right: 2px;
}
header #gn_main li.tel dl {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
header #gn_main li.tel dl dt {
    background: #dcf0fa;
    color: #1a2930;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    margin-right: 10px;
    flex-shrink: 0;
}
header #gn_main li.tel dl dd {
    font-size: 1.3rem;
    line-height: 1.23;
}
header #gn_main li.map a {
    background: #2dbef0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 150px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header #gn_main li.map a span {
    margin-top: 4px;
    display: block;
}
header #gn_main li.contact a {
    background: #144ba0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 150px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header #gn_main li.contact a span {
    margin-top: 4px;
    display: block;
}


/* メインイメージ
------------------------------------- */
#mv {
    height: 500px;
    position: relative;
    overflow: hidden;
}
#mv h2 {
    position: absolute;
    top: 155px;
    left: calc(50% + 10px);
    z-index: 100;
}
#mv ul.slide {
    height: 500px;
    position: relative;
    overflow: hidden;
}
#mv ul.slide li {
}
#mv ul.slide li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 500px;
}


/* メイン共通
------------------------------------- */
#main section {
    padding: 70px 0 100px;
}
#main .h2ttl {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 60px;
    position: relative;
    z-index: 100;
}
#main .h2ttl .en {
    color: #c8e8f8;
    font-size: 9rem;
    font-weight: 100;
    line-height: 1;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: 'Roboto', serif;
    display: block;
    margin-top: -100px;
    margin-bottom: 10px;
}


/* お知らせ
------------------------------------- */
#news ul {
    border-bottom: 1px solid #d1d1cf;
    max-width: 800px;
    display: table;
    margin: 0 auto;
}
#news ul li {
    border-top: 1px solid #d1d1cf;
    display: flex;
    align-items: center;
    padding: 16px 0;
}
#news ul li .date {
    color: #666;
    font-size: 1.5rem;
    line-height: 1.2;
    flex-shrink: 0;
    width: 11em;
}
#news ul li .newstitle {
    font-size: 1.7rem;
    line-height: 1.2;
}
#news ul li .newstitle a {
    color: inherit;
}


/* ごあいさつ
------------------------------------- */
#greeting {
    background: #e3f3fb;
}
#greeting .text {
    width: 640px;
    text-align: left;
    margin: 0 auto 30px;
}
#greeting .img {
    text-align: center;
    margin-top: 30px;
}


/* 事業一覧
------------------------------------- */
#services .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1020px;
    margin: auto;
}
#services .service {
    border-top: 4px solid #e8f4f9;
    padding-top: 40px;
    margin-top: 40px;
}
#services .service dl {
    text-align: left;
}
#services .service dt {
    display: flex;
    align-items: center;
    color: #144ba0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
#services .service dt .num {
    flex-shrink: 0;
    color: #2dbef0;
    font-size: 4rem;
    font-weight: 100;
    line-height: 0.94;
    font-style: italic;
    font-family: 'Roboto', serif;
    margin-right: 8px;
}
#services .service dd {
    font-size: 1.6rem;
    line-height: 1.65;
    letter-spacing: 0.02em;
}
#services .service .img {
    margin-top: 20px;
}
#services #service01 {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
#services #service01 .img {
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 60px;
}
#services #service01 dt {
    font-size: 3rem;
    margin-bottom: 40px;
}
#services #service01 dt .num {
    font-size: 5rem;
}
#services #service01 dd {
    font-size: 1.7rem;
}
#services #service01 dd .bnr_cap {
    color: #555;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 30px 0 7px;
    padding: 0 13px;
    display: table;
    position: relative;
}
#services #service01 dd .bnr_cap::before {
    content: url(../images/bnr_cap_l.png);
    position: absolute;
    left: -5px;
    bottom: -3px;
}
#services #service01 dd .bnr_cap::after {
    content: url(../images/bnr_cap_r.png);
    position: absolute;
    right: -5px;
    bottom: -3px;
}
#services #service02,
#services #service03,
#services #service04 {
    width: 310px;
}
#services #service05,
#services #service06,
#services #service07,
#services #service08 {
    width: 234px;
}


/* お支払い方法
------------------------------------- */
#payment {
    background: #2dbef0;
    color: #fff;
}
#payment ul.list {
    display: table;
    text-align: left;
    margin: 0 auto;
}
#payment ul.list li {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-top: 10px;
}
#payment ul.list li .mini{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-left: 2px;
}


/* 店舗情報
------------------------------------- */
#shop {
    background: #144ba0;
    color: #fff;
}
#shop .flex {
    width: 1020px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
#shop .info {
    align-self: center;
    padding: 0 60px;
}
#shop .info h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
#shop .info dl {
    display: flex;
    margin-top: 11px;
}
#shop .info dt {
    background: #f9f9f7;
    color: #144ba0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 6em;
    margin-right: 20px;
    padding: 9px 0;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#shop .info dd {
    align-self: center;
    font-size: 1.5rem;
    line-height: 1.75;
}
#shop #gmap {
    flex-shrink: 0;
}


/* ごあいさつ
------------------------------------- */
#contact {
    background: #e3f3fb;
}


/* footer
------------------------------------- */
footer .copyright {
    color: #8f8f8f;
    padding: 30px 0;
}
footer .copyright small {
    font-size: 1.2rem;
    line-height: 1;
}





}