@charset "UTF-8";

/* 文字基本サイズ 16px */

/* @group 初期設定 */

html {
	color: #333;
}

body {
	font: 100%/1 Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	position: relative;
}

ul ol,
ol ul {
	font-size: 100% !important;
	list-style: none;
}

ul {
	list-style: none;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: baseline;
	font-size: 0.77em;
}

img {
	vertical-align: bottom;
}

label {
	cursor: pointer;
}

a {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
}

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

.mb-0 {margin-bottom: 0px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-25 {margin-left: 25px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-35 {margin-left: 35px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-35 {margin-right: 35px !important;}

.font-L {font-size: 116% !important;}
.font-LL {font-size: 146.5% !important;}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

/* @end */

/* @group header */

#header-area {
}

#header,
div#gnav,
#footer-nav-area {
	max-width: 980px;
	margin: 0 auto;
}

#header {
	position: relative;
}

#logo {
	text-align: center;
	padding: 48px 0 40px 0;
}

#logo img {
	width: auto;
}

#header-btn {
	position: absolute;
	top: 40px;
	right: 0;
}

#header-btn a {
	display: block;
	text-decoration: none;
	font-size: 85%;
	border-radius: 3px;
}

#header-btn a.calender {
	padding: 10px 10px 10px 33px;
	background: #EBEBEB url(../images/icon_header_btn.png) 10px center no-repeat;
	background-size: 15px 15px;
	margin-bottom: 7px;
}

#header-btn a.cafe {
	padding: 10px 8px 10px 31px;
	background: #EBEBEB url(../images/icon_header_btn2.png) 8px center no-repeat;
	background-size: 20px auto;
	font-size: 85%;
	margin-bottom: 0px;
}

#header-btn a:hover {
	color: #fff;
}

#header-btn a.calender:hover {
	background: #cb3567 url(../images/icon_header_btn_on.png) 10px center no-repeat;
	background-size: 15px 15px;
}

#header-btn a.cafe:hover {
	background: #cb3567 url(../images/icon_header_btn2_on.png) 8px center no-repeat;
	background-size: 20px auto;
}


/* @end */

/* @group nav */

p#toggle-nav {
	display: none;
}

div#gnav-area {
}

#gnav {
	max-width: 1048px; /*980px*/
	margin: 0 34px;
}

#gnav ul {
}

#gnav ul li {
	position: relative;
	float: left;
	list-style: none;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 20px;
}

#gnav ul li#gnav01 {
	max-width: 123.6px;
	width: 12.61%;
}

#gnav ul li#gnav02 {
	max-width: 111.6px;
	width: 11.39%;
}

#gnav ul li#gnav03 {
	max-width: 222.6px;
	width: 22.71%;
}

#gnav ul li#gnav04 {
	max-width: 157.6px;
	width: 16.08%;
}

#gnav ul li#gnav05 {
	max-width: 141.6px;
	width: 14.45%;
}

#gnav ul li#gnav06 {
	max-width: 222.6px;
	width: 22.71%;
}

#gnav ul li a {
	text-decoration: none !important;
	font-weight: bold;
	color: #333;
	height: 100%;
	padding: 0 0 10px 0;
	display: inline-block;
	border-bottom: 3px solid #fff;
}

#gnav ul li a:hover,
#gnav ul li a.current {
	color:#CB3567;
	border-bottom: 3px solid #CE3666;
}

.gnav-inner {
	display: none;
}

#sp-footer-gnav {
	display: none;
}

/* @end */


/* @group local-nav */

#local-nav {
	max-width: 1018px;
	margin: 0 auto;
	padding: 0 19px;
}

#local-nav ul {
	margin: 0 0 18px 0;
}

#local-nav ul li {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	line-height: 1.3;
	list-style: none;
}

#local-nav ul li a {
	display: block;
	padding: 7px 12px;
	background:#EBEBEB;
	text-decoration: none;
	border-radius: 3px;
}

#local-nav ul li a:hover,
#local-nav ul li a.current {
	color: #fff;
	background: #cb3567;
}

/* @end */

/* @group category-nav */

#cate-nav ul {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 45px;
}

#cate-nav ul li {
	position: relative;
	padding-left: .8em;
	margin-right: 1.8em;
	margin-bottom: 10px;
	font-size: 15px;
}

