@charset "UTF-8";

/* リセット ###############################################################*/
html, body, div, header, nav, footer, section, article, aside, h1, h2, h3, table, tbody, tr, th, td, ol, ul, li, img, p, a, span, div, address {
	margin: 0px;
	padding: 0px;
	}

table, tbody, tr, th, td {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing:	0px;
	}

* {
	outline: none;
	}

a,
a:link,
a:visited {
	text-decoration: none;
	}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
	}

a img {
	border-style: none;
	}
ol, ul, li {
	list-style-type: none;
	list-style-position: inside;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	}

.clearfix:after {
	font-size: 0;
	visibility: hidden;
	clear: both;
	height: 0;
	display: block;
	content: ".";
	}

html,
body {
	min-width: 640px;
	}

/*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*/
body {
	font-size: 16px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica", "Verdana", "Arial", sans-serif;
/*
	font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica", "Verdana", "Arial", sans-serif;
	font-weight: 400;
*/
	color: #330000;
	line-height: 1.5;
	background-color: #f6ecd4;
	background-image: url('../images/bg3_mini.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: right top;
	}

.pagebox {
	width: 100%;
	min-width: 640px;
	}

#content_01,
#content_02,
#content_03,
#content_04,
#content_05,
#content_06,
#content_07,
#content_08 {
	position: relative;
	z-index: 10;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	}

#content_02,
#content_03,
#content_04,
#content_05,
#content_06,
#content_07,
#content_08 {
	margin-top: 600px;
	}

#content_01 {
	background-image: url('../images/main_photo_01_mini.jpg');
	}

#content_02 {
	background-image: url('../images/main_photo_02_mini.jpg');
	}

#content_03 {
	background-image: url('../images/main_photo_03_mini.jpg');
	}

#content_04 {
	background-image: url('../images/main_photo_04_mini.jpg');
	}

#content_05 {
	background-image: url('../images/main_photo_05_mini.jpg');
	}

#content_06 {
	background-image: url('../images/main_photo_06_mini.jpg');
	}

#content_07 {
	background-image: url('../images/main_photo_07_mini.jpg');
	}

#content_08 {
	background-image: url('../images/main_photo_08_mini.jpg');
	}

.content_bgfix_none {
	display: none;
	}

.content_bgfix {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	max-width: 640px;
	height: 100%;
	display: block;
	}

.pagebox_innner {
	text-align: left;
	width: auto;
	min-width: 390px;
/*	margin: 0 20px 0 110px;*/
	margin: 0 0 0 318px;
/*	padding: 30px 0;*/
	padding: 8% 3%;
	background-image: url('../images/bg3_mini.jpg');
	background-repeat: repeat;
	background-position: right top;
	}

@media only screen and (max-width: 1272px) {
.pagebox_innner {
	margin: 0 0 0 25%;
	}
}

.pagebox_innner h2 {
	text-indent: -9999px;
	margin: 0 30px 10px 30px;
	height: 60px;
	overflow: hidden;
	}

.pagebox_innner h3 {
	text-indent: -9999px;
	margin: 30px 30px 10px 30px;
	height: 35px;
	overflow: hidden;
	}

.pagebox_innner .text {
	text-align: left;
	margin: 0 30px 30px 30px;
	}

.footer_link,
.footer_link2 {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	}

.footer_link a,
.footer_link2 a {
	text-indent: -9999px;
/*
	font-size: 130%;
	line-height: 2;
	color: #330000;
	font-weight: bold;
	text-decoration: none;
*/
	margin: 0 auto;
	padding: 30px 0px;
	width: 100%;
	display: block;
	}

.footer_link img,
.footer_link2 img {
	margin: 0 auto;
	padding: 0;
	height: 60px;
	width: 200px;
	display: block;
	}

.footer_link span,
.footer_link2 span {
	display: none;
	}

.footer_link img,
.footer_link2 img {
	margin: 0 auto;
	padding: 0;
	height: 60px;
	width: 200px;
	display: block;
	}

.footer_link a {
	background-image: url('../images/btn_next_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	}

.footer_link a:hover,
.footer_link a:active,
.footer_link a:focus {
	background-image: url('../images/btn_next_bg_2.png');
	}

.footer_link2 a {
	margin: 100px 0 0 0;
	background-image: url('../images/btn_next_bg2.png');
	background-repeat: no-repeat;
	background-position: center top;
	}

.footer_link2 a:hover,
.footer_link2 a:active,
.footer_link2 a:focus {
	background-image: url('../images/btn_next_bg2_2.png');
	}

/* トップコンテンツ ###############################################################*/
#top_01 {
	width: 100%;
	min-width: 640px;
	min-height: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	background-image: url('../images/top_bg1_mini.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	}

#top_01 h1 {
	width: 100%;
	position: relative;
	z-index: 20;
	}

#logo2015 {
	width: 80%;
	min-width: 260px;
	max-width: 700px;
	max-height: 400px;

/*通常
	margin: 180px auto 120px auto;
*/

/* オープン告知*/
	margin: 80px auto 0 auto;

	}

#open2015 {
	width: 60%;
	min-width: 300px;
	max-width: 700px;
	margin: 0px auto 30px auto;
	}

/*+++++*/
#open2017 {
	width: 60%;
	min-width: 300px;
	max-width: 660px;
	margin: 0px auto 30px auto;
	}




/*+++++*/
#rinji2018 {
	width: 60%;
	min-width: 660px;
	max-width: 660px;
	margin: 0px auto 30px auto;
	}



/*+++++*/
#owabi2016 {
	width: 50%;
	min-width: 500px;
	max-width: 800px;
	margin: 0px auto 30px auto;
	}

#owabi2016pc {
	width: 100%;
	min-width: 480px;
	max-width: 960px;
	margin: 0px auto 30px auto;
	display: block;
	}

