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


body{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
margin:0;
color:#000;
min-width: 1024px;
-webkit-text-size-adjust: 100%;
font-size: 14px;
}

img{
}

a{
  color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-decoration:none;
}
a:visited{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-decoration:none;
  opacity: 0.7;
}

p {
    font-size: 100%;
    letter-spacing: 0.05em;
    line-height: 160%;
    margin-bottom: 0.5em;
    text-align: justify;
    text-justify: inter-ideograph;
}

img {
  vertical-align: bottom;
}

/* common
---------------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_end {
  justify-content: flex-end;
}

.only_pc {
  display:block;
}
.only_sp {
  display:none;
}

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

#wrapper {
	width:100%;
  overflow:hidden;
}

.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml50 {margin-left: 50px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.pr50 {padding-right: 50px;}
.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pml50 {padding-left: 50px;}


.fade-up{
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(60px);
}
.fade_active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



/* header
---------------------------------------------------------- */
header{
	display:flex;
	justify-content:space-between;
}
header h1 {
	margin:10px 0 10px 25px;
}





/* nav
---------------------------------------------------------- */
.only_pc nav ul{
	margin:14px 0 0;
}
.only_pc nav li{
	margin:0 33px 0 0;
}
.only_pc nav li:nth-child(6){
	margin:0 10px 0 0;
}

.only_pc nav li a{
	display:block;
	padding:15px 0 5px;
  color: #000;
}
.only_pc nav li:nth-child(6) a,
.only_pc nav li:nth-child(7) a {
  padding: 8px 0 0;
}
.only_pc nav li:nth-child(6) img,
.only_pc nav li:nth-child(7) img {
  width: 27px;
  height: auto;
}


.only_pc nav li:hover{
    transition: background-color 0.5s ease-out;
}






/* area_side_banner
---------------------------------------------------------- */
.area_side_banner {
	position:fixed;
  top: 298px;
	right:0;
	background-color:#FFF;
  z-index: 999999;
}








/* ページトップへ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    width: 68px;
    display: block;
}
#page-top a:hover {
}



/* footer
---------------------------------------------------------- */
.area_footer {
	text-align:center;
	padding:50px 0 60px;
}
.area_footer .footer_gnavi {
  background-color: #f8f8f8;
  margin-bottom: 30px;
}
.area_footer .footer_gnavi ul {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.area_footer .footer_gnavi ul li {
}
.area_footer .footer_gnavi ul li::after {
  content: "｜";
  
}

.area_footer .box_footer_logo {
	margin:0 0 30px;
}
.area_footer .box_footer_logo img {
  width: 121px;
  height: auto;
}

.area_footer .box_footer_address {
		margin:0 0 25px;
    text-align: center;
}
.area_footer .box_footer_address a {
	text-decoration:underline;
}
.area_footer .box_sns_icon {
	display:flex;
  justify-content: center;
  margin: 0 0 30px;

}
.area_footer .box_sns_icon li {
  margin: 0 5px;
}
.area_footer .box_sns_icon li img {
  width:27px ;
  height: auto;
}

.area_footer .box_footer_navi {
	font-size:18px;
	display:flex;
	justify-content:space-between;
	width:940px;
	margin:0 auto;
}
.area_footer .box_footer_navi li {
	width:290px;
	border:1px solid #b4b5b5;
  position: relative;
}
.area_footer .box_footer_navi li:last-child {
	border:none;
	background-color:#bd3c28;
}

.area_footer .box_footer_navi li:nth-child(1) img {
  width: 22px;
  height: auto;
  position: absolute;
  top: 15px;
  left: 25px;
}
.area_footer .box_footer_navi li:nth-child(2) img {
  width: 22px;
  height: auto;
  position: absolute;
  top: 13px;
  left: 65px;
}
.area_footer .box_footer_navi li:nth-child(3) img {
  width: 22px;
  height: auto;
  position: absolute;
  top: 14px;
  left: 32px;
}

.area_footer .box_footer_navi li a {
	display:block;
	padding:13px 0;
}
.area_footer .box_footer_navi li:last-child a {
	color:#ffffff;
}

.copyright {
	background-color:#575757;
	text-align:center;
	color:#c9caca;
	font-size:12px;
	padding:20px 0 18px;
}







/* ==========================================================================//
//
//　751px以上
//  ※TELリンク設定
//
// ========================================================================== */

@media screen and (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  }
  
  
  /* ==========================================================================//
  //
  //　750px以下
  //
  // ========================================================================== */
  
  @media screen and (max-width: 750px) {
  body {
    min-width: 100% !important;
    padding-top: 100px;
    font-size: 24px;
  }
  .only_pc {
    display:none;
  }
  
  .only_sp {
    display:block !important;
  }
  
  a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
  
/* header
---------------------------------------------------------- */
header{
  height: 100px;
	width:100%;
	justify-content:flex-start;
	position: fixed;
	background-color:#fff;
  top: 0;
  z-index: 999999;
}
header h1 {
    margin: 15px 30px 0 27px;
}
header .banner_header {
	margin:20px 0 0;
}

  
/* nav-スマホ
---------------------------------------------------------- */
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  width : 108px;
  height: 100px;
  cursor: pointer;
  text-align: center;
	background-color:#000000;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 48px;
  height  : 4px ;
  left    : 30px;
  background : #fff;
  -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: 20px;
}
.hamburger span:nth-child(2) {
  top: 35px;
}
.hamburger span:nth-child(3) {
  top: 50px;
}
.hamburger:after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 59px;/*画像の幅*/
  height: 15px;/*画像の高さ*/
  background-image: url(/assets/img/navi_menu_sp.png);
  background-size: contain;
  vertical-align: middle;
	position:absolute;
	top:70px;
	left:25px;
	z-index:9999;
}
.hamburger.active:after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 59px;/*画像の幅*/
  height: 15px;/*画像の高さ*/
  background-image: url(/assets/img/navi_close_sp.png);
  background-size: contain;
  vertical-align: middle;
	position:absolute;
	top:70px;
	left:25px;
	
}