#cate-nav ul li::before {
	position: absolute;
	content: '';
	background: #C73468;
	width: 6px;
	height: 6px;
	top: calc(50% - 3px);
	left: 0;
	border-radius: 100%;
}

#cate-nav ul li a {
	padding-bottom: 10px;
}

#cate-nav ul li a:hover {
	text-decoration: none;
	color: #C73468;
}

#cate-nav ul li a.current {
	text-decoration: none;
	color: #C73468;
	font-weight: bold;
}

.cafe-cate {
	display: inline-block;
	color: #fff;
	background: #F08B00;
	width: 140px;
	height: 24px;
	text-align: center;
	border-radius: 3px;
	font-size: 13px;
	margin: 0 12px 0 0;
	vertical-align: middle;
	padding-top: 1px;
}

/* @end */

/* @group content-area　 */

/* @group category title */

/* サンプルページ 交通アクセス お問い合わせ お知らせ　このサイトについて */
html.sample div#category_title-area,
html.location div#category_title-area,
html.contact div#category_title-area,
html.privacy div#category_title-area,
html.info div#category_title-area,
html.outline div#category_title-area {
	background: url(../images/category_image/main_image_back.jpg) top center no-repeat;
}

/* ごあいさつ */
html.message div#category_title-area {
	background: url(../images/category_image/cate_image_message_back.jpg) top center no-repeat;
}

/* 施設案内 */
html.facilities div#category_title-area {
	background: url(../images/category_image/cate_image_facilities_back.jpg) top center no-repeat;
}

/* 遊びの広場 */
html.play div#category_title-area {
	background: url(../images/category_image/cate_image_play_back.jpg) top center no-repeat;
}

/* 学ぶ・相談する */
html.learning div#category_title-area {
	background: url(../images/category_image/cate_image_learning_back.jpg) top center no-repeat;
}

div#category_title-area {
	margin-bottom: 65px;
}

div#category_title-area h1 {
	max-width: 980px;
}

div#category_title-area h1 img {
	width: 100%;
}

/* @end */

/* @group heading */

#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5 {
	color: #333;
	font-weight: bold;
	line-height: 1.3;
}

#main-content h2 {
	font-size: 153.9%;
	padding: 15px;
	background: #F5F3EB;
	border-top: 2px solid #CB3567;
	margin-bottom: 25px;
}

#main-content h3 {
	font-size: 116%;
	color: #333;
	padding: 3px 0 10px 0px;
	border-bottom: 1px solid #B2B2B2;
	margin-bottom: 19px;
}

#main-content h3 span {
	border-left: 8px solid #CB3567;
	padding-left: 8px;
}

#main-content h4 {
	margin-bottom: 1em;
}

#main-content h5 {
	margin-bottom: 1em;
	font-size: 108%;
}

/* @end */

p#bread-crumb {
	max-width: 1048px;  /* 980px */
	margin: 15px 0 25px 0;
	padding: 0 34px;
	font-size: 85%;
	line-height: 1.5;
}

p#bread-crumb img {
	margin-right: 3px;
}

div#content-area {
	max-width: 1048px;  /* 980px */
	margin: 0 auto;
	padding: 0 34px;
}

#main-content {
	/*overflow: hidden;*/
	position: relative;
	line-height: 1.7;
}

#main-content section {
	margin-bottom: 55px;
}

#main-content img {
	max-width: 100%;
}

#main-content p {
	margin-bottom: 2.0em;
}

#main-content strong {
	background: #F9E26E;
	font-weight: normal;
}

#main-content .strong2 {
	color: #CF065F;
	font-weight: bold;
}

#main-content p.lead {
	margin-bottom: 60px;
	font-size: 174%;
	font-weight: bold;
	color: #CF065F;
	text-align: center;
	line-height: 1.5;
}


/* @group caution */

#main-content p.caution {
	padding-left: 19px;
	background: url(../images/caution_icon.png) 3px 9px no-repeat;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
}

#main-content dl.caution {
	margin-bottom: 25px;
	border: 1px solid #CF065F;
	background-color: #fff;
	padding: 13px 18px;
}

#main-content dl.caution p {
	margin-bottom: 0;
}

#main-content dl.caution dt {
	margin-bottom: 5px;
	padding-left: 0;
	font-weight: bold;
	color: #CF065F;
	border: none;
	font-size: 108%;
	line-height: 1.5;
}

#main-content dl.caution dt:before {
	display: none !important;
}