#owabi2016smp {
	width: 100%;
	min-width: 320px;
	max-width: 640px;
	margin: 0px auto 30px auto;
	display: none;
	}
/*+++++*/

#tel {
	text-align: right;
	margin: 0;
	padding: 5px 0;
	position: absolute;;
	z-index: 50;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	display: block;
	}

#tel a {
	display: block;
	width: 100%;
	}

#tel img {
	display: block;
	margin: 0 15px 0 auto;
	width: 40%;
	min-width: 318px;
	max-width: 636px;
	}

/* メインナビ ###############################################################*/
#menu {
/*OPEN2016*/
	margin: 0;
/*
	margin: 150px 0 0 0;
*/
	padding: 5px 0;
	width: 100%;
	position: relative;
	z-index: 40;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.7);
	}

#menu:hover {
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	}

#menu_list {
	margin: 0 auto;
	position: relative;
	height: 190px;
	width: 550px;
	padding: 0 10px 0 0;
	}

#menu_list li {
	margin: 0;
	padding: 0 5px;
	float: right;
	height: 190px;
	width: 50px;
	border-left: 1px solid #000000;
	border-left: 1px solid rgba(0,0,0,0.1);
	}

#menu_list .menulast {
	border-left: none !important;
	}

#menu_list .onsen {
	background-image: url('../images/menu-bg-onsen.png');
	background-repeat: no-repeat;
	background-position: center 2px;
	}

#menu_list a {
	margin: 0;
	padding: 0;
	height: 190px;
	width: 50px;
	display: block;
	background-repeat: no-repeat;
	background-position: -50px 0px;
	}

#menu_01 {
	background-image: url('../images/btn_menu_sp001.png');
	}
#menu_02 {
	background-image: url('../images/btn_menu_sp002.png');
	}
#menu_03 {
	background-image: url('../images/btn_menu_sp003.png');
	}
#menu_04 {
	background-image: url('../images/btn_menu_sp004.png');
	}
#menu_05 {
	background-image: url('../images/btn_menu_sp005.png');
	}
#menu_06 {
	background-image: url('../images/btn_menu_sp006.png');
	}
#menu_07 {
	background-image: url('../images/btn_menu_sp007.png');
	}
#menu_08 {
	background-image: url('../images/btn_menu_sp008.png');
	}
#menu_09 {
	background-image: url('../images/btn_menu_sp009.png');
	}
#menu_10 {
	background-image: url('../images/btn_menu_sp010.png');
	}
#menu_11 {
	background-image: url('../images/btn_menu_sp011.png');
	}
#menu_12 {
	background-image: url('../images/btn_menu_sp012.png');
	}

#menu_list span {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 190px;
	width: 50px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	}

#menu_01 span {
	background-image: url('../images/btn_menu_sp001.png');
	}
#menu_02 span {
	background-image: url('../images/btn_menu_sp002.png');
	}
#menu_03 span {
	background-image: url('../images/btn_menu_sp003.png');
	}
#menu_04 span {
	background-image: url('../images/btn_menu_sp004.png');
	}
#menu_05 span {
	background-image: url('../images/btn_menu_sp005.png');
	}
#menu_06 span {
	background-image: url('../images/btn_menu_sp006.png');
	}
#menu_07 span {
	background-image: url('../images/btn_menu_sp007.png');
	}
#menu_08 span {
	background-image: url('../images/btn_menu_sp008.png');
	}
#menu_09 span {
	background-image: url('../images/btn_menu_sp009.png');
	}
#menu_10 span {
	background-image: url('../images/btn_menu_sp010.png');
	}
#menu_11 span {
	background-image: url('../images/btn_menu_sp011.png');
	}
#menu_12 span {
	background-image: url('../images/btn_menu_sp012.png');
	}

#menu_list a:hover span {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	}

/* 新着情報 ###############################################################*/
#newswrap {
	margin: 0;
	padding: 30px 0 70px 0;
	width: 100%;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.5);
	}

#newsfeed {
	position: relative;
	z-index: 35;
	color: #330000;
	text-align: center;
	margin: 0 auto;
	width: 630px;
	}

#news {
	position: relative;
	z-index: 35;
	margin: 5px auto 0 auto;
	width: 600px;
	border-top: 1px solid #000000;
	border-top: 1px solid rgba(0,0,0,0.1);
	}

#news li {
	font-size: 85%;
	color: #330000;
	text-align: left;
	text-indent: 20px;
	padding: 5px 0;
	border-bottom: 1px solid #000000;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: 100%;
	}

#news table,
#news th,
#news td {
	margin: 0px;
	padding: 0px;
	border-style: none;
	width: 100%;
	}

#news table {
	width: 100%;
	}

#news th {
	text-indent: 10px;
	font-weight: normal;
	width: 25%;
	}

#news td {
	text-indent: 10px;
	width: 75%;
	}

/* コンテンツ ###############################################################*/
#header_01 {
	background: url('../images/header_01.png') no-repeat;
	}

#header_02 {
	background: url('../images/header_02.png') no-repeat;
	}

#header_03 {
	background: url('../images/header_03.png') no-repeat;
	}

#header_04 {
	background: url('../images/header_04.png') no-repeat;
	}

#header_05 {
	background: url('../images/header_05.png') no-repeat;
	}

#header_06 {
	background: url('../images/header_06.png') no-repeat;
	}

#header_07 {
	background: url('../images/header_07.png') no-repeat;
	}

#header_08 {
	background: url('../images/header_08.png') no-repeat;
	}

#header_09 {
	background: url('../images/header_09.png') no-repeat;
	}

.header_g {
	background: url('../images/header_g.png') no-repeat;
	overflow: hidden;
	}

.header_plan_01 {
	background: url('../images/header_plan_01.png') no-repeat;
	overflow: hidden;
	}

