@charset "UTF-8";
/*---------------- ▼全幅共通CSS▼ --------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input:not([type="checkbox"]), textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -moz-appearance: normal;
  -webkit-appearance: normal;
}

body,
input, textarea, select {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #4a4a4a;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.2;
}

body img {
  letter-spacing: 0;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

/*Windowsの場合はデフォルトを游ゴシックに
ヒラギノはmidiumのfont-weightが反映されないため*/
/*.win{
	body,
	input,textarea,select{
		font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-weight: 500;
	}
	.mincho{
		font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	}
}*/
/*IEではWEBフォントなどのline-heightがずれるので、Windowsプリインストールのフォントを指定*/
/*.ie{
	body,
	input,textarea,select{
		font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	.mincho{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "serif";
	}
	select{
		&::-ms-expand{
			//IEでselectの矢印を非表示にする
			display: none;
		}
	}
}*/
/*ヒラギノがデフォルトに指定の場合、EDGEではfont-weightが正しく反映されないため400に*/
/*.edge{
	body,
	input,textarea,select{
		font-weight: normal;
	}
}*/
a {
  color: #000000;
}

address {
  font-style: normal;
}

#header.on {
  background: #ffffff;
  height: 100%;
  /*.spBtn_contact{
  	&:not(.entry){
  		display: none;
  	}
  }*/
}

#header {
  background: #ffffff;
}

.l-headLogo {
  float: left;
}

.l-headTel {
  float: right;
}

#contWrap {
  overflow: hidden;
}

/*---------------- ▼footer▼ --------------------*/
#footer {
  background: #de426e;
  text-align: center;
}
#footer small {
  display: inline-block;
}

.l-footer-link {
  text-align: center;
}
.l-footer-link li {
  display: inline-block;
}
.l-footer-link a {
  color: #ffffff;
}
.l-footer-link a:hover {
  text-decoration: underline;
}

.l-footerCopy {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: .2em;
}

#pageTop_wrap {
  /*position: fixed;
  z-index: 9;
  right: 0;
  bottom: 0;
  margin-bottom: 10px;
  &.absolute{
  	position: absolute;
  	//top: 0;
  }*/
}
#pageTop_wrap img, #pageTop_wrap a {
  display: block;
}
#pageTop_wrap img {
  width: 100%;
}

#pageTop {
  margin: auto;
}

/*---------------- ▼hamburger▼ --------------------*/
#hamburgerWrap {
  background: #000000;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  padding: 10px;
  cursor: pointer;
}
#hamburgerWrap div {
  transition: 0.3s;
  height: 2px;
  width: 25px;
  position: absolute;
  background: #ffffff;
  margin: auto;
  /*&:before,&:after{
  	@include content_abs($t:0,$b:0);
  	margin: auto;
  	background: $white;
  }
  &:before{
  	left: 0;
  	width: 10%;
  }
  &:after{
  	right: 0;
  	width: 80%;
  }*/
}
#hamburgerWrap div:first-of-type {
  top: 12px;
}
#hamburgerWrap div:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#hamburgerWrap div:last-of-type {
  bottom: 12px;
}
#hamburgerWrap.on div {
  background: #ffffff;
  /*&:before,&:after{
  	display: none;
  }*/
}
#hamburgerWrap.on div:first-of-type {
  bottom: 12px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#hamburgerWrap.on div:nth-of-type(2) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#hamburgerWrap.on div:last-of-type {
  top: 12px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*---------------- ▲全幅共通CSS▲ --------------------*/