#main-content dl.caution dd {
	margin: 0;
}

/* @end */

/* @group pattern */

div.col {
	margin-bottom: 1em;
}

/* @group pattern1-1*/

#main-content div.pattern1-1 {
	margin-right: -2.918%;
}

#main-content div.pattern1-1 div.col {
	float: left;
	width: 47.08%; /* 473/(946+34) */
	margin-right: 2.918%; /* 34px */
}

/* @end */

/* @group pattern1-1-1 */

#main-content div.pattern1-1-1 {
	margin-right: -2.918%;
}

#main-content div.pattern1-1-1 div.col {
	float: left;
	width: 30.40%; /* 310/(930+30) */
	margin-right: 2.918%;
}

/* @end */

/* @group pattern1-1-1-1 */

#main-content div.pattern1-1-1-1 {
	margin-right: -2.918%;
}

#main-content div.pattern1-1-1-1 div.col {
	float: left;
	width: 22.05%; /* 218/(930+30) */
	margin-right: 2.918%;
}

/* @end */


/* @group pattern1-2 */

#main-content div.pattern1-2 div.left-col {
	float: left;
	width: 32.29%; /* 310/930 */
}

#main-content div.pattern1-2 div.right-col {
	float: right;
	width: 64.58%; /* 620/930 */
}


/* @end */

/* @group pattern2-1 */

#main-content div.pattern2-1 div.left-col {
	float: left;
	width: 64.58%; /* 620/930 */
}

#main-content div.pattern2-1 div.right-col {
	float: right;
	width: 32.29%; /* 310/930 */
}

/* @end */


#main-content .right-image-col {
	float: right;
	margin-left: 10px;
}

#main-content p.caption {
	position: relative;
	margin: -25px 0 2em 0;
	font-size: 93%;
	line-height: 1.5 !important;
}

/* @end */

/* @group link */

#main-content p.link-next a,
#main-content a.link-next {
	position: relative;
	padding-left: 13px !important;
}

#main-content p.link-next a:before,
#main-content a.link-next:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 2px solid #CF065F;
	border-bottom: 2px solid #CF065F;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


#main-content p.link-back a,
#main-content a.link-back {
	position: relative;
	padding-left: 13px !important;
}

#main-content p.link-back a:before,
#main-content a.link-back:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: 2px;
	width: 5px;
	height: 5px;
	border-left: 2px solid #CF065F;
	border-bottom: 2px solid #CF065F;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-content ul.link-list {
	margin: 0 0 25px 0;
}

#main-content ul.link-list li  {
	margin-bottom: 8px;
	padding-left: 13px !important;
	position: relative;
}

#main-content ul.link-list li:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 2px solid #CF065F;
	border-bottom: 2px solid #CF065F;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-content ul.link-list li ul {
	margin: 8px 0 0 0;
}

#main-content ul.link-list li ul li {
	padding-left: 13px !important;
}

#main-content img.link-icon {
	padding-left: 2px;
	vertical-align: baseline;
	width: auto;
}

/* @end */

/* @group 分岐リンク */

#main-content p.link-bunki a {
	display: block;
	background: #CB3567 url(../images/icon_bunki_link.png) 0px center no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:153.9%;
	text-align: center;
	padding: 20px 20px 20px 55px;
	border-radius: 5px;
	line-height: 1.1;
}

#main-content p.link-bunki a:hover {
	background: #D97196 url(../images/icon_bunki_link.png) 0px center no-repeat;
	color: #fff;
}

#main-content p.link-ichiran a {
	display: block;
	background: #FAEAF0 url(../images/icon_ichiran_link.png) 0px center no-repeat;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size:153.9%;
	text-align: center;
	padding: 20px 20px 20px 55px;
	border-radius: 5px;
	line-height: 1.1;
	border: 2px solid #CB3567;
}

#main-content p.link-ichiran a:hover {
	background: #FBF1F5 url(../images/icon_ichiran_link.png) 0px center no-repeat;
	border: 2px solid #D97196;
	color: #717171;
	filter: alpha(opacity=70);
    opacity: 0.7;
}


/* @end */



/* @group ol */

#main-content ol {
	margin: 0 0 35px 40px;
}

#main-content ol li {
	margin-bottom: 4px;
}

#main-content ol li ol {
	margin: 3px 0 0 17px;
}

#main-content table ol {
	margin-bottom: 0;
}

