@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Typography
------------------------------------------------------*/
em {
	font-weight: 700;
}
address {
	font-style: normal;
}
/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
body {
	word-wrap: break-word;
  font-weight: 500;
}
h1,h2,h3,h4,h5,h6 {
  line-height: 1.5;
}
p {
  line-height: 1.6;
}
ul li {
  line-height: 1.6;
	list-style-type: none;
}
ol li {
  line-height: 1.6;
	list-style-type: decimal;
}
img {
	vertical-align: bottom;
}
iframe {
	width: 100%;
}
sup {
	font-size: 70%;
	vertical-align: super;
}
sub {
	font-size: 70%;
	vertical-align: sub;
}
/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
	text-decoration: none;
	color: #004970;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}
a > img {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}
a:hover {
	color: #004970;
}
a:hover > img {
	opacity: 0.65;
}
a[href^="tel:"] {
    pointer-events: none;
}
/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: rgba(255,255,255,.95);
}
header .header_inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 20px;
}
header .header_inner .header_l {
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  width: calc(100% - 90px);
}
header .header_inner .header_l .header_logo {
  margin-right: 20px;
}
header .header_inner .header_l .header_logo a img {
	height: 45px;
}
header .header_inner .header_l nav ul li a {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #004970;
}
header .header_inner .header_l nav ul li a:hover {
  color: #cdcdcd;
}
header .header_inner .header_r {
  width: 90px;
  position: relative;
}
header .header_inner .header_r::before {
  content: "公式SNS";
  position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  width: 100%;
  font-size: 12px;
  text-align: center;
}
header .header_inner .header_r ul.header_sns li {
  padding: 10.5px;
}
header .header_inner .header_r ul.header_sns li a img {
  width: 24px;
}
@media screen and (max-width: 992px) {
  header .header_inner {
    width: 100%;
    padding: 40px 16px 20px;
  }
  header .header_inner .header_l .header_logo {
    margin-right: 5px;
  }
  header .header_inner .header_l .header_logo a img {
    height: 45px;
  }
  header .header_inner .header_l nav ul li a {
    padding: 0 5px;
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) {
	.fat-nav, .fat-nav ul {
		display: none;
	}
}
@media screen and (max-width: 750px) {
  header .header_inner .header_l nav ul li a {
    display: none;
  }
  header .header_inner .header_r {
    display: none;
  }
  header .header_inner {
    padding: 16px;
  }
  header .header_inner .header_l {
    width: 100%;
  }
  header .header_inner .header_l .header_logo {
    margin-right: 0;
  }
  header .header_inner .header_l .header_logo a img {
    height: 45px;
  }
	/* SPメニュー */
  .hamburger {
    width: 45px ;
    height: 45px;
    display: block;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 10000;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 21px;
    margin-right: 7.5px;
  }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    width: 30px;
    height: 2px;
		position: absolute;
		right: 0;
    display: block;
    background-color: #004970;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .hamburger__icon::before, .hamburger__icon::after {
    content: "";
  }
  .hamburger__icon::before {
		width: 30px;
    top: -8px;
  }
  .hamburger__icon::after {
		width: 30px;
    top: 8px;
  }
  .hamburger.active {
    right: 16px;
  }
	.hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		width: 30px;
  }
  .hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  .fat-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 77px;
    left: 0;
    z-index: 9999;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .fat-nav__wrapper {
    width: 100%;
    height: 100%;
		position: relative;
		padding: 80px 16px;
    display: table;
    table-layout: fixed;
		z-index: 1;
    text-align: center;
  }
  .fat-nav li {
		margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
  }
  .fat-nav ul.header_sns {
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 60px;
  }
  .fat-nav ul.header_sns::before {
    content: "公式SNS";
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .fat-nav ul.header_sns li {
    padding: 30px;
  }
  .fat-nav ul.header_sns li a img {
    width: 40px;
  }
}

/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrap {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .wrap {
    width: 100%;
    padding: 0 16px;
  }
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
  padding: 80px 0;
  text-align: center;
}
footer h2 {
	margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
footer img {
  margin-bottom: 60px;
}
footer h3 {
	margin-bottom: 80px;
  font-size: 40px;
  font-weight: 700;
}
footer .copyright {
	text-align: center;
}
footer .copyright small {
	font-size: 12px;
}
.br_se {
  display: none;
}
@media screen and (max-width: 750px) {
  footer h2 {
    font-size: 14px;
  }
  footer h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .br_se {
    display: block;
  }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.sp {
	display: none;
}
.tb {
	display: none;
}
@media screen and (max-width: 750px) {
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/	
  img {
      max-width: 100%;
      height: auto;
  }
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
	body {
		word-wrap: break-word;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}
	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media screen and (max-width: 414px) {
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

