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

/*--------------------
基本設定
---------------------*/

body {
	margin:0;
	padding:0;
	font-size:14px;
	color: #222;
    font-family: "fot-tsukuardgothic-std", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
	background-repeat:repeat;
	background-color:#faf8f7;
	line-height:1.6em;
	position: relative;
}

body.stop-transitions {
  transition: none;
}

html {
	scroll-behavior: smooth;
}

ul , li , h1 , h2 , h3 ,h4 , h5 , h6 , table , tr , td , img , p , a , div , form , dl , dt , dd, main {
	margin:0;
	padding:0;
}

#wrap {
	
}

a {
	color: #222;
	border:none;
	text-decoration:underline;
	background-repeat:no-repeat;
	outline:none;
}

a:link{
	color: #222;
	border:none;
	text-decoration:underline;
	background-repeat:no-repeat;
}

a:visited {
	color: #222;
	text-decoration: underline;
}
a:hover {
	color: #222;
	text-decoration:none;
}

ul , li {
	list-style-type:none;
}

img {
	border:0;
	max-width:100%;
}

a:hover img {
/*	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;*/
}


table {
	border-collapse:collapse;
}

h1 , h2 {
	letter-spacing: 0.1em;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	font-weight: normal;
}

p {
	line-height:2em;
}


@media screen and (max-width: 640px) {
  iframe {
	  max-width: 100%;
  }
}

::selection {
    background-color: #464343;
	color:#FFF;
}
::-moz-selection {
    background-color: #464343;
	color:#FFF;
}



/*--------------------
clearfix
---------------------*/

.clearfix {
    /**zoom: 1;*/
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/*--------------------
汎用設定
---------------------*/

br.clear {
	clear:both;
}

img.border {
	padding:2px;
	border:solid 1px #333;
}

a.noborder {
	text-decoration:none;
}

span.ajust {
	text-indent:-9999px;
}

span.red {
	color:#ff0000;
}

span.bold {
	font-weight:bold;
}

span.bold2 {
	font-weight:bold;
	font-size:14px;
}

span.red_bold {
	font-weight:bold;
	color:#e21212;
}

span.red_bold2 {
	font-weight:bold;
	color:#e21212;
	font-size:14px;
}

span.bg {
	background-color:#000;
	color:#FFF;
	margin-left:3px;
	margin-right:3px;
}

span.bg2 {
	background-color:#e21212;
	color:#FFF;
	margin-left:3px;
	margin-right:3px;
}

.sp_only {
	display: none;
}
@media screen and (max-width: 640px) {
  .sp_only {
	  display: block;
  }
}

.pc_only {
	display: block;
}
@media screen and (max-width: 800px) {
  .pc_only {
	  display: none;
  }
}

/* loading */
#top_loading{
  	position:fixed;
  	top:0;
  	left:0;
  	right:0;
  	bottom:0;
  	background-color:#fff;
  	z-index:1000000;
  	box-sizing: border-box;
}

#top_loading::before {
	content: '';
	position: absolute;
  	top:0;
  	left:0;
  	right:0;
  	bottom:0;
	margin: auto;
	background-color: #ddd;
	width: 10%;
	height: 20px;
	transform: rotate(135deg);
}
@media screen and (max-width: 800px) {
  #top_loading::before {
	  width: 50%;
  }
}

#top_loading::after {
	content: '';
	position: absolute;
  	top:0px;
  	left:0;
  	right:0px;
  	bottom:0;
	margin: auto;
	background-color: #333;
	width: 10%;
	height: 20px;
	transform: rotate(135deg); 
}
@media screen and (max-width: 800px) {
  #top_loading::after {
	  width: 50%;
  }
}

#top_loading {
	-webkit-animation: byeShutter 2.5s forwards;
	animation: byeShutter 2.5s forwards;
}
#top_loading::after {
 	-webkit-animation: shutterOpen 2.5s forwards;
    animation: shutterOpen 2.5s forwards;
}

@keyframes byeShutter {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
	height: 20px;
  }
  30% {
    width: 2%;
  }
  100% {
    width: 10%;
  }
}
@media screen and (max-width: 800px) {
  @keyframes shutterOpen {
	    0% {
		    width: 0;
			height: 20px;
		  }
		  30% {
		    width: 10%;
		  }
		  100% {
		    width: 50%;
		  }
  }
}

/* fade */