/* @end */

/* @group list */

#main-content ul.list {
	margin: 0 0 35px 18px;
}

#main-content ul.list li {
	position: relative;
	list-style: none;
	margin-bottom: 4px;
	padding-left: 0px;
}

#main-content ul.list li:after  {
	display: block;
	content: '';
	position: absolute;
	top: 0.6em;
	left: -0.7em;
	width: 5px;
	height: 5px;
	background-color: #CF065F;
	border-radius: 100%;
}

#main-content ul.list li ul {
	margin: 0 0 0 7px;
}

#main-content ul.list li ul li {
	position: relative;
	list-style: none;
	margin-bottom: 4px;
	padding-left: 10px;
}

#main-content ul.list li ul li:after  {
	display: block;
	content: '';
	position: absolute;
	top: 0.6em;
	left: -0.2em;
	width: 5px;
	height: 5px;
	background-color: #828282;
	border-radius: 100%;
}


/* @end */


/* @group dl */

#main-content dl {
	margin-bottom: 25px;
}

#main-content dl dt {
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 116%;
}

#main-content dl dt:before {
	content:'';
	height:6px;
	width:6px;
	background:#CF065F;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	display:block;
	position:absolute;
	top:0.5em;
	left:0px;
	box-shadow:7px 0 0 #CF065F, 0 7px 0 #CF065F, 7px 7px 0 #CF065F;
	-webkit-box-shadow:7px 0 0 #CF065F, 0 7px 0 #CF065F, 7px 7px 0 #CF065F;
	-moz-box-shadow:7px 0 0 #CF065F, 0 7px 0 #CF065F, 7px 7px 0 #CF065F;
}


#main-content dl dd {
	margin: 0 0 1.5em 22px;
	line-height: 1.7;
}

/* @end */

/* @group dlの表組 */

#main-content dl.table {
	margin-bottom: 35px;
}

#main-content dl.table dt {
	margin-bottom: 8px;
	padding-left: 0;
	background: none;
	color: #CF065F;
	font-weight: bold;
	font-size: 116%;
}

#main-content dl.table dt:before {
	display: none;
}

#main-content dl.table dd {
	margin: 0 0 1.5em 0;
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
}

/* @end */

/* @group map */

div#map label { width: auto; display:inline; }
div#map img { max-width: none; }

/* @end */



#main-content .last-para {
	margin-bottom: 45px !important;
}

#main-content .last-para2 {
	margin-bottom: 60px !important;
}

#main-content p.to-top {
	padding-top: 10px;
	margin-bottom: 10px !important;
	text-align: right;
}


.left-position {
	text-align: left;
}

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

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

.middle-position {
	vertical-align: middle;
}

#main-content .no-bottom {
	margin-bottom: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

/* @end */

/* @group フッターお問い合わせボタン */
#footer-contact-area {
	width: 100%;
	margin: 50px 0 90px 0;
}

#footer-contact-area #footer-contact {
	max-width: 1048px;
	margin: 0 auto;
	padding: 0 34px;
}

#footer-contact p a {
	border: 2px solid #CF065F;
	border-radius:5px;
	padding: 15px 15px 15px 30px;
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 153.9%;
	text-align: center;
}

#footer-contact p a:hover {
	filter: alpha(opacity=70);
    opacity: 0.7;
}

#footer-contact p span {
	padding-left: 57px;
	background: url(../images/icon_contact.png) no-repeat 0 center;
}

/* @end */

/* @group footer */


footer#footer-area {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

div#footer-nav-area {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding-top: 35px;
}

div#footer-address {
	max-width: 760px;
	margin: 30px auto 20px auto;
}

div#footer-address #company-name {
	font-size: 108%;
	float: left;
	margin-left: 10px;
}

div#footer-address address {
	font-style: normal;
	margin: 20px 0 10px 20px;
	float: left;
	font-size: 95%;
	display: inline;
	width: auto;
	text-align: center;
}

div#footer-address address br {
	display: none;
}

div#footer-address address span {
	margin-left: 20px;
}



div#footer-nav {
	position: absolute;
	margin-right: 34px;
	top: 0;
	right: 0;
	text-align: right !important;
}

div#footer-nav ul {
	margin-bottom: 10px;
	line-height: 1.5;
}

div#footer-nav ul li {
	float: left;
	padding-left: 35px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 20px;
	text-align: left;
	position: relative;
}

