@charset "UTF-8";

.mincho {font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体", "Yu Mincho", YuMincho,"HGS明朝E","ＭＳ Ｐ明朝",serif;}


html {
	background-color: #fff;
}

.nosp {
	display: none!important;	
}

.hover:hover {
transition: all 0.5s ease-in-out 0s;
opacity: 0.5;
}
.hover2 {
	
}



/*tothetopfixed*/
div.tothetopfixed {
	position: fixed;
	z-index: 1500;right: 10px;
	display: block;
	width: 40px;
	height: 40px;
	filter: alpha(opacity=75);
background-color: rgba(200, 200, 200, .75);
border-radius: 100%;
display:flex;
justify-content:center;
align-items: center;
	transition: all 1s ease-in-out 0s;
bottom: 60px;
}	
div.tothetopfixed a  {display: block;float: right;background-color: #fff;}
div.tothetopfixed a:hover {
transition: opacity 0.5s ease-in-out;
opacity:1;
filter: alpha(opacity=100);
}
div.tothetopfixed a {

	transition: opacity 0.5s ease-in-out;

}
div.tothetopfixed i {
font-size: 2rem;
color: #fff;
}
div.tothetopfixed:hover {
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.5s ease-in-out 0s;
}


/* ハンバーガーアイコン */
.hamburger-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  	position: absolute;
  right: 10px;
	background-color: #599a89;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
  top: 0;
}
.hamburger-icon:hover {
	opacity: 0.75;
	transition: all 0.3s ease-in-out 0s;
}
/* ハンバーガーの線 */
.hamburger-icon span {
  width: 15px;
  height: 2px;
  background: #fff;
  transition: transform 0.5s, opacity 0.5s;
  position: absolute;
}

/* 1本目（上の線） */
.hamburger-icon span:nth-child(1) {
  top: 13px;
}

/* 2本目（中央の線） */
.hamburger-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

/* 3本目（下の線） */
.hamburger-icon span:nth-child(3) {
  bottom: 13px;
}

/* フルスクリーンメニュー */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(90, 155, 138,.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  overflow: auto;
  z-index: 5;
}

/* メニューが開いたとき */
.menu {
  transition: all 0.5s ease-in-out;	
}

.menu.active {
  opacity: 1;
  visibility: visible;
}

/* メニューのリンク */
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu li {
  margin: 20px 0;
}

.menu a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s;
}

.menu a:hover {
  color: #ddd;
}
.hamburger-menu.active .hamburger-icon span {
  background: #fff;
}
/* ハンバーガーアイコンが「×」に変形 */
.hamburger-menu.active .hamburger-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hamburger-menu.active .hamburger-icon span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hamburger-icon {

}


.ul-hmbmenu {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.li-hmbmenu {
	margin-bottom: 2.5%!important;	
}
.a-hmbmenu {
	color: #599989!important;
	background-color: #fff!important;
	font-size: 1.5rem!important;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	border-radius: 50px ;
	width: 100%;
	border: 2px solid #fff;
	transition: all 0.3s ease-in-out 0s;
}
.a-hmbmenu:hover {
	color: #fff!important;
	background-color: #599989!important;
	transition: all 0.3s ease-in-out 0s;
}


/*HEADER*/

.head-head {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 10;
}
.div-head {

	margin-right: auto;
	margin-left: auto;
	position: relative;
}



.h1-head {
	margin-top: 10px;
	margin-left: 10px;
}
.a-h1head {
	display: block;
	background: url(../img/bg−h1.png) left top no-repeat;
	background-size: 100% auto;
	width: 240px;
	height: 50px;
	text-indent: -9999px;
}

.nav-head {
	position: absolute;
	right: 100px;
	top: 0;
	padding-top: 10px;
}
.ul-navhead {
display:flex;
justify-content:center;	
}
.li-navhead {
	display: block;
}
.a-navhead {
	display: block;
	color: #666;
	font-size: 1.5rem;
	margin-right: 2em;
	position: relative;
	padding-bottom: 25px;
	padding-top: 25px;
}


a.hover2::after {
position: absolute; 
left: 0; 
content: '';  
width: 100%; 
height: 2px; 
background: #599989;
}


a.hover2::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #599989;
bottom: 4px; 
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
a.hover2:hover::after {
visibility: visible;
bottom: 12px;
opacity: 1;
}

.a-navhead.nowpage::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #599989;
bottom: 12px; 
opacity: 1;
visibility: visible;
}

.a-navhead.nowpage:hover::after {
transition: 1000s;
}

.a-navhead.nowpage:hover {
	cursor: default;	
}

.a-headinsta {
	color: #666;
	font-size: 7rem;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	position: absolute;
	right: 50px;
	top: -8px;
}


.ul-sidelink {
	position: fixed;
	z-index: 10;
	bottom: 0;
	display:flex;
justify-content:space-between;
width: calc(100%);
}
.li-sidelink {
	width: 50%;
}
.li-sidelink01 {
	
}
.li-sidelink02 {
	
}
.a-sidelink {
	display: block;

	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.5rem;
 text-align: center;
 width: calc(100% - 6px);
 letter-spacing: 0.1em;
}


.a-sidelink01 {
	background-color: #599989;
	border: 3px solid #599989;
	color: #fff;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 10px 10px 0px 0px;
}
.a-sidelink02 {
	background-color: #fff;
	border: 3px solid #599989;
	color: #599989;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 10px 10px 0px 0px;
}


/*TOPIMG*/
.sec-topimg {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 10%;
}

.div-topimg {

	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 90%;
}
.img-topimg {
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin-right: auto;
	margin-left: auto;
}
.dl-topcopy {
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 2;
}
.dt-topcopy {
	background-color: #599989;
	color: #fff;
	font-size: 3vw;
	display: inline-block;
	padding: 5px 13px;
	white-space: nowrap;
	margin-bottom: 5%;
}
.dd-topcopy {
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
	letter-spacing: 0.2em;
	    white-space: nowrap;
	display: block;
}

