@charset "UTF-8";

body{
	font-size : 18px;
	line-height : 160%;
	text-align: center;
	height: 100%;
	width: 100%;
	font-family : Meiryo;
	overflow-x: auto;
	overflow-y: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-color : white;
}

h1{
	font-size : 5vw;
	text-align: center;
  clear : left;
  line-height : 120%;
  margin-bottom : 5px;
  margin-top : -1px;
  -webkit-border-top-left-radius : 6px 6px;
  -webkit-border-top-right-radius : 6px 6px;
  -webkit-border-bottom-right-radius : 6px 6px;
  -webkit-border-bottom-left-radius : 6px 6px;
  color : black;
  font-size : 30px;
  background-color : rgba(255, 255, 255, 0.83);
  padding-top : 20px;
  padding-bottom : 15px;
  font-weight : normal;
  font-family : "游明朝 Demibold";
}

h2{
	position: relative;
	padding-bottom : 0.4em;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color : #cccccc;
	font-size : 32px;
	font-weight: normal;
	color: black;
	margin-bottom : 20px;
  text-align : center;
  margin-top : 65px;
  font-family : "游明朝 Demibold";
}

h2::after{
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: red;
}

h3{
	position: relative;
	padding-bottom : 0.4em;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color : #cccccc;
	font-size : 32px;
	font-weight: normal;
	color: black;
	margin-bottom : 20px;
  margin-top : 65px;
  text-align : center;
  font-family : "游明朝 Demibold";
}

h3::after{
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: red;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color: #0000ff;
}

a:hover{
	color: red;
	text-decoration: none;
}

a:active{
	color: #0000ff;
	text-decoration: none;
}

li{
	line-height : 160%;
	margin-bottom: 5px;
	list-style-type: disc;
	margin-left: -15px;
	margin-top: 5px;
	list-style-position: outside;
}

div{
	text-align : center;
  width : 100%;
}

p{
	margin-bottom: 3px;
	margin-top: 5px;
}

img{
	padding-left: 1px;
}

strong{
	font-size : 140%;
  font-weight : normal;
  font-family : "游明朝 Demibold";
}

em{
	font-style: normal;
	color: red;
	font-weight: normal;
}

ul{
	clear: right;
	list-style-type: disc;
  text-align : left;
}

a:hover img{
	opacity: 0.6;filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width : 90%;
	text-align: center;
	overflow: hidden;
	height: inherit;
  font-family : Meiryo;
  margin-top : -55px;
}

#contents{
   vertical-align:bottom;
   box-sizing:content-box;
   padding-bottom:20px;
   float:none;
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   margin-top : 30px;
   max-width: 1000px;
}

#header{
	text-align: center;
	height : 90px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	float: none;
	clear: none;
  margin-top : 0px;
  width : 1000px;
  margin-left : auto;
  margin-right : auto;
}


