@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: middle;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
ol,ul,li{
	list-style:none;
}

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  color: #111;
  font-feature-settings : "palt";
  /*background-color: #f7f4f2;*/
  -webkit-text-size-adjust: none;
}
#wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
	
section{
	margin-bottom:36px;
	}

a{
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

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

#header {
	display:block;
  width: 100%;
  margin: 0 auto 0 auto;
  background-color:#ffffff;
}

#header .hr{
	 width: 100%;
	 border: solid 1px #89b92a;
   text-align: center;
	}

#header #header_inner a{
	text-decoration:none;
}

#logo {
  margin: 0;
  padding: 20px 0 0;
  float: left;
}

/*h_info
------------------------------------------------------------*/

#h_info{
  margin-top: 20px;
  padding: 0px ;
  text-align: right;
  float: right;
}

#h_info img{
	vertical-align: middle;
}

#h_info .tel{
  font-size: 30px;
  color: #c9171e;
  font-weight: bold;
  padding:0 10px 0 0;
}
#h_info .btarea{
	padding:0;
	margin:0;
}
.head_bt{
	display: inline-table;
	white-space: nowrap;
	font-weight:700;
	}
#h_info .btnew,#h_info .btlogin {
    position: relative;
    display: inline-block;
    padding: 0.45em 0.5em 0.1em;
    text-decoration: none;
    color: #FFF;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	vertical-align: bottom;
}
#h_info .btnew {
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
}

#h_info .btnew:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#h_info .btlogin {
    background: #89b92a;
    border-bottom: solid 2px #89b92a;
}

#h_info .btlogin:active {
    border-bottom: solid 2px #88b83e;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*mainnav
------------------------------------------------------------*/

#mainnav a{
	color: #fff;
	text-decoration:none;
}

#mainnav .mainnav_inner {
	max-width: 1200px;
	margin: 0 auto 0 auto;
}
	
#mainnav li{
		display: inline-block;
		margin:13px auto;
		width:150px;
		font-size: 14px;
		font-weight:700;
		color:#fff;
		text-align:center;
		border-right:solid 1px #fff;
	}

#mainnav li.reserve{
		color:#fff;
		text-shadow: 0 15px 10px rgba(0,0,0,0.1);
		background-color:#89b92a;
		border-radius:5px;
		border:none;
		padding:0.25em 0.5em 0em;
	}

#mainnav li a:hover{
		text-shadow: 0 15px 10px rgba(0,0,0,0.1);
		color:#fff;  
		background-color:#89b92a;
		border-radius:5px;
		padding:6px 8px;
		box-shadow:0px 5px 6px -2px #777;
-moz-box-shadow:0px 5px 6px -2px #777;
-webkit-box-shadow:0px 5px 6px -2px #777;
	}
	

/*contents
------------------------------------------------------------*/

/*#contents h2 {
  padding: 5px 0 ;
  font-weight:700;
  position: relative;
}
#contents h2:after {
	content: '';
	width: 100%;
	height: 4px;
	background: url("../../img/h2_border.png") no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 0;	
}*/

#contents h2{
	border-top: 6px solid #89b92a;
	border-bottom: 1px solid #fff;
    padding: 14px 18px 10px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    color: #111;
	background-image: -webkit-gradient(
                  linear
                , left top
                , left bottom
                , from(#fff)
                , to(#efefef));
	/* IE10+ */
    background: -ms-linear-gradient(top, #fff, #efefef);			
		/*background-color:#019c96;*/
		text-align:left;
		 box-shadow:0px 5px 6px -2px #bac1c7;
-moz-box-shadow:0px 5px 6px -2px #bac1c7;
-webkit-box-shadow:0px 5px 6px -2px #bac1c7;
	}
#contents h2,h3, img{
	vertical-align:top;
	padding-right:10px;
	}
#contents h3 {
   background-color: #89b92a;
    padding: 6px 12px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
  margin-top:0.5em;
  /*text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);*/
}

#contents h3.bk{
   /*background: url("../../img/h3_bk.png") repeat-x;*/
   color: #ffffff;
   background-color: #89b92a;
   padding: 8px 12px;
   font-weight:600;
}