div#footer-nav ul li:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.6em;
	left: 20px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #CF065F;
	border-bottom: 2px solid #CF065F;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

li.sp-footer-nav {
	display: none;
}

div#footer-nav ul li a {
}

div#footer-nav ul li a:hover {
	text-decoration: none;
}

#copyright-area {
	background: #1a1a1a;
}

#copyright {
	max-width: 1048px;
	margin: auto;
	padding: 20px 34px 20px 34px;
}

#copyright p {
	color: #fff;
	font-size: 77%;
	text-align: center;
}


p#totop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

/* @group breadcrumb */

#bread-crumb-area {
	width: 100%;
	background: #F5F3EB;
}

p#bread-crumb {
	color: #333;
	max-width: 980px;
	margin: 0 auto;
	padding: 15px 10px 15px;
}

p#bread-crumb img {
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 2px;
}


/* @end */



/* @end */

/* @group home */

html.home div#content-area {
	padding: 0;
	position: relative;
	margin-top: -30px;
}

html.home div#main-content{
	width: 100%;
	overflow: hidden;
}


/* @group  メインイメージ */

html.home #category_title-area {
	width: 100%;
	background: url(../../images/main_image_back.jpg) top center no-repeat;
	margin-bottom: 0px;
}

div#category_title-area h1 {
	max-width: 980px !important;
	margin: 0 auto !important;
	text-align: center !important;
	line-height: 1.3;
}


html.home #category_title-area h1 {
	max-width: auto;
}


div#category_title-area h1 #sp-main {
	display: none;/* スマホ用メインイメージ */
}

/* @end */

/* @group カテゴリー　リンクエリア */

html.home #categry-link {
	position: relative;
	max-width: 1048px;
	margin: 0 auto 0 auto;
	padding: 0 34px;
}

html.home #categry-link img {
	max-width: 100%;
	height: auto;
}

html.home #categry-link .col-left {
	float: left;
	margin-left: -6%;
	width: 53%;
}

html.home #categry-link .col-right {
	float: right;
	margin-right: -6%;
	width: 53%;
}

html.home #categry-link .col-left .col {
	float: left;
	margin-left: 11.8%;
	margin-bottom: 0;
	width: 38.0%;
}

html.home #categry-link .col-right .col {
	float: left;
	margin-right: 11.8%;
	margin-bottom: 0;
	width: 38.0%;
}

#categry-link a:hover{
	filter: alpha(opacity=80);
    opacity: 0.8;
}

.ios #categry-link a:hover {
	opacity: 1;/*iOS対策*/
}

html.home .cate2,
html.home .cate3 {
	margin-top: 70px;
}

/* @end */

/* @group お知らせ */

#home-info-area {
	max-width: 2000px;
	margin: 50px auto 0 auto;
	padding-bottom: 50px;
	background: #f5f3eb url(../../images/home_info_back.png) center 0px no-repeat;
	background-size: 100%;
}

#home-info {
	max-width: 1048px;
	margin: 0 auto;
	padding: 0 34px;
}

#home-info #info-title {
	width: 15.51%;
	max-width: 152px;
	margin-top: -50px;
	float: left;
}

#home-info #info-title img {
	width: 100%;
	height: auto;
}

#home-info .info-list {
	float: right;
	max-width: 790px;
	width: 80.612%;
	margin-top: 80px;
}

#home-info .info-list dl {
	margin-bottom: 15px;
}

#home-info .info-list dl dt {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 70%;
}

#home-info .info-list dl dt img {
	vertical-align: middle;
	margin: 0 12px 0 0;
	height: auto;
}

#home-info .info-list dd {
	line-height: 1.3;
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #999;
}


#home-info .link-next a {
	position: relative;
	padding-left: 13px !important;
}

#home-info .link-next a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 2px solid #CF065F;
	border-bottom: 2px solid #CF065F;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* @end */



html.home #bread-crumb {
	display: none;
}


/* @end */

/* @group お知らせ */

#info-area #local-nav {
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}

#info-area #local-nav ul li {
	margin-right: 10px;
}

#info-area #info-title img {
	width: 100%;
	height: auto;
}

#info-area .info-list {
	margin-top: 40px;
}

#info-area .info-list dl {
	margin-bottom: 15px;
}

#info-area .info-list dl dt {
	margin-bottom: 10px;
	display: inline-block;
	padding-left: 0;
	font-weight: normal;
	font-size: 70%;
}

