@charset "UTF-8";
body {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #333;
}
@media only screen and (max-width: 480px) {
body {
	font-size:85%;
}
}
a {
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*ぱんくず*/
.breadcrumbs {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}

.breadcrumbs ul {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 20px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px !important;
}
.breadcrumbs ul a {
	text-decoration:  none;
	color: #333333 !important;
}
.is-font-large .breadcrumbs ul {
}

.breadcrumbs ul > li {
  display: inline;
  margin-left: 13px;
}

.breadcrumbs ul > li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 3px;
  height: 6px;
  margin-right: 13px;
  vertical-align: middle;
  background-image: url('../img/icon_breadcrumb.svg');
  background-size: 100%;
}

.breadcrumbs ul > li:first-child {
  margin-left: 0;
}

.breadcrumbs ul > li:first-child:before {
  content: normal;
}

.breadcrumbs ul > li > a {
  color: #fff;
}

.breadcrumbs ul > li > a:visited {
  color: #fff;
}

.breadcrumbs ul > li > a:focus {
  color: #fff;
}

.breadcrumbs ul > li > a:hover {
  color: #fff;
}

.breadcrumbs ul > li > a:active {
  color: #fff;
}

/********************************
Header
********************************/
header {
	position: fixed;
	display: block;
	width: 100%;
	height: 80px;
	background-color: rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.02);
	-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.02);
	box-shadow: 0px 3px 2px rgba(0,0,0,0.02);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=3,Color=#4000000,Positive=true)";
 filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=3, Color=#4000000, Positive=true);
	z-index: 10;
}
h1 {
	background: url(../img/logo.svg) top left no-repeat;
	background-size: 100% auto;
	height: 56px;
	width: 300px;
	text-indent: -9999px;
	display: block;
	line-height: 1px;
	position: absolute;
	top: 13px;
	left: 20px;
	float: left;
}
h1 a {
	text-decoration: none !important;
	display: block;
	height: 62px;
	width: 400px;	
}
header a {
	text-decoration: none !important;
}
header #menu {
	float: right;
	margin-right: 25px;
}
header #menu ul li {
	float: left;
	padding-left: 20px;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}
header #menu ul li span {
	display: block;
	font-size: 10px;
	color: #7C7C7C;
}
@media only screen and (max-width: 768px) {
header {
	height:  auto;
}
header h1 {
	background-size: 100% auto;
	height: 56px;
	width: 300px;
	top: -5px;
	left: 10px;
	float: none;
}
header #menu {
	margin: 18px 0 0 0;
	float: none;
}
header #menu ul li {
	width:16.6666667%;
	font-size:  90%;
	background: #333333;
	font-weight: normal;
	border-left:  #ffffff solid 1px;
	padding: 3px 0;
}
header #menu ul li span{
	color: #f8f8f8;
}
header #menu ul li:first-child {
	border-left:none !important;
}
header #menu ul li a {
	color: #ffffff;
}
#main {
	height: 300px !important;
	background-size: 780px auto !important;
}
#main #catch {
	font-size: 22px !important;
	bottom: 60px !important;
	left: 0 !important;
	text-align: center;
	width: 100%;
}	
}

@media only screen and (max-width: 480px) {
header h1 {
}
#main {
	height: 300px !important;
	background-size: 480px auto !important;
}
#main #catch {
	font-size: 16px !important;
	bottom: 40px !important;
	left: 0 !important;
	text-align: center;
	width: 100%;
}
header #menu ul  {
	margin-top:  40px;
}
	header #menu ul li {
	width:33.33333333%;
	margin: 0;
	border-top: #ffffff 1px solid;
		padding: 5px 0;
}
header #menu ul li:nth-child(4) {
	border-left:none !important;
}
	
}

#main {
	background: url(../img/main.png) no-repeat 50% 0 #efefed;
	height: 630px;
	position: relative;
	display: block;
	background-size: 2000px auto !important;
}
#main #catch {
	font-size: 24px;
	font-weight: bold;
	line-height: 175%;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: 200px;
	left: 70px;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
