@charset "utf-8";

/* common */

body {
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana, Arial, Helvetica, sans-serif;
    margin-top: 30px;
    font-size: 14px!important;

}

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

a:hover {
    color: #a20606
;
    text-decoration: none;
}

a:active {
    color: #333333;
}

ul {
    list-style-type: none;
}

h1 {
    font-size: 10px;
    font-weight: normal;
    margin: 0;
}

.marR5 {
    margin-right: 5px;
}

.marR15 {
    margin-right: 15px;
}

.marT15 {
    margin-top: 15px;
}

.marT30 {
    margin-top: 30px;
}

.marB5 {
    margin-bottom: 5px;
}

.marB15 {
    margin-bottom: 15px;
}

.marB30 {
    margin-bottom: 30px;
}

.padTB0RL15 {
    padding: 0 15px;
}

.padTB0RL10 {
    padding: 0 10px;
}

.padTBRL15 {
    padding:15px;
}

.cL {
    clear: left;
}

.cB {
	clear:both;
}


/* header */

#header {
    margin-bottom: 30px;
}

#headerLeft {
    padding-top: 9px;
}

/* WEBフォント　
#headerRight{
	font-family: 'Noto Sans JP', sans-serif;

}
*/

#headerRight .tel {
	font-size:1em;
	font-weight:bold;
	white-space:nowrap;
	margin-right:0.5em;
	display:inline-block;
}

#headerRight .tel span{
	display:block;
	margin-bottom:5px;
}
#headerRight .tel p{
	font-size:1.5em;
}
#headerRight .tel strong{
	color:#333!important;
}

#headerRight .tel p .fa-phone{
	  background-color:#a20606
;
	  padding:5px;
	  border-radius:15px;
	  margin-right:5px;
  }

#headerRight a , #headerRight i{
	  display:inline-flex;
}

#headerRight a.hoverFade , #headerRight i{
	  color:#fff!important;
}

#headerRight p:nth-child(1) i{
	font-size:3.0em;
	margin-right:0.2em;
}
  
#headerRight .mail{
    text-align:left;
	display:inline-block;
}

#headerRight .mail p{
	  color:#fff;
	  font-size:12px;
	  padding:8px 10px;
	  border-radius:5px;
	  background-color:#a20606
;
	  line-height:1.5;
	  white-space:nowrap;
  }

#headerRight .mail p span{
	font-size:240%;
	margin-right:5px;
}


@media (max-width: 767px) {
#headerRight {
	display:none;
}
}



/* side */

#side ul {
    padding: 0;
}

#side li {
    padding: 0;
}

/* lNavi */

#lNavi a#lNaviTop {
    border: 1px dashed #a20606
;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    color: #a20606
;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: url(./images/common/lNavi_arrow.jpg) no-repeat #FFF;
    background-position: 183px 17px;
}

#lNavi a#lNaviTop:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

#lNavi a.lNaviMiddle {
    border: 1px dashed #a20606
;
    border-top: none;
    color: #a20606
;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: url(./images/common/lNavi_arrow.jpg) no-repeat #FFF;
    background-position: 183px 17px;
}

#lNavi a.lNaviMiddle:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

#lNavi a#lNaviBottom {
    border: 1px dashed #a20606
;
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    color: #a20606
;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: url(./images/common/lNavi_arrow.jpg) no-repeat #FFF;
    background-position: 183px 17px;
}

#lNavi a#lNaviBottom:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

#lNaviSingle a {
    border: 1px dashed #a20606
;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #a20606
;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: url(./images/common/lNavi_arrow.jpg) no-repeat #FFF;
    background-position: 183px 17px;
}

#lNaviSingle a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

img.catalog{
	margin-top:20px;
}


/* pageTop */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 150px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* footer */

#footerContainer {
    background: #EEE;
    font-size: 12px;
}

#footer a {
    text-decoration: underline;
}

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

#footer li {
    padding: 0 10px;
    margin: 5px 0;
    border-right: 1px solid #666;
}

#footer li:last-of-type{
	border-right:none;
}

/**/

#copy {
    background: #E3E1E2;
    font-size: 12px;
	text-align:center;
}

#copy .row {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*　松熊追加 */

/* gNavi */ 

.inner {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
 
.inner:after {
  content:"";
  clear: both;
  display: block;
}

/*
#mobile-head{
	margin-bottom:30px;
}
 */
 
/*--------header-----------*/
 
#top-head {
  width: 100%;
  line-height: 1;
  z-index: 999;
  margin-bottom:15px;
}
 
#top-head a,
#top-head {
/*    color: #fff;*/
    text-decoration: none;
}
 
#top-head .inner {
    position: relative;
}

#global-nav  {
	margin:10px 0;
	overflow:hidden;
}

 
#global-nav ul {
    list-style: none;
	padding:0;
	text-align:center;
}
#global-nav ul li {
	display:inline-block;
    padding:0 1em;
    border-left: 1px solid #000;
}

