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

@-webkit-keyframes pulse {
 from {opacity: 1.0;}
 to {opacity: 0.2;}
}

@media screen and (max-width: 800px)
{/*-----------wrap start--------------*/

#logo {
	background: transparent; /* 元の色 */
}

#logo.invert {
	background:rgba(159,152,122,1.00); /* スクロール後の色 */
}
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:0px;
	right: 0px;
	cursor: pointer;
    width: 60px;
    height:60px;
	
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #FFF;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:25px;
}

.openbtn span:nth-of-type(3) {
	top:35px;
}
.openbtn span:nth-of-type(4) {
	top:48px;
	left:10px;
	background:transparent;color:#FFFFFF;
}


.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}	
	
	
	
html,body{
margin:0;
padding:0;
width:100%;
height:auto;
overflow-x:hidden;
overflow-y:auto;
	font-size:14px;
/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;*/
/*
font-family:'Noto Sans JP';
font-weight: 400;
font-style: normal;*/
font-family: "fot-seurat-pron", sans-serif;
font-weight: 600;
font-style: normal;

}
img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;

}

	
	.mainWrapper	{}
	
	
	
h1{ 
	display:none!important;
}
	
	.s_header_img{position:absolute;left:0;}
.s_header_img img{height:50px;width:50px;margin-left:10px;z-index:9999;}		
	body p{color:#666666;}
	
h2 {
	position: relative;
	padding: 3rem 1rem!important;
	/*border-bottom: solid 2px rgba(50,42,35,1.00)!important;*/
	width:100%;
	box-sizing: border-box!important;
	height:auto;
	margin:30px auto!important;
	font-size:1.8rem!important;
	text-align: center!important;
	color:#FFFFFF!important;
		background-image:url("../img/022.jpeg")!important;
		background-position:center top!important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
	letter-spacing:0.3rem;
}
h2:after {
	position: absolute;
	content: "Nexus";
	top: -10px;
	left: 0px;
	background:rgba(87,79,36,1.00);
	font-size: 0.8rem;
	color: #FFFFFF;
	padding: 10px 10px;letter-spacing:0.0rem;
}

h6 {
	position: relative;
	padding: 4.5rem 1rem!important;
	/*border-bottom: solid 2px rgba(50,42,35,1.00)!important;*/
	width:100%;
	box-sizing: border-box!important;
	height:auto;
	margin:100px auto!important;
	font-size:2.0rem!important;
	text-align: center!important;
	color:rgba(50,42,35,1.00)!important;
		background-image:url("../img/bg_top.png")!important;
		background-position:center top!important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
	letter-spacing:0.3rem;
}
h6:after {
	position: absolute;
	content: "SRのサービス";
	top: -10px;
	left: 15px;
	background:rgba(118,39,40,1.00);
	font-size: 1rem;
	color: #FFFFFF;
	padding: 10px 10px;letter-spacing:0.0rem;
}	
	
h3 {box-sizing: border-box!important;
	text-align:center!important;
	display:block;
	width:fit-content;
	min-width:90%!important;
	margin:40px auto!important;
	position: relative!important;
	background-color:#111111!important;
	padding: 2rem 1rem!important;	
	border: solid 2px rgba(57,40,40,1.00)!important;
	font-size:1.2rem!important;
	color:#FFFFFF!important;
}
h3:after {
	position: absolute;
	content: "POINT";
	top: -15px;
	left: 10px;
	background: #fff;
	font-size: 0.8rem;
	color: rgba(57,40,40,1.00);
	padding: 10px 10px;
	border:3px solid rgba(66,66,66,1.00);
}	
	
h4 {box-sizing: border-box!important;
	text-align:center!important;
	display:block;
	width:fit-content!important;
	font-size:1.8rem!important;
	margin:50px auto!important;
	position: relative!important;
	padding: 1rem 1rem!important;	
	color:#624136!important;
	font-weight:650;
}
/*	
h5 {
  padding:2rem 0!important;
  overflow: hidden;
	margin:50px 5% 20px 5%!important;
  position: relative;
	width:90%;
	box-sizing:border-box;
	text-align: center;background: #F7F9D6!important;
}
h5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-width: 25px 25px 0 0!important;
  border-style: solid;
  border-color: #535133 #F7F9D6 #535133;
}*/	
h5 {
	display: block;
  padding:1.4rem 0.5rem!important;
	margin:50px auto 20px auto!important;
	box-sizing:border-box;
	text-align: center;
	width:fit-content;
	border-bottom:solid 6px rgba(148,0,2,1.00)!important;
}

.highlight{font-weight:600; color:rgba(219,0,3,1.00);}		
	
	
.mainTitle:nth-of-type(n+1) {
	position: relative;line-height:1.5rem;
	padding: 16vw 0.25rem 13vw 0.1rem!important;
	width:100%;
	box-sizing: border-box!important;
	height:auto;
	background-image:url("../img/021.jpeg");
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0px auto!important;
	font-size:6vw;
	font-weight:600;
	text-align: right!important;
	color:#000000!important;
	word-wrap: break-word;
	white-space: pre-wrap;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);*/
}
.mainTitle:nth-of-type(2) {
	position: relative;
	padding: 17vw 0.05em 10vw 0.05em!important;
	width:100%;
	box-sizing: border-box!important;
	height:auto;
	background-image:url("../img/032.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-backdrop-filter: blur(24px);
	margin:50px auto!important;
	font-size:5.0vw!important;
	line-height: 5vw;
	font-weight:600;
	text-align: center!important;
	letter-spacing:0!important;
	color:#000000!important;
	word-wrap: break-word;
	white-space: pre-wrap;
-moz-text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
-webkit-text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
-ms-text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}
	
.mainTitle:nth-of-type(2):before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}

.mainTitle:after {
	position: absolute;
	content: "Nexus";
	top: -20px;
	left: 42.5%;
	width:auto!important;
	align-content: center;
	font-weight:400;
	background:rgba(159,152,122,1.00);
	clip-path: polygon(65% 30%, 100% 0, 100% 0, 70% 100%, 35% 70%, 0 100%, 0 100%, 30% 0);
	font-size: 0.9rem;
	color: #FFFFFF;
	padding: 1rem 5%;
	line-height:1rem!important;
	text-shadow:none;
}
	
.mainTitle:nth-of-type(n+3) {
	margin:40px auto!important;
	background-image:url("../img/009.png");
	color:#F3F3F3!important;
	text-shadow: 2px 2px 2px rgba(2, 2, 2, 1);
	text-align: center!important;padding: 14vw 0rem!important;
}
	
.mainTitle > .first-top-sub{font-size:2.6vw!important; line-height:3vw!important;}	
.mainTitle > .top-sub:nth-of-type(1){font-size:4vw!important;}		
.mainTitle > .top-sub:nth-of-type(2){display: block; box-sizing:border-box;text-align:left; line-height:6.5vw; width:fit-content;padding:0.5rem;margin:10px auto;font-size:3.2vw!important;background:rgba(255,255,255,0.7);}		
.mainTitle > .top-sub-second{font-size:2.0vw!important;letter-spacing:1vw;}		
.mainTitle > .red{
	font-size:8vw!important;
	color:rgba(184,25,28,1.00);
	}	
	
.mainTitle > .top-sub{
	}
	
.mainTitle a {
    width: auto;
    margin:0 auto;
    text-align: center;
    padding:2px;
    background-color: #ffffff;
    color:#DC1992;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.2s;
}
  
/* マウスオーバー時 */
.mainTitle a:hover{
       margin-top: 0;
  box-shadow: 0 2px 0 #666666;
    }	
	
	
#page-top {
position: fixed;
bottom:65px;
right: 5px;
Z-index:9999;opacity:1;
justify-content: center;
align-items: center;	
}

#page-top a {
justify-content: center;
align-items: center;
display: inline-block;
width:40px;
height:40px;
	
}
	
#page-top a:hover {
 transform: scale(1.05);
}
	
#page-top a{font-size:37px;
background:rgba(79,76,61,0.9);
color:#FFFFFF;
 padding: 1.5px;
  position: relative;	
}


	
#Tel {
    position: fixed;
    bottom:0;width:100%;height:60px;
    right:0;box-sizing: border-box;
Z-index:30;opacity:0.95;
display: flex;
    background:center center no-repeat;
	background-color:rgba(159,152,122,1.00);
	/*box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);*/
}
	
	.box1{
    font-weight:650;
    text-align: center;
    margin:0;
    padding:5px 0;
	box-sizing:border-box;
		vertical-align:middle;
    width:50vw;height:58px;
	display: block;
	text-decoration: none;
background:rgba(245,238,216,1.00);
	color:#3D3D3D!important;
	transition: 0.5s;
	border:2px solid rgba(79,79,79,1.00);
	border-radius:8px;
	margin-bottom:4px;
	box-shadow:3px 2px #000000;
		font-size:1.2rem;
	}
	
	.box2{
    font-weight: bold;
    text-align: center;
background:rgba(84,220,44,1.00);
	color:#3D3D3D!important;
    margin:0;
    padding:5px 0;
	vertical-align:middle;
	box-sizing:border-box;	
    width:25vw;height:58px;
		display: block;
	border:2px solid rgba(79,79,79,1.00);
	border-radius:8px;
	margin-bottom:4px;
	box-shadow:3px 2px #000000;font-size:1.2rem;
	}
	
	.box3{
    font-weight: bold;
    text-align: center;
background:rgba(255,188,252,1.00);
	color:#3D3D3D!important;
    margin:0;
    padding:5px 0;
		vertical-align:middle;
	box-sizing:border-box;	
    width:25vw;height:58px;
		display: block;
	border:2px solid rgba(79,79,79,1.00);
	border-radius:8px;
	margin-bottom:4px;
	box-shadow:3px 2px #000000;font-size:1.2rem;
	}
	
	.box4{ color:rgba(159,152,122,1.00);
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background-color:#FFFFFF;
    margin: 5px;
    padding:0 2px;
	box-sizing:border-box;	
    width:auto;height:auto;}
	
	
	.box1 span{
		font-size:1.1rem;
	}	
	.box2 span{
		font-size:1.0rem;
	}	
	box3 span{
		font-size:1.0rem;
	}	

#Tel a:hover {
    text-decoration: none;color:#F3E29C!important;
    background:#FFFFFF;
}

.drawer , .drawer-content{
	display: none!important;
	}	
	
/*-----------toggle setting--------------*/	

/*全体レイアウト*/	
nav{font-size:100%;position:fixed;
 width: 100%;
 height: 100px;
	  background:#F0F0F0;
z-index:9998;
	justify-content: space-between;
}
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
	box-sizing:border-box;
 height: 80px;
 padding: 10px 3%;
	font-size:80%;
}

/*トグル部分*/
.navbar_toggle{
 z-index:9999; transform: translateY(30%);

}
.navbar_brand{	
	display:flex; 
	justify-content: space-between;
	box-sizing:border-box;
	width:100%; 
	height:auto;
	text-align:center; 
	margin:0px auto 0px auto;
 transform: translateY(15%);

	color:#FFFFFF;
	}

.smartlogo{width:100px; height:60px;margin:0;}
.smartTellogo{width:130px; height:43px;margin:10px 0 0 0;}
	
	.headerLink{display:flex; justify-content: space-between;margin:0;padding:0;
}
.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 30px;
 background:#454545;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0px;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

/*ナビゲーション部分*/
.menu{
	margin-top:20px;
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:9999;
}
.menu ul li{
 padding: 1em 2em 3em 2em;
	line-height:150%;
 border-bottom: 1px solid #CCC;
	 z-index:9999;
	
	box-sizing:border-box;
	width:100%;height:30px;
	background:#FFFFFF;
	opacity:0.9;

}
.menu ul li a > span.Btn-Icon{
 float:right;color:#ACACAC;font-size:60%;
}	
	
.menu ul li a{color:#666666;}
	
	
	
	
	
	
	
/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}
/*-----------toggle setting--------------*/	

	
div.para{
	margin-top:0px;
    height:350px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
    }
 
.paraBox{
    max-width: 800px;
        margin: 0 auto;position:relative;
    }
.paraBox .moziBig{
    line-height:350px;
    font-size:7.5vw!important;
	letter-spacing:0.0rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    }
.paraBox .moziBig .small{
    font-size:0.7em!important;
    }	