/* searchbox 
------------------------------------------------------------*/
.searchbox {
 margin:0px 5px 20px;
  text-align: left;
  background-color:#FDF8C9;
  border:solid 1px #fff;
  border-radius:3px;
  box-shadow:0px 0px 3px 2px #ccc;
-moz-box-shadow:0px 0px 3px 2px #ccc;
-webkit-box-shadow:0px 0px 3px 2px #ccc;
}

.searchbox p{
	padding:0px 20px 0;
	font-weight:700;
}

.searchbox p.com{
	padding-top:13px;
	text-align:center;
	font-weight:700;
	font-size:87%;
}

.searchbox img{
	vertical-align:top;
	padding:0 5px 2px 0;
}

.searchbox .tit {
	  margin: 0;
	  padding: 6px 0 5px 14px;
	  font-size: 15px;
	  font-weight:700;
	  color: #fffffc;
	  border-radius:3px;
	  border-top:3px solid #89b92a;
	  background-color:#89b92a;
	  box-shadow:0px 5px 6px -2px #666;
	-moz-box-shadow:0px 5px 6px -2px #666;
	-webkit-box-shadow:0px 5px 6px -2px #666;
}

.searchbox ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
	
.searchbox li{
	width:49%;
	}

.searchbox ul.op{
	margin:0 20px;
	font-weight:700;
	}
.searchbox li.op{
	display: inline-block;
	width:49%;
	}


/* form 
------------------------------------------------------------*/
form{
	width:100%;
	font-size: 14px;
	}

.form-group {
  vertical-align: middle;
  position: relative;
  margin: 12px 0;
}
.form-group::before,
.form-group::after{
  clear: both;
  display: table;
  content: "";
  border:0;
}

.form-element {
	display:inline-block;
	height:23px;
	  background-color: #fff;
	  font-weight: 400;
	  line-height: 1.3125;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  -ms-border-radius: 6px;
	  -o-border-radius: 6px;
	  border-radius: 6px;
	  color: #111;
	  vertical-align: middle;
	  padding: 0.5rem 0.875rem;
	  margin:0 10px; 
	  border: 1px solid #aaa;
	  outline: 0;
	  -webkit-appearance: none;
	  -webkit-transition: border linear 0.25s, box-shadow linear 0.25s;
	  -moz-transition: border linear 0.25s, box-shadow linear 0.25s;
	  -o-transition: border linear 0.25s, box-shadow linear 0.25s;
	  transition: border linear 0.25s, box-shadow linear 0.25s;
	}

.form-element.Lil {
  width: 25%;
}

.form-element.Mid {
  width: 80%;
}

input:focus,
/*input[type="text"]:focus,*/
texture:focus {
    box-shadow: 0 0 7px #0c958f;
    border: 1px solid #3498db;
}

.form-group .option{
	margin:10px 16px;
	padding:6px 10px;
	background-color:#ffaf00;
	color:#fff;
	text-align:center;
	border-radius:10px;
	box-shadow:0px 0px 6px 3px #ddd;
-moz-box-shadow:0px 0px 6px 3px #ddd;
-webkit-box-shadow:0px 0px 6px 3px #ddd;
}


/* mui-select
---------------------------------*/
	
.selectBox{
	background-color: #fff;
    height: 30px;
    font-weight: 400;
	border-radius: 6px;
    color: #666;
    vertical-align: middle;
    padding: 0.4rem 0.975rem;
    margin: 0 7px;
    border: 1px solid #aaa;
    outline: 0;
}

.dateBox{
	background-color: #fff;
	padding: 0.4rem 0.3rem;
	border-radius: 6px;
    margin: 0 15px;
    border: 1px solid #aaa;
}

.dateBox > input{
	width:95%;
	border:none;
	}

