@charset "euc-jp";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	background: #F6EEE1 url(../images/bg-sea.webp) no-repeat center top;
	background-size: 100% auto;
	font-size: 1em;
}
body, td, th {
	font-size: 1.6rem;
	color: #222;
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	font-weight: normal;
}
strong {
	font-weight: bold;
}

a:link {
	color: #069;
	text-decoration: underline;
	transition: 0.4s;
}
a:visited {
	text-decoration: underline;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #09C;
	transition: 0.4s;
}
a:active {
	text-decoration: none;
	color: #09C;
}

ruby {
	margin: 0;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: bottom;
}
a img {
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: 1s;
}
a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

.fc1 {
	color: #C00;
}
.fc2 {
	color: #E2728E;
}
.fc3 {
	color: #9C92C2;
}
.fc4 {
	color: #99BF40;
}
.fc5 {
	color: #999999;
}
.fc6 {
	color: #963;
}
.fc7 {
	color: #F60;
}
.fc8 {
	color: #039;
}

.fsxs-t {
	font-size: 10px;
	vertical-align: text-top;
}

.supText {
	font-size: .75em;
	vertical-align: top;
	position: relative;
	top: -0.1em;
	margin: 0 2px;
}
.subText {
	font-size: .75em;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
	margin: 0 2px;
}
.pcbr:after {
	content:"\A";
	white-space: pre;
}
.spbr:after {
	content:"";
	white-space: normal;
}
/* ----------------------
	js swtch image
---------------------- */
.PSswitch {}


.clear {
	clear: both;
}
.clear hr {
	display: none;
}
.imgright {
	float: right;
	max-width: 50%;
	padding: 0 0 1em 1em;
	margin-bottom: 1em;
}
.imgleft {
	float: left;
	max-width: 50%;
	padding: 0px 1em 1em 0;
	margin-bottom: 1em;
}
.imageStyleL {}

blockquote {
	margin: 1em 0 1em 2em;
	padding: 1em;
}
table {
	margin: 0 auto 2em;
	border: none;
	border-collapse: collapse;
}
table th {
	border: none;
	vertical-align: top;
}
table td {
	border: none;
	vertical-align: top;
}

/* ----------------------
	LINK ICON
---------------------- */
.IconL1 a {
	position: relative;
}
.IconL1 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 6px solid #F90;
}

.thisPage {}
.dclick {
	cursor: pointer;
}

/* ------------------------------------------
	BUTTON SETTING
------------------------------------------ */
.button {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 0;
	width: 60%;
	margin: 1em auto;
	border-radius: 8px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.buttonS {
	display: inline-block;
	clear: both;
	overflow: hidden;
	padding: 0;
	width: 28%;
	min-width: 200px;
	margin: 0 5px 1em;
	border-radius: 6px;
}
.button a, .buttonS a {
	border: none;
	color: #FFF !important;
	display: block;
	font-family: "Hiragino Mincho Pro", "¥Ò¥é¥®¥ÎÌÀÄ« ProN", "Hiragino Mincho ProN", serif;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	font-weight: bold;
	padding: 0 1em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px -1px 1px #999;
}
.button a {
	font-size: 2rem;
	line-height: 1.2em;
	letter-spacing: .05em;
	padding: 1.3em 1.5em;
	border-radius: 8px;
}
.buttonS a {
	padding: 0.8em 1.5em;
	border-radius: 6px;
}
.button a:hover, .buttonS a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.buttonCol1 a {
	background: #EA95AA;
}
.buttonCol2 a {
	background: #A89FCA;
}
.buttonCol4 a {
	background: #FF6078;
}

.IconL1 a {
	position: relative;
}
.IconL1 a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 6px solid #FFF;
}
.IconL2 a {
	position: relative;
}
.IconL2 a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 9px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-right: 6px solid #FFF;
}
.IconL3 a {
	position: relative;
}
.IconL3 a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #FFF;
}
.IconR1 a {
	position: relative;
}
.IconR1 a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 6px solid #FFF;
}
.IconR2 a {
	position: relative;
}
.IconR2 a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-right: 6px solid #FFF;
}
.IconR3 a {
	position: relative;
}
.IconR3 a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #FFF;
}

