@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

ul {
    list-style-type: circle;
    list-style-image: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

object,
embed {
    vertical-align: top;
}

legend {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

body {
    font: 14px/1.9;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #000;
    background: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

a {
    color: #2a63a5;
    text-decoration: none;
}

a:hover,
.active {
    text-decoration: none;
}

a:active,
a:focus,
input:active,
input:focus {
    outline: 0;
}


/* ヘッダー
------------------------------------------------------------*/
#header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 568px;
}

#header img {
    position: absolute;
    left: 50%;
    width: 1280px;
    height: 568px;
    margin-left: -640px;
}

#slogan {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    line-height: 1.2;
    text-align: center;
}


.down {
    position: absolute;
    margin-top: 350px;
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 40px
        /*        background-color: beige;*/

}

.fuchidori {
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size: 3rem;
    color: #EE3333;
    font-weight: 900;
    text-shadow:
        4px 4px 0 #000,
        -2px 2px 0 #000,
        2px -2px 0 #000,
        -2px -2px 0 #000;
    -webkit-text-stroke: 2px #FFF;
    text-stroke: 2px #FFF;
    background: linear-gradient(transparent 70%, #FFFF00 0%);
        padding: 0 5px;
}

.fuchidori span {
    font-size: 2rem;
    font-family: 'M PLUS 1p', sans-serif;
    text-stroke: 0.1px #FFF;
    -webkit-text-stroke: 0.1px #FFF;
    font-weight: 700;
}

/*ロゴやページタイトルのフェイドインーーーーーーーーーーーーーー*/
.tytle-fade {
    animation-name: fadein;
    animation-duration: 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*ロゴやページタイトルのフェイドインここまでーーーーーーーーーーー*/

#slogan h1 {
    font-size: 40px;
    /*font-family: 'Pacifico', cursive;*/
    margin-bottom: 0px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, .3);
}

#slogan h1 img {
    width: 270px;
    height: 312px;
    margin-left: -120px;
    margin-top: -160px;
}

#slogan h2 {
    font-size: 40px;
    /*font-family: 'Pacifico', cursive;*/
    margin-bottom: 20px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, .3);
}

.header-img {
    opacity: 1;
}

/* フッター
------------------------------------------------------------*/
#footer {
    clear: both;
    padding: 10px 10px 10px 0;
    background-color: #2a63a5;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}


/* 共通
------------------------------------------------------------*/
/*h1, h2{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}*/

img {
    width: 100%;
    height: auto;
}

header .header {
    width: 90%;
    border-bottom: #2a63a5 solid 3px;
    margin-left: auto;
    margin-right: auto;
}

section {
    clear: both;
}

.header-cs {
    width: 70%;
    border-bottom: #a7277f solid 2px;
    margin-left: auto;
    margin-right: auto;
}

.sub-m {
    width: 70%;
    margin-left: auto;
    margin-right: auto;

}

.news-w {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}

.news-cs {
    width: 50%;
    border-bottom: #a7277f solid 2px;
    margin-left: auto;
    margin-right: auto;
}


.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
    //background-color: aqua;
}


/*.header-cs p{
    font-size: 0.75rem;
}

.header-cs h2{
    font-size: 1rem;
}*/

