body {
  font-family: georgia,'times new roman',serif;
  line-height: 1.6em;
font-size: 62.5%;

  -webkit-text-size-adjust: 100%;
}
html,body{
	width:100%;
	margin: 0px;
	padding: 0px;
}

/*common*/
h1{
	font-size: 280%;
	color: #666666;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: normal;
}
h2{
	margin-top: 35px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #9C0707;
	font-size: 180%;
	color: #9C0707;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-style: italic;
text-shadow: 
    #ffffff 2px 0px,  #ffffff -2px 0px,
    #ffffff 0px -2px, #ffffff 0px 2px,
    #ffffff 2px 2px , #ffffff -2px 2px,
    #ffffff 2px -2px, #ffffff -2px -2px,
    #ffffff 1px 2px,  #ffffff -1px 2px,
    #ffffff 1px -2px, #ffffff -1px -2px,
    #ffffff 2px 1px,  #ffffff -2px 1px,
    #ffffff 2px -1px, #ffffff -2px -1px;
}
h2 span{
	font-size: 70%;
	color: #666666;
	text-shadow: none;
	padding-left: 20px;
}
h3{
	font-size: 130%;
	color: #669966;
	margin-top: 15px;
	margin-bottom: 5px;
}
p{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

fieldset{
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px solid #999999;
}
fieldset legend {
	color: #9C0707;
	font-size: 120%;
}

table{
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}


table th,table td{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1.3em;
}
table th,table td{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
table th{
	background-color: #EBEBEB;
	text-align: center;
	vertical-align: top;
}
ul,ol{
	margin-left: 20px;
}
input,textarea{width:90%;}

#map{
	height: 400px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.img_left{
	clear: right;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.big_130{
	font-size: 130%;
	line-height: normal;
}
.small_80{
	font-size: 80%;
	line-height: normal;
}

.col_2,.col_3{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.col_2 figure,
.col_3 figure{
	padding: 0px;
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
}
.col_2 figure{
	width: 48%;
}
.col_3 figure{
	width: 31%;
}

.col_2 figure img,
.col_3 figure img{
max-width: 100%;
height: auto;
width:auto;
}
.col_2 figure figcaption,
.col_3 figure figcaption{
	padding-top: 3px;
	font-size: 95%;
	line-height: 1.3em;
	padding-bottom: 10px;
}
.col_2 figure figcaption h3,
.col_3 figure figcaption h3{
	font-size: 100%;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}



/*layout*/
body {
	position:relative; /*topBtnの親要素に指定*/
	color:#333;
	font-size:1.2em;
line-height:1.6em;

}
.container{
	width:950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
section{
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}
header {
	background-image: url(../img/common/back.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
header .title {
	height: 90px;
	padding-left: 8px;
}
header .title img {
	max-width:105px;
	margin-top: 2px;
}

header #head_nav{
	top: 0px;
	right: 0px;
	position: absolute;
}
header #head_nav ul{
	letter-spacing: -.4em;/*文字を詰める(隙間を消す)*/
}
header #head_nav ul li{
	display: inline;
	letter-spacing: normal;/*文字間を元に戻す(隙間は消えたまま)*/
	font-size: 12px;
	position: relative;
}
header #head_nav ul li a{
	background-color: #9C0808;
	padding-left: 30px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	line-height: 25px;
}

header #head_nav ul li#jp a{
    -webkit-border-bottom-left-radius: 5px;
	moz-border-radius-bottomleft: 5px;
	behavior: url(/pie/PIE.htc);
}
header #head_nav ul li#ho a{
	border-right-style: none;
    -webkit-border-bottom-right-radius: 5px;
	moz-border-radius-bottomright: 5px;
	behavior: url(/pie/PIE.htc);
}
header #head_nav ul li#jp a:before,
header #head_nav ul li#ho a:before{
	content:url(../img/common/ico_jp.png);
	position:absolute;
	top:-3px;
	left:8px;
	width:18px;
	height:18px;
	text-align:center;
	font-size:20px;
}
header #head_nav ul li#ho a:before{
  content:url(../img/common/ico_home.png);
}
header #head_nav ul li a:hover{
	background-color: #FF9900;
}

#main_img{
	height: 200px;
	clear: both;
	float: none;
	overflow: hidden;
}