.buttonCol3 a {
	background: #FFF;
	border: solid 2px #8D80BB;
	border-radius: 6px;
	color: #333 !important;
	text-shadow: none;
}
.buttonCol3.IconL1 a::before, .buttonCol3.IconR1 a::before {
	border-left: 6px solid #8D80BB;
}
.buttonCol3.IconL2 a::before, .buttonCol3.IconR2 a::before {
	border-right: 6px solid #8D80BB;
}
.buttonCol3.IconL3 a::before, .buttonCol3.IconR3 a::before {
	border-top: 6px solid #8D80BB;
}

.slide_box {
	display: none;
}

#hdr .inner, 
.mainnav, 
#bread ul, 
section, 
#footer .inner {
	display: block;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------
	HDR
---------------------- */
#hdr {
	width: 100%;
	position: relative;
}
#hdr .inner::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#logo {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	padding: 1em 1em 0;
}
#logo p {
	color: #FFF;
	font-size: 1.4rem;
}

#hdsubbox {
	width: 46%;
	float: right;
	padding: 0 55px 1em 0;
	text-align: right;
}
#hdbutton {
	text-align: right;
	margin: 5px 0;
}
#hdbutton img {
	width: 30%;
	max-width: 200px;
}

/* ----------------------
	slidemenu_list
---------------------- */
#btn_spmenu {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
}
#btn_spmenu a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/spmebg.png) no-repeat right top;
	background-size: contain;
	color: #EEE;
	font-size: 1rem;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}
#btn_spmenu a span, 
#btn_spmenu a span::before, 
#btn_spmenu a span::after {
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	width: 32px;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFF;
}
#btn_spmenu a span::before {
	top: auto;
	bottom: 12px;
}
#btn_spmenu a span::after {
	top: 12px;
	bottom: auto;
}
#hdr nav#slidemenu_list {
	display: none;
	width:100%;
	max-width: 360px;
	height: auto;
	padding: 45px 10px 30px;
	margin: 0;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
 	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}
#slidemenu_list ul {
	width: 90%;
	list-style: none;
	margin: 1em auto 1em;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}
#slidemenu_list li {
	width: 100%;
	background: #FFF;
	margin-bottom: 2px;
}
#slidemenu_list li a {
	display: block;
	border-radius: 4px;
	text-decoration: none;
	padding: 10px;
	position: relative;
}
#slidemenu_list li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 6px solid #0CC;
}
#slidemenu_list li a:link {
	color: #000;
}
#slidemenu_list li a:visited {
	color: #666;
}
#slidemenu_list li a:hover {
	background: #C4FBFB;
}
#slidemenu_list .list_close{
	display: block;
	width: 80%;
	margin: 0 auto;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #FFF;
	border: solid 1px #BBB;
	border-radius: 5px;
	font-size: 1rem;
	text-align: center;
	padding: 5px 15px;
	cursor: pointer;
	color: #888;
	clear: both;
}
#slidemenu_list .list_close#small_cls {
	width: 56px;
	height: 56px;
	position: absolute;
	right: 0;
	top: 0;
	background: #888;
	border: none;
	border-radius: 0;
	color: #888;
	font-size: 1rem;
	font-weight: normal;
	padding: 0;
	text-align: right;
}
#slidemenu_list .list_close#small_cls span::before, 
#slidemenu_list .list_close#small_cls span::after {
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	width: 32px;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFF;
}
#slidemenu_list .list_close#small_cls span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#slidemenu_list .list_close#small_cls span::after {
	top: 0;
	transform: rotate(-45deg);
}