.paraBox > .mozi-toptitle{
	position:absolute; 
	left: 50%;
	box-sizing: border-box;
	font-size:0.7rem; 
	height:auto;
    transform: translate(-50%, -50%); 
	top:0px;
	background:rgba(130,41,43,1.00);
	color:rgba(255,255,255,1.00);
	padding:1rem 3rem;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.mozi-toptitle > .red{
	font-size:1.5rem; 
	font-weight:600; 
	color:rgba(159,152,122,1.00);
}

.paraContent{padding:50px 0;background:rgba(243,243,243,1.00);}
 
.para_bg01{
    background:url(../img/057.jpg);    
    }
.para_bg02{
    background:url(../img/048.jpg);    
    }
.para_bg03{
    background:url(../img/049.jpg);    
    }
.para_bg04{
    background:url(../img/054.jpg);    
    }
.para_bg05{
    background:url(../img/050.jpg);    
    }
	
.mozi{
	position: relative;
	width:88%; 
	margin:-80px 6% -35px 6%; 
	box-sizing: border-box; 
	padding:25px 20px 25px 100px;
	font-size:5vw!important;
	font-weight:600;
	letter-spacing:2px;
	color:#FFFFFF; 
	background: rgba(159,152,122,1.00)
	}		

.mozi::before {
	 position: absolute;
  top: -68px;
  left: -55px;
	content: url("../img/logo_small.png");
  vertical-align: middle;
 display: inline-block;
transform: scale(0.27);
}

.scroll-fade-side {

}
/*.bg {
  background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 1em,
      rgba(248, 187, 208, 0.4) 0,
      rgba(248, 187, 208, 0.1) 2em,
      rgba(248, 187, 208, 0.3) 0,
      rgba(248, 187, 208, 0.2) 4em,
      rgba(244, 143, 177, 0.6) 0,
      rgba(244, 143, 177, 0.2) 2em
    ),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 1em,
      rgba(248, 187, 208, 0.4) 0,
      rgba(248, 187, 208, 0.1) 2em,
      rgba(248, 187, 208, 0.3) 0,
      rgba(248, 187, 208, 0.2) 4em,
      rgba(244, 143, 177, 0.4) 0,
      rgba(244, 143, 177, 0.1) 2em
    );
  background-blend-mode: multiply;
}*/

/*トップ　スライダー*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_cssslider {
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
	height:100vh;
	width:100%;min-width:1080px;
	margin:0 auto;
	overflow:visible;
	position:relative;	background-position:center top;
	background:0 0 no-repeat;
	background-color:none;
	background-size:cover;

}
.cp_cssslider .mask {
	overflow:hidden;
	height:100vh;/* ボーダー分を差し引く */
	width: 100%;
}

.cp_cssslider ul {
	margin:0;
	padding:0;
	position:relative;
}
/* tooltip */
/* tooltip */
.cp_cssslider .tooltip {
	background:rgba(0,0,0,0.7);
	width:200px;
	height:auto;
	position:relative;
	bottom:95px;
	left:-100%;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.cp_cssslider .tooltip h7 {
	color:#fff;
	padding:0 0 0 20px;
}
.cp_cssslider li:hover .tooltip{
	left:0px;
}
.cp_cssslider:hover li,
.cp_cssslider:hover .cp_progressbar {
	-webkit-animation-play-state:paused;
	animation-play-state:paused;
}
.cp_cssslider li {
	width:100%;
	height:100vh;
	position:absolute;
	top:-100vh;
	list-style:none;
}
.cp_cssslider li img{object-fit: cover; width:100%; height:auto;}
	
.cp_cssslider li:nth-child(1){
	-webkit-animation:cycle1 25s linear infinite;
	animation:cycle1 25s linear infinite;
}
.cp_cssslider li:nth-child(2){
	-webkit-animation:cycle2 25s linear infinite;
	animation:cycle2 25s linear infinite;
}
.cp_cssslider li:nth-child(3){
	-webkit-animation:cycle3 25s linear infinite;
	animation:cycle3 25s linear infinite;
}
.cp_cssslider li:nth-child(4){
	-webkit-animation:cycle4 25s linear infinite;
	animation:cycle4 25s linear infinite;
}
.cp_cssslider li:nth-child(5){
	-webkit-animation:cycle5 25s linear infinite;
	animation:cycle5 25s linear infinite;
}
@keyframes cycle1 {
	0%  { top:0px; }
	4%  { top:0px; }
	16% { top:0px; opacity:1; z-index:0; }
	20% { top:100vh; opacity:0; z-index:0; }
	21% { top:-100vh; opacity:0; z-index:-1; }
	50% { top:-100vh; opacity:0; z-index:-1; }
	92% { top:-100vh; opacity:0; z-index:0; }
	96% { top:-100vh; opacity:0; }
	100%{ top:0px; opacity:1; }
}
@keyframes cycle2 {
	0%  { top:-100vh; opacity:0; }
	16% { top:-100vh; opacity:0; }
	20% { top:0px; opacity:1; }
	24% { top:0px; opacity:1; }
	36% { top:0px; opacity:1; z-index:0; }
	40% { top:200px; opacity:0; z-index:0; }
	41% { top:-200px; opacity:0; z-index:-1; }
	100%{ top:-200px; opacity:0; z-index:-1; }
}
@keyframes cycle3 {
	0%  { top:-200px; opacity:0; }
	36% { top:-200px; opacity:0; }
	40% { top:0px; opacity:1; }
	44% { top:0px; opacity:1; }
	56% { top:0px; opacity:1; z-index:0; }
	60% { top:200px; opacity:0; z-index:0; }
	61% { top:-200px; opacity:0; z-index:-1; }
	100%{ top:-200px; opacity:0; z-index:-1; }
}
@keyframes cycle4 {
	0%  { top:-200px; opacity:0; }
	56% { top:-200px; opacity:0; }
	60% { top:0px; opacity:1; }
	64% { top:0px; opacity:1; }
	76% { top:0px; opacity:1; z-index:0; }
	80% { top:200px; opacity:0; z-index:0; }
	81% { top:-200px; opacity:0; z-index:-1; }
	100%{ top:-200px; opacity:0; z-index:-1; }
}
@keyframes cycle5 {
	0%  { top:-200px; opacity:0; }
	76% { top:-200px; opacity:0; }
	80% { top:0px; opacity:1; }
	84% { top:0px; opacity:1; }

	96% { top:0px; opacity:1; z-index:0; }
	100%{ top:200px; opacity:0; z-index:0; }
}
/* progressbar */
.cp_progressbar {
	position:relative;
	top:-5px;
	width:680px;
	height:5px;
	background:#000000;
	-webkit-animation:progressbar 25s ease-out infinite;
	animation:progressbar 25s ease-out infinite;
}
/* animation */
@keyframes progressbar {
	0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; z-index:2; }
	4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; z-index:2; }
	16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.3; z-index:2; }
	18%, 38%, 58%, 78%, 98% { width:100%; opacity:0;  z-index:2; }
}	
/*トップ　スライダー END*/
	
	
body a{
    text-decoration:none;
}

#header{
	position:fixed;z-index: 10;
	width:100%;
	box-sizing: border-box;
	background:rgba(159,152,122,1.00);
	color:#fff;
	text-align: center;
	padding: 5px;
	height:60px;
	box-shadow: 0px 4px 6px -5px #4a4a4a;
}
	
.header-button{
	position:absolute;
	right:60px;
	top:0px;
	display:flex;
}
	
.header-button img{
height:60px;margin:0px;width:auto;
}	
.header-button button{
margin:0!important;
}	
	