#info-area .info-list dl dt:before {
	display: none;
}

#info-area .info-list dl dt img {
	vertical-align: middle;
	margin: 0 12px 0 0;
	height: auto;
}

#info-area .info-list span.date {
	width:100px !important;
}

#info-area .info-list dd {
	line-height: 1.3;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
	margin-left: 0;
}

p.date {
	font-size: 70%;
}

p.date img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}

p.date .cafe-cate {
	display: inline-block;
	margin-bottom: 5px;
}

#info-area video {
	max-width: 100%;
}


/* @end */

/* @group 地図 */

#map_canvas_01,
#map_canvas_02 {
	height: 400px;
	margin-bottom: 5px;
}

#map_canvas_01 img,
#map_canvas_02 img {
	max-width: initial;
}


/* @end */

@media screen and (max-width: 768px) {

}


@media screen and (min-width: 669px) and (max-width: 768px) {

/* @group content-area */

div#content-area {
	padding: 0 25px;
	overflow: hidden;
}

/* @end */

/* @group home */

div#home-main-content {
	font-size: 100% !important;
	max-width: 700px;
}

/* @end */

}

@media screen and (max-width: 668px) {

/* @group header */

#header,
div#gnav-area,
#footer-nav-area {
	max-width: 668px;
}

#logo {
	text-align: center;
	padding: 22px 0 20px 0;
}

#logo img {
	width: 133px;
	height: auto;
}

#header-btn {
	position: static;
	max-width: 980px;
	margin: 0 auto 13px auto;
	padding: 0px 10px;
	text-align: center;
}

#header-btn a {
	padding: 12px 10px 12px 33px;
	font-size: 93%;
	background-image: none;
}

#header-btn a.calender,
#header-btn a.cafe {
	background-image: none;
}

#header-btn a:hover {
	background-image: none;
}

#header-btn a.calender span {
	padding-left: 35px;
	margin-right: 20px;
	background: #EBEBEB url(../images/icon_header_btn.png) 10px center no-repeat;
	background-size: 15px 15px;
}

#header-btn a.cafe span {
	padding-left: 35px;
	margin-right: 20px;
	background: #EBEBEB url(../images/icon_header_btn2.png) 10px center no-repeat;
	background-size: 20px auto;
}

#header-btn a.calender:hover span {
	background: url(../images/icon_header_btn_on.png) 10px center no-repeat;
	background-size: 15px 15px;
}

#header-btn a.cafe:hover span {
	background: url(../images/icon_header_btn2_on.png) 10px center no-repeat;
	background-size: 20px auto;
}

#header-btn a.calender:hover,
#header-btn a.cafe:hover {
	background-image: none;
}

/* @end */

/* @group nav */

p#toggle-nav {
	position: absolute;
	display: block;
	top: 10px;
	right: 11px;
	cursor: pointer;
}

#gnav {
	max-width: none;
	margin: 0;
}

#gnav ul {
	position: absolute;
	display: none;
	top: 76px;
	right: 0;
	z-index: 9999 !important;
	width: 100%;
}

#gnav ul li {
	padding: 0;
}

#gnav ul li#gnav01,
#gnav ul li#gnav02,
#gnav ul li#gnav03,
#gnav ul li#gnav04,
#gnav ul li#gnav05,
#gnav ul li#gnav06 {
	position: static;
	float: none !important;
	max-width: none;
	width: auto;
	text-align: left;
	margin: 0;
}

#sp-footer-gnav {
	display: block;
}

#gnav ul li a,
#sp-footer-gnav a {
	display: block;
	padding: 16px 10px 16px 16px !important;
	background: #CB3567;
	border-bottom: 1px solid #fff;
	opacity: 0.95;
	color: #fff;
	line-height: 1.2;
	font-weight: normal;
	text-decoration: none;
}

#gnav ul li a:hover,
#gnav ul li a.current {
	padding: 16px 10px 16px 16px;
	background: #fff;
	color: #CB3567;
	border-bottom: 1px solid #fff;
}

#gnav ul li:first-child a {
	border-top: 1px solid #CB3567;
}

#gnav ul li:last-child a {
	border-bottom: 1px solid #CB3567;
}

#gnav ul li ul li:first-child a {
	border-top: none;
}

.gnav-inner {
	display: block;
}