#slidemenu_list li.meIconPhone {
	margin-top: 10px;
	border: none;
	border-radius: 6px;
}
#slidemenu_list .meIconPhone a {
	padding: 0.5em 0.5em 0.5em 2em;
	text-align: center;
	color: #FFF !important;
	background-color: #EA95AA;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: solid 2px #999;
	border-radius: 6px;
}
#slidemenu_list .meIconPhone a::after {
	display: inline-block;
	content: "";
	background: url(../images/phoneicon.png) no-repeat top center;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -0.7em;
	left: 10px;
	width: 1.5em;
	height: 1.5em;
	border: none;
}
#slidemenu_list .meIconPhone a:hover {
	background: #EF8FA8;
}

/* ----------------------
	BREADCRUMB
---------------------- */
#bread {
}
#bread ul {
	list-style: none;
	line-height: 1;
	font-size: 0.875em;
	overflow: hidden;
	padding: 0 3%;
}
#bread li {
	float: left;
}
#bread a {
	display: block;
	padding: .5em 1.5em .5em .5em;
	float: left;
	text-decoration: none;
	color: #EEE;
	position: relative;
}
#bread a::after {
	position: absolute;
	content: "¡ä";
	color: #CCC;
	right: 0;
}
#bread li.breadC {
	padding: .5em;
	color: #FFF;
}

/* ----------------------
	CONTENTS
---------------------- */
.bg1 {
	width: 100%;
	background-color: #E4F0D7;
	background-image: url(../images/bg-green01.png), url(../images/bg-green02.png);
	background-repeat: no-repeat;
	background-size: 20% auto;
	background-position: left top, right top;
}
.bg2 {
	width: 100%;
	background: #FAF8E4 url(../images/sec-bg1.png);
	border-top: solid 1px #E9E7D6;
}
.bg3 {
	width: 100%;
	background: #EEF7E6 url(../images/sec-bg1.png);
	border-top: solid 1px #DEE9D6;
}
.bg4 {
	width: 100%;
	background: #FCF9F5;
	border-top: solid 1px #E7C2D3;
}
.bg5 {
	width: 100%;
	background: #FCF1F4 url(../images/sec-bg1.png);
	border-top: solid 1px #F4DFE7;
}
.bg6 {
	background: #FFE8A2 url(../images/bg-min1.png) repeat center top;
}
.bg7 {
	background: #A2E4FB;
	position: relative;
}
.bg7::before {
	position: absolute;
	display: block;
	content: '';
	width: 3%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg-min2.png);
	background-size: 54px auto;
}

.contents, 
.contents td, 
.contents th {
	font-size: 1.6rem;
}

section {
	padding: 1em 3% 3em;
}
section.secbg1 {
	position: relative;
	padding-top: 2em;
	margin-bottom: 2em;
}
section.secbg1::before {
	position: absolute;
	content: '';
	width: 98%;
	height: 100%;
	top: 0;
	left: 1%;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 10px 10px 0 0;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	z-index: -1;
}
section.seclast {
	padding-bottom: 18%;
}

.contents h1, 
.contents h2, 
.contents h3, 
.contents h4, 
.contents h5, 
.contents h6 {
	font-family: 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'ÞâÌÀÄ«', YuMincho, serif;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	margin: 1.5em 0 1em;
	line-height: 1.3;
	letter-spacing: 0.0025em;
	font-weight: bold;
}
.contents h1 {
	font-size: 1.625em;
	text-align: center;
	padding-bottom: 0.8em;
	margin: 0 0 1.4em !important;
	position: relative;
	letter-spacing: 0.05em;
}
.contents h2 {
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 0.8em;
	margin-bottom: 1.5em !important;
	position: relative;
	letter-spacing: 0.05em;
}
.contents h1::after, 
.contents h2::after {
	content: "";
	display: block;
	width: 16%;
	height: 8px;
	left: 42%;
	bottom: 0;
	background: #EA95AA url(../images/h-min.png) center;
	background-size: contain;
	position: absolute;
}
.contents .bg1 h1::after, 
.contents .bg3 h1::after, 
.contents .bg1 h2::after, 
.contents .bg3 h2::after {
	background-color: #664C00;
}
.contents .bg2 h1, 
.contents .bg2 h2 {
	color-color: #403000;
}
.contents .bg2 h1::after, 
.contents .bg2 h2::after {
	background-color: #468C00;
}
.contents h3 {
	font-size: 1.375em;
	border-bottom: dotted 1px #DDD;
	padding-bottom: 0.2em;
}
.contents h4, 
.contents h5 {
	font-size: 1.125em;
}
.contents h6 {
}
.contents p {
	line-height: 1.8;
	margin: 0.5em 0 1.5em;
}