.mui-select{
	background-color: #fff;
	  display: block;
	  margin: 0px 5px;
	  position: relative;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  -ms-border-radius: 6px;
	  -o-border-radius: 6px;
	  border-radius: 6px;
	  vertical-align: middle;
	  padding: 0.1rem 0.5rem;
	  border: 1px solid #aaa;
}

.mui-select:focus {
  outline: 0;
  box-shadow: 0 0 7px #0c958f;
  border: 1px solid #3498db;
}

.mui-select:focus > select {
  height: 30px;
}

.mui-select > select {
  animation-duration: 0.0001s;
  animation-name: mui-node-inserted;
  display: block;
  height: 32px;
  /*width: 100%;*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  font-size:14px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 25px 0 0;
}

.mui-select > select::-ms-expand {
  display: none;
}

.mui-select > select:focus {
  outline: 0;
  height: 33px;
  margin-bottom: -1px; 
}

.mui-select > select:disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1;
}

.mui-select > label {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mui-select:focus > label,
.mui-select > select:focus ~ label {
  color: #2196F3;
}

 /* validetta-bubble　2017.6.8 不要
---------------------------------*/  
.validetta-bubble { position:absolute; background-color:#e31212; max-width:325px; border-radius:5px; color:white; padding:5px 12px; }
.validetta-bubble:before { content:''; display:block; position:absolute; top:7px; left:-5px; width:0; height:0; border-right:5px solid #e31212; border-bottom: 5px solid transparent; border-top:5px solid transparent; }
.validetta-bubbleClose { display:block; cursor:pointer; position:absolute; top:-1px; right:3px; color:white; font-weight:bold; }
.validetta-inline, .validetta-bubble { display:block; font:12px/14px Arial, Helvetica, sans-serif; }
.validetta-inline { color:#e31212; }

/* Textarea */
textarea {
  width: 100%;
  height: 4rem;
  background-color: #fff;
  margin:6px 0;
  border-radius:5px;
  border:1px #ccc solid;
}

textarea.materialize-textarea {
  overflow-y: hidden;
  padding: 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
}

 /* mdl-radio
---------------------------------*/  
.mdl-radio{
	position:relative;
	font-size:14px;
	line-height:24px;
	display:inline-block;
	box-sizing:border-box;
	margin:0 10px;
	padding-left:0
	}

.mdl-radio__button{
	line-height:24px;
	}
.mdl-radio.is-upgraded .mdl-radio__button{
	position:absolute;
	width:0;
	height:0;
	margin:0;
	padding:0;
	opacity:0;
	-ms-appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border:none
	}

.mdl-radio.is-checked .mdl-radio__outer-circle{
	border:2px solid rgb(63,81,181)
	}
.mdl-radio__outer-circle fieldset[disabled] .mdl-radio,.mdl-radio.is-disabled .mdl-radio__outer-circle{
	border:2px solid rgba(0,0,0,.26);
	cursor:auto
	}

.mdl-radio.is-checked .mdl-radio__inner-circle{
	-webkit-transform:scale3d(1,1,1);
	trasform:scale3d(1,1,1)
	}
fieldset[disabled] .mdl-radio .mdl-radio__inner-circle,.mdl-radio.is-disabled .mdl-radio__inner-circle{
	background:rgba(0,0,0,.26);
	cursor:auto
	}
.mdl-radio.is-focused .mdl-radion__inner-circle{
	box-shadow:0 0 0 10px rgba(0,0,0,.1)
	}
.mdl-radio__label{
	cursor:pointer
	}
fieldset[disabled] .mdl-radio .mdl-radio__label,.mdl-radio.is-disabled .mdl-radio__label{
	color:rgba(0,0,0,.26);
	cursor:auto
	}
	
/* Error
------------------------------------------------------------*/
input[type="text"].txtError, input[type="password"].txtError, input[type="email"].txtError, input[type="tel"].txtError, .selectBox.txtError,textarea.txtError {
    background-color: #f2dae8;
    border: 1px solid #d685b0;
	}
	
.errorMessage {
    color: #cb5393;
    font-size: 86%;
    margin:6px 10px 0;
}

/* searchbox area 
------------------------------------------------------------*/
.searchbox .area{
	background: url(../../img/japan_map.png) no-repeat center top;
	position:relative;
	height:380px;	
	}
	
.area01{
	position:absolute;
	top:13px;
	left:140px;
	}

.area02{
	position:absolute;
	top:140px;
	left:262px;
	}

.area03{
	position:absolute;
	top:120px;
	left:130px;
	}

.area04{
	position:absolute;
	top:120px;
	left:35px;
	}

.area05{
	position:absolute;
	top:200px;
	left:250px;
	}

.area06{
	position:absolute;
	top:250px;
	left:200px;
	}

.area07{
	position:absolute;
	top:160px;
	left:70px;
	}
	
.area08{
	position:absolute;
	top:286px;
	left:116px;
	}

.area09{
	position:absolute;
	top:200px;
	left:10px;
	}

.area10{
	position:absolute;
	top:315px;
	left:30px;
	}

.area11{
	position:absolute;
	top:75px;
	left:20px;
	}
	

/* tooltip 
------------------------------------------------------------*/

 div.tooltip1{
        display: inline-block;
		background: url(../../img/area_bt.png) no-repeat center;
	padding:20px 20px 20px 27px;
    }

    div.tooltip1 span {
        display: none;
    }

    div.tooltip1:hover {
        position: relative;
    }
     
    div.tooltip1:hover span a{
		color:#fff;
		text-decoration:none;
		}
		
	div.tooltip1:hover span {
        display: block;  
        position: absolute;
        top: 55px;
		left:0;
        font-size: 80%;
		line-height:1.9em;
        color: #fff;
        background-color: #ff6600;
		opacity:0.9;
        
        padding: 10px;
        border-radius:3px;
        z-index:100;
    }
     
    div.tooltip1 span:before{
        content:''; 
        display:block; 
        position:absolute; 
        height:0; 
        width:0; 
        top:-13px; 
        left:15px;
        border:13px transparent solid; 
        border-right-width:0; 
        border-left-color:#ff6600; 
		opacity:0.9;
        transform:rotate(270deg);
        -webkit-transform:rotate(270deg);
        -o-transform:rotate(270deg);
        z-index:100;
    }
	
    div.tooltip1 span {
        display: none;
    }
	
    div.tooltip1:hover {
        position: relative;
		}

/* col3
------------------------------------------------------------*/

.col3{
		margin-top:20px;
	}

.col3 li{
		display: inline-block;
		width: 30%;
		margin:0 10px 10px 0;
		vertical-align: top;
		text-align: left;
		background-color:#fff;
		border:solid 1px #ccc;
		border-radius:3px;
		box-shadow:0px 0px 3px 0px #ccc;
-moz-box-shadow:0px 0px 3px 0px #ccc;
-webkit-box-shadow:0px 0px 3px 0px #ccc;
	}

.col3 img{
	display: block;
	padding:0px;
	top:0;
}

.col3 li .tit{
	font-weight:700;
	padding-bottom:0;
}

.col3 li p{
	line-height: 1.5;
	padding:10px 16px ;
	font-weight:700;
	text-align: center;
}

.col3 li .txtarea{
	font-size:0.813rem;
	line-height: 1.3;
	padding:0px 16px 6px;
	font-weight:normal;
	text-align:left;
}

/* bxslider
------------------------------------------------------------*/
  .bx-wrapper .bx-pager a {
    border: solid #ccc 1px;
    display: block;
    margin: 0 5px;
    padding: 3px;
  }
  
  .bx-wrapper .bx-pager a:hover,
  .bx-wrapper .bx-pager a.active {
    border: solid #019c96 2px;
  }
 
 .bx-wrapper {
  position: relative;
  margin-bottom: 70px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 3px solid #fff;
  background: #fff;
}
.bx-pager,
.bx-controls-auto {
  position: absolute;
  bottom: -55px;
  width: 100%;
}

.bx-loading {
  min-height: 50px;
  background: url('../../img/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-prev {
  left: 10px;
  background: url('../../img/controls.png') no-repeat 0 -32px;
}
.bx-prev:hover,
.bx-prev:focus {
  background-position: 0 0;
}
.bx-next {
  right: 10px;
  background: url('../../img/controls.png') no-repeat -43px -32px;
}
.bx-next:hover,
.bx-next:focus {
  background-position: -43px 0;
}
.bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-controls-direction a.disabled {
  display: none;
}


/* news
------------------------------------------------------------*/

#news {
  height: 200px;
  overflow: auto;
  line-height: 1.8;
  padding: 6px 10px;
  margin: 0;
  background-color: #fff;
}

#news span{
	color:#0071bc;
	padding-right:20px;
  }

#news li{
	border-bottom: dotted 1px #ccc;
	padding:10px;
}

#news_archive {
	width:100%;
	height:800px;
  line-height: 1.8;
  padding: 6px 10px;
  margin: 0;
  background-color: #fff;
}

#news_archive li{
	border-bottom: dotted 1px #ccc;
	padding:10px;
}