.header_plan_02 {
	background: url('../images/header_plan_02.png') no-repeat;
	overflow: hidden;
	}

.header_plan_03 {
	background: url('../images/header_plan_03.png') no-repeat;
	overflow: hidden;
	}

.header_access_01 {
	text-indent: -9999px;
	height: 35px;
	background: url('../images/header_access_01.png') no-repeat;
	overflow: hidden;
	}

.header_access_02 {
	text-indent: -9999px;
	height: 35px;
	background: url('../images/header_access_02.png') no-repeat;
	overflow: hidden;
	}

.header_access_03 {
	text-indent: -9999px;
	height: 35px;
	background: url('../images/header_access_03.png') no-repeat;
	overflow: hidden;
	}

#plan,
#higaeri,
#room,
#accessroot,
#accessbus,
#access {
	border: 2px solid #ccbbaa;
	width: 90%;
	min-width: 330px;
	}

#plan th,
#higaeri th,
#room th,
#accessroot th,
#accessbus th,
#access th {
	text-align: center;
	font-weight: normal;
	padding: 3px;
	border: 1px dotted #ccbbaa;
	background-image: url('../images/table-bg-th.png');
	background-repeat: repeat;
	}

#plan td,
#higaeri td,
#room td,
#accessroot td,
#accessbus td,
#access td {
	font-weight: normal;
	text-align: center;
	padding: 3px;
	border: 1px dotted #ccbbaa;
	background-image: url('../images/table-bg-td.png');
	background-repeat: repeat;
	}

#ramunhk {
	margin: 0 0 0 30px;
	width: 90%;
	max-width: 850px;
	max-height: 600px;
	}

#plan {
	margin-left: 30px;
	}

#plan th {
	width: auto;
	}

#plan td {
	width: auto;
	}

#higaeri {
	margin: -20px 0 30px 30px;
	}

#higaeri th {
	width: 20%;
	}

#higaeri td {
	width: auto;
	}

.sub_photo {
	margin: 5px;
	float: left;
	}

#room {
	margin: -20px 0 0 30px;
	}

#room th {
	width: 30%;
	}

#room td {
	width: auto;
	}

#accessroot {
	margin-left: 30px;
	}

#accessroot th {
	width: 30%;
	}

#accessroot td {
	width: auto;
	}

#accessbus {
	margin-left: 30px;
	}

#accessbus th {
	width: 30%;
	}

#accessbus td {
	text-align: left;
	width: auto;
	}

#access {
	margin-left: 30px;
	}

#access th {
	width: 25%;
	}

#access td {
	width: 25%;
	}

#accessmap {
	text-align: center;
	margin: 0 0 0 30px;
	width: 90%;
	}

#accessmap img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 450px;
	}

#googlemapimg {
	display: none;
	}

#googlemap {
	margin: 30px 0 0 30px;
	padding: 0;
	border: 2px solid #ffffff;
	width: 90%;
	min-width: 330px;
	min-height: 400px;
	max-height: 700px;
	}

#tripadvisor {
	margin: 30px 0 0 30px;
	width: 90%;
	min-width: 330px;
	background-color: #ffffff;
	}

#tripadvisor th {
	text-align: right;
	padding: 10px;
	width: 200px;
	}

#tripadvisor td {
	text-align: left;
	padding: 10px;
	}

#tripadvisor iframe {
	margin: 0 15px 0 0;
	padding: 0;
	border-style: none;
	float: left;
	height: 150px;
	width: 200px;
	display: block;
	}

.gallery {
	padding: 0 30px 30px 30px;
	}

.gallery ul {
	width: 100%;
	}

.gallery ul:after {
	font-size: 0;
	visibility: hidden;
	clear: both;
	height: 0;
	display: block;
	content: ".";
	}

.gallery ul li {
	padding: 0px 0px 5px 10px;
	float: left;
	display: inline;
	}

.gallery ul a {
	display: block;
	}

.gallery ul a img {
	width: 150px;
	height: 113px;
/*
	width: 200px;
	height: 150px;
*/
	border: 5px solid transparent;
	}

.gallery ul a:hover img {
	color: #ffffff;
	border: 5px solid #ffffff;
	}

.gallery ul a:hover {
	color: #ffffff;
	}

/* 宿泊予約 ###############################################################*/
#shukuhaku {
	color: #ffffff;
	margin-top: 300px;
	padding: 80px 0 40px 0;
	position: relative;
	z-index: 10;
	background: url('../images/sideber-bg-black80.png') repeat-x center top;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	background-size: 100% 100%;
	}

#shukuhaku form {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	min-width: 600px;
	max-width: 900px;
	display: block;
	}

#shukuhaku div.formbox {
	padding: 5px;
	float: left;
	width: 290px;
	}

#shukuhaku div.formpart {
	margin: 0 0 10px 0;
	padding: 30px 20px;
	width: 250px;
	background: url('../images/form-bg20-2.png') no-repeat center center;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	background-size: 100% 100%;
	}

#shukuhaku div.formlink {
	line-height: 1.5;
	padding: 15px 0 0 20px;
	}

/*
#shukuhaku span {
	color: #999999;
	}
*/

#shukuhaku hr {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #ffffff;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 0px;
	width: 100%;
	}

#shukuhaku a,
#shukuhaku a:link,
#shukuhaku a:visited {
	color: #d3bb97;
	}

#shukuhaku a:hover,
#shukuhaku a:focus,
#shukuhaku a:active {
	color: #f7f2df;
	}

/*
#shukuhaku a:first-letter {
	color: #9e2121;
	}
*/

#shukuhaku select {
	color: #271102;
	margin: 0;
	padding: 1px 3px;
	border: 2px solid #f7f2df;
	background-color: #f7f2df;
	}