.header-button a .button1 {
	padding:0;box-sizing: border-box;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
		font-size:1rem;
	height:60px;width:60px;
	line-height:1;
	margin: auto;
	font-weight:600;
background: linear-gradient(135deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
	color: #585841;
	transition: 0.5s;
	border-bottom:2px solid rgba(104,100,84,0.8);
}

.header-button a .button2{line-height:0.5;
	padding:0;box-sizing: border-box;
background: radial-gradient(ellipse at center,  #feffe8 0%,#d6dbbf 100%); 
	color: #585841;
		font-size:1.5rem;
	height:60px;width:60px;
	font-family: 'Noto Sans JP'!important;	
font-weight: 600;
font-style: normal;
	margin:0!important;border-bottom:2px solid rgba(104,100,84,0.8);
}
	
.header-button a .button3{line-height:0.5;
	padding:0;box-sizing: border-box;
background: radial-gradient(ellipse at center,  #feffe8 0%,#d6dbbf 100%); 
	color: #585841;
		font-size:1.5rem;
	height:60px;width:60px;
	font-family: 'Noto Sans JP'!important;	
font-weight: 600;
font-style: normal;
	margin:0!important;border-bottom:2px solid rgba(104,100,84,0.8);
}
	
	
	.header-button a .button1 span , .header-button a .button2 span , .header-button a .button3 span{
		font-size:0.7rem!important;
	}	
	

.breadcrumb {
	display:none!important;
}	
.newsWrapper{
	/*position:absolute;
	bottom:0px;
	left:10%;*/
	position:relative;
	box-sizing:border-box;
	margin:0px auto 0px auto;
	padding:0;
	width:80%;
	height:auto;
	z-index: 1!important;
	background:#FFFFFF;
	} 	

	.news-title {
	text-align:left;
	margin:0px auto 0px 0px!important;
  position: relative;
	font-size:0.9rem;
		font-weight:bold;
	width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.2rem;
  padding: 1.3rem 0;  
	text-decoration: none;
	object-fit:cover;
	z-index:2; 
	color:#111111;
}
.mt_under{text-align:center; box-sizing: border-box; margin:0 auto;font-size:80%!important;}
	
.news-title:before {
  content: "▶";
  position: absolute;
	font-size:0.9rem;
	padding-top:1.3rem;
  top:0;
  left:40px;
  margin-left: 30px;
}
.news-title:after {
  content: "";
  display: block;
display:none;	
  height: 3px;
	margin-top:10px;
	background:#FFFFFF;  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}	
	
.news-list{
font-size:0.7rem;
  list-style: none outside;
  margin: 0px auto 0px auto;
  padding: 0;
	height:auto;
	min-height:auto;
	text-align:right;
}
.news-list .item a{
  flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: space-between;
    align-items: top;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 10px 0px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 0.7rem;
  color: #999;
  padding: 0 0px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 0px 0 0;
}
.news-list .item .category span{
  background:rgba(118,39,40,1.00);
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.7rem;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #582021;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

	
.textArea{
	box-sizing:border-box; 
	position:relative;
	text-align:center;
	width:100%;
	height:auto;
	padding:0!important;
	background:#FFFFFF;
	margin:0 auto;
	overflow:hidden;
	}
	
.textAreacompany{
	box-sizing:border-box; 
	position:relative;
	text-align:center;
	width:80%;
	height:auto;
	margin:10px auto;
	padding:2% 2%;
	background:#FFFFFF;
	line-height:200%;
	font-size:80%;
	letter-spacing:0px;
	overflow:hidden;
	}
	
	
.div_design {
	margin:0px auto;
	width:100%;
	padding:0;
	box-sizing: border-box; 
  display:block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.div_design .div_design_contents {
  background: #FFF;box-sizing: border-box; 
  width:100%;
  height: auto;
	min-height:100px;
  margin: 0px;
padding:30px 10px;
}
.div_design .div_design_contents img {
  width:100%;height:auto;
 /* height:200px;*/aspect-ratio: 5 / 5;
	object-fit: cover;
}
.div_design .div_design_contents p {
  box-sizing:border-box;
  width:100%;
  margin: 0;
  padding:10px 10px 10px 10px;
  display: block;
  text-align:left;
	
	
	
font-size:3.2vw!important;line-height:6vw!important;
	
	
	
	
	
}
.div_design .div_design_contents .div_side p:nth-of-type(1)  {
  font-size:3.8vw!important;font-weight:580;
  width:100%;
  margin: 0 20px 20px 0px;line-height:5vw;
  display: block;
  text-align:left;color:#151515;
}
.div_design .div_design_contents .div_side p:nth-of-type(2)  {
  font-size:3.2vw!important;font-weight:450;
  width:100%;line-height:4vw;
  margin: 0 20px 20px 0px;
  display: block;
  text-align:left;
}
	
.div_design .div_design_contents .div_side {
box-sizing:border-box;
  width: 90%;
  margin:20px 5%;
  display: block;
height:auto;
}	

.div_design .div_design_contents > .div_side > p{
	font-size:2.5vw!important;
	}	
	
.div_design .div_design_contents > .div_side > p .red{
	font-size:5vw!important;width:100%;
	color:rgba(150,0,2,1.00);
	}
	
.div_design .div_design_contents > .div_side > p .Emphasis{
	letter-spacing: 0.5px;
	font-weight:650;
	color:rgba(27,27,27,1.00);
	text-align:left;
	}
.div_design .div_design_contents > .div_side > p .Emphasis::before {
	content:"●";
  vertical-align: middle;
 display: inline-block;
transform: scale(0.6);
	}
	
	
	
/*005*/
.div_design005 {
	margin:50px auto -50px auto;
	width:100%;
	padding:0 0 0px 0;
	box-sizing: border-box; 
	background:rgba(245,245,245,1.00);
}
.div_design005 .div_design005_contents {
  width: 90%;
  height: auto;
  margin: 10px 5%;
	padding:2%;
	border-bottom:1px solid rgba(220,220,220,1.00);

  /*-webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
}
	
.div_design005 .div_design005_contents:nth-of-type(odd) {
background:rgba(237,237,237,1.00);
}	
	
	
.div_design005 .div_design005_contents div{
	display: flex;
		width:100%;
	}	

.div_design005 .div_design005_contents div img {
	box-sizing: border-box;
  width: 50%;
  height:auto;aspect-ratio: 5 / 3;
	object-fit: cover;
	box-shadow: 6px 6px 4px -5px #000000;
border-radius: 0px;
	margin-bottom:12px;
}
.div_design005 .div_design005_contents .firsttext_005 {
  margin: 0;width:50%;
  padding:0 1.1rem!important;
  display: block;
  text-align: left;
	font-weight:600;
	box-sizing: border-box;
	line-height:1.4rem;
	font-size:3.7vw!important;
	letter-spacing:0.1rem;
	color: rgba(0,0,0,1.00);
}
	

/*
.div_design005 .div_design005_contents p:nth-of-type(1) {
font-weight:600;
  width:40;
  margin: 0;
  padding:0 0.2rem;
  display: block;
color:#151515;  
text-align: left;
	line-height:1rem!important;

}
.div_design005 .div_design005_contents p:nth-of-type(2) {
font-weight:400;
  width: auto;
  margin: 0;
  padding:0 0.1rem; 
	display: block;
	word-wrap: break-word;
	white-space: pre-wrap;
  text-align: left;line-height:1rem!important;
}	*/	

.div_design005 .div_design005_contents > .text_005{
  margin:10px 0!important;
	width:100%;
  padding: 1rem!important;
  display: block;
  text-align: left;
	box-sizing: border-box;
	line-height:4.7vw;
	font-size:3.1vw!important;
	font-weight:550!important;
	background:rgba(255,253,230,1.00);

	border:2px solid rgba(79,79,79,1.00);
	border-radius:8px;
	margin-bottom:4px;
	box-shadow:3px 2px #000000;
}
	
	
	.div_design005 .plan_area{
		width: 90%;
  height: auto;
  margin: 0 5%;
	padding:10% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
flex-direction: row;
background:rgba(217,216,182,1.00);
	
	}
	
	
.div_design005 .div_design005_contents .plan_title{box-sizing: border-box; padding:0 2%;width:45%!important;font-size:1.1rem!important;}	
.div_design005 .div_design005_contents .plan_text{}

	
/*005 end*/	
	

.div_design004 {
	margin:50px auto 0 auto;
	width:100%;
	padding:0 0 0px 0;
	box-sizing: border-box; 
	background:rgba(245,245,245,1.00);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.div_design004 .div_design004_contents {
  width: 100%;
  height: auto;
  margin: 10px 0;
	padding:2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
flex-direction: row;
  /*-webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
}
	
.div_design004 .div_design004_contents div{
	display: flex;
		width:100%;
	}	

.div_design004 .div_design004_contents div img {
	box-sizing: border-box;
  width: 50%;
  height:85px;
	object-fit: cover;
}
.div_design004 .div_design004_contents div p {
  margin: 0;width:50%;
  padding: 1rem;
  display: block;
  text-align: left;
	box-sizing: border-box;
	line-height:1.4rem;font-size:2.5vw!important;
}
	
.div_design004 .div_design004_contents > .text_004{
  margin: 0;
	width:100%;
  padding: 1rem;
  display: block;
  text-align: left;
	box-sizing: border-box;
	line-height:1.4rem;
	font-size:2.2vw!important;
	font-weight:400!important;
}

.div_design004 .div_design004_contents p:nth-of-type(1) {
  font-size:2.5vw!important;
font-weight:600;
  width:40;
  margin: 0;
  padding:0 0.2rem;
  display: block;
color:#151515;  
text-align: left;
	line-height:1rem!important;

}
.div_design004 .div_design004_contents p:nth-of-type(2) {
  font-size:2.2vw!important;font-weight:400;
  width: auto;
  margin: 0;
  padding:0 0.1rem; 
	display: block;
	word-wrap: break-word;
	white-space: pre-wrap;
  text-align: left;line-height:1rem!important;
}		

	.div_design004_contents .plan_area{
		width: 90%;
  height: auto;
  margin: 0 5%;
	padding:5% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
flex-direction: column;
background:rgba(255,253,230,1.00);
text-align: center!important;
	border:2px solid rgba(79,79,79,1.00);
	border-radius:8px;
	margin-bottom:4px;
	box-shadow:3px 2px #000000;
	
	
	}
	
	
.div_design004 .div_design004_contents .plan_area .plan_title{box-sizing: border-box; padding:2% 2%;width:100%!important;font-size:4.4vw!important;text-align:center;}	
.div_design004 .div_design004_contents .plan_area .plan_text{box-sizing: border-box;width:auto!important;padding:0% 2%;font-size:2.8vw!important;text-align:center;}
	

	
	
	
	
.imgBox , .eximgbox{position:relative;
	margin:0 auto;
	width:100%;
	height:auto; 
	background:transparent;
	}
	
.imgBox img{
width: 100%;max-width:800px;
  height:auto;
  object-fit: cover;	/*object-fit: cover; /* この一行を追加するだけ！ */
	}
	
.eximgBox img{
width: 100%;
  height: 200px;
  object-fit: cover;	/*object-fit: cover; /* この一行を追加するだけ！ */
	}
	
	hr{background-color:#888888;}

.textTitle{
	text-align:center!important;
	font-size:100%;
	width:100%;
	min-width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.05rem;
  padding: 0.7em 1em;
  text-decoration: none;
  color: #666666;
	font-weight:bold;
	background:transparent;
margin:10px 0 10px 0;
}
	
.columnBox{margin:0px auto;
	box-sizing:border-box;
	position:relative;
	width:100%;
	min-width:100%;
	padding:0;
	height:auto;
	letter-spacing:0.02rem;
	}
	.columnBox p{	
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		margin:0px auto;
		width:100%; 
		font-size:100%;
}
.subcolumnCase{
		width:80%;
		height:auto;
		margin:0px auto; 
		padding:0; 
		box-sizing:border-box;
		position:relative;
	}
	
.subcaserightText{
		width:100%;
	margin:0 auto;
		height:auto;
		box-sizing:border-box;

}
.subcaserightText p{
	letter-spacing:0.1rem ;
	box-sizing:border-box;	
	width:100%!important;
	font-size:90%;
	margin:0 auto;
}	

p.closeupText{
	text-align:center!important;
	box-sizing:border-box;
	width:auto;
	height:auto; 
	margin:20px auto 15px auto;
	padding:5% auto!important;
	line-height:100%;
	background:#cc6f69;	
	color:#FFFFFF; 
	font-size:80%; 
	letter-spacing:0.2em;
	border-radius:2px;
	box-shadow:1px 1px 1.5px #000000;
	border-bottom: solid 2px #40425F;
	}

	
.columnCase{
		width:100%;
		height:auto;
		margin:10px auto; 
		padding:3%; 
		box-sizing:border-box;
		position:relative;
	}
	
	
.columnCaseSec{
		width:90%;
		height:auto;
		margin:60px auto 0 auto; 
		padding:7%; 
		box-sizing:border-box;
		position:relative;
background:rgba(0, 0, 0, 0.5);
	}
.columnCaseSec p{font-size:75%; letter-spacing:0.05rem;line-height:85%;color:#FFFFFF;text-align:right;}	
	
.subtextTitle{
	text-align:center!important;
	font-size:100%;
	width:100%;
	min-width:100%;line-height:1.3rem; 
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.1rem;
	margin:0 auto 20px auto;
  padding: 1.2em 0.8rem;
  text-decoration: none;
	border-bottom: solid 4px #cc6f69;
  color: #cc6f69;	
	background:transparent;
}
.subtextTitle:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    margin-left: 10px;
    border: transparent solid 10px;
    border-left-color:#cc6f69;
    vertical-align: -20%;
}
	
.contact-wrapper .subtextTitle {
	text-align:center!important;
	font-size:100%;
	width:100%;
	min-width:100%;line-height:1.3rem; 
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.1rem;
	margin:0 auto 20px auto;
  padding: 1.2em 0.8rem;
  text-decoration: none;
	border-bottom: solid 2px #4B4B4B;
  color:#4B4B4B;	
	background:transparent;
}	
.contact-wrapper .subtextTitle:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    margin-left: 10px;
    border: transparent solid 10px;
    border-left-color:#474747;
    vertical-align: -20%;
}

	
.caseImg{
		width:100%;margin:10px auto 10px auto;
		height:auto;
		box-sizing:border-box;
}
.caseImg img{
	width: 100%;
	height: auto;
	object-fit: cover;	/*object-fit: cover; /* この一行を追加するだけ！ */
	}
	
.caserightText{
		width:100%;margin:20px auto;
		height:auto;
		box-sizing:border-box;
	padding:1% 3%;

}
p.caserightText{
	font-size:90%!important;
		width:100%;margin:0;padding:0 0 0 10%;
	text-align:left;
		height:auto;
		box-sizing:border-box;
	letter-spacing:0.1rem ;
	line-height:150%!important;

}
	.threeboxCase .closeupText{color:#cc6f69; font-size:80%; letter-spacing:0.2em;}
	.threeboxCase{
		width:100%; 
		height:auto; 
		position:relative;
		box-sizing:border-box;
		margin:0 auto;
		padding:0;}
	.threebox{
		width:100%;
		height:auto;
		box-sizing:border-box; 
		margin:0 auto;
		padding:0 10%;
	}	
	.threebox p{
		text-align:center;
		box-sizing:border-box;
		height:auto;
		width:100%!important;
		letter-spacing:0.1rem; 
		padding:5%;
		line-height:150%!important;
		font-size:100%;
		margin:0 auto;
		color:#666666;
	}
.threebox img{ 
	width:100%;
	height:auto;
	object-fit: cover; /* この一行を追加するだけ！ */
	}
	
.quarterBox{
	potision:relative;
	margin:0 auto;
	box-sizing:border-box;
	width:100%;
	height:auto;
	}
.quarterBoxtextTitle{
	margin:0px 0 0px 0;
	text-align:center!important;
	font-size:80%!important;
	width:80%;
	min-width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.2rem;
	border-bottom:2px solid #3a5885;
	padding:20px 0rem;
	text-decoration: none;
	color:#3a5885;
	}
.quarterBox p{
	letter-spacing: 0.15rem; 
	line-height:1.2rem; 
	margin:20px auto; 
	text-align: center;
	}
.quarterColumn{
	width:100%;
	height:auto;
	min-height:auto;
	margin:0;
	padding:1.5%;
	box-sizing:border-box;
	float:left;
	background:#FFFFFF;
	}
.quarterColumn p{
	letter-spacing: 0.2rem; 
	line-height:1.2rem; 
	color:#626262; 
	font-size:80%;
	text-align:left;
	padding:0 10%;
	}
.quarterColumn > .imgBox > img{
	width:100%;
	height:300px;
	object-fit: cover; /* この一行を追加するだけ！ */
	}
	
.quarterColumn{
  overflow:hidden;
}
.quarterColumn{
  position:relative;
}
.quarterColumn:last-child{
  padding-right: 1em;
}
.quarterColumn:last-child:before,
.quarterColumn:last-child:after{
  display:none;
}	
	

	
div.textareaBg{margin:0 auto!important;}
	
	
.columnBox{
	box-sizing:border-box;
	margin:0 auto;
	width:100%;
	line-height:200%;
	padding:20px;
	height:auto;
	background:#FFFFFF;
	}	
	
.textAreaLittle{
	position:relative;
	float:left;
	text-align:center;
	width:40%; 
	height:auto; 
	margin:10px 0 0 0;
	padding:5%; 
	background:#E8EAF6; 
	letter-spacing:0.1rem;
	line-height:300%;
	}	
.infoColumn{
		color:#666666;
		font-size:90%;
		text-align:center; 
		padding:10px; 
		margin:10px auto;
		box-sizing:border-box;
		line-height:220%!important;
		background:#4682B4;
		width:80%; 
		height:auto;
	}
		.infoColumn a{
		color:#666666;
	}
	
	
.header_bar{
	box-sizing:border-box; position:absolute; top:65px; left:0; height:120px; width:120px; background:transparent; opacity:1; z-index:9996; margin:0; padding:0;
	}
.header_bar #navigation{
	display:none;
	}
.smartbar{display:none;
	position:absolute; top:65;left:120px; width:280px; height:auto;
	}
	
	
	
	
.home_smartImg	{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
	height:auto;
	margin:10px auto 10px auto;
	padding:5px 0;
	text-align:center;
	}
	.home_smartImg p a{line-height:100%; font-size:100%;
		color:#FFFFFF!important;
	}	
	
	
	
.telNumber{
	display:none;box-sizing:border-box; position:absolute; top:30px; right:30px; height:auto; margin:0 auto;color:#FFFFFF;float:right; background:transparent; font-size:120px;z-index:9997;}

	#nav{display:none;}
	

.slide-container {
	position:absolute;
	top:30px;
	left:0;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
text-align:center;
 width:100%;
  height:auto;
  color: #010101;
  background:transparent;
}



.slideImg{box-sizing: border-box;
padding:0; width:100%;height:auto;max-height:250px; min-height:250px;object-fit: cover; /* この一行を追加するだけ！ */}


.slideImg img{box-sizing:border-box; 
width:100%; height:auto; max-height:250px;min-height:250px;object-fit: cover; /* この一行を追加するだけ！ */ margin:0; padding:0;}





.bt_text{height:auto; width:90%; margin:0 auto;padding:0;}
.bt_img{width:100%; height:auto; object-fit: cover; /* この一行を追加するだけ！ */}
.bt_img img{width:auto;
    height:auto;
    max-width:100%;
	max-height:100%;object-fit: cover; /* この一行を追加するだけ！ */}


	.headcontainer{display:none!important;}
	
	
	
.container {box-sizing:border-box;
  max-width: 801px;
  margin: 0 auto;
  padding: 0 20px; }
	
	
	

.carousel {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px; }
  .carousel > input {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute; }
    .carousel > input:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: -500%; }
    .carousel > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: -400%; }
    .carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: -300%; }
    .carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: -200%; }
    .carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: -100%; }
    .carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
      margin-left: 0%; }
    .carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); }
    .carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); }
    .carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); }
    .carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); }
    .carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); }
    .carousel > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) {
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5); }