.img-tree_a01 {
	position: absolute;
	top: 500px;
	height: 200px;
	width: auto;
	left: -2%;
	display: none;
}
.img-tree_a02 {
	position: absolute;
	top: 100px;
	height: 200px;
	width: auto;
	left: 7%;
	display: none;
}

.img-tree_a03 {
	position: absolute;
	top: 0;
	height: 200px;
	width: auto;
	right: 10%;
	top: 600px;
	display: none;
}

.img-tree_a04 {
	position: absolute;
	height: 200px;
	width: auto;
	right: 5%;
	top: 300px;
	display: none;
}

.img-tree_a05 {
	position: absolute;
	top: 0;
	height: 200px;
	width: auto;
		right: 0;
	top: 000px;
	display: none;
}

/*EVENT*/

.sec-topclm {
	width: 100%;
	position: relative;

}

.sec-tc-event {

	margin-right: auto;
	margin-left: auto;
}
.div-tc-event {	
margin-right: auto;
margin-left: auto;
padding-top: 10%;
	padding-bottom: 10%;
}

.div-h3link1 {

		margin-right: auto;
	margin-left: auto;
}

.h3-mid01 {
	color: #599889;
	font: 2.5rem "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #599889;
	position: relative;
	margin-bottom: 5%;
	padding-bottom: 2.5%;
}

.a-h3link {
	position: absolute;
	right: 0;
	border-top: 1px solid #599889;
	border-right: 1px solid #599889;
	border-left: 1px solid #599889;
	bottom: 0;
	color: #599889;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
transition: all 0.3s ease-in-out 0s;
padding: 10px;
}
.a-h3link:hover {
transition: all 0.3s ease-in-out 0s;
background-color: #599889;
color: #fff;
}
.a-h3link:hover i {
transition: all 0.3s ease-in-out 0s;

color: #fff;
}


.a-h3link i {
	position: absolute;
	color: #599889;
	right: 5px;
	top: 11px;
	font-size: 1.25rem;
transition: all 0.3s ease-in-out 0s;
}

.art-slickevent {
position: absolute;

margin-right: auto;
	margin-left: auto;
}

.div-topevent {
	
}

