
/* スマートフォン用CSS */
@media screen and (max-width: 680px) {
	img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}
}
/****************************************
		HERO @sub
*****************************************/

.hero_about {
	background: url("../images/torihei_kaisha_img.png") no-repeat 50% 0 !important;
}

.hero_commit {
	background: url("../images/torihei_commit_img.png") no-repeat 50% 0 !important;
}

.hero_food {
	background: url("../images/torihei_torikumi_img.png") no-repeat 50% 0 !important;
}

.hero_menulist {
	background: url("../images/torihei_menulist_img.png") no-repeat 50% 0 !important;
}

.hero_takeout {
	background: url("../images/torihei_takeout_img.png") no-repeat 50% 0 !important;
}

.hero_storemenu {
	background: url("../images/torihei_storemenu_img.png") no-repeat 50% 0 !important;
}

.hero_party {
	background: url("../images/torihei_party_img.png") no-repeat 50% 0 !important;
}

.hero_keicho {
	background: url("../images/torihei_keicho_img.png") no-repeat 50% 0 !important;
}

.hero_sightseeing {
	background: url("../images/torihei_sightseeing_img.png") no-repeat 50% 0 !important;
}

.hero_news {
	background: url("../images/torihei_news_img.png") no-repeat 50% 0 !important;
}

.hero_storelist {
	background: url("../images/torihei_tenpo_img.png") no-repeat 50% 0 !important;
}

.hero_storedetail {
	background: url("../images/torihei_tenpo_img2.png") no-repeat 50% 0 !important;
}

.hero_space {
	background: url("../images/torihei_space_img.png") no-repeat 50% 0 !important;
}

.hero_sitemap {
	background: url("../images/torihei_sitemap_img.png") no-repeat 50% 0 !important;
}

.hero_privacy {
	background: url("../images/torihei_policy_img.png") no-repeat 50% 0 !important;
}

.hero_contact {
	background: url("../images/torihei_contact_img.png") no-repeat 50% 0 !important;
}

.hero_recruit {
	background: url("../images/torihei_recruit_img.png") no-repeat 50% 0 !important;
}
.hero_shigablog {
	background: url("../images/hero_shigablog.png") no-repeat 50% 0 !important;
	height: 280px;
}


/*** hero ***/
@media print, screen and (min-width: 980px) {
	.hero {
		width: 100%;
		text-align: center;
		overflow: hidden;
	}

	.hero img {
		width: auto;
		height: 100%;
		margin: 0 auto;
		padding: 16px 0 16px 650px;
	}
}

@media only screen and (max-width: 980px) {
	.hero {
		background-size: cover !important;
		height: 50%;
		text-align: center;
		overflow: hidden;
		zoom: 1;
	}

	.hero img {
		width: auto;
		height: 168px;
		margin: 16px 2em;
		float: right;
	}
}

@media only screen and (max-width: 680px) {
	.hero {
		background-size: cover !important;
		height: 50%;
		text-align: center;
		overflow: hidden;
		zoom: 1;
	}

	.hero img {
		width: auto;
		height: 108px;
		margin: 16px 2em;
		float: right;
	}
}

/****************************************
		ABOUT @sub
*****************************************/

section.about {
	background: url("../images/bg_subtitle.png") no-repeat 50% 0;
	width: 100%;
	margin-bottom: 50px;
}

section.about h1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.4em;
	color: #A18500;
}

section.about p {
	text-align: center;
	font-size: larger;
	line-height: 1.8em;
}

section.about h1 {
	background: url("../images/logo_gold-l.png") no-repeat 18% 50%;
	line-height: 140px;
	text-align: center;
}

@media print, screen and (min-width: 980px) {
	section.about h1 {
		background: url("../images/logo_gold-l.png") no-repeat 18% 50%;
		background-size: 59px;
		font-size: 3.5em;
	}
}

@media only screen and (max-width: 980px) {
	section.about h1 {
		background: url("../images/logo_gold-l.png") no-repeat 18% 50%;
		background-size: 50px;
		font-size: 2.4em;
	}
}

@media only screen and (max-width: 680px) {
	section.about h1 {
		background: none;
		font-size: 1.5em;
	}
	
	section.about p {
		text-align: left;
	}
}

section.about img {
	margin: 0 auto;
}

@media print, screen and (min-width: 980px) {
	section.about img {
		width: 780px;
	}
}

@media only screen and (max-width: 980px) {
	section.about img {
		width: 100%;
	}
}

@media only screen and (max-width: 680px) {
	section.about img {
		width: 100%;
	}
}

section.about ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

section.about ul li span {
	color: #A48638;
}

section.about ul li span {
	float: left;
	margin-right: 0.2em;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);  
	-moz-transform: rotate(90deg);  
}

section.about ul a {
	text-decoration: underline;
	color: #A48638;
}

section.about ul a:hover {
	text-decoration: none;
}

/***** middle *****/

section.about-m {
	overflow: hidden;
}

@media print, screen and (min-width: 980px) {
	section.about-m {
		background: url("../images/bg_subtitle02.png") no-repeat 85% 20px;
	}

	section.about-m img {
		width: 40%;
		height: 40%;
		float: left;
	}

	section.about-m h1 {
		background: url("../images/logo_gold-l.png") no-repeat 33% 50%;
		font-size: 30px;
		line-height: 120px;
		text-align: center;
	}
}

@media only screen and (max-width: 980px) {
	section.about-m {
		background: url("../images/bg_subtitle02.png") no-repeat 85% 20px;
	}

	section.about-m img {
		width: 40%;
		height: 40%;
		float: left;
	}

	section.about-m h1 {
		background: url("../images/logo_gold-l.png") no-repeat 25% 50%;
		font-size: 30px;
		line-height: 120px;
		text-align: center;
	}

}

@media only screen and (max-width: 680px) {
	section.about-m {
		background: url("../images/bg_subtitle02.png") no-repeat 85% 20px;
	}

	section.about-m img {
		width: 100%;
		max-width: 376px;
		height: 100%;
		float: none;
		margin: 0 auto;
	}

	section.about-m h1 {
		background: none;
		font-size: 30px;
		line-height: 120px;
		text-align: center;
	}
}

section.about-m div {

}

section.about-m h1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #A18500;
}

section.about-m p {
	line-height: 1.8em;
	font-size: larger;
}

section.about-m p span {
	color: #A48638;
}

/***** idea *****/

section.about-idea {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	margin: 50px 0 0 0;
	width: 100%;
	max-width: 860px;
	min-height: 205px;
}

section.about-idea h1 {
	padding: 50px 0 0 0;
	color: #8A7408;
	text-align: center;
	letter-spacing: 10px;
	line-height: 2em;
}

@media print, screen and (min-width: 980px) {
	section.about-idea {
		background: url("../images/bg_idea.png") no-repeat 50% 0%;
	}

	section.about-idea h1 {
		font-size: 30px;
	}

	section.about-idea p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 980px) {
	section.about-idea {
		background: url("../images/bg_idea.png") no-repeat 50% 0%;
	}

	section.about-idea h1 {
		font-size: 30px;
	}

	section.about-idea p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 680px) {
	section.about-idea {
		background: url("../images/bg_table-th.png") ;
	}

	section.about-idea h1 {
		font-size: 15px;
	}

	section.about-idea p {
		font-size: 14px;
	}
	
	section.about-idea h1 {
		padding: 20px 0 0 0;

	}
	
}

section.about-idea p {
	color: #749F47;
	padding: 0 1em 1em 1em;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 2px;
}

/***** message *****/

section.about-message {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #FFFFFF;
	margin: 30px 0 40px 0;
	padding: 30px;
	max-width: 806px;
	min-height: 266px;
	background: url("../images/bg_message.png") no-repeat;
	overflow: hidden;
}

@media only screen and (max-width: 980px) {
	section.about-message {
	background: url("../images/bg_message02.png") no-repeat;
	}
}

@media only screen and (max-width: 680px) {
	section.about-message {
	background: url("../images/bg_message02.png") no-repeat;
	}
}

section.about-message h1 {
	margin: 50px 0 0 0;
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 1px;
}

section.about-message p {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

section.about-message div {
	width: 100%;
	margin: 15px 0 0 0;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: right;
}

section.about-message span {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
}

section.about-message img {
	display: block;
	float: right;
	width: 20%;
}

@media only screen and (max-width: 680px) {
	section.about-message p {
		width: 100%;
	}
	
	section.about-message div {
		width: 100%;
	}

	section.about-message img {
		display: none;
	}
}

/***** info *****/
section.about-info {
	margin-top: 50px;
}

section.about-info h1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	font-size: 18px;
	color: #A48638;
	letter-spacing: 2px;
	line-height: 30px;
}

section.about-info h1:before {
	content: '●';
}

section.about-info table {
	width: 100%;
	margin: 10px 0 0 0;
}

section.about-info table tr {
	border-top: 1px #A48638 solid;
}

section.about-info table tr:nth-last-child(1) {
	border-bottom: 1px #A48638 solid;
}

section.about-info table tr th {
	border-right: 1px #A48638 dashed;
	vertical-align: middle;
	color: #A48638;
	padding: 0.7em;
	min-width: 4em;
}

section.about-info table tr td {
	vertical-align: middle;
	padding: 0.7em 2em;
}

section.about-info table tr td a {
	color: #A48638;
}

/***** history *****/
section.about-history {
	margin-top: 50px;
	margin-bottom: 30px;
}

section.about-history h1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	font-size: 18px;
	color: #A48638;
	letter-spacing: 2px;
	line-height: 30px;
}

section.about-history h1:before {
	content: '●';
}

section.about-history table {
	width: 100%;
	margin: 10px 0 0 0;
}

section.about-history table tr {
	border-top: 1px #A48638 solid;
}

section.about-history table tr:nth-last-child(1) {
	border-bottom: 1px #A48638 solid;
}

