
@charset "utf-8";


/* ====================================

	Google Fonts

==================================== */

/* logo */
@import url(https://fonts.googleapis.com/css?family=Galdeano);

/* slider text */
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url(https://fonts.googleapis.com/css?family=Philosopher);

/* content text */
@import url(https://fonts.googleapis.com/css?family=Crimson+Text);




/* ====================================

	0.General

==================================== */

html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}


body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px; 
	font-size: 1.4rem;
	font-family:  "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 140%;
	word-break : break-all;
	position: relative;
	 -webkit-text-size-adjust: 100%;
}


a {
	color: #7F1184;
	text-decoration: underline;
}

	a:link {
		color: #7F1184;
		text-decoration: underline;
	}

	a:visited {
		color: #7F1184;
		text-decoration: underline;
	}

	a:hover {
		color: #7F1184;
		text-decoration: none;
	}


img {
	border: none;
	line-height: 0;
	vertical-align: bottom;
}


.minchou {
	font-family: 游明朝, "游明朝体", "Yu Mincho", YuMincho, "黎ミン L","Reimin Light", "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-weight:500;
}



/* ====================================

	1.Header

==================================== */

header{
	background-color:#FFF;
	background-image:url(../../../img/line.png);
	background-position:center top;
	background-repeat: repeat-x;
}

header > p {
	display: inline-block;
	width: 100%;
	min-height: 45px;
	margin: 18px 0 0 15px;
	font-family: 'cwTeXMing', serif;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
	white-space: nowrap;
	line-height: 100%;
	overflow: hidden;
}

header > p span {
	display: block;
	font-size: 1.4rem;
}

#top-head {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* Fixed */
#top-head.fixed {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 16px -5px rgba(0,0,0,.3);
}



/* ====================================

	2.Main

==================================== */

main {
	padding-top: 70px;
	font-family: 'cwTeXMing', serif;
}

main.bg {
	padding: 60px 20px;
	padding-top: 90px;
	background-image: url(../../../img/bg_main.jpg);
	background-position: center top;
	background-repeat: repeat;
	box-sizing: border-box;
}


main h1 {
	text-indent: -9999px;
}


#content {
	padding: 20px 20px 40px 20px;
	background-color:#FFF;
	box-sizing: border-box;
}



a.bt,
a.bt:link,
a.bt:visited {
	width: 100%;
	margin: 0 auto;
	padding: 19px 0 18px 0;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	line-height: 100%;
	color: #FFF;
	background-color: #7F1184;
	border: 1px solid #7F1184;
	box-sizing: border-box;
	position: relative;
}

a.bt::after {
	display: block;
	content: '';
	position: absolute;
	top: 42%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*
 	2.1 Slider
==================================== */

#slider {
	margin: 0 auto 40px auto;
	position: relative;
}

#bxslider-outer{
	position: relative;
	max-width: 100%;
	margin: 0;
}

.bx-wrapper {
	margin: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}

.bxslider img{
	width: 100% !important;
	height: auto !important;
}

#slider p {
	margin: 0 auto 40px auto;
	position: absolute;
	width: 100%;
	top: 38%;
	left: 0;
	font-family: 'cwTeXMing', serif;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 120%;
	color: #FFF;
}


/*
 	2.2 Title & Text
==================================== */

section h2 {
	width: 100%;
	margin: 0 auto 50px auto;
	padding-top: 60px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	font-family: 'cwTeXMing', serif;
	text-align: center;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	line-height: 100%;
	color: #000;
	position: relative;
	box-sizing: border-box;
}

section h2::after {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 60px;
	height: 4px;
	margin: 0 auto;
	content: "";
	background-color: #7F1184;
}

main.bg h2 {
	padding-top: 0;
}

section h3 {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 15px 10px;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'cwTeXMing', serif;
	letter-spacing: 0.15em;
	line-height: 100%;
	color: #FFF;
	background-color: #7F1184;
	background-image: url(../img/bg_footer.png);
	background-position: center center;
	background-repeat: repeat;
	box-sizing: border-box;
}

section h4 {
	width: 100%;
	margin: 0 auto 15px auto;
	padding-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 100%;
	color: #7F1184;
	border-bottom: 2px solid #CCC;
	box-sizing: border-box;
}

.text {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 180%;
}