/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 36px;
  left: 28px;
  background :#fff;/*×ボタン*/
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 36px;
  background :#fff;/*×ボタン*/
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
	display:none;
}
nav  {
}
nav.globalMenuSp.active {
	display:block !important;
  position: fixed;
  z-index : 2;
  top  : 100px;
  left : 0;
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  background: #000000;/*背景色*/
	padding:3em 0 0;
  overflow-y: auto;/*長い時スクロール*/
	height:100vh;/*長い時スクロール*/
}

nav.globalMenuSp.active ul {
  margin: 0 auto;
  width: 100%;
	padding:0;
  margin-bottom: 3em;
  height: 1400px;/*長い時スクロール*/
}

nav.globalMenuSp.active ul li {
  list-style-type: none;
  padding: 0;
  width: 414px;
  transition: .4s all;
  margin: 0 auto;
}
nav.globalMenuSp.active ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  /*background :#ddd;*//*リンク文字色boxのhover*/
}

nav.globalMenuSp.active ul li a {
  display: none;
}

nav.globalMenuSp.active ul li a {
  display: block;
  color: #fff;/*リンク文字色*/
  padding: 35px 0;
  text-decoration :none;
	font-size:28px;
}
nav.globalMenuSp.active ul li:nth-child(1),
nav.globalMenuSp.active ul li:nth-child(2),
nav.globalMenuSp.active ul li:nth-child(3),
nav.globalMenuSp.active ul li:nth-child(4) {
  border-bottom: 1px solid #595757;
}
nav.globalMenuSp.active ul li:nth-child(4) {
  margin-bottom: 75px;
}
nav.globalMenuSp.active ul li:nth-child(5),
nav.globalMenuSp.active ul li:nth-child(6),
nav.globalMenuSp.active ul li:nth-child(7),
nav.globalMenuSp.active ul li:nth-child(8) {
  border: 1px solid #595757;
  margin-bottom: 17px;
}
nav.globalMenuSp.active ul li:nth-child(8) {
  margin-bottom: 75px;
}
nav.globalMenuSp.active ul li:nth-child(9) a {
	display:inline-block;
	border:4px solid #fff;
  padding: 20px 0;
	width:100%;
	border-radius:5em;;
	margin:0 0 35px;
}
nav.globalMenuSp.active ul li:nth-child(10) a {
	display:inline-block;
	background:#bd3c28;
	color:#fff;
  padding: 20px 0;
	width:100%;
	border-radius:5em;
	margin:0 auto 0;
}


/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;

}
  

/* footer
---------------------------------------------------------- */
.area_footer {
	padding:55px 0 0;
}
.area_footer .footer_gnavi {
  display: none;
}
.area_footer .box_footer_logo {
  margin: 0 auto 35px;
	width:220px;
}
.area_footer .box_footer_logo img {
	width:100%;
	height:auto;
}

.area_footer .box_footer_address {
	font-size:25px;
  margin: 0 0 40px;
}
.area_footer .box_sns_icon {
  margin: 0 0 40px;
}
.area_footer .box_sns_icon li {
  margin: 0 25px;
}
.area_footer .box_sns_icon li img {
  height: 80px;
  width: auto;
}

.area_footer .box_footer_navi {
	display:block;
	width:100%;
	margin:0 auto;
}
.area_footer .box_footer_navi li {
	width:100%;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-size:25px;
}
.area_footer .box_footer_navi li:nth-child(1) img {
  width: 31px;
  height: auto;
  position: absolute;
  top: 37px;
  left: 200px;
}
.area_footer .box_footer_navi li:nth-child(2) img {
  width: 27px;
  height: auto;
  position: absolute;
  top: 36px;
  left: 265px;
}
.area_footer .box_footer_navi li:nth-child(3) img {
  width: 30px;
  height: auto;
  position: absolute;
  top: 37px;
  left: 220px;
}


/*.area_footer .box_footer_navi li img {
	width:2em;
	height:auto;
	margin-bottom:0.1em;
}*/

.area_footer .box_footer_navi li a {
	padding:35px 0 30px;
}
.copyright {
	padding:20px 0 18px;
	font-size:2.5vw;
}




  
}
