@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #222;
	line-height: 1.5em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 14px;
	background-image: url(../image/common/bg.png);
	background-repeat: repeat;
	background-position: center top;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* PC */
@media print, screen and (min-width: 751px){
.pc_none {
  display: none;
}

header {
}
header#mv {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 600px;
}
#header-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	height: 600px;
}
#header-wrapper .fixed {
	max-width: 1000px;
	position: fixed;
	top: 10px;
	z-index: 9999;
}
#header-wrapper h1 {
	position: absolute;
	right: 60px;
	top: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	z-index: 2;
	text-shadow: 
    white 1px 0px,  white -1px 0px,
    white 0px -1px, white 0px 1px,
    white 1px 1px , white -1px 1px,
    white 1px -1px, white -1px -1px,
    white 0.5px 1px,  white -0.5px 1px,
    white 0.5px -1px, white -0.5px -1px,
    white 1px 0.5px,  white -1px 0.5px,
    white 1px -0.5px, white -1px -0.5px;
}
#header-wrapper .about {
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	position: absolute;
	bottom: -2%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	width: 80%;
}
#header-wrapper .caption {
	font-size: 18px;
	font-weight: bold;
	color: #673fa5;
	text-align: center;
}
#header-wrapper .txt {
	font-size: 15px;
	font-weight: normal;
}
#header-wrapper .logo  {
	position: fixed;
	left: 20px;
	top: 10px;
	width: 260px;
}
#header-wrapper .logo img  {
	width: 100%;
}
#header-wrapper .modal_icon {
	width: 80px;
	position: fixed;
	top: 15px;
	right: 10px;
	cursor: pointer;
}
#header-wrapper .modal_icon img {
	width: 100%;
}
#modal .logo {
	width: 240px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: normal;
}
#modal .pickup_ttl {
	width: 240px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: normal;
}
#modal img {
	width: 100%;
}
#modal .pickup_list {
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	margin: 20px auto 40px auto;
}
#modal .pickup_list ul {
	list-style-type: none;
	width: 100%;
	max-width: 1000px;
	margin: -20px 0 0 0;
}
#modal .pickup_list li {
	width: 23%;
	float: left;
	margin: 1%;
	font-size: 16px;
	font-weight: normal;
}
#modal .pickup_list li img {
	width: 100%;
}
#modal .pickup_list li a {
	display: block;
	text-decoration: none;
}
#modal .pickup_list li .course_ttl {
	font-size: 16px;
	color: #222;
}
#modal .language {
	margin: 0 auto 60px auto;
}
#modal .language dl {
	text-align: center;
}
#modal .language dt {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}
#modal .language dd {
	font-size: 14px;
	font-weight: normal;
}
#modal .language dd a {
	padding: 10px;
}
#modal .language dd a:hover {
	text-decoration: none;
}
img.full {
	width: 100%;
}
.main_ttl {
	position: relative;
}
.main_ttl img {
	width: 100%;
}
.main_ttl .ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
}
#pickup01 {
	background-image: url(../image/index/pickup_bg01.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0;
	margin-top: -60px;
	background-size: cover;
}
#pickup02 {
	background-image: url(../image/index/pickup_bg02.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0;
	background-size: cover;
}
#pickup03 {
	background-image: url(../image/index/pickup_bg03.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0;
	margin-top: -60px;
	background-size: cover;
}
#pickup04 {
	background-image: url(../image/index/pickup_bg04.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0;
	margin-top: -60px;
	background-size: cover;
}
.pickup_inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 0px 20px 60px 20px;
	position: relative;
}
.pickup_inner .pickup_catch {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
	transform: rotateZ( -3deg );
}
.pickup_inner .pickup_catch .marker01 {
	background: linear-gradient(transparent 70%, rgba(255,240,0,0.5) 70%);
	padding: 0 10px;
	color: #f85e78;
}
.pickup_inner .pickup_catch .marker02 {
	background: linear-gradient(transparent 70%, rgba(255,240,0,0.5) 70%);
	padding: 0 10px;
	color: #ff9515;
}
.pickup_inner .pickup_catch .marker03 {
	background: linear-gradient(transparent 70%, rgba(255,240,0,0.5) 70%);
	padding: 0 10px;
	color: #57b259;
}
.pickup_inner .pickup_catch .marker04 {
	background: linear-gradient(transparent 70%, rgba(255,240,0,0.5) 70%);
	padding: 0 10px;
	color: #4c6acc;
}
.pickup_inner .pickup_catch_icon01 {
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 3;
	width: 120px;
}
.pickup_inner .pickup_catch_icon02 {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 3;
	width: 120px;
}
.pickup_inner .pickup_catch_icon03 {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 3;
	width: 120px;
}
.pickup_inner .pickup_catch_icon04 {
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 3;
	width: 120px;
}
.pickup_inner .photo {
	list-style-type: none;
	margin-bottom: 30px;
}
.pickup_inner .photo li {
	width: 50%;
	float: left;
}
.pickup_inner .photo li img {
	width: 100%;
}
.pickup_inner .supplement {
	width: 500px;
	background-color: #FFF;
	border: dashed 1px #CCC;
	margin: 0 auto;
	text-align: center;
	padding: 10px 10px 30px 10px;
}
.pickup_inner .supplement img {
	width: 120px;
	margin-top: -30px;
}
.pickup_inner .supplement ul {
	list-style-type: decimal;
	text-align: left;
}
.pickup_inner .supplement ul li {
	font-size: 15px;
	font-weight: normal;
	margin-left: 20px;
}
.pickup_inner .supplement ul li span {
	font-size: 16px;
	font-weight: bold;
}
.pickup_inner .btn {
	width: 200px;
	margin: -20px auto 0 auto;
}
.pickup_inner .btn img {
	width: 100%;
}