#shukuhaku select:hover {
	border: 2px solid #9e2121;
	}

#shukuhaku select:focus,
#shukuhaku select:active {
	border: 2px solid #9e2121;
	background-color: #ffffff;
	}

#shukuhaku input {
	color: transparent;
	font-size: 8px;
	font-weight: bold;
	text-indent: -9999px;
	margin: 0 auto !important;
	padding: 0;
	border: none;
	height: 82px;
	width: 266px;
	background: url('../images/form-btn2-bg.png') no-repeat center center;
	cursor: pointer;
	}

#shukuhaku input:hover,
#shukuhaku input:focus,
#shukuhaku input:active {
	background: url('../images/form-btn2-bg2.png') no-repeat center center;
	}

/*トリップAIコンシェルジュ*/
#shukuhaku #jaranai {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 600px;
	max-width: 960px;
	display: block;
	}

#shukuhaku #jaranai a {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 600px;
	max-width: 960px;
	height: auto;
	display: block;
	}

#shukuhaku #jaranai a img {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 600px;
	max-width: 960px;
	height: auto;
	display: block;
	}


/* サブナビ ###############################################################*/
#submenu {
	position: fixed;
	z-index: 600;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	min-width: 641px;
	padding: 0 0 20px 0;
	background: url('../images/subnav-bg-white100s.png') repeat-x center bottom;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-size: 100% auto;
	}

#submenu ul {
	margin: 0 auto;
	height: 40px;
	width: 640px;
	border-right: 1px solid #000000;
	border-right: 1px solid rgba(0,0,0,0.1);
	}

#submenu li {
	float: right;
	height: 40px;
	width: 79px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-left: 1px solid rgba(0,0,0,0.1);
	}

#submenu a {
	height: 40px;
	width: 79px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	}

#submenu_01 {
	background-image: url('../images/subm-1-off.png');
	}

#submenu_02 {
	background-image: url('../images/subm-2-off.png');
	}

#submenu_03 {
	background-image: url('../images/subm-3-off.png');
	}

#submenu_04 {
	background-image: url('../images/subm-4-off.png');
	}

#submenu_05 {
	background-image: url('../images/subm-5-off.png');
	}

#submenu_06 {
	background-image: url('../images/subm-6-off.png');
	}

#submenu_07 {
	background-image: url('../images/subm-7-off.png');
	}

#submenu_08 {
	background-image: url('../images/subm-8-off.png');
	}

#submenu a span {
	text-indent: -9999px;
	height: 40px;
	width: 79px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	}

#submenu_01 span {
	background-image: url('../images/subm-1-on.png');
	}

#submenu_02 span {
	background-image: url('../images/subm-2-on.png');
	}

#submenu_03 span {
	background-image: url('../images/subm-3-on.png');
	}

#submenu_04 span {
	background-image: url('../images/subm-4-on.png');
	}

#submenu_05 span {
	background-image: url('../images/subm-5-on.png');
	}

#submenu_06 span {
	background-image: url('../images/subm-6-on.png');
	}

#submenu_07 span {
	background-image: url('../images/subm-7-on.png');
	}

#submenu_08 span {
	background-image: url('../images/subm-8-on.png');
	}

#submenu a:hover span {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	}

/* サブナビ スマホ ---------------------------*/
#submenu_smp {
	position: fixed;
	z-index: 600;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	min-width: 640px;
	padding: 0 0 10px 0;
	background: url('../images/subnav-bg-white80s.png') repeat-x center bottom;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-size: 100% auto;
	}

#submenu_smp ul {
	margin: 0 auto;
	height: 120px;
	width: 640px;
	}

#submenu_smp li {
	float: right;
	height: 60px;
	width: 159px;
	overflow: hidden;
	}

#submenu_smp a {
	height: 60px;
	width: 159px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	}

#submenu_smp #submenu_01 {
	background-image: url('../images/subm_smp-1-off.png');
	}

#submenu_smp #submenu_02 {
	background-image: url('../images/subm_smp-2-off.png');
	}

#submenu_smp #submenu_03 {
	background-image: url('../images/subm_smp-3-off.png');
	}

#submenu_smp #submenu_04 {
	background-image: url('../images/subm_smp-4-off.png');
	}

#submenu_smp #submenu_05 {
	background-image: url('../images/subm_smp-5-off.png');
	}

#submenu_smp #submenu_06 {
	background-image: url('../images/subm_smp-6-off.png');
	}

#submenu_smp #submenu_07 {
	background-image: url('../images/subm_smp-7-off.png');
	}

#submenu_smp #submenu_08 {
	background-image: url('../images/subm_smp-8-off.png');
	}

#submenu_smp a span {
	text-indent: -9999px;
	height: 60px;
	width: 159px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	}

#submenu_smp #submenu_01 span {
	background-image: url('../images/subm_smp-1-on.png');
	}

#submenu_smp #submenu_02 span {
	background-image: url('../images/subm_smp-2-on.png');
	}

#submenu_smp #submenu_03 span {
	background-image: url('../images/subm_smp-3-on.png');
	}

#submenu_smp #submenu_04 span {
	background-image: url('../images/subm_smp-4-on.png');
	}

#submenu_smp #submenu_05 span {
	background-image: url('../images/subm_smp-5-on.png');
	}

#submenu_smp #submenu_06 span {
	background-image: url('../images/subm_smp-6-on.png');
	}

#submenu_smp #submenu_07 span {
	background-image: url('../images/subm_smp-7-on.png');
	}

#submenu_smp #submenu_08 span {
	background-image: url('../images/subm_smp-8-on.png');
	}

#submenu_smp a:hover span {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	}

/* フッター ###############################################################*/
footer {
	position: relative;
	z-index: 900;
	left: 0px;
	right: 0px;
	width: 100%;
	min-width: 100%;
	background-color: #000000;
/*
	background-color: rgba(0,0,0,0.8);
*/
	display: block;
	}

