@charset “UTF-8”;
    
*{
    box-sizing:border-box;
    word-wrap: break-word;
}

a{
  text-decoration: none;
  color: #fff;
}

.clearfix:after{
  content:"";
  display:block;
  clear:both;
}

.clear{
    clear: both;
}

h1{
    font-size: 3.0rem;
}

h2{
    font-size: 2.0rem;
}

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

html{
    font-size: 10px;
}

body {
    letter-spacing: 1px;
    font-family: "Noto Sans Japanese",  YuGothic UI, "Yu Gothic",  "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: 300;
    background: #fff;
    color: #111;
}

i{
    padding-right: 10px;
}

.inner{
    width: 980px;
    margin: 0 auto;
}

/*----------google翻訳----------*/

#google_translate {
    margin-bottom: 3px;
    margin: auto;
    text-align: left;
    padding: 0 5px;
    height: 30px;
    width: 100%;
    float: left;
}

.skiptranslate,
a.goog-logo-link {
    /* 配置指定 */
    float: right;
}

a.goog-logo-link {
    padding-top: 10px;
}

.skiptranslate select {
    font-size: 1.3rem;
    color: #FFF;
    background-color: #9b2c25;
}

.skiptranslate select {
    /* フォントサイズ指定 */
    font-size: 1.3rem;
    /* 色味指定 */
    color: #FFF;
    background-color: #9b2c25;
}

/*----------ページトップボタン----------*/

.pageTop {
    position: fixed;
    bottom: 70px;
    right: 100px;
	z-index: 999;
}

.pageTop img{
    display: block;
    width: 70px;
}
 
.pageTop img:hover {
  opacity: 0.7;
}

/*----------ヘッダー・ナビ----------*/

.header_inner{
    width: 980px;
    margin: 0 auto;
}

header{
    position: fixed;
    background: rgba(155,44,37,0.9);
    top: 0;
    width: 100%;
    height: 100px;
    padding: 0 15px;
    z-index: 999;
    border-bottom: 2px solid #fff;
    box-shadow: 
        2px 2px 5px rgba(0,0,0,0.2);
}

.sp_tel img{
    display: none;
}

.h_logo img{
    width: 200px;
    float: left;
    margin-top: 15px;
}

.navigation{
    width: 775px;
    float: right;
    height: 50px;
}

.navigation a{
    float: left;
    text-align: center;
    padding-left: 15px;
    color: #fff;
    font-size: 1.6rem;
    width: 155px;
    font-weight: 500;
    line-height: 50px;
}

.navigation a:hover{
    color: #84a359;
    text-decoration: none;
    transition-duration: 0.9s;
}

.slider{
    width: 100%;
    height: 800px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 240px;
}

.slider img{
    display: block;
    margin: 0 auto 25px;
}

.slider_midashi{
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 25px;
    text-shadow:
        0 0 2px rgba(0,0,0,0.9),
        0 0 5px rgba(0,0,0,0.6),
        0 0 7px rgba(0,0,0,0.3);
    line-height: 1.5;
}

.slider_txt{
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 30px;
    line-height: 2.0;
    text-shadow: 
        0 0 2px rgba(0,0,0,0.9),
        0 0 5px rgba(0,0,0,0.6),
        0 0 7px rgba(0,0,0,0.3);
}

.pc_tel{
    font-weight: 500;
    font-size: 2.4rem;
    padding: 20px;
    text-align: center;
    width: 300px;
    background: #9b2c25;
    color: #fff;
    margin: 0 auto;
    border: 2px solid #fff;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
}

.info_title{
    float: left;
    text-align: left;
    margin-bottom: 10px;
    width: 22%;
    font-size: 1.5rem;
    line-height: 1.7;
}

.info_txt{
    float: right;
    margin-bottom: 10px;
    width: 75%;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
}

.info_txt2 a{
    color: #111;
}

.info_txt2{
    float: right;
    margin-bottom: 10px;
    width: 75%;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
}

/*----------フッター----------*/

footer{
    padding: 50px 0 0;
}

.f_left{
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 30px;
}

.f_right{
    float: right;
    width: 50%;
    margin-bottom: 30px;
}

.f_tel a{
    font-size: 3.6rem;
    font-weight: bold;
    color: #111;
}

.f_info{
    margin-bottom: 10px;
}

