@charset "UTF-8";
/*! サイトベース */
.cl, #header-wrap ul, #footer-link, #foot-nav ul {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, #header-wrap ul:after, #footer-link:after, #foot-nav ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html #header-wrap ul, #header-wrap * html ul, * html #footer-link, * html #foot-nav ul, #foot-nav * html ul {
  height: 1%;
}

/*----------------------------------
reset
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

a {
  color: #212121;
  text-decoration: underline;
}

a:link {
  color: #212121;
  text-decoration: underline;
}

a:visited {
  color: #212121;
  text-decoration: underline;
}

a:hover {
  color: #212121;
  cursor: pointer;
}

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

a:active, a:focus {
  outline: none;
}


/*  */
li img,
dt img,
dd img {
  vertical-align: top;
}

body {
 /* font: 13px/1.7 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
  color: #333;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 320px;
  background: #f2f0ec;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  
	font-family: 'Lato', Tahoma, Geneva, sans-serif;
	letter-spacing: 0.00em;
	word-spacing: 0.10em;
	word-wrap: break-word; /* 英単語やURLを改行 */ 
}

input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.boxMap img {
   max-width: 50px;
   width: auto !important;
   height: auto !important;
}
.boxMap div + img {
  max-width: initial;
}

body > img {
  display: none;
}

/*div:not(.boxMap) img {
  width: 100%;
  max-width: 100%;
  height: auto;
}*/
/**:not(.mapArea img) img {
  width: 100%;
  max-width: 100%;
  height: auto;
}*/


/*----------------------------------
wrapper
----------------------------------*/
#wrapper {
  position: relative;
  left: 0;
  z-index: 1;
  /*max-width: 640px;*/
  margin: 0 auto;
  text-align: left;
  font-size: 100%;
  background: #f2f0ec;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

body.open {
  overflow: hidden;
}
.open #wrapper {
  left: -ms-calc(15.625% - 100%);
  left: -moz-calc(15.625% - 100%);
  left: -webkit-calc(15.625% - 100%);
  left: calc(15.625% - 100%);
}
.open #g-nav {
  opacity: 1;
}

.wrap {
  padding: 0 3.125%;
}

/*----------------------------------
header
----------------------------------*/
#header-wrap {
  position: relative;
  width: 100%;
  padding-top: 15.625%;
  vertical-align: middle;
  box-sizing: border-box;
/*  background: url(/sp/common/img/bg-header.jpg) no-repeat;*/
  background:#ffffff; 
  background-size: cover;
}
#header-wrap h1, #header-wrap p, #header-wrap ul {
  position: absolute;
}
#header-wrap h1 img, #header-wrap p img, #header-wrap ul img {
  width: 100%;
}
#header-wrap #logo img {
  width:inherit;
}
#header-wrap #logo {
/*  top: 26%;*/
/*  left: 3.125%;*/
/*   width: 22.1875%;*/
top: 30%;
left:10px;
width:80%;
}
#header-wrap p {
  top: 13%;
  right: 1.5625%;
  width: 12.5%;
}
#header-wrap ul {
  top: 13%;
  right: 16.40625%;
  width: 32.8125%;
}
#header-wrap li {
  float: left;
  width: 47.6190%;
}
#header-wrap li:last-child {
  float: right;
}

#sub-nav {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e9e7e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e7e0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9e7e0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e9e7e0 100%);
}
#sub-nav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 84.61538%;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 1px 3px 0 #cfccbd;
}
#sub-nav li {
  display: table-cell;
  border-left: 1px solid #d3cec0;
  background: -moz-linear-gradient(top, #dcdace 0%, rgba(253, 253, 253, 0) 5%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdace), color-stop(5%, rgba(253, 253, 253, 0)));
  background: -webkit-linear-gradient(top, #dcdace 0%, rgba(253, 253, 253, 0) 5%);
  background: -o-linear-gradient(top, #dcdace 0%, rgba(253, 253, 253, 0) 5%);
  background: -ms-linear-gradient(top, #dcdace 0%, rgba(253, 253, 253, 0) 5%);
  background: linear-gradient(to bottom, #dcdace 0%, rgba(253, 253, 253, 0) 5%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdace', endColorstr='#00fdfdfd',GradientType=0 );
}
#sub-nav li span {
  display: block;
}
#sub-nav li em {
  display: inline-block;
  width: 40px;
  margin-right: 5px;
  padding: 3px 0 4px;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  background: #f59235;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#sub-nav li:first-child {
  border-left: none;
}
#sub-nav li:first-child a {
  border-left: none;
}
#sub-nav li:nth-child(2) a {
  background: url(/sp/common/img/ico-time.png) 50% 83% no-repeat;
  background-size: 18px auto;
}
#sub-nav li:nth-child(3) a {
  background: url(/sp/common/img/ico-list.png) 50% 83% no-repeat;
  background-size: 20px auto;
}
#sub-nav a {
  display: block;
  height: 50px;
  padding-top: 6px;
  color: #302400;
  border-left: 1px solid #fff;
  text-decoration: none;
  box-sizing: border-box;
}