.carousel__slides {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex; }

.carousel__slide {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
       height: 400px;
  overflow: hidden;
  transition: all 300ms ease-out;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal; }
	
.carousel__slide figcaption{display:none;}
	
  .carousel__slide figure {
    display: flex;
    margin: 0; }
  .carousel__slide div {
    position: relative;
    width: 100%; }
    .carousel__slide div:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.6666666667%; }
    .carousel__slide div > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 400px;
}
  .carousel__slide img {
    display: block;
    flex: 1 1 auto;
    object-fit: cover; }
  .carousel__slide figcaption {
    align-self: flex-end;
    padding: 20px 20px 0 20px;
    flex: 0 0 auto;
    width: 25%;
    min-width: 150px; }
  .carousel__slide .credit {
    margin-top: 1rem;
    color: rgba(0, 0, 0, 0.5);
    display: block; }
  .carousel__slide.scrollable {
    overflow-y: scroll; }

.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px; }
  .carousel__slides + .carousel__thumbnails {
    margin-top: 20px; }
  .carousel__thumbnails li {
    flex: 1 1 auto;
    max-width: calc((100% / 6) - 20px);
    margin: 0 10px;
    transition: all 300ms ease-in-out; }
  .carousel__thumbnails label {
    display: block;
    position: relative; }
    .carousel__thumbnails label:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .carousel__thumbnails label > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
      cursor: pointer; }
      .carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
        transition: all 300ms ease-in-out; }
  .carousel__thumbnails img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#wrapper{
width:100%;-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	height:auto;
	margin:0px auto;
display: -webkit-flex;
    display: flex;  
	flex-direction: column;
  min-height: 100vh;
}
	
#contactWrapper	
{
width:100%;-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	height:auto;
	margin:100px auto 0 auto;
display: -webkit-flex;
    display: flex;  
	flex-direction: column;
  min-height: 100vh;
}	
#subWrapper{
width:100%;-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
	margin-top:20px auto 10px auto;
	padding:40px 5px 10px 5px;
display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	background:transparent;}
	
	
main{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto; 
	width:100%; 
	height:auto; 
	} 
	
article{
	width:100%; 
	height:auto; 
	margin:0 auto;
	background:transparent;
	}
	
article video{
	width:100%; 
	height:auto; 
	margin:0 auto;
	}


.section-header {
  text-align: center;
  margin: 0 auto;
  padding-top:10px;
  margin-bottom:10px;
  font: 300 60px 'Oswald', sans-serif;
  letter-spacing: 6px;
  color: #fff;

}
.checkbox{margin:0;padding:0;}
	
.jumpButton{position:relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 80%;
	margin: auto;
	padding: 1.5rem 0;
	font-size:4vw;
	font-weight: bold;
	background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
	border-radius: 100vh;
	color: #333;
	border: 1px solid #999;
	text-shadow: 0 1px #fff;
	box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
	transition: 0.5s;
}
.jumpButton::after {
display: block;
content: "contact";
position: absolute;
top: 50%;
right:45%;
left:45%;
width:10%;
height: 0;
margin: 15px 0 0 0;
	color:rgba(55,55,55,1.00);font-size:0.5em;
/*-webkit-transform: rotate(45deg);
        transform: rotate(45deg);*/
}
	
.jumpButton002{position:relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 80%;
	margin: auto;
	padding: 1.5rem 0;
	font-size:4vw;
	font-weight: bold;
background: linear-gradient(to bottom,  rgba(210,255,82,1) 0%,rgba(145,232,66,1) 100%); 
	border-radius: 100vh;
	color: #333;
	border: 1px solid #999;
	text-shadow: 0 1px #fff;
	box-shadow: 0 3px 2px 1px #fcfcfc, 0 4px 6px #cecfd1, 0 -2px 2px #cecfd1, 0 -4px 2px #eee, inset 0 0 2px 2px #cecfd1;
	transition: 0.5s;
}
.jumpButton002::after {
display: block;
content: "contact";
position: absolute;
top: 50%;
right:45%;
left:45%;
width:10%;
height: 0;
margin: 15px 0 0 0;
	color:rgba(55,55,55,1.00);font-size:0.5em;
/*-webkit-transform: rotate(45deg);
        transform: rotate(45deg);*/
}			
	
.jumpButton , jumpbutton002{margin:40px auto!important;}	
	


.send-button {
  margin-top: 15px;
  height: 40px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.button {
  width: 400px;
  height: 40px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
	text-align:center;
  margin-top: 20px;
  font: 300 14px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
	width:100%;margin:0 auto;
box-sizing:border-box;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #444444;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #444444;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  top: 0;
  left: -20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 10px auto;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(255,255,255);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #111;
}

.copyright {
  color:#C9C9C9;
  letter-spacing: 1px;
  text-align: center;
	height:30px;
}

hr {
  border-color: rgba(255,255,255,.8); ;
}



	

/*斜めBG領域*/
	
	
.contents {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0% 0% 0;
  background:transparent;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: -1;
	opacity:1.0;
}

.contents_inner {
  box-sizing: border-box;
  width: 100%;
  height:auto;
  margin: 0 auto;
  padding: 0px 10px 0px;
  color: #fff;
	/*background:rgba(255,255,255,0.03);*/
  text-align: center;/*box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);*/
}
.contents_inner p{
  line-height:200%;
	text-align:left;
}
	
.contents_inner img{
 width:100%;height:auto;object-fit: cover; /* この一行を追加するだけ！ */
}	
.contentsImg {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 80px 0;
}

.contentsImg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background:url("../img/sample_011.jpg") center center no-repeat;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.contentsImg_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #fff;
  text-align: center;
}	
		
	
/*斜めBG領域*/	

/*画像マスク*/		
.object {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 0;
	transform: skew(-20deg);}
  .object img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    transform: translate(-50%, -50%) skew(20deg);
}	
	
/*画像マスク*/		
	
	
	
.contentsbox {
    width: 100%;
	height:auto;
    margin: 0 auto 20px auto;
    background:#FFFFFF;
  overflow: hidden;    position: relative;background-size: cover;
    z-index: 0;
}
.contentsbox2 {
    width: 100%;
	height:auto;min-height:100vh;
    margin: 0 auto;
    background:#FFFFFF;
  overflow: hidden;    position: relative;background-size: cover;
    z-index: 0;
}
.contentsbox3 {
    width: 100%;
	height:auto;min-height:100vh;
    margin: 0 auto;
    background:#FFFDF3;
  overflow: hidden;    position: relative;background-size: cover;
    z-index: 0;
}
.contentsbox4 {
    width: 100%;
	height:auto;min-height:100vh;
    margin: 0 auto;
    background:#FFFDF3;
  overflow: hidden;    position: relative;background-size: cover;
    z-index: 0;
}
.contentsbox5 {
    width: 100%;
	height:auto;min-height:100vh;
    margin: 0 auto;
    background:#FFFDF3;
  overflow: hidden;    position: relative;background-size: cover;
    z-index: 0;
}
.contentsbox6 {
    width: 100%;
	height:auto;min-height:100vh;
    margin: 0 auto;
    background:#FFFDF3;
  overflow: hidden;    position: relative;background-size: cover;
    z-index: 0;
}