#gnav ul li ul {
	position: static;
	width: 100%;
}

#gnav ul li ul li {
	position: relative;
	float: none;
	padding-right: 0;
	margin-bottom: 0 !important;
	text-align: left;
}

#gnav ul li ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: 1.3em;
	left: 38px;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 100%;
}

#gnav ul li ul li a {
	display: block;
	padding: 14px 10px 14px 50px !important;
	border-bottom: 1px dotted #EEB0C7;
	background: #8E2549;
	color: #fff;
	margin-bottom: 0 !important;
	font-weight: normal !important;
}

#gnav ul li ul li a:hover,
#gnav ul li ul li a.current {
	padding: 16px 10px 16px 55px;
	background: #A23259;
	color: #fff;
	border-bottom: 1px dotted #EEB0C7;

}


/* @end */

/* @group local-nav */

#local-nav {
	display: none;
}

/* @end */

/* @group category-nav */

.cafe-cate {
	font-size: 13px;
}

p.date .cafe-cate {
	padding-top: 1px;
}

/* @end */

/* @group content-area */

/* @group category_title */

div#category_title-area {
	margin-bottom: 23px;
}

div#category_title-area h1 {
	height: 75px;
}

div#category_title-area h1 span {
	font-size: 161.6%;
	padding: 10px 20px;
}


/* @end */

#main-content p.lead {
	margin-bottom: 25px;
}

#main-content p.lead span {
	font-size: 146.5%;
	max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

#main-content p.lead span:before,
#main-content p.lead span:after{
	display: none;
}

p#bread-crumb {
	padding: 0 15px;
}

div#content-area {
	padding: 0 15px;
}

ul.anchor-list li {
	float: none;
	width: auto;
	margin-bottom: 10px;
}

#main-content {
	overflow: visible;
}

#main-content h2 {
	margin-left: -15px;
	margin-right: -15px;
	padding: 7px 15px 7px 15px;
}

/* @group dl */

#main-content dl dt:before {
	content:'';
	height:6px;
	width:6px;
	background:#CF065F;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	display:block;
	position:absolute;
	top:0.5em;
	left:0px;
	box-shadow:7px 0 0 #CF065F, 0 7px 0 #CF065F, 7px 7px 0 #CF065F;
	-webkit-box-shadow:7px 0 0 #CF065F, 0 7px 0 #CF065F, 7px 7px 0 #CF065F;
	-moz-box-shadow:7px 0 0 #CF065F, 0 7px 0 #CF065F, 7px 7px 0 #CF065F;
}

/* @end */



/* @group pattern */

#main-content div.pattern1-1 div.col,
#main-content div.pattern1-1-1 div.col,
#main-content div.pattern1-1-1-1 div.col,
#main-content div.pattern1-2 div.left-col,
#main-content div.pattern1-2 div.right-col,
#main-content div.pattern2-1 div.left-col,
#main-content div.pattern2-1 div.right-col,
#main-content div.pattern1-3 div.left-col,
#main-content div.pattern1-3 div.right-col,
#main-content div.pattern3-1 div.left-col,
#main-content div.pattern3-1 div.right-col {
	float: none;
	width: auto;
}

/* @end */


/* @group 分岐リンク */

#main-content p.link-bunki a {
	background-size:28px 15px;
	font-size:100%;
	padding: 17px 15px 17px 25px;
}

#main-content p.link-bunki a:hover {
	background-size:28px 15px;
}

#main-content p.link-ichiran a {
	font-weight: bold;
	font-size:100%;
	padding: 17px 15px 17px 30px;
	background-size:28px 15px;
}

#main-content p.link-ichiran a:hover {
	background-size:28px 15px;
}

/* @end */

/* @end */


p#bread-crumb {
	display: none;
}

/* @group フッターお問い合わせボタン */

#footer-contact-area {
	margin: 20px 0 50px 0;
}

#footer-contact-area #footer-contact {
	padding: 0 15px;
}

#footer-contact p a {
	padding: 15px 15px 15px 15px;
	font-size: 100%;
}

#footer-contact p a span {
	background-size: 20px 12px;
	padding-left: 30px;
}


/* @end */

/* @group footer */

#footer-area {
	padding-top: 0 !important;
	margin-top: 20px;
	overflow: hidden;
}

div#footer-nav-area {
	padding-top: 0;
	margin-bottom: 20px;
}