#point {
}
#point ul {
}
#point ul li {
	float: left;
	width: 50%;
	padding: 50px 40px;
	text-align: center;
}
#point ul li dt {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 10px;
}
#point ul li#point01 {
	color: #ffffff;
	background: url(../img/iconArrowW.svg) no-repeat 95% 50% #A6C752;
	background-size: 14px auto;
}
#point ul li#point02 {
	color: #ffffff;
	background: url(../img/iconArrowW.svg) no-repeat 95% 50% #008a32;
	background-size: 14px auto;
}
#point ul li#point01 a,
#point ul li#point02 a {
	text-decoration:  none;
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 768px) {
#point ul li {
	float: none;
	width: 100%;
	padding: 10px 0;	
}
#point ul li dt {
	font-size: 18px;
}
#point ul li dd {	
	font-size: 14px;
}
}




/********************************
下層えページ
********************************/
#main_page {
	background: url(../img/main2.png) no-repeat 50% 0 #efefed;
	height: 300px;
	position: relative;
	display: block;
	background-size: 1600px auto !important;
}
#main_page h2{
	text-align: center;
	color: #ffffff;
	position:  relative;
	top:  170px;
	font-size:  28px;
}
#main_page h2 p{
	font-size:  12px;
}


section#page_contents {
	padding:  70px 0;
}
section#page_contents h3 {
	padding: .5em .75em;
	background-color: #4fb7c6;
	color: #ffffff;
	font-size:  18px;
	width:  1100px;
	margin:  0 auto 30px auto;	
}
section#page_contents .wrapper{
	width:  940px;
	margin:  0 auto;
}
section#page_contents .office {
	width:  1100px;
	margin:  20px auto 70px auto;
}
section#page_contents .office p {
	float:  left;
	width:  50%;
	text-align: center;
	margin-bottom:  10px;
}
section#page_contents .office img {
	width:  510px;
}
#tablecaption {
	width:  800px;
	margin:  0px auto 5px auto;
}

@media only screen and (max-width: 768px) {
section#page_contents {
	padding:  30px 10px;
}	
section#page_contents h3 {
	padding: .5em .75em;
	background-color: #4fb7c6;
	color: #ffffff;
	font-size:  18px;
	width:  100%;
	margin:  0 auto 30px auto;	
}
section#page_contents .wrapper{
	width:  100%;
	margin:  0 auto;
}
section#page_contents .office {
	width:  100%;
	margin:  20px auto 40px auto;
}
section#page_contents .office img {
	width: 96%;
}

	#tablecaption {
	width:  100%;
	margin:  0px auto 5px auto;
}	
}

@media only screen and (max-width: 480px) {
#main_page {
	height: 210px;
}
#main_page h2{
	top:  145px;
	font-size:  120%
}
#main_page h2 p{
	font-size:  12px;
}

	
section#page_contents .office p {
	float:  none;
	width:  100%;
}
}

section#page_contents #item {
}
section#page_contents #item li {
	list-style: circle;
}
section#page_contents .pricetit {
font-weight: bold;
	width:  800px;
	margin:  30px auto 5px auto;
	font-size: 18px;
}

section#page_contents .day_price {
	width:  800px;
	margin: 0 auto;
	text-align: center;
}
section#page_contents .day_price th {
	background: #B2DCC1;
	padding: 10px;
	border: #a0a0a0 solid 1px;
}
section#page_contents .day_price td {
	padding: 10px;
	border: #a0a0a0 solid 1px;
}
@media only screen and (max-width: 768px) {
section#page_contents .pricetit {
font-weight: bold;
	width:  100%;
	margin:  30px auto 5px auto;
	font-size: 18px;
}
section#page_contents .day_price th {
	background: #B2DCC1;
	padding: 5px;
	border: #a0a0a0 solid 1px;
}

section#page_contents .day_price {
	width:  100%;
	margin: 0 auto;
	text-align: center;
	font-size: 85%;
}
}
	
section#page_contents #flow_list {
	width:  1000px;
	margin:  0 auto;
}
@media only screen and (max-width: 768px) {
section#page_contents #flow_list {
	width:  auto;
	margin:  0 auto;
}
}
section#page_contents #flow_list dt {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	font-weight: bold;
	padding-left:  15px;
	font-size:  16px;
}
section#page_contents #flow_list dt::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #4fb7c6;
}
section#page_contents #flow_list dd{
	padding-left:  15px;
	margin-top:  10px;
	margin-bottom:  40px;
}