footer ul {
	margin: 0 auto;
	padding: 5px 20px 5px 0;
	width: auto;
	min-width: 620px;
	}

footer li {
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 2;
	margin: 0 0 0 20px;
	float: left;
	}

footer li.addresslast {
	float: right;
	}

footer a {
	color: #ffffff;
	margin: 0 0 0 10px;
	float: left;
	display: block;
	}

#pagetop {
	position: fixed;
	z-index: 1000;
	bottom: 5px;
	right: 5px;
	}

#pagetop,
#pagetop a,
#pagetop img {
	width: 150px;
	display: block;
	}

/* 背景スライド ###############################################################*/
#slide {
	width: 100%;
	min-width: 640px;
	height: 100%;
	position: fixed;
	z-index: 5;
	top: 0px;
	}

#slide li {
	text-indent: -9999px;
	width: 100%;
	min-width: 640px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-o-opacity: 1.0;
	-ms-opacity: 1.0;
	opacity: 1.0;
	}

#slide .top_bg1 {
	background-image: url('../images/top_bg1_mini.jpg');
	}

#slide .top_bg2 {
	background-image: url('../images/top_bg2_mini.jpg');
	}

#slide .top_bg3 {
	background-image: url('../images/top_bg3_mini.jpg');
	}

#slide .top_bg4 {
	background-image: url('../images/top_bg4_mini.jpg');
	}

#slide .top_bg5 {
	background-image: url('../images/top_bg5_mini.jpg');
	}

#slide .top_bg6 {
	background-image: url('../images/top_bg6_mini.jpg');
	}

#slide .top_bg7 {
	background-image: url('../images/top_bg7_mini.jpg');
	}

#slide .top_bg8 {
	background-image: url('../images/top_bg8_mini.jpg');
	}