/*tabAccordion
------------------------------------------------------------*/
#tabAccordion {
	margin:20px;
	width: 760px;
	height: 200px;
	font-size:14px;	
	border: #ccc 1px solid;
	position: relative;
	border-radius:3px;
		box-shadow:0px 0px 3px 0px #ccc;
-moz-box-shadow:0px 0px 3px 0px #ccc;
-webkit-box-shadow:0px 0px 3px 0px #ccc;
background-color:#fff;
}

#tabAccordion img {
	padding-left:10px;
}

#tabAccordion dl {
	top: 0;
	left: 0;
	width: 760px;
	position: absolute;
	line-height:1.5em;
}

#tabAccordion dl dt {
	top: 0;
	left: 0;
	width: 253px;
	font-weight: bold;
	position: absolute;
	border: #fff 1px solid;
	background: #aed1d0;
	box-sizing: border-box;
}

#tabAccordion dl:nth-child(2) dt {
	left: 253px;
}

#tabAccordion dl:nth-child(3) dt {
	left: 506px;
	border-right: none;
}
#tabAccordion dl dt a {
	padding: 15px 10px;
	font-weight: bold;
	display: block;
	text-align: left;
	font-size:14px;
	color:#333;
	margin-left:25px;
	text-decoration:none;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#tabAccordion dt:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.7em;
    left: 6px;
    width: 1em;
    height: 1em;
    border-top: #fff 3px solid;
    border-right: #fff 3px solid;
    transform: rotate(45deg);
    }
	