.footer_navi{
    background: #f3f3f3;
    width: 100%;
    padding: 20px;
}

.footer_navi ul {
    display: flex;
    width: 900px;
    margin: 0 auto;
}

.footer_navi ul li {
    text-align: center;
    width: 150px; 
    padding: 0 5px;
    list-style: none;
}

.footer_navi ul li a{
    color: #111;
    display: block;
	font-size: 1.5rem;
    font-weight: 500;
}

.footer_navi ul li a:hover{
    
}

.copy{
    text-align: center;
    font-size: 1.5rem;
    padding: 15px;
    background:#285351;
    color: #fff;
}

/*----------ソーシャルアイコン----------*/

.social {
    /* 隙間設定 */
    margin: auto;
    padding: 2px;
    /* 高さ指定 */
    height: 40px;
	margin-bottom: 30px;
}

.social ul {
    /* 配置指定 */
    overflow: hidden;
    width: 192px;
    float: right;
    position: relative;
}

.social li {
    /* 配置指定 */
    float: left;
    /* 隙間設定 */
    margin: 0 4px;
    list-style:none;
}

.social li a {
    /* 表示設定 */
    display: block;
    overflow: hidden;
    /* サイズ設定 */
    width: 40px;
    height: 40px;
    /* カーソルアイコン設定 */
    cursor: pointer;
    /* テキストを非表示設定 */
    text-indent: -999px;
    /* 背景の設定 */
    background-repeat: no-repeat;
    background-position: center center;
}

.social ul li.LINE first a {
    background-image: url(../img/social_line.png);
}

.social .LINE a {
    background-image: url("../img/social_line.png");
}

.social .facebook a {
    background-image: url("../img/social_facebook.png");
}

.social .twitter a {
    background-image: url("../img/social_twitter.png");
}

.social .googleplus a {
    background-image: url("../img/social_gplus.png");
}

.social .hatena a {
    background-image: url("../img/social_hatena.png");
}


@media screen and (max-width: 768px) {
    
    .skiptranslate select {
        font-size: 1.2rem;
        color: #FFF;
        background-color: #9b2c25;
    }

    .skiptranslate select {
        /* フォントサイズ指定 */
        font-size: 1.2rem;
        /* 色味指定 */
        color: #FFF;
        background-color: #9b2c25;
    }
    
    .pageTop {
        position: fixed;
        bottom: 25px;
        right: 15px;
        z-index: 999;
        }

    .pageTop img{
        display: block;
        width: 50px;
    }

    .pageTop img:hover {
      opacity: 0.7;
    }
    
    .wrapper{
        width: 100%;
        padding: 0 15px;
    }
    
    .drawer-nav{
       background: rgba(155,44,37,0.8);
    }
    
    .drawer-brand{
        padding: 20px 0;
    }
    
    .drawer-hamburger{
        height: 60px;
        padding: 0 15px;
        position: absolute;
        top: 25px;
    }
   
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      width: 100%;
      height: 2px;
      -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      background-color: #fff;
    }
    
    .drawer-hamburger-icon{
        margin-top: 0;
    }
    
    .drawer--right.drawer-open .drawer-hamburger{
        background: #333;
    }
    
    .navigation{
        margin-top: 20px;
        width: 160px;
    }
    
    .navigation li a{
        float: none;
        margin-right: 30px;
        line-height: 20px;
        font-weight: 500;
        font-size: 1.4rem;
        text-align: center;
		color: #fff;
    }
    
    .navigation li a:hover{
        color: #fff;
    }
    
    .header_inner{
        width: 100%;
    }
    
    header{
        height: 80px;
        width: 100%;
        padding: 0 15px;
        z-index: 999;
        position: fixed;
        top: 0;
        background: rgba(155,44,37,0.9);
        box-shadow: 
            2px 2px 5px rgba(0,0,0,0.2);
    }
    
    .h_logo img{
        width: 115px;
        margin: 0 auto;
        display: block;
        float: none;
        padding-top: 5px;
    }
    
    .h_tel{
        display: none;
    }
    
    .sp_tel img{
        display: block;
        width: 40px;
        position: fixed;
        top: 30px;
        left: 15px;
    }
    
    .slider{
        overflow: hidden;
        width: 100%;
        height: 500px;
        z-index: 99;
        position: relative;
        padding-top: 150px;
        margin-bottom: 0;
    }
    
    .slider img{
        display: block;
        width: 200px;
        margin: 0 auto 10px;
    }
    
    .slider_midashi{
        font-size: 1.6rem;
        line-height: 1.7;
    }
    
    .slider_txt{
        font-size: 1.2rem;
        line-height: 1.9;
        text-align: left;
        width: 80%;
        margin: 0 auto;
    }
    
    .pc_tel{
        display: none;
    }
    
    
    .info_title{
        font-size: 1.2rem;
        width: 25%;
        line-height: 1.5;
    }
    
    .info_txt{
        font-size: 1.2rem;
        width: 73%;
        line-height: 1.5;
    }
    
    footer{
        padding-top: 10px;
    }
    
    .f_left{
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .f_tel a{
        display: block;
        font-size: 2.4rem;
    }
    
    .f_right{
        float: none;
        width: 100%;
    }
    
    .social ul {
        /* 配置指定 */
        overflow: hidden;
        width: 192px;
        margin: 0 auto;
        float: none;
        position: relative;
    }
    
    .footer_navi{
        display: none;
    }
    
    .copy{
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.3;
    }
    
}