section img {
	width: 100%;
}



/*
 	2.3 Button
==================================== */

a.bt,
a.bt:link,
a.bt:visited {
	width: 100%;
	margin: 0 auto;
	padding: 18px 32px 16px 32px;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	line-height: 130%;
	color: #FFF;
	background-color: #7F1184;
	border: 1px solid #7F1184;
	box-sizing: border-box;
	position: relative;
}

a.bt::after {
	display: block;
	content: '';
	position: absolute;
	top: 42%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


a.bt2,
a.bt2:link,
a.bt2:visited {
	width: 100%;
	margin: 0 auto;
	padding: 14px 32px 12px 32px;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	line-height: 130%;
	color: #7F1184;
	border: 1px solid #7F1184;
	box-sizing: border-box;
	position: relative;
}

a.bt2::after {
	display: block;
	content: '';
	position: absolute;
	top: 42%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #7F1184;
	border-bottom: 1px solid #7F1184;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/*
 	2.4 Link
==================================== */

#link {
	margin: 0 auto 80px auto;
	padding: 0 15px;
	position: relative;
	letter-spacing: -.4em;
	box-sizing: border-box;
}


section#link .jta {
	margin: 0 auto 40px auto;
	text-align: center;
}

section#link .jta img {
	width: 240px;
}


#link ul {
	margin-bottom: 30px;
}

#link li {
	display: inline-block;
	width: 47%;
	margin-bottom: 15px;
	letter-spacing: 0;
	vertical-align: top;
	box-sizing: border-box;
}

#link li a {
	display: block;
	width: 100%;
	height: 100%;
}

#link li a img {
	width: 100%;
}

#link > p {
	padding: 0 20px;
	font-family: 'cwTeXMing', serif;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #7F1184;
}



/*
 	2.5 What is Ama ?
==================================== */

#ama {
	margin: 0 auto 10px auto;
	padding: 10px 15px 70px 15px;
	position: relative;
	letter-spacing: -.4em;
	background-image: url(../../../img/bg_ama.png);
	background-position: center top;
	background-repeat: repeat;
	box-sizing: border-box;
}



/*
 	2.6 What is Ama ?
==================================== */

#amagoya {
	margin: 0 auto 100px auto;
	padding: 15px 15px 10px 15px;
	position: relative;
	letter-spacing: -.4em;
}



/*
 	2.7 Menu
==================================== */

#menu2 {
	margin: 0 auto;
	padding: 20px 15px 80px 15px;
	background-image: url(../../../img/bg_ama.png);
	background-position: center top;
	background-repeat: repeat;
	box-sizing: border-box;
}

#menu2 div h2::after {
	display: none;
}

.lunch h2,
.tea h2 {
	margin: 0 auto 20px auto;
	padding-top: 60px;
	padding-bottom: 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	font-family:  "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	line-height: 100%;
	background-size: 48px auto;
	background-position: center top;
	background-repeat:no-repeat;
	border: none;
}

.lunch h2 {
	color: #7F1184;
	//background-image:url(../../../sp/img/menu/icon_lunch.png);
}

.tea h2 {
	color: #7F1184;
	//background-image:url(../../../sp/img/menu/icon_tea.png);
}


.lunch h2 > span,
.tea h2 > span {
	display: block;
}

.lunch h2 span,
.tea h2 span {
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: 0.15em;
	letter-spacing: 0.15em;
}

.lunch h3,
.tea h3 {
	display: inline-block;
	width: 200px;
	margin: 0 auto 10px auto;
	padding: 8px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	line-height: 100%;
	color: #FFF;
	background-color: #EE7948;
	border: none;
	border-radius: 5px;
}

.lunch h3 {
	//background-image: none;
	//background-color: #EE7948;
}
.tea h3 {
	//background-image: none;
	//background-color: #69B076;
}

.lunch  h3.long {
	//width: 180px;
}


.lunch .menu,
.tea .menu {
	margin: 0 auto 30px auto;
	padding: 15px 15px 12px 15px;
	box-sizing: border-box;
}

.lunch .menu {
	border: 2px solid #7F1184;
}
.tea .menu {
	border: 2px solid #7F1184;
}


.lunch .menu p,
.tea .menu p {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	line-height: 160%;
}