/* スマホ */
@-webkit-keyframes slidecss1 {
	0% { opacity: 1; }
	12% { opacity: 1; }
	16% { opacity: 0; }
	96% { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes slidecss2 {
	0% { opacity: 0; }
	12% { opacity: 0; }
	16% { opacity: 1; }
	24% { opacity: 1; }
	28% { opacity: 0; }
	100% { opacity: 0; }
}

@-webkit-keyframes slidecss3 {
	0% { opacity: 0; }
	24% { opacity: 0; }
	28% { opacity: 1; }
	36% { opacity: 1; }
	40% { opacity: 0; }
	100% { opacity: 0; }
}

@-webkit-keyframes slidecss4 {
	0% { opacity: 0; }
	36% { opacity: 0; }
	40% { opacity: 1; }
	48% { opacity: 1; }
	52% { opacity: 0; }
	100% { opacity: 0; }
}

@-webkit-keyframes slidecss5 {
	0% { opacity: 0; }
	48% { opacity: 0; }
	52% { opacity: 1; }
	60% { opacity: 1; }
	64% { opacity: 0; }
	100% { opacity: 0; }
}

@-webkit-keyframes slidecss6 {
	0% { opacity: 0; }
	60% { opacity: 0; }
	64% { opacity: 1; }
	72% { opacity: 1; }
	76% { opacity: 0; }
	100% { opacity: 0; }
}

@-webkit-keyframes slidecss7 {
	0% { opacity: 0; }
	72% { opacity: 0; }
	76% { opacity: 1; }
	84% { opacity: 1; }
	88% { opacity: 0; }
	100% { opacity: 0; }
}

@-webkit-keyframes slidecss8 {
	0% { opacity: 0; }
	84% { opacity: 0; }
	88% { opacity: 1; }
	96% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes slidecss1 {
	0% { opacity: 1; }
	12% { opacity: 1; }
	16% { opacity: 0; }
	96% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes slidecss2 {
	0% { opacity: 0; }
	12% { opacity: 0; }
	16% { opacity: 1; }
	24% { opacity: 1; }
	28% { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes slidecss3 {
	0% { opacity: 0; }
	24% { opacity: 0; }
	28% { opacity: 1; }
	36% { opacity: 1; }
	40% { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes slidecss4 {
	0% { opacity: 0; }
	36% { opacity: 0; }
	40% { opacity: 1; }
	48% { opacity: 1; }
	52% { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes slidecss5 {
	0% { opacity: 0; }
	48% { opacity: 0; }
	52% { opacity: 1; }
	60% { opacity: 1; }
	64% { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes slidecss6 {
	0% { opacity: 0; }
	60% { opacity: 0; }
	64% { opacity: 1; }
	72% { opacity: 1; }
	76% { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes slidecss7 {
	0% { opacity: 0; }
	72% { opacity: 0; }
	76% { opacity: 1; }
	84% { opacity: 1; }
	88% { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes slidecss8 {
	0% { opacity: 0; }
	84% { opacity: 0; }
	88% { opacity: 1; }
	96% { opacity: 1; }
	100% { opacity: 0; }
}

#slide_smp {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	top: 0px;
	}

#slide_smp li {
	text-indent: -9999px;
	position: absolute;
	z-index: 6;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	min-width: 640px;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	}

#slide_smp .top_bg1 {
	background-image: url('../images/top_bg1_mini.jpg');
	-moz-animation: slidecss1 40s linear 0s infinite normal;
	-webkit-animation: slidecss1 40s linear 0s infinite normal;
	-o-animation: slidecss1 40s linear 0s infinite normal;
	-ms-animation: slidecss1 40s linear 0s infinite normal;
	animation: slidecss1 40s linear 0s infinite normal;
	}

#slide_smp .top_bg2 {
	background-image: url('../images/top_bg2_mini.jpg');
	-moz-animation: slidecss5 40s linear 0s infinite normal;
	-webkit-animation: slidecss5 40s linear 0s infinite normal;
	-o-animation: slidecss5 40s linear 0s infinite normal;
	-ms-animation: slidecss5 40s linear 0s infinite normal;
	animation: slidecss5 40s linear 0s infinite normal;
	}

#slide_smp .top_bg3 {
	background-image: url('../images/top_bg3_mini.jpg');
	-moz-animation: slidecss4 40s linear 0s infinite normal;
	-webkit-animation: slidecss4 40s linear 0s infinite normal;
	-o-animation: slidecss4 40s linear 0s infinite normal;
	-ms-animation: slidecss4 40s linear 0s infinite normal;
	animation: slidecss4 40s linear 0s infinite normal;
	}

#slide_smp .top_bg4 {
	background-image: url('../images/top_bg4_mini.jpg');
	-moz-animation: slidecss2 40s linear 0s infinite normal;
	-webkit-animation: slidecss2 40s linear 0s infinite normal;
	-o-animation: slidecss2 40s linear 0s infinite normal;
	-ms-animation: slidecss2 40s linear 0s infinite normal;
	animation: slidecss2 40s linear 0s infinite normal;
	}

#slide_smp .top_bg5 {
	background-image: url('../images/top_bg5_mini.jpg');
	-moz-animation: slidecss3 40s linear 0s infinite normal;
	-webkit-animation: slidecss3 40s linear 0s infinite normal;
	-o-animation: slidecss3 40s linear 0s infinite normal;
	-ms-animation: slidecss3 40s linear 0s infinite normal;
	animation: slidecss3 40s linear 0s infinite normal;
	}

#slide_smp .top_bg6 {
	background-image: url('../images/top_bg6_mini.jpg');
	-moz-animation: slidecss6 40s linear 0s infinite normal;
	-webkit-animation: slidecss6 40s linear 0s infinite normal;
	-o-animation: slidecss6 40s linear 0s infinite normal;
	-ms-animation: slidecss6 40s linear 0s infinite normal;
	animation: slidecss6 40s linear 0s infinite normal;
	}

#slide_smp .top_bg7 {
	background-image: url('../images/top_bg7_mini.jpg');
	-moz-animation: slidecss7 40s linear 0s infinite normal;
	-webkit-animation: slidecss7 40s linear 0s infinite normal;
	-o-animation: slidecss7 40s linear 0s infinite normal;
	-ms-animation: slidecss7 40s linear 0s infinite normal;
	animation: slidecss7 40s linear 0s infinite normal;
	}

#slide_smp .top_bg8 {
	background-image: url('../images/top_bg8_mini.jpg');
	-moz-animation: slidecss8 40s linear 0s infinite normal;
	-webkit-animation: slidecss8 40s linear 0s infinite normal;
	-o-animation: slidecss8 40s linear 0s infinite normal;
	-ms-animation: slidecss8 40s linear 0s infinite normal;
	animation: slidecss8 40s linear 0s infinite normal;
	}

#slide_smp img {
	display: none;
	}

/* ロゴフェード ###############################################################*/
@-webkit-keyframes logofade {
	0% { opacity: 0; }
	25% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 1; }
}

@-webkit-keyframes openfade {
	0% { opacity: 0; }
	50% { opacity: 0; }
	75% { opacity: 1; }
	100% { opacity: 1; }
}

@-webkit-keyframes menufade {
	0% { opacity: 0; }
	75% { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes menufade {
	0% { opacity: 0; }
	50% { opacity: 0; }
	75% { opacity: 1; }
	100% { opacity: 1; }
}

@keyframes logofade {
	0% { opacity: 0; }
	25% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 1; }
}

@keyframes openfade {
	0% { opacity: 0; }
	50% { opacity: 0; }
	75% { opacity: 1; }
	100% { opacity: 1; }
}

@keyframes menufade {
	0% { opacity: 0; }
	75% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes menufade {
	0% { opacity: 0; }
	50% { opacity: 0; }
	75% { opacity: 1; }
	100% { opacity: 1; }
}


#logo2015 {
	-webkit-animation: logofade 4s linear 0s 1 normal;
	animation: logofade 4s linear 0s 1 normal;
	}

#open2015 {
	-webkit-animation: openfade 4s linear 0s 1 normal;
	animation: openfade 4s linear 0s 1 normal;
	}

/*+++++*/
#open2017 {
	-webkit-animation: openfade 4s linear 0s 1 normal;
	animation: openfade 4s linear 0s 1 normal;
	}

/*+++++*/
#owabi2016 {
	-webkit-animation: logofade 4s linear 0s 1 normal;
	animation: logofade 4s linear 0s 1 normal;
	}

#owabi2016pc,
#owabi2016smp {
	-webkit-animation: logofade 4s linear 0s 1 normal;
	animation: logofade 4s linear 0s 1 normal;
	}
/*+++++*/

#menu {
	-webkit-animation: menufade 4s linear 0s 1 normal;
	animation: menufade 4s linear 0s 1 normal;
	}

/* コンテンツの高さ固定 ###############################################################*/

/*
body {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	}
*/

.pagebox {
/*
	position: relative;
	z-index: 10;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	min-height: 100%;
	overflow: visible;
*/
	min-height: 100%;
	overflow: visible;
	}

.pagebox_innner {
/*
	height: 100%;
	min-height: 100%;
	overflow: visible;
*/
	min-height: 100%;
	overflow: visible;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

#top_01 {
	height: auto;
	min-height: 100%;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-size: 100% auto;
	}

/*------------*/
#slide li {
/*
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
*/
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-size: 100% auto;
	}

#slide_smp li {
/*
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;

	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-size: 100% auto;
*/

-moz-background-size: auto 70%;
-webkit-background-size: auto 70%;
-o-background-size: auto 70%;
-ms-background-size: auto 70%;
background-size: auto 70%;

	}