@media screen and (min-width: 1024px) {
    
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    
    .wrapper{
        width: 60%;
        padding: 48px 15px;
    }
    
    .drawer--right .drawer-nav{
        position: relative;
        top: 0;
        right: 0;
        overflow: visible;
        width: auto;
        height: auto;
}
    
    .drawer-hamburger{
        display: none;
    }
    .navigation{
        float: right;
        line-height: 70px;
    }
    
    .navigation li{
        float: left;
        padding:0;
    }
    
    .navigation li a{
        padding:0 15px;
    }
    
    .drawer-menu li:first-child{
        display: none;
    }
    
    header a{
        text-decoration: none;
    }
    
    
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    
    #google_translate{
        position: absolute;
        right: 20px;
    }
    
    .pageTop {
        position: fixed;
        bottom: 25px;
        right: 15px;
        z-index: 999;
    }

    .pageTop img{
        display: block;
        width: 50px;
    }

    .pageTop img:hover {
      opacity: 0.7;
    }
    
    .h_logo img{
        position: absolute;
        top: 30px;
        left: 20px;
        
    }
    
    .slider{
        overflow: hidden;
        width: 100%;
        height: 600px;
        z-index: 99;
        position: relative;
        padding-top: 200px;
        margin-bottom: 0;
    }
    
    .slider img{
        display: block;
        width: 200px;
        margin: 0 auto 10px;
    }
    
    .slider_midashi{
        font-size: 1.7rem;
        line-height: 1.7;
    }
    
    .slider_txt{
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: center;
        width: 80%;
        margin: 0 auto 30px;
    }
    
    .drawer-nav{
        background: rgba(155,44,37,0.8);
        
    }
    
    .drawer-brand{
        padding: 20px 0;
    }
    
    .drawer-nav img{
        max-width: 80%;
        display: block;
        margin: 50px auto 15px;
    }
    
    .drawer-hamburger{
        height: 60px;
        padding: 0 15px;
        position: absolute;
        top: 25px;
    }
   
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      width: 100%;
      height: 2px;
      -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      background-color: #fff;
    }
    
    .drawer-hamburger-icon{
        margin-top: 0;
    }
    
    .drawer--right.drawer-open .drawer-hamburger{
        background: #333;
    }
    
    .navigation{
        margin-top: 20px;
        width: 150px;
    }
    
    .navigation li a{
        float: none;
        margin-right: 30px;
        line-height: 20px;
        color: #fff;
        font-weight: bold;
        font-size: 1.4rem;
        text-align: center;
    }
    
    .navigation li a:hover{
        color: #fff;
    }
    
    .f_tel a{
        font-size: 2.8rem;
    }
    
    .f_left{
        padding-top: 10px;
    }
    
    .f_right{

    }
    
    .info_title{
        font-size: 1.3rem;
        width: 25%;
        line-height: 1.5;
    }
    
    .info_txt{
        font-size: 1.3rem;
        width: 73%;
        line-height: 1.5;
    }
    
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
    
    .wrapper{
        width: 70%;
        padding: 48px 15px;
    }
    
    .footer_navi{
        display: none;
    }
    
}