#navigation{
   text-align:center;
   border-bottom-width:1px;
   border-bottom-style:none;
   border-bottom-color : #dbdbdb;
   margin-left:0;
   margin-right:auto;
   width:100%;
   overflow:hidden;
   border-top-style:none;
   height:52px;
   vertical-align:middle;
   background:-webkit-linear-gradient(top,#fff 0%,#fff 50%,#f0f0f0 51%,#f0f0f0 100%);
   background:-moz-linear-gradient(top,#fff 0%,#fff 50%,#f0f0f0 51%,#f0f0f0 100%);
   background:-o-linear-gradient(top,#fff 0%,#fff 50%,#f0f0f0 51%,#f0f0f0 100%);
   background:-ms-linear-gradient(top,#fff 0%,#fff 50%,#f0f0f0 51%,#f0f0f0 100%);
   margin-top:0;
   padding-bottom:2px;
   margin-bottom:40px;
  background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(0.5, #333333), color-stop(0.51, #000000), color-stop(1, #000000));
  color : white;
}

#navigation a{
   color : white;
   display:block;
   padding-right:23px;
   border-right-width:1px;
   padding-top:17px;
   padding-bottom:14px;
   border-right-style:solid;
   border-right-color:silver;
   text-align:center;
   padding-left:28px;
   margin-left:0;
   margin-right:5px;
   font-family:Meiryo;
   margin-top:-8px;
}

#navigation a:hover{
   color:#fff;
   padding-right:20px;
   padding-top:17px;
   padding-bottom:15px;
   margin-bottom:-20px;
   text-align:center;
   padding-left:28px;
   margin-top:-35px;
   margin-left:3px;
   margin-right:5px;
   background-color:transparent;
   background-repeat:repeat;
   background-attachment:scroll;
   background-position:0 0;
   background-size:auto auto;
   background-origin:padding-box;
   background-clip:border-box;
   background:-webkit-linear-gradient(top,#afbdc0 0%,#6d7673 50%,#0a0f0b 50%,#0a0809 100%);
   background:-moz-linear-gradient(top,#afbdc0 0%,#6d7673 50%,#0a0f0b 50%,#0a0809 100%);
   background:-o-linear-gradient(top,#afbdc0 0%,#6d7673 50%,#0a0f0b 50%,#0a0809 100%);
   background:-ms-linear-gradient(top,#afbdc0 0%,#6d7673 50%,#0a0f0b 50%,#0a0809 100%);
   display:block;
}

#navigation li{
   color : white;
   text-decoration:none;
   font-size:15px;
   display:inline-block;
   list-style-type:none;
   margin-top:-6px;
   padding-left:1px;
   padding-right:0;
}

#navigation li:hover{
   color:#363636;
   text-decoration:none;
   font-size:15px;
   list-style-type:none;
   display:inline-block;
   margin-top:-25px;
}

#footer{
	vertical-align: middle;
	text-align: center;
	line-height: 190%;
	height : 20px;
	clear: both;
	width : 100%;
	margin-right: auto;
	margin-left: auto;
}


#sideber{
	padding-bottom: 10px;
	box-sizing: content-box;
  font-size : 12px;
  text-align : center;
  width : 82%;
  padding-left : 18%;
  height : 160px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #808080;
  padding-top : 20px;
}


#sideber a{
	color : #4f4f4f;
	background-repeat: repeat-y;
	position: relative;
	display: inline-block;
	padding-left: 30px;
	width: 100%;
	box-sizing: border-box;
}

#sideber a:hover{
	color: red;
	text-decoration: none;
}

#sideber li{
	text-decoration: none;
	list-style-type: none;
	margin-left: -35px;
	padding-top : 5px;
	font-size: 14px;
	border-top-color : #cccccc;
}

#sideber li:hover{
	color: red;
	text-decoration: none;
	list-style-type: none;
}

#contact{
	text-align: center;
	color: black;
	margin-right : auto;
	margin-top : 13px;
	width : 100%;
	clear: left;
	float: inherit;
  margin-left : 10%;
}

#contact a{
	color: black;
        line-height : 120%;
}

.breadcrumb{
	margin-left: 0px;
	padding-left: 0px;
	font-size : 16px;
	display: inline;
  color : gray;
}

.navi-ul{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	text-align: center;
  margin-top : 13px;
}

.sidemenu{
	display: block;
	cursor: pointer;
	text-align: left;
	list-style-type: none;
	padding-top : 5px;
	background-attachment: scroll;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	box-sizing: border-box;
  line-height : 135%;
  padding-bottom : 5px;
}

.sidemenu-b{
	font-weight: 400;
	text-align: left;
	font-style: normal;
	display: block;
  color : black;
}

.sidemenu-ul{
	font-size: 0px;
	margin-bottom: 0px;
	height: 100%;
	margin-top: -6px;
}