section.about-history table tr th {
	background: #C8B688;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 0.7em 0.3em;
	min-width: 4em;
	width: 20%;
}

section.about-history table tr td {
	vertical-align: middle;
	padding: 0.7em 0.3em;
	width: 80%;
}

section.about-history table tr td dl  {
	overflow: hidden;
}

section.about-history table tr td dl dt {
	color: #A48638;
	width: 10%;
	min-width: 3em;
	text-align: center;
	float: left;
	clear: both;
}

section.about-history table tr td dl dd {
	width: 90%;
	float: left;
}

/****************************************
		FOOD @sub
*****************************************/
section.food {
	background: url("../images/bg_subtitle.png") no-repeat 50% 0;
	width: 100%;
	margin: 50px 0;
}

section.food h1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	font-size: 2.4em;
	text-align: center;
	color: #A18500;
}
@media only screen and (max-width: 980px) {
	section.food h1 {
		font-size: 2em;
	}
}

@media only screen and (max-width: 680px) {
	section.food h1 {
		font-size: 1.5em;
	}
}

section.food p {
	text-align: center;
	font-size: larger;
	line-height: 1.8em;
}


/***** facility *****/

section.facility {
	border: 1px #B7A675 solid;
	border-radius: 5px;
	background: #F2EFE9;
	margin: 25px 0;
	padding: 4%;
	overflow: hidden;
}

section.facility h1 {
	background: url("../images/bg_food-title.png") no-repeat;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	width: 28%;
	height: 66px;
	margin-left: -3%;
	margin-bottom: 3%;
	padding-left: 3%;
	text-align: center;
	font-size: 25px;
	letter-spacing: 0.2em;
	line-height: 66px;
	color: #FFFFFF;
	float: left;
}

@media only screen and (max-width: 980px) {
	section.facility h1 {
		width: 240px;
		margin-left: 0;
	}
}

section.facility h2 {
	color: #887020;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	margin-left: 1em;
	font-size: 25px;
	letter-spacing: 0.2em;
	line-height: 66px;
	float: left;
}


section.facility h2 span {
	font-size: small;
}

@media only screen and (max-width: 980px) {

	section.facility h2 {
		line-height: 1.2em;
	}

	section.facility h2 span {
		font-size: small;
	}

}


section.facility div:nth-child(3)  {
	clear: both;
	width: 50%;
	float: left;
}

section.facility div:nth-child(4)  {
	float: right;
	text-align: right;
	overflow: hidden;
	margin: 3% 0 0 0;
}

@media only screen and (max-width: 980px) {
	section.facility div:nth-child(3)  {
		clear: both;
		width: 100%;
		float: none;
	}

	section.facility div:nth-child(4)  {
		float: none;
		text-align: left;
		overflow: hidden;
		margin: 3% 0 0 0;
	}
}


section.facility h3 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #749A47;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	padding: 0 0 10px 0;
}

section.facility div img {
	max-width: 347px;
	width: 100%;
	height: auto;
}

section.facility div span {
	text-align: right;
	padding: 0.5em 0;
}


/***** fa02 *****/

section.fa02 div:nth-child(3)  {
	float: right;
}

section.fa02 div:nth-child(4)  {
	float: left;
}


/****************************************
		COMMIT @sub
*****************************************/

section.commit {
	width: 100%;
}

@media print, screen and (min-width: 980px) {
	section.commit h1 img {
		width: 753px;
		margin: 20px auto;
	}
}

@media only screen and (max-width: 980px) {
	section.commit h1 img {
		width: 100%;
		margin: 20px auto;
	}
}

section.commit p {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #5F3713;
	text-align: center;
	font-size: 19px;
	line-height: 1.5em;
}

section.commit p span {
	display: block;
	font-size: 14px;
}

section.commit ul {
	display: block;
	margin: 50px 0;
}

section.commit ul li {
	display: block;
	overflow: hidden;
	font-size: 15px;
	margin: 0 0 15px 0;
}

section.commit ul img {
	max-width: 280px;
	margin: 0 30px 15px 0;
	width: 100%;
	float: left;
}

@media only screen and (max-width: 680px) {
	section.commit ul img {
		max-width: 280px;
		margin: 0 30px 15px 0;
		width: 100%;
		float: none;
	}
}

/* commit02 */
section.commit02 {
	width: 100%;
	margin-bottom: 30px;
}

section.commit02 h1 {
	display: block;
	margin-bottom: 15px;
}

section.commit02 h1 img {
	display: block;
	float: none;
}

section.commit02 ul {
	overflow: hidden;
}

section.commit02 ul li {
	float: left;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25) inset;
}

@media print, screen and (min-width: 980px) {
	section.commit02 ul li {
		float: left;
		padding: 20px 35px;
	}
	
	section.commit02 ul li:first-child {
		border-top: 3px #928092 solid;
		width: 470px;
	}
	
	section.commit02 ul li:first-child > img {
		float: right;
	}
	
	section.commit02 ul li:nth-child(2) {
		border-top: 3px #748745 solid;
		width: 220px;
		float: right;
	}
	
section.commit02 ul li:nth-child(3) {
	border-top: 3px #AB6884 solid;
	margin-top: 45px;
}

section.commit02 ul li:nth-child(3) > img {
	float: right;
	margin-top: -55px;
	margin-left: 30px;
}
	
}

@media only screen and (max-width: 980px) {
	section.commit02 ul li {
		float: none;
		margin-top: 30px;
		padding: 20px 35px;
		width: 90%;
	}
	
	section.commit02 ul li:first-child {
		border-top: 3px #928092 solid;
		width: 90%;
	}

	section.commit02 ul li:first-child > img {
		float: left;
		margin-left: 15px;
	}
	
	section.commit02 ul li:nth-child(2) {
		border-top: 3px #748745 solid;
		width: 90%;
		float: none;
	}
	
section.commit02 ul li:nth-child(3) {
	border-top: 3px #AB6884 solid;
	margin-top: 45px;
}

section.commit02 ul li:nth-child(3) > img {
	float: right;
	margin-top: -55px;
	margin-left: 30px;
}
	
}

@media only screen and (max-width: 680px) {
	section.commit02 ul li {
		float: none;
		padding: 20px 5%;
		width: 100%;
	}
	
	section.commit02 ul li:first-child {
		border-top: 3px #928092 solid;
		width: 90%;
	}

	section.commit02 ul li:first-child > img {
			float: left;
			width: 40%;
	}
	
	section.commit02 ul li:nth-child(2) {
		border-top: 3px #748745 solid;
		width: 90%;
		float: none;
	}

	section.commit02 ul li:nth-child(3) {
		border-top: 3px #AB6884 solid;
		margin-top: 45px;
		width: 90%;
	}

	section.commit02 ul li:nth-child(3) > img {
		float: none;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 25px;
		width: 100%;
	}

	section.commit02 ul li:nth-child(3) h1 img {
		width: 100%;
		max-width: 251px;
		max-height: 39px;
	}

}




section.commit02 ul li p {
	clear: both;
	padding: 25px 0;
}



section.commit02 ul li:first-child > img:nth-child(2) {
	float: left;
}








/****************************************
		STORELIST @sub
*****************************************/

section.storelist {
	width: 100%;
}

.storelist input[type=text] {
	width: 12em;
	margin: 0.5em 1em 0.2em 1em;
	padding: 0.3em 0.7em;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	border: 2px #DDDDDD solid;
	border-radius: 3px;
	vertical-align: middle;
	display: inline;
	outline: none;


/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#FAFAFA),
        to(#fff)
        );
     
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #FAFAFA,
        #fff
        );
        
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;

}

@media only screen and (max-width: 680px) {
	section.storelist form {
		display: block;
	}
	
	section.storelist > div {
		display: block;
	}
	
}

section.storelist p {
	margin-top: 1.5em;
	font-size: 18px;
	color: #A48638;
}

section.storelist table {
	background: url("../images/bg_table-th.png");
	width: 100%;
	margin: 20px 0;
}

section.storelist table tr {

}

section.storelist table th {
	border: 1px #A48638 solid;
	background: url("../images/icon_search-b.png") no-repeat 10% 50%;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	width: 30%;
	min-width: 220px;
	min-height: 120px;
}

@media only screen and (max-width: 680px) {
	section.storelist table th {
		display: none;
	}
}

section.storelist table td {
	border: 1px #A48638 solid;
	width: 100%;
	padding: 20px;
}

section.storelist table td > div {
	float: left;
}

section.storelist table td label {
}

section.storelist table td select {
	display: inline;
}


	section.storelist table td dl  {
		margin-bottom: 1em;
		overflow: hidden;
		width: 400px;
	}

@media only screen and (max-width: 680px) {
	section.storelist table td dl  {
		margin-bottom: 1em;
		overflow: hidden;
		width: 200px;
	}
}

section.storelist table td dl dt {
	line-height: 2em;
	padding: 0 1em 0 0;
	min-width: 4em;
	float: left;
	font-weight: bold;
}

section.storelist table td dl dt  {
	line-height: 2.5em;
	float: left;
}




section.storelist table td dl dd span {
	min-width: 6em;
	display: block;
	float: left;
}

section.storelist table td dl dd label {
	margin-right: 0.5em;
	line-height: 2.5em;
}

section.storelist table td dl dd option {
	padding: 0.3em 0.2em;
}