div#footer-address {
	width: 95%;
	margin: 25px 0 0 0 !important;
	text-align: center;
}

div#footer-address #company-name {
	max-width: 100%;
	float: none;
	text-align: center;
	margin-left: 0;
	margin-bottom: 15px;
}

div#footer-address address {
	max-width: 100%;
	float: none;
	margin-left: 0 !important;
	line-height: 1.3;
}

div#footer-address address br {
	display: block;
}

div#footer-address address span {
	margin-left: 0 !important;
}

div#footer-nav {
	position: relative;
	width: 100%;
	margin: 0;
	background: #fff;
	text-align: left;
}

div#footer-nav ul {
	display: block;
	border-left: none;
	font-size: 100%;
	background: #E8EAEB;
}

div#footer-nav ul li {
	float: none;
	border-right: none !important;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

div#footer-nav ul li a {
	display: block;
	padding: 15px 10px 15px 15px;
	color: #333;
	text-decoration: none;
}

div#footer-nav ul li:before {
	display: none;
}

#copyright {
	font-size: 83%;
}

/* @group breadcrumb */
#bread-crumb {
	display: none;
}

/* @end */
/* @end */

/* @group home */


html.home div#content-area {
	max-width: 100%; 
	margin: -35px 0 0 0;
	padding: 0;
}

html.home #main-content {
	overflow: visible;
	font-size: 100% !important;
	max-width: 668px;
	margin: 0;
}


/* @group メインイメージ */

div#category_title-area h1 {
	height: auto;
}

div#category_title-area h1 #pc-main {
	display: none;/* PC用メインイメージ */
}

div#category_title-area h1 #sp-main {
	display: block;/* スマホ用メインイメージ */
}

/* @end */



/* @group カテゴリー　リンクエリア */

html.home #categry-link {
	padding: 0 10px 0 15px;
	margin-bottom: 30px;
}

html.home #categry-link img {
	width: 100%;

}

html.home #categry-link .col-left {
	float: none;
	margin-left: -5%;
	width: 100%;
}

html.home #categry-link .col-right {
	float: none;
	margin-right: -5%;
	width: 100%;
}

html.home #categry-link .col-left .col {
	float: left;
	margin-left: 5%;
	margin-bottom: 0;
	width: 45.0%;
}

html.home #categry-link .col-right .col {
	float: left;
	margin-right: 5%;
	margin-bottom: 0;
	width: 45.0%;
}

html.home .cate1 {
}
html.home .cate2 {
	padding-left: 3px;
	margin-top: 55px;
}

html.home .cate3 {
	padding-left: 3px;
	margin-top: -35px;
}

html.home .cate4 {
	padding-left: 3px;
	margin-top: 15px;
}

/* @end */



/* @group お知らせ */

#home-info-area {
	margin-top: 30px;
}

#home-info {
	padding: 0 15px;
	position: relative;
}

#home-info #info-title {
	position: absolute;
	top: -60px;
	left: 15px;
	width: 27.75%;
	max-width: 140px;
	margin-top: 0px;
	float: none;
}

#home-info #info-title img {
	width: 100%;
	height: auto;

}

#home-info .info-list {
	float: none;
	max-width: 100%;
	width: auto;
	margin-top: 0;
	padding-top: 31%;
}

#home-info .link-next a {
	position: relative;
	padding-left: 13px !important;
}

#home-info .link-next a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 5px;
	height: 5px;
	border-right: 2px solid #CF065F;
	border-bottom: 2px solid #CF065F;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#home-info .link-next a {
	display: block;
	background: #fff;
	color: #CF065F;
	text-decoration: none;
	font-weight: bold;
	font-size:100%;
	text-align: center;
	padding: 15px 15px 15px 55px;
	border-radius: 5px;
	line-height: 1.1;
	border: 2px solid #CB3567;
}

#home-info .link-next a:hover {
	color: #CF065F;
	filter: alpha(opacity=100);
    opacity: 1;
}


#home-info .link-next a:before {
	display: none;
}


/* @end */


/* @end */

/* @group お知らせ */

#info-area #local-nav {
	display: block;
}

#info-area video {
	max-width: 100%;
}

#cate-nav ul li {
	font-size: 14px;
	margin-bottom: 15px;
}

#cate-nav ul li a {
	padding-bottom: 20px;
}


/* @end */

p#totop {
	display: none;
}

}