.scroll_fadein {
	opacity: 0;
	transform: translate(0,10px); 
	-webkit-transform: translate(0,10px);
	    -webkit-transition: 0.6s 0s ease-in-out;
	        transition: 0.6s 0s ease-in-out;
}
.scroll_fadein2 {
	
	opacity: 0;
	transform: translateY(-40px); 
	-webkit-transform: translateY(-40px);
	    -webkit-transition: 0.8s 2.0s ease-in-out;
	        transition: 0.8s 2.0s ease-in-out;
}
@media screen and (max-width: 800px) {
  .scroll_fadein2 {
	  transform: translateX(0px); 
	  -webkit-transform: translateX(0px);
	  transform: translateY(40px); 
	  -webkit-transform: translateY(40px);
  }
}

.scroll_fadein3 {
	opacity: 0;
	transform: translateX(-40px); 
	-webkit-transform: translateX(-40px);
	    -webkit-transition: 0.8s 1.0s ease-in-out;
	        transition: 0.8s 1.0s ease-in-out;
}
.scroll_fadein4 {
	
	opacity: 0;
	transform: translateX(40px); 
	-webkit-transform: translateX(40px);
	    -webkit-transition: 1.5s 1s ease-in-out;
	        transition: 1.5s 1s ease-in-out;
}
@media screen and (max-width: 800px) {
  .scroll_fadein4 {
	  transform: translateX(0px); 
	  -webkit-transform: translateX(0px);
	  transform: translateY(40px); 
	  -webkit-transform: translateY(40px);
  }
}

.scroll_fadein5 {
	opacity: 0;
	transform: translate(0,0px); 
	-webkit-transform: translate(0,0px);
	    -webkit-transition: 0.8s 0s ease-in-out;
	        transition: 0.8s 0s ease-in-out;
}


/*
.scroll_fadein_header {
	opacity: 0;
	transform: translate(0,-20px); 
	-webkit-transform: translate(0,-20px);
	-webkit-transition: 0.5s 5.5s ease-in-out;
	transition: 0.5s 5.5s ease-in-out;
}
@media screen and (max-width: 640px) {
  .scroll_fadein_header {
	-webkit-transition: 0.5s 0s ease-in-out;
	transition: 0.5s 0s ease-in-out;
  }
}
*/

.scroll_fadein_header {
	opacity: 0;
	transform: translate(0,0px); 
	-webkit-transform: translate(0,0px);
	-webkit-transition: 0.4s 0.0s ease-in-out;
	transition: 0.4s 0.0s ease-in-out;
}

.scroll_fadein_text {
	opacity: 0;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px);
	    -webkit-transition: 0.8s 0s ease-in-out;
	        transition: 0.8s 0s ease-in-out;
}


.scroll_fadein_cont {
	opacity: 0;
}

.fadein_mv{
	opacity: 1.0 !important;
	transform: translate(0,0) !important; 
	-webkit-transform: translate(0,0) !important;
}

/*--------------------
header
---------------------*/


header {
	width:100%;
	box-sizing: border-box;
	padding:0px 0px 0px 0px;
	position: fixed;
	top:0;
	left:0;
	z-index:100000;
	background-color: #faf8f7;
}

/* 高さ設定 */

header , header nav {
	height:80px;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  header , header nav {
		height:60px;
  }
}
@media screen and (max-width: 1210px) {
  header , header nav {
	  height:60px;
  }
}
@media screen and (max-width: 1000px) {
  header , header nav {
	  height:60px;
  }
}
@media screen and (max-width: 640px) {
  header , header nav {
	  height:50px;
  }
}

#top_header {
	animation  : textFade1 12s;
}

div#logo {
	width:250px;
	height:31px;
	text-indent: -9999px;
	position: absolute;
	top:25px;
	left:30px;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  div#logo {
	width:200px;
	height:25px;
	top:18px;
	left:15px;
  }
}
@media screen and (max-width: 1210px) {
  div#logo {
	width:200px;
	height:25px;
	top:18px;
	left:15px;
  }
}
@media screen and (max-width: 1000px) {
  div#logo {
	width:200px;
	height:25px;
	top:18px;
	left:15px;
  }
}
@media screen and (max-width: 1000px) {
  div#logo {
	position: absolute;
	top:5px;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
  }
}
@media screen and (max-width: 640px) {
  div#logo {
	top:0px;
  }
}


div#logo a {
	display:block;
	width:250px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/logo.png);
	background-size:100% auto;
	background-position: 0px 0px;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  div#logo a {
	width:200px;
	height:25px;
  }
}
@media screen and (max-width: 1210px) {
  div#logo a {
	width:200px;
	height:25px;
  }
}
@media screen and (max-width: 1000px) {
  div#logo a {
	width:200px;
	height:25px;
  }
}
@media screen and (max-width: 640px) {
  div#logo a {
		width:180px;
		height:22.5px;
  }
}