.columnTitle{position:absolute; left:0; top:15px; height:auto;width:auto; box-sizing:border-box;background:transparent;}
.columnTitle p{font-size:2rem;margin:15px; color:#FFFFFF;text-shadow:2px 2px 4px #000000;
	-webkit-text-shadow:2px 2px 4px #000000;line-height:2.1rem;}

/* css */
.passing .passing-box {
	display:none!important;}

.s_main_logo{
	position:absolute; left:0%; right:0%;top:40%;margin:0 auto;
}
	.s_main_logo{
	width: 100%;
  max-width: 350px;
  height: auto;
  box-sizing: border-box;
}	
	
.main_imgBoxCase{
	display: none!important;
	}	
.cp_cssslider {
	display:none!important;
}	
 .s_main_imgBox {
	 margin:0 auto;
    height:100vh;
	 min-height:900px;
	 width:100%;
    overflow: hidden;
    position: relative;
	 background: url("../img/bg_003.jpg")center center no-repeat;
	 background-size:cover; 
	}
  .s_main_imgBox .main_logo  {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:300px;
    height:auto;
}
	
.s_main_imgBox > .oneitem{
	position:absolute;
	z-index: 2;
	top:20vh;
	left:20px;
	width:50%;
	min-width:0;
	height:auto;
	margin:auto;
	padding-bottom:17%;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 15px -5px #777777;
	clip-path: polygon(0% 0%, 100% 0%, 99% 85%, 77% 85%, 83% 100%, 49% 85%, 0 85%);
/* transform: translate(-50%, -0%); /* 水平・垂直方向の中央揃え */
	}
	
.s_main_imgBox > .oneitem > .oneitem_inner{
	display:flex;
	flex-direction:column;
	justify-content: center; 
	height:auto;
	box-sizing: border-box;
	}
	
.oneitem_box1{
		display:flex;
	flex-direction:normal;
	box-sizing: border-box;
	width:100%;
	padding-top:2%;
	height:auto;
	margin:2% auto;
	justify-content: center;
	align-items: center;
	}
	
	
.oneitem_box1 .closeUp{
	font-family:'Noto Sans JP';
	margin-top:0%;
	font-size:9vw!important;
	box-sizing: border-box;
	width:100%!important;
	height:auto;
	color:rgba(180,0,0,1.00);
	padding:4% 0 0 0!important;
	text-align:center;
	font-weight:550;margin:0!important;
	}
	
.oneitem_box1 .closeUp2{
	font-family:'Noto Sans JP';
	font-size:3.5vw!important;
	box-sizing: border-box;
	margin:-2.0vh auto;
	padding:5% 0;
	width:100%;
	height:auto;
	color:rgba(33,33,33,1.00);
	text-align:center;
	line-height:1.4rem;
	font-weight:600;
	}
	
.oneitem_box1 > .closeUp .no_break{
word-break: keep-all;
	}
	
.oneitem_box1 > .closeUp .no_break2{
word-break: keep-all;
font-size:19vw!important;
	}	
	
.oneitem_box1 > .closeUp2 .no_break{
word-break: keep-all;
	}		

.oneitem_box1 img {
  width:50%;
  height:auto;
	margin:auto;
	object-fit: cover;
	/*overflow-y: visible;*/
}
	
.oneitem_box1 .closeUp:before{
	display:none!important;
	}		
	
	
.oneitem_box2{
	box-sizing: border-box;
	width:100%;
	margin:1vh 0 0 0;
	padding:2%;	display: flex;
	flex-direction: column;
	justify-content: space-between;

	}
	
.oneitem_box2 > .closeUp{
	font-size:5.3vw!important;
	text-decoration: none;
	box-sizing: border-box;
	padding:0.2rem 0 0.2rem 0!important;
	text-align: left;
	margin:0!important;
	font-weight:550;
}
.oneitem_box2 .closeUp:before{
	display:none!important;
	}	
		
	
.oneitem_box3{
	box-sizing: border-box;
	width:100%;
	height:auto;
	color:#FFFFFF!important;
	display: flex;
	  justify-content: center;
  align-items: center;
	margin:0px 0;
	}	
	
.oneitem_box3 > .closeUp3{
height:auto;
width:33.3%;
object-fit: cover;
}
	
.oneitem_box3 > .closeUp3 img{
width:100%;height:auto;

}
	
.oneitem_box3 > p{
	font-size:3.5vw!important;
	text-decoration: none;
	box-sizing: border-box;
	padding:2% 2%;
	margin:0 auto;
	width:fit-content!important;
	font-weight:500;
	color:#FFFFFF!important;
	line-height:1.8rem;
}
	
.oneitem_box4{
	box-sizing: border-box;
	width:100%;
	height:auto;
	background:rgba(180,0,0,1.00);
	color:#FFFFFF!important;
	display: flex;
	  justify-content: center;
  align-items: center;
	margin:0 0 10px 0;
	}	
	
.oneitem_box4 > p{
	font-size:3.0vw!important;
	text-decoration: none;
	box-sizing: border-box;
	padding:1% 1%;
	margin:0 auto;
	width:fit-content!important;
	font-weight:500;
	color:#FFFFFF!important;
	line-height:1.5rem;
}	
	
	
	
	
	
	
.jumpButton_top{
	box-sizing:border-box;
	display: block;
	width:85%;height:auto;
position: relative;
padding:5% 1%;
	margin:50px 7.5% 50px 7.5%!important;
background: linear-gradient(135deg,  #b4ddb4 17%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
border:1px solid #f3f3f3;
color: #FFFFFF;
font-size:3.2vw;
text-decoration: none;
	font-weight:600;
	line-height:2.2vw;
	border-radius:20px;
	margin-bottom:2px;
	box-shadow:3px 4px #000000;
	text-shadow:none;
/*text-shadow: 0px 4px 1px #000000,
                     1px 3px 1px #666666,
                     2px 3px 1px #666666,
                     2px 2px 1px #000000,
                     3px 2px 1px #000000,
                     3px 1px 1px #000000,
                     4px 0px 1px #000000,
                     3px -1px 1px #000000,
                     3px -2px 1px #000000,
                     2px -2px 1px #000000,
                     2px -3px 1px #000000,
                     1px -3px 1px #000000,
                     0px -4px 1px #000000,
                     -1px -3px 1px #000000,
                     -2px -3px 1px #000000,
                     -2px -2px 1px #000000,
                     -3px -2px 1px #000000,
                     -3px -1px 1px #000000,
                     -4px 0px 1px #000000,
                     -3px 1px 1px #000000,
                     -3px 2px 1px #000000,
                     -2px 2px 1px #000000,
                     -2px 3px 1px #000000,
                     -1px 3px 1px #000000;*/
}
	
.jumpButton_top span{
	font-size:4.6vw;
	display:block;
	padding:3% 0;
	border-bottom:solid 4px #FFFFFF;
	margin:0 15%;
	width:70%;
	box-sizing:border-box;
	}	

.jumpButton_top::after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 30px;
width: 0;
height: 0;
margin: -8px 0 0 0;
border-top: 15px solid #FFFFFF;
border-left: 15px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}	

.main_logo_img2{padding:7px;
	text-shadow: -1px 3px 0px rgba(0,0,0,0.9);
	letter-spacing:0.1rem;
	box-sizing: border-box;
   font-size:2rem;
	color:#FFFFFF;
	background: rgba(37,55,138,0.75);
	font-weight:bolder;
	animation:loading 1.5s;
}	
@keyframes loading {
	0% {opacity: 0;}
	50%{opacity: 0;}
	100% {opacity: 1;}
}	
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
	
	
  .s_main_imgBox .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 9s 0s infinite;
    animation: anime 9s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 4.5s;
      animation-delay: 4.5s; }

    /*.main_img:nth-of-type(5) {
      -webkit-animation-delay: 8s;
      animation-delay: 8s; }*/

    /*.main_img:nth-of-type(6) {
      -webkit-animation-delay: 10s;
      animation-delay: 10s; }*/
	
  
  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 0.7;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.03);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.1);
            z-index:9;
    }
    100% { opacity: 0 }
}
	
.mainImg{background:#3a5885; margin:10px;}	
.p_mainImg{display:none;}		
.s_mainImg{margin-top:10px;}	
	
	
	
	.callNumberimg{display:none;}
	
#contact {
	margin:20px 5%;
	box-sizing: border-box;
  width: 90%;
  height: auto; 
	padding:0;
  background-color:#FFFFFF;
	color:#666666;
}
#contact p{margin-top:10px; letter-spacing:0.0em;}
#contact p.closeupText{font-size:105%;}
.section-header {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 50px;
  font: 300 60px 'Oswald', sans-serif;
  letter-spacing: 6px;
  color: #fff;  
}
.contactimgBox{
	display:none;
	}

.contact-wrapper {
  margin: 0 auto;
  position: relative;
	width:100%;
}


	
.container{position:relative; width:100%; height:auto; padding:2%; box-sizing:border-box;}	