.flutect {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.himo {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

section h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.inner {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.col2 li {
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px 0;
}

.center {
    float: none;
    clear: both;
    text-align: center;
}

.text-80 {
    font-size: 80%;
}

.text-120b {
    font-size: 120%;
    font-weight: 600;
}

.text-bold {
    font-weight: 800;
}

//.banar {
width: 250px;
}

.clearfloat {
    height: 0;
    clear: both;
    font-size: 0px;
    line-height: 1px;
}

/* マージン設定 */
.mt10px {
    margin-top: 10px;
}

.mt20px {
    margin-top: 20px;
}

.mb20px {
    margin-bottom: 20px;
}

.pl20px {
    padding-left: 20px;
}

/* リンクボタン設定 */
.link-btn a {
    padding: 4px 6px;
    background-color: hsla(0, 0%, 0%, 0.80);
    display: block;
    /*配置の調整*/
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

.link-btn a:hover {
    background-color: hsla(0, 0%, 0%, 0.60);
    text-decoration: none;
}

.link-img {
    width: 100%;
    vertical-align: bottom;
}

.link-img :hover {
    filter: opacity(70%);
    cursor: pointer;
}

/* パンくず */
.pankuzu {
    background-color: #F6F6F6;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E5E5E5;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    z-index: 1;
}

.pankuzu ul {
    width: 96%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.pankuzu li {
    display: inline-block;
}

.pankuzu li a {
    text-decoration: none;
    color: #999;
}

.pankuzu li a::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
}

.pankuzu li a:hover {
    color: #111;
}

.pankuzu li i {
    padding-right: 5px;
}


/* SEC01 VISION
------------------------------------------------------------*/

.vision {
    width: 75%;
    margin: 0 auto;
    padding: 30px 30px;
    text-align: center;
}

.grid {
    display: grid;
    gap: 26px;
    margin-top: 2%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.grid .img-l {
    float: left;
    clear: left;
    width: 45%;
    margin-left: 3.5%;
}

.grid .img-r {
    float: right;
    clear: right;
    width: 45%;
    margin-right: 3.5%;
}

.sale-text {
    margin-top: 10px;
}


.strong {
    font-size: 120%;
    font-weight: 700;
    border-bottom: #a7277f solid 2px;
    //color: blueviolet;
    //background-color: crimson;
}

/* SEC02
------------------------------------------------------------*/
#sec02 .wrap {
    clear: both;
    width: 100%;
    background: #FFF;
}

.item-img {
    width: 45%;
}

.bg {
    line-height: 0;
}

.bg {
    width: 49%;
    display: table;
    background: #FFF;
}

.txt {
    width: 49%;
    display: table;
}

.txt img {
    width: 200px;
}

.txt h2 {
    padding: 0 0 20px !important;
}

.fltlft {
    float: left;
}

.fltrt {
    float: right;
}

.googlemap {
    width: 50%;
    height: 450px;
}

/* SEC03
------------------------------------------------------------*/
.col3 li {
    margin-top: 30px;
    margin-bottom: 10px;
}

.col3 img {
    max-width: 288px;
    display: block;
    margin: 5px auto 5px;
}

form dd {
    text-align: left;
    font-size: 90%;
}

/* カートボタン設定 */
.cart-btn a {
    padding: 10px 6px;
    background-color: rgba(0, 0, 0, 0.80);
    display: block;
    /*配置の調整*/
    text-decoration: none;
    /*文字の下線を消す*/
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.cart-btn a:hover {
    background-color: rgba(0, 0, 0, 0.60);
    text-decoration: none;
}

/* SEC04
------------------------------------------------------------*/
#sec04 .inner {
    clear: both;
    width: 70%;
    background: #FFF;
}

.img {
    width: 50%;
}



/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05 {
    padding-top: 50px;
}

#sec05 dl {
    line-height: 1.2;
}

#sec05 dt {
    clear: left;
    float: left;
    display: block;
    width: 30%;
    margin-right: 10%;
    margin-bottom: 20px;
    text-align: right;
    line-height: 1.6em;
}

#sec05 dd {
    width: 60%;
    float: left;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.6em;
}

#sec05 header {
    display: block;
}

#sec05 dt img {
    width: auto;
    margin: 10px;
}

#sec05 dd img {
    width: auto;
    margin: 10px;
}

#map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {
    .inner {
        width: 1024px;
        padding-bottom: 60px;
    }

    section h2 {
        padding: 70px 0 5px;
    }

    .txt h2 {
        padding: 0 0 20px !important;
    }
}

@media only screen and (min-width: 800px) {
    body {
        font-size: 14px;
    }

    a#menu {
        display: none;
    }

    .panel {
        display: block !important;
        background-color: #FFFFFF;
        opacity: 0.75;
    }

    #mainnav {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 500;
    }

    #mainnav ul {
        text-align: right;
        padding-right: 30px;
    }

    #mainnav li {
        display: inline-block;
        padding: 45px 10px 20px;
        font-size: 16px;
        font-weight: 300;
    }

    #mainnav a {
        color: #2a63a5;
    }

    #mainnav a:hover {
        color: #0bd;
    }

    #mainnav.changeNav {
        background: rgba(255, 255, 255, .9);
        border-bottom: 1px solid #d1d1d1;
    }

    #mainnav.changeNav li {
        padding: 20px 10px;
    }

    /* SEC02 MESSAGE
	-----------------*/
    .txt,
    .bg {
        width: 50%;
        float: left;
        display: table;
        background: #FFF;
    }

    #sec02_02 .txt,
    #sec02_02 .bg {
        float: right;
    }

    .vMid {
        display: table-cell;
        padding-top: 30px;
        padding-right: 100px;
        padding-left: 100px;
        padding-bottom: 0;
        vertical-align: middle;
    }


    .vMid .banar {
        width: 250px;
    }

    .banner img {
        width: 300px;
        margin-top: 5px;
    }

    /* SEC03 SERVICE
	-----------------*/
    .col3 {
        text-align: center;
    }

    .col3 li {
        display: inline-block;
        width: 30%;
        padding: 0 1.5%;
        margin-bottom: 0;
        vertical-align: top;
        text-align: left;
    }

    /* SEC05 PROFILE
	-----------------*/
    #sec05 {
        padding-top: 120px;
    }

    #footer {
        padding: 10px 10px 10px 0;
    }
}

