@charset "utf-8";
/* CSS Document */

/* =========================
	body
========================= */

body {
	background: #fff;
	line-height: 2em;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #111;
}

p {
	padding: 0 2%;
	color: #111;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
	word-break: break-all;
	font-weight: bold;
	color: #111;
}

a:focus {
	outline: none;
}

table {
	width: 100%;
	/*border-collapse: collapse;*/
	border-spacing: 2px;
	word-break: break-all;
	font-size: 12px;
}

table span {
	display: inline-block;
}

th {
	padding: 8px 2%;
	background: rgba(0,0,0,0.15);
	vertical-align: top;
}

td {
	width: auto;
	padding: 8px 2%;
	background: rgba(0,0,0,0.07);
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 20px;
	color: #111;
}

dl {
	padding: 0 2%;
	color: #111;
}

dl:after {
	content: "";
	display: block;
	clear: both;
}

dt {
	clear: both;
	float: left;
	width: 8%;
	max-width: 20px;
	margin: 0;
}

dd {
	float: left;
	width: 92%;
	margin: 0;
}


/* =========================
	slider
========================= */

.slider_box {
	line-height: 0;
}


/* =========================
	header
========================= */

.header {
	background: #000;
	line-height: 0;
}

.header_inner {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding: 15px 0;
}

.header_inner:after {
	content: "";
	display: block;
	clear: both;
}

h1 {
	float: left;
	width: 60%;
	margin: 0;
}

@media screen and (max-width: 480px) {
	h1 {
		width: 80%;
	}
}


/* =========================
	g_menu
========================= */	

.g_menu {
	float: right;
	width: 40%;
	margin: 0;
}

.g_menu:after {
	content: "";
	display: block;
	clear: both;
}

.g_menu ul {
	margin: 0;
	padding: 0;
}

.g_menu li:first-child {
	margin: 0;
	text-align: right;
}

.g_menu li:last-child {
	display: none;
	margin: 0;
	text-align: right;
}

.g_menu a {
	display: block;
}

.g_menu img {
	max-width: 150px;
}

@media screen and (max-width: 480px) {
	.g_menu {
		width: 20%;
	}
	
	.g_menu li:first-child {
		display: none;
	}
	
	.g_menu li:last-child {
		display: block;
	}
	
	.g_menu img {
		max-width: 30px;
	}
}

/* =========================
	sub_menu
========================= */

.sub_menu {
	padding: 60px 2% 30px;
	text-align: center;
	line-height: 0;
}

.sub_menu a {
	display: inline-block;
	margin: 0 2% 30px;
}

.sub_menu2 {
	margin: 35px 2% -30px;
	text-align: center;
	line-height: 0;
}

.sub_menu2 a {
	display: inline-block;
	margin: 0 2% 30px;
}


/* =========================
	menu
========================= */

.menu {
	background: #000;
}

.menu ul {
	width: 96%;
	max-width: 700px;
	margin: 0 auto 40px;
	padding: 0;
	text-align: center;
	list-style: none;
}

.menu ul li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.menu ul li:last-child {
	border-bottom: none;
}

.menu ul li a {
	display: block;
	padding: 25px 5% 20px;
	background: url(../img/menu/arrow.png) no-repeat 95% 50%;
	background-size: auto 10px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}


/* =========================
	sns_menu
========================= */

.sns_menu {
	width: 96%;
	max-width: 600px;
	margin: 60px auto 30px;
	text-align: center;
	line-height: 0;
}

.sns_menu a:nth-child(odd) {
	display: block;
	margin: 0 0 30px;
	padding: 20px 5%;
	background: #333;
}

.sns_menu a:nth-child(even) {
	display: block;
	max-width: 560px;
	margin: 0 0 30px;
	padding: 20px 5%;
	background: #666;
}


/* =========================
	footer_menu
========================= */

.footer_menu {
	padding: 30px 2% 0;
	text-align: center;
	line-height: 0;
}
	

/* =========================
	f_menu
========================= */