#sub-nav + section {
  margin-top: 10px;
}

#footer-wrap a {
  text-decoration: none;
  color: #302400;
/*  font-size: 107.6923%;*/
/*  font-size: 108.33333%;*/
}

#footer-link {
  padding: 10px 3.125%;
  border-bottom: 1px solid #d2cec0;
  background: #f8f7f5;
}
#footer-link p:first-child {
  float: left;
  width: 37.5%;
  border: 1px solid #d3cec0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#footer-link p:first-child a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
 /*  font-weight: bold;*/
  text-align: center;
line-height:20px;/* */
}
#footer-link p:first-child span {
  display: inline-block;
  padding-left: 32px;
  background: url(/sp/en/common/img/pc-ico.png) 0 50% no-repeat;
  background-size: 22px auto;
}

#page-top {
  float: right;
/*  margin-top: 10px;*/
}
#page-top a {
display:block;
height:32px;
padding: 0 50px 0 0;
color:#f8f7f5;
/*  display: inline-block;*/
/*  padding: 0 32px 4px 0;*/
  background: url(/sp/en/common/img/page-top.png) 100% 50% no-repeat;
/*  background-size: 24px auto;*/
  background-size:32px auto;
}

#foot-nav {
  background: #e9e6df;
}
#foot-nav ul {
/*  border-top: 1px solid #d3cec0;*/
}
#foot-nav ul li {
  width: 100%;
/*  width: 50%; */
  float: left;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
}
#foot-nav ul li:nth-child(odd) {
/*  border-right: 1px solid #fff;*/
}
#foot-nav ul li:nth-child(even) {
/*  border-left: 1px solid #d3cec0;*/
}
#foot-nav ul li:first-child, #foot-nav ul li:nth-child(2) {
  border-bottom: 1px solid #d3cec0;
}
#foot-nav ul li:nth-child(3), #foot-nav ul li:nth-child(4) {
  border-bottom: 1px solid #d3cec0;
}
#foot-nav ul li:nth-child(5), #foot-nav ul li:nth-child(6) {
/*  font-size: 76.92308%;*/
  border-bottom: 1px solid #d3cec0;
}
#foot-nav ul li:nth-child(7) {
  font-size: 76.92308%;
}
#foot-nav ul a {
  display: block;
  padding: 10px 0;
}
#foot-nav ul span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
#foot-nav ul span:before {
  display:none:/* */
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 4px solid #429b90;
/*  border-left: 4px solid #1b5e20;*/
}

#copy-right {
  text-align: center;
  padding: 15px;
/*  padding: 10px;*/
  line-height: 1.3;
  background: #fff;
/*  background: #53872d;*/
  color: #333;
/*  color: #fff;*/
  font-size:92.3077%;/* */
}
#copy-right small{
  font-size:100%;/* */
}

#g-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  width: -ms-calc(100% - 15.625%);
  width: -moz-calc(100% - 15.625%);
  width: -webkit-calc(100% - 15.625%);
  width: calc(100% - 15.625%);
  height: 100%;
/*  background: rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
  opacity: 0;
}
#g-nav .g-nav-inner {
  height: 100%;
  overflow: auto;
}
#g-nav nav {
  position: static;
  width: 100%;
  background: #f2f0ec;
  box-sizing: border-box;
}
#g-nav .gnav-wrap {
  padding: 10px 3.7037%;
}
#g-nav .gnav-wrap ul {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 2px #dcdad7;
}
#g-nav .gnav-wrap ul li {
  border-top: 1px solid #d5d5d5;
  display: table;
  line-height: 1.3;
  width: 100%;
}
#g-nav .gnav-wrap ul li a {
  position: relative;
  /*font-weight: bold;*/
  font-size: 107.69231%;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5.3763%;
  height: 64px;
  text-align: left;
}
#g-nav .gnav-wrap ul li a dd {
  font-weight: normal;
  font-size: 78.57143%;
}
#g-nav .gnav-wrap ul li a:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -4.2px;
  right: 8px;
  border-top: 1px solid #62978e;
  border-right: 1px solid #62978e;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#g-nav .gnav-wrap ul li:first-child {
  border-top: none;
}
#g-nav .gnav-wrap ol{
	margin-top:10px;	
}
#g-nav .gnav-wrap ol li{
	display:inline-block;
	width:45%;
	padding:1%;
}
#g-nav .gnav-wrap ol li a{
	color:#21796c;
	text-decoration:none;
}
#g-nav .gnav-wrap ol li:first-child {
	border-right:#ccc solid 1px;	
}

/* grayout */

#g-nav ul li.grayout{
	display:block;
    position: relative;
	box-sizing: border-box;
    width: 100%;
    height: 64px;
    padding: 20px 5.3763% 0;
	background:#f9f9f9;
	color:#ccc;
    font-size: 107.69231%;
    text-align: left;
}

#foot-nav .grayout{
    display: block;
    padding: 10px 0;
	background:#d3cec0;
	color:#958f7c;
	border-top:1px solid #cac5b7;
}