.mgn0 {
	margin: 0 !important;
}
.mgn-s {
	margin: 0.5em 0 !important;
}
.mgn-t0 {
	margin-top: 0 !important;
}
.mgn-b0 {
	margin-bottom: 0 !important;
}
.mgn-b2 {
	margin-bottom: 2em !important;
}
.mgn-b3 {
	margin-bottom: 3em !important;
}
.mgn-t1 {
	margin-top: 1em !important;
}
.mgn-t2 {
	margin-top: 2em !important;
}
.pd5 {
	padding-right: 5%;
	padding-left: 5%;
}
.pd10 {
	padding-right: 10%;
	padding-left: 10%;
}
.pd15 {
	padding-right: 15%;
	padding-left: 15%;
}
.boxstyle1 {
	padding: 1em 1.5em;
	border: solid 1px #CCC;
	border-radius: 8px;
	width: 80%;
	margin: 2em auto;
}
.boxstyle1 p {
	margin: 0;
}
.ol1 {
	margin: 0 0 1em 2em;
}
.ol1 li {
	margin-bottom: 1em;
	line-height: 1.6;
	position: relative;
}
.ol1 li::marker {
	font-weight: bold;
	color: #E2728E;
}
ul.ulcolor1 {
	list-style: none;
	margin: 0 0 1em 2em;
}
ul.ulcolor1 li {
	margin-bottom: 0.5em;
	line-height: 1.6;
	position: relative;
}
ul.ulcolor1 li::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #EA95AA;
	left: -1em;
	top: .8em;
	margin-top: -4px;
	display: inline-block;
}
ul.ulcolor2 {
	list-style: none;
	margin: 0 0 1em 2em;
}
ul.ulcolor2 li {
	margin-bottom: 0.5em;
	line-height: 1.6;
	position: relative;
}
ul.ulcolor2 li::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #9C92C2;
	left: -1em;
	top: .8em;
	margin-top: -4px;
	display: inline-block;
}
ul.ulstyle1 {
	list-style: none;
	margin: 0 0 1em 2.2em;
}
ul.ulstyle1 li {
	position: relative;
	margin-bottom: 0.5em;
	line-height: 1.6;
}
ul.ulstyle1 li::before {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: -1.2em;
	width: 8px;
	height: 4px;
	margin-top: -4px;
	border-left: 3px solid #9C92C2;
	border-bottom: 2px solid #9C92C2;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagenavi {
	margin: 1em 0;
	text-align: center;
}
.pagenavi ul {
	list-style: none;
	letter-spacing: -.50em;
}
.pagenavi ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-bottom: 1em;
}
.pagenavi ul li a {
	padding: 0.1em 1em;
	border-right: solid 1px #CCCCCC;
}
.pagenavi ul li:last-child a {
	border: none;
}
.imgbutton {
	text-align: center;
	margin: 2em 0 !important;
}
.imgbutton img {
	width: 55%;
}
.tbl_style1 {
	width: 90%;
	margin: 1em auto 2em;
	border: solid 1px #999;
}
.tbl_style1 th, 
.tbl_style1 td {
	border: solid 1px #999;
	vertical-align: top;
	text-align: left;
	padding: 0.4em 0.8em;
	line-height: 1.5;
}
.tbl_style1 th {
	width: 25%;
}
.tbl_style1 p {
	margin: 0;
}