header nav {
	width:100%;
	box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  header nav {
  }
}
@media screen and (max-width: 800px) {
  header nav {
	  width:96%;
	  left:2%;
	  top:10px;
  }
}
@media screen and (max-width: 640px) {
  header nav {
  }
}

header nav ul {
	width:100%;
	box-sizing: border-box;
	padding-top:18px;
	text-align: center;
	font-size:0;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  header nav ul {
	  padding-top:8px;  }
}
@media screen and (max-width: 1210px) {
  header nav ul {
	  padding-top:8px;
  }
}
@media screen and (max-width: 1000px) {
  header nav ul {
	  display: none
  }
}



header nav ul li {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 800px) {
  header nav ul li {
  }
}



header nav ul:hover a {
  color: rgba(34, 34, 34, 0.4);
}


header nav ul li a {
	text-align: left;
	display: block;
	padding:10px 20px 10px 20px;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
	font-size:14px;
	position: relative;
}
@media screen and (max-width: 1300px) {
  header nav ul li a {
		padding:10px 15px 10px 15px;
  }
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  header nav ul li a {
  }
}
@media screen and (max-width: 1210px) {
  header nav ul li a {
		padding:10px 10px 10px 10px;
		font-size:13px;
  }
}
@media screen and (max-width: 800px) {
  header nav ul li a {
  }
}

header nav ul li a:after {
  	position: absolute;
    background: #222;
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    top:0;
    left: 0;
    right:0;
    bottom: -40px;
    margin:auto;
    transition: all 0.4s;
}

header nav ul li a:hover {
  color: rgba(34, 34, 34, 1);
}

header nav ul li a:hover:after {
  width: 30%;
}

header nav ul li a:link {
	text-decoration: none;
}

header nav #header_contact {
	width:180px;
	height:45px;
	position: absolute;
	top:18px;
	right:10px;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  header nav #header_contact {
		width:160px;
		top:10px;
		right:10px;
  }
}
@media screen and (max-width: 1210px) {
  header nav #header_contact {
		width:160px;
		top:10px;
		right:10px;
  }
}
@media screen and (max-width: 1000px) {
  header nav #header_contact {
		width:40px;
		height:40px;
		top:10px;
		right:5px;
  }
}
@media screen and (max-width: 640px) {
  header nav #header_contact {
		top:5px;
  }
}

header nav #header_contact a {
	display: block;
	box-sizing: border-box;
	background-color: #464343;
	border:solid 1px #464343;
	color:#FFF;
	border-radius: 200px;
	font-size:14px;
	text-decoration: none;
	padding:10px 10px 10px 66px;
	text-align: left;
	position: relative;
	-webkit-transition: 0.4s 0.0s ease-in-out;
	transition: 0.4s 0.0s ease-in-out;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  header nav #header_contact a {
		padding:8px 10px 8px 52px;
		font-size:13px;
  }
}
@media screen and (max-width: 1210px) {
  header nav #header_contact a {
		padding:8px 10px 8px 52px;
		font-size:13px;
  }
}
@media screen and (max-width: 1000px) {
  header nav #header_contact a {
		width:40px;
		height:40px;
	  	padding:0;
		text-indent: -9999px;
  }
}

header nav #header_contact a .icon {
	display: block;
	width:20px;
	height:15px;
	background-image: url(../images/contact_icon.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	vertical-align: middle;
	position: absolute;
	top:14px;
	left:36px;
	-webkit-transition: 0.4s 0.0s ease-in-out;
	transition: 0.4s 0.0s ease-in-out;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  header nav #header_contact a .icon {
	  	top:12px;
		left:24px;
  }
}
@media screen and (max-width: 1210px) {
  header nav #header_contact a .icon {
	  	top:12px;
		left:24px;
  }
}
@media screen and (max-width: 1000px) {
  header nav #header_contact a .icon {
	  	top:12px;
		left:10px;
  }
}

header nav #header_contact a:hover {
	border:solid 1px #464343;
	background-color:#faf8f7;
	color:#222;
}

header nav #header_contact a:hover .icon {
	height:15px;
	background-position: 0 -15px;
}
@media screen and (max-width: 1210px) {
  header nav #header_contact a:hover.icon {
  }
}
@media screen and (max-width: 1000px) {
  header nav #header_contact a:hover.icon {
  }
}


#header_menu {
	width:60px;
	height:60px;
	margin:0px 0px 0px 0px;
	position: absolute;
	top:0;
	right:0;
	margin:auto;
	display: none;
}
@media screen and (max-width: 1000px) {
  #header_menu {
	  display: block;
	  position: absolute;
	  top:6px;
	  left:0px;
	  right:auto;
	  bottom:auto;
	  z-index:1;
  }
}
@media screen and (max-width: 640px) {
  #header_menu {
	  width:50px;
	  height:50px;
	  top:0;
  }
}