section.storelist table td dl dd select {
	margin-right: 1em;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

section.storelist table button {
	background: url("../images/btn_search_submit.png") no-repeat 0 0;
	border: 0;
	width: 147px;
	height: 50px;
	font-size: 20px;
	line-height: 1.5em;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #FFFFFF;
	letter-spacing: 2px;
	cursor: pointer;
	margin: 10px auto 30px auto;
	padding-left: 0.5em;
	padding-top: 0px;
	padding-bottom: 2px;
}

section.storelist table button:hover {
	background: url("../images/btn_search_submit.png") no-repeat 0 2px;
	padding-top: 2px;
	padding-bottom: 0;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

section.storelist > div {
	font-size: 20px;
}

section.storelist > div span {
	font-size: larger;
	padding: 0 0.2em 0 0;
}

/***** storelist01 *****/

section.store01  {
	margin: 30px 0 0 0;
}

section.store01:nth-last-child(1)  {
	margin: 30px 0 30px 0;
}

section.store01 h1  {
	background: url('../images/logo_gold.png') no-repeat 0 50% ;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #A48638;
	padding-left: 40px;
	font-size: 20px;
	line-height: 2em;
}

section.store01 table {
	width: 100%;
	margin: 15px 0;
}

section.store01 tr {

}

section.store01 th {
	background: url("../images/bg_table-th.png");
	border: 1px #A48638 solid;
	padding: 0.5em;
	font-size: larger;
	color: #A48638;
}

section.store01 th:first-child {
	width: 30%;
}

section.store01 th:nth-child(2) {
	width: 32%;
}


@media only screen and (max-width: 980px) {
	section.store01 th:nth-child(4) {
		display: none;
	}

	section.store01 th:nth-child(5) {
		display: none;;
	}

	section.store01 td:nth-child(4) {
		display: none;
	}

	section.store01 td:nth-child(5) {
		display: none;;
	}
}

section.store01 td {
	border: 1px #A48638 solid;
	padding: 1em;
	font-size: larger;
	text-align: center;
	vertical-align: middle;
}

section.store01 td:first-child {
	color: #A48638;
}

section.store01 td:first-child a {
	color: #A48638;
}

section.store01 td:nth-child(2) {
	text-align: left;
}


section.store01 td img {
	display: block;
	margin: 0 auto;
}

section.store01 td span {
	font-size: 12px;
	margin: 0 auto;
	padding: 2px;
	background: #E0DDB3;
	border: 1px #CAC293 solid;
	color: #333333;
	box-shadow: 1px 1px 1px #E0DDB3;
	width: 50%;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	cursor: pointer;
}

section.store01 td span:after {
	content: '  >';
}

section.store01 td span:hover {
	background: #B0A86E;
	border: 1px #E6E4C7 solid;
	color: #E6E4C7;
	transition: 0.5s;
}

section.store01 div {
	color: #E5574F;
/*	display: none;	*/
}

@media only screen and (max-width: 980px) {
	section.store01 div {
		display: block;
	}
}

/****************************************
		STOREDETAIL @sub
*****************************************/

section.storedetail h1  {
	background: url('../images/logo_gold.png') no-repeat 0 50% ;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #A48638;
	padding-left: 40px;
	font-size: 32px;
	line-height: 2em;
	letter-spacing: 2px;
}

section.storedetail h1 span  {
	font-size: 20px;
	line-height: 2em;
	margin-left: 15px;
}

section.storedetail ul  {
	margin: 10px 0;
}

@media print, screen and (min-width: 980px) {
	section.storedetail ul  {
		display: flex;
		display: -webkit-flex;

	}
	
	section.storedetail ul li  {
		margin-bottom: 20px;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 980px) {
	section.storedetail ul  {
		display: block;
	}
	
	section.storedetail ul li  {
		float: left;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 680px) {
	section.storedetail ul  {
		display: block;
	}

	section.storedetail ul li  {
		float: none;
		margin-bottom: 20px;
	}
}


section.storedetail ul li > div  {
	background: #EBE4D4;
	padding: 10px;
	width: 250px;
}

section.storedetail ul li img  {
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}

section.storedetail ul li span  {
	display: block;
	margin: 0.5em;
	font-size: 18px;
	color: #A48638;
}

section.storedetail ul li span:before  {
	content: '≪ ';
	font-size: larger;
}

section.storedetail ul li span:after  {
	content: ' ≫';
	font-size: larger;
}


section.storeinfo {
	clear: both;
}

section.storemap {
	margin: 15px 0 30px 0;
	border: 1px #A48638 solid;
}

section.storemap iframe {
	width: 450px;
	height: 380px;
}

@media print, screen and (min-width: 980px) {
	section.storeinfo {
		float: left;
	}

	section.storemap {
		max-width: 450px;
		max-height: 380px;
		float: right;
	}
}

@media only screen and (max-width: 980px) {
	section.storeinfo {
		float: none;
	}

	section.storemap {
		float: none;
	}
	
	section.storemap iframe {
		width: 100%;
		height: 380px;
	}
	
}

@media only screen and (max-width: 680px) {
	section.storeinfo {
		float: none;
	}

	section.storemap {
		float: none;
	}
	
	section.storemap iframe {
		width: 100%;
		height: 380px;
	}
}

section.storeinfo table {
	margin: 15px 0 30px 0;
}

@media print, screen and (min-width: 980px) {
	section.storeinfo table {
		width: 376px;
	}
}

@media only screen and (max-width: 980px) {
	section.storeinfo table  {
		width: 100%;
	}
}

@media only screen and (max-width: 680px) {
	section.storeinfo table {
		width: 100%;
	}
}


section.storeinfo tr {
}

section.storeinfo th {
	background: url("../images/bg_table-th.png");
	border: 1px #A48638 solid;
	padding: 0.5em;
	color: #A48638;
	width: 20%;
}

section.storeinfo td {
	border: 1px #A48638 solid;
	padding: 0.5em;
	width: 100%;
}








/****************************************
		MENULIST @sub
*****************************************/

section.menulist {
	background: url("../images/bg_subtitle.png") no-repeat 50% 0;
	width: 100%;
}

section.menulist h1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.4em;
	color: #A18500;
	float: left;
}

section.menulist p {
	height: auto;
	float: left;
}

@media print, screen and (min-width: 980px) {
	section.menulist h1{
		font-size: 3.5em;
		line-height: 140px;
		width: 35%;
		padding-left: 2em;
	}
	
	section.menulist p {
		line-height: 140px;
	}
	
}

@media only screen and (max-width: 980px) {
	section.menulist h1{
		font-size: 2em;
		line-height: 70px;
		width: 35%;
		padding-left: 2em;
	}
	
	section.menulist p {
		line-height: 70px;
	}
	
}

@media only screen and (max-width: 680px) {
	section.menulist h1{
		font-size: 2em;
		line-height: 2em;
		text-align: center;
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	section.menulist p {
		line-height: 1.5em;
		text-align: center;
		float: none;
		margin: 1em 0;
	}
	
}

.menulist ul {
	width: 100%;
	overflow: hidden;

}

.menulist ul li {
	border: 1px #A18500 solid;
	margin: 0 0 30px 0;
	max-width: 412px;

}

@media print, screen and (min-width: 980px) {
	.menulist ul li:nth-child(odd) {
		float: left;
	}

	.menulist ul li:nth-child(even) {
		float: right;
	}
}

@media only screen and (max-width: 980px) {

	.menulist ul li {
		margin: 0 auto 30px auto;
		width: 45%;
		height: 45%;
	}

	.menulist ul li:nth-child(odd) {
		float: left;
	}

	.menulist ul li:nth-child(even) {
		float: right;
	}

	.menulist ul li a img {
		width: 100%;
	}
}

@media only screen and (max-width: 680px) {

	.menulist ul li {
		margin: 0 auto 30px auto;
		width: 90%;
	}
	
	.menulist ul li:nth-child(odd) {
		float: none;
	}

	.menulist ul li:nth-child(even) {
		float: none;
	}
	
	.menulist ul li a img {
		width: 100%;
	}
	
}

.menulist ul li a {
	display: block;
	position: relative;
	z-index: 99;
}


.menulist ul li span { 
	background: url("../images/bg_menulist.png") repeat-x;
	z-index: 100;
	width: 26%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items:center;
	position: absolute;
	top: 0;
	left: 0;
}

.menulist ul li span img { 
	width: 26%;
}

/****************************************
		SUB NAV @sub
*****************************************/

ul.subnav li a {
	background: url("../images/bg_subnav_off.png") no-repeat;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	font-size: 18px;
	letter-spacing: 3px;
	display: block;
	color: #3f3a3a;
}

ul.subnav li a:hover {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

ul.subnav li.active a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}


@media print, screen and (min-width: 980px) {
	ul.subnav {
		width: 100%;
		margin: 1.5em 0 1em 0;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	
	ul.subnav li {
		background: url("../images/bg_subnav_on.png") no-repeat;
		margin: 0;
		width: 160px;
		height: 36px !important;
		line-height: 36px;
		text-align: center;
	}
}

@media only screen and (max-width: 980px) {
	ul.subnav {
		width: 100%;
		margin: 1em 0;
		display: block;
	}
	
	ul.subnav li {
		background: url("../images/bg_subnav_on.png") no-repeat;
		margin: 0 20px 20px 0;
		width: 160px;
		height: 36px !important;
		line-height: 36px;
		text-align: center;
		float: left;
	}
}

@media only screen and (max-width: 680px) {
	ul.subnav {
		width: 100%;
		margin: 1em 0;
		display: block;
		text-align: center;
	}
	
	ul.subnav li {
		background: #B60A01;
		margin: 0 20px 20px 0;
		width: 100%;
		height: 36px !important;
		line-height: 36px;
		text-align: center;
		border-radius: 5px;
	}
	
	ul.subnav li a {
		background: #D2C472;
		border-radius: 5px;
	}
}


/****************************************
		TAKEOUT @sub
*****************************************/

section.takeout {

}

section.takeout h1 {
	clear: both;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;

	letter-spacing: 5px;
	color: #A38537;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

section.takeout h1 span:nth-child(2) {
	font-size: 18px;
	line-height: 2em;
}

@media print, screen and (min-width: 980px) {
	section.takeout h1 {
		font-size: 32px;
		line-height: 2em;
	}
	
	section.takeout h1 span:nth-child(2) {

		margin-top: 1.5em;
	}
}
@media only screen and (max-width: 980px) {
	section.takeout h1 {
		font-size: 25px;
		line-height: 1.5em;
	}
	
	section.takeout h1 span:nth-child(2) {
		margin-top: 0;
	}
}
@media only screen and (max-width: 680px) {
	section.takeout h1 {
		font-size: 20px;
		line-height: 1.5em;
	}
	
	section.takeout h1 span:nth-child(2) {
		margin-top: 0;
	}
}

section.takeout h2 {
	background: url('../images/logo_gold.png') no-repeat 0 64% ;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	margin-top: 3px;
	padding: 10px 0 0 45px;
	font-size: 30px;
	line-height: 2em;
	letter-spacing: 5px;
	color: #A38537;
}



section.takeout h3 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	font-size: 20px;
	line-height: 2em;
	letter-spacing: 1px;
}

section.takeout ul.obentolist {
	margin-top: 20px;
	width: 110%;
	overflow: hidden;
}


section.takeout ul.obentolist li {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	text-align: center;
	float: left;
}

section.takeout ul.obentolist li div {
	text-align: left;
	height: 5em;
	padding: 1em 0;
}

@media print, screen and (min-width: 980px) {
	section.takeout ul.obentolist li {
		margin-right: 40px;
		margin-bottom: 30px;
		width: 260px;
	}
	
	section.takeout ul.obentolist li a img {
		display: block;
		width: 100%;
		max-height: 170px;
	}
	
}

@media only screen and (max-width: 980px) {
	section.takeout ul.obentolist li {
		margin-right: 20px;
		margin-bottom: 30px;
		width: 260px;
	}
	
	section.takeout ul.obentolist li a img {
		display: block;
		width: 100%;
		max-height: 170px
	}
	
}

@media only screen and (max-width: 680px) {
	section.takeout ul.obentolist li {
		margin-right: 20px;
		margin-bottom: 30px;
		width: 90%;
	}
	
	section.takeout ul.obentolist li a img {
		display: block;
		width: 100%;
		max-height: 100%;
	}
	
}

section.takeout ul.obentolist li a {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 2px;
}

section.takeout ul.obentolist li a:hover {
	text-decoration: none;
	color: #3f3a3a;
}



section.takeout ul.obentolist li h4 {
	border-bottom: none;
	font-size: 18px;
	color: #3f3a3a;
	line-height: 2em;
	display: inline;
	margin: 1em 0.5em;
	letter-spacing: 2px;
}

section.takeout ul.obentolist li span {
	display: block;
	font-size: 27px;
	margin: 0 0 0.4em 0;
}

section.takeout ul.obentolist li a p {
	font-size: 90%;
	margin: 0 auto;
	background: #E0DDB3;
	border: 1px #CAC293 solid;
	color: #333333;
	box-shadow: 1px 1px 1px #E0DDB3;
	width: 50%;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	cursor: pointer;
}

section.takeout ul.obentolist li a p:after {
	content: '  >';
}

section.takeout ul.obentolist li a p:hover {
	background: #B0A86E;
	border: 1px #E6E4C7 solid;
	color: #E6E4C7;
	transition: 0.5s;
}

.line {
	clear: both;
	margin: 0 0 2em 0;
	height: 3px;
	border-top: 1px #A38537 solid;
	border-bottom: 3px #A38537 solid;
}

.bnr_pdf {
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
}

.bnr_pdf a {
	display: block;
	width: 100%;
	max-width: 414px;
	margin: 0 auto;
}

.bnr_pdf a img {
	width: 100%;
	max-width: 414px;
}

section.takeout .souzailist h4 {
	background: #E7E2D4;
	color: #A38537 !important;
	text-align: center;
	width: 100%;
	display: block !important;
	margin: 1em 0 !important;
}

section.takeout .souzailist p {
	text-align: left;
}


/****************************************
		MENUDETAIL @sub
*****************************************/

.underline {
	border-bottom: 3px #A38537 solid;
	padding-bottom: 3px;
}

section.menu_detail {
	margin: 0 auto 37px auto;
}


section.menu_detail h2 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	margin-top: 3px;
	padding: 40px 0 0 0;

	line-height: 1.5em;
	text-align: center;
	color: #A38537;
}

section.menu_detail h3 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;

	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 5px;
}

section.menu_detail h3 span {
	margin-right: 20px;
}


@media print, screen and (min-width: 980px) {
	section.menu_detail {
		width: 640px;
	}
	
	section.menu_detail h2 {
		font-size: 30px;
	}

	section.menu_detail h3 {
		font-size: 38px;
	}

	section.menu_detail h3 span {
		font-size: 25px;
	}
}

@media only screen and (max-width: 980px) {
	section.menu_detail {
		width: 100%;
	}
	
	section.menu_detail h2 {
		font-size: 30px;
	}

	section.menu_detail h3 {
		font-size: 38px;
	}

	section.menu_detail h3 span {
		font-size: 25px;
	}
}

@media only screen and (max-width: 680px) {
	section.menu_detail {
		width: 100%;
	}
	
	section.menu_detail h2 {
		font-size: 16px;
	}

	section.menu_detail h3 {
		font-size: 20px;
	}
	section.menu_detail h3 span {
		font-size: 18px;
	}
}


section.menu_detail img {
	margin: 15px auto;
	width: 100%;
	max-width: 640px;
}


section.menu_detail table {
	margin: 15px 0 15px 0;
	width: 100%;
}

section.menu_detail tr {
}

section.menu_detail th {
	background: url("../images/bg_table-th.png");
	border: 1px #A48638 solid;
	padding: 0.5em;
	color: #A48638;
	vertical-align: top;
	width: 18%;
	min-width: 4em;
	font-size: 14px;
}

section.menu_detail th span {
	font-size: smaller;
	padding-left: 0.3em;
}

section.menu_detail td {
	border: 1px #A48638 solid;
	padding: 0.5em;

}

/*
section.menu_detail ul {
	margin: 20px 0;
	display: flex;
	display: -webkit-flex;
}
*/

section.menu_detail ul {
	margin: 20px 0;
	overflow: hidden;
}


section.menu_detail ul li {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #FFFFFF;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0.1em 1em;
	border-radius: 3px;
	float: left;
}

section.menu_detail ul li.title {
	display: block;
	float: none;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #3f3a3a;
	padding-left: 0;
}

section.menu_detail ul.list li {
	margin-right: 5px;
	padding: 0.1em 0.7em;
	border-radius: 2px;
	font-size: 13px;
	text-align: center;
	min-width: 35px;
}

.komugi {
	background: #488049;
}
.tamago {
	background: #CCA152;
}
.chichi {
	background: #5386B5;
}
.kani {
	background: #B24D50;
}
.ebi {
	background: #D37EA3;
}
.rakkasei {
	background: #7D5F80;
}
.soba {
	background: #8C6C4E;
}
.daizu {
	background: #7B7676;
}
.toriniku {
	background: #cc7233;
}
.butaniku {
	background: #333333;
}
.orange {
	background: #F77346;
}
.kiwi {
	background: #8BA53A;
}
.goma {
	background: #918349;
}
.yamaimo {
	background: #8C8914;
}
.ringo {
	background: #E23939;
}

/****************************************
		PARTY @sub
*****************************************/

section.party {
	overflow: hidden;
}

section.party h1 {
	clear: both;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
    font-size: 32px;
    line-height: 2em;
	letter-spacing: 5px;
	color: #A38537;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

section.party p {
	float: left;
	width: 57%;
	padding: 0 3% 15px 0;
}

section.party img {
	float: right;
	width: 40%;
	max-width: 309px;
}
@media only screen and (max-width: 680px) {
	section.party p {
		float: none;
		width: 100%;
		padding: 0 0 15px 0;
	}

	section.party img {
		float: none;
		width: 100%;
		max-width: 309px;
		margin-bottom: 15px;
	}
}

/* course */
section.course {
	overflow: hidden;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
}


section.course h1 {
	background: url('../images/logo_gold.png') no-repeat 0 64% ;

	margin-top: 3px;
	padding: 10px 0 0 45px;
	font-size: 30px;
	line-height: 2em;
	letter-spacing: 5px;
	color: #A38537;
}

section.course ul {
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}

section.course ul li {
	background: url("../images/bg_course01.png") repeat-x;
	padding: 30px;
	width: 356px;
	margin-bottom: 15px;
	float: left;
}

section.course ul li:nth-child(2) {
	background: url("../images/bg_course01.png") repeat-x;
	padding: 30px;
	float: right;
}

section.course ul li:nth-child(3) {
	background: url("../images/bg_course02.png") repeat-x;
}

@media only screen and (max-width: 980px) {
	section.course ul li {
		background: url("../images/bg_course01.png") repeat-x;
		padding: 5%;
		width: 90%;
		float: none;
	}
	
	section.course ul li:nth-child(2) {
		background: url("../images/bg_course01.png") repeat-x;
		padding: 5%;
		float: none;
	}

	section.course ul li:nth-child(3) {
		background: url("../images/bg_course02.png") repeat-x;
	}
	
	section.course ul li img {
		margin: 0 auto;
		width: 100%;
		max-width: 356px;
	}
}


section.course ul h2 {
	background: url("../images/bg_icon-course01.png") no-repeat 0 50%;
	font-size: 32px;
	font-weight: bold;
	line-height: 84px;
	margin-top: 0;
	color: #9D743B;
}

section.course ul li:nth-child(2) h2 {
	background: url("../images/bg_icon-course02.png") no-repeat 0 50%;
	color: #6E7D40;
}

section.course ul li:nth-child(3) h2 {
	background: url("../images/bg_icon-course03.png") no-repeat 0 50%;
	color: #8A5869;
}

section.course ul li p {
	color: #9D743B;
}

section.course ul li:nth-child(2) p {
	color: #6E7D40;
}

section.course ul li:nth-child(3) p {
	background: #8A5869;
	color: #FFFFFF;
	padding: 0.3em;
	border-radius: 5px;
}

section.course span {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin-top: -20px;
}

section.course span span {
	display: inline;
	font-size: 25px;
	margin-top: 0px;
}

section.course div {
	margin: 10px 0;
}

/* course02 */
section.course02 {
	overflow: hidden;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
}


section.course02 h1 {
	text-align: left;
	background: url('../images/logo_gold.png') no-repeat 0 64% ;
	margin: -50px 0 30px 0;
	padding: 10px 0 0 45px;
	font-size: 30px;
	line-height: 2em;
	letter-spacing: 5px;
	color: #A38537;
}

@media only screen and (max-width: 980px) {
	section.course02 h1 {
		text-align: left;
		background: url('../images/logo_gold.png') no-repeat 0 64% ;
		margin: 0px 0 10% 0;
		padding: 10px 0 0 45px;
		font-size: 20px;
		line-height: 2em;
		letter-spacing: 5px;
		color: #A38537;
	}
}

section.course02 ul {
	overflow: hidden;
	margin: 0;
	text-align: center;
}

section.course02 ul li {
	background: url("../images/bg_course01.png") repeat-x 0 50px;
	padding: 30px;
	margin-bottom: 15px;
	width: 356px;
	float: left;
}

section.course02 ul li:nth-child(2) {
	background: url("../images/bg_course01.png") repeat-x 0 50px;
	padding: 30px;
	float: right;
}

@media only screen and (max-width: 980px) {
	section.course02 ul li {
		background: url("../images/bg_course01.png") repeat-x 0 60%;
		padding: 5%;
		width: 90%;
		float: none;
	}

	section.course02 ul li:nth-child(2) {
		background: url("../images/bg_course01.png") repeat-x 0 60%;
		padding: 5%;
		float: none;
	}
	
	section.course02 ul li img {
		margin: 0 auto;
		width: 100%;
		max-width: 356px;
	}
}

@media only screen and (max-width: 680px) {
	section.course02 ul li {
		background: url("../images/bg_course01.png") repeat-x 0 40%;
		padding: 5%;
		width: 90%;
		float: none;
	}

	section.course02 ul li:nth-child(2) {
		background: url("../images/bg_course01.png") repeat-x 0 40%;
		padding: 5%;
		float: none;
	}
	
	section.course02 ul li img {
		margin: 0 auto;
		width: 100%;
		max-width: 356px;
	}
}

section.course02 ul h2 {
	background: url("../images/bg_icon-course04.png") no-repeat 0 50%;
	font-size: 32px;
	font-weight: bold;
	line-height: 84px;
	margin-top: 0;
	color: #53629F;
}

section.course02 ul li:nth-child(2) h2 {
	background: url("../images/bg_icon-course01.png") no-repeat 0 50%;
	color: #9D743B;
}


section.course02 ul li p {
	color: #53629F;
}

section.course02 ul li:nth-child(2) p {
	color: #9D743B;
}

section.course02 span {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin-top: -20px;
}

section.course02 span span {
	display: inline;
	font-size: 25px;
	margin-top: 0px;
}

section.course02 div {
	margin: 10px 0;
}

/* course03 */
section.course03 ul li:nth-child(2) {
	background: url("../images/bg_course03.png") repeat-x ;
	padding: 30px;
	float: right;
}

@media only screen and (max-width: 980px) {

	section.course03 h1 {
		font-size: 20px;
	}

	section.course03 ul li:nth-child(2) {
		background: url("../images/bg_course03.png") repeat-x ;
		padding: 5%;
		float: right;
	}
}
section.course03 ul h2 {
	background: url("../images/bg_icon-course03.png") no-repeat 0 50%;
	font-size: 32px;
	font-weight: bold;
	line-height: 84px;
	margin-top: 0;
	color: #8A5869;
}

section.course03 ul li:nth-child(2) h2 {
	background: url("../images/bg_icon-course03.png") no-repeat 0 50%;
	color: #8A5869;
}

/* scene */
section.scene {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
}

section.scene h1 {
	font-size: 26px;
	line-height: 2em;
	letter-spacing: 5px;
	color: #A38537;
	text-align: center;
	overflow: hidden;
}

section.scene h1 span {
	font-size: smaller;

}
@media only screen and (max-width: 980px) {
	section.scene h1 {
		font-size: 18px;
	}

	section.scene h1 span {
		font-size: smaller;

	}
}

@media only screen and (max-width: 680px) {
	section.scene h1 {
		font-size: 16px;
		letter-spacing: 1px;
	}

	section.scene h1 span {
		font-size: 16px;

	}
}

section.scene ul {
	width: 80%;
	margin: 0 auto;

}

section.scene ul li:last-child {
	color: #A38537;
}

section.scene a {

	clear: both;
	text-align: center;

}

section.scene a img {
	width: 100%;
	max-width: 414px;
	margin: 40px auto;
}

/* store_party */

section.store_party {
	width: 95%;
	margin: 0 auto;
}

section.store_party h1 {
	background: url('../images/logo_gold.png') no-repeat 0 64%;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	margin-top: 3px;
	padding: 5px 0 0 45px;
	font-size: 20px;
	line-height: 2em;
	letter-spacing: 5px;
	color: #A38537;
}

@media only screen and (max-width: 980px) {
	section.store_party h1 {
		line-height: 1.5em;
	}
}

section.store_party ul {
	margin: 25px auto 0 auto;
	width: 784px;
	overflow: hidden;
}

section.store_party ul li {
	width: 248px;
	margin-bottom: 25px;
	margin-right: 20px;
	float: left;
}

section.store_party ul li:nth-child(3n) {
	width: 248px;
	margin-bottom: 25px;
	margin-right: 0;
	float: right;
}

section.store_party ul li img {
	width: 100%;
	max-width: 240px;
}

@media only screen and (max-width: 980px) {
	section.store_party ul {
		margin: 25px auto 0 auto;
		width: 90%;
	}

	section.store_party ul li {
		width: 248px;
		margin-bottom: 25px;
		margin-right: 20px;
		float: left;
	}

	section.store_party ul li:nth-child(3n) {
		width: 248px;
		margin-bottom: 25px;
		margin-right: 20px;
		float: left;
	}
}

@media only screen and (max-width: 680px) {
	section.store_party ul {
		margin: 25px auto 0 auto;
		width: 90%;
	}

	section.store_party ul li {
		width: 100%;
		margin-bottom: 25px;
		margin-right: 20px;
		float: left;
	}

	section.store_party ul li:nth-child(3n) {
		width: 100%;
		margin-bottom: 25px;
		margin-right: 20px;
		float: left;
	}
}



section.store_party ul li h2 {
	background: url("../images/bg_title-store_party.png");
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #FFFFFF;
	padding: 0.2em 0;
	font-size: 18px;
	line-height: 26px;
}

section.store_party ul li h2:before {
	content: '┃ ';
	color: #CEBE96;
}

section.store_party ul li p {
	margin: 15px 0 10px 0;
	font-size: 14px;
}

section.store_party a button {
	background: #E0DDB3;
	border: 1px #CAC293 solid;
	color: #333333;
	box-shadow: 1px 1px 1px #E0DDB3;
	width: 50%;
	font-size: 90%;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	cursor: pointer;
}

section.store_party a button:hover {
	background: #B0A86E;
	border: 1px #E6E4C7 solid;
	color: #E6E4C7;
	transition: 0.5s;
}


section.store_party div {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	font-size: 23px;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #A38537;
	text-align: center;
	overflow: hidden;
	clear: both;
}

section.store_party div span {
	font-size: smaller;

}

/****************************************
		KEICHO @sub
*****************************************/

section.keicho {
	overflow: hidden;
}

section.keicho h1 {
	clear: both;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
    font-size: 32px;
    line-height: 2em;
	letter-spacing: 5px;
	color: #A38537;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

section.keicho p {
	padding: 0 3% 15px 0;
}

/* keicho-course */
section.keicho-course {
	overflow: hidden;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
}


section.keicho-course h1 {
	background: url('../images/logo_gold.png') no-repeat 0 64% ;
	margin-top: 3px;
	padding: 10px 0 0 45px;
	font-size: 30px;
	line-height: 2em;
	letter-spacing: 5px;
	color: #A38537;
}

section.keicho-course ul {
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}

section.keicho-course ul li {
	background: url("../images/bg_course03.png") repeat-x;
	padding: 30px;
	width: 453px;
	margin-bottom: 15px;
	float: left;
}

section.keicho-course ul li img {
	width: 100%;
	max-width: 453px;
	height: auto;
}

section.keicho-course ul li:nth-child(2) {
	background: url("../images/bg_course02.png") repeat-x;
	width: 290px;
	padding: 10px 15px;
	float: right;
}

section.keicho-course ul li:nth-child(3) {
	background: url("../images/bg_course02.png") repeat-x;
	width: 290px;
	padding: 10px 15px;
	float: right;
}

@media only screen and (max-width: 980px) {
	section.keicho-course ul li {
		background: url("../images/bg_course03.png") repeat-x;
		padding: 5%;
		width: 90%;
		float: none;
	}
	
	section.keicho-course ul li:nth-child(2) {
		background: url("../images/bg_course02.png") repeat-x;
		padding: 5%;
		width: 90%;
		float: none;
	}

	section.keicho-course ul li:nth-child(3) {
		background: url("../images/bg_course02.png") repeat-x;
		padding: 5%;
		width: 90%;
		float: none;
	}
	
	section.keicho-course ul li img {
		margin: 0 auto;
		width: 100%;
		max-width: 356px;
	}
}


section.keicho-course ul h2 {
	background: url("../images/bg_icon-course03.png") no-repeat 0 50%;
	font-size: 32px;
	font-weight: bold;
	line-height: 84px;
	margin-top: 0;
	color: #9D743B;
}

section.keicho-course ul li:nth-child(2) h2 {
	background: url("../images/bg_icon-course05.png") no-repeat 0 50%;
	color: #6F588B;
}

section.keicho-course ul li:nth-child(3) h2 {
	background: url("../images/bg_icon-course05.png") no-repeat 0 50%;
	color: #6F588B;
}

section.keicho-course ul li p {
	color: #9D743B;
}

section.keicho-course ul li:nth-child(2) p {
	color: #6E7D40;
}

section.keicho-course ul li:nth-child(3) p {
	background: #8A5869;
	color: #FFFFFF;
	padding: 0.3em;
	border-radius: 5px;
}

section.keicho-course span {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin-top: -20px;
}

section.keicho-course span span {
	display: inline;
	font-size: 25px;
	margin-top: 0px;
}

section.keicho-course div {
	margin: 10px 0;
}

/* keicho-course02 */
section.keicho-course02 {
	overflow: hidden;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
}

section.keicho-course02 ul {
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}

section.keicho-course02 ul li {
	background: url("../images/bg_course03.png") repeat-x;
	padding: 30px;
	width: 356px;
	margin-bottom: 15px;
	float: left;
}

section.keicho-course02 ul li:nth-child(2) {
	float: right;
}

section.keicho-course02 ul li img {
	width: 100%;
	max-width: 356px;
	height: auto;
}

@media only screen and (max-width: 980px) {
	section.keicho-course02 ul li {
		background: url("../images/bg_course03.png") repeat-x;
		padding: 5%;
		width: 90%;
		float: none;
	}
	
	section.keicho-course02 ul li:nth-child(2) {
		background: url("../images/bg_course03.png") repeat-x;
		padding: 5%;
		float: none;
	}

	section.course02 ul li:nth-child(3) {
		background: url("../images/bg_course03.png") repeat-x;
	}
	
	section.keicho-course02 ul li img {
		margin: 0 auto;
		width: 100%;
		max-width: 356px;
	}
}


section.keicho-course02 ul h2 {
	background: url("../images/bg_icon-course02.png") no-repeat 0 50%;
	font-size: 32px;
	font-weight: bold;
	line-height: 84px;
	margin-top: 0;
	color: #627756;
}

section.keicho-course02 ul li p {
	color: #9D743B;
}

section.keicho-course02 ul li:nth-child(2) p {
	color: #6E7D40;
}

section.keicho-course02 ul li:nth-child(3) p {
	background: #8A5869;
	color: #FFFFFF;
	padding: 0.3em;
	border-radius: 5px;
}

section.keicho-course02 span {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin-top: -20px;
}

section.keicho-course02 span span {
	display: inline;
	font-size: 25px;
	margin-top: 0px;
}

section.keicho-course02 div {
	margin: 10px 0;
}

/****************************************
		SIGHTSEEING @sub
*****************************************/

section.sightseeing {
	overflow: hidden;
}

section.sightseeing h1 {
	clear: both;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
    font-size: 32px;
    line-height: 2em;
	letter-spacing: 5px;
	color: #A38537;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

section.sightseeing p {
	float: left;
	width: 47%;
	padding: 0 3% 15px 0;
}

section.sightseeing img {
	float: right;
	width: 50%;
	margin-top: -50px;
	max-width: 392px;
}
@media only screen and (max-width: 680px) {
	section.sightseeing p {
		float: none;
		width: 100%;
		padding: 0 0 15px 0;
	}

	section.sightseeing img {
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 392px;
		margin-bottom: 15px;
	}
}

/* sightseeing-course */
section.sightseeing-course {
	overflow: hidden;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
}

section.sightseeing-course ul {
	overflow: hidden;
}

section.sightseeing-course ul li {
	overflow: hidden;
	margin: 20px 0;
}

section.sightseeing-course ul li > img {
	width: 100%;
	max-width: 550px;
	float: right;
}

section.sightseeing-course ul li:nth-child(2) > img {
	float: left;
}

section.sightseeing-course div {
	width: 310px;
	height: 367px;
	text-align: center;
	float: left;
	vertical-align: bottom;
}

section.sightseeing-course div:nth-child(2) {
	float: right;
}

@media only screen and (max-width: 980px) {
	section.sightseeing-course ul li > img {
		width: 100%;
		max-width: 550px;
		margin: 15px auto;
		float: none;
	}

	section.sightseeing-course ul li:nth-child(2) > img {
		float: none;
	}

	section.sightseeing-course div {
		width: 100%;
		height: auto;
		text-align: center;
		float: none;
		vertical-align: bottom;
	}

	section.sightseeing-course div:nth-child(2) {
		float: none;
	}
}

section.sightseeing-course ul li div > h1 img {
	float: none;
	width: 284px;
	margin: 0 auto;
}

section.sightseeing-course span {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin: 15px 0;
}

section.sightseeing-course span span {
	display: inline;
	font-size: 25px;
	margin-top: 0px;
	margin-left: 0;
}

section.sightseeing-course p {
	display: block;
	height: 100%;
	background: url("../images/bg_sightseeing-p.png");
	margin: 10px 0;
	padding: 15px;
	text-align: left;
}

/* sightseeing-course02 */

section.sightseeing-course02 {
	overflow: hidden;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	margin-bottom: 40px;
}

section.sightseeing-course02 ul {
	overflow: hidden;
}

section.sightseeing-course02 ul li {
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
	width: 414px;
	float: left;
}

section.sightseeing-course02 ul li:nth-child(2) {
	float: right;
}

section.sightseeing-course02 ul li > img {
	margin: 20px auto;
	width: 100%;
	max-width: 414px;
}

@media only screen and (max-width: 980px) {
	section.sightseeing-course02 ul li {
		overflow: hidden;
		margin: 20px 0;
		text-align: center;
		width: 100%;
		float: none;
	}

	section.sightseeing-course02 ul li:nth-child(2) {
		float: none;
	}

	section.sightseeing-course02 ul li > img {
		margin: 20px auto;
		width: 100%;
		max-width: 414px;
	}
	
	section.sightseeing-course02 ul li h1 > img {
		margin: 0 auto;
		width: 100%;
		max-width: 335px;
	}
}


section.sightseeing-course02 span {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
}

section.sightseeing-course02 span span {
	display: inline;
	font-size: 25px;
	margin-top: 0px;
	margin-left: 0;
}

section.sightseeing-course02 p {
	display: inline;
}

/* map_gunma */
section.map_gunma {
	overflow: hidden;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
}


section.map_gunma h1 {
	background: url('../images/logo_gold.png') no-repeat 0 64% ;
	margin-top: 3px;
	padding: 10px 0 0 45px;
	font-size: 30px;
	line-height: 2em;
	letter-spacing: 5px;
	color: #A38537;
}


@media only screen and (max-width: 980px) {
	section.map_gunma h1 {
		font-size: 20px;
		line-height: 1.5em;
	}
}

section.map_gunma img {
	width: 100%;
	max-width: 798px;
	margin: 15px auto;
}



/* takeout+α */
@media only screen and (max-width: 980px) {
	section.sight h2 {
		font-size: 20px;
		line-height: 1.5em;
	}
}

section.sight ul li div {
	text-align: center !important;
}

/****************************************
		SPACE @sub
*****************************************/

section.space {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
}

section.space h1 {
	background: url("../images/bg_subtitle.png") no-repeat scroll 50% 0;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin: 30px 0;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.4em;
	color: #A18500;
	text-align: center;

}

@media only screen and (max-width: 980px) {
	section.space h1 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 680px) {
	section.space h1 {
		font-size: 16px;
	}
}


section.space h2 {
	background: url('../images/logo_gold.png') no-repeat 0 55% ;
	padding: 10px 0 0 45px;
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: 5px;
	color: #A38537;
}

@media only screen and (max-width: 980px) {
	section.space h2 {
		font-size: 20px;
	}
}

section.space h2 span {
	font-size: smaller;
}

section.space p {
	font-size: 16px;
	margin: 0 0 0 5%;
}

section.space img {
	border: 12px #EBE5D6 solid;
	margin: 30px auto 10px auto;
	width: 90%;
	max-width: 734px;
}

section.space ul li img {
	border: 12px #EBE5D6 solid;
	margin: 0 auto;
	width: 100%;
	max-width: 334px;
}

section.space ul {
	width: 90%;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

section.space ul li {
	text-align: center;
	float: left;
	margin: 20px 0;
	width: 50%;
}

@media only screen and (max-width: 980px) {
	section.space ul {
		width: 100%;
		margin: 0 auto 20px auto;
		overflow: hidden;
	}

	section.space ul li {
		text-align: center;
		float: none;
		margin: 20px 0;
		width: 90%;
	}
}


section.space ul li:nth-child(2) {
	float: right;
}

@media only screen and (max-width: 980px) {
	section.space ul {
		width: 90%;
		margin: 0 auto 20px auto;
		overflow: hidden;
	}

	section.space ul li {
		text-align: center;
		float: none;
		margin: 20px 0;
	}

	section.space ul li:nth-child(2) {
		float: none;
	}
}

section.space ul li p:before,
section.space .space_honten p:before {
	content: "≪ ";
	font-size: larger;
}

section.space ul li p:after,
section.space .space_honten p:after {
	content: " ≫";
	font-size: larger;
}
section.space ul li p,
section.space .space_honten p {
	color: #a48638;
	display: block;
	font-size: 18px;
	margin: 0.5em;
}

section.space .space_honten p {
	text-align: center;
}











/****************************************
		NEWS @sub
*****************************************/

section.news {
	margin-bottom: 50px;
	width: 100%;
}

section.news ol {
	margin: 15px 0;
	display: flex;
	display: -webkit-flex;
}

section.news ol:before {
	content: '│';
}

section.news ol li {
	
}

section.news ol li a {

}

section.news ol li a:after {
	content: '│';
}

@media print, screen and (min-width: 980px) {
	section.news dl {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 100%;
		margin-bottom: 50px;
		overflow: hidden;
	}

	section.news dl dt {
		width: 180px;
	}

	section.news dl dd {
		width: 80%;
	}
}

@media only screen and (max-width: 980px) {
	section.news dl {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 100%;
		margin-bottom: 50px;
		overflow: hidden;
	}

	section.news dl dt {
		width: 180px;
	}

	section.news dl dd {
		width: 80%;
	}
}

@media only screen and (max-width: 680px) {
	section.news dl {
		display: block;
		width: 100%;
		margin-bottom: 50px;
		overflow: hidden;
	}

	section.news dl dt {
		width: 100%;
		display: inline;
		clear: both;
	}

	section.news dl dd {
		width: 100%;
		display: block;
		clear: both;
	}
}

section.news dl dt span {
	font-size: 18px;
	line-height: 25px;
	display: inline;
	padding: 0 1em 0 0;
}

section.news dl dt p {
	background: #A18500;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #FFFFFF;
	width: 130px;
	margin: 0.2em 0 1em 0;
	padding: 0.2em 0.5em;
	letter-spacing: 2px;
	display: inline-block;

}



section.news dl dd h1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	border-bottom: 1px #A18500 dotted;
	color: #A18500;
	font-size: 20px;
	line-height: 1.5em;
	padding-bottom: 0.5em;
}

section.news dl dd h1 a:first-child {
	float: none;
}

section.news dl dd a {
	display: block;
	float: right;
	color: #A18500;
}

section.news dl dd > a {
	display: block;
	float: right;

}

section.news dl dd p a {
	display: block;
	float: left;

}

section.athlete_news dl dd p a {
	display: block;
	float: none;

}

section.news dl dd a:last-child {
	float: none;
}

section.news dl dd p {
	padding: 0.5em 0 5px 0;
}





section.news dl dd a span {
	float: left;
	margin-right: 0.2em;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);  
	-moz-transform: rotate(90deg);  
}

section.news img {
	display: none;
}

section.shiga-img img {
	display: block;
}

section.athlete_news img {
	display: block;
}

section.news dl dd p p {
	border: none;
}



.wp-pagenavi {
	width: 100%;
	text-align: center;
}

.pages {
	margin: 0 auto;
}


/****************************************
		NEWSDETAIL @sub
*****************************************/

section.news_detail {
	margin: 40px auto 50px auto ;
	width: 100%;
	min-height: 400px;
}

@media print, screen and (min-width: 980px) {
	section.news_detail dl {
		border-bottom: 1px #A18500 dotted;
		padding: 0.5em 0 5px 0;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
	}

	section.news_detail dl dt {
		width: 180px;
	}

	section.news_detail dl dd {
		width: 80%;
	}
}

@media only screen and (max-width: 980px) {
	section.news_detail dl {
		border-bottom: 1px #A18500 dotted;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
	}

	section.news_detail dl dt {
		width: 180px;
	}

	section.news_detail dl dd {
		width: 80%;
	}
}

@media only screen and (max-width: 680px) {
	section.news_detail dl {
		border-bottom: 1px #A18500 dotted;
		display: block;
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
	}

	section.news_detail dl dt {
		width: 100%;
		display: inline;
		clear: both;
	}

	section.news_detail dl dd {
		width: 100%;
		display: block;
		clear: both;
	}
}

section.news_detail dl dt span {
	font-size: 18px;
	line-height: 25px;
	display: inline;
	padding: 0 1em 0 0;
}

section.news_detail dl dt p {
	background: #A18500;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #FFFFFF;
	width: 130px;
	margin: 0.2em 0 1em 0;
	padding: 0.2em 0.5em;
	letter-spacing: 2px;
	display: inline-block;
}

section.news_detail dl dd h1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #A18500;
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

@media only screen and (max-width: 680px) {
	section.news_detail dl dd h1 {
		font-size: 20px;
	}
}

section.news_detail dl dd p {
	border-top: 1px #A18500 dotted;
	padding: 0.5em 0 5px 0;
}

section.news_detail dl dd a {
	display: block;
	float: right;
	color: #A18500;
}

section.news_detail dl dd a span {
	float: left;
	margin-right: 0.2em;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);  
	-moz-transform: rotate(90deg);  
}

section.news_detail div {
	margin: 0 auto;
	max-width: 600px;
}

section.news_detail div p a {
	color: #a48638;
	text-decoration: underline;
	font-size: larger;
}

section.news_detail div img {
	margin: 20px 0;
	/*width: 100%;*/
}

/****************************************
		PRIVACYPOLICY @sub
*****************************************/

section.privacy {
	margin-bottom: 50px;
	width: 100%;
}

section.privacy h1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #A48638;
	margin: 20px 0 0 0;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 2px;
}

section.privacy h2 {
	background: url("../images/bg_privacy.png");
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	color: #A48638;
	font-size: 25px;
	margin: 20px 0 0 0;
	padding: 20px 30px;


	letter-spacing: 3px;
	border-bottom: 2px #A48638 solid;
}

section.privacy ol {
	background: url("../images/bg_privacy.png");
	padding: 20px 30px;


}

section.privacy ol li {
	border-bottom: 1px #A48638 dotted;
	margin: 0 0 20px 20px;
	padding: 0 0 20px 10px;
	list-style-type: decimal !important;
}

section.privacy p {
	margin: 15px 0;
}

section.privacy div {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	text-align: right;
	overflow: hidden;
	width: 100%;
}

section.privacy div img {
	float: right;
	width: 202px;
	height: 24px;
}

/****************************************
		SITEMAP @sub
*****************************************/

section.sitemap {
	color: #A48638;
	margin-bottom: 50px;
}

/*** large ***/
section.sitemap ul {
	margin: 0 50px;
}

section.sitemap ul li {
	border-bottom: 1px #A48638 dotted;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	font-size: 20px;
	line-height: 1.5em;
}

section.sitemap ul li a {
	background: url("../images/arrow01.png") no-repeat 0 50%;
	padding: 0 0 0 20px;
	color: #A48638;
}

/*** middle ***/
section.sitemap .middle {
	border: none;
	overflow: hidden;
	margin: 0;
}

section.sitemap .middle ul {
	margin: 0;
}

section.sitemap .middle > ul li {
	border: none;
	font-size: 14px;
	margin: 10px 0 0 20px;
	padding: 0 0 0 10px;

}

section.sitemap .middle > ul li a {
	background: none;
	background: url("../images/arrow02.png") no-repeat 0 50%;
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
	font-size: small;
	color: #3f3a3a;
	float: left;
}

/*** small ***/
section.sitemap ul li.small {
	border: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 0;
	font-size: small;
	float: none;
}

section.sitemap ul .small ul {
	margin: 0;
}

section.sitemap ul .small > ul li {
	border: none;
	margin: 0;
	padding: 0 0 0 0px;
	float: none;
}

section.sitemap ul .small > ul li a {
	background: none;
	background: url("../images/arrow02.png") no-repeat 0 50%;
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
	color: #3f3a3a;
	float: none;
}

section.sitemap ul.float {
	float: left;
	margin: 15px 0 0 15px;
}

section.sitemap ul.float li {
	margin: 0 0 0 0;
}

section.sitemap ul.float > li:nth-child(2) {
	margin: 0 0 20px 0;
}





/****************************************
		CONTACT @sub
*****************************************/

section.form {
	
}

section.form h1 {
	background: url("../images/bg_subtitle.png") no-repeat 0 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.4em;
	color: #A18500;
	font-size: 3.0em;
	line-height: 140px;

}

@media only screen and (max-width: 980px) {
	section.form h1 {
		font-size: 2em;
		line-height: 2.5em;
	}
}

@media only screen and (max-width: 680px) {
	section.form h1 {
		font-size: 1.5em;
		line-height: 1.8em;
	}
}

	section.menulist h1{

	}


section.form form {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 50px;
	overflow: hidden;
}

section.form form .must{
	color: #b60a01;
}

section.form form div p, label span {
	color: #b60a01;
}

section.form form div p {
	margin: 1em 0 0 1em;
}

section.form .form_blk01 {
	display: block;
	clear: both;
	border-bottom: 1px #DDDDDD dotted ;
	width: 100%;

}

section.form .form_blk02 {
	background: #FAFAFA;
	display: block;
	clear: both;
	border-top: 1px #FFFFFF solid ;
	border-bottom: 1px #BBBBBB dotted ;
	width: 100%;
}

section.form .form_blk01 div,
section.form .form_blk02 div {
	padding: 1em;
	float: left;
}

section.form label {
	display: block;
	clear: both;
	float: left;
	width: 250px;
	padding: 1em 1em 0 1em;

}

section.form label:first-letter {
	font-size: larger;
}

section.form input,
section.form select,
section.form textarea {
	width: 300px;
}

section.form input,
section.form select,
section.form textarea {
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	border: 2px #DDDDDD solid;
	border-radius: 3px;
	vertical-align: middle;
	display: inline;
	margin: 0.5em;
	padding: 0.3em;
	box-shadow: 1px 1px 1px #FAFAFA;
	outline: none;
	resize: none;

/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#FAFAFA),
        to(#fff)
        );
     
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #FAFAFA,
        #fff
        );
        
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;

}



section.form input:focus,
section.form select:focus,
section.form textarea:focus {
background: #ffffff;
border:#b60a01 2px solid;

}

section.form input[type=radio],
section.form input[type=checkbox] {
	border: none;
}

section.form input:focus[type=radio],
section.form input[type=checkbox] {
	border: none;
}

/* submit */
section.form div.sendbt input {
	display: block;
	float: left;
	margin: 14px auto 0 auto;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
background-image: -webkit-gradient(linear, left top, left bottom, from(#b60a01), to(#b60a01));
background-image: -webkit-linear-gradient(top, #b60a01, #b60a01);
background-image: -moz-linear-gradient(top, #b60a01, #b60a01);
background-image: -ms-linear-gradient(top, #b60a01, #b60a01);
background-image: -o-linear-gradient(top, #b60a01, #b60a01);
background-image: linear-gradient(top, #b60a01, #b60a01);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b60a01', endColorstr='#b60a01',GradientType=0 ); /* IE6-9 */
	border: #C61F25 3px solid;
	border-radius: 0.3em; 
	color: #FFFFFF;
	font-size: 18px;
	box-shadow: 0px 2px 0px 0px #999999;
	text-shadow: #666666 1px 1px 1px; /* FireFox, Webkit, Opera */
	line-height: 30px;
	text-align: center;
	width: 180px;

	transition: 0s;
	cursor: pointer;

}

section.form div.sendbt input:hover {
	margin: 16px auto -2px auto;
background-image: -webkit-gradient(linear, left top, left bottom, from(#F43537), to(#F43537));
background-image: -webkit-linear-gradient(top, #F43537, #F43537);
background-image: -moz-linear-gradient(top, #F43537, #F43537);
background-image: -ms-linear-gradient(top, #F43537, #F43537);
background-image: -o-linear-gradient(top, #F43537, #F43537);
background-image: linear-gradient(top, #F43537, #F43537);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F43537', endColorstr='#F43537',GradientType=0 ); /* IE6-9 */
	background-color: #F43537;
	border: #F43537 3px solid;
	box-shadow: 0px 0px 0px 0px ;
	text-decoration: none;


}

section.form div.sendbt input.btn_back {
	display: block;
	float: left;
	margin: 14px 40px 0 auto;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
background-image: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#797979));
background-image: -webkit-linear-gradient(top, #797979, #797979);
background-image: -moz-linear-gradient(top, #797979, #797979);
background-image: -ms-linear-gradient(top, #797979, #797979);
background-image: -o-linear-gradient(top, #797979, #797979);
background-image: linear-gradient(top, #797979, #797979);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#797979',GradientType=0 ); /* IE6-9 */
	border: #797979 3px solid;
	border-radius: 0.3em; 
	color: #FFFFFF;
	font-size: 18px;
	box-shadow: 0px 2px 0px 0px #999999;
	text-shadow: #666666 1px 1px 1px; /* FireFox, Webkit, Opera */
	line-height: 20px;
	text-align: center;
	width: 180px;
	height: 50px;
	transition: 0s;
	cursor: pointer;

}

section.form div.sendbt input.btn_back:hover {
	margin: 16px 40px -2px auto;
background-image: -webkit-gradient(linear, left top, left bottom, from(#BBBBBB), to(#BBBBBB));
background-image: -webkit-linear-gradient(top, #BBBBBB, #BBBBBB);
background-image: -moz-linear-gradient(top, #BBBBBB, #BBBBBB);
background-image: -ms-linear-gradient(top, #BBBBBB, #BBBBBB);
background-image: -o-linear-gradient(top, #BBBBBB, #BBBBBB);
background-image: linear-gradient(top, #BBBBBB, #BBBBBB);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBBBBB', endColorstr='#BBBBBB',GradientType=0 ); /* IE6-9 */
	background-color: #BBBBBB;
	border: #BBBBBB 3px solid;
	box-shadow: 0px 0px 0px 0px ;
	text-decoration: none;

}
/* submit */


/* submit02 */
section.form .btn_submit {

}

section.form .btn_submit input {
	display: block;
	margin: 14px auto 0 auto;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
background-image: -webkit-gradient(linear, left top, left bottom, from(#b60a01), to(#b60a01));
background-image: -webkit-linear-gradient(top, #b60a01, #b60a01);
background-image: -moz-linear-gradient(top, #b60a01, #b60a01);
background-image: -ms-linear-gradient(top, #b60a01, #b60a01);
background-image: -o-linear-gradient(top, #b60a01, #b60a01);
background-image: linear-gradient(top, #b60a01, #b60a01);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b60a01', endColorstr='#b60a01',GradientType=0 ); /* IE6-9 */
	border: #b60a01 3px solid;
	border-radius: 0.3em; 
	color: #FFFFFF;
	font-size: 18px;
	box-shadow: 0px 2px 0px 0px #999999;
	text-shadow: #666666 1px 1px 1px; /* FireFox, Webkit, Opera */
	line-height: 20px;
	text-align: center;
	width: 180px;

	transition: 0s;
	cursor: pointer;
}

section.form .btn_submit input:hover {
	margin: 16px auto -2px auto;
background-image: -webkit-gradient(linear, left top, left bottom, from(#F43537), to(#F43537));
background-image: -webkit-linear-gradient(top, #F43537, #F43537);
background-image: -moz-linear-gradient(top, #F43537, #F43537);
background-image: -ms-linear-gradient(top, #F43537, #F43537);
background-image: -o-linear-gradient(top, #F43537, #F43537);
background-image: linear-gradient(top, #F43537, #F43537);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F43537', endColorstr='#F43537',GradientType=0 ); /* IE6-9 */
	background-color: #F43537;
	border: #F43537 3px solid;
	box-shadow: 0px 0px 0px 0px ;
	text-decoration: none;
	
}

.btn_tohome {
	display: block;
	width: 100%;
	margin: 20px 0 50px 0;
	text-align: center;
}

.btn_tohome a {
	background: #D2C472;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	font-size: 18px;
	letter-spacing: 3px;
	color: #3f3a3a;
}

.btn_tohome a {
	padding: 0.2em 0.7em;
	border-radius: 5px;
}

.btn_tohome a:hover {
	background: #B60A01;
	text-decoration: none;
	color: #FFFFFF;
}


input::-webkit-input-placeholder {
    color: #AAAAAA;
}

input:-ms-input-placeholder {
    color: #AAAAAA;
}

input::-moz-placeholder {
    color: #AAAAAA;
}

/****************************************
		RECRUIT @sub
*****************************************/

section.recruit {
	overflow: auto;
}

section.recruit h1 {
	background: url("../images/bg_subtitle.png") no-repeat 0 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.4em;
	color: #A18500;
	font-size: 3.0em;
	line-height: 140px;

}

@media only screen and (max-width: 980px) {
	section.recruit h1 {
		font-size: 2em;
		line-height: 2.5em;
	}
}

@media only screen and (max-width: 680px) {
	section.recruit h1 {
		font-size: 1.5em;
		line-height: 1.8em;
	}
}


section.recruit table {
	margin-bottom: 40px;
	width: 100%;
	font-size: 14px;
}

section.recruit table tr {

}

section.recruit th {
	background: url("../images/bg_table-th.png");
	border: 1px #A48638 solid;
	padding: 0.5em 1em;
	font-size: larger;
	color: #A48638;
	text-align: left;
    vertical-align: middle;
    width: 20%;
}

section.recruit td {
    border: 1px solid #a48638;
    font-size: larger;
    padding: 1em;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}

section.recruit h2 {
    color: #a48638;
    font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN","HGS明朝E",Meiryo,serif;
    font-size: 20px;
    line-height: 2em;

}

section.recruit ul {
	margin-bottom: 20px;
    border-top: 1px dotted #a48638;
    font-size: 20px;
    line-height: 1.5em;
    overflow: hidden;
}

section.recruit ul li a {
    background: rgba(0, 0, 0, 0) url("../images/arrow02.png") no-repeat scroll 0 50%;
    color: #3f3a3a;
    margin: 10px 20px 0 0;
    padding: 0 0 0 10px;
    line-height: 1.5em;
    font-size: smaller;
}


/* 求人インタビュー */

section.interview01 {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 75px;
	font-size: 14px;
}

section.interview01 h1 {
	width: 769px;
	margin: 0 auto 60px auto;
}

section.interview01 p {
	font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN","HGS明朝E",Meiryo,serif;
	color: #603813;
	width: 388px;
	float: left;
}

section.interview01 div img {
	float: right;
}

section.interview02 {
	width: 100%;
	background: url("../images/bg_interview00.png"), url("../images/bg_interview01.png") repeat-y 0% 0%, url("../images/bg_interview02.png") repeat-y 100% 0%, url("../images/bg_interview03.png") repeat-x 0% 100%;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 30px;
}

section.interview02 dl {
	padding: 0 40px 40px 40px;
}

section.interview02 dl dt {
	margin-top: 50px;
	margin-bottom: 10px;
}

section.interview02 dl dd {

}

section.interview02 dl.interview-last {
	width: 401px;
	float: left;
	padding: 0 15px 40px 40px;
}

section.interview02 dl.interview-last dt {
	margin-top: 0;
}

section.interview02 div {
	float: left;
	margin-bottom: 40px;
}


@media only screen and (max-width: 980px) {

	section.interview01 h1 {
		width: 100%;
	}

	section.interview01 h1 img {
		width: 100%;
	}

	section.interview01 p {
		margin-bottom: 2em;
		width: 100%;
		float: none;
	}

	section.interview02 dl {
		padding: 0 2em 40px 2em;
	}

	section.interview02 dl.interview-last {
		width: ;
		float: none;
		padding: 0 2em 40px 2em;
	}

	section.interview02 div {
		float: none;
		margin-bottom: 40px;
		padding: 0 2em;
	}

}

@media only screen and (max-width: 680px) {

	section.interview01 h1 {
		width: 100%;
	}

	section.interview01 h1 img {
		width: 100%;
	}

	section.interview01 p {
		margin-bottom: 2em;
		width: 100%;
		float: none;
	}

	section.interview02 dl.interview-last {
		width: 80%;
		float: none;
		padding: 0 0 40px 0;
	}

	section.interview02 dl {
		padding: 0 2em 40px 2em;
	}

	section.interview02 dl.interview-last {
		width: 80%;
		float: none;
		padding: 0 2em 40px 2em;
	}

	section.interview02 div {
		float: none;
		margin-bottom: 40px;
		padding: 0 2em;
	}

}