#tabAccordion dl dt a:hover{
  background-color: #f2cf01;
  }
#tabAccordion dl dt.btnAcv {
	border-bottom: none;
}
#tabAccordion dl dd {
	top: 50px;
	left: 0;
	padding: 30px;
	width: 100%;
	text-align: left;
	overflow-y: auto;
	display: none;
	position: absolute;
	box-sizing: border-box;
}

#tabAccordion dl dd .tit{
	font-weight:700;
	font-size:1.2em;
	line-height:1.7em;
	padding-top:10px;
}
#tabAccordion dl dd span{
	padding:10px 0;
	font-size:0.9em;
	font-weight:normal;
}

/* accordion
------------------------------------------------------------*/
.accordion {
  width: 100%;
}
.accordion > ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #aed1d0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 10px 12px;
  position: relative;
}
.accordion > ul > li > a:hover{
  background-color: #f2cf01;
}
.accordion > ul > li > a:after, .accordion > ul > li > a.active:after{
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #2f7f99;
}
.accordion > ul > li > a:after{
  content: "▼";
}
.accordion > ul > li > a.active:after{
  content: "▲";
}
.accordion > ul > li > ul {
  display: none;
}
.accordion > ul > li > ul > li > a{
  display: block;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  padding: 6px 12px;
  position: relative;
}
.accordion > ul > li > ul > li > a:hover{
  background-color: #67ab9c;
}