/* ----------------------
	BOX
---------------------- */
.boxcontainer {
	list-style: none;
	width: 100%;
	letter-spacing: -.50em;
	margin: 0 auto 10px;
	overflow: hidden;
}
.boxcontainer .box {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.box2 {
	width: 49.5%;
	padding: 0 10px 10px;
}
.box3 {
	width: 33%;
	padding: 0 10px 10px;
}
.box4 {
	width: 24.75%;
	padding: 10px;
}
.box5 {
	width: 19.8%;
	padding: 10px;
}
.flcontainer::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ltbox {
	width: 48%;
	float: left;
}
.rtbox {
	width: 48%;
	float: right;
}
.phone {
	color: #F99;
	text-align: center;
	font-weight: bold;
	font-size: 2.4em !important;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* ----------------
     THUMBNAIL
----------------- */
.listthumb {
    position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 100%;
}
.listthumb:after {
    padding-top: 100%;
    display: block;
    content: "";
}
.listthumb > .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.listthumb img {
	max-width: 100%;
	max-height: 100%;
}

/* ----------------------
	youtube
---------------------- */
.movie {
	text-align: center;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 0 2em;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ----------------------
	googlemap
---------------------- */
.map {
	text-align: center;
	margin: 1em 0;
}
.map iframe {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	text-align: center;
}

/* ----------------------
	FAQ
---------------------- */
.faq-container {
	margin-bottom: 3em;
}
.faq-container .faset {
	border-bottom: solid 1px #CCC;
}
.faq-container .faset .Q, 
.faq-container .faset .A {
	padding-left: 50px;
	background: no-repeat left top;
	background-size: 40px auto;
	min-height: 45px;
}
.faq-container .faset .Q {
	background-image: url(../images/faq-q.png);
}
.faq-container .faset .Q h3 {
	line-height: 1.4;
}
.faq-container .faset .A {
	background-image: url(../images/faq-a.png);
}

/* ----------------------
	VOICE
---------------------- */
#voice .box {
	padding: 0 1em !important;
	margin-bottom: 3em;
}
#voice .box .inner {
	overflow: visible;
	position: relative;
	padding: 2em 1.5em 4.5em;
	background: #FFF;
	border: solid 1px #EEE;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#voice .box .inner::before {
	position: absolute;
	content: "";
	display: block;
	width: 65%;
	height: 160px;
	bottom: -20px;
	right: -20px;
	background:  url(../images/voice_bg.png) no-repeat right bottom;
	background-size: contain;
}
#voice .box .inner h3 {
	margin-top: 0;
}

/* ----------------------
	FOOTER
---------------------- */
a#pageTop {
	display: block;
	position: fixed;
	width: 40px;
	line-height: 40px;
	bottom: 40px;
	right: 0;
	background-color: rgba(256, 256, 256, 0.5);
	border: solid 1px #EEE;
	border-radius: 4px;
	color: #999;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
a#pageTop:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* ---------------------------
	FOOTER
--------------------------- */
#footer {
	width: 100%;
	background: -webkit-linear-gradient(to bottom, #82BA58, #63953E);
background: linear-gradient(to bottom, #82BA58, #63953E);
	padding: 3em 1em 2em;
	overflow: visible;
	position: relative;
}
#footer::before {
	position: absolute;
	content: '';
	display: block;
	width: 400px;
	height: 200px;
	top: -180px;
	right: 2%;
	background: url(../images/ftimage-r.png) no-repeat right bottom; 
	background-size: contain;
	z-index: 3;
}
#footer::after {
	position: absolute;
	content: '';
	display: block;
	width: 350px;
	height: 200px;
	top: -180px;
	left: 2%;
	background: url(../images/ftimage-l.png) no-repeat left bottom; 
	background-size: contain;
	z-index: 2;
}