@media only screen and (min-width: 641px) {
    .col2 li {
        width: 75%;
        padding: 0 3%;
        vertical-align: top;
    }
}

@media only screen and (max-width: 640px) {
    #sec03 header h1 {
        opacity: 0.4;
        font-size: 80%;
        text-align: center;
    }

    #map iframe {
        width: 96% !important;
        left: 2%;
    }

    #slogan h1 {
        font-size: 22px;
        /*font-family: 'Pacifico', cursive;*/
        margin-bottom: 0px;
        font-weight: normal;
    }

    #slogan h1 img {
        width: 270px;
        height: 312px;
        margin-left: -135px;
        margin-top: -160px;
    }

    #slogan h2 {
        font-size: 20px;
        /*font-family: 'Pacifico', cursive;*/
        margin-bottom: 20px;
        font-weight: normal;
        background-color: rgba(0, 0, 0, .3);
    }

    .flutect {
        width: 85%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .col3 li {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .col3 li h3 {
        margin-top: 20px;
    }

    .img {
        width: 100%;
    }

    .txt {
        width: 100%;
    }

    .bg {
        width: 100%;
    }

    .grid {
        display: grid;
        gap: 0px;
        margin-top: 2%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .grid .img-l {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .grid .img-r {
        float: none;
        width: 100%;

    }

    .sale-text {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ml10px {
        margin-left: 10px;
    }

    .fltlft {
        float: none;
    }

    .fltrt {
        float: none;
    }

    .googlemap {
        width: 100%;
        height: 450px;
    }

}

@media only screen and (max-width: 799px) {
    /*#slogan h1{
		font-size: 31px;
	}*/

    /*#slogan h2{
		font-size: 16px;
	}*/

    #sec03 header h1 {
        opacity: 0.4;
        font-size: 85%;
        text-align: center;
    }

    a#menu {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        margin: 10px;
    }

    #menuBtn {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #000;
        transition: .2s;
    }

    #menuBtn:before,
    #menuBtn:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 2px;
        background: #000;
        transition: .3s;
    }

    #menuBtn:before {
        margin-top: -7px;
    }

    #menuBtn:after {
        margin-top: 5px;
    }

    a#menu .close {
        background: transparent;
    }

    a#menu .close:before,
    a#menu .close:after {
        margin-top: 0;
    }

    a#menu .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    a#menu .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .panel {
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
        z-index: 100;
    }

    #mainnav {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        text-align: right;
        z-index: 500;
    }

    #mainnav ul {
        border-bottom: 1px solid #ccc;
        background: #fff;
        text-align: left;
    }

    #mainnav li a {
        position: relative;
        display: block;
        padding: 15px 25px;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-weight: 400;
    }

    #mainnav li a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .col3 li {
        margin: 0 auto;
        display: block;
        max-width: 288px;
    }
}

@media only screen and (max-width: 1199px) {
    section h2 {
        padding: 50px 0 5px 0;
    }

    #sec01 h2 {
        padding: 70px 0 20px;
    }

    .vMid {
        padding: 0 20px;
    }
}


/*-----トップへ戻るボタン------*/
#PageTopBtn {
    position: fixed;
    /*ボタンの配置場所を固定*/
    bottom: 15px;
    /*下からのボタンの配置場所を指定*/
    right: 15px;
    /*右からのボタンの配置場所を指定*/
}

#PageTopBtn a {
    display: block;
    /*配置の調整*/
    text-decoration: none;
    /*文字の下線を消す*/
    color: #fff;
    /*文字の色*/
    background-color: hsla(0, 0%, 0%, 0.80);
    /*ボタンの背景色*/
    text-align: center;
    /*文字を中央に配置*/
    border-radius: 50%;
    /*ボタンの角を少し丸くする*/
    outline: none;
    /*クリックしたときの黒い枠を消す*/
}

#PageTopBtn a:hover {
    text-decoration: none;
    background-color: hsla(0, 0%, 0%, 0.60);
    /*マウスオーバー時の背景色*/
}

/*パソコンで表示する場合のCSS*/
@media (min-width: 800px) {
    #PageTopBtn {
        font-size: 25px;
        /*文字のサイズ*/
    }

    #PageTopBtn a {
        width: 50px;
        /*ボタンの幅*/
        height: 45px;
        /*ボタンの高さ*/
        padding-top: 5px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 3px;
        /*文字の配置場所の調整*/
    }
}

/*スマホで表示する場合のCSS*/
@media (max-width: 799px) {
    #PageTopBtn {
        font-size: 25px;
    }

    #PageTopBtn a {
        width: 50px;
        height: 45px;
        padding-top: 4px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 4px;
        /*文字の配置場所の調整*/
    }
    
    .fuchidori {
        font-size: 2.5rem;
    }
    
    .fuchidori span {
        font-size: 1.5rem;
    }
    
    iframe {
        width: 100%;
    }
}