.contents-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px;
}
#recommended_list {
	background-image: url(../image/index/decoration_line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding: 120px 0 0 0;
}
#recommended_list.wp {
	background: none;
	margin: -60px 0 0 0;
}
#recommended_list.under {
	background-image: url(../image/common/decoration_line.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 120px 0 0 0;
}
#recommended_list .ttl {
	width: 240px;
	margin: 0 auto;
}
#recommended_list ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 20px 80px 20px;
	list-style-type: none;
}
#recommended_list ul li {
	width: 23.5%;
	float: left;
	background-color: #FFF;
	padding: 10px;
	border: solid 1px #E8E8E8;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0 2% 3% 0;
}
#recommended_list ul li img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	display: block;
	margin: 0 0 5px 0;
}
#recommended_list ul li:nth-child(4n) {
	margin-right: 0;
}
#recommended_list ul li .tape {
	width: 80px;
	margin: -20px auto 0 auto;
}
#recommended_list ul li .tape img {
	height: auto;
}
#recommended_list ul li .caption {
	font-size: 16px;
	font-weight: bold;
}
#recommended_list ul li a {
	text-decoration: none;
	color: #222;
	cursor: pointer;
	display: block;
}

footer {
	background: #EFEFEF;
}
footer ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 20px 0px 20px;
	list-style-type: none;
}
footer ul li {
	width: 23.5%;
	float: left;
	background-color: #FFF;
	margin: 0 2% 2% 0;
}
footer ul li:nth-child(4n) {
	margin-right: 0;
}
footer ul li img {
	width: 100%;
	display: block;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 10px 0;
}