.f_menu {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 15px;
	border-bottom: 1px solid rgba(204,204,204,0.3);
	line-height: 0;
	text-align: center;
}

.f_menu ul {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
}

.f_menu ul:after {
	content: "";
	display: block;
	clear: both;
}

.f_menu li:first-child {
	display: block;
	float: left;
	width: 49%;
	text-align: left;
	list-style: none;
}

.f_menu li:last-child {
	display: block;
	float: right;
	width: 49%;
	text-align: right;
	list-style: none;
}

.f_menu a {
	display: block;
	padding: 0 5%;
}

.f_menu a img {
	max-width: 120px;
}


/* =========================
	footer
========================= */

.footer {
	margin: 50px 0 0;
	padding: 18px 0 0;
	background: #161616;
}

.footer_inner {
	width: 90%;
	max-width: 460px;
	margin: 40px auto 0;
}

.footer_inner p {
	margin: 20px 0 0;
	color: #ccc;
}

.footer_inner span {
	display: inline-block;
}

.footer_info {
	width: 82%;
	max-width: 700px;
	margin: 30px auto 0;
	padding: 10px 2% 5px;
	background: rgba(255,255,255,0.8);
}

.footer_info dl {
	color: #000;
}

.copyright {
	margin: 40px 0 0;
	padding: 15px 2% 10px;
	background: #000;
	text-align: center;
}

.copyright p {
	margin: 0;
	font-size: 10px;
	color: #ccc;
}


/* =========================
	Contents
========================= */

.title {
	margin: -3% 5% 40px;
	position: relative;
	z-index: 10;
	top: -20px;
}

.contents {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
}

.inner span,
.inner strong {
	display: inline-block;
}

.midashi {
	background: url(../img/base/line.jpg) no-repeat center center;
	text-align: center;
	line-height: 0;
}

.midashi strong {
	display: inline-block;
	padding: 10px 5%;
	background: #fff;
}

@media screen and (max-width: 480px) {
	.midashi {
		background: none;
	}
}

.midashi2 {
	margin: 0 0 30px;
	background: url(../img/base/line.jpg) no-repeat center center;
	line-height: 0;
}

.midashi2 strong {
	display: inline-block;
	padding: 10px 5% 10px 0;
	background: #fff;
}

@media screen and (max-width: 480px) {
	.midashi2 {
		background: none;
	}
}

.image3 {
	margin: 30px 0 0;
	text-align: center;
	line-height: 0;
}

.image3 img {
	width: 47%;
	max-width: 350px;
	margin: 1%;
}

@media screen and (max-width: 480px) {
	.image3 img {
		width: 97%;
	}
}
	

/* =========================
	page
========================= */

/*------------------ index ------------------*/

.index_lead {
	padding: 60px 0 0;
}

.index_lead p {
	max-width: 540px;
	margin: 50px auto 70px;
}

.chouka {
	padding: 80px 0;
	background: url(../img/index/chouka.jpg) no-repeat 60% 100%;
	background-size: cover;
	line-height: 0;
}

.chouka h2 {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/index/chouka_midashi.png) no-repeat center left;
}

.chouka div {
	width: 80%;
	max-width: 700px;
	margin: 80px auto 0;
	text-align: right;
}

.tsuri {
	width: 96%;
	max-width: 700px;
	margin: 50px auto;
}

.tsuri h2 {
	margin: 50px 0 30px;
	background: url(../img/index/tsuri_midashi.png) no-repeat top left;
}

.tsuri_box {
	padding: 80px 5%;
	background: url(../img/index/tsuri_box.jpg) no-repeat center center;
	background-size: cover;
}

.tsuri_box h3 {
	text-align: center;
}

.tsuri_box p {
	max-width: 400px;
	margin: 50px auto 0;
	color: #fff;
}

.tsuri_box2 {
	margin: 0 0 60px;
	padding: 80px 5%;
	background: url(../img/index/tsuri_box2.jpg) no-repeat center center;
	background-size: cover;
}