.contact-wrapper .form-group input{background:#F7F7F7!important;width: calc(100% - 2em);padding:10px 2px;border:none;box-sizing:border-box;}	
.contact-wrapper .form-group textarea{background:#F7F7F7!important; width: calc(100% - 2em);padding:10px 2px;border:none;box-sizing:border-box;}	
.contact-wrapper p{letter-spacing: 0.1rem; line-height:180%;}
	
	
.form-control, textarea {box-sizing: border-box;
	border-radius:6px;
	margin:20px 0;
	padding:5%;
	width:100%;
	line-height:3rem;
  background-color:#E8E8E8;
  color: #5E6166;
  letter-spacing:0.1rem;border:none;vertical-align: middle;
}
	
.form-control, input {box-sizing: border-box;
	border-radius:6px;
	margin:20px 0;
	padding:5%;
	width:100%;
	line-height:3rem;
  background-color:#E8E8E8;
  color: #5E6166;
  letter-spacing:0.1rem;border:none;vertical-align: middle;
}
	
.form-control:focus {
	border-color: #aadbe8;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
	box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
  background-color:#fff;
}
	
p.error, span.error {
  color: red;line-height:2rem;
}	
input.form-control{  background-color:#E8E8E8!important; height:50px!important;padding:5% auto!important;}	
.send-button {
  margin-top: 15px;
  height: 40px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}
	
p.error, span.error {
  color: red;
	font-size:80%;
}	


	.contact-wrapper .form-group {display:flex;
  flex-flow: column;text-align:left;width:100%;margin:10px;}
	
.btn-primary{
	padding:10px; 
	border-radius:2px;
	background:rgba(74,50,26,1.00);color:#FFFFFF;}


	
.heading01 {display:none;
	position: relative;
	font-size: 1.0rem!important;
	text-align: center;
	box-sizing: border-box;
	margin:100px auto 70px auto;
	letter-spacing:0.3rem;
	color:#464646;
}

.heading01::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #fc5185;
	font-size: 50%!important;
}

.heading01::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 15px;
	background-color: #fc5185;
}	
	
	
	
.maintextTitle {
	text-align:center!important;
	margin:20px auto 20px auto!important;
  position: relative;
	font-size:100%!important;
	width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.1em;
  padding: 2.0em 0;  
	text-decoration: none;
	/*background:url("../img/logo.png") center center no-repeat;*/
	object-fit:cover;
/*background-image:url(../img/titlebg_001.jpg);  
	background-image:center center no-repeat;
	background-size:contain;
	object-fit: cover;*/	/*object-fit: cover; /* この一行を追加するだけ！ */
	z-index:2; 
	color:#4D4D4D;
}

.mt_under{text-align:center; box-sizing: border-box; margin:0 auto;font-size:80%!important;}
	
	
	
.maintextTitle:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 40px solid #f7f7f7;
}
.maintextTitle:after {
  content: "";
  display: block;
display:none;	
  height: 3px;
	margin-top:10px;
	background:#FFFFFF;  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  /*background: -webkit-linear-gradient(to right, rgb(230, 200, 200), transparent);*/
  /*background: linear-gradient(to right, rgb(58,88, 133), transparent);*/
}	


.flexbox {
	position:relative;
	display: -webkit-flex!important;
	width:100%;
    display: flex!important;
	justify-content: center;
	flex-wrap: wrap;
	margin:0!important;
	}
	
.main {potision:relative;
	box-sizing:border-box;
	background:#FFFFFF;
width:90%; margin:0 5%;height:auto;
}
.side {potision:relative;
	width:80%;
	height:auto;margin:30px 10% 0 10%;
	padding:0 3% 0 0;
	box-sizing:border-box;
	background:rgba(255,255,255,0.0);}
.side p{font-size:80%;letter-spacing:0.1rem;}	
	
.topmain {
	width:100%;
	height:auto;
	box-sizing:border-box;
	background:transparent;
	margin-bottom: 10px;
}	
.topside {
	width:100%;
	height:auto;
	padding:0 0 0 0;
	box-sizing:border-box;
	background:rgba(255,255,255,0.0);}
	
.topside > p{
	box-sizing:border-box;
	text-shadow:1px 1px 0 #FFFFFF;
	letter-spacing:0.2px;
	line-height:1.2rem;
	font-size:70%;
	width:90%;
	color:#727272;
	margin:0 5%;
	}	
.topmain,.topside {
	border-radius: 10px;
}
	
.topside > .sideTitle{
	font-size:1.0rem!important;
	margin:30px auto;	letter-spacing:0.3rem;
		line-height:150%;	width:fit-content;

	}
	
.topside > .sideTitle:before {
  font-family: "Font Awesome 5 Free";
  content: "\f508";/*アイコンのユニコード*/
  font-weight: 900;
  font-size: 1.0em;/*サイズ*/
  color: #2876A8; /*アイコン色*/
}		
	
.topside > .sideText{
	font-size:80%;
	padding:2% 10% 2% 10%;
	width:100%;
	margin:10px auto;
	box-sizing: border-box;
	letter-spacing:0.1rem;
		line-height:150%;
	text-align:left;
		word-wrap: break-word;
	white-space: pre-wrap;

	}
	
.topside > .subtextTitle {
	box-sizing: border-box;
	position: relative;
	margin:20px auto 20px auto;
	padding:30px 0 30px 50px;
	width:100%!important;
	vertical-align: middle;
	text-align:center;
	border-radius:none!important;
	color: #4F5052!important;
	border-bottom:3px solid #666666;
	font-size:130%!important;
	letter-spacing:0.2em;
	text-shadow:none!important;
/*box-shadow: 5px 2px 10px 2px #060606;*/

	}
.topside > .subtextTitle::before {
	margin-right: 20px;
position: absolute;
  top: -70px;
  left: -100px;
	content: url(../img/favicon.png);
	transform: scale(0.2);
	color:#19499c;
}
	
	

.subtextTitle > .stt_small{
	font-size:0.5em; 
	margin-left:20px;	
	color: #4F5052;
	}
	
	
.oneitem{
	width:100%;margin:0 auto;
	box-sizing:border-box;padding:0 2.5%;
	}
.oneitem_Link:hover{opacity: 0.7;
	transform: translateY(-5px);
	transform: scale(1.2);
	}
.oneitem > .sideTitle{
	box-sizing: border-box;
	position: relative;
	padding-left:0;/*アイコン分のスペース*/
	padding-bottom:0px;
	line-height: 1.25rem;
	margin:80px 10%;
	font-size:1.22rem!important;text-align: center;
	font-weight:600;
	color:#4F3839;
	width:80%;
}
.oneitem > .textBox{box-sizing: border-box;
	width:80%;height:auto;
	margin:0px 10% 0px 10%;
	letter-spacing:0.1em;
	font-size:0.8rem;
	color:#555555;
	line-height:180%;
	word-wrap: break-word;
	white-space: pre-wrap;
text-align:left;
	}
	
.textBox > .red{
	font-size:1.05rem;
	width:auto!important;
	color:rgba(150,0,2,1.00);
	letter-spacing: 0.5px;
	font-weight:650;
	line-height:1.8rem;
	padding:0.5rem;
	background:rgba(255,253,230,1.00);
		display: block;
	border:2px solid rgba(79,79,79,1.00);
	border-radius:8px;
	margin-bottom:4px;
	box-shadow:3px 2px #000000;
	}
.textBox .red::before {
	content:"●";
  vertical-align: middle;
 display: inline-block;
transform: scale(0.6);
}

.textBox > .red001{
	font-size:4.2vw;
	color:#FFFFFF;
	letter-spacing: 1px;
	font-weight:650;
	line-height:1.8rem;
	padding:4vw;
	background:rgba(150,0,2,1.00);
display: block;
	border-radius:8px;
	margin-top:-80px;
	margin-bottom:4px;
	box-shadow:3px 2px #000000;
	width:fit-content;
	}	
	
.textBox .Emphasis{
	display: block;
	border:2px solid rgba(79,79,79,1.00);
	border-radius:8px;
	margin-bottom:0px;
	box-shadow:2px 1px 1px #666666;
	font-size:3.6vw!important;
	letter-spacing:0.2px;
	font-weight:570;
	color:#FFFFFF;
background: linear-gradient(135deg,  #45484d 0%,#000000 100%);

	text-align:left;
	padding:0.6rem 0.4rem 0.6rem 0;width:fit-content!important;
	}

	
.textBox .Emphasis_end{
	display: block;
	border:2px solid rgba(79,79,79,1.00);
	border-radius:8px;
	margin-top:12px;
	margin-bottom:12px;
	box-shadow:3px 2px 2px #666666;
	font-size:3.9vw!important;
	letter-spacing:0.75px;
	font-weight:570;
	color:#FFFFFF;
	background:red;
	text-align:left;
	padding:0.5rem;width:fit-content!important;
	}	
	
	
.textBox .Emphasis::before {
	content:"";
  vertical-align: middle;
 display: inline-block;
transform: scale(0.6);
}

.theme001{
	box-shadow: 12px 12px 0px -5px rgba(159,152,122,1.00);
	border-radius: 10px;
	background:#f6f6ea;
	padding:1.2rem;
	}	
	
.rightred{
	display:block;
	width:fit-content;
	font-weight:650;
	font-size:1.05em;
	border-bottom:2px dotted #666666;
	position: relative;
  padding: 0 0 0 30px;
	margin:15px 0;
	}

.rightred:before { position: absolute;
  top: -35px;
  left: -40px;
	content:url("../img/icon_003.png");
  vertical-align: middle;
 display: inline-block;
transform: scale(0.35);
}
@media screen and (max-width: 630px)
{
.rightred:before { position: absolute;
  top: -40px;
  left: -40px;
	content:url("../img/icon_003.png");
  vertical-align: middle;
 display: inline-block;
transform: scale(0.28);
}
	}
@media screen and (max-width: 500px)
{
.rightred:before { position: absolute;
  top: -45px;
  left: -40px;
	content:url("../img/icon_003.png");
  vertical-align: middle;
 display: inline-block;
transform: scale(0.25);
}	
	
	}	

.oneitem > .leftSpace{
	padding:30px 0%!important;
	font-size:3.2vw!important;
	padding-left:0%;
	font-weight:500!important;
	line-height:5vw;
	}
	
	
.oneitem > .leftSpace > .red{
	
	font-size:4.2vw!important;
	color:rgba(150,0,2,1.00);
	letter-spacing: 0.2px;
	font-weight:600;
	line-height:5vw;
	padding:0.6rem;
	background:rgba(255,253,230,1.00);
	display: block;
	border:2px solid rgba(79,79,79,1.00);
	border-radius:8px;
	margin-bottom:4px;
	box-shadow:3px 2px #000000;
	}
.oneitem > .leftSpace .red::before {
	content:"●";
  vertical-align: middle;
 display: inline-block;
transform: scale(0.5);
}
	
.oneitem > .leftSpace > .red002{
padding-left:20px;font-size:4.5vw!important; font-weight:600; color:rgba(150,0,2,1.00);	
padding:0.5rem;
background:rgba(255,252,223,1.00);
display: block;
	border:3px solid rgba(79,79,79,1.00);
	border-radius:8px;
	margin-bottom:4px;
	box-shadow:3px 2px #000000;	letter-spacing:0!important;
}	
	
	
.oneitem > .leftSpace .Emphasis{
	font-size:2.5vw!important;
	letter-spacing: 0.2px;
	font-weight:600;
	color:rgba(27,27,27,1.00);
	text-align:left;
	}
.oneitem > .leftSpace .Emphasis::before {
	content:"●";
  vertical-align: middle;
 display: inline-block;
transform: scale(0.5);
}		

.oneitem > .closeUp{
	word-break:keep-all!important;
	font-size:4.8vw!important;
	/*background: linear-gradient(180deg, rgba(223,208,172,1) 0%, rgba(60,51,8,1)100%);*/
	  text-decoration: none;
	box-sizing: border-box;
	font-weight:600;
	text-align: center;
	width:90%!important;
	margin:30px 5% 0 5%!important;
	line-height: 10vw;
    position: relative;
    padding: 0.8rem 0 0.6rem 50px;
    margin-bottom: 0.2rem;
    overflow: hidden;
    color: #353535;
}
.oneitem .closeUp::before {
	 position: absolute;
  top: -70px;
  left: -80px;
	content: url("../img/logo_small.png");
  vertical-align: middle;
 display: inline-block;
transform: scale(0.2);
}

.oneitem > .closeUp:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
}
/*
.oneitem > .closeUp:before {
    border-bottom: 5px solid rgba(147,147,110,1.00);
}

.oneitem > .closeUp:after {
    border-bottom: 5px solid #353535;
}	*/

.oneitem > .twoBox{
position:relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width:94%;margin:0 3%;	padding-bottom:30px!important;
	}

.oneitem > .twoBox > .textBox{
	box-sizing: border-box;
	width:100%;
	height:auto;
	color:#000000;
	line-height:5vw;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-align:left;
	padding-left:0px;
	font-size:3.5vw!important;
	z-index: 2;
	}
	
	
.oneitem > .twoBox > .textBox .red{
	font-size:3.8vw!important;
	}	

.oneitem > .twoBox > .imgBox{
	box-sizing: border-box;
	width:100%;
	height:auto;
	margin-bottom:20px;
	}

.oneitem > .twoBox > .imgBox img{
	aspect-ratio: 5 / 5;
	width:100%;
	object-fit: cover; /* この一行を追加するだけ */
	}
	
.oneitem > .twoBox > .imgBox img:nth-of-type(n+2){
display:none;
	}	

.oneitem .twoitem_Link .imgBox{
	width:100%;
	height:auto;
	}	
	
.oneitem .twoitem_Link .imgBox img{
	height: 300px;
	width:100%;
	object-fit: cover; /* この一行を追加するだけ */
	}
	
	
	
.markUp{border-bottom:solid;
border-color:rgba(40,35,154,1.00);/*アンダーライン*/
padding-bottom:0.5px;
font-weight:550;
border-width:1px;/*5ピクセルの太さにする*/}	
	
.twoitem{
	width:100%;margin:0 0% 70px 0%;
	box-sizing:border-box;
	}
.twoitem_Link:hover{opacity: 0.7;
	transform: translateY(-5px);
	transform: scale(1.2);
	}	
.twoitem > p{
	letter-spacing:0.1em;
	font-size:80%;
	line-height:160%;
	}
	
.twoitem > .sideTitle{
	box-sizing: border-box;
	position: relative;
	padding-left:0;/*アイコン分のスペース*/
	padding:5% 0;
	line-height: 1.4;
	width:80%;
	margin:0 10% 10px 10%;
	font-size:1.3rem;
	text-align:center;font-weight:580;
	color:#5C4E30;
}
	
	
.twoitem > .twoitem_Link > .imgBox img{
width: 100%; max-width:800px;
  height:300px!important;
  object-fit: cover;	/*object-fit: cover; /* この一行を追加するだけ！ */
	}
.twoitem > .sideText{
	font-size:0.7rem;
	padding:2% 2% 2% 2%;
		width:90%;
	margin:0 5% 0 5%;
	box-sizing: border-box;
	letter-spacing:0.0rem;line-height:180%;
	text-align:left;
	word-wrap: break-word;
	white-space: pre-wrap;
	height:auto;
	min-height:200px!important;
	}
	
.sub_title {position:relative;
    display: inline-block;
	box-sizing:border-box;
	width:100%;letter-spacing:0.02em;
	height:auto;
	margin:10px 0px 25px 0px; 
	padding:20px 0!important;
	line-height:200%; 
    text-align: center;
    cursor: pointer;
    text-decoration: none!important;
    outline: none;
	font-size:1.6rem!important;
	color:#5C4E30!important;font-weight:600;
	border-bottom:1px solid rgba(57,51,43,0.7);
}

.sub_title:before {
	position: absolute;
	content: '';
	background: rgba(65,52,30,1.00);
	bottom: -20px;
	left: calc(50% - 40px);
	width: 80px;
	height: 5px;
}
	
.flex-container {
	box-sizing:border-box;
	width:80%;
	margin:30px 10% 30px 10%;
	display: flex;
	justify-content: center;	
}

/* 子要素(アイテム) */
.flex-item {
	border:2px solid #1C5FA6;
	color: #fff;margin:10px;
	box-sizing: border-box;
	width:auto;
	max-width:250px;
	height:auto;
	max-height:250px!important;
}
/*ここからボタンベース*/
.w_button {
    display: inline-block;
	box-sizing:border-box;
	width:90%;
	height:auto;
	margin:20px 5%; 
	padding:2rem 1rem;
	line-height:100%; 
    text-align: center;
    cursor: pointer;
    text-decoration: none!important;
    outline: none;
}
.w_button::before,
.w_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.w_button,
.w_button::before,
.w_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
	
.w_button {
    background-color: rgba(36,41,132,1.00);
    color: #fff !important;
	font-size:90%;
	font-weight:560;
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(27, 33, 39, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(27, 33, 39, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	box-shadow: 1px 1px 1px 0px #454545;
border-radius: 2px;
}
.w_button:hover {
    background-color: #202427;
    background-position: -100% 100%;
		opacity: 0.8!important;
	transform: translateY(-2px)!important;
}	
/*ボタンベースここまで*/

	
.secondArea > .w_button {
   margin:50px 30%!important;
	width:40%!important;
	background-color:#A60E10;
}	

	
.sv_subtextTitle , .sv2_subtextTitle {
	box-sizing: border-box;
	position: relative;
	margin:30px auto 30px auto;
	padding:50px 0 50px 20px;
	width:100%!important;
	vertical-align: middle;
	color: #19499c!important;
	/*border-radius: 25px 0 0 25px;*/
	/*background: #f7f7f7;*/
	font-size:140%!important;
	letter-spacing:0.0em;
	text-shadow:none!important;
box-shadow: 5px 0px 5px -15px #4a5559;
	text-align:center!important;

	}

	.sv_subtextTitle > .stt_small{font-size:0.5em; margin-left:20px;letter-spacing:0;color: #4F5052;}
	.sv2_subtextTitle > .stt_small{font-size:0.5em; margin-left:20px;letter-spacing:0;color: #4F5052;}	
	

.sideTitle{letter-spacing: 0.05rem; line-height:1.2rem;
}	

	
	
.flowTitle {
	text-align:center!important;
	margin:20px auto 20px auto!important;
  position: relative;
	font-size:100%!important;
	width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.4em;
  padding: 2em 0;  
	text-decoration: none;
	background:#3C5BB0;
	/*background:url("../img/logo.png") center center no-repeat;*/
	object-fit:cover;
/*background-image:url(../img/titlebg_001.jpg);  
	background-image:center center no-repeat;
	background-size:contain;
	object-fit: cover;*/	/*object-fit: cover; /* この一行を追加するだけ！ */
	z-index:2;  
	color:#FFFFFF;
}
	
.flowtextTitle {
	text-align:center!important;
	margin:20px auto 70px auto!important;
  position: relative;
	font-size:160%!important;
	width:100%;
	height:auto;
	box-sizing:border-box;
	letter-spacing:0.4em;
  padding: 0;  
	text-decoration: none;
	/*background:url("../img/logo.png") center center no-repeat;*/
	object-fit:cover;
/*background-image:url(../img/titlebg_001.jpg);  
	background-image:center center no-repeat;
	background-size:contain;
	object-fit: cover;*/	/*object-fit: cover; /* この一行を追加するだけ！ */
	z-index:2;  
}

.flowtextTitle:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 40px solid #444444;
}
.flowtextTitle:after {
  content: "";
  display: block;
display:none;	
  height: 3px;
	margin-top:10px;
	background:#B1C3D9;  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  /*background: -webkit-linear-gradient(to right, rgb(230, 200, 200), transparent);*/
  /*background: linear-gradient(to right, rgb(58,88, 133), transparent);*/
}		
	
.side_plan > .sideTitle{text-align:center;font-size:85%; color:#DC0455;letter-spacing: 0.1rem; line-height:1.2rem;
}	
.side_plan > .sideText{font-size:75%; letter-spacing: 0.1rem; line-height:1.2rem;
}	

	
.contactsubtextTitle{
	margin:0px 0;
	color:#5A7064;
	text-align:center!important;
	font-size:3.5vw;
	width:100%;
	min-width:100%;
	height:auto;
	box-sizing:border-box;
	text-shadow:1px 1px 3px #666666;
  text-decoration: none;
}
	
.contacttextTitle{
	text-align:center!important;
	font-size:80%;
	width:100%;
	min-width:100%;line-height:1.3rem; 
	height:auto;
	box-sizing:border-box;
	letter-spacing:0rem;
	margin:0 auto 20px auto;
  padding: 1.2em 0.3rem;
  text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
  color: #666666;	
	background:transparent;
}	
	
	
.contactStyling	{margin:10px 0;font-size:80%;padding:15px 2%;}
.contactStyling:nth-of-type(n)	
	
/*---------------------------------
アコーディオンボックス
--------------------------------*/	
	
	
.acbox{
  width:80%;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 auto; /* ボックス全体の位置調整 */
}

.acbox label{
  width: 80%;
	margin:0 auto 30px auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #202020; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:25px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #FFFFFF;
}

.acbox label:hover{
  background: rgba(75,56,38,1.00); /* ラベルにマウスを乗せた時の背景色 */
	color:#FFFFFF;  font-weight: bold;

}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 30px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #464141; /* クリック後のラベルの背景色 */
}

.acbox-under{width:80%;margin:0 auto;
	line-height:180%;
  font-size: 12px; /* 開いた部分の文字サイズ */
	text-align: left;
  color: #555555; /* 開いた部分の文字色 */
}

	
	

@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

/* BOXデザインカラム */
.div_design001 {
	margin:30px auto;
	width:100%;
	padding:0 0 0 0;
	box-sizing: border-box; 
  display: -webkit-box;
  display: -ms-flexbox;
  display:block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.div_design001 .div_design001_contents {
  background: #FFF;
  width:100%;	box-sizing: border-box; 

  height: auto;
	min-height:100px;
  margin: 0px;
  display: column;padding:0;
}
.div_design001 .div_design001_contents img {
  width: 100%;
  height: 220px;
	object-fit: cover;
}
.div_design001 .div_design001_contents p:nth-of-type(1)  {
  font-size: 1.5rem;font-weight:580;
  width:100%;
  margin: 0 0 20px 20px;
  display: block;
  text-align:left;
}
.div_design001 .div_design001_contents p:nth-of-type(2)  {
  font-size: 1rem;font-weight:580;
  width:100%;
  margin: 0 0 20px 20px;
  display: block;
  text-align:left;
}	
.div_design001 .div_design001_contents .div_side {
box-sizing:border-box;
  width: 90%;
  margin:20px 5%;
  padding:20px 0px 20px 0px;
  display: block;
height:auto;background:rgba(255,248,233,1.00);
}
	

	

.div_design001 .div_design001_contents > .acbox{
  width:100%;position:relative;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0px auto 30px auto; /* ボックス全体の位置調整 */
}

.div_design001 .div_design001_contents > .acbox label{
  width: 80%;	position:absolute; 
	top:-100px;
	left:0;

	margin:0 10%;
  font-size: 1.4rem; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #202020; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:25px;box-sizing: border-box;
  border-radius: 0px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #FFFFFF;
}

.div_design001 .div_design001_contents > .acbox label:hover{
  background: rgba(86,74,58,1.00); /* ラベルにマウスを乗せた時の背景色 */
	color:#FFFFFF;  font-weight: bold;

}

.div_design001 .div_design001_contents > .acbox input{
  display: none;
}

.div_design001 .div_design001_contents > .acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -10px;
}

.div_design001 .div_design001_contents > .acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.div_design001 .div_design001_contents > .acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.div_design001 .div_design001_contents > .acbox input:checked ~ div{
  height: auto;box-sizing:border-box;
  padding: 0px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #FFFFFF; /* 開いた部分の背景色 */
  opacity: 1;
}

.div_design001 .div_design001_contents > .acbox input:checked ~ label {
  background: #464141; /* クリック後のラベルの背景色 */
}

.div_design001 .div_design001_contents > .acbox > .acbox-under{
	width:100%;
	margin:0 auto;
	line-height:180%;box-sizing: border-box;
  font-size:0.8rem; /* 開いた部分の文字サイズ */
text-align:left;	
  color: #555555; /* 開いた部分の文字色 */
}
	
	
	
.div_design002 {
	margin:30px auto;
	width:100%;
	padding:0 0 0 0;
	box-sizing: border-box; 
  display: -webkit-box;
  display: -ms-flexbox;
  display:block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.div_design002 .div_design002_contents {
  background: #FFF;
  width:100%;	box-sizing: border-box; 

  height: auto;
	min-height:100px;
  margin: 0px;
  display: column;padding:0;
}
.div_design002 .div_design002_contents img {
  width: 100%;
  height: 220px;
	object-fit: cover;
}
.div_design002 .div_design002_contents p:nth-of-type(1)  {
  font-size: 1.5rem;font-weight:580;
  width:100%;
  margin: 0 0 20px 20px;
  display: block;
  text-align:left;
}
.div_design002 .div_design002_contents p:nth-of-type(2)  {
  font-size: 1rem;font-weight:580;
  width:100%;
  margin: 0 0 20px 20px;
  display: block;
  text-align:left;
}	
.div_design002 .div_design002_contents .div_side {
box-sizing:border-box;
  width: 90%;
  margin:20px 5%;
  padding:20px 0px 20px 0px;
  display: block;
height:auto;background:rgba(255,248,233,1.00);
}
	

	

.div_design002 .div_design002_contents > .acbox{
  width:100%;position:relative;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0px auto 30px auto; /* ボックス全体の位置調整 */
}

.div_design002 .div_design002_contents > .acbox label{
  width: 80%;	position:absolute; 
	top:-100px;
	left:0;

	margin:0 10%;
  font-size: 1.4rem; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #202020; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:25px;box-sizing: border-box;
  border-radius: 0px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #FFFFFF;
}

.div_design002 .div_design002_contents > .acbox label:hover{
  background: rgba(86,74,58,1.00); /* ラベルにマウスを乗せた時の背景色 */
	color:#FFFFFF;  font-weight: bold;

}

.div_design002 .div_design002_contents > .acbox input{
  display: none;
}

.div_design002 .div_design002_contents > .acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -10px;
}

.div_design002 .div_design002_contents > .acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.div_design002 .div_design002_contents > .acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.div_design002 .div_design002_contents > .acbox input:checked ~ div{
  height: auto;box-sizing:border-box;
  padding: 0px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #FFFFFF; /* 開いた部分の背景色 */
  opacity: 1;
}

.div_design002 .div_design002_contents > .acbox input:checked ~ label {
  background: #464141; /* クリック後のラベルの背景色 */
}

.div_design002 .div_design002_contents > .acbox > .acbox-under{
	width:100%;
	margin:0 auto;
	line-height:180%;box-sizing: border-box;
  font-size:0.8rem; /* 開いた部分の文字サイズ */
	text-align:left;
	word-wrap: break-word;
	white-space: pre-wrap;	
	
  color: #555555; /* 開いた部分の文字色 */
}	
.div_design002 .div_design002_contents > .acbox > .acbox-under th{
	width:40%;
}	
	
	
.catalog {	 /*コレ*/border-spacing: 10px;
	margin:0px auto 0px auto;
	box-sizing:border-box;
	border:0.5px solid #f2f2f2;
	box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
	color:#040000;
	width:100%;
	letter-spacing:0.1rem;
	font-size:95%;
}
.catalog div{width:80%;margin:0 10%;}	

.catalog  th,
.catalog  td {border-bottom:0.5px solid #F1F1F1;
padding: 4px 0px;vertical-align:middle;
/*border-spacing: inherit 2px;	*/
	line-height:1.0rem;
}
.catalog tr:nth-child(even) {
	background: #FFFFFF;
}

.catalog tr:nth-child(odd) {
	background: rgba(251,251,251,1.00);
}	
.catalog .th-center{text-align:center!important;}	
.catalog td {padding-left:20px;width:80%;border-left:solid 10px rgba(119,105,86,1.00);

background-color: #FFFFFF;
}
.catalog th {font-weight:normal;box-sizing:border-box;
letter-spacing: 0.1rem;width:25%; padding-left:10px;
  border-left:solid 10px #666666;
	color:#040000;
 
}



	
	
	

	
	
	
	
	
.kaisha {
	width: 90%;
	box-sizing:border-box; 
	color:#666666;
	margin:0 5% 50px 5%;
}

.kaisha th,
.kaisha td {font-size:2.8vw;
border: 1px solid #ccc; background:#FFFFFF;
padding: 20px 10px;line-height:150%;
}
.th-center{text-align:center!important;}	
.kaisha th {font-size:3.2vw;	width:30%;
font-weight: bold;
background-color: #dedede; 
}
/*
@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}			
*/
	
.div_design004_contents > .kaisha {
	box-sizing:border-box;
	color:#000000;
	margin-bottom:50px!important;
}
	
.div_design004_contents > .kaisha {
	width: 90%; 
	margin:0 5%;
	border-spacing: 0;
	border-collapse: separate;
	font-weight:580;
	border:1px dotted rgba(69,69,69,1.00);
}	

.div_design004_contents .kaisha th,
.div_design004_contents .kaisha td {font-size:3vw!important;

padding: 20px 10px;line-height:150%;
	vertical-align: middle!important;
}
	
.div_design004_contents .kaisha th:nth-child(odd){
	background:rgba(159,152,122,1.00);color:rgba(255,255,255,1.00);letter-spacing:0.1rem;
}
.div_design004_contents .kaisha th:nth-child(even){
	background:rgba(159,152,122,1.00);color:rgba(255,255,255,1.00);letter-spacing:0.1rem;
}		
	
.div_design004_contents .th-center{text-align:center!important;}	
.div_design004_contents .kaisha th {font-size:3.4vw!important;	width:35%;
}	
	
	
.div_design004 .div_design004_contents .kaisha td .red {display: block; width:fit-content;border-radius:4px;box-shadow: 2px 2px 1px #666666;
	color:rgba(213,0,3,1.00); font-weight:650; background:rgba(255,233,39,1.00);margin:10px;padding:4px;
}	
	
	
	
	
	
	
	
	

.infoImg {
  position: relative;
  width:100%;
	height:auto;
	margin:0px auto;
	padding:0;
  box-sizing: border-box;
}
.infoImg img {
  width:100%;height:auto;margin:0;padding:0;object-fit: cover; /* この一行を追加するだけ！ */
}	
		
/*==================================================
スライダーのためのcss
===================================*/
	
	.firstArea{display:none!important;}	
	
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:50px auto 20px auto;padding:0px 0;background:transparent;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/aspect-ratio: 5 / 3;/* 画像のアスペクト比を固定！heightはauto widthは100％！ */
    height:auto;object-fit: cover; /* この一行を追加するだけ！ */
box-shadow: 0px 0px 2px 1px #ebebeb;
border-radius: 0px;
}
.slider li .slideUndertext{height:auto; padding:8px 1px;background:rgba(77,77,77,1.00); box-shadow: 0px 0px 2px 1px #ebebeb;
border-radius: 0px;color:#FFFFFF;font-weight:550;text-align:center;font-size:0.7rem!important;}
.slider li .slideUndertext2{height:auto; padding:8px 1px;background:rgba(159,152,122,1.00);box-shadow: 0px 0px 2px 1px #ebebeb;
border-radius: 0px;color:#FFFFFF;font-weight:550;text-align:center;font-size:0.7rem!important;}
.slider li .slideUndertext > span{positon:absolute;top:-100px; font-weight:600;font-size:0.9rem!important; color:rgba(255,249,215,1.00);}
.slider li .slideUndertext2 > span{positon:absolute;top:-100px; font-weight:600;font-size:0.9rem!important; color:rgba(255,249,215,1.00);}	

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 2px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 40%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
	border:none;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}	
.slideArea{
	width:100%;
	padding:0px 10%;
	box-sizing:border-box ;
	position:relative;
	background:rgba(251,250,249,1.00);}
	
.slideArea > .heading01 {
	position: relative;
	font-size: 1.3rem!important;
	text-align: center;
	box-sizing: border-box;
	margin:30px auto 0px auto;
	letter-spacing:0.3rem;
	color:#464646;
}

.slideArea > .heading01::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 35px;
	color: #4A3839;
	font-size: 120%!important;
}

.slideArea > .heading01::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 15px;
	background-color: #4A3839;
}
	
 /*=== 画像の表示エリア ================================= */
.simpleSlide {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height     : 50vh;
  min-height : 50vh;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : url("../img/logo_004.jpg") center center no-repeat;
background-size:cover;
}
 
 /*=== 画像の設定 ======================================= */
.simpleSlide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  left       : -100%;
  animation  : slideAnime 25s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.simpleSlide img:nth-of-type(1) { animation-delay: 0s }
.simpleSlide img:nth-of-type(2) { animation-delay: 5s }
.simpleSlide img:nth-of-type(3) { animation-delay: 10s }
.simpleSlide img:nth-of-type(4) { animation-delay: 15s }
.simpleSlide img:nth-of-type(5) { animation-delay: 20s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { left: -100% }
   2% { left: 0     }
  18% { left: 0     }
  20% { left: 100%  }
 100% { left: 100%  }
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.policy{box-sizing:border-box;padding:20px; width:80%; height:auto; margin:0 auto; text-align:left; background:#FFFFFF;}	
.policy p{font-size:100%!important;letter-spacing:1px;line-height:200%;}
	
	
/*-----------gallery--------------*/	
.galleryBox{
	position:relative;width:100%;margin:20px auto 10px auto;height:auto;
	}
.gallery{
	margin:10px auto;
	}
.gallery li {
	list-style:none;
  float: left;
  position: relative;
  width: 50%;
	height:auto;
  margin: 0 auto
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 2px 2px 2px #222;
  z-index: 1;
  box-sizing: border-box;
}
.gallery img {
  width:100%;height:auto;object-fit: cover; /* この一行を追加するだけ！ */
}
	
.gallery .photo1 {
  transform: rotate(-5deg);
}
.gallery .photo2 {
  transform: rotate(3deg);
}
.gallery .photo3 {
  transform: rotate(5deg);
}	
.gallery .photo4 {
  transform: rotate(-5deg);
}	
.gallery .photo5 {
  transform: rotate(3deg);
}	
.gallery .photo6 {
  transform: rotate(5deg);
}	
.gallery .photo7 {
  transform: rotate(-3deg);
}	
	
.gallery li:hover {
  z-index: 10;
  transform: scale(1.5) rotate(0deg);
}	
	
.gallery li {
  transform: scale(1.0);
  transition: all 0.3s ease-out;
}	
/*-----------gallery--------------*/	
	
/*-----------form--------------*/
#fix{box-sizing: border-box;
	position:fixed!important;
	line-height:140%;
	width:40%!important; 
	height:auto;
	padding:10px 5px;
	top:50px;
	left:0%;right:70%;
	margin:0 auto;
    font-size:90%;
	font-weight:bold;
  text-decoration: none;
  color: #FFF;
  background: #DC143C;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  border: solid 2px #8B0000;/*線色*/
	text-align:center;
	border-spacing: inherit;
	letter-spacing:0.2rem;
opacity:0.9;
	z-index:9000;
	}	

.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.fade_on {
    opacity: 1;
}

	
	
.fadein {position:relative;
	margin:0px auto;
		opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;	 box-shadow: 0 32px 26px -40px rgba(53, 47, 47, 0.15);
	}
/* 画面内に入った状態 */
	
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);

	}