header.sv.wp {
	background-image: url(../image/common/sv.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 670px;
}
header.sv.pickup01 {
	background-image: url(../image/pickup01/sv.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 670px;
}
header.sv.pickup02 {
	background-image: url(../image/pickup02/sv.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 670px;
}
header.sv.pickup03 {
	background-image: url(../image/pickup03/sv.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 670px;
}
header.sv.pickup04 {
	background-image: url(../image/pickup04/sv.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 670px;
}
#pickup00 {
	background-image: url(../image/common/pickup_bg00.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 50px 0 100px 0;
}
.pickup_inner .introduction {
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	padding: 30px 0 60px 0;
}
.pickup_inner .introduction span {
	font-size: 14px;
}
.pickup_inner .introduction .marker {
	background: linear-gradient(transparent 70%, rgba(148,52,138,0.4) 70%);
	font-size: 18px;
}
.pickup_inner .spot {
	background-color: #FFF;
	padding: 20px 20px 10px 20px;
	border: solid 1px #E8E8E8;
	position: relative;
	margin-bottom: 50px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.pickup_inner .spot.w50 {
	width: 49%;
	padding: 20px 10px 10px 10px;
}
.pickup_inner .spot {
	margin: 0 auto 50px auto;
}
.pickup_inner .spot.rotate_left {
	transform: rotateZ( -1deg );
	margin-left: -10px;
}
.pickup_inner .spot.rotate_right {
	transform: rotateZ( 2deg );
	margin-top: 20px;
	margin-right: -10px;
}
.pickup_inner .spot .tape {
	width: 120px;
	margin: -40px auto 0 auto;
}
.pickup_inner .spot .caption {
	background-color: rgba(205,103,204,0.9);
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 40px;
	left: -10px;
}
.pickup_inner .spot .txt {
	font-size: 15px;
	font-weight: normal;
}
.pickup_inner .spot_info {
	margin-bottom: 80px;
}
.pickup_inner .spot_info .map {
	margin-bottom: 10px;
}
.pickup_inner .spot_info .txt {
	font-size: 15px;
	font-weight: normal;
}
.pickup_inner .spot_info .txt span {
	font-weight: bold;
}
.pickup_inner .spot_info .txt a {
	color: #111;
}
.pickup_inner .spot_info .txt a:hover {
	text-decoration: none;
}

.reservation {
	text-align: center;
	margin: 0 0 20px 0;
}
.reservation a {
	background: #f85e78;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.reservation a i {
	color: #FFF;
	margin: 0 5px;
}
.contact dl {
	text-align: center;
}
.contact dl dt {
	font-size: 15px;
	font-weight: bold;
}
.contact dl dd {
	font-size: 15px;
	font-weight: normal;
	background-color: rgba(255,255,255,0.8);
	border: dashed 2px #f85e78;
	padding: 10px 20px;
	margin: 10px 0 0 0;
	display: inline-block;
}

/*
.course_ttl {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
	transform: rotateZ( -3deg );
}
.course_ttl .marker {
	background: linear-gradient(transparent 70%, rgba(255,240,0,0.5) 70%);
	padding: 0 10px;
	color: #cd67cc;
}
*/

#pagetop {
	height: 70px;
	width: 70px;
	bottom: 25px;
	position: fixed;
	right: 20px;
	z-index: 6;
}
#pagetop p {
	height: 70px;
	width: 70px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(../image/common/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	display: block;
	height: 0px;
	width: 70px;
	padding-top: 70px;
}
}


/* SP */
@media only screen and (max-width: 750px) {
.sp_none {
  display: none;
}

header#mv {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 220px;
}
#header-wrapper {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	height: 220px;
}
#header-wrapper h1 {
	display: none;
}
#header-wrapper .fixed {
	position: fixed;
	top: 10px;
	z-index: 9999;
}
#header-wrapper .logo  {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 150px;
}
#header-wrapper .logo img  {
	width: 100%;
}
#header-wrapper .about {
	background-color: rgba(255,255,255,0.8);
	padding: 5px;
	position: absolute;
	bottom: -50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	width: 90%;
}
#header-wrapper .caption {
	font-size: 14px;
	font-weight: bold;
	color: #673fa5;
	text-align: center;
}
#header-wrapper .txt {
	font-size: 12px;
	font-weight: normal;
}
#header-wrapper .modal_icon {
	width: 60px;
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#header-wrapper .modal_icon img {
	width: 100%;
}
#modal .logo {
	width: 180px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: normal;
}
#modal .pickup_ttl {
	width: 180px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: normal;
}
#modal img {
	width: 100%;
}
#modal .pickup_list {
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	margin: 20px auto 40px auto;
}
#modal .pickup_list ul {
	list-style-type: none;
	width: 100%;
	max-width: 1000px;
	margin: -10px 0 0 0;
}
#modal .pickup_list li {
	width: 48%;
	float: left;
	margin: 0 1% 6% 1%;
	font-size: 14px;
	font-weight: normal;
}
#modal .pickup_list li img {
	width: 100%;
}
#modal .pickup_list li a {
	display: block;
	text-decoration: none;
}
#modal .pickup_list li .course_ttl {
	font-size: 13px;
	color: #222;
}
#modal .language {
	margin: 0 auto 60px auto;
}
#modal .language dl {
	text-align: center;
}
#modal .language dt {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}
#modal .language dd {
	font-size: 14px;
	font-weight: normal;
}
#modal .language dd a {
	padding: 10px;
}
#modal .language dd a:hover {
	text-decoration: none;
}
img.full {
	width: 100%;
}
.main_ttl {
	position: relative;
}
.main_ttl img {
	width: 100%;
}
.main_ttl .ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
}
#pickup01 {
	background-image: url(../image/index/pickup_bg01.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 60px 0 100px 0;
	margin-top: -60px;
	background-size: cover;
}
#pickup02 {
	background-image: url(../image/index/pickup_bg02.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 90px 0 100px 0;
	background-size: cover;
}
#pickup03 {
	background-image: url(../image/index/pickup_bg03.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 60px 0 100px 0;
	margin-top: -60px;
	background-size: cover;
}
#pickup04 {
	background-image: url(../image/index/pickup_bg04.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 60px 0 100px 0;
	margin-top: -60px;
	background-size: cover;
}