#header_menu a {
	width:60px;
	height:60px;
	position: relative;
	
}
@media screen and (max-width: 1000px) {
  #header_menu a {
	  width:60px;
	  height:60px;
  }
}
@media screen and (max-width: 640px) {
  #header_menu a {
	  width:50px;
	  height:50px;
  }
}


#header_menu a span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 20%;
    width: 50%;
    height: 1px;
	background: #464343;
  }


#header_menu a span:nth-of-type(1) {
  top:20px; 
}

#header_menu a span:nth-of-type(2) {
  top:30px;
  width: 36%;
}
@media screen and (max-width: 640px) {
  #header_menu a span:nth-of-type(2) {
  }
}


/* スクロール時 */

.scroll_navi {
	box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.05);
	/*border-bottom:solid 1px #f3ece9;*/
	height:60px;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  .scroll_navi {
		height:50px;
  }
}
@media screen and (max-width: 640px) {
  .scroll_navi {
		height:50px;
  }
}

.scroll_navi div#logo {
	width:220px;
	height:31px;
	top:16px;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  .scroll_navi div#logo {
	  	width:200px;
		height:25px;
		top:10px;
  }
}
@media screen and (max-width: 1000px) {
  .scroll_navi div#logo {
		width:200px;
		height:25px;
		top:5px;
  }
}
@media screen and (max-width: 640px) {
  .scroll_navi div#logo {
		top:0px;
  }
}

.scroll_navi div#logo a {
	width:220px;
	height:31px;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  .scroll_navi div#logo a {
	  	width:200px;
		height:25px;
  }
}
@media screen and (max-width: 1000px) {
  .scroll_navi div#logo a {
	width:200px;
	height:25px;
  }
}
@media screen and (max-width: 640px) {
  .scroll_navi div#logo a {
		width:180px;
		height:22.5px;
  }
}

.scroll_navi nav ul {
	padding-top:8px;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  .scroll_navi nav ul {
		padding-top:4px;
  }
}

.scroll_navi nav #header_contact {
	top:8px;
}
@media screen and (max-width: 1210px) {
  .scroll_navi nav #header_contact {
		top:10px;
  }
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  .scroll_navi nav #header_contact {
		top:5px;
  }
}
@media screen and (max-width: 1000px) {
  .scroll_navi nav #header_contact {
		top:10px;
  }
}
@media screen and (max-width: 640px) {
  .scroll_navi nav #header_contact {
		top:5px;
  }
}

.scroll_navi nav #header_contact a {
	padding:10px 10px 10px 66px;
}
@media screen and (max-width: 1210px) {
  .scroll_navi nav #header_contact a {
		padding:8px 10px 8px 52px;
  }
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  .scroll_navi nav #header_contact a {
	    padding: 8px 10px 8px 52px;
  }
}
@media screen and (max-width: 1000px) {
  .scroll_navi nav #header_contact a {
		width:40px;
		height:40px;
	  	padding:0;
		text-indent: -9999px;
  }
}

.scroll_navi nav #header_contact a .icon {
	top:14px;
}
@media screen and (max-height: 800px) and (min-width: 1000px) {
  .scroll_navi nav #header_contact a .icon {
	    top:12px;
  }
}
@media screen and (max-width: 1210px) {
  .scroll_navi nav #header_contact a .icon {
	  	top:12px;
  }
}
@media screen and (max-width: 1000px) {
  .scroll_navi nav #header_contact a .icon {
	  	top:12px;
  }
}


/* OPEN / CLOSE BTNS */

.menu-btn {
    z-index: 1000000;
}

.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}



/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 100000;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100vh;
    background: #464343;
    background-position: center center;
    background-size: cover;
}

.overlay .close_box {
	padding:0px 0 0 0px;
}
@media screen and (max-width: 1000px) {
  .overlay .close_box {
		padding:10px 0 0 0px;
  }
}
@media screen and (max-width: 640px) {
  .overlay .close_box {
		padding:0px 0 0 0px;
  }
}