/*---------------- ▼PCのみCSS▼ --------------------*/
@media screen and (min-width: 769px) {
  a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    /*padding-bottom: 30px;*/
    /*.inner{
    	max-width: 1000px;
    	padding: 0 10px;
    	margin: auto;
    }*/
    font-size: .6875rem;
    /*---------------- ▼サブメニュー▼ --------------------*/
    /*.subMenu{
    	position: absolute;
    	left: 0;
    	right: 0;
    	z-index: 3;
    	margin: auto;
    	display: none;
    	width: percentage(980/1000);
    	background: $white;
    	@include box-shadow(0 2px 3px rgba(0,0,0,.1) );
    	padding: 2rem percentage(15/1000);
    }
    .subMenu_title{
    	letter-spacing: .2em;
    	&.block1{
    		font-size: 1.125rem;
    		font-weight: bold;
    		padding-bottom: 1rem;
    		border-bottom: solid 1px $gray2;
    	}
    	&.block2{
    		font-size: .875rem;
    		margin-top: 2.5rem;
    	}
    }
    .subMenu_titleSpan{
    	display: inline-block;
    	padding-left: .75em;
    	border-left: solid .3em $purple1;
    }
    .subMenu_li{
    	float: left;
    	font-size: .875rem;
    	a,
    	.link{
    		display: block;
    	}
    	a{
    		//text-decoration: underline;
    		position: relative;
    		&:after{
    			@include content_abs($t:0,$l:0);
    		}
    	}
    	.link{
    		padding: .75em 0;
    		position: relative;
    		&:after{
    		}
    	}
    }
    .subMenu_listType1{
    	margin-top: 1rem;
    	li{
    		width: percentage(178/950);
    		margin-left: percentage(15/950);
    		&:nth-of-type(5n+1){
    			margin-left: 0;
    		}
    		&:nth-of-type(n+6){
    			margin-top: 1rem;
    		}
    	}
    	a{
    		padding-top: percentage(85/174);
    		&:after{
    			width: 100%;
    			padding-top: percentage(85/174);
    			@include back_contain();
    		}
    	}
    	.link{
    		padding-right: 1em;
    		&:after{
    		}
    	}
    }
    .subMenu_listType2{
    	margin-top: 1.25rem;
    	li{
    		width: percentage(298/950);
    		margin-left: percentage(28/950);
    		&:nth-of-type(3n+1){
    			margin-left: 0;
    		}
    		&:nth-of-type(n+4){
    			margin-top: .875rem;
    		}
    	}
    	a{
    		padding: 0 1em;
    		border: solid 1px $gray2;
    	}
    	.link{
    		padding-right: 1.5em;
    		&:after{
    		}
    	}
    }*/
    /*---------------- ▲サブメニュー▲ --------------------*/
  }
  #header .ulWrap {
    font-size: 1.625rem;
    position: relative;
  }

  #header {
    padding: 0.9375rem 0;
  }

  .l-headLogo {
    padding: 0.9375rem 0 0 1.5rem;
  }

  .l-headTel {
    padding-right: 2.5rem;
  }

  /*---------------- ▼footer▼ --------------------*/
  #footer {
    min-width: 1000px;
    padding: 2.5rem 0 3.125rem;
  }

  .l-footerCopy {
    font-size: 0.875rem;
  }

  .l-footer-link {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  .l-footer-link li + li:before {
    display: inline-block;
    content: "｜";
    color: #ffffff;
    padding: 0 20px;
  }

  #hamburgerWrap {
    margin: .625rem .625rem auto auto;
  }
}
/*---------------- ▼PCのみ（1001～）CSS▼ --------------------*/
/*---------------- ▼PCのみ（1000～769）CSS▼ --------------------*/
/*---------------- ▲PCのみCSS▲ --------------------*/
/*---------------- ▼タブレット以降CSS▼ --------------------*/
/*---------------- ▼タブレット以降(1100～)CSS▼ --------------------*/
@media screen and (max-width: 1100px) {
  #contWrap {
    padding-top: 14.66667vw;
  }
}
/*---------------- ▼タブレット以降(768～)CSS▼ --------------------*/
@media screen and (max-width: 768px) {
  html {
    font-size: .875rem;
  }

  /*body {
  	-webkit-text-size-adjust: 100%;
  	text-size-adjust: 100%;
  }*/
  /*br.pc{
  	display:none;
  }
  br.sp{
  	display:inline;
  }*/
  input, textarea, select {
    font-size: 16px !important;
  }

  #header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header .ulWrap {
    font-size: 1.625rem;
  }

  .l-headLogo {
    padding: 4.8% 0 0 5.06667%;
  }
  .l-headLogo img {
    width: 33.33333vw;
  }

  .l-headTel {
    padding: 3.2vw 4vw 2.66667vw 0;
  }
  .l-headTel img {
    width: 37.6vw;
  }

  /*---------------- ▼footer▼ --------------------*/
  #footer .l-footer-link {
    font-size: 3.73333vw;
    padding-top: 4vw;
  }
  #footer .l-footer-link li {
    width: 49%;
  }
  #footer .l-footer-link li:last-of-type {
    width: 100%;
    margin-top: 15px;
  }
  #footer .l-footerCopy {
    font-size: 3.2vw;
    padding: 1.5em;
    line-height: 1.3;
  }
  #footer small {
    display: inline-block;
  }
}
/*---------------- ▲タブレット以降CSS▲ --------------------*/
/*---------------- ▼タブレット以降（768～481）CSS▼ --------------------*/
/*---------------- ▲タブレット以降（768～481）CSS▲ --------------------*/
/*---------------- ▼タブレット以降（600～320）CSS▼ --------------------*/
/*---------------- ▲タブレット以降（600～320）CSS▲ --------------------*/
/*---------------- ▼スマホ以降CSS▼ --------------------*/
@media screen and (max-width: 600px) {
  /*#pageTop_wrap{
  	width:36px;
  	img{
  		height: 36px;
  	}
  }*/
}
@media screen and (max-width: 480px) {
  html {
    font-size: .75rem;
  }

  /*---------------- ▼footer▼ --------------------*/
  /*---------------- ▼hamburger▼ --------------------*/
}
/*---------------- ▲スマホ以降CSS▲ --------------------*/
/*---------------- ▼スマホ最小CSS▼ --------------------*/
/*---------------- ▲スマホ最小CSS▲ --------------------*/