.contents-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px;
}

#recommended_list {
	background-image: url(../image/index/decoration_line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 750px 33px;
	-moz-background-size: 750px 33px;
	-webkit-background-size: 750px 33px;
	padding: 80px 0 0 0;
}
#recommended_list.wp {
	background: none;
	margin: -30px 0 0 0;
}
#recommended_list.under {
	background-image: url(../image/common/decoration_line.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 750px 33px;
	-moz-background-size: 750px 33px;
	-webkit-background-size: 750px 33px;
	padding: 80px 0 0 0;
}
#recommended_list .ttl {
	width: 160px;
	margin: 0 auto;
}
#recommended_list ul {
	max-width: 500px;
	margin: 0 auto;
	padding: 20px 10px 80px 10px;
	list-style-type: none;
}
#recommended_list ul li {
	width: 49%;
	background-color: #FFF;
	padding: 5px;
	border: solid 1px #E8E8E8;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0 0 20px 0;
}
#recommended_list ul li:nth-child(odd) {
	float: left;
}
#recommended_list ul li:nth-child(even) {
	float: right;
}
#recommended_list ul li img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin: 0 0 5px 0;
}
#recommended_list ul li .tape {
	width: 80px;
	margin: -20px auto 0 auto;
}
#recommended_list ul li .tape img {
	height: auto;
}
#recommended_list ul li .caption {
	font-size: 13px;
	font-weight: bold;
}
#recommended_list ul li a {
	text-decoration: none;
	color: #222;
	display: block;
}
#recommended_list ul li a:hover {
	background-color: #ffe6f6;
}

footer {
	background: #EFEFEF;
}
footer ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 10px 0px 10px;
	list-style-type: none;
}
footer ul li {
	width: 49%;
	background-color: #FFF;
	margin: 0 0 2% 0;
}
footer ul li:nth-child(odd) {
	float: left;
}
footer ul li:nth-child(even) {
	float: right;
}
footer ul li img {
	width: 100%;
	display: block;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 10px 0;
}

