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

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/* base
------------------------------------- */
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
html {
    font-size: 5px;
}
body {
    color: #222;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.01em;
    text-align: center;
    font-family:
        "Noto Sans JP",
        "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
a {
    word-wrap: break-word;
    word-break:break-all;
}
a:link {
    color: #0d62aa;
    text-decoration:none;
}
a:visited {
    color: #103361;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
video,
iframe {
    max-width: 100%;
    height: auto;
}
.en {
    font-family: 'Roboto', serif;
}
.pc {
    display: none !important;
}
#wrapper {
    position: relative;
    overflow: hidden;
}
#main {
    display: block;
    position: relative;
}
img {
    transform: translate3d(0, -20px, 0) scale(0.99);
    transition: 1s;
    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;
    padding-right: 20px;
}
header #logo {
    height: 60px;
}
header #logo img {
    width: 155px;
    height: 60px;
}
header #gn_main ul {
    display: flex;
    align-items: center;
    height: 60px;
}
header #gn_main li {
    margin-left: 8px;
}
header #gn_main li.tel strong.num,
header #gn_main li.tel dl {
    display: none;
}
header #gn_main li.tel a img {
    width: 32px;
}
header #gn_main li.map a img,
header #gn_main li.contact a img {
    width: 32px;
}
header #gn_main li.map a span,
header #gn_main li.contact a span {
    display: none;
}


/* メインイメージ
------------------------------------- */
#mv {
    position: relative;
}
#mv h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
#mv h2 img {
    width: 100%;
}
#mv ul.slide {
    position: relative;
}
#mv ul.slide li {
}
#mv ul.slide li img {
    width: 100%;
}


/* メイン共通
------------------------------------- */
#main section {
    padding: 35px 0 50px;
}
#main .h2ttl {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px;
    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: -50px;
    margin-bottom: 10px;
}
#main .inbox {
    padding: 0 30px;
}


/* お知らせ
------------------------------------- */
#news ul {
    border-bottom: 1px solid #d1d1cf;
}
#news ul li {
    border-top: 1px solid #d1d1cf;
    padding: 14px 0 13px;
    text-align: left;
}
#news ul li .date {
    color: #666;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 4px;
    display: block;
}
#news ul li .newstitle {
    line-height: 1.35;
}
#news ul li .newstitle a {
    color: inherit;
}


/* ごあいさつ
------------------------------------- */
#greeting {
    background: #e3f3fb;
    padding-bottom: 0 !important;
}
#greeting .text {
    text-align: left;
    margin-bottom: 20px;
}
#greeting .img {
    margin: 20px -30px 0;
    text-align: center;
}


/* 事業一覧
------------------------------------- */
#services {
    padding-bottom: 0 !important;
}
#services .list {
    margin: 0 -30px;
}
#services .service {
    border-top: 2px solid #e8f4f9;
    padding: 20px 30px;
    display: flex;
}
#services .service:nth-of-type(2n) {
    background: #f9f9f7;
}
#services .service:last-of-type {
    padding-bottom: 50px;
}
#services .service dl {
    text-align: left;
}
#services .service dt {
    display: flex;
    align-items: center;
    color: #144ba0;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
#services .service dt .num {
    flex-shrink: 0;
    color: #2dbef0;
    font-size: 6rem;
    font-weight: 100;
    line-height: 0.94;
    font-style: italic;
    font-family: 'Roboto', serif;
    margin-right: 8px;
}
#services .service dd {
    font-size: 2.6rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
}
#services #service02,
#services #service03,
#services #service04 {
    padding-right: 0;
}
#services .service picture {
    flex-shrink: 0;
}
#services .service .img {
    flex-shrink: 0;
    width: 155px;
    margin-left: 12px;
}
#services #service01 {
    display: block;
    border-top: 0;
    padding: 0 30px 30px;
}
#services #service01 picture,
#services #service01 .img {
    width: 100%;
    margin-bottom: 20px;
}
#services #service01 dd .bnr_cap {
    color: #555;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 20px auto 5px;
    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 #service01 dd .bnr {
    text-align: center;
}


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


/* 店舗情報
------------------------------------- */
#shop {
    background: #144ba0;
    color: #fff;
}
#shop .flex {
}
#shop .info {
    text-align: left;
}
#shop .info h3 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}
#shop .info dl {
    display: flex;
    margin-top: 6px;
}
#shop .info dt {
    background: #f9f9f7;
    color: #144ba0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    width: 6em;
    margin-right: 15px;
    padding: 5px 0;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#shop .info dd {
    align-self: center;
    line-height: 1.35;
}
#shop #gmap {
    margin-top: 25px;
}
#shop #gmap iframe {
    width: 100%;
    height: 250px;
}


/* ごあいさつ
------------------------------------- */
#contact {
    background: #e3f3fb;
    margin: 0 -30px;
}
#contact .form {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow-y: scroll;
}
#contact .form iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


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




}