#global-nav ul li:first-of-type {
	border-left:none;
}

#global-nav ul li a {
    padding: 5px 0.5vw;
/*    padding: 5px 5px;*/
    position: relative;
    display: inline-block;
	font-weight:bold;
}
 
#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
 
#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
 
nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}
 
 
/*--------固定化されたときのCSS-----------*/
 
#top-head.fixed {
    margin-top: 0;
    top: 0;
/*    position: fixed;*/
    padding-top: 10px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
 
#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}
 
#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;
 
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
    padding-bottom: 10px;
}
 
 
/*-----------スマホのトグルボタンのCSS-------------*/
 
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 27px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    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;
}
 
 
/*--------メインコンテンツ-----------*/
 
 #contents_title , .contents_sub_title_01 , .rakuhenTitle{
	 border:1px dashed #a20606
;
	 border-radius: 10px;
/*	 padding:5px 0 5px 20px;*/
     margin-bottom: 15px;
     font-size: 20px;
     color: #666;
	 padding:0.5em 0 0.5em 1em;
 }
 
 .rakuhenTitle{
	 padding:0.2em 0 0.2em 1em;
 }
 .icon01{
	 color:#a20606
;
	 font-size:1.5em;
	 padding-right:5px;
 }

 .contents_sub_title_01 {
	 width:96%;
	 margin-left:2%;
	 margin-right:2%;
 }
 
 .contents_sub_title_01 .title , .rakuhenTitle .title{
	color:#a20606
;
	font-weight:bold;
	border-left:#a20606
 3px solid;
	margin-left:10px;
	margin-right:-10px;
	font-size:16px;
	padding-left:8px;
	margin:5px 0;
}

.contents_sub_title_01 .title{
	letter-spacing:-0.1em;
	
}

 .contents_sub_title_01 .detail{
	 padding-right:0.5em;
	 padding-left:0;
 }
 
  .contents_sub_title_01 h3{
	  padding-right:0;
  }

.rakuhenTitle .title{
	border:0;
}

.rakuhenTitle a ,  .contents_sub_title_01 a{
	color:#a20606
;
	font-size:70%;
	font-weight:bold;
	border-left:dashed #a20606
 1px;
	padding-left:0.8em;
	display:block;
	position:absolute;
	top:3px;
	right:10px;
}


.box_in {
	display:inline-block;
}

 
/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {

p , div{
	font-size:14px;
/*	font-size:14px!important;*/
	line-height:1.5!important;
}

h1{
	padding:5px;
	padding-top:10px;
	text-align:center;
}

.container{
	margin-top:90px;
/*	margin-top:60px;*/
}

.container:last-of-type{
	margin-top:0;
}

.rakuhenTitle a ,  .contents_sub_title_01 a{
	font-size:100%;
}

.rakuhenTitle a img {
	width:100%;
}


    .head-inner {
      display: none;
    }
 
    .slick-next {
      right: 0;
    }
 
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		z-index:10000;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 66px;
/*        height: 60px;*/
        z-index: 999;
		border-bottom:1px solid #666;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 1.5vw;
    }

  #headerLeft{
      position: absolute;
      left: 13px;
      height: 50px;
      top: 20px;
  }
	
  #headerLeft img{
	  width:100%;
	  height:auto;
  }

/*
  #headerRight img{
	  width:70%;
	  height:auto;
  }
*/
	
	
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #000;
        width: 100%;
        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: 14px;
		padding:0;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 3px 0;
        color: #fff;
		width:100%;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
/*        padding: 18px 0;*/
        padding: 5px 0;
    }
    #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);
    }
}
 
/*------------タブレット用------------------*/

@media screen and (max-width: 991px) {
.container img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}


.rakuhenTitle img {
	width:auto;
}


.contents_sub_title img , .contents_sub_title_01 img{
	width:auto;
}


}


@media (min-width:768px) and (max-width: 991px) {
h1{
/*	font-size:14px;*/
	padding:0 20px;
	padding-top:10px;
}

  .head-inner {
    display: none;
  }
 
  .slick-next {
    right: 0;
  }
 
  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
/*      position: fixed;*/
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: #fff;
      width: 100%;
      height: 100px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      height: 50px;
      top: 15px;
      color: #333;
      font-size: 1.5vw;
  }
  
  
  #headerLeft{
      position: absolute;
      left: 13px;
      height: 50px;
      top: 35px;
  }

  #headerRight{
      position: absolute;
      right: 13px;
      height: 50px;
      top: 36px;
  }

  #footer li {
    padding: 0 8px;
  }
  
  #global-nav ul li{
	      padding: 0 1.0vw;
  }

 
}


/*-----------PC-------------*/
@media screen and (min-width: 1200px) {
	
	.container{
		width:970px;
	}
}