header.sv.wp {
	background-image: url(../image/common/sv.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 250px;
}
header.sv.pickup01 {
	background-image: url(../image/pickup01/sv.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 250px;
}
header.sv.pickup02 {
	background-image: url(../image/pickup02/sv.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 250px;
}
header.sv.pickup03 {
	background-image: url(../image/pickup03/sv.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 250px;
}
header.sv.pickup04 {
	background-image: url(../image/pickup04/sv.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 250px;
}
.pickup_inner .spot {
	background-color: #FFF;
	padding: 20px 10px 10px 10px;
	border: solid 1px #E8E8E8;
	position: relative;
	margin-bottom: 50px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#pickup00 {
	background-image: url(../image/common/pickup_bg00.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 30px 0 60px 0;
}
.pickup_inner .introduction {
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	padding: 0 0 40px 0;
}
.pickup_inner .introduction span {
	font-size: 12px;
}
.pickup_inner .introduction .marker {
	background: linear-gradient(transparent 70%, rgba(148,52,138,0.4) 70%);
	font-size: 14px;
}
.pickup_inner .spot .tape {
	width: 120px;
	margin: -40px auto 0 auto;
}
.pickup_inner .spot .caption {
	background-color: rgba(205,103,204,0.9);
	padding: 5px;
    font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}
.pickup_inner .spot .txt {
	font-size: 12px;
	font-weight: normal;
}
.pickup_inner {
	margin: 0 auto;
	padding: 0px 10px 60px 10px;
	position: relative;
}
.pickup_inner .pickup_catch {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
	transform: rotateZ( -3deg );
}
.pickup_inner .pickup_catch .marker01 {
	background: linear-gradient(transparent 70%, rgba(255,240,0,0.5) 70%);
	padding: 0 10px;
	color: #f85e78;
}
.pickup_inner .pickup_catch .marker02 {
	background: linear-gradient(transparent 70%, rgba(255,240,0,0.5) 70%);
	padding: 0 10px;
	color: #ff9515;
}
.pickup_inner .pickup_catch .marker03 {
	background: linear-gradient(transparent 70%, rgba(255,240,0,0.5) 70%);
	padding: 0 10px;
	color: #57b259;
}
.pickup_inner .pickup_catch .marker04 {
	background: linear-gradient(transparent 70%, rgba(255,240,0,0.5) 70%);
	padding: 0 10px;
	color: #4c6acc;
}
.pickup_inner .pickup_catch_icon01 {
	position: absolute;
	left: 0px;
	top: -40px;
	z-index: 3;
	width: 80px;
}
.pickup_inner .pickup_catch_icon02 {
	position: absolute;
	right: 0px;
	top: -20px;
	z-index: 3;
	width: 80px;
}
.pickup_inner .pickup_catch_icon03 {
	position: absolute;
	right: 0px;
	top: -60px;
	z-index: 3;
	width: 80px;
}
.pickup_inner .pickup_catch_icon04 {
	position: absolute;
	left: 0px;
	top: -40px;
	z-index: 3;
	width: 80px;
}
.pickup_inner .photo {
	list-style-type: none;
	margin-bottom: 30px;
}
.pickup_inner .photo li {
	width: 50%;
	float: left;
}
.pickup_inner .photo li img {
	width: 110%;
	margin-left: -5%;
}
.pickup_inner .supplement {
	/*width: 300px;*/
	background-color: #FFF;
	border: dashed 1px #CCC;
	margin: 0 auto;
	text-align: center;
	padding: 10px 5px 30px 5px;
}
.pickup_inner .supplement img {
	width: 120px;
	margin-top: -30px;
}
.pickup_inner .supplement ul {
	list-style-type: decimal;
	text-align: left;
}
.pickup_inner .supplement ul li {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 10px 20px;
}
.pickup_inner .supplement ul li span {
	font-size: 14px;
	font-weight: bold;
}
.pickup_inner .btn {
	width: 180px;
	margin: -20px auto 0 auto;
}
.pickup_inner .btn img {
	width: 100%;
}
.pickup_inner .spot_info {
	margin-bottom: 40px;
}
.pickup_inner .spot_info .map {
	margin-bottom: 10px;
}
.pickup_inner .spot_info .txt {
	font-size: 12px;
	font-weight: normal;
}
.pickup_inner .spot_info .txt span {
	font-weight: bold;
}
.pickup_inner .spot_info .txt a {
	color: #111;
}
.pickup_inner .spot_info .txt a:hover {
	text-decoration: none;
}

.reservation {
	text-align: center;
	margin: 0 0 10px 0;
}
.reservation a {
	background: #f85e78;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.reservation a i {
	color: #FFF;
	margin: 0 5px;
}
.contact dl {
	text-align: center;
}
.contact dl dt {
	font-size: 13px;
	font-weight: bold;
}
.contact dl dd {
	font-size: 13px;
	font-weight: normal;
	background-color: rgba(255,255,255,0.8);
	border: dashed 2px #f85e78;
	padding: 10px 20px;
	margin: 10px 0 0 0;
	display: inline-block;
}


#pagetop {
	height: 50px;
	width: 50px;
	bottom: 20px;
	position: fixed;
	right: 10px;
	z-index: 6;
}
#pagetop p {
	height: 50px;
	width: 50px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(../image/common/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	display: block;
	height: 0px;
	width: 50px;
	padding-top: 50px;
}
}