section#page_contents .company_outline {
	width:  800px;
	margin: 0 auto 60px auto;
}
section#page_contents .company_outline th {
	background: #B2DCC1;
	padding: 10px;
	border: #a0a0a0 solid 1px;
	width:  200px;
}
section#page_contents .company_outline td {
	padding: 10px;
	border: #a0a0a0 solid 1px;
}
@media only screen and (max-width: 768px) {
section#page_contents .company_outline {
	width:  100%;
	font-size: 85%;
}
section#page_contents .company_outline th {
	background: #B2DCC1;
	padding: 5px;
	border: #a0a0a0 solid 1px;
	width:  20%;
}
section#page_contents .company_outline td img {
	width: 100%;
}
}
section#page_contents #ruletxt {
	width:  940px;
	margin:  40px auto 0 auto;
}

@media only screen and (max-width: 768px) {
section#page_contents #ruletxt {
	width:  100%;
	margin:  40px auto 0 auto;
}
section#page_contents #privacy_txt {
	width:  100% !important;
	margin:  40px auto 0 auto;
}
}

section#page_contents #ruletxt h4 {
	font-weight: bold;
}

section#page_contents #ruletxt  ol.nooutline,
.nooutline{
    list-style-type: decimal !important;
	font-size:  14px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-left:  30px;
}
section#page_contents #ruletxt  ol.nooutline li,
.nooutline li{
    list-style-type: decimal !important;
}
section#page_contents #privacy_txt {
	width:  940px;
	margin:  40px auto 0 auto;
}
section#page_contents #privacy_txt dt{
	font-weight: bold;
}
section#page_contents #privacy_txt dd{
	margin-bottom:  40px;
}
section#page_contents #sitmap {
}
section#page_contents #sitmap dt {
    position: relative;
    padding-bottom: 0.5em;
    font-weight: bold;
    padding-left: 15px;
    font-size: 16px;
    border-bottom: 4px solid rgb(204, 204, 204);	
}
section#page_contents #flow_list a {
	text-decoration:  none !important;
}
section#contact {
	background: #e4e4dd;
}
section#contact {
	padding:  40px;
}
section#contact #contact_in {
	width:  1000px;
	margin:  0 auto;
}
section#contact #contacttit {
font-size:  20px;
	font-weight:  bold;
	margin-bottom:  7px;
}
section#contact p {
line-height:  1;
}
section#contact #contacttit i {
	margin-right:  10px;
}
section#contact #left{
	float:  left;
}
section#contact #right{
	float:  right;
	text-align: center;
}
section#contact #left span {
	font-size:  12px;
}
section#contact #right img {
	width:  400px;
}
@media only screen and (max-width: 768px) {
section#contact {
	padding:  20px;
}	
section#contact #left{
	float:  none;
	text-align: center;
}
section#contact #right{
	float:  none;
	text-align: center;
	margin-top:  20px;
}
section#contact #right img {
	width:  350px;
}
}
@media only screen and (max-width: 480px) {
section#contact {
	font-size: 85%;
}
	section#contact #right img {
	width:  80%;
}
}
	
/********************************
footer
********************************/
footer {
	font-size: 12px;
	background: #3e3b3a;
	color: #ffffff;
	padding: 3px 0;
}
footer a {
	text-decoration: none !important;
	color: #ffffff !important;
}
footer #fotterarea {
	width: 980px;
	margin: 0 auto;
}
footer #right {
	padding: 5px 0 0 0;
}
footer #right ul {
	border-right: #ffffff solid 1px;
	height: 16px;
	width: 600px;
	margin: 0 auto;
}
footer #right ul li {
	float: left;
	width: 25%;	
	border-left: #ffffff solid 1px;
	line-height: 16px;
	text-align: center;
}
footer #copy {
	margin-top: 10px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
footer #fotterarea {
	width: 100%;
}
section#contact #contact_in{
	width:  100%;
	font-size: 85%;
}	
section#contact p{
	line-height: 1.5 !important;
}
footer #right ul {
	width: 100%;
}
footer #right ul li {
	width: 25%;
	padding: 0;
	text-align: center;
}
}
@media only screen and (max-width: 480px) {
footer #right ul li {
	width: auto;
	padding: 0 8px;
	margin-bottom: 5px;
	text-align: center;
}
}