/*------------*/

/*JS#####################################################*/
.slide_init_bg {
	background-image: url('../images/top_bg0-2.png') !important;
	background-position: center bottom !important;
	}

.slide_init_nobg {
	background-image: none !important;
	}

.slide_init_li {
	position: absolute !important;
	z-index: 6 !important;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden !important;
	width: 100% !important;
	height: 100% !important;
	}

/*JS スマホ最適化#####################################################*/
#iphone #logo2015 {
	width: 90%;
	max-width: 700px;
	max-height: 500px;
	}

#iphone #open2015 {
	width: 80%;
	max-width: 620px;
	}

/*+++++*/
#iphone #open2017 {
	width: 80%;
	max-width: 620px;
	}

/*+++++*/
#iphone #owabi2016 {
	width: 100%;
	max-width: 620px;
	}

#iphone #owabi2016pc {
	display: none;
	}

#iphone #owabi2016smp {
	display: block;
	}
/*+++++*/

#iphone #content_01 {
	background-image: none;
	}

#iphone #content_02,
#iphone #content_03,
#iphone #content_04,
#iphone #content_05,
#iphone #content_06,
#iphone #content_07,
#iphone #content_08 {
	background-image: none;
	margin-top: 0px;
	}

#iphone #pagetop {
	bottom: 5px;
	}

#iphone .tab-box img {
	width: 46px;
	height: 300px;
	}

#iphone #tel img {
	width: 70%;
	}

#iphone {
	font-size: 18px;
	}

#iphone #news li {
	font-size: 60%;
	}

#iphone footer li {
	line-height: 1.5;
	font-size: 85%;
	}

#iphone .gallery ul a img {
	width: 120px;
	height: 90px;
	}

#iphone #shukuhaku {
	margin-top: 0px;
	}

/*--------*/
#android #logo2015 {
	width: 90%;
	max-width: 700px;
	max-height: 500px;
	}

#android #open2015 {
	width: 80%;
	max-width: 620px;
	}

/*+++++*/
#android #open2017 {
	width: 80%;
	max-width: 620px;
	}

/*+++++*/
#android #owabi2016 {
	width: 100%;
	max-width: 620px;
	}

#android #owabi2016pc {
	display: none;
	}

#android #owabi2016smp {
	display: block;
	}
/*+++++*/

#android #content_01 {
	background-repeat: repeat-y;
	}

#android #content_02,
#android #content_03,
#android #content_04,
#android #content_05,
#android #content_06,
#android #content_07,
#android #content_08 {
	background-repeat: repeat-y;
	margin-top: 0px;
	}

#android #pagetop {
	bottom: 5px;
	}

#android .tab-box img {
	width: 46px;
	height: 300px;
	}

#android #tel img {
	width: 70%;
	}

#android {
	font-size: 18px;
	}

#android #news li {
	font-size: 60%;
	}

#android footer li {
	line-height: 1.5;
	font-size: 85%;
	}

#android .gallery ul a img {
	width: 120px;
	height: 90px;
	}

/*
#android #slide {
	display: none;
	}

#android #top_01 {
	background-image: url('images/top_bg1_mini.jpg')
	}
*/

#android #shukuhaku {
	margin-top: 0px;
	}

/*--------*/
#windowsphone #logo2015 {
	width: 90%;
	max-width: 700px;
	max-height: 500px;
	}

#windowsphone #open2015 {
	width: 80%;
	max-width: 620px;
	}

/*+++++*/
#windowsphone #open2017 {
	width: 80%;
	max-width: 620px;
	}

/*+++++*/
#windowsphone #owabi2016 {
	width: 100%;
	max-width: 620px;
	}

#windowsphone #owabi2016pc {
	display: none;
	}

#windowsphone #owabi2016smp {
	display: block;
	}
/*+++++*/

#windowsphone #content_01 {
	background-image: none;
	}

#windowsphone #content_02,
#windowsphone #content_03,
#windowsphone #content_04,
#windowsphone #content_05,
#windowsphone #content_06,
#windowsphone #content_07,
#windowsphone #content_08 {
	background-image: none;
	margin-top: 0px;
	}

#windowsphone #pagetop {
	bottom: 5px;
	}

#windowsphone .tab-box img {
	width: 46px;
	height: 300px;
	}

#windowsphone #tel img {
	width: 70%;
	}

#windowsphone {
	font-size: 18px;
	}

#windowsphone #news li {
	font-size: 60%;
	}

#windowsphone footer li {
	line-height: 1.5;
	font-size: 85%;
	}

#windowsphone .gallery ul a img {
	width: 120px;
	height: 90px;
	}

/*
#windowsphone #slide {
	display: none;
	}

#windowsphone #top_01 {
	background-image: url('images/top_bg1_mini.jpg')
	}
*/

#windowsphone #shukuhaku {
	margin-top: 0px;
	}

/*CSS3 スマホカット#####################################################*/
/*
.cssex {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

.cssex a {
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	}

.cssex .footer_link a,
.cssex .footer_link2 a {
	color: transparent;
	-moz-text-shadow: rgba(255,255,255,1.0) 0px 0px 3px, rgba(255,255,255,1.0) 0px 0px 3px;
	-webkit-text-shadow: rgba(255,255,255,1.0) 0px 0px 3px, rgba(255,255,255,1.0) 0px 0px 3px;
	-o-text-shadow: rgba(255,255,255,1.0) 0px 0px 3px, rgba(255,255,255,1.0) 0px 0px 3px;
	-ms-text-shadow: rgba(255,255,255,1.0) 0px 0px 3px, rgba(255,255,255,1.0) 0px 0px 3px;
	text-shadow: rgba(255,255,255,1.0) 0px 0px 3px, rgba(255,255,255,1.0) 0px 0px 3px;
	}
*/