.tsuri_box2 p {
	max-width: 400px;
	margin: 50px auto 0;
	color: #fff;
}

.tsuri_box2 h3 {
	text-align: center;
}

.index_appeal {
	margin: 60px 0 0;
	text-align: center;
}

.index_appeal p {
	max-width: 520px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.index_appeal p:after {
	content: "";
	display: block;
	clear: both;
}

.index_appeal p a {
	display: inline-block;
	float: right;
	margin: -65px 0 0;
	padding: 8px 5%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

.a1 {
	padding: 40px 5% 30px;
	background: url(../img/index/a1.jpg) no-repeat center center;
	background-size: cover;
}

.a1 div {
	margin: 30px 0 0;
}

.a2 {
	padding: 40px 5%;
	background: url(../img/index/a2.jpg) no-repeat center center;
	background-size: cover;
}



/*------------------ course ------------------*/

.course_main {
	background: url(../img/course/main.jpg) no-repeat 15% 100%;
	background-size: cover;
	line-height: 0;
}

.course_table {
	width: 96%;
	max-width: 700px;
	margin: 40px auto 0;
}

.course_table h4 {
	background: #000;
	line-height: 0;
}

.course_table table {
	margin: 10px 0 0;
}

.course_table th {
	width: 38%;
	text-align: left;
}

.course_midashi {
	margin: 0 0 30px;
	background: url(../img/course/course_midashi.png) no-repeat center left;
	line-height: 0;
}

@media screen and (max-width: 480px) {
	.course_midashi {
		background: none;
	}
}

.reel {
	margin: 20px 0 0;
	padding: 0 14px;
}

.reel .ui-collapsible-content {
	margin: 20px 0 0;
	padding: 20px 2%;
	background: #fff;
	border: 1px solid #111;
}

.reel h3 {
	padding: 0 0 10px;
	background: #000;
	line-height: 0;
}

.reel h4 {
	background: url(../img/base/line.jpg) no-repeat center center;
	line-height: 0;
}

.reel h4 strong {
	display: inline-block;
	padding: 10px 5% 10px 0;
	background: #fff;
}

@media screen and (max-width: 540px) {
	.reel h4 {
		background: none;
	}
}

.reel_midashi {
	margin: 30px 0 20px;
	background: #000;
	line-height: 0;
}

#c1,
#c2,
#c3,
#c4 {
	padding: 50px 0 0;
}


/*------------------ price ------------------*/

.price_main {
	background: url(../img/price/main.jpg) no-repeat 50% 100%;
	background-size: cover;
	line-height: 0;
}

.price_table {
	width: 96%;
	max-width: 700px;
	margin: 0 auto 80px;
}

.price_table h3 {
	margin: 0 0 40px;
	background: url(../img/price/price_midashi.png) no-repeat center left;
	line-height: 0;
}

.price_table th {
	width: 26%;
	text-align: left;
}


/*------------------ access ------------------*/

.access_main {
	background: url(../img/access/main.jpg) no-repeat 60% 100%;
	background-size: cover;
	line-height: 0;
}

.g_map {
	margin: 0 0 30px;
	padding: 1px;
	background: #999;
	line-height: 0;
}

.access_midashi {
	margin: 50px 0 40px;
	background: url(../img/access/access_midashi.png) no-repeat center left;
	line-height: 0;
}

.access div {
	text-align: center;
}

.access div img:last-child {
	display: none;
}

@media screen and (max-width: 500px) {
	.access div img:first-child {
		display: none;
	}
	
	.access div img:last-child {
		display: inline-block;
	}
}

.access p strong {
	display: inline-block;
}

.access dl {
	color: #900;
}

.access_box {
	max-width: 530px;
	margin: 30px auto 0;
}

.access_box p {
	margin: -5px 0 0;
}


/*------------------ hotel ------------------*/

.hotel_main {
	background: url(../img/hotel/main.jpg) no-repeat 85% 100%;
	background-size: cover;
	line-height: 0;
}

.hotel_table {
	width: 96%;
	max-width: 700px;
	margin: 0 auto 40px;
}

.hotel_table a {
	font-weight: normal;
}

.hotel_table th {
	width: 35%;
	text-align: left;
}


/* =========================
	dialog
========================= */

.ui-header {
	padding: 10px 0 0 !important;
	text-shadow: none;
}

.ui-dialog {
	background: #161616 !important;
}

.ui-dialog-contain {
	width: 96%;
	max-width: 700px;
	margin: 10% auto;
	padding: 0 0 40px;
	background: #fff !important;
	position: relative;
	top: -1em;
}

.dialog {
	padding: 0 2% ;
}

.dialog h3 {
	text-align: center;
}

.dialog p {
	color: #333;
	text-shadow: none;
}

.dialog dl {
	text-shadow: none;
}

.dialog span {
	display: inline-block;
}

.dialog table {
	text-shadow: none;
}

.close {
	max-width: 120px;
	margin: 30px auto 0;
	fon-size: 15px;
}


/* =========================
	others
========================= */

/*------------------ float ------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.float_clear:after {
	content: "";
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	text-align: right;
}


/*------------------ link_button ------------------*/

.link_button {
	max-width: 250px;
	margin: 0 auto;
	background: #f9e792;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:  1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:  1px 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.link_button a {
	display: block;
	padding: 15px 5px 12px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}


/*------------------ anchor ------------------*/

#anchor_link {
	margin: -50px 0 0;
	padding: 30px 0 0;
	text-align: center;
}