.menu_ul{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.copyright{
	text-align: center;
	margin-bottom : 15px;
  font-size : 12px;
  font-family : Meiryo;
  width : inherit;
  margin-left : 30px;
  padding-bottom : 15px;
  color : black;
}

.bnr_1{
	text-align: center;
	width : 50%;
  margin-left : auto;
  margin-top : 50px;
  margin-bottom : 50px;
  height : 50%;
}

.name{
	width : 100%;
	margin-right: auto;
	text-align: left;
	padding-left : 9px;
	display: block;
	clear: left;
	position: relative;
  margin-bottom : 10px;
  font-size : 11px;
  margin-left : -5px;
  top : 3px;
}

.contact{
   display:block;
   cursor:pointer;
   text-align:center;
   box-sizing:border-box;
   overflow:hidden;
}

.contact_a{
   text-align:center;
   font-style:normal;
   padding-top:7px;
   padding-bottom:5px;
   float:left;
   color:#fff;
   padding-left : 28px;
   padding-right : 28px;
   border-width:1px;
   border-top-left-radius:8px 8px;
   border-top-right-radius:8px 8px;
   border-bottom-right-radius:8px 8px;
   border-bottom-left-radius:8px 8px;
   border-style:solid;
   font-family:Meiryo;
   width:320px;
   margin-top : -30px;
   font-size:16px;
   background-repeat:repeat;
   background-attachment:scroll;
   background-position:0 0;
   background-size:auto auto;
   background-origin:padding-box;
   background-clip:border-box;
   background-image:linear-gradient(#ff0001,#8f0202);
   background:-webkit-linear-gradient(#ff0001,#8f0202);
   background:-moz-linear-gradient(#ff0001,#8f0202);
   background:-o-linear-gradient(#ff0001,#8f0202);
   background:-ms-linear-gradient(#ff0001,#8f0202)



}

.contact_b{
   font-style:normal;
   width : 265px;
   font-size : 2vw;
   cursor:default;
   margin-right:15px;
   padding-left : 45px;
   margin-left : 15px;
   float:left;
   font-family:Meiryo;
   margin-top : -45px;
   line-height : 120%;
  position : relative;
  top : -10px;
  font-size : 28px;
}

.contact_c{
   font-weight:400;
   font-style:normal;
   width : 250px;
   font-size:28px;
   cursor:default;
   float:left;
   padding-left : 30px;
   margin-left:7px;
   font-family:Meiryo;
   margin-top : -38px;
  position : relative;
  top : -10px;
  display : block;
  overflow : hidden;
}

.contact_span{
   font-size:12px;
   color:#000;
  position : relative;
  top : 10px;
}

.contact_span2{
   font-size:12px;
   color:#000;
  position : relative;
  top : 6px;
}

#page_top a:hover{
	text-decoration: none;
	opacity: 0.7;
}

#mitumori{
	position: fixed;
	bottom : 160px;
	right: 20px;
}

#mitumori a{
	display: block;
	z-index: 999;
	text-decoration: none;
	text-align: center;
	font-size : 20px;
	position: fixed;
	border-top-left-radius : 40px 40px;
	border-top-right-radius : 40px 40px;
	border-bottom-right-radius : 40px 40px;
	border-bottom-left-radius : 40px 40px;
	color: white;
	padding-top : 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	right: 20px;
	width : 78px;
	height : 46px;
	bottom : 150px;
	line-height: 100%;
  background-color : red;
  background-repeat : repeat-y;
  background-position : 0px 0px;
	background-image : linear-gradient(#ff0001, #8f0202);background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
}

#mitumori a:hover{
	text-decoration: none;
	opacity: 0.7;
}

#menu{
	position: fixed;
	bottom: 160px;
	right: 20px;
}

#menu a{
	display: block;
	z-index: 999;
	text-decoration: none;
	text-align: center;
	font-size : 18px;
	position: fixed;
	border-top-left-radius : 39px 39px;
	border-top-right-radius : 39px 39px;
	border-bottom-right-radius : 39px 39px;
	border-bottom-left-radius : 39px 39px;
	color: white;
	background-color : rgba(0, 0, 0, 0.7);
	padding-top : 31px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	right: 20px;
	width : 78px;
	height : 45px;
	bottom : 60px;
	line-height: 100%;
}

#menu a:hover{
	text-decoration: none;
	opacity: 0.7;
}
#breadcrumb{
	font-size : 16px;
	margin-right: auto;
	width : 90%;
	text-align: left;
	padding-top : 0px;
       font-family : Meiryo;
       padding-bottom : 2px;
       position : relative;
       height : 20px;
       margin-top : 85px;
       top : -70px;
  padding-left : 10%;
}