.overlay .close {
	width: 50px;
    height: 50px;
	display: none;
	position: relative;
}
@media screen and (max-width: 1000px) {
  .overlay .close {
	  	display: block;
	  	width: 60px;
	  	height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .overlay .close {
		width: 50px;
		height: 50px;
  }
}

.overlay .close span{
    display: inline-block;
    position: absolute;
    left: 20%;
    width: 50%;
    height: 1px;
	background: #fff;
  }

.overlay .close span:nth-of-type(1) {
    top: 18px;
    left: 20%;
    width: 50%;
	-webkit-animation: closeButton1 0.8s forwards;
	animation: closeButton1 0.8s forwards;
}

@keyframes closeButton1 {
  0% {
  }
  100% {
    transform: translateY(6px) rotate(-45deg);
  }
}

.overlay .close span:nth-of-type(2){
    top: 30px;
    left: 20%;
    width: 50%;
	-webkit-animation: closeButton2 0.8s forwards;
	animation: closeButton2 0.8s forwards;
}

@keyframes closeButton2 {
  0% {
  }
  100% {
    transform: translateY(-6px) rotate(45deg);
  }
}

.overlay .menu {
    margin: 0px auto 0% 0;
    width: 100%;
    height: 100vh;
    background: #464343;
    
	opacity: 0;
	position: relative;
}
@media screen and (max-width: 1000px) {
  .overlay .menu {
	  width:100%;
	  transform: translateY(0%);
	  transition: .5s linear;
  }
}

.is-open .menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .3s linear;
}

.overlay .menu .box {
	position: absolute;
	padding-top:15px;
	top:10%;
	left:40%;
}
@media screen and (max-width: 1000px) {
  .overlay .menu .box {
	  width:70%;
	  position: static;
	  box-sizing: border-box;
	  padding:20px 0px 20px 0px;
	  margin:0 auto;
	  height:auto;
  }
}

.overlay .menu ul {
}
@media screen and (min-width: 1000px) {
  .overlay .menu ul {
  }
}

.overlay .menu ul li {
    list-style: none;
	 letter-spacing: 2px;
	 font-weight:normal;
	 text-align: left;
	 margin-bottom:0px;
}

@media screen and (min-width: 640px) {
  .overlay .menu ul li {
	 	margin-bottom:5px;
  }
}

.overlay .menu ul li a {
    padding: 15px 0;
    font-size: 15px;
    color:#fff;
    text-decoration: none;
	font-weight:normal;
	display: block;
	position: relative;
	
}
@media screen and (min-width: 1000px) {
  .overlay .menu ul li a {
    	font-size: 15px;
    	display: block;
    	padding: 15px 0;
  }
}


.overlay .menu ul .sub , .overlay .menu ul .cat-item {
	display: inline-block;
	width:48%;
}

.overlay .menu ul .sub a , .overlay .menu ul .cat-item a {
	font-size:13px;
    padding: 12px 0 12px 14px;
    color:#eee;
    position: relative;
    
}

.overlay .menu ul .sub a:before , .overlay .menu ul .cat-item a:before {
	content:"";
	width:6px;
	height:1px;
	position: absolute;
	top:23px;
	left:0px;
	background-color: #eee;
	
}

.overlay .menu ul li a:after {
  position: absolute;
    background: #fff;
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    left: 0%;
    bottom: 4px;
    transition: all 0.4s;
}

.overlay .menu ul li a:hover:after {
  width: 40%;
}

.overlay .menu ul .contact_button {
	padding-top:40px;
}

.overlay .menu ul .contact_button a {
	display: inline-block;
	border:solid 1px #FFF;
	padding:20px 40px 20px 80px;
	text-align: left;
	border-radius: 100px;
	position: relative;
}

.overlay .menu ul .contact_button a:after {
	display: none;
}

.overlay .menu ul .contact_button a .icon {
	display: block;
	width:20px;
	height:15px;
	background-image: url(../images/contact_icon.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	vertical-align: middle;
	position: absolute;
	top:24px;
	left:46px;
}



/*--------------------
footer
---------------------*/

footer {
	background-color: #fff;
	color: #222;
	position: relative;
}

footer #contact_area {
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	display: flex;
}
@media all and (max-width: 1000px) {
    footer #contact_area {
	    display: inline-block;
		width:100%;
    }
}
@media all and (max-width: 800px) {
    footer #contact_area {
	    display: block;
    }
}

footer #contact_area #mail {
	width:33.3%;
	text-align: center;
	padding:80px 0 80px 0;
	box-sizing: border-box;
	border-right:solid 1px #DDD;
}
@media all and (max-width: 1000px) {
    footer #contact_area #mail {
		width:50%;
		display:inline-block;
    }
}
@media all and (max-width: 800px) {
    footer #contact_area #mail {
		display: block;
	    width:100%;
		border-right:none;
		border-bottom:solid 1px #DDD;
		padding:50px 0 50px 0;
    }
}

footer #contact_area #mail h3 , footer #contact_area #materials h3 {
	display: inline-block;
	font-size:18px;
	line-height:30px;
	margin:0 0 20px 0;
	padding:0 0 0 40px;
	font-weight:bold;
	background-image: url(../images/contact_icon_footer.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px auto;
}