#anchor_link a {
	display: inline-block;
	width: 200px;
	margin: 10px 2%;
	padding: 8px 10px 5px;
	background: url(https://umitsurikouen.com/sp/common/img/cuisine/arrow.png) no-repeat 95% 50%,
	rgba(0,0,0,1);
	background-size: auto 12px,
	auto;
	color: #fff;
	text-decoration: none;
}

.return {
	width: 96%;
	max-width: 700px;
	margin: 30px auto 0;
	text-align: right;
}

.return a {
	color: #111;
	text-decoration: none;
}


/*------------------ shadow ------------------*/

.img_shadow img {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.text_shadow {
	text-shadow: 1px 1px 3px #fff,
	-1px  1px 3px #fff,
	1px -1px 3px #fff,
	-1px -1px 3px #fff;
}


/*------------------ box_sizing ------------------*/

.box {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}


/*------------------ radius ------------------*/

.radius { 
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}


/*------------------ lightbox ------------------*/

.lightbox_info {
	margin: 3px 0 8px;
	text-align: center;
	font-size: 11px;
}

.lightbox a {
	display: block;
	margin: 0 0 2%;
	position: relative;
}

.lightbox a span {
	position: absolute;
	right: 0;
	bottom: 0;
}

.lightbox div:after {
	content: "";
	display: block;
	clear: both;
}

.lightbox div a:nth-child(odd) {
	display: block;
	float: left;
	width: 49%;
}

.lightbox div a:nth-child(even) {
	display: block;
	float: right;
	width: 49%;
}

.l_small {
	line-height: 0;
}

.l_small:after {
	content: "";
	display: block;
	clear: both;
}

.l_small a:nth-child(1) {
	display: inline-block;
	float: left;
	width: 32%;
	margin: 0 0 2%;
}

.l_small a:nth-child(2) {
	display: inline-block;
	float: left;
	width: 32%;
	margin: 0 2% 2%;
}

.l_small a:nth-child(3) {
	display: inline-block;
	float: right;
	width: 32%;
	margin: 0 0 2%;
}

.l_small2 {
	line-height: 0;
	text-align: center;
}

.l_small2 img {
	width: 47%;
	max-width: 250px;
	margin: 1%;
}


/*------------------ youtube ------------------*/

.youtube {
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/*------------------ margin ------------------*/

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}


/*------------------ line_height ------------------*/

.line_height {
	margin: 0;
	line-height: 0;
	text-align: center;
}