#breadcrumb a{
	padding-right: 15px;
	background-image: url(z_icon.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position : right 4px;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
       font-size : 16px;
}

#breadcrumb li{
	display: inline;
	font-size : 16px;
	margin-left: 5px;
}

.menu_box{
	width : 27%;
	float: left;
	font-size: 14px;
	text-align: left;
}

.h1_box{
  clear : left;
  font-family : Meiryo;
  margin-left : 0px;
  margin-right : 0px;
  color : black;
  text-align : center;
  width : 46%;
  margin-top : -40px;
  padding-top : 50px;
  padding-bottom : 45px;
  background-image : url(z_top_p.png);
  background-repeat : repeat-x;
  background-position : center center;
  margin-bottom : 50px;
  padding-left : 27%;
  padding-right : 27%;
}

.h1_box_2{
  padding-top : 80px;
}

.arc{
  width : 275px;
  text-align : left;
  position : absolute;
  left : 10px;
  clear : left;
}

.caption{
	padding-bottom : 0.4em;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color : #cccccc;
	font-size : 32px;
	font-weight: normal;
	color: black;
	margin-bottom : 20px;
  margin-top : 20px;
  text-align : center;
  padding-top : 20px;
  position : relative;
  font-family : "游明朝 Demibold";
}

.caption::after{
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: red;
}

