@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    background-image: url(../images/bg.png);
    background-position: center center;
    background-repeat: repeat;
    word-break: break-all;
    word-wrap: break-word;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: bottom;
}

/*-------------------------------------------------------
						top
-------------------------------------------------------*/
.wrapper{
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

/*----------	header	----------*/
header{
    width: 100%;
    height: 90px;
    margin: 0 auto 20px;
    padding: 0;
    border-top: 2px solid #554a41;
    background-image: url(../images/header.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}
.head_top{
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.head{
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
h1{
    width: auto;
    height: 20px;
    font-size: 12px;
    text-align: right;
    font-weight: normal;
}
.head .logo img{
    margin-left: 10px;
    width: 70%;
    max-width: 400px;
    max-height: 70px;
}
/*-----------------------------------------------------
menu-sp
-----------------------------------------------------*/
.menu-sp{
	position: absolute;
	top: 100px;
	background-color: #32795f;
	opacity: 1;
	width: 100%;
	height: auto;
	z-index: 1;
	display: block;
	text-align:center;
}
.header_btn {
	height: auto;
	width: auto;
	max-width: 45px;
	float: right;
	padding-top: 15px;
	padding-right: 3%;
	padding-bottom: 0px;
	padding-left: 0;
}

.header_btn img{
	width: auto;
	height: auto;
	max-width: 40px;

}

.menu-sp ul{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}

.menu-sp .toggle{
	color: #FFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	line-height:1.5em;
}

.toggle {
  cursor: pointer;
}

.menu-sp ul li .toggle {
	position: relative;
	display: block;
	padding: 15px 25px 15px 10px;
}
.menu-sp ul li .toggle::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.home {
	cursor: pointer;
}

.menu-sp .home{
	color: #FFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	line-height:1.5em;
}

.menu-sp .close{
	color: #FFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10%;
	padding-bottom: 15px;
	padding-left: 10%;
	line-height:1.5em;
}

.menu-sp ul li .home{
	position: relative;
	display: block;
	padding: 15px 25px 15px 10px;
}

/*----------	mainimg	----------*/
#mainimg {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
    display: block;
    text-align: center;
}

#mainimg img {
    width: 100%;
    max-width: 1000px;
    height: auto;
}
/*----------   pankuzu   ----------*/
.breadcrumbs {
    width: 100%;
    max-width: 1000px;
	line-height: 1.0;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 5px 0 0 10px;
    overflow: hidden;
}

.breadcrumbs li {
    float: left;
    font-size: 0.8em;
    color: #666;
	padding-left:5px;
	margin:0;
}
.breadcrumbs li a {
    color: #666;
    text-decoration: none;
}
.breadcrumbs li a:hover {
    color: #666;
    text-decoration: underline;
}

/*----------   main_area	----------*/
.main{
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0px 0px 50px 0px;
    overflow: hidden;
}
/*----------   right_area	----------*/
.right{
    width: 100%;
    max-width: 640px;
    margin: 0;
    padding: 0;
    float: right;
}
.right_top{
    width: 100%;
    max-width: 640px;
    margin: 0 auto 40px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e3d4c7;
    border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}
.right_content{
    width: 100%;
    max-width: 640px;
    margin: 0 auto 40px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e3d4c7;
    border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}
h2{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 10px 10px;
    background-color: #554a41;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
h3{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 10px 30px;
    background-color: #554a41;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url(../images/h3.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.right_top p {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10px 10px 20px 10px;
    font-size: 14px;
    line-height: 25px;
}
.right_top .pic{
    width: 100%;
	margin: 0 0 10px 0;
    display: block;
}
.imgarea{
    padding: 10px 10px 10px;
}
.imgarea .img_area {
    max-width: 240px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.imgarea .img_area img{
    display: block;

}
.tabel_area{
	width: 100%;
	height: auto;
	margin: 0 0 15px;
}
/***********table***********/

.tabel_area table {
	border-collapse: collapse;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	width: 100%;
}
.tabel_area tr {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
	width: 100%;
	height: 50px;
}
.tabel_area td {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
	font-size: 18px;
	color: #FDB802;
	text-align: left;
	;
	padding: 4px 4px 4px 5px;
	width: 55%;
}
.tabel_area th {
	font-size: 13px;
	font-weight: bold;
	background-color: #554a41;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	padding: 10px 4px 10px 5px;
	width: 45%;
}
.point_area{
    width: auto;
    height: auto;
    margin: 0px 10px 10px;
    padding: 10px;
    background-color: #f7f7f7;

}
.point{
    margin: 0;
}
.point_title{
	padding-bottom: 10px;
    border-bottom: 2px solid #554a41;
    margin: 0px;
}
.point_list{
	width: auto;
	height: auto;
	line-height: 25px;
	background-image: url(../images/point_list.png);
	background-position: left center;
	background-repeat: no-repeat;
    padding: 15px 0px 15px 35px;
	font-size: 13px;
    border-bottom: 1px solid #b6b6b6;
}
.point_text{
	font-size: 13px;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
}
.btn {
    text-align: center;
    margin: 10px auto 20px auto;
    width: 95%;
    max-width: 340px;
}
/***********left_area**********/
/***********left_area**********/
.left{
    display: none;
}
/***********pagetop***********/

/*---------------footer-------------*/
footer {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    background-color: #554a41;
}
footer .copyright{
    width: auto;
    height: auto;
    text-align: center;
}
footer .copyright p {
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}
footer .copyright p a{
    color: #fff;
}
footer .copyright p a:hover{
    color: #fff;
    text-decoration: none;
}
.pagetop{
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    font-size: 13px;
}
 .pagetop a{
     width: 100px;
     padding: 5px 10px 0;
     background-color: #554a41;
     color: #fff;
     cursor: pointer;
     border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
     -webkit-border-top-left-radius: 5px;
	 -webkit-border-top-right-radius: 5px;
     -moz-border-top-left-radius: 5px;
	 -moz-border-top-right-radius: 5px;
    }
/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */
@media only screen and (min-width: 770px) {

/*---------------header-------------*/

    /*-----------------------------------------------------
menu-sp
-----------------------------------------------------*/
.menu-sp{
    display: none;
}
.header_btn {
	display: none;
}
/*----------   pankuzu   ----------*/
/***********right_content***********/
.imgarea{
    padding: 10px 10px 0px;
    overflow: hidden;
	}
.imgarea .img_area {
margin: 20px auto;
text-align: center;
overflow: hidden;
display: block;
float: none;

}
 /***********table***********/
.tabel_area{
	width: 340px;
	height: auto;
	margin: 0 0 15px;
	float: right;
}
.tabel_area table {
	border-collapse: collapse;
	font-size: 14px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	width: 100%;
}
/***********left_areat***********/
.left{
    width: 300px;
    height: auto;
	float: left;
    display: block;
}
h4{
    width: 300px;
    height: auto;
    margin: 0 auto 15px;
    padding: 10px 0;
    background-color: #554a41;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}
.left ul{
	width: auto;
	height: auto;
	padding-bottom: 5px;
}
.left ul li{
	font-size: 14px;
	width: auto;
	height: auto;
    line-height: 20px;
	padding: 10px 30px;
	margin: 0 auto 5px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    background-image: url(../images/arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.left ul li a{
    color: #000;
    display: block;
    text-decoration: none;
	}
.left ul li a:hover{
    color: #7c7c7c;
    display: block;
	}
/***********pagetop***********/
.pagetop{
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    text-align: right;
    font-size: 13px;
}
}