/* page_navi
------------------------------------------------------------*/
#page_navi{
	text-align:center;
	}
#page_navi a{
	text-decoration:none;
	}
	
#page_navi span{
	font-size:24px;
	}
	
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  margin:0 10px;
  background-color: #ccc;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating:hover {
  background-color: #f2cf01;
  color:#fff;
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large i {
  line-height: 55.5px;
}

/* pagetop
------------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 15px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:15px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* modal
------------------------------------------------------------*/
.modal-content {
	width: 30% ;
	margin: 0 ;
	padding: 16px 10px 0px;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 10 ;
	border-radius:5px;
}
  
#modal-overlay {
	z-index: 3 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

  
/*Button
------------------------------------------------------------*/
.btn{
		  border: none;
		  border-radius: 30px;
		  display: inline-block;
		  height: 42px;
		  line-height: 45px;
		  outline: 0;
		  padding: 0 2rem;
		  margin-bottom:20px;
		  text-transform: uppercase;
		  vertical-align: middle;
		  -webkit-tap-highlight-color: transparent;
		  text-decoration: none;
		  color: #fff;
		  background-color: #e31212;
		  text-align: center;
		  letter-spacing: .9px;
		  transition: .2s ease-out;
		  cursor: pointer;
		  font-size:22px;
		  font-weight:700;
}


