@charset "UTF-8";

/* CSS Document */

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

Template Name:      Hair Salon Website Templates Free Download
Version:            1.0.0
Created Date:       30/03/2017 
Author:             Jitu Chauhan 

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries

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

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body { font-size: 16px;
    background-color: #fff;
    color: #5d5c59;
	font-family:游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    line-height: 28px;
    font-weight: 300; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; margin-bottom: 10px; color: #18150d; font-weight: 400; 
    font-family: 'Montserrat', sans-serif; text-transform: uppercase; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1 { font-size: 32px; line-height: 42px; }
h2 { font-size: 24px; line-height: 32px; color:#0457CC; }
h3 { font-size: 18px; line-height: 28px; }
h4 { font-size: 16px; line-height: 24px; margin-bottom: 10px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 20px; }
p:last-child { margin-bottom: 0px; }
ul, ol { margin: 0; }
ul li, ol li { }
a { color: #0457CC; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #1fb4ff; }
 
b, strong {
    font-weight: 400;
}
.listnone { list-style: none; padding: 0px; }
.lead { font-size: 21px; color: #3c3c3c; font-weight: 400; }
.italic { font-style: italic; }
.small-text { color: #b4b1ac; font-size: 12px; }
.text-caps { text-transform: uppercase; letter-spacing: 2px; }
::selection { background: #a8cbfd; color: #333; }
h3 small { font-weight: 400; line-height: 1; color: #0457CC; font-size: 14px; }
 
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #f1f3f8; }
blockquote { padding: 10px 20px; margin: 0px; font-size: 21px; line-height: 32px; color: #3c3c3c; font-style: italic; border-left: 5px solid #0457CC; }
.common-ttl{color: #fff; width: 100%;padding:1%; background: #000000;text-align: center;font-weight: 900;margin-top: 30px}
.block{margin: 0 auto;margin-top: 30px}

.br-sp{display: none}

pc{display: block}
sp{display: none}

.pc{display: block}
.sp{display: none}

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 0px 0 30px 30px;  }
.alignleft { float: left; margin: 0px 30px 0px 0;   }
a img.alignright { float: right; margin: 0px 0 30px 30px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%;    /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }


/*-----------------------------------
    2. Form css 
-----------------------------------*/
label { }
.control-label { color: #474747; font-weight: 700; font-size: 14px; text-transform: uppercase; }
.form-control { width: 100%; height: 50px; padding: 6px 12px; 
    font-size: 16px; line-height: 1.42857143; color: #333; background-color: #fff; border: 1px solid #dcd9d3; 
    background-image: none; border-radius: 10px; -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075); 
    box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075); margin-bottom: 15px; }
.form-control:focus { border-color: #bab6ae;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 3px 3px rgba(255, 255, 255, .075), 0 0 8px rgba(235, 237, 238, .6);
    background-color: #fffefd; }
.textarea.form-control { background-color: #f6f8f9; height: auto; }
.required { }
.form-news-letter .form-control { float: left; width: 75%; margin-right: 10px; }
.form-group { margin-bottom: 10px; }
.get-in-touch { }
.get-in-touch .form-control { margin-bottom: 10px; }

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { display: inline-block; padding: 14px 30px; margin-bottom: 0; font-size: 13px; font-weight: 800; 
    letter-spacing: 1px; line-height: 1.42857143; text-align: center; border: none; 
    text-transform: uppercase; border-radius: 100px;font-family: 'Montserrat', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;}
.btn-default { color: #fff; background-color: #0457CC; }
.btn-default:hover { color: #fff; background-color: #1fb4ff; border-color: #1fb4ff; }
.btn-default.focus, .btn-default:focus { color: #fff; background-color: #1fb4ff; border-color: #1fb4ff; }
.btn-primary { background-color: #2d281a; color: #fff; }
.btn-primary:hover { background-color: #18150d; color: #fff; }
.btn-primary.focus, .btn-primary:focus { }
.btn-white { color: #0457CC; background-color: #fff; border: 1px solid #fff; }
.btn-white:hover { background-color: #1fb4ff; border-color: #1fb4ff; color: #fff; }
.btn-white.focus, .btn-white:focus { background-color: #1fb4ff; border-color: #1fb4ff; color: #fff; }
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; padding-bottom: 2px; }
.btn-link:hover { color: #0457CC; font-weight: 700; text-decoration: none; border-bottom: 1px solid #0457CC; }
.btn-lg { font-size: 14px; padding: 20px 30px; }
.btn-sm { font-size: 12px; padding: 5px 10px; }
.btn-xs { font-size: 12px; padding: 5px 7px; }

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right:0;
  bottom:50px;
  background: #000;
  opacity: 1;
        z-index: 10001;
  }
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 100px; padding-bottom: 100px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }

/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.bg-light { background-color: #F7F7F8; }
.bg-primary { background-color: #0457CC; }
.bg-default { background-color: #F7F7F8; }
.bg-white { background-color: #fff; }
.outline { border: 1px solid #e5e7ec; }
.section-title {margin-top: 30px }
.title { color: #18150d; }
.small-title{color: #84837f; font-size: 13px; letter-spacing: 1px; margin-bottom: 20px;}
.text-white { color: #fff; }
.primary-sidebar { }
.secondary-sidebar { }
.well-block{background-color: #fff;padding: 40px 7%;}

/*--------------------------------
4.5 Features Block 
----------------------------------*/
.feature { }
.feature-icon { margin-bottom: 20px; }
.feature-left { }
.feature-left .feature-icon { float: left; }
.feature-left .feature-content { padding-left: 80px; }
.feature-center { }
.feature-center .feature-icon { }
.feature-center .feature-content { }
.feature-inner { }
.feature-outline { }
.thumbnail-block { }
.thumbnail-img { }
.thumbnail-content { }
.thumbnail-inner { }
.thumbnail-outline { }

/*----------------- video ---------------*/
.video-section { position: relative; }
.video-img { position: relative; }
.video-img img { width: 100%; }
.video-action { position: absolute; top: 40%; left: 47%; }

/*--------------------------------
4.6 Bullet 
----------------------------------*/
.bullet { position: relative; padding-left: 15px; color: #78807e; line-height: 32px; }
.bullet-double-right li:before { font-family: FontAwesome; display: block; position: absolute; left: 0; width: 13px; font-size: 14px; color: #78807e; content: "\f101"; }

/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-block { }
.cta-title { font-size: 32px; font-weight: 700; letter-spacing: -1px; color: #fff; margin-bottom: 10px; }
.cta-text { font-size: 18px; color: #a2fed4; }
.cta-content { }
.cta-call, .cta-mail { }


.cta-section { 
    padding-top: 140px; padding-bottom: 140px; 
    background: linear-gradient(rgba(30, 28, 24, 0.8), rgba(30, 28, 24, 0.8)), rgba(30, 28, 24, 0.8) url(../images/cta-section-img.jpg) no-repeat center; background-size: cover; }
.cta-caption {  }
.cta-title { font-size: 36px; color: #fff; line-height: 58px; font-weight: 600; margin-bottom: 10px; letter-spacing: -1px; }
.cta-text { font-size: 18px; color: #fff; margin-bottom: 30px; }

/*--------------------------------
4.8 Image Hover Effect 
----------------------------------*/
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 50%; left: 50%; width: 50px; height: 50px; line-height: 50px; margin: -25px 0 0 -25px; content: "\f2a8"; font-family: "FontAwesome"; font-size: 36px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(212, 27, 44, .55); }
.imghover:hover::after { color: #FFFFFF; }
[class^='imghvr-'], [class*=' imghvr-'] { background: rgba(211, 0, 80, .55); }

/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon { }
.icon-1x { font-size: 18px; }

/* default icon size of font*/
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 65px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #0457CC; }
.icon-primary { color: #474954; }
.icon-secondary { color: #fff; }
.icon-white { color: #fff; }

/*--------------------------------
5 Header / Navigations 
----------------------------------*/

/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo {width:220px; position: absolute; top:00px;left:8%;z-index: 999}
.header { background-color: #fff; z-index: 999; position: relative; padding-top: 10px; padding-bottom: 20px; box-shadow: 0 0 0 0px rgba(0,0,0,0.1);}
.top-text { text-align: right; }
.top-text .text-block { padding-left: 20px; color: #fff; line-height: 18px; }
.call-block { }
.call-no { }
.mail-block { }
.mail-text { }
.time-block { }
.time-text { }
.call-block, .mail-block, .time-block { }

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section {height: 460px; padding-top: 135px; padding-bottom: 135px; background: url(../images/top-img.jpg) no-repeat center;/*background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/hero-img.jpg) no-repeat center;*/ background-size: cover; }
.hero-caption { padding-top: 100px; padding-bottom: 100px; }
.hero-title {text-align: center; font-size: 140px; color: red; line-height: 160px; font-weight: bold; margin-bottom: 30px;}
.hero-text { font-size: 18px; color: #fff; margin-bottom: 30px; }





nav.globalMenuSp {
  width:100%;
  text-align: center;
  margin-top:30px
}

nav.globalMenuSp ul {
  display: flex;
    float: right;
    margin-right: 30px;
  list-style: none;
}

nav.globalMenuSp ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  position: relative;
  display: flex;
}



nav.globalMenuSp ul li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  display: block;
    padding: 2px 15px;
  text-decoration: none;
}

nav.globalMenuSp ul li a:hover {color: #FFDEE6;
transition: 1s;}



/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header { background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/page-header.jpg) no-repeat center; background-size: cover; margin: 0; border-bottom: none; padding-bottom: 0px; }
.page-caption { padding: 120px 0px; position: relative; z-index: 1; color: #fff; text-align: center; }
.page-caption h1 { color:#fff;}
.page-caption h5 { color:#fff;}
.page-title { color: #fff;  font-size: 40px; font-weight: 400; letter-spacing: -1px; }
.breadcrumb { }
.breadcrumb>.active { }
.page-breadcrumb {   }
.page-breadcrumb .breadcrumb { background-color: transparent; margin-bottom: 0px; font-size: 12px; text-transform: uppercase; }

/*-----------------------------------
    6. Slider 
-------------------------------------*/

/*-----------------------------------
 news
-------------------------------------*/
.news-block{text-align: center;margin: 0 auto;margin-top: 30px; }
.news-ttl{text-align: center; font-size: 20px;color: #000000}
.news-text{text-align: center; font-size: 20px;color: #000000}

/*-----------------------------------
7. Content 
-------------------------------------*/

.contents {width: 1020px;margin: 0 auto}

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer { background-color: #f2f2f2; padding-top: 60px; padding-bottom: 60px; }
.footer-block{background-color: #282725;padding: 40px 40px 10px 40px; border-radius: 10px;}
.footer-widget p { color: #747474; }
.footer-widget .widget-title { color: #fff; font-weight: 600; }
.footer-widget .widget-title  img {
	width:180px;
}
.footer-widget { }
.footer-widget ul { }
.footer-widget li { }
.footer-widget li a { color: #747474; line-height: 34px; }
.footer-widget li a:hover { color: #0457CC; }
.footer-link { }
.footer-social { }
.footer-social ul { }
.footer-social ul li { }
.footer-social ul li a i { padding-right: 10px; width: 30px; }
.footer-social ul li a:hover i { color: #0457CC; }
.footer .contact li { position: relative; padding-left: 40px; display: block; '
margin-bottom: 8px; padding: 0 0 8px 40px; color: #747474; }
.footer .contact li i { display: block; position: absolute; top: 5px; left: 0; width: 30px; 
    font-size: 16px; text-align: center; }
.widget-newsletter .form-control { height: 48px; color: #eee; background-color: #393836; border: none; box-shadow: none; 
    font-size: 14px; border-radius: 30px 0px 0px 30px;}
.widget-newsletter button { height: 48px; }

/*-------------- tiny footer ------------*/
.tiny-footer {  padding-top: 19px; padding-bottom: 9px; font-size: 12px; 
    color: #56575e; text-align: left; text-transform: uppercase; text-align: center; }
.copyright-content { padding: 12px; color: #747474; }


#footer_area {
    position: fixed;
    bottom: 5%;
    width: 100%;
    background-color:;
	z-index: 10000;
    vertical-align: bottom;
    display: block
}
#footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
}
#footer_area .footer_area_inner img{
    position: relative;
    
    margin: 0px auto;
}
.chase-btn{width: 85%}
#footer_area .footer_area_inner .footer_area_inner_btn {
    width: 100%;
    font-weight: bold;
}
.inquiry_btn {
    background-color:;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 100%;
    font-size: 18px;
    font-weight: bold;
}
    
.inquiry_btn:hover {
      transform: translateY(-5px);
    }

.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}

/*-----------------------------------
9. Pages 
-------------------------------------*/

/*-------------------------
 9.1 About us
---------------------------*/

.about-text { line-height: 40px; }
.about-block { }
.about-img { }
.about-info { }
.about-contact { font-size: 18px; color: #8c9292; font-weight: 600; margin-left: 5px; }
.counter_block { }
.counter_box { border-bottom: 1px solid #eee; padding: 40px 0px; }
.counter_number { font-weight: 900; margin-bottom: 0px; }
.counter_text { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }

/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/

/* service section */


.service-img { margin-bottom: 30px; }
.service-img img { width: 100%; }
.service-caption { }
.service-title { font-size: 20px; color: #212330; text-transform: uppercase; text-align: center; letter-spacing: 1px; }
.service-icon img { }
.service-single-block { }
.service-single-img { }
.service-single-content { }
.price{font-size: 24px; color: #0457CC; font-weight: 400; font-family: 'Montserrat', sans-serif;}
.service-content{padding: 7%;text-align: center}
.service-ttl{margin-top: 20px;font-size: 28px;font-weight: 600; text-align: center;color: white}
.servise-text{margin-top: 20px; text-align: justify;text-justify: inter-ideograph; font-size: 20px;line-height: 32px;color: white}
.service-icon{text-align: center;margin: 0 auto;height: 35px}
.service-block { margin-bottom: 10px; padding:0 0%; height: 280px;background: #ff0000;border-radius: 15px}
.service-block2{margin-bottom: 10px; padding:0 0%; height: 300px;border-radius: 15px;background: #0091ff
  /* css指定 */
}
.service-block3{margin-bottom: 10px; padding:0 0%; height: 280px;border-radius: 15px;background: #02b902
  /* css指定 */
}


/*-----------------------------------------
    service side-nav
   ------------------------------------------*/
.sidenav { background-color: #fff; margin-bottom: 30px; }
.sidenav li { position: relative; }
.sidenav li:last-child { margin-bottom: 0px; }
.sidenav li a { display: block; line-height: 14px; color: #2b2d2c; 
    font-weight: 500; font-size: 14px; background-color: #dfddd7; padding: 20px; margin-bottom: 1px; text-transform: uppercase;font-family: 'Montserrat', sans-serif;}
.sidenav li a:hover { color: #fff; background-color: #0457CC; }
.sidenav li a.active, .sidenav ul li a.active .sidenav ul li i { color: #fff; background-color: #0457CC; }
.sidenav li a:focus { color: #bb0349; }
.sidenav li.active a:before { color: #bb0349; }

/*.sidenav li a:before { margin-right: 10px; font-family: FontAwesome; position: absolute; width: 20px; font-size: 12px; color: #7d7f89; content: "138"; left: 10px; }
.sidenav li a:hover:before { color: #bb0349; }*/
.arrow-circle-right li:last-child { border-bottom: 0px solid #6f4a52; }
.arrow-circle-right li a:before { margin-right: 10px; font-family: FontAwesome; position: absolute; left: 20px; width: 20px; font-size: 16px; color: #5a5a5a; content: "\f105"; font-weight: normal; }

/*-------------------------
 method
--------------------------*/
.method-block{text-align: center;border: solid 3px #b3b3b3;border-radius: 15px;height: 355px;}
.method-content{padding: 8%}
.method-img{margin: 0 auto;width: 100%;}
.method-ttl{margin: 20px 0 0;font-size: 32px;font-weight: 600;color:#3fa9f5}
.method-text{margin-top: 10px; text-align: justify;text-justify: inter-ideograph; font-size: 17px;line-height: 28px;}

/*-------------------------
 sale
--------------------------*/
.sale-block{text-align: center;border: solid 5px red;border-radius: 15px;height: 248px;background: url(../images/sale-2.jpg) no-repeat center;/*background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/hero-img.jpg) no-repeat center;*/ background-size: cover; }
.sale-block:hover{opacity: .8}
.sale-block2{text-align: center;border: solid 3px #b3b3b3;border-radius: 15px;height: 248px;background: url(../images/sale-1.png) no-repeat center;/*background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/hero-img.jpg) no-repeat center;*/ background-size: cover; }
.sale-block2:hover{opacity: .8}
.sale-content{height:245px; position: relative;margin: 0 auto}
.sale-img{margin: 0 auto;width: 100%;}
.description{margin-top: 30px; width: 100%}
.sale-text{font-size: 30px;color: red;font-weight: bold;line-height: 40px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 3px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;}
.sale-text2{margin-top: 30px; text-align:center;font-size: 20px;color: #666666}

/*-------------------------
area
--------------------------*/
.area-text{position: absolute;top;0;left:2%}
.area-map{width: 100%}

/*-----------------------------------------
    qa
   ------------------------------------------*/
.qa-block {
padding: 0;
width: 100%;
background:#fff;
background-position: center center;
background-size: cover;
position: relative;
text-align: center;
margin-top: 0px;

} 
.qa-box{width: 100%;
background-color: #e7f5ff;
height: auto;
margin-top: 20px;
border-radius: 15px
}
.qa-box-in{
margin: 0 auto;
padding:3% 8%
}
.q-icon{display: inline-block;
  width: 100px;
  height: 100px;
color: #0091ff;
  border-radius: 50%;
  background:white;
  text-align:center;
  line-height: 100px;
    font-size: 5rem;
    font-weight: 600
}
.qa-title{margin-top: 15px;
font-size: 28px;
    font-weight: bold;
line-height: 36px;
color: #0091ff
}
.answer-box{margin-top: 30px; display: flex}
.a-icon{font-size:7rem;
font-weight: bold;
color: #0091ff;
width: 10%;
margin-top: 15px
}
.answer{width:85%;
text-align: justify;
text-justify: inter-ideograph;
float: left;
line-height:23px;
font-size: 18px;
margin-left: 2%;
padding-bottom: 40px}

/*--------------------------
  company
---------------------------*/
.map-img{margin: 40px 0}

/*--------------------------
  9.5  Testimonial
---------------------------*/
.quote-left { position: absolute; font-size: 100px; font-family: 'Libre Baskerville', serif; font-style: normal; color: #0457CC; line-height: 0px; top: 52px; }
.testimonial-block {margin-bottom: 40px; }
.testimonial-img { }
.testimonial-img img { }
.testimonial-content { margin-bottom: 30px; }
.testimonial-info { line-height: 1; }
.testimonial-text { font-size: 21px; font-style: italic; line-height: 32px; color: #333333; }
.testimonial-name { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.testimonial-meta { font-size: 13px; text-transform: uppercase;color: #0457CC; padding-right: 10px; font-weight: 400; }

/*-------------------------
  9.8 Contact us
---------------------------*/
.contact-block { }
.contact-block ul { }
.contact-block ul li { border: 1px solid #f1f2f4; padding-top: 30px; padding-bottom: 30px; }
.contact-block ul li i { color: #0457CC; float: left; padding: 0px; }
.contact-block .contact-text { }
.contact-info { background-color: #cda34d; color: #fff; }
.contact-info ul { padding-left: 0px; }
.contact-info li { position: relative; padding-left: 70px; margin-bottom: 30px; border-bottom: 1px solid #b69042; padding-bottom: 29px; }
.contact-info li:last-child { border-bottom: none; }
.contact-info li i { display: block; position: absolute; left: 0;    /* font-size: 50px; */    /* text-align: center; */
color: #fff;    /* bottom: 0px; */ }
.map { height: 400px; }
.contact-social { text-align: center; }
.contact-social { }
.contact-social a i { height: 32px; width: 32px; border-radius: 50px; background-color: #1fb4ff; text-align: center; padding: 7px; line-height: 1.2; font-size: 14px; color: #c12d17; }
.contact-social a i:hover { color: #1fb4ff; }
address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; }

/*------------------------
 10. Blog pages
--------------------------*/
.content { }
.sidebar { }
.post-block, .post-quote{ position: relative; background-color: #F7F7F8; padding: 30px; border-radius: 10px;  margin-bottom: 30px;}
 
/*-- use for thumbnail --*/
.post-holder { position: relative; margin-bottom: 30px; }
/*-- for single post page --*/
.post-img { position: relative; }
.post-img img{border-radius: 10px; width: 100%;}
.post-title { }
.post-content {padding-top: 40px; padding-right: 40px;}
.post-header { }

/*-------- Post meta --------*/
.meta { font-size: 12px; text-transform: uppercase; margin-bottom: 20px; font-family: 'Montserrat', sans-serif;}
.meta-date { }
.meta-user { }
.meta-comment { }
.meta-author { }
.meta-cat { }
.meta-date, .meta-author, .meta-comment, .meta-cat { display: inline-block; margin-right: 10px; }
.meta-link { }
.meta-tags { }

/*-------- Post Type --------*/
.post-sticky { background: url(../images/sticky.png) no-repeat; position: absolute; right: 35px; bottom: 35px; width: 30px; height: 30px; color: #fff; }
.post-gallery { }
.post-video { }
.post-video .video-sign { }
.post-audio {}
.post-quote {background-color: #0457CC; }
.quote-content{}
.post-quote blockquote{color: #fff; font-size: 34px; line-height: 42px;}
/*-------- Related Post --------*/
.related-post-block { border-top: 1px solid #eee; padding-top: 29px; margin-top: 30px; margin-bottom: 30px; }
.related-post {margin-bottom: 30px; }
.related-post-title { }
.related-post-img { margin-bottom: 30px; }
.related-post-img img{border-radius: 10px;}
/*----- Prev Next Post -----*/
.post-navigation { margin-bottom: 30px; }
.nav-previous, .nav-next { border: 1px solid #F7F7F8; padding: 20px; }
.nav-previous { }
.nav-next { }
.prev-post { }
.next-post { }
.prev-link { }
.next-link { }
.prev-link, .next-link { margin-bottom: 10px; display: block; text-transform: uppercase; font-size: 12px; }

/*----- Author Post -----*/
.author-post { margin-bottom: 30px; background: #F7F7F8; padding: 30px; border-radius: 10px; }
.author-img { }
.author-title { }
.author-img img { width: 100%; border-radius: 10px; }
.author-bio { }
.author-meta { }
.author-name { }
.author-header { }
.author-detail { }
.author-link { }
.author-social { }
.author-social ul { }
.author-social ul li { }
.author-social ul li a { }
.author-social ul li a:hover { }
.author-info { }

/*------------- Post Pagination -------------*/
.st-pagination { }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; margin-left: -1px; line-height: 1.42857143; color: #3c3c3c; text-decoration: none; 
    font-size: 12px; background-color: #fff; 
    font-weight: 700; text-transform: uppercase; margin-right: 5px; 
    margin-bottom: 5px; padding: 8px 13px; border: 1px solid #efefef; border-radius: 100%; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover, .st-pagination .pagination>li>a.active { z-index: 2; color: #fff; background-color: #0457CC; border: 1px solid #F7F7F8; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; border-radius: 100%; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 100%; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #0457CC;border: 1px solid #0457CC;}

/*------------------------
  12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/

.widget { margin-bottom: 10px; background-color: #F7F7F8; padding: 30px; border-radius: 10px; }
.widget-title {text-align: center; margin-bottom: 20px; }
.widget ul { }
.widget ul li { margin-bottom: 16px; line-height: 18px;}
.widget ul li:last-child { margin-bottom: 0px; }
.widget ul li a { color: #474747; }
.widget ul li a.active { color: #0457CC; }
.widget ul li a:hover { color: #0457CC; }
.widget-search { }
.widget-search .input-group-addon { color: #fff; text-align: center; background-color: #0457CC; border: 1px solid #0457CC; border-left: transparent; }
.widget-categories { }
.widget-categories ul { }
.widget-categories ul li { }
.widget-categories ul li a { }
.widget-archives { }
.widget-archives ul { }
.widget-archives ul li { }
.widget-archives ul li a { }
ul.widget-recent-post { }
.widget-recent-post li { margin-bottom: 10px; border-bottom: 1px solid #cecbc7;  padding-bottom: 10px;}
.widget-recent-post li:last-child{border-bottom: 1px solid transparent;}
.widget-recent-post ul li a {}
.widget-recent-post .meta{margin-bottom: 0px;}
.recent-post-img {margin-bottom: 20px; }
.recent-post-content { }
.recent-title{font-size: 12px; line-height: 18px;}

.widget-tags { }
.widget-tags a { border: 1px solid #cecbc7; padding: 2px 10px; display: inline-block; background-color: #fff; 
    font-size: 12px; text-transform: uppercase; margin-bottom: 5px; margin-right: 3px; border-radius: 50px; color: #18150d; }
.widget-tags a:hover { background-color: #0457CC; color: #fff;  border: 1px solid #0457CC; }
.widget-text { }
.widget-contact { }
.widget-social { }
.social-circle a { height: 33px; width: 33px; background-color: #0457CC; color: #fff; border-radius: 100%; padding: 5px; display: inline-block; text-align: center; margin-right: 10px; }
.social-circle a:hover { background-color: #1fb4ff; }
.widget-call-to-action{background-color: #eddba5;}
.widget-call-to-action .widget-title{font-size: 20px; font-weight: 400; margin-bottom: 20px; line-height: 28px;}
.widget-call-to-action p{font-size: 18px; color: #18150d;}
.team-block { margin-bottom: 20px; }
.team-img { margin-bottom: 20px; }
.team-content { text-align: center; }
.team-title { margin-bottom: 0px; }
.team-name { }
.team-meta { text-transform: uppercase; font-size: 12px; color: #0457CC; font-weight: 500; letter-spacing: 1px; }
.team-designation { }

/*----- Comment Post -----*/
.comments-area { }
.comments-title { border-bottom: 1px solid #F7F7F8; padding-bottom: 20px; margin-bottom: 30px; }
.comment-list { list-style: none;  padding: 0px;}
.comment { }
.comment-body { margin-top: 20px; margin-bottom: 30px; border-bottom: 1px solid #F7F7F8; padding-bottom: 20px; }
.comment-author { }
.comment-author img { float: left; }
.comment-info { padding-left: 120px; }
.comment-header { margin-bottom: 0px; }
.user-title { font-size: 15px; color: #474747; margin-bottom: 10px; font-weight: 500; }
.comment-meta { }
.comment-meta-date { color: #98989c; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; }
.comment-content { color: #6f6f6f; margin-bottom: 20px; }
.reply { }

/*---- thread comments --------*/
.childern { padding-left: 100px; list-style: none; }
.childern .comment-body { background-color: #F7F7F8; padding: 20px; border-radius: 10px; }
.childern .comment-info { padding-left: 120px; }

/*----- Leave Reply -----*/
.leave-comments { margin-top: 30px; background-color: #F7F7F8; padding: 40px; border-radius: 10px;}
.leave-comments .control-label { color: #474747; font-weight: 600; font-size: 13px; }

/*--------------------------------
 Extra Plugin CSS - Back to top  
---------------------------------*/
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgba(212, 27, 44, 100) url(../images/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible {    /* the button becomes visible */
visibility: visible; opacity: 1; }
.cd-top.cd-fade-out {    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .5; }
.no-touch .cd-top:hover { background-color: #e70359; opacity: 1; }

/*-------------styleguide-------------*/
.box-info { }
.box-default-color { background-color: #0457CC; height: 160px; width: 160px; }
.box-primary-color { background-color: #18150d; height: 160px; width: 160px; }
.box-heading-color { background-color: #18150d; height: 160px; width: 160px; }
.box-secondary-color { background-color: #6f6f6f; height: 160px; width: 160px; }
.box-bg-color { background-color: #eddba5; height: 160px; width: 160px; }

.pc2{display:block }
.sp2{display: none}


/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		.logo {	width:200px;}
        .logo {width:220px; position: absolute; top:00px;left:8%}
     nav.globalMenuSp {
  width:100%;
  text-align: center;
  margin-top:30px
}

nav.globalMenuSp ul {
  display: flex;
    float: right;
    margin-right: 15px;
  list-style: none;
}

nav.globalMenuSp ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  position: relative;
  display: flex;
}



nav.globalMenuSp ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  display: block;
    padding: 2px 7px;
  text-decoration: none;
}

nav.globalMenuSp ul li a:hover {color: #FFDEE6;
transition: 1s;}
     .hero-title {font-size: 25px; line-height: 40px;}
        .hero-section {height: 660px; padding-top: 135px; padding-bottom: 135px; background: url(../images/top-img-middle.jpg) no-repeat center;/*background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/hero-img.jpg) no-repeat center;*/ background-size: cover; }
     .hero-section {padding-top: 50px; padding-bottom: 50px;}
     .comment-info {padding-left: 100px;}
     .cta-title {font-size: 26px; line-height: 40px;}
     .cta-section {padding-top: 50px; padding-bottom: 50px;}
     .footer-widget {margin-bottom: 20px;}
     .footer-widget .widget-title {margin-bottom: 0px;}
     .page-title {font-size: 20px;}
     .page-caption {padding: 80px 0px;}
     .childern .comment-info {padding-left: 90px;}
     .childern {padding-left: 0px; list-style: none;}
        .chase-btn{width: 90%}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
	.logo {width:220px; position: absolute; top:00px;left:3%}
     .navigation { float: right; }
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {padding-top: 50px; padding-bottom: 50px;}
     .comment-info {padding-left: 100px;}
     .cta-title {font-size: 26px; line-height: 40px;}
     .cta-section {padding-top: 50px; padding-bottom: 50px;}
     .footer-widget {margin-bottom: 20px;}
     .footer-widget .widget-title {margin-bottom: 0px;}
     .page-title {font-size: 20px;}
     .page-caption {padding: 80px 0px;}
     .childern .comment-info {padding-left: 90px;}
     .childern {padding-left: 0px; list-style: none;}
    .contents {width:100%;margin: 0 auto;padding:0 3%}
.chase-btn{width: 85%}
        
        
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.logo {	width:170px;}
    .header{height: 75px;position: fixed;width: 100%;}
    .navigation {
    float: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #fff;
    height: 100%;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    display: block;
    margin: 0 auto;
    padding: 50px 4%;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    display: block;
    list-style-type: none;
    padding: 0;
    height: 46px;
    position: relative;
    width: 100%;
    transition: .4s all;
    border-bottom: 1px solid #999999
  }
  nav.globalMenuSp ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    border-left: 0px solid #000550;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 1em 0;
    text-decoration: none;
    font-size: 18px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {padding-top: 50px; padding-bottom: 50px;}
    
        .hero-section {height: 660px;width: 100%; background: url(../images/top-img-sp.jpg) no-repeat center;/*background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/hero-img.jpg) no-repeat center;*/ background-size: 100% auto;}
     .comment-info {padding-left: 100px;}
     .cta-title {font-size: 26px; line-height: 40px;}
     .cta-section {padding-top: 50px; padding-bottom: 50px;}
     .footer-widget {margin-bottom: 20px;}
     .footer-widget .widget-title {margin-bottom: 0px;}
     .page-title {font-size: 20px;}
     .page-caption {padding: 80px 0px;}
     .childern .comment-info {padding-left: 90px;}
     .childern {padding-left: 0px; list-style: none;}
        .chase-btn{width: 95%}
        /*-------------------------
 method
--------------------------*/
.method-block{margin-top: 10px; text-align: center;border: solid 3px #b3b3b3;border-radius: 15px;height: auto;}
.method-content{padding: 8%}
.method-img{margin: 0 auto;width: 100%;}
.method-ttl{margin: 20px 0 0;font-size: 32px;font-weight: 600}
.method-text{margin-top: 10px; text-align: justify;text-justify: inter-ideograph; font-size: 17px;line-height: 28px;}
/*-----------------------------------------
    qa
   ------------------------------------------*/
.qa-block {
padding: 0;
width: 100%;
background:#fff;
position: relative;
text-align: center;
margin-top: 0px;

} 
.qa-box{width: 100%;
background-color: #e7f5ff;
height: auto;
margin-top: 10px;
border-radius: 15px
}
.qa-box-in{
margin: 0 auto;
padding:6% 4%
}
.q-icon{display: inline-block;
  width: 60px;
  height: 60px;
color: #0091ff;
  border-radius: 50%;
  background:white;
  text-align:center;
  line-height: 60px;
    font-size: 3rem;
    font-weight: 600
}
.qa-title{margin-top: 15px;
font-size: 25px;
    font-weight: bold;
line-height: 30px;
color: #0091ff;
    text-align: center
}
.answer-box{margin-top: 30px; display:block}
.a-icon{font-size:4rem;
font-weight: bold;
color: #0091ff;
width: 100%;
margin-top: 15px
}
.answer{display:block;
    width:100%;
    height: auto;
text-align: justify;
text-justify: inter-ideograph;
line-height:23px;
font-size: 18px;
    float: none;
    padding: 0;
    margin-left: 0;
    margin-top: 10px
}
/*-------------------------
area
--------------------------*/
.area-text{position: relative}
.area-map{width: 100%}
        
.pc2{display: none}
.sp2{display: block}


    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        body{width: 100%}
		.logo {	width:144px;position: absolute; top:00px;left:6%}
        .header{height: 65px;position: fixed;width: 100%;}
    .navigation {
    float: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #fff;
    height: 100%;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }
  nav.globalMenuSp ul {
    display: block;
    margin: 0 auto;
    padding: 50px 4%;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  nav.globalMenuSp ul li {
    display: block;
    list-style-type: none;
    padding: 0;
    height: 46px;
    position: relative;
    width: 100%;
    transition: .4s all;
    border-bottom: 1px solid #999999
  }
  nav.globalMenuSp ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    border-left: 0px solid #000550;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 1em 0;
    text-decoration: none;
    font-size: 18px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }
        
        
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {height:500px;padding-top: 50px; padding-bottom: 10px;}
     .comment-info {padding-left: 100px;}
     .cta-title {font-size: 26px; line-height: 40px;}
     .cta-section {padding-top: 50px; padding-bottom: 50px;}
     #footer_area {position: fixed;bottom: 30%;
    }
     .footer-widget {margin-bottom: 20px;}
     .footer-widget .widget-title {margin-bottom: 0px;}
     .page-title {font-size: 20px;}
     .page-caption {padding: 80px 0px;}
     .childern .comment-info {padding-left: 90px;}
     .childern {padding-left: 0px; list-style: none;}
.chase-sp-btn{width:100%;display: flex;
  flex-wrap: wrap;}
.chase-btn{width:100%;}
.chase-left{position: fixed;bottom: 0;left:0; width:50%;vertical-align:top; /* 上端揃え */}
.chase-right{position: fixed;bottom: 0;right:0;width:50%;vertical-align:top; /* 上端揃え */}
.chase-left img{width:100%;}
.chase-right img{width:100%;}

.br-sp{display: block}
    
pc{display: none}
sp{display: block}
.pc{display: none}
.sp{display: block}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
		.logo {	width:144px;}
   
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {height:500px;padding-top: 50px; padding-bottom: 10px;}
     .comment-info {padding-left: 100px;}
     .cta-title {font-size: 26px; line-height: 40px;}
     .cta-section {padding-top: 50px; padding-bottom: 50px;}
     .footer-widget {margin-bottom: 20px;}
     .footer-widget .widget-title {margin-bottom: 0px;}
     .page-title {font-size: 20px;}
     .page-caption {padding: 80px 0px;}
     .childern .comment-info {padding-left: 90px;}
     .childern {padding-left: 0px; list-style: none;}
        .contents{margin-top: 10px;}
        .section-title{margin: 0px 0}
        .block{margin-top: 10px}
        .service-content{padding: 10%;text-align: center}
.service-ttl{margin-top: 10px;font-size: 23px;font-weight: 600; text-align: center;color: white}
.servise-text{margin-top: 10px; text-align: justify;text-justify: inter-ideograph; font-size: 17px;line-height: 32px;color: white}
.service-icon{text-align: center;margin: 0 auto;height: 35px}
.service-block { margin-bottom: 20px; padding:0 0%; height: 230px;background: #ff0000;border-radius: 15px}
.service-block2{margin-bottom: 20px; padding:0 0%; height: 230px;border-radius: 15px;background: #0091ff
  /* css指定 */
}
.service-block3{margin-bottom: 20px; padding:0 0%; height: 230px;border-radius: 15px;background: #02b902
  /* css指定 */
}
/*-------------------------
 method
--------------------------*/
.method-block{margin-top: 10px; text-align: center;border: solid 3px #b3b3b3;border-radius: 15px;height:auto;}
.method-content{padding: 5%}
.method-img{margin: 0 auto;width: 100%;}
.method-ttl{margin: 20px 0 0;font-size: 30px;font-weight: 600;color:#3fa9f5}
.method-text{margin-top: 10px; text-align: justify;text-justify: inter-ideograph; font-size: 17px;line-height: 28px;}
        
/*-------------------------
area
--------------------------*/
.area-text{position: relative}
.area-map{width: 100%}
        

/*-----------------------------------------
    qa
   ------------------------------------------*/
.qa-block {
padding: 0;
width: 100%;
background:#fff;
position: relative;
text-align: center;
margin-top: 0px;

} 
.qa-box{width: 100%;
background-color: #e7f5ff;
height: auto;
margin-top: 10px;
border-radius: 15px
}
.qa-box-in{
margin: 0 auto;
padding:10% 5%
}
.q-icon{display: inline-block;
  width: 60px;
  height: 60px;
color: #0091ff;
  border-radius: 50%;
  background:white;
  text-align:center;
  line-height: 60px;
    font-size: 3rem;
    font-weight: 600
}
.qa-title{margin-top: 15px;
font-size: 20px;
    font-weight: bold;
line-height: 30px;
color: #0091ff;
    text-align: left
}
.answer-box{margin-top: 30px; display:block}
.a-icon{font-size:4rem;
font-weight: bold;
color: #0091ff;
width: 100%;
margin-top: 15px
}
.answer{display:block;
    width:100%;
    height: auto;
text-align: justify;
text-justify: inter-ideograph;
line-height:23px;
font-size: 18px;
    float: none;
    padding: 0;
    margin-left: 0;
    margin-top: 10px
}
        
        
    }
	
table.company {
	margin: 0 auto;
}
table.company {
	font-size:15px;
}
table.company th {
	padding:5px 5px 0;
	text-align:right;
	vertical-align:top;
	
	width:130px;
}
table.company td {
	padding:5px 5px 0;
	text-align:left;
}

.br-sp {
	display:none;
}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
/*table set*/

    .company { margin:40px -10px; }
    .company th,
    .company td{
        width: 100%;
        display: block;
        border-top: none;
    }
/*table set*/

table.company {
	margin:5px auto 0;
}
table.company th {
	font-weight:bold;
	padding:0;
	text-align:center;
	
	width:100%;
}
table.company td {
	padding:1px 0 10px;
	text-align:center;
	line-height:15px;
}


.br-sp {
	display:inherit;
}
	}