.lunch .menu p.kome,
.tea .menu p.kome {
	font-size: 12px;
	font-size: 1.2rem;
}

.tea .menu p.comment {
	margin: 0 auto 15px auto;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 150%;
	color: #69B076;
}


/*
 	2.8 Access
==================================== */

#access {
	margin: 0 auto 70px auto;
	padding: 20px 15px 0 15px;
	position: relative;
	letter-spacing: -.4em;
}

.rental {
	padding: 15px;
	border: 1px dashed #CCC;
	box-sizing: border-box;
}

.rental > a {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.rental p {
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.12em;
	line-height: 1.5em;
	color: #444;
}

.rental p span {
	display: inline-block;
	min-width: 68px;
	margin-right: 10px;
	padding: 5px 0 4px 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	text-indent: 0.12em;
	letter-spacing: 0.12em;
	line-height: 100%;
	color: #FFF;
	background-color: #999;
}

.rental a.bt_map,
.rental a.bt_map:link,
.rental a.bt_map:visited {
	width: 100%;
	margin: 0 auto 15px auto;
	padding: 10px 0 8px 0;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	line-height: 100%;
	color: #7F1184;
	border: 1px solid #7F1184;
	box-sizing: border-box;
	position: relative;
}

.rental a.bt_map::after {
	display: block;
	content: '';
	position: absolute;
	top: 42%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #7F1184;
	border-bottom: 1px solid #7F1184;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/*
 	2.9 Spot
==================================== */

#spot {
	margin: 0 auto;
	padding: 0 15px 80px 15px;
	position: relative;
	background-image: url(../img/bg_ama.png);
	background-position: center top;
	background-repeat: repeat;
	box-sizing: border-box;
}

#spot h2 {
	margin: 0 auto 40px auto;
	font-size: 2.0rem;
	text-align: center;
}

#spot > p {
	font-family: 游明朝, "游明朝体", "Yu Mincho", YuMincho, "黎ミン L","Reimin Light", "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	line-height: 1.5em;
	text-align: left;
}

#spot_list {
	letter-spacing: -.4em;
	box-sizing: border-box;
}

#spot_list div {
	display: inline-block;
	width: 50%;
	margin-bottom: 20px;
	vertical-align: top;
	box-sizing: border-box;
}


#spot_list div.pic {
	padding-right: 15px;
	position: relative;
}

#spot_list .cate {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-bottom: 6px;
	padding: 6px 10px 5px 10px;
	font-family: 游明朝, "游明朝体", "Yu Mincho", YuMincho, "黎ミン L","Reimin Light", "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	line-height: 100%;
	color: #FFF;
	background-color: #7F1184;
	clear: both;
}

#spot_list .name {
	margin-bottom: 8px;
	padding-bottom: 4px;
	font-family: 游明朝, "游明朝体", "Yu Mincho", YuMincho, "黎ミン L","Reimin Light", "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	color: #7F1184;
	border-bottom: 1px solid #7F1184;
}

#spot_list .detail {
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #444;
}

#spot_list .info {
	margin-bottom: 15px;
	padding: 15px 0;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	border-top: 3px double #7F1184;
	border-bottom: 3px double #7F1184;
}

#spot_list a.bt,
#spot_list a.bt:link,
#spot_list a.bt:visited {
	width: 60%;
	padding: 9px 0 8px 0;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	line-height: 100%;
	color: #FFF;
	background-color: #888;
	border: none;
	box-sizing: border-box;
	position: relative;
}

#spot_list a.bt::after {
	display: none;
}


#spot_list .pic {
	clear: both;
}


#spot_list img {
	width: 100%;
}




/* ====================================

	3.Footer

==================================== */

footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFF;
	background-color: #7F1184;
	box-sizing: border-box;
	position: relative;
}

footer a,
footer a:link,
footer a:visited {
	color: #FFF;
}



/*
 	3.1 Go top
==================================== */

.go_top{
	position: fixed;
	right: 20px;
	margin-bottom: 20px;
}

.go_top a{
	display: block;
	width: 60px;
	height: 60px;
	color: #FFF;
	text-indent: -9999px;
	background-color: #7F1184;
	position: relative;
	border: 2px solid #FFF;
	border-radius: 30px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	box-sizing: border-box;
}

.go_top a::after {
	display: block;
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