footer #contact_area #mail .button , footer #contact_area #materials .button {
	
}

footer #contact_area #mail .button a , footer #contact_area #materials .button a {
	display: block;
	background-color: #464343;
	font-size:18px;
	font-weight:bold;
	text-decoration: none;
	color:#FFF;
	padding:20px 20px 20px 20px;
	border-radius: 100px;
	-webkit-transition: 0.4s 0s ease-in-out;
	transition: 0.4s 0s ease-in-out;
	border:solid 1px #464343;
	box-sizing: border-box;
	text-align: center;
	max-width:320px;
	margin:0 auto 0 auto;
}
@media all and (max-width: 1200px) {
    footer #contact_area #mail .button a , footer #contact_area #materials .button a {
	    font-size:16px;
		max-width:300px;
		padding:20px 10px 20px 10px;
    }
}
@media all and (max-width: 800px) {
    footer #contact_area #mail .button a , footer #contact_area #materials .button a {
	    padding:20px 20px 20px 20px;
		font-size:18px;
		max-width:80%;
    }
}

footer #contact_area #mail .button a:hover , footer #contact_area #materials .button a:hover {
	color:#222;
	background-color: #FFF;
}


footer #contact_area #materials {
	width:33.3%;
	text-align: center;
	padding:80px 0 80px 0;
	box-sizing: border-box;
	border-right:solid 1px #DDD;
}
@media all and (max-width: 1000px) {
    footer #contact_area #materials {
		width:49%;
		border-right:none;
		display:inline-block;
    }
}
@media all and (max-width: 800px) {
    footer #contact_area #materials {
		display: block;
	    width:100%;
		border-right:none;
		border-bottom:solid 1px #DDD;
		padding:50px 0 50px 0;
    }
}

footer #contact_area #materials h3 {
	background-image: url(../images/materials_icon.png);
}

footer #contact_area #phone {
	width:33.4%;
	text-align: center;
	padding:80px 0 80px 0;
}
@media all and (max-width: 1000px) {
    footer #contact_area #phone {
		width:100%;
		display: block;
		border-top:solid 1px #DDD;
    }
}
@media all and (max-width: 800px) {
    footer #contact_area #phone {
		border-top:none;
	    width:100%;
		padding:50px 0 50px 0;
    }
}

footer #contact_area #phone h3 {
	display: inline-block;
	font-size:18px;
	line-height:30px;
	margin:0 0 20px 0;
	padding:0 0 0 40px;
	font-weight:bold;
	background-image: url(../images/phone_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px auto;
}

footer #contact_area #phone #number {
	font-size:34px;
	line-height:1.4em;
	letter-spacing: 2px;
	font-weight:bold;
	margin:0 0 4px 0;
}
@media all and (max-width: 640px) {
    footer #contact_area #phone #number {
	    display: none;
    }
}

footer #contact_area #phone #number_sp {
	font-size:34px;
	line-height:1.4em;
	letter-spacing: 2px;
	font-weight:bold;
	margin:0 0 4px 0;
	display: none;
}
@media all and (max-width: 640px) {
    footer #contact_area #phone #number_sp {
	    display: block;
    }
}

footer #contact_area #phone #number_sp a {
	font-weight:bold;
}

footer #contact_area #phone #hour {
	font-size:12px;
}

footer #footer_message {
	width:100%;
	padding:50px 0 50px 0;
	font-size:8vw;
	line-height:1.4em;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 1600px) {
  footer #footer_message {
	  font-size:130px;
  }
}
@media screen and (max-width: 640px) {
  footer #footer_message {
		padding:40px 0 40px 0;
		font-size:7vw;
  }
}

footer #footer_message div {
}

footer #footer_message .disnon {
	opacity: 0;
}



footer #footer_wrap {
    width: min(90%, 1400px);
	margin: 0 auto;
	padding:20px 0px 40px 0px;
	box-sizing: border-box;
	display: flex;
}
@media screen and (max-width: 800px) {
  footer #footer_wrap {
		padding:20px 0px 60px 0px;
		display: block;
  }
}


footer #footer_wrap #footer_adress {
	font-size:14px;
	color:#222;
	line-height:2em;
	margin:0 0 60px 0;
	width:50%;
}
@media screen and (max-width: 800px) {
  footer #footer_wrap #footer_adress {
	  margin:0 0 40px 0;
	  width:100%;
  }
}

footer #footer_wrap #footer_adress p {
	margin:0 0 20px 0;
}


@media screen and (max-width: 640px) {
  footer #footer_wrap #footer_adress .more_arrow a {
	  background-position: left center;
  }
}

