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

[ COMMON.CSS ]
全ページ共通CSS

>COMMON STYLE
>HEADER
>FOOTER
>LIGHTBOX
>全体を囲む枠(PC)

-----------------------*/

/*///////////////////////////////////////

COMMON STYLE

///////////////////////////////////////*/


/* 基本の文字色*/
body{color:#F74F4C;}

/* 基本の文字間、行間、テキスト色 */
p,h1,h2,h3,h4,h5,h6{ letter-spacing: 0.05em; }
p,dt,dd,td,th{line-height: 200%;color: #131312;font-size: 14px;}
@media (max-width: 767px) {
    p,h1,h2,h3,h4,h5,h6{ letter-spacing: 0.05em; }
    p,dt,dd,td,th{font-size: 13px;}
}

/* 基本の背景色*/
body{background-color: #FFFDFD;}


/* aタグ */
a {color:#F74F4C;}
a:link {text-decoration: none; color:#F74F4C;}
a:visited {text-decoration: none; color:#F74F4C; }
a:hover {-webkit-transition: all .2s; transition: all .2s;text-decoration: none; }
a.hover01:hover {background: #F74F4C;color: #fff;}
a:active {text-decoration: none; color:#F74F4C;}

/*　外部リンク 　*/
a.other-site-link {position: relative;}
a.other-site-link:hover {text-decoration: underline;}
a.other-site-link:after {content: "";background: url(../../img/btn-link.svg)0 0 no-repeat;width: 10px;height: 10px;position: absolute;top: 0;right: -13px;}


/* 基本のボタン*/
a.basicbtn {display: table; clear: both; background: #F74F4C;color: #fff;margin: 0 auto;}
a.basicbtn p {font-size: 12px; display: table-cell;vertical-align: middle;padding-left: 5px;color: #fff;line-height: 12px;padding: 1em 3em;}
a.basicbtn:hover {text-decoration: none;background:rgba(192,25,32,.5);}

/* TOPへ戻る */
#pageTop { position: fixed;bottom: 20px;right: 20px;z-index: 9;}
#pageTop a {display: table-cell;border-radius: 30px; width: 45px; height: 45px; background-color: rgba(56,157,56,0.8); color: #fff; font-weight: bold; text-align: center; vertical-align: middle;} 
#pageTop a:hover {text-decoration: none; opacity: 0.7;}

/* 高さ揃え */
.row-eq-height {display: flex;flex-wrap: wrap;}

/* リスト */
li {list-style: none;}
ul{-webkit-margin-before: 0;-webkit-margin-after: 0; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 0;}

/* 電話番号最適化 */
a[href^="tel:"] { cursor: default; color:#131312; }
footer a[href^="tel:"] { color:#F74F4C;}

/*///////////////////////////////////////

HEADER

///////////////////////////////////////*/
header {padding: 0 20px;}
header a h1 {margin-top: 15px;}
header a h1 img {width: 207px;    margin-top: 5px;}

@media screen and (max-width: 999px) {
    header a h1 img {width: 200px;max-width: 50vw; margin-top:11px;margin-left: 30px} 
}

/*///////////////////////////////////////

MENU

///////////////////////////////////////*/
.inner { margin: 0 auto;}
.inner:after {  content: "";  clear: both;  display: block;}
 
/* header */
#top-head { top: -100px;  position: absolute;  width: 100%;  margin: 100px auto 0;  padding:15px 50px 0 50px;  line-height: 1;  z-index: 999;}
#top-head .inner {    position: relative;}
#top-head .logo {  float: left;}
#top-head a:hover .logo {opacity: 0.7;}
#global-nav .pc-none {display: none;}
#global-nav ul {  list-style: none;  position: absolute;  right: 0;  bottom: 0;  font-size: 22px;    top: 28px;}
#global-nav ul li {    float: left;}
#global-nav ul li a { padding-left: 30px;}
@media screen and (max-width: 999px) {
    #top-head .inner {padding-bottom: 16px;background: #FFFDFD;}
}
 
/* Fixed */
#top-head.fixed {  width: 100%;  margin-top: 0;  top: 0; position: fixed; padding-top: 9px; height: 74px;background: rgba(255,253,253,0.9); transition: top 0.65s ease-in; -webkit-transition: top 0.65s ease-in; -moz-transition: top 0.65s ease-in; padding-right: 30px;}
#top-head.fixed .inner {margin-top: -10px;}
#top-head.fixed .logo img {margin-top: 11px;}
#top-head.fixed #global-nav ul li a {  color: #f74c4c;  padding: 0 20px;}
@media screen and (max-width: 999px) {
    #top-head.fixed .inner{height: 89px;}
}


/*ホバーアニメーション PCのみ*/
@media screen and (min-width: 1000px) {
    #top-head #global-nav ul li a{
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        -o-perspective: 600px;
        -ms-perspective: 600px;
        perspective: 600px;
        -webkit-perspective-origin: 50% 50%;
        -moz-perspective-origin: 50% 50%;
        -o-perspective-origin: 50% 50%;
        -ms-perspective-origin: 50% 50%;
        perspective-origin: 50% 50%;
    }

    #top-head a span{
        display: block;
        position: relative;
        padding:  8px 3px 4px 3px;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    #top-head a:hover span {
        background: #F74F4C;
        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -o-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    }

    #top-head a span:after {
        content: attr(data-title);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        padding:  8px 3px 4px 3px;
        color: #fff;
        background: #F74F4C;
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        -o-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    }
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 29px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #F74F4C;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (max-width: 999px) {/*1000px以下でメニュー登場*/
    #global-nav .pc-none {display: block;}
    #top-head.fixed #nav-toggle {top: 35px;}
    
    #top-head.fixed .logo img {margin-top: 22px;}
    
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top:5px;
        padding-right: 0;
        background: transparent;
    }
    #mobile-head {
        background: #FFFDFD;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -472px;
        background: #F74F4C;
        width: 100vw;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 20px;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #FFFDFD;
        padding: 18px 0;
    }
    #global-nav ul li a:active {background: #FFFDFD;}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*///////////////////////////////////////

FOOTER

///////////////////////////////////////*/
footer {border-top: 1px solid #F74F4C;margin-top: 50px;padding-top: 42px;}
footer .footer--logo {margin-bottom: 36px;text-align: center;}
footer .footer--logo img {width: 207px;}
footer .footer--logo a:hover {opacity: 0.7;}
footer p {color: #F74F4C;text-align: center;font-size: 12px;line-height: 180%;}
footer p span {display: block;}
footer .footer--tel {text-align: center;font-weight: 700;font-size: 25px;margin-bottom: 10px;}
footer .footer--tel span {font-size: 17px;}
footer a.footer--access { margin: 0 auto;display: block;width: 150px;text-align: center;font-size: 14px;border: 1px solid;border-radius: 20px;line-height: 14px;padding: 5px;margin-bottom: 25px;}
footer a.footer--access:hover {box-shadow: 0 0 5px #F74F4C;}
footer .footer--mail i {font-size: 16px;line-height: 16px;margin-left:8px;}
p.copy {margin-top: 50px; text-align:right; display: block; color: #F74F4C; font-size: 13px; line-height: 0; padding: 30px 40px 45px; clear: both; margin-bottom: 0;}
@media (max-width: 767px) {
    footer {padding-left: 25px;padding-right:25px;}
    footer p {text-align:left;}
    footer p span {display: inline;}
        footer p.copy {text-align: center;}
}

/*///////////////////////////////////////

LIGHTBOX

///////////////////////////////////////*/
/* Preload images */
body:after {
  content: url(../img/js_img_lightbox/close.png) url(../img/js_img_lightbox/loading.gif) url(../img/js_img_lightbox/prev.png) url(../img/js_img_lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/js_img_lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/js_img_lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/js_img_lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/js_img_lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*///////////////////////////////////////

IN-VIEW　（スクロールイベント）

///////////////////////////////////////*/
/*----- フェードイン -----*/
.inviewfadeIn {opacity: 0; transition: .5s;    }
.fadeIn {   opacity: 1.0;    }
/*----- 上へスライド -----*/
.inviewUp {  transform: translate(0, 40px);  -webkit-transform: translate(0, 40px);  transition: .8s; }
.Up { transform: translate(0, 0);  -webkit-transform: translate(0, 0); }
/*----- ズームイン -----*/
.inviewzoomIn { transform: scale(0, 0); -webkit-transform: scale(0, 0); transition: .8s; }
.zoomIn { transform: scale(1, 1); -webkit-transform: scale(1, 1); } 
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {  opacity: 0; transform: translate(0, 60px); -webkit-transform: translate(0, 60px); transition: .8s; }
.fadeInUp {opacity: 1.0; transform: translate(0, 0); -webkit-transform: translate(0, 0); }


/*///////////////////////////////////////

全体を囲む枠と余白

///////////////////////////////////////*/
html::before, html::after, body::before, body::after{ background: #F74C4C none repeat scroll 0 0; content: ""; display: block; margin: 0; position: fixed; z-index: 9999;}
html::before { height: 8px; left: 0; right: 0; top: 0;}
html::after { bottom: 0; right: 0; top: 0; width: 8px;}
body::before { bottom: 0; height: 8px; left: 0; right: 0;}
body::after { bottom: 0; left: 0; top: 0; width: 8px;}
@media (min-width: 1000px) {
    html::before { height: 13px;}
    html::after { width: 13px;}
    body::before { height: 13px;}
    body::after { width: 13px;}
}



/* プライバシーポリシーへのリンク */
.link_privacy{

width: 100%;
text-align: center;
font-size: 12px;
line-height: 180%;
margin-top: 30px;

}


@media only screen and (max-width: 500px) {

    /* モバイル時に改行したい */
    .br::before {
      content: "\A" ;
      white-space: pre ;
    }
  
}