.btn:hover {
		  background-color: #0074bf;
		  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-block {
  display: block;
}

/*Button
------------------------------------------------------------*/
.btnArea{
	text-align:center;
	margin:10px 0 20px;
	}
.button{
		  border: none;
		  border-radius: 30px;
		  display: inline-block;
		  height: 20px;
		  line-height: 20px;
		  outline: 0;
		  padding: 0.6rem 2.8rem;
		  vertical-align: middle;
		  -webkit-tap-highlight-color: transparent;
		  text-decoration: none;
		  color: #fff;
		  text-align: center;
		  letter-spacing: .9px;
		  cursor: pointer;
		  font-size:20px;
		  font-weight:700;
		  white-space: nowrap;
		  margin:3px 10px;
}

.button-block {
  display: block;
}
.button.red{background-color: #e31212;}
.button.gray{background-color: #b5b5b5;}
.button.blue{background-color: #ff7f00;}
.button.green{background-color: #228b22;}
.button.orange{background-color: #ff8400;}
.button.navy{background-color: #89b92a;}

.button.red:hover {
		  background-color: #fb1c2e;
		  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.button.blue:hover {
		  background-color: #ffa64d;
		  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/*lilbutton
------------------------------------------------------------*/
.lilbutton{
	margin:0;
	padding:8px 12px;
	font-size:0.8em;
	color:#fff;	
	text-decoration:none;
	border-radius:30px;
	transition: none;
	white-space: nowrap;
  border: none;
}

.lilbutton.gray{background-color:#666;}
.lilbutton.red{background-color:#e31212;}
.lilbutton.blue{background-color:#89b92a;}

.lilbutton a{
	text-decoration:none;
	color:#fff !important;
}
.lilbutton:hover {
	background-color: #89b92a;
	box-shadow: 0 2px 0 #085899;
}
.lilbutton:active{
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}




.mpbutton.mpBblue{background-color:#1d5990f;}

.mpbutton a{
	text-decoration:none;
	color:#fff !important;
}
.mpbutton:hover {
	background-color: #336ca1;
	box-shadow: 0 2px 0 #144675;
}
.mpbutton:active{
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.mpbuttonRed:hover {
	background-color: #f73f3f;
	box-shadow: 0 2px 0 #950404;
}


/*breadcrumb
---------------------------------------------------------------------------*/
ul.breadcrumb {
    width: 100%;
    margin: 0 0 20px;
    font-size: 12px;
    padding: 0;
	text-decoration:none;
	border:solid 1px #ddd;
	border-radius: 10px;
	background: #fff;
	opacity:0.1s;
}
.breadcrumb li{
    position: relative;
    float: left;
    line-height: 30px;
    width: 18%;
    margin: 0;
}
.breadcrumb li a{
    display: block;
    padding: 0 12%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #666;
	text-decoration:none;
}

.breadcrumb li:first-child a {
    border-radius: 10px;
}
.breadcrumb li span.last{
    border-radius: 0 10px 10px 0;
}
.breadcrumb li a:before{
    display: block;
    width: 2px;
    height: 16px;
    border-right: 1px solid #FFFFFF;
    content: " ";
    transform: skew(-30deg);
    position: absolute;
    bottom: 0;
    right: -2px;
    z-index: 2;
    background: #ccc;
}
.breadcrumb li a:after{
    display: block;
    width: 2px;
    height: 16px;
    border-right: 1px solid #FFFFFF;
    content: " ";
    transform: skew(30deg);
    position: absolute;
    top: 0;
    right: -2px;
    z-index: 2;
    background: #ccc;
}
.breadcrumb li a:hover {
    color: #e31212;
}

/* footer
------------------------------------------------------------*/
#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 0  0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  background-color: #89b92a;
}

#footer .copyright{
  margin: 30px 0 0;
  padding: 30px 0 30px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #333;
}

#footer a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

#footer a:hover {
  color: #f2cf01;
  text-decoration: none;
}

.menu_btn {
  margin-bottom:20px;
  padding: 0;
}

#header h1 {
	width:1200px;
  margin:0px auto;
  padding: 8px;
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  color: #ffffff;
  background: #89b92a;
}

.panel{
	background-image: -webkit-gradient(
        linear
      , left top
      , left bottom
      , from(#8ac783)
      , color-stop(0.49, #8ac783)
      , color-stop(0.50, #89b92a)
      , to(#89b92a));
	/* IE10+ */
    background: -ms-linear-gradient(top, #8ac783, #89b92a);			
		 box-shadow:0px 5px 6px -2px #bac1c7;
-moz-box-shadow:0px 5px 6px -2px #bac1c7;
-webkit-box-shadow:0px 5px 6px -2px #bac1c7;
	}


/*media
------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
	/*
body{
	background: url("../../img/search_bk.png")repeat;
	}
	*/

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


#header #header_inner {
  width: 1200px;
  /*height: 70px;*/
  height: 85px;
  padding: 4px;
  margin: 0 auto 0 auto;
  background-color:#fff;
}

#h_info span.contact_txt{
	display:none;
	}


/*mainnav
------------------------------------------------------------*/
a#smpmenu{
		display:none;
	}	

.panel{
		display:block !important;
		border-bottom:solid #ddd 1px;
    text-align:left;

	}
	
/*container
------------------------------------------------------------*/

#container {
  width: 1200px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

#contents {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: 800px;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.6;
}

#contents h2 {
  font-size: 24px;
}
#contents h2 span{
  font-size: 14px;
  font-weight:100;
   vertical-align: bottom !important;
}

#contents h3 {
  font-size: 20px;
}

/*side
------------------------------------------------------------*/

#side {
  float: left;
  margin: 0 ;
  padding: 0;
  width: 360px;
  text-align: left;
  letter-spacing: 0.05em;
}
}

/*------------------------------------------------------------
price
------------------------------------------------------------*/
#price, #sitemap {
	background-color: #ffffff;
	padding: 0 0 20px 0;
}
#price .priceBanner img{
	width: 100%;
}
	

#price .topBanner {
	margin:  0 0 30px 0 ;
}

#price .middleBanner {
	margin:  0 0 20px 0 ;
}

#price .mainContents {
	font-size: 12px;
	margin: 0 20px 30px 20px ;
}
/*-----------text-----------*/
#price .attentionText{
	margin: 10px 0 10px 20px  ;
	text-align: right;
	}
#price .priceText{
	margin: 0 20px 30px 20px  ;
	}