#main {
}
footer {
	text-align:center;
	background-color:#666666;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer ul {
	letter-spacing: -.4em;/*文字を詰める(隙間を消す)*/
}
footer ul li {
	display: inline;
	letter-spacing: normal;/*文字間を元に戻す(隙間は消えたまま)*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
footer ul li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
footer ul li a {
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
}
footer ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
footer .copyright{
	font-size: 70%;
	line-height: normal;
	padding-top: 10px;
	letter-spacing: 0.1em;
	color: #CCCCCC;
}



/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:#9C0707; /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}


/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.container{
width:100%;
}
header {
	background-image: none;
}
header .title {
	height: auto;
}
#main_img{
	height: auto;
}
#map{
	height: 200px;
	width: 100%;
}


}
/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.container{
width:100%;
}
table td,table th{display:block;}

.col_2 figure,
.col_3 figure{
	width: 100%;
}
.img_left{
width:100%;
}
}



/* ------------------------------
   #menuList
------------------------------ */
#menuList {
    width: 100%;
    height: 35px;
    position: relative;
    z-index: 10;
}
 
#menuList ul {
    margin: 0 auto;
    width: 950px;
    height: 35px;
    text-align: left;
}
 
#menuList ul li {
	width: 33%;
	height: 35px;
	float: left;
	box-sizing: border-box;
}
 
#menuList ul li a {
	background-color: #FFFFFF;
	height: 35px;
	font-weight: bold;
	line-height: 35px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
	font-size: 13px;
	text-decoration: none;
	text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
	color: #000000;
}
#menuList ul li.pink a {
  background: -moz-linear-gradient(top, rgba(231, 158, 158, 1), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(231, 158, 158, 1), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(231, 158, 158, 1), rgba(255, 255, 255, 0));
  /*　#E79E9E　→　#FFFFFF　*/
}
#menuList ul li.green a {
  background: -moz-linear-gradient(top, rgba(153,204,102, 1), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(153,204,102, 1), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(153,204,102, 1), rgba(255, 255, 255, 0));
  /*　#BBD988　→　#FFFFFF　*/
}
#menuList ul li.yellow a {
  background: -moz-linear-gradient(top, rgba(255, 255, 102, 1), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(255, 255, 102, 1), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(255, 255, 102, 1), rgba(255, 255, 255,0));
  /*　#FDEE68　→　#FFFFFF　*/
}
 
#menuList ul li:hover > a {
    background: #fff;
  background: -moz-linear-gradient(top, rgba(204,204,153, 1), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(204,204,153, 1), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(204,204,153, 1), rgba(255, 255, 255,0));
  /*　#D8D1AF　→　#FFFFFF　*/
}
 
 
/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
    #menuList ul {
        width: 100%;
    }
 
    #menuList ul li {
        width: 20%;
    }
}
 
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
    #menuList {
        display: none;
    }
 
    #rwdMenuWrap {
        width: 100%;
        border-bottom: #9C0707 2px solid;
    }
 
    #rwdMenuWrap #switchBtnArea {
        width: 100%;
        height: 60px;
        background: #9C0808;
        position: relative;
    }
 
    #rwdMenuWrap #switchBtnArea #switchBtn {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        display: block;
        background: #a7a7a7;
        position: absolute;
        border-radius: 5px;
    }
 
    #rwdMenuWrap #switchBtnArea #switchBtn span {
        left: 20%;
        width: 60%;
        height: 4px;
        display: block;
        position: absolute;
        background-color: #fff;
        border-radius: 5px;
        transition: all 0.2s linear;
    }
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
        top: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
        top: 18px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
        bottom: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
 
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
        top: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
        bottom: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
 
    #rwdMenuWrap ul {
        width: 100%;
        display: none;
    }
 
    #rwdMenuWrap ul li {
        width: 100%;
    }
 
    #rwdMenuWrap ul li a {
        padding: 15px 20px;
        text-align: left;
        display: block;
        position: relative;
    }
 
    #rwdMenuWrap ul li a:after {
        content: '';
        margin-top: -4px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        color: #888;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        position: absolute;
        border-top: 2px solid #b0b0b0;
        border-right: 2px solid #b0b0b0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
 
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
    content: " ";
    display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}