.fadeImg{ 
	box-sizing:border-box; 
	width:100%; 
	height:auto;
	margin-top:10px auto;
	padding:30px;
	-webkit-filter: drop-shadow(0px 2px 5px rgba(0,0,0,.4));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.4));
	}
.fadeImg p{font-size:100%!important;
	text-align: right!important; 
	letter-spacing:2px; 
	line-height:180%;
	}			

.fadeImg img{ /*border-radius: 50%;*/ /* 角丸半径を50%にする(=円形にする) */
    width:  auto;       /* ※縦横を同値に */
    height: auto;       /* ※縦横を同値に */}

	.fadeText{width:70%;margin:20px auto;text-align:center;color:#FFFFFF;}
	.fadeTextbottom{position:absolute;bottom:20px;right:10px;}	
	
	.fadein img{width:100%; height:auto; object-fit: cover;	/*object-fit: cover; /* この一行を追加するだけ！ */}	
	
	
	
#formWrap{box-sizing:border-box;
	width:95%;
	margin:0px auto 0 auto;
	color:#555;
	line-height:130%!important;
	font-size:90%;
	overflow:hidden;
}

/*-----------form tabledesign--------------*/	

#form1:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/select.png) no-repeat;
  background-size: contain;
}

#form1 select{font-size:110%;
  width: 100%;
  outline:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 5px;
  border:1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