@media screen and (max-width: 640px) {
  footer #footer_wrap #footer_adress .more_arrow a:hover {
	  background-position: 10px center;
  }
}


footer #footer_wrap #footer_menu {
	width:50%;
}
@media screen and (max-width: 800px) {
  footer #footer_wrap #footer_menu {
		width:100%
  }
}

footer #footer_wrap #footer_menu ul {
	display: inline-block;
	min-width:180px;
	max-width:45%;
}
@media screen and (max-width: 1000px) {
  footer #footer_wrap #footer_menu ul {
		min-width:auto;
		width:45%;
  }
}

footer #footer_wrap #footer_menu ul li {
	padding:10px 10px 10px 0;
	font-size:14px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 800px) {
  footer #footer_wrap #footer_menu ul li {
	  font-size:13px;
	  padding:10px 20px 10px 0px;
	  text-align: left;
  }
}


footer #footer_wrap #footer_menu ul li a {
	color:#222;
	text-decoration: none;
	display: block;
}

footer #footer_wrap #footer_menu ul li a:hover {
	text-decoration: underline;
}

footer #footer_bottom {
    width: min(90%, 1400px);
	margin: 0 auto;
	padding:0px 0px 40px 0px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}
@media screen and (max-width: 800px) {
  footer #footer_bottom {
		display: block;
  }
}

footer #footer_logo {
	width:50%;
}
@media screen and (max-width: 800px) {
  footer #footer_logo {
		width:100%;
		margin:0 0 20px 0;
  }
}

footer #footer_logo a {
	display: block;
	width:137px;
	height:107px;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
@media screen and (max-width: 800px) {
  footer #footer_logo a {
		width:120px;
		margin:0 auto;
  }
}

footer #copyright {
	width:50%;
	font-size:12px;
	color:#222;
	padding:0px 0px 0px 0px;
	text-align: right;
}
@media screen and (max-width: 1000px) {
  footer #copyright {
		padding:0px 0px 0px 0px;
  }
}
@media screen and (max-width: 800px) {
  footer #copyright {
		width:100%;
		text-align: center;
  }
}

/*--------------------
section
---------------------*/


/* section */

section {
    width: 100%;
    padding: 100px 0px 100px 0px;
}
@media all and (max-width: 800px) {
    section {
        padding: 60px 0 60px 0;
    }
}

.top_section {
    padding: 0px 0px 60px 0px;
}

.section_nopadding {
    padding: 0px 0px 0px 0px;
}

.bg_white {
	background-color: #FFF;
}


/* コンテンツボックス */

.contents {
    width: min(90%, 1400px);
    margin: 0 auto;
}

.contents_wide {
    width: min(90%, 1800px);
    margin: 0 auto;
}

.contents_1000 {
    width: min(90%, 1000px);
    margin: 0 auto;
}

.contents_800 {
    width: min(90%, 800px);
    margin: 0 auto;
}




/*--------------------
ページ　見出し
---------------------*/

.page_subtitle {
	margin:0 0 60px 0;
}
@media screen and (max-width: 640px) {
 .page_subtitle {
		margin:0 0 40px 0;
		position: relative;
  }
}

.page_subtitle .en {
	font-size:36px;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height:1.2em;
	margin:0 0 10px 0;
}
@media screen and (max-width: 640px) {
 .page_subtitle .en {
	font-size:30px;
  }
}

.page_subtitle h2 {
	font-size:14px;
	font-weight:bold;
	letter-spacing: 0.05em;
	line-height:1.2em;
	margin:0 0 0px 0;
}
@media screen and (max-width: 640px) {
 .section_title .section_title_box h2 {
	font-size:13px;
	 line-height:1.2em;
  }
}


.page_subtitle .title_jp {
	font-size:26px;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height:1.2em;
	margin:0 0 0px 0;
}
@media screen and (max-width: 1000px) {
 .page_subtitle .title_jp {
	font-size:20px;
	margin:0 0 0px 0;
  }
}