a:hover img{
	opacity: 0.6;filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

.box{
	box-sizing: content-box;
	margin-bottom : 13px;
	line-height: 170%;
	text-align: left;
}

.box-top{
  text-align : left;
  margin-top : 20px;
  margin-bottom : 40px;
}

.menu_ul{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.ul-1{
	font-size: 0px;
	text-align : right;
	margin-left: -42px;
  margin-right : 3px;
}
.ring{
	border-radius: 50%;
	height : 38px;
	width: 50px;
	background-color : transparent;
	padding-top : 11px;
	text-align: center;
	color: white;
	float: left;
	background-image : linear-gradient(#ff0001, #8f0202);background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
  font-size : 15px;
}

.ring2{
	padding-left: 60px;
	padding-top : 2px;
	clear: right;
  line-height : 150%;
  height : auto;
  text-align : left;
  width : 92%;
  margin-bottom : 14px;
  margin-top : 14px;
}

.ring3{
	border-radius: 50%;
	background-color : transparent;
	text-align: center;
	background-image : linear-gradient(#ff0001, #8f0202);background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);
  display : block;
  margin-left : auto;
  margin-right : auto;
}

.right{
	margin-left: 10px;
	float : right;
	margin-right: 3px;
  margin-bottom : 15px;
  clear : right;
}

.right2{
	margin-left: 10px;
	float : right;
	margin-right: 3px;
  margin-bottom : 15px;
  clear : right;
  width : 40%;
  height : 40%;
  margin-top : 3px;
}

.right3{
	margin-left : 20px;
	float : right;
	margin-right: 3px;
  margin-bottom : 15px;
  clear : right;
  width : 31%;
  height : 31%;
  margin-top : 3px;
}

.left{
	margin-right: 16px;
	float : right;
	clear: right;
}

.left2{
  width : 31%;
  height : 31%;
  float : right;
  clear : right;
}

.left3{
  width : 16%;
  height : 16%;
  float : left;
  clear : right;
  padding-right : 50px;
  padding-left : 40px;
  padding-bottom : 90px;
}

.center{
	float : right;
  text-align : center;
  margin-right : 5px;
  padding-right : 10px;
}

.center2{
  text-align : center;
  margin-bottom : 70px;
  float : right;
}

.center3{
	float : right;
  text-align : center;
  padding-left : 15px;
}

.center4{
  text-align : center;
  float : right;
}

.graybox{
	line-height : 160%;
	padding-top : 17px;
	padding-right : 1.5%;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	margin-bottom : 20px;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
  clear : left;
  font-family : Meiryo;
  padding-bottom : 10px;
  text-align : left;
  padding-left : 1.5%;
  width : 95%;
  background-color : white;
}

.graybox1{
	line-height : 160%;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
  font-family : Meiryo;
  font-size : 18px;
  padding-bottom : 20px;
  text-align : left;
  clear : left;
  margin-bottom : 45px;
}

.graybox2{
	line-height : 170%;
	padding-top : 18px;
	padding-left : 16px;
	padding-right : 10px;
	padding-bottom : 25px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	margin-bottom: 10px;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
  clear : left;
  text-align : left;
  width : auto;
}

.graybox3{
	line-height : 160%;
	padding-top : 17px;
	padding-right : 1.5%;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	margin-bottom : 20px;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color : gray;
  clear : left;
  font-family : Meiryo;
  padding-bottom : 120px;
  text-align : left;
  padding-left : 1.5%;
  width : 95%;
  background-image : url(z_town3.jpg);
  background-repeat : repeat-x;
  background-position : center bottom;
}

.arrow{
	position: relative;
	display: inline-block;
	padding-right: 5px;
	padding-left : 25px;
}

.arrow::before{
	content: '';
	width: 12px;
	height: 12px;
	background-color: #464646;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -7px;
	margin-left: 10px;
}

.arrow::after{
	content: '';
	width: 5px;
	height: 5px;
	border-width: 1px 1px 0px 0px;
	border-style: solid solid none none;
	border-top-color: white;
	border-right-color: white;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -4px;
	margin-left: 9px;
}

.one-third{
	width : 31%;
	box-sizing: content-box;
	text-align: left;
	margin-right: 1%;
	margin-bottom : 15px;
	padding-bottom: 0px;
  float : left;
  clear : right;
  font-size : 13px;
}

.title_arrow_big{
	position: relative;
	display: inline-block;
	padding-right: 5px;
	padding-left: 25px;
	margin-left: 0px;
	font-size : 26px;
	color : black;
	margin-bottom: 5px;
	margin-top: 14px;
  text-align : left;
  font-weight : bold;
  font-family : "游明朝 Demibold";
}

.title_arrow_big::before{
	content: '';
	width: 18px;
	height: 18px;
	background-color: black;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -10px;
	margin-left: 0px;
}

.title_arrow_big::after{
	content: '';
	width: 4px;
	height: 4px;
	border-width: 1px 1px 0px 0px;
	border-style: solid solid none none;
	border-top-color: white;
	border-right-color: white;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -3px;
}

.form{
  width : 49.2%;
  position : relative;
  box-sizing : border-box;
  float : left;
  padding-left : 2%;
  margin-bottom : 10px;
  display : block;
}

.form a:hover{
	color: red;
	text-decoration: none;
}

.topline{
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : silver;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : silver;
  border-right-color : silver;
  border-bottom-color : silver;
  width : 100%;
  font-size : 22px;
}

.link_in{
  margin-left : 16px;
  border-top-style : none;
  border-bottom-style : none;
  width : 5px;
  font-size : 14px;
  text-align : left;
  margin-bottom : 1px;
}

.plan_top{
	padding-bottom: 9px;
	background-attachment: scroll;
	background-position : 0px 0px;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	border-top-left-radius : 12px 12px;
	border-top-right-radius : 12px 12px;
	border-bottom-right-radius : 12px 12px;
	border-bottom-left-radius : 12px 12px;
	margin-bottom: 15px;
	display: inline-block;
	clear: left;
	color: white;
background-image: linear-gradient(90deg, #353233 4%, #736f73 66%);  width : 57%;
  font-size : 20px;
  padding-top : 10px;
  margin-top : 1px;
  font-family : "游明朝 Demibold";
}

.plan_bottm{
	float: none;
	padding-bottom: 10px;
  margin-top : 20px;
}

.plan_center2{
	list-style-type: none;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top : 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	display: inline;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	background-color : #f3f3f3;
	text-align: center;
  font-size : 11px;
  margin-bottom : 20px;
  margin-left : 5px;
}

.bnrbox{
  text-align : center;
  margin-top : 40px;
  margin-bottom : 30px;
}

.li-2{
  margin-left : 410px;
  float : none;
}

.li-3{
  margin-left : 290px;
  float : none;
  margin-top : -3px;
  margin-bottom : 4px;
}

.li-4{
  margin-left : 300px;
  margin-top : 6px;
}

figure{
  margin-top : -10px;
  margin-bottom : 1px;
  text-align : center;
  margin-left : auto;
  margin-right : auto;
}

.figcaption{
  font-size : 12px;
  color : #666666;
  text-align : left;
  float : left;
  clear : left;
  margin-top : 4px;
  padding-left : 7px;
  line-height : 140%;
  margin-right : 5px;
}

.figcaption3{
  float : right;
  text-align : center;
  clear : right;
  margin-right : auto;
  position : relative;
  width : 25%;
  color : white;
  font-size : 1ex;
  bottom : 55px;
  background-color : rgba(11, 11, 11, 0.5);
  overflow : hidden;
  margin-left : auto;
  padding-top : 3px;
  margin-top : 23px;
}

.figcaption4{
  float : right;
  margin-top : -69px;
  text-align : center;
  clear : right;
  margin-left : auto;
  margin-right : auto;
  position : relative;
  width : 30%;
  color : white;
  font-size : 72%;
  bottom : 30px;
  background-color : rgba(14, 14, 14, 0.31);
  padding-top : 1px;
  overflow : hidden;
}

.title_arrow{
	padding-top : 10px;padding-bottom : 7px;
	background-attachment: scroll;
	background-position : 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	margin-bottom : 15px;
	font-size : 18px;
	color : white;
	background : none repeat rgba(0, 0, 0, 0.4);
  width : 100%;
  text-align : center;
  float : left;
  display : inline-block;
  margin-left : 1px;
  font-weight : normal;
  margin-top : -43px;
}

.syuyoueria{
	line-height : 160%;
	padding-top : 17px;
	padding-right : 1.5%;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	margin-bottom: 10px;
	color: black;
	border-width: 1px;
	border-style : none;
	border-color: silver;
  margin-top : 40px;
  clear : left;
  font-family : Meiryo;
  text-align : left;
  padding-left : 1.5%;
  width : 96%;
  background-color : #f9f9f9;
  padding-bottom : 15px;
  box-shadow: 2px 2px 4px;
  margin-left : auto;
  margin-right : auto;
}

.img30{
  padding-left : 15px;
  width : 25%;
  height : 25%;
}

.tyuou{
  width : 500px;
  margin-left : auto;
  margin-right : auto;
}

.graybox1-1{
  margin-top : 10px;
}

.graybox1-2{
  margin-top : 40px;
}

.btn{
       font-size : 16px;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	background-image : linear-gradient(#ff0001, #8f0202);
	background: -webkit-linear-gradient(#ff0001, #8f0202);
	background: -moz-linear-gradient(#ff0001, #8f0202);
	background: -o-linear-gradient(#ff0001, #8f0202);
	background: -ms-linear-gradient(#ff0001, #8f0202);  width : 30%;
  border-radius: 20px;
  text-align: center;
  line-height : 40px;
  display: block;
  margin-top : -45px;
  margin-bottom : 10px;
}

.eria{
	line-height : 160%;
	padding-top : 10px;
	padding-right : 1.5%;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	margin-bottom: 10px;
	color: black;
	border-width: 1px;
	border-style : none;
	border-color: silver;
  margin-top : 20px;
  clear : left;
  font-family : Meiryo;
  text-align : left;
  padding-left : 1.5%;
  width : 97%;
  padding-bottom : 17px;
  box-shadow: 2px 2px 4px;
  background-color : white;
}

.title{
  text-align : left;
  border-bottom-style : none;
  margin-bottom : 25px;
  margin-right : 20px;
  font-size : 28px;
  font-family : "游明朝 Demibold";
}

.title2{
  text-align : center;
  border-bottom-style : none;
  margin-bottom : 10px;
  margin-right : 20px;
  font-size : 105%;
  font-family : "游明朝 Demibold";
}

.line{
  display : inline;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : red;
  margin-bottom : -20px;
}

.line2{
    padding: 0.8rem 0 0;
    margin-bottom : 0.2rem;
    background-image: linear-gradient(135deg, #F0FF00 10%, #58CFFB 100%);
    background-repeat: no-repeat;
    background-size: 100% 13px;
    background-position: bottom;
    color: #353535;
    text-align : left;
}

.sitayohaku{
  margin-bottom : 75px;
}

.item_box{
   width:31.3%;
   padding : 22px 16px 20px 14px;
   border : 1px solid #cccccc;
   margin-bottom:13px;
   background-repeat:no-repeat;
   box-sizing:border-box;
   float:left;
   position:relative;
   display:block;
   color:#303030;
   border-top-left-radius:8px 8px;
   border-top-right-radius:8px 8px;
   border-bottom-right-radius:8px 8px;
   border-bottom-left-radius:8px 8px;
   line-height:160%;
   word-spacing:10px;
   overflow:hidden;
   font-family:Meiryo;
   font-size:16px;
   text-align:left;
   background-color:#fff;
   margin-left:1%;
   margin-right:1%;
   -webkit-box-shadow:2px 2px 2px;
   -moz-box-shadow:2px 2px 2px;
   box-shadow:2px 2px 2px;
}

.item_box a{
   width:100%;
   height:100%;
   text-indent:-999px;
   position:absolute;
   top:0;
   left:0;
}

.item_box a:hover{
   background-color:#fff;
   filter:alpha(opacity=50);
   -moz-opacity:.5;
   opacity:.5
}

.item_box img{
   display:block;
   float:left;
   padding-right:10px;
   margin-top:3px;
}

.item_box .detail{
   width:50%;
   margin-left:5%;
   float:left;
}

.item_box_img{
   width:100%;
   height:100%;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:-5px;
}

.clearfix::after{
   display:block;
   clear:both;
   height:0;
   visibility:hidden;
   content:".";
}

.clearfix{
   min-height:1px;
}

.box2{
   text-align:left;
   font-size:15px;
   margin-left:3px;
   line-height:150%;
   margin-top : 35px;
}

.table-white3{
   text-align:center;
   padding-top:6px;
   padding-bottom:5px;
   border-top-width:1px;
   border-right-width:1px;
   border-bottom-width:1px;
   border-style:solid solid solid none;
   border-top-color:silver;
   border-right-color:silver;
   border-bottom-color:silver;
   padding-left:5px;
   width:36%;
   font-weight:400;
}

.table-white4{
   text-align:center;
   padding-top:6px;
   padding-bottom:5px;
   border-top-width:1px;
   border-right-width:1px;
   border-bottom-width:1px;
   border-style:solid solid solid none;
   border-top-color:silver;
   border-right-color:silver;
   border-bottom-color:silver;
   padding-left:5px;
   width:36%;
}

.table5{
   border-collapse:collapse;
   margin-left:auto;
   margin-right:auto;
   border-width:1px;
   border-style:solid;
   border-color:silver;
   margin-bottom:10px;
   color:#4b4b4b;
   margin-top:15px;
   background-color:#fff;
}

.table-gray{
   background-color:#f7f7f7;
   text-align:center;
   padding-top:6px;
   padding-bottom:5px;
   border-width:1px;
   border-style:solid;
   border-color:silver;
   font-weight:400;
   width:28%;
}

.contact2{
  text-align : center;
  position : fixed;
  margin-left : 10%;
  margin-right : 10%;
  width : 80%;
  background-color : lime;
}

.aa{
  top : 5px;
  position : relative;
}

.botan{
  background-color : #f3f3e9;
  border-radius: 50px;
  padding : 7px 7px 5px;
  width : 60%;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 13px;
  font-size : 30px;
}

.item_eria{
   width:100%;
   text-align:center;
   clear:left;
   float:left;
   margin-left:auto;
   margin-top:-40px;
   margin-bottom : 20px;
   margin-right:auto;
   padding-bottom:11px;
   padding-top:11px;
}