.a-topevent {
transition: 0.3s;
	display: block;
	padding-right: 20px;
	padding-left: 20px;

}
.img-topevent {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	display: block;
	margin-bottom: 15px;
}
.spn-evedate {
	color: #599889;
	display: block;
	margin-bottom: 10px;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
}
.spn-evetitle {
	color: #666;
	font-size: 2rem;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
.spn-eveexp {
	display: block;
	color: #666;
	margin-bottom: 10px;
	line-height: 1.75em;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
}
.spn-evemore {
	display: inline-block;
	background-color: #599889;
	padding: 10px 20px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	font-size: 1.25rem;
	position: relative;
	width: 7em;
	border: 1px solid #599889;
transition: all 0.3s ease-in-out 0s;
}
.spn-evemore i {
	color: #fff;
	font-size: 1.25rem;
	position: absolute;
	top: 11px;
	right: 10px;
transition: all 0.3s ease-in-out 0s;
}
.a-topevent:hover .spn-evemore
{
	color: #599889;
	background-color: #fff;
	border: 1px solid #599889;
transition: all 0.3s ease-in-out 0s;
}
.a-topevent:hover .spn-evemore i {
		color: #599889;
transition: all 0.3s ease-in-out 0s;
}

.img-tree_b01 {
	width: 30%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 30%;
}
.img-tree_b02 {
width: 30%;
        height: auto;
        position: absolute;
        top: 30%;
        right: 0;
}

.spn-topeventone01 {
	color: #599789;
	font-size: 1.15rem;
	letter-spacing: 0.2em;
	margin-bottom: 2.5%;
	line-height: 1.75em;
	display: block;
}
.h4-topeventone {
	color: #666;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	margin-bottom: 2.5%;
	font-weight: bold;
	line-height: 1.75em;
	display: block;
}
.spn-topeventone02 {
	color: #666;
	font-size: 1.15rem;
	letter-spacing: 0.2em;
	margin-bottom: 2.5%;
	line-height: 1.75em;
	display: block;
	font-weight: bold;
}
.p-topeventone {
	color: #666;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	margin-bottom: 5%;
	line-height: 1.75em;
	display: block;
}
.img-tophowtoone {
border-radius: 20px;
width: 100%;
height: auto;
position: relative;
margin-bottom: 2.5%;
}


/*MODELHOUSE*/
.sec-tc-model {
	
}
.div-tc-model {


margin-right: auto;
	margin-left: auto;
position: relative;
z-index: 0;
width: 90%;
padding-top: 10%;
	padding-bottom: 10%;
}

.img-tree_c01 {
	width: 80px;
	height: auto;
	position: absolute;
	top: -5%;
	right:  5%;
}
.img-tree_c02 {
	width: 80px;
	height: auto;
	position: absolute;
	right:  10%;
	top: 65%;
}
 .img-tree_c03 {
        width: 150px;
        height: auto;
        position: absolute;
        top: 465px;
        right: calc(50% - 510px);
		display: none;
 }

.art-tc-model {

}
.img-tc-model {

	height: auto;
	position: relative;
	width: 100%;
	margin-bottom: 5%;
}
.div-dl-model {
	position: relative;
	z-index: 5;
}
.dl-tc-model {
	margin-bottom: 5%;
}


.dt-tc-model {
	color: #666;
	letter-spacing: 0.2em;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 2.5%;
}
.dd-tc-model {
	color: #666;
	letter-spacing: 0.2em;
	line-height: 1.75em;
	font-size: 1.15rem;
}
.a-linkmore {
	display: inline-block;
	background-color: #599889;
	padding: 7px 20px 7px 10px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	font-size: 1.15rem;
	position: relative;
	width: 7em;
	border: 1px solid #599889;
transition: all 0.3s ease-in-out 0s;	
}

.a-linkmore i {
	color: #fff;
	font-size: 1.15rem;
	position: absolute;
	top: 8px;
	right: 10px;
transition: all 0.3s ease-in-out 0s;
}


.a-linkmore:hover 
{
	color: #599889;
	background-color: #fff;
	border: 1px solid #599889;
transition: all 0.3s ease-in-out 0s;
}
.a-linkmore:hover  i {
		color: #599889;
transition: all 0.3s ease-in-out 0s;
}


/*IEZUKURI*/

.sec-tc-tophowto {
	
}
.div-tc-tophowto {

	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 90%;
	padding-top: 10%;
	padding-bottom: 10%;
}


.img-tree_d01 {
	width: 30%;
	height: auto;
	position: absolute;
	top: 0px;
	right:  5%;
}
.img-tree_d02 {
	width: 120px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 10%;
}


.div-h3nomal {
	
}

.h3-mid02 {
	color: #666;
	font-size: 2rem;
	display: block;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	margin-bottom: 5%;
	border-bottom: 1px solid #599789;
	padding-bottom: 10px;
	font-weight: bold;
}

.h3-mid02 i {
	color: #fff;
	background-color: #599789;
	display: inline-block;
	letter-spacing: 0.1em;
	font-size: 1.15rem;
	padding: 7px 13px;
	margin-bottom: 10px;
}

.art-tc-tophowto {

	
}
.div-tc-tophowto-r {

}
.div-tc-tophowto-l {

}



.img-tophowto {
border-radius: 20px;
width: 100%;
height: auto;
position: relative;
margin-bottom: 5%;
}
.p-tophowto {
	color: #666;
	line-height: 1.75em;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 5%;
}

.ul-tophowto {
	margin-bottom: 5%;
}
.li-tophowto {
	margin-bottom: 2.5%;
}
.a-tophowto {
	display: block;
	background-color: #fff;
	padding: 10px 40px 10px 20px;
	border-radius: 20px;
	text-align: center;
	position: relative;
	border: 1px solid #599889;
transition: all 0.3s ease-in-out 0s;
color: #599889;
font-size: 1.15rem;
}

.a-tophowto i {
	color: #599889;
	font-size: 1.25rem;
	position: absolute;
	top: 11px;
	right: 10px;
transition: all 0.3s ease-in-out 0s;
}


.a-tophowto:hover 
{
	color: #fff;
	background-color: #599889;
	border: 1px solid #599889;
transition: all 0.3s ease-in-out 0s;
}
.a-tophowto:hover  i {
		color: #fff;
transition: all 0.3s ease-in-out 0s;
}


/*TOPLIVER*/
.sec-tc-topliver {
}
.div-tc-topliver {

	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 90%;
	padding-top: 10%;
	padding-bottom: 10%;
}


.img-tree_e01 {
	width: 80px;
	height: auto;
	position: absolute;
	top: 0;
	right: 5%;
}
.img-tree_e02 {
	width: 150px;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}


.img-topliver {
border-radius: 20px;
;
height: auto;
position: relative;
width: 100%;
margin-bottom: 2.5%;
}

.sel-topliver {
	color: #666;
	border: 1px solid #ccc;
	font-size: 1.75rem;
	margin-bottom: 25px;
	padding: 10px 30px 10px 10px;
}


.sel-topliver option {

}


.h3-mid02noborder {
	border-bottom-style: none;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.hr-h3-mid02 {
	border-bottom: 1px solid #599689;
	margin-bottom: 25px;
	float: none;
}

.art-void01 {

}
.div-void01 {

}

.div-h3nomal01 {

}
.art-void02 {

}

.div-void02 {

}

.div-topselect {

}



.a-topliver  {
	display: block;
	background-color: #599889;
	padding: 10px 20px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	position: relative;
	border: 1px solid #599889;
	width: 9em;
transition: all 0.3s ease-in-out 0s;
font-size: 1.25rem;
}

.a-topliver  i {
	color: #fff;
	font-size: 1.25rem;
	position: absolute;
	top: 12px;
	right: 10px;
transition: all 0.3s ease-in-out 0s;}


.a-topliver:hover {
color: #599889;
background-color: #fff;
border: 1px solid #599889;
transition: all 0.3s ease-in-out 0s;
}
.a-topliver:hover  i {
		color: #599889;
transition: all 0.3s ease-in-out 0s;
}


/*SHOWCASE*/
.div-h3show-out {
	background: url(../img/f_bg_f05.svg) center top no-repeat;
	background-size: 150% auto;

		background-color: #599589;
	height: 10vh;
}

.sec-tc-topshowcase {
	background-color: #599689;
}
.div-tc-topshowcase {

	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 10%;
}

.img-tree_f01{
	width: 30%;
	height: auto;
	position: absolute;
	top: 0;
	left: -10%;
}
.img-tree_f02 {
	width: 30%;
	height: auto;
	position: absolute;
	top: 50%;
	right: -10%;
}
/*.img-tree_f03 {
	width: 150px;
	height: auto;
	position: absolute;
	top: 850px;
	left: 350px;
	display: none;
}*/
.img-tree_f04 {
	width: 30%;
	height: auto;
	position: absolute;
	bottom:10%;
	left: 30%;
}



.ul-showlist {

	margin-right: auto;
	margin-left: auto;
	display:flex;
flex-wrap: wrap;
justify-content:left;
width: 90%;
}

.li-showlist:nth-child(n + 7) {
  display: none;	
}

.li-showlist {
	width: 90%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 10%;
}
.spn-showlisticon {
	color: #fff;
	font-size: 1.25rem;
	z-index: 5;
	right: 0;
	display: block;
	margin-bottom: 10px;
	text-align: right;
}
.spn-showlisticon i {
	color: #fff;
	font-size: 1.25rem;
	margin-right: 5px;
}

.spn-showlistexp {
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	font-size: 1.5rem;
	bottom: 0;
}
.a-showlist {
	position: relative;
}
.a-showlist:hover img {

}

.a-showlist img  {
	width: 100%;
	height: auto;
}

.spn-showlimg {
border-radius: 20px;
display: block;
	width: 100%;
	height: auto;
overflow: hidden;
margin-bottom: 10px;
}

.a-showlist:hover img {
transform: scale(1.1,1.1);	
transition: all 0.5s ease-in-out 0s;
}

.a-showlist img {
transform: scale(1.0,1.0);	
transition: all 0.5s ease-in-out 0s;
}

.div-floatshow01 {

}

.div-h3show {

	margin-right: auto;
	margin-left: auto;
border-bottom: 1px solid #fff;
	position: relative;
	width: 90%;
	padding-bottom: 2.5%;
	margin-bottom: 10%;
}

.spn-h3show01 {
	color: #599689;
	background-color: #fff;
	font-size: 1.15rem;
	padding: 7px 13px;
	letter-spacing: 0.2em;
	display: inline-block;
	margin-bottom: 5%;
}

.h3-show01 {
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin-right: 10px;
}


.ul-h3cat {
display:flex;
justify-content:left;
position: absolute;
bottom: -30px;
}
.li-h3cat {
	margin-right: 5px;
}
.a-h3cat {
	color: #fff;
	font-size: 3.5vw;
	padding: 3px 5px 4px;
	transition: all 0.3s ease-in-out 0s;
}
.a-h3cat i {
	color: #fff;
	font-size: 3.5vw;	
}
.a-h3cat:hover {
	text-decoration: underline;
}



.a-h3link2 {
	position: absolute;
	right: 0;
	display: inline-block;
	background-color: #fff;
	color: #599589;
	font-size: 1.15rem;
	padding: 10px 40px;
	text-align: center;
	bottom: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.a-h3link2 i {
	color: #599589;
	position: absolute;
	width: 10em;
	right: 10px;
	text-align: right;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.25rem;
}
.a-h3link2:hover {
	background-color: #599589;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.a-h3link2:hover i {
	color: #fff;	
}




/*NEWS*/


.sec-tc-topnews {
	background-color: #599589;
	padding-bottom: 50px;
}

.div-tc-topnews {

	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

.div-h3link3 {
	position: relative;
	margin-bottom: 15%;
}
.h3-mid03 {
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.a-h3link3 {
	color: #fff;
	font-size: 1.25rem;
		border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	right: 0;
	padding: 10px 40px;
	bottom: -34px;
}
.a-h3link3 i {
	color: #fff;
	font-size: 1.25rem;
	position: absolute;
	right: 10px;
	text-align: right;
	transition: all 0.3s ease-in-out 0s;
}
.a-h3link3:hover {
	background-color: #fff;
	color: #599589;
	transition: all 0.3s ease-in-out 0s;
}




.ul-topnews {
	
}
.li-topnews {
	margin-bottom: 10%;
}
.a-topnews {
	color: #fff;
	font-size: 1.25rem;

margin-bottom: 1em;
}
.a-topnews i {
	color: #fff;
	font-size: 1.25rem;
	text-align: left;
	width: 8em;
	letter-spacing: 0.2em;
	display: block;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.a-topnews b {
	color: #fff;
	font-size: 1.5rem;
	text-align: left;
	letter-spacing: 0.2em;
	display: block;
	line-height: 1.75em;
}
.a-topnews:hover {
	text-decoration: underline;
}

/*FOOTER*/
.foot-foot {
	background-color: #fff;
		padding-top: 50px;
	padding-bottom: 50px;
}
.div-foot {

	margin-right: auto;
	margin-left: auto;
position: relative;
width: 90%;
margin-bottom: 10%;
}
.div-foot01 {

	height: auto;
	margin-right: 50px;
}
.img-footrogo {
	width: 100%;
	height: auto;
}
.div-foot02 {

	margin-right: 50px;
}
.p-footadd {
	color: #666;
	font-size: 3.75vw;
	line-height: 1.75em;
	margin-bottom: 15px;
}
.ul-footlink {
display:flex;
margin-right: auto;
	margin-left: auto;
margin-bottom: 10%;
justify-content:space-between;
width: 100%;
}
.li-footlink {
}
.li-footlink50 {
	width: 45%;
}
.li-footlink50 a {
	width: 100%;
}
.li-footlink100 {
	width: 90%;
}
.a-footlink {
	color: #666;
	font-size: 1.25rem;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
}

.a-footadd{
	color: #666;
	font-size: 1.5rem;
}

.a-footlink:hover{

	background-color: #efefef;
	transition: all 0.3s ease-in-out 0s;
}



.div-foot03 {

}

.ul-footsns{


	display:flex;
justify-content:center;
}
.li-footsns{
	margin-left: 10px;
}
.a-footsns{

	color: #666;	
	transition: all 0.3s ease-in-out 0s;
}
.a-footsns:hover{

	color: #599489;
	transition: all 0.3s ease-in-out 0s;	
}


.a-footsns01 i {
	font-size: 4rem;
}
.a-footsns02 i {
	font-size: 4.8rem;
	margin-top: -5px;
}

.p-copyright {
	color: #666;
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 20%;
}







/*MIZUFORM*/

.sec-mizu {
	width: 100%;
}
.sec-mizutop {
	padding-top: 5%;
	padding-bottom: 7.5%;
	margin-top: 70px;
}
.div-mizu {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.div-mizutop {

	margin-right: auto;
	margin-left: auto;

}

.div-mizu01 {
	text-align: center;
	color: #666;
	background: url(../img/f_slash_r.svg) right center no-repeat, url(../img/f_slash_l.svg) left center no-repeat;
			background-size:auto 50%,auto 50%;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.2em;
	font-size: 4.5vw;
	line-height: 1.1em;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	margin-bottom: 5%;
}

.h2-mizu02 i {
	text-align: center;
	display: block;
	background-color: #599989;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	padding: 7px;

	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.2em;
	margin-bottom: 2.5%;
}
.h2-mizu02 b {
	text-align: center;
	display: block;
	color: #666;
	font-weight: bold;
	margin-bottom: 5%;
	font-size: 10vw;
	letter-spacing: 0.2em;
}

.div-mizu02 {
	margin-bottom: 25px;
}

.img-mizu02 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.div-mizu03 {
	color: #599889;
	font-weight: 500;
	text-align: center;
	width: 100%;
	letter-spacing: 0.2em;
	font-size: 1.75rem;
}
.div-mizu03-01 {
	margin-bottom: 10%;
}
.div-mizu03-02 {
	margin-bottom: 2.5%;
}
.div-mizu04 {

margin-right: auto;
	margin-left: auto;
margin-bottom: 10%;
}

.spn-mizu04-l {
border-bottom: 3px solid #666;
border-top: 3px solid #666;
padding-top: 15px;
	padding-bottom: 15px;
margin-bottom: 2.5%;
	margin-right: auto;
margin-left: auto;
display: block;
width: max-content;
}
.spn-mizu04-l i {
border-bottom: 1px solid #666;
border-top: 1px solid #666;
color: #666;
font-size: 1.5rem;
font-weight: bold;
padding-top: 8px;
	padding-bottom: 8px;
	width: max-content;
margin-right: auto;
}
.spn-mizu04-r {
	
}
.spn-mizu04-r i {
	color: #666;
	font-size: 2.5rem;
	display: block;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: center;
	line-height: 1.5em;
}
.spn-mizu04-r b {
	color: #666;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	display: block;
	line-height: 1.5em;
	text-align: center;
}




.div-mizu05 {
	border: 1px solid #599889;
	padding: 10px;
	color: #599889;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	line-height: 1.5em;
	font-size: 1.75rem;
}

.ul-mizu06 {
display:flex;
justify-content:left;
margin-bottom: 10%;
flex-wrap: wrap;
}
.li-mizu06 {
	width: calc(50% - 10px);
	display: block;
	border: 1px solid #599789;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.li-mizu06 i {
	color: #599789;
	font-size: 1.5rem;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
}
.li-mizu06 b {
	background-color: #599889;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	width: 1em;
	height: 1em;
	border: 1px solid #599889;
	padding: 5px;
}

.div-mizu07 {
	color: #666;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	font-weight: 500;
	font-size: 1.5rem;
}

.img-mizu01 {

	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	width: 90%;
}


.sec-mizumid {
	padding-top: 10%;
	padding-bottom: 10%;
}

.div-mizumid {

	margin-right: auto;
	margin-left: auto;
}

.h3-mizumid {
	color: #666;
	font-size: 2.5rem;
	font-weight: 500;
	text-decoration: underline;
	line-height: 1.75em;
	letter-spacing: 0.2em;
	margin-bottom: 5%;
}


.art-mizumid-0 {

}


.div-mizumid-r {
	
}

.img-mizu02 {

}


.div-mizumidexp {
	
}


.p-mizumid-l {
	color: #666;
	margin-bottom: 50px;
	font-size: 1.5rem;
	line-height: 1.75em;
}

.img-mizu03 {

	height: auto;
}

.sec-mizubtm {
	background-color: #599989;
	padding-top: 10%;
	padding-bottom: 10%;
}


.div-mizubtm {
	
}


.h3-mizubtm {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 2.5%;
}
.h3-mizubtm i {
	text-align: center;
	font-size: 1.5rem;
	display: block;
	letter-spacing: 0.2em;
	margin-bottom: 2.5%;
}
.h3-mizubtm b {
	text-align: center;
	font-size: 2.5rem;
	display: block;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}

.h3-mizubtm-green {
	border-bottom: 1px solid #fff;
	width: max-content;
}
.h3-mizubtm-green i {
	color: #fff;
}
.h3-mizubtm-green b {
	color: #fff;
}

.art-mb-type {

	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
}

.div-mb-type {
	margin-bottom: 20%;
}

.div-mb-type-l {
	background-color: #fff;
	display:flex;
align-items: center;
aspect-ratio: 1 / 1;
width: 100px;
height: 100px;
border-radius: 100%;

justify-content:center;
margin-right: auto;
	margin-left: auto;
margin-bottom: 5%;
}
.div-mb-type-l span {

}

.div-mb-type-l span i {
	color: #599889;
	display: block;
	text-align: center;
	font-size: 4rem;
	margin-bottom: 5px;
	font-weight: 500;
}
.div-mb-type-l span b {
	color: #599889;
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 1.75rem;
}
.div-mb-type-r {

}

.spn-mbtr01 {
	display: block;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin-bottom: 2.5%;
}
.spn-mbtr02 {
	display: block;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	font-size: 1.5rem;
}
.spn-mbtr01 b {
	font-size: 5rem;
	letter-spacing: 0.2em;
	font-weight: 500;
}

.p-mizubtm01 {
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.75em;
	margin-bottom: 10%;
	font-size: 1.5rem;
}

.ul-mizubtm {
	margin: 10% auto;
}

.li-mizubtm {
	margin-bottom: 10%;
}
.li-mizubtm i {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
	border: 1px solid #fff;	border-radius: 5px;
	line-height: 1em;
	width: 2em;
	margin-right: 10px;
	aspect-ratio: 1 / 1;
	padding: 10px 5px;
}
.li-mizubtm b {
	color: #fff;
	font-size: 7vw;
	font-weight: 500;
	letter-spacing: 0.1em;

		
}

.p-mizubtm02 {
	color: #fff;
	font-size: 1.5rem;

	margin-right: auto;
	margin-left: auto;
	line-height: 1.75em;
}

.sec-mizumap {
	padding-top: 10%;
	padding-bottom: 10%;
}
.div-mizumap {
	
}

.h3-mizubtm-white {
	
}
.h3-mizubtm-white i {
	
}
.h3-mizubtm-white b {
	border-bottom: 1px solid #599889;
	padding-bottom: 10px;
	width: max-content;
	margin-right: auto;
	margin-left: auto;
}

.div-mizumaptel {
	color: #666;
	font-size: 1.75rem;
	line-height: 1.75em;
	text-align: center;
	font-weight: 500;
	margin-bottom: 10%;
}
.div-mizumaptel a {
	color: #666;
	font-size: 3rem;
	line-height: 2rem;
	display: block;
	text-align: center;
	margin-top: 15px;
	font-weight: 500;
}
.div-mizumaptel a i {
	color: #666;
	font-size: 2rem;
	line-height: 2rem;
}

.add-mizumap {
	
	color: #666;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-size: 1.75rem;
}
.add-mizumap a{
	color: #666;
	font-size: 1.75rem;
}

.ifra-mizumap {
	width: 100%;
	margin-right: auto;
	height: 300px;
	margin-left: auto;
	display: block;
}


.sec-mizuform {
	
}
.div-mizuform {

	margin-right: auto;
	margin-left: auto;
	background-color: #cee0db;
	padding-top: 10%;
	padding-bottom: 10%;
	width: 100%;
}


.h3-mizubtm-white {
	
}
.h3-mizubtm-white i {
	color: #599989;
}
.h3-mizubtm-white b {
	
}

.dl-mizuform {
	margin-bottom: 10%
	;
}
.dt-mizuform {
	color: #666;
	font-size: 1.5rem;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 2.5%;
	font-weight: 500;
}
.dd-mizuform {
	color: #666;
	font-size: 1.25rem;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 0.2em;
}


.form-mizuform {
	background-color: #fff;
	padding: 10% 5%;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

.art-mizuform {
	
}

.div-mf-select {

margin-bottom: 10%;
}


.h4-mizuform {
	margin-bottom: 5%;
}
.h4-mizuform i {
	font-size: 1.5rem;
	color: #666;
	letter-spacing: 0.2em;
}
.h4-mizuform b {

		background-color: #599889;
	color: #fff;
	font-size: 1.25rem;
	padding: 3px 5px 5px;
	margin-right: 10px;
}
.ipt04 {
	color: #599989;
	border: 1px solid #599989;
	width: calc(90%);
	padding: 10px;
	font-size: 1.5rem;
	margin-bottom: 50px;
}
.ipt04bg0 {
	margin-bottom: 10px!important;
}
.spn-formcaution {
	color: #666;
	font-size: 1.15rem;
	margin-bottom: 15%!important;
	display: block;
}
.ipt05 {
	
}
.ipt06 {
	
}
.ipt07 {
	
}
.ipt08 {
	color: #599989;
	border: 1px solid #599989;
	width: 250px;
	padding: 0 10px;
	font-size: 1.5rem;
	height: 3em;
}


.dl-privacy {
	border: 1px solid #599989;
	padding: 5%;
	width: max-contents;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
}
.dt-privacy {
	color: #599989;
	font-size: 1.5rem;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}
.dd-privacy {
	color: #666;
	font-size: 1.25rem;
	line-height: 1.75em;
	letter-spacing: 0.2em;
}


.pracheck {
  display: none;
}
.pracheck-fontas {
  position: relative;
  vertical-align: middle;
  font-size: 3rem;
  margin-right: 10px;
}
.pracheck + .pracheck-fontas:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  color: #ccc;
}
.pracheck:checked + .pracheck-fontas:before {
  color: #599989;
}
.lab-check {
	text-align: center;
	display: block;
	margin-bottom: 25px;
}
.lab-check b{
	color: #666;
	font-size: 1.5rem;
	position: relative;
	top: 5px;
}
.btm-sendmail {
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background-color: #599989;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
}
.btm-sendmail:hover	{
	cursor: pointer;
	background-color: #355c52;
	transition: all 0.3s ease-in-out 0s;
}



/*HOUSE*/
.sec-howtop {
	padding-top: 5%;
	padding-bottom: 5%;
}
.sec-ht-concept00,.sec-ht-house00,.sec-ht-schedule00,.sec-ht-reform00{
margin-top:75px;	
}	
.div-howtop {
	margin-right: auto;
	margin-left: auto;
}

.div-ht-house00 {
	
}

.h2-howtop {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-bottom: 10%;
}
.h2-howtop-reform {
	margin-bottom: 0;
}
.h2-howtop i {
	text-align: center;
	letter-spacing: 0.2em;
	color: #666;
	font-size: 1.25rem;
	display: block;
}
.h2-howtop b:before {
content: 'ー';
font-weight: 100;
transform: scale(1,0.25);
display: inline-block;
color: #666;
font-size: 2rem;
margin-right: 0.5em;
}
.h2-howtop b:after {
content: 'ー';
font-weight: 100;
transform: scale(1,0.25);
display: inline-block;
color: #666;
font-size: 2rem;
margin-left: 0.5em;
}




.h2-howtop b {
	color: #666;
	font-weight: 500;
	font-size: 5.5vw;
	display: block;
	text-align: center;
	letter-spacing: 0.3em;
	margin-bottom: 5%;
}

.img-about01 {
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	width: 90%;
	height: auto;
}
.img-about02 {
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	width: 90%;
	height: auto;
}
.img-about03 {
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	width: 90%;
	height: auto;
}
.img-about04 {
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	width: 90%;
	height: auto;
}
.img-about05 {
	
}
.img-about06 {
	
}

.sec-ht-house01 {
	
}
.div-ht-house01 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


.h3-howtop {
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #599489;
	margin-bottom: 10%;
	width: 90%;
}
.h3-howtop i {
	text-align: center;
	display: block;
	color: #666;
	letter-spacing: 0.2em;
	font-weight: 500;
	margin-bottom: 5%;
	font-size: 1.25rem;
	line-height: 1.5em;
}
.h3-howtop b {
	text-align: center;
	display: block;
	margin-bottom: 5%;
	font-size: 2rem;
	color: #599489;
	letter-spacing: 0.2em;
	font-weight: 500;
	line-height: 1.5em;
}

.h4-howtop {
	text-align: center;
	letter-spacing: 0.2em;
	color: #666;
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 5%;
	line-height: 1.5em;
}


.p-flow09 {
	text-align: center;
	letter-spacing: 0.2em;
	color: #666;
	line-height: 2em;
	font-size: 1.25rem;
}

.div-ht-house02 {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

.h5-house {
	color: #fff;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 10%;
	font-size: 5vw;
	font-weight: 500;
	line-height: 1.5em;
}

.ul-house {
	margin-bottom: 10%;
}
.li-house {
	color: #599589;
	letter-spacing: 0.2em;
	text-align: center;
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 8px;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 5%;
	font-size: 1.35rem;
}

.p-house10 {
	color: #fff;
	letter-spacing: 0.2em;
	text-align: left;
	font-size: 1.25rem;
	line-height: 2em;
	margin-bottom: 20%;
}
.sec-ht-house02 {
	padding-bottom: 1%;
}
.h5-howtop {
	background-color: #599989;
	color: #fff;
	font-weight: 500;
	width: 90%;
	border-radius: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	letter-spacing: 0.2em;
	text-align: center;
	padding-top: 4%;
	padding-bottom: 4.5%;
	font-size: 4.5vw;
	line-height: 1.5em;
}
.ul-house {
	
}
.li-house {
	
}



.sec-ht-concept03{
	background: url(../img/bg_home_slash.svg) center center repeat;
	background-size: 5% auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
.div-ht-concept03{
	margin-right: auto;
	margin-left: auto;
}
.dl-concept{
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
.dt-concept{
	color: #666;
	font-size: 1.75rem;
	letter-spacing: 0.2em;
	font-weight: 500;
	margin-bottom: 2.5%;
}
.dd-concept{
	color: #666;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	line-height: 2em;
	margin-bottom: 10%;
}

.p-howtop03 {
	color: #666;
	font-size: 1.5rem;
	line-height: 2em;
	text-align: left;
	letter-spacing: 0.2em;
	font-weight: 500;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	width: 90%;
}

.h6-concept{
	
}
.h6-concept i{
	display: block;
	text-align: center;
	color: #666;
	letter-spacing: 0.2em;
	margin-bottom: 10%;
	font-size: 1.25rem;
}
.h6-concept b{

	display: block;
	text-align: center;
	color: #599989;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 5%;
}

.img-concept01{
border-radius: 10px;
margin-right: auto;
	margin-left: auto;
margin-bottom: 5%;
width: 50%;
height: auto;
}

.p-concept02 {
	color: #666;
	font-size: 1.25rem;
	line-height: 2em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


.p-concept01 {
	color: #666;
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 10%;
	line-height: 2em;
}
.p-concept01 i {
	color: #666;
	font-size: 1.25rem;
	text-align: center;
	letter-spacing: 0.2em;
}
.p-concept01 b {
	color: #666;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 0.2em;
}




.art-schedule-eve {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10%;
	padding-bottom: 10%;
}
.art-schedule-odd {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10%;
	padding-bottom: 10%
		background: url(../img/bg_home_slash.svg) center center repeat;
	background-size: 5% auto;
}


.div-schedule {
	margin-right: auto;
	margin-left: auto;
}

.h6-schedule {
	margin-bottom: 5%;
}
.h6-schedule i {
	text-align: center;
	letter-spacing: 0.2em;
	color: #599889;
	font-weight: 500;
	display: block;
	font-size: 1.35rem;
	margin-bottom: 2.5%;
}
.h6-schedule b {
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #666;
	display: block;
	font-size: 1.5rem;
	line-height: 1.5em;
}

.p-schedule01 {
	color: #666;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
	display: block;
	margin-bottom: 5%;
	font-size: 4.75vw;
	line-height: 1.5em;
}

.p-schedule02 {
	color: #666;
	font-size: 1.25rem;
	line-height: 2em;
	letter-spacing: 0.2em;
}


.p-howtop04 {
	color: #666;
	line-height: 2em;
	text-align: left;
	letter-spacing: 0.2em;
	font-weight: 500;
	margin: 50px auto;
	font-size: 1.35rem;
}



.div-schedule-btn {
background-color: #fff;	
}
.div-schedule-btnl {
background-color: #fff;	
}
.div-schedule-btnc {
	margin-right: auto;
	margin-left: auto;
	width: max-content;
background-color: #fff;
margin-top: 100px;
}


.a-schedule-btn {
background: url(../img/f_arrow01.svg) no-repeat;
	background-size: 30px 10px;
	background-position: center right 2.5%;
display: block;
border: 1px solid #599989;
padding: 5% 15% 5% 5%;
width: max-content;
color: #599989;
font-size: 1.25rem;
transition: all 0.3s ease-in-out 0s;
letter-spacing: 0.2em;
}
.a-schedule-btn:hover {
	background-color: #eaf4f1;
	color: #599889;
}
.a-schedule-btnl {
	
}

.sec-ht-reform03 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 100px;
        padding-bottom: 100px;
        background: url(../img/bg_home_slash.svg) center center repeat;
        background-size: 5% auto;
	
}



.art-reform {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


.div-reform-l {
}
.div-reform-r {
}

.h4-reform {
	color: #666;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.75em;
	letter-spacing: 0.2em;
	margin-bottom: 10%;
}

.p-reform01 {
	color: #666;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	line-height: 2.5em;
	margin-bottom: 10%;
}


.img-reform01 {
border-radius: 20px;
width: 100%;
height: auto;
margin-bottom: 5%;
}
.img-reform02 {
border-radius: 20px;
width: 100%;
height: auto;
margin-top: 5%;
	margin-bottom: 10%;
}


.art-reform {
margin-right: auto;
	margin-left: auto;
margin-bottom: 10%;
width: 90%;
}

.div-reflow-s {
	margin-bottom: 15%;
}

.h6-reflow {
	line-height: 2em;
	margin-bottom: 2.5%;
}
.h6-reflow i {
	color: #599889;
	font-size: 1.5rem;
	font-weight: 500;
	display: block;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.h6-reflow b {
	color: #666;
	font-size: 1.75rem;
	font-weight: 500;
	display: block;
	letter-spacing: 0.2em;
}
.p-reflow {
	color: #666;
	font-size: 1.25rem;
	line-height: 2em;
	letter-spacing: 0.2em;
	text-align: justify;
}


.p-refend01 {
	color: #666;
	line-height: 2em;
	font-weight: 500;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.2em;
	margin-bottom: 10%;
	font-size: 1.5rem;
	width: 90%;
}

.p-refend02 {
	color: #666;
	font-size: 1.25rem;
	line-height: 2em;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.2em;
	width: 90%;
}




/*SHOWCASE*/
.sec-ht-showcase00 {
	margin-top: 100px;
}

.flex-direction-nav {
	display: none;
}
.art-result {
        width: 90%;
        margin-right: auto;
	margin-left: auto;
		margin-bottom: 20%;
}
.art-sctopcat {
	padding-top: 50px;
	padding-bottom: 50px;
}
.art-sctopcat:nth-child(odd) {
	background-color: #f9f9f9;
}

.art-sctopcat:nth-child(even) {

}




.div-showtube {
	width: 100%;
	margin-bottom: 50px;
}
.div-showtube iframe {
aspect-ratio: 16 / 9;
width: 100%;
height: auto;
}


ul.showicon {overflow: hidden;}
ul.showicon li {display: block;padding: 3px 10px;float: left;margin-right: 5px;margin-bottom: 10px;}




article.shoecase1 {overflow: hidden;width: 960px;margin-bottom: 50px;}
div.shoecase1l {float: left!important;width: 800px !important;}

div.shoecase1r {width: 330px!important;float: right!important;}
ul.showphoto {width: 100%;}
ul.showphoto li {}
ul.showphoto li img {max-width: 100% !important;max-height: 225px !important;margin-right: auto!important;margin-left: auto!important;width: auto!important;}

ol.flex-control-thumbs {
width: 100%;
        display: block;
        margin-left: -2px;
}
ol.flex-control-thumbs li {
    overflow: hidden;
    width: 32%;

aspect-ratio: 1 / 1;
    position: relative;
	margin-bottom: 4px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #eee;
}
 
ol.flex-control-thumbs li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
height: 120%!important;
width: auto!important;}

h3.showtit {color: #000;font-size: 18px;font-weight: bold;line-height: 1.5em;clear: both;margin-bottom: 5px;padding-bottom: 3px;border-bottom: 1px dotted #ccc;}

div.exp-show2 {color: #000;font-size: 12px;line-height: 1.5em;margin-bottom: 10px;text-align: right;}
div.exp-show1 p {color: #000;font-size: 13px;line-height: 1.5em;margin-bottom: 50px;text-align: left;}

div.gotoprint a {display: block;clear: both;border: 1px solid #000;padding: 5px 20px;width: 200px;text-align: center;font-size: 12px;margin-bottom: 10px;color: #000;margin-right: auto;margin-left: auto;}
div.gotocont a {display: block;clear: both;border: 1px solid #000;padding: 5px 20px;width: 200px;text-align: center;font-size: 12px;margin-bottom: 10px;color: #fff;background-color: #000;margin-right: auto;margin-left: auto;}

article.shoecase2 {overflow: hidden;margin-bottom: 50px;}
div.shoecase2l {width: 465px;float: left;}

div.shoecase2r {width: 465px;float: right;}
div.shoecase2r img {margin-right: auto;margin-left: auto;
max-width: 100%;
max-height: auto;
}

.ul-entry-flow {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}


.h3-showtitle {
	color: #666;
	font-weight: 500;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	font-size: 2rem;
	margin-bottom: 5%;
}

.p-showadd {
	color: #666;
	margin-bottom: 5%;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 1.25rem;
}


.h4-showdata {
	color: #fff;
	background-color: #599989;
	padding: 5px 20px 7px;
	text-align: center;
	width: max-content;
	border-radius: 50px;
	font-size: 1.25rem;
	margin-bottom: 25px;
}

.art-showdata {

margin-bottom: 50px;
}

.p-showdata01 {

	color: #666;
	font-size: 1.5rem;
	line-height: 2em;
	letter-spacing: 0.2em;
	text-align: justify;
	font-weight: 500;
	margin-bottom: 10%;
}


.p-showdata02 {

	color: #666;
	font-size: 1.25rem;
	line-height: 2em;
	letter-spacing: 0.2em;
}


.h5-showexp {
	color: #666;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin-bottom: 2.5%;
}


.p-showexp {
	color: #666;
	font-size: 1.25rem;
	line-height: 2em;
	letter-spacing: 0.2em;
	margin-bottom: 10%;
}


.a-sb-showcase {
	
}

.sec-showcase {
	padding-bottom: 100px;
}
.div-showcase {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}





.ul-topsick{
	margin: -50px auto 50px;
	position: relative;
	width: 100%;
}
.li-topsick{
	width: calc(100% / 6);
	aspect-ratio: 4/ 2.5;
	overflow: hidden;
}
.img-topsick{
	
object-fit: cover;
width: 100%;
max-height:100%;
margin-left: 2px;
	margin-right: 12px;
}

.slick-prev {
	left: 10px!important;
	z-index: 100;
}
.slick-next {
	right: 10px!important;
}

.art-befaft {
	width: 90%;
	margin: -10% auto 10%;
}

.h4-befaft {
	display: block;
	margin-bottom: 60px;
	color: #666;
	font-weight: 500;
	font-size: 1.25rem;
}

.flexslider .slides img {
}

#mfp_confirm_table {
width: 90% !important;
margin-right: auto;
	margin-left: auto;
}
#mfp_phase_confirm {
	margin-right: auto!important;
	margin-left: auto!important;
	background-color: #fff!important;
	width: 90% !important;
}

#mfp_button_send {
	background-color: #589989!important;
	margin-left: 10px!important;
	color: #fff!important;
	font-size: 1.75rem!important;
	font-weight: 500!important;
}

#mfp_button_cancel {
	margin-left: 10px!important;
	color: #666!important;
	font-size: 1.75rem!important;
	font-weight: 500!important;
	border: 1px solid #666!important;
}

#mfp_phase_confirm_inner h4 {
	color: #599889!important;
	font-size: 2rem!important;
	letter-spacing: 0.2em!important;
	margin-bottom: 2.5% !important;
	display: block!important;
	padding-top: 10%!important;
}
.mfp_buttons {
	padding-bottom: 10%!important;
	display: block!important;
	padding-top: 2.5%!important;
}
.mfp_checked b {
	color: #666!important;
	font-size: 1.5rem!important;
	margin-bottom: 10% !important;
	display: inline-block!important;
}

#mfp_confirm_table td,#mfp_confirm_table th {
	color: #666!important;
	font-size: 1.25rem!important;
	letter-spacing: 0.2em!important;
	line-height: 1.5em;
}



.mfp_not_checked b {
	color: #666;
	font-size: 1.5rem!important;
	margin-bottom: 10%;
	display: inline-block;
}



    .dd-privacy a {
        color: #599989;
        font-size: 1.25rem;
        letter-spacing: 0.2em;
