.page_subtitle .more_arrow {
	width:100px;
	height:40px;
	margin:60px 20px 0 0;
}
@media screen and (max-width: 1000px) {
  .page_subtitle .more_arrow {
		margin:20px 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .page_subtitle .more_arrow {
		margin:0px 0px 0 0;
		position: absolute;
		top:0;
		right:0;
  }
}

.more_arrow a {
	display: block;
	width:100px;
	height:40px;
	background-image: url(../images/arrow1.png);
	background-size: 36px auto;
	background-position: left center;
	-webkit-transition: 0.6s 0s ease-in-out;
	transition: 0.6s 0s ease-in-out;
}
@media screen and (max-width: 640px) {
  .more_arrow a {
		background-position: right center;
  }
}

.more_arrow a:hover {
	background-position: 10px center;
}
@media screen and (max-width: 640px) {
  .more_arrow a:hover {
		background-position: 80% center;
  }
}


.link_blank {
	background-image: url(../images/link_icon.png);
	background-repeat: no-repeat;
	padding:0 24px 0 0;
	background-size: 17px auto;
	background-position: right center;
}

/*--------------------
ボタン
---------------------*/

.more_button {
	
}

.more_button a {
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	display: inline-block;
	background-image: url(../images/arrow1.png);
	background-size: 36px auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding:10px 80px 10px 0;
	-webkit-transition: 0.6s 0s ease-in-out;
	transition: 0.6s 0s ease-in-out;
}

.more_button a:hover {
	background-position: 90% center;
	color:#666;
}

.button_center {
	text-align: center;
}


/*--------------------
slick
---------------------*/

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-cloned {
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: -50px;

    display: block;

    width: 46px;
    height: 46px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}



@media all and (max-width: 1300px) {
    .slick-prev, .slick-next {
    }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 1 !important;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1 !important;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: 1 !important;
}

.slick-prev:before,
.slick-next:before
{
}

.slick-prev
{
	z-index: 10000;
    right:180px;
    background-image: url(../images/slick_arrow.png);
    background-size: 92px auto;
    background-position: 0px 0px;
    opacity: 1 !important;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-prev:hover, .slick-prev:focus {
	
    color: transparent;
    outline: none;
        
    background-image: url(../images/slick_arrow.png);
    background-size: 92px auto;
    background-position: -46px 0px;
    
    opacity: 1 !important;
}

.slick-next
{
    right: 120px;
    background-image: url(../images/slick_arrow.png);
    background-size: 92px auto;
    background-position: 0px -46px;
    opacity: 1 !important;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

.slick-next:hover, .slick-next:focus {
	
    color: transparent;
    outline: none;
        
    background-image: url(../images/slick_arrow.png);
    background-size: 92px auto;
    background-position: -46px -46px;
    
    opacity: 1 !important;
}



/* Dots */
.slick-dotted.slick-slider
{
}

.slick-dots
{
    position: absolute;
    bottom: -32px;
    right:250px;

    display: block;

    width: 80%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: right;
}
@media all and (max-width: 1200px) {
    .slick-dots {
    }
}
@media all and (max-width: 800px) {
    .slick-dots {
	    bottom: -20px;
	    width:100%;
	    right:0;
	    text-align: center;
    }
}
@media all and (max-width: 640px) {
    .slick-dots {
	    bottom: -10px;
    }
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}
@media all and (max-width: 800px) {
    .slick-dots li {
    	width: 10px;
		height: 10px;
    }
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 4px;
    height: 4px;
    padding: 4px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background-color: #ddd;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
    background-color: #0b2b4c;
   width: 4px;
    height: 4px;
    padding: 2px;
}
@media all and (max-width: 800px) {
    .slick-dots li.slick-active button:before {
	width: 10px;
    height: 10px;
    padding:0;
    }
}



/*--------------------
優先的に適用させる汎用css
---------------------*/

.fl	{ float:left; }
.fr	{ float:right; }
.cb	{ clear:both; }

.tl	{ text-align:left; }
.tc	{ text-align:center; }
.tr	{ text-align:right; }

/* font管理 */

.align_left {
    text-align: left !important;
}

.align_right {
    text-align: right !important;
}

.align_center {
    text-align: center !important;
}

.fsize60per {
    font-size: 60% !important;
}

.fsize70per {
    font-size: 70% !important;
}

.fsize80per {
    font-size: 80% !important;
}

.fsize90per {
    font-size: 90% !important;
}

.fsize100per {
    font-size: 100% !important;
}

.fsize110per {
    font-size: 110% !important;
}

.fsize120per {
    font-size: 120% !important;
}

.fsize130per {
    font-size: 130% !important;
}

.fsize140per {
    font-size: 140% !important;
}

/* 汎用margin */

.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}
.mr100 {margin-right: 100px !important;}

.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.ml70 {margin-left: 70px !important;}
.ml80 {margin-left: 80px !important;}
.ml90 {margin-left: 90px !important;}
.ml100 {margin-left: 100px !important;}

/* 汎用padding */
.pt0 {padding-top: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}
.pt60 {padding-top: 60px !important;}
.pt70 {padding-top: 70px !important;}
.pt80 {padding-top: 80px !important;}
.pt90 {padding-top: 90px !important;}
.pt100 {padding-top: 100px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb100 {padding-bottom: 100px !important;}