#form1 select::-ms-expand {
  display: none;
}
	
	
#formTable{table-layout: fixed;
	align:center;
	margin:0 auto;
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

#formTable th:first-child{
  border-radius: 5px 0 0 0;
}

#formTable th:last-child{vertical-align: middle;
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

#formTable th{ vertical-align: middle; width:30%;box-sizing:border-box;
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 20px 0;
}

#formTable td{width:70%;
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 0;
}

#formTable td:last-child{
  border-right: 1px solid #a8b7c5;
}

#formTable tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

#formTable tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
/*-----------form tabledesign--------------*/	
#hidden1 , #hidden2 , #hidden3 , #hidden4 {table-layout: fixed;
	align:center;
	margin:0 auto;
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

#hidden1 th:first-child{
  border-radius: 5px 0 0 0;
}

#hidden1 th:last-child{vertical-align: middle;
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

#hidden1 th , #hidden2 th , #hidden3 th , #hidden4 th{ vertical-align: middle; width:150px;
  text-align: center;
  color:white;
  background: linear-gradient(#DEB887,#DAA520);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 20px 0;
}

#hidden1 td{
  text-align: center; font-size:10px; font-weight:bold;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px;
}
#hidden2 td{font-size:10px;font-weight:bold;
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px;
}
#hidden3 td{font-size:10px;font-weight:bold;
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px;
}
#hidden4 td{font-size:10px;font-weight:bold;
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px;
}
#hidden1 td:last-child{
  border-right: 1px solid #a8b7c5;
}

#hidden1 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

#hidden1 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table#formTable td {width:70%;box-sizing:border-box;
  /*word-break: break-all;*/
  overflow-wrap : break-word;
	text-align:left;
	padding:10px;  overflow:scroll;

}	
	
.submitButton{
	font-size:120%;
	text-align:center;
	margin:10px;
	padding:10px;
	border:1px solid #ccc;
	box-sizing:border-box;
	width:auto;
	height:auto;
	font-weight:bold;
	background:rgba(77,27,28,1.00);
	color:#FFFFFF;
	vertical-align: middle;
}
	
/*-----form table input,select,textbox markup-----*/	
textarea.textboxSize{
width:auto;
min-width:50%;	
max-width:50%;
padding:10px;	
height:auto;
word-break: break-all;	
border-radius:4px;
font-size:100%;

}
input.boxSize{
width:auto;
min-width:50%;	
height:auto;
padding:10px;border-radius:4px;font-size:100%;
}
select.boxSize{
width:auto;
min-width:50%;	
padding:10px;
height:auto;border-radius:4px;font-size:100%;
}
input.smartMail{
width:auto;
min-width:50%;	
padding:10px;
height:auto;border-radius:4px;font-size:100%;
}
	
/*-----form table input,select,textbox markup-----*/	

	
	
	
.map iframe{width:100%; height:300px; margin:10px 0 0px 0%;}	
	
	
.map iframe{
   filter: grayscale(100%);
   transition: all 0.7s ease;
}	
	
	
.note-embed {
width:80%; height:auto; margin:0 10%; 	
}
	
.note-embed iframe {
width:80%; height:auto; margin:0 10%; 
}		
	
	
	
	
	
	
	
	
/*-----------form tabledesign　見出し--------------*/		
/*table{
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}*/
/*-----------form tabledesign 見出し--------------*/	
	
	
	
.mail_theme{
	font-size:150%;	
    width:90%;
	margin:0 auto;
	text-align:center;
	height:auto;
	padding:15px;
	background:
		#FCE9C1;
    /*-webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0066FF),
        to(#003366)
        );
    /*firefox*/
	/*background: -moz-linear-gradient(top, #003366, #0066FF
        );
	/*IE*/
    /*filter: 
	progid:DXImageTransform.Microsoft.gradient
	(GradientType=0, startColorstr='#003366', endColorstr='#0066FF')*/
}
/*-----------form--------------*/			

	
/*footer*/
#footer p{margin:20px; font-size:0.8rem; color:#FFFFFF;}


#footer p:nth-of-type(1){font-size:1.5rem;color:#FFFFFF;}
#footer p:nth-of-type(2){font-size:0.7rem;color:#FFFFFF;line-height: 1.2em;}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#footer {
  position: relative;
	background:rgba(159,152,122,1.00);
	padding-bottom:60px;
}
 
#footer .logo {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #111;
}
 
#footer .logo a {
  display: inline-block;
}
 
#footer .logo img {
  width: 120px;
}
 
#footer .footer_nav a {
  display: block;
  padding: 0 10px;
  color: #ccc;
}
 
@media only screen and (min-width: 801px) {
  #footer .footer_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  #footer .footer_nav a:hover {
    color: #ca353b;
  }
}
@media only screen and (max-width: 800px) {
  #footer {
    text-align: center;
  }
 
  #footer .footer_nav li {
    border-top: 1px solid #555555;
  }
 
  #footer .footer_nav li:last-child {
    border-bottom: 1px solid #555555;
  }
 
  #footer .footer_nav li a {
    padding: 8px 20px;
    text-align: left;color:rgba(255,255,255,1.00)!important;
  }
#footer small {margin-top:20px; font-size:0.6rem;	
}

body {
  margin: 0;
  padding: 0;
}
	
/*-----------wrap end--------------*/



/*only write the 【over 1024px】*/


/*--substitution--
@import url(base.css) screen and (min-width: 769px); 
@import url(tab.css) screen and (max-width: 768px); 
@import url(smart.css) screen and (min-width: 640px);
-------------*/ 