#footer .inner::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer a {
	text-decoration: none;
}

#ft-l {
	float: left;
	width: 60%;
}
#ft-r {
	float: right;
	width: 35%;
}

#ft-l ul {
	list-style: none;
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#ft-l li {
	font-size: 1.6rem;
	min-width: 30%;
	line-height: 1.4;
	padding: 0 0.5em 0 0;
}
#ft-l li a {
	display: block;
	position: relative;
	padding: 0.3em 0.5em 0.3em 1.1em;
	margin-bottom: 1em;
	min-width: 33%;
	text-shadow: 0 0 6px #060, 0 0 6px #060;
}
#ft-l li a:link {
	color: #FFFFDF;
	font-weight: bold;
}
#ft-l li a:visited {
	color: #FFF;
	font-weight: normal !important;
}
#ft-l li a:hover, 
#ft-l li a:active {
	color: #FF0;
}
#ft-l li a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #0CC;
	border-radius: 100%;
}
#ft-l li a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	width: 4px;
	height: 4px;
	margin-top: -3px;
	border-right: 2px solid #FFFF26;
	border-bottom: 2px solid #FFFF26;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#ft-r a {
	color: #FFF;
}
#ft-r .button {
	width: 80%;
	margin-top: 0;
	margin-bottom: 1em;
}
#ft-r .button a {
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	background: #FFFFBF;
	color: #663300 !important;
	text-shadow: none !important;
	padding: 1em 2em;
}
#ft-r .IconL1 a::before {
	border-left-color: #663300 !important;
}
address {
	color: #FFF;
	display: block;
	font-size: 1.4rem;
	font-style: normal;
	width: 100%;
}
address strong {
	font-size: 120%;
}
address a {
	display: inline-block;
	margin: 0.2em 0;
}
#footer a.ft-map {
	display: inline-block;
	padding: 2px 4px 2px 1.2em;
	border: solid 1px #FFF;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#footer a.ft-map::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: .2em;
	width: 4px;
	height: 4px;
	margin-top: -4px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#copy {
	letter-spacing: normal;
	font-size: 1rem;
	margin: 2em 0;
	text-align: center;
	color: #FFF;
}


.forPC {
	display: block;
}
.forSP {
	display: none;
}
.fs_xs {font-size: 1.2rem !important;}
.fs_s {font-size: 1.4rem !important;}
.fs_m {font-size: 1.6rem !important;}
.fs_l {font-size: 1.8rem !important;}
.fs_xl {font-size: 2.4rem !important;}
.fs_xxl {font-size: 3rem !important;}
.fs_xxxl {font-size: 3.6rem !important;}

@media screen and (min-width: 1300px){
#hdr .inner, 
#bread ul, 
#mv p, 
section, 
.ftimage, 
#footer .inner {
	width: 1280px;
	max-width: none;
}
}

@media screen and (min-width: 1700px){
/* --------------------------------------------
	for PC XLsize
-------------------------------------------- */
#hdr .inner, 
#bread ul, 
#mv p, 
section, 
.ftimage, 
#footer .inner {
	width: 1400px;
	max-width: none;
}
body, td, th {
	font-size: 1.8rem;
}
.contents, 
.contents td, 
.contents th {
	font-size: 1.8rem;
}

#ft-l li {
	font-size: 1.8rem;
}
.fs_xs {font-size: 1.4rem !important;}
.fs_s {font-size: 1.6rem !important;}
.fs_m {font-size: 2rem !important;}
.fs_l {font-size: 2.2rem !important;}
.fs_xl {font-size: 2.8rem !important;}
.fs_xxl {font-size: 3.6rem !important;}
.fs_xxxl {font-size: 4rem !important;}

}