#price .moneyText{
	font-weight: 700;
	color: #fd3d3d;
	font-size: 14px;
}

/*-----------moneytable-----------*/
#price table.price  {
	margin: 0 20px 0 0 ;
	width:100%;
	text-align: center;
	}


#price table.price th {
	height: 50px;
	font-size: 12px;
	padding: 0 0 0 0 ;	
  border: 1px solid #ffffff;
  vertical-align: middle;
	text-align: center;
}

#price table.price td {
	height: 100px;
	width: auto;
	padding: 0 0 0 0;
	text-align: center;
}

#price table img {
  padding-right: 0px;

}

/*-----------pricetable-----------*/
#price .priceTable{
	margin: 0 20px 0 20px  ;
	}
#price table.priceTable td {
	text-align: left;
}

#price table.priceTable td {
	text-align: left;
}
#price table.priceTable td, table.price th {
  padding: 0 0 5px 0;
  vertical-align: top;
}


/*-----------cansellTable-----------*/
#price table.cansellTable, table.price  {
	margin: 0 20px 0 0 ;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	}

#price table.cansellTable th,table.price th {
	padding: 0 0 0 20px ;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	background-color: #b0bec5;
	}
#price table.cansellTable td, table.price td {
	/*width: 50%;*/
  font-size: 12px;
  text-align: left;
	padding: 0 0 0 20px ;
  border: 1px solid #ddd;
  vertical-align: middle;
}
#price table.cansellTable td,table.cansellTable th {
	height: 50px;
}


#price table.price th.className {
    height: 50px;
    font-size: 12px;
    padding: 0 0 0 0;
    border: 1px solid #ffffff;
    vertical-align: middle;
    text-align: center;
    width: 130px;
}



/*------------------------------------------------------------
sitemap
------------------------------------------------------------*/
#sitemap {
	background-color: #ffffff;
	padding: 0 0 20px 0;
}
#sitemap .sitemapBanner img{
	width: 100%;
}
#sitemap .topBanner {
	margin:  0 0 30px 0 ;
}

#sitemap .middleBanner {
	height: 35px;
	padding: 10px 0 0 20px;
	margin:  0 0 10px 0 ;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	background-color: #def19c;
}

#sitemap .mainContents {
	font-size: 12px;
	margin: 0 20px 30px 20px ;
	overflow:hidden; 
}
#sitemap .listBox{
	width: 49%;
}

#sitemap ul.siteList {
	font-size: 12px;
	padding: 0 0 0 20px; 
	line-height: 3em;
}

#sitemap ul.siteList li {
	font-weight: 500;
  padding: 0 0 0 20px; 
  background: url("../../img/sitemap_icon.png") no-repeat 0 10px;	
}

#sitemap ul.siteList a {
 text-decoration : none ;
 color: #000000;
 border-bottom: dotted 2px #a0a0a0;
}

#sitemap ul.siteList a:hover {
 color: #39c1e3;
 border-bottom: dotted 2px #39c1e3;
 font-size: 13px;
}

/*-------   add 2018/04/09 image responsive image resize  ----------*/
.resizeimage img {
 width: 100%; 
 }





/*ユニーク*/
.shopText{
margin: 10px 0 10px 0;
}

.spotbox {
    background-color: #eee;
    padding: 16px 20px;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.spotbox .tit {
    font-weight: 700;
    font-size: 18px;
    background-color: #fff;
    padding: 3px 16px;
    border-radius: 50px;
    margin: 6px 0;
    box-shadow: 0px 0px 6px 3px #dddddd;
    -moz-box-shadow: 0px 0px 6px 3px #dddddd;
    -webkit-box-shadow: 0px 0px 6px 3px #dddddd;
}

.spotbox img {
    width: 30%;
    padding: 0 0 0 20px;
}

@media (max-width: 667px) {
.spotbox img {
    width: 100%;
    padding-bottom: 20px;
}
}