.cssex #content_01,
.cssex #content_02,
.cssex #content_03,
.cssex #content_04,
.cssex #content_05,
.cssex #content_06,
.cssex #content_07,
.cssex #content_08 {
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 20px 20px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 20px 20px 0px;
	-o-box-shadow: rgba(0,0,0,0.2) 0px 20px 20px 0px;
	-ms-box-shadow: rgba(0,0,0,0.2) 0px 20px 20px 0px;
	box-shadow: rgba(0,0,0,0.2) 0px 20px 20px 0px;
	}

.cssex #menu {
/*
	-moz-box-shadow: rgba(0,0,0,0.0) 0px 0px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.0) 0px 0px 0px;
	-o-box-shadow: rgba(0,0,0,0.0) 0px 0px 0px;
	-ms-box-shadow: rgba(0,0,0,0.0) 0px 0px 0px;
	box-box-shadow: rgba(0,0,0,0.0) 0px 0px 0px;
*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-box-shadow: none;

	-moz-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	}

.cssex #menu_list span {
	-moz-transition: opacity 0.3s linear 0.0s;
	-webkit-transition: opacity 0.3s linear 0.0s;
	-o-transition: opacity 0.3s linear 0.0s;
	-ms-transition: opacity 0.3s linear 0.0s;
	transition: opacity 0.3s linear 0.0s;
	}

.cssex #menu:hover {
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
	-o-box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
	-ms-box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
	box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
	}

.cssex #news li {
	-moz-text-shadow: rgba(255,255,255,1.0) 0px 1px 2px;
	-webkit-text-shadow: rgba(255,255,255,1.0) 0px 1px 2px;
	-o-text-shadow: rgba(255,255,255,1.0) 0px 1px 2px;
	-ms-text-shadow: rgba(255,255,255,1.0) 0px 1px 2px;
	text-shadow: rgba(255,255,255,1.0) 0px 1px 2px;
	}

/*
.cssex footer li {
	-moz-text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
	-webkit-text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
	-o-text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
	-ms-text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
	text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
	}

.cssex .tab-box img {
	-moz-box-shadow: rgba(0,0,0,1.0) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0,0,0,1.0) 0px 0px 5px 0px;
	-o-box-shadow: rgba(0,0,0,1.0) 0px 0px 5px 0px;
	-ms-box-shadow: rgba(0,0,0,1.0) 0px 0px 5px 0px;
	box-shadow: rgba(0,0,0,1.0) 0px 0px 5px 0px;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	}

.cssex .tab-box img:hover {
	-moz-box-shadow: rgba(255,255,255,1.0) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(255,255,255,1.0) 0px 0px 5px 0px;
	-o-box-shadow: rgba(255,255,255,1.0) 0px 0px 5px 0px;
	-ms-box-shadow: rgba(255,255,255,1.0) 0px 0px 5px 0px;
	box-shadow: rgba(255,255,255,1.0) 0px 0px 5px 0px;
	}
*/

.cssex .gallery ul a img {
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
/*
	-moz-box-shadow: rgba(0,0,0,0.0) 0px 3px 6px;
	-webkit-box-shadow: rgba(0,0,0,0.0) 0px 3px 6px;
	-o-box-shadow: rgba(0,0,0,0.0) 0px 3px 6px;
	-ms-box-shadow: rgba(0,0,0,0.0) 0px 3px 6px;
	box-shadow: rgba(0,0,0,0.0) 0px 3px 6px;
*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	}

.cssex .gallery ul a:hover img {
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
	-o-box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
	-ms-box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
	box-shadow: rgba(0,0,0,0.2) 0px 3px 6px;
	}

.cssex #shukuhaku select {
	-moz-transition: all 0.2s linear 0.0s;
	-webkit-transition: all 0.2s linear 0.0s;
	-o-transition: all 0.2s linear 0.0s;
	-ms-transition: all 0.2s linear 0.0s;
	transition: all 0.2s linear 0.0s;
	}

.cssex #submenu a span {
	-moz-transition: opacity 0.3s linear 0.0s;
	-webkit-transition: opacity 0.3s linear 0.0s;
	-o-transition: opacity 0.3s linear 0.0s;
	-ms-transition: opacity 0.3s linear 0.0s;
	transition: opacity 0.3s linear 0.0s;
	}

/*
.cssex #slide {
	-moz-transition: all 0.8s linear 0s;
	-webkit-transition: all 0.8s linear 0s;
	-o-transition: all 0.8s linear 0s;
	-ms-transition: all 0.8s linear 0s;
	transition: all 0.8s linear 0s;
	}
*/

/*求人情報#####################################################*/

#rectitle {
	font-size: 14px;
	color: #331100;
	line-height: 1.5;
	text-align: center;
	margin: 20px auto;
	padding: 30px 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	}

#rectitletext {
	color: #9e2121;
	font-size: 70px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	line-height: 1;
	}

#rectitle img {
	margin: 0px;
	padding: 0px;
	width: 600px;
	}

.rectable,
.rectable tr,
.rectable th,
.rectable td {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-collapse: collapse;
	border-spacing: 0px;
	}

.rectable {
	margin: 100px auto;
	padding: 0px;
	border: 2px solid #ccbbaa;
	width: 600px;
	background-color: rgba(255, 255, 255, 0.5);
	}

.rectable tr {
	margin: 0px;
	padding: 0px;
	width: 600px;
	}

.rectable th {
	text-align: center;
	margin: 0px;
	padding: 3px;
	border: 1px dotted #ccbbaa;
	background-image: url('../images/table-bg-th.png');
	background-repeat: repeat;
	width: 30%;
	}

.rectable td {
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 3px;
	border: 1px dotted #ccbbaa;
	background-image: url('../images/table-bg-td.png');
	background-repeat: repeat;
	width: 70%;
	}

