﻿/* =================================
Common Reset CSS
================================= */
@font-face {
	font-family: 'Cormorant Garamond', serif;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

html { box-sizing: border-box; }

* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after { box-sizing: inherit; }

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:focus { outline : none; }
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.galerry-catelogy a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.imgFree {
	line-height:1.5;
}
.imgFree img {
	max-width:100%!important;
	width:auto;
	height:auto!important;
}

#main-menu a {
	text-decoration: none;
	color: #000;
}

#main-menu a:hover {
	text-decoration: none;
	color: #888;
}

#top #footer a {
	text-decoration: none;
	color: #fff;
}

#top #footer a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer a {
text-decoration: none;
color: #808080;
font-size: 10px;
}

#footer a:hover {
	text-decoration: underline;
	color: #808080;
}

h1, h2, h3, h4, h5, h6 {
	cursor: default;
	color: #808080;
}
strong {
	cursor: default;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	background-color: #fff;
	color: #000;
}

.en { font-family: 'Cormorant Garamond', serif; }

.jp { font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }

.bg-top-01 { background-color: #f5f5f5; }

.bg-top-02 { background-color: #fcebe4; }

#top #footer > .clearfix { background-color: #b2b2b2; }

#top-page {
	position: fixed;
	display: block;
	width: 47px;
	height: 47px;
	background: #d76b7b url(../img/btn_top_page.png) no-repeat center;
	bottom: 0;
	right: 0;
	overflow: hidden;
	text-indent: -9999px;
	transform: translateY(47px);
	transition: all .3s ease-in-out .1s;
	cursor: pointer;
}

#top #top-page { right: 24px; }

.galerry-catelogy a,
.blog-catelogy a,
.read-more {
	color: #808080;
	text-decoration: none;
}

.galerry-catelogy a:hover,
.blog-catelogy a:hover,
.read-more:hover {
	color: #808080;
	text-decoration: underline;
}

.date {
	color: #808080;
	font-family: 'Cormorant Garamond', serif;
}

button,
.btn,
.btn-link,
.pagging a {
	display: inline-block;
	padding: 3px 35px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #d76b7b;
	color: #fff;
	text-decoration: none;
	transition: all .3s ease 0s;
}

button:hover,
.btn:hover {
	background-color: #ef8b9e;
	text-decoration: none;
	color: #fff;
}

.btn-link,
.pagging a {
	background-color: transparent;
	border-color: #808080;
	color: #111111;
	text-decoration: none;
}

.btn-link:hover,
.pagging a:hover {
	background-color: #f7f7f7;
	border-color: #aaaaaa;
	color: #aaaaaa;
	text-decoration: none;
}

.btn-link:active,
.pagging a:active,
.btn-link.active,
.pagging a.active {
	background-color: #fcebe4;
	border-color: #fcebe4;
	color: #111111;
}

.float-right { float: right; }

.float-left { float: left; }

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

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

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

.thumbnail {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.thumbnail img {
	width: 100%;
	height: auto;
}

#top #main-content,
#top #footer,
#header .group-top {
	padding-left: 12px;
	padding-right: 24px;
}

img {
	max-width: 100%;
	height: auto;
}
/**
 *MAIN MENU
*/
#header nav {
	position:fixed;
	top: 0;
	left: 0;
	bottom: 0;
	max-height: 100%;
	box-sizing: border-box;
	width: 200px;
	transform: translateX(-200px);
	transition: all .9s ease 0s;
	background-color: #fcebe4;
}

#main-menu {
	overflow: auto;
	margin-top: 68px;
	max-height: 100%;
}

#smart-menu,
#smart-menu #icon-menu,
#smart-menu #icon-menu span,
#smart-menu #icon-menu::before,
#smart-menu #icon-menu::after {
	display: inline-block;
	transition: all 0.3s;
	box-sizing: border-box;
}

#smart-menu {
	position: absolute;
	top: 6px;
	right: -55px;
	width: 55px;
	height: 55px;
	font-size: 9px;
	cursor: pointer;
	background-color: #fcebe4;
	text-align: center;
	padding-top: 14px;
}

#smart-menu #icon-menu {
	position: relative;
	width: 26px;
	height: 18px;
}

#smart-menu #icon-menu span,
#smart-menu #icon-menu::before,
#smart-menu #icon-menu::after {
	display: block;
	position: absolute;
	right: 0;
	width: 26px;
	height: 2px;
	overflow: hidden;
	font-size: 0;
	background-color: #000;
}
#smart-menu #icon-menu::before,
#smart-menu #icon-menu::after {
	content: "";
}
#smart-menu #icon-menu::before {
	top: 0;
}
#smart-menu #icon-menu span {
	overflow: hidden;
	text-indent: -9999px;
	top: 50%;
	margin-top: -1px;
}
#smart-menu #icon-menu::after {
	bottom: 0;
}
#smart-menu.active #icon-menu::before {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#smart-menu.active #icon-menu span {
	opacity: 0;
}
#smart-menu.active #icon-menu::after {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

#navigation-menu .nav {
	background-color: rgba(255, 255, 255, .9);
	position: absolute;
	top: 58px;
	left: 0;
	right: 0;
	margin: 0;
	/*max-height: 100%;*/
	overflow: auto;
}
@media screen and (min-width :769px ){
	.parent-menu:hover .child-menu { display: none; }
	#main-menu .en {
	}
	#main-menu li:hover .ja { display: inline; font-size: 12px;}
	#main-menu li:hover .en { display: none; }
}
#main-menu .ja {
	display: none;
}

#main-menu li a {
	display: block;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	padding: 9px 5px 7px;
}

.parent-menu .sub-menu { display: none; }

#main-menu .sub-menu a {
	font-size: 12px;
	line-height: 21px;
	padding: 5px 5px 4px;
}

/**
 * HEADER
*/
 
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 61px;
	padding: 0 0 0 76px;
	background-color: #fff;
	z-index: 1000;
}
 
#logo {
	margin: 14px 0 12px;
	font-size: 0;
	line-height: 0px
}
#logo img{
	max-height: 35px;
	height: auto;
}

.list-social,
.list-social li { 
	display: block;
	list-style: none;
	float:right;
	margin-left: 5px;
}

.list-social li a {
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px!important;
	background: url(../img/icon_social.png) no-repeat top left;
}

.list-social li a#iconFB,
.list-social li a.iconFB { background-position: -1px 0; }

.list-social li a#iconTW,
.list-social li a.iconTW { background-position: -36px 0; }

.list-social li a#iconLINE,
.list-social li a.iconLINE { background-position: -70px 0; }

.list-social li a#iconYoutube,
.list-social li a.iconYoutube { background-position: -102px 0; }

.list-social li a#iconInsta,
.list-social li a.iconInsta { background-position: -137px 0; }

.list-social li a#iconEdit,
.list-social li a.iconEdit { background-position: -171px 0; }

#text-top {
	font-size: 10px;
	line-height: 10px;
	color: #808080;
	padding: 7px 0;
}
.contactarea {
	text-align: right;
}
.btn-web2 {
	vertical-align: top;
}
.btn-web {
	position:relative;
	display:block;
	vertical-align: top;
	overflow:hidden;
	width: 120px;
	height:30px;
	float:right;
}
.contactarea .btn-web {
	margin-right: 15px;
}
.btn-web img {
	display:block;
	margin:0;
}
.btn-web img:nth-child(1) {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.btn-web img:nth-child(2) {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	display:none;
}
.btn-web:hover img:nth-child(2) {
	display:block;
}

.number-phone {
	font-size: 28px;
	line-height: 23px;
	font-family: 'Cormorant Garamond', serif;
	vertical-align: top;
	margin-right: 15px;
	float:right;
	display:block;
}
.number-phone:hover {
	color: #999999;
	text-decoration: none;
}
/**
 * MAIN CONTENT
 */
#main { padding-top: 61px; }

#main-content {
	max-width: 800px;
	margin: 0 auto;
}

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

#bg-content .box-content {
	max-width: 950px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.8);
}

.content-fixed {
	max-width: 800px;
	margin: 0 auto;
}
/**
 * FOOTER
 */

.group-footer-menu {
	float: none;
	width: auto;
	padding: 24px 25px 20px;
}

.group-footer-menu ul { list-style: none; }

.group-footer-menu h3 {
	font-size: 13px;
	line-height: 23px;
	color: #666666;
	font-family: 'Cormorant Garamond', serif;
	float: left;
}
 
.group-inline-block li {
	float: left;
	padding-left: 20px;
}
 
.group-inline-block li a {
	display: block;
	font-size: 12px;
	line-height: 21px;
}

#footer .copy-right {
	background: url(../img/bg_copy_right.png) repeat top right;
	/*padding: 23px 61px 7px;*/
	height: 47px;
}

#footer .copy-right small {
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	vertical-align: bottom;
	display: inline-block;
}

#footer { background-color: #FCEBE4; }

/**
 * BREADCRUMB
 */
.breadcrumb { padding: 23px 25px 30px; }

.breadcrumb li { display: inline-block; }

.breadcrumb li:after {
	content:'>';
	margin: 0 12px 0 11px;
}

.breadcrumb li:last-child:after { display: none; }

.breadcrumb li a,
.breadcrumb li span {
	font-size: 11px;
	line-height: 13px;
}

/**
 * TITLE PAGE
 */
.title-page {
	font-size: 18px;
	line-height: 1.2em;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	margin: 0 0 18px;
}

.title-page.jp {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6em;
}

.title-page span {
	position: relative;
	padding: 13px 0 12px 46px;
	display: inline-block;	
}

.title-page span:before {
	content: url(../img/icon_title_page.png);
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0
}

/**
 * PAGGING
 */
 .pagging { text-align: center; }
 
.pagging li {
	display: inline-block;
	margin-left: 3px;
}
.pagging li:first-child { margin-left: 0; }

.pagging li a {
	padding: 9px 12px 9px 11px;
	font-size: 15px;
	line-height: 1;
}
.next-pagging:after {
	content: '	>';
	vertical-align: top;
}

/** Category blog */
.blog-catelogy,
.list-2-item,
.list-3-item,
.list-4-item,
.galerry-catelogy {
	list-style: none;
	text-align: center;
 }

.blog-catelogy:after,
.list-2-item:after,
.list-3-item:after,
.list-4-item:after,
.galerry-catelogy:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}

.blog-catelogy li,
.list-2-item li,
.list-3-item li,
.list-4-item li,
.galerry-catelogy li {
	float: left;
	box-sizing: border-box;
	/*margin-left: 23px;*/
}

.list-2-item li { width: 50%; }

.list-2-item li:nth-child(2n + 1) { clear: left; }

.list-3-item li { width: 33.33%; }

.list-3-item li:nth-child(3n + 1) { clear: left; }

.list-4-item li { width: 25%; }

.list-4-item li:nth-child(4n + 1) { clear: left; }

.blog-catelogy {  }

.blog-catelogy li {
	width: 33.33%;
	padding-left: 23px;
}

.blog-catelogy li a {
	border: 1px solid #808080;
	margin-bottom: 23px;
	padding: 21px 18px 16px 19px;
	background-color: #fff;
	transition: all .2s ease 0s;
	display: block;
}

.blog-catelogy li a .thumbnail { margin-bottom: 22px; }

.blog-catelogy li a .date {
	font-size: 15px;
	line-height: 22px;
	color: #808080;
	font-family: 'Cormorant Garamond', serif;
}

.blog-catelogy li a .thumbnail img {
	transition: all 1.6s ease 0s;
	-moz-transition: all 1.6s ease 0s;
	-webkit-transition: all 1.6s ease 0s;
}

.blog-catelogy li .title {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	min-height: 54px;
	color: #000;
}

.blog-catelogy li:nth-child(3n+1) { clear: left; }

.blog-catelogy li a:hover {
	background-color: #f7f7f7;
	border-color: #aaaaaa;
	text-decoration: none;
}

.blog-catelogy li:hover .title { color: #808080; }

.blog-catelogy li:hover .thumbnail img { transform: scale(1.1); }

/* Galerry Catelogy */

.galerry-catelogy { margin-left: -8px; }

.galerry-catelogy li {
	width: 33.33%;
	padding-left: 8px;
	padding-bottom: 8px;
}

.galerry-catelogy li:nth-child(3n + 1) { clear: left; }

.galerry-catelogy li a .thumbnail { position: relative; }

.galerry-catelogy li a .thumbnail:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	opacity: 0;
	transition: all .3s ease-in .1s;
}

.galerry-catelogy li a .thumbnail:after {
	content: attr(data-more);
	position: absolute;
	border-bottom: 2px solid #fff;
	color: #fff;
	left: -100%;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 15px;
	line-height: 14px;
	padding: 0 20px 9px;
	opacity: 0;
	transition: all .3s ease-in-out .1s;
}

.galerry-catelogy li a:hover .thumbnail:before { opacity: 1; }

.galerry-catelogy li a:hover .thumbnail:after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
}

/* blog-catelogy-type-top */

.blog-catelogy-type-top li a .thumbnail {
	border-radius: 50%;
	width: 74%;
	margin: 0 auto 14px;
}

.blog-catelogy-type-top li a {
	border: none;
	background-color: rgba(255, 255, 255, .9);
}

.blog-catelogy-type-top li a:hover { background-color: rgba(247, 247, 247, .9); }

.blog-catelogy-type-top li a .date {
	font-size: 17px;
	line-height: 14px;
	margin-bottom: 17px;
}

.blog-catelogy-type-top li .title {
	font-size: 11px;
	line-height: 1.4em;
}

.blog-catelogy-type-top .categories {
	font-family: 'Cormorant Garamond', serif;
	font-size: 13px;
	line-height: 14px;
}

/*MENU TAB*/
.menu-tab {
	margin-left: -7px;
	margin-bottom: 80px;
}

.menu-tab li { padding: 0 0 8px 7px; }
.menu-tab a {
	display: block;
	font-size: 12px;
	padding: 6px 18px 5px;
}
.menu-tab a.active {
	color: #000;
	font-weight: bold;
}
/* calender */
#date-picker {
	font-size: 18px;
	width: 436px;
	text-align: center;
}

.ui-datepicker-header {
	position: relative;
	margin-bottom: 37px;
}

.ui-datepicker-prev {
	background: url("../img/icon_prev.png");
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.ui-datepicker-next {
	background: url("../img/icon_next.png");
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.ui-datepicker-calendar {
	width: 100%;
	/*margin: 0 -20px;*/
}

.ui-datepicker-calendar td {
	padding: 6px 0;
}

/* list staff */
.list-staff { margin-left: -19px; }

.list-staff li {
	padding-left: 19px;
}

.list-staff .title {
	margin-top: 7px;
	position: relative;
}

.list-staff .title:after {
	content: url(../img/icon_staff.png);
	position: absolute;
	bottom: 0;
	right: 12px;
}

.list-staff li .thumbnail {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.list-staff li .thumbnail img { transition: all 1.6s ease .1s; }

.list-staff li:hover .thumbnail img { transform: scale(1.1); }

/* TOP GALLERY */
#top-gallery .title-page,
#ranking .title-page { margin-bottom: 70px; }
#top-gallery .galerry-catelogy li,
#top-gallery .galerry-catelogy .item,
#ranking .blog-catelogy li { position: relative; }

#top-gallery .galerry-catelogy .item:before,
#top-gallery .galerry-catelogy li:before,
#ranking .blog-catelogy li:before {
	width: 57px;
	height: 53px;
	display: block;
	position: absolute;
	left: 0;
	top: -35px;
	text-align: center;
	color: #fff;
	background: url(../img/icon_top.png) no-repeat center;
	font-size: 19px;
	line-height: 12px;
	z-index: 100;
	box-sizing: border-box;
	padding-top: 34px;
	padding-left: 10px;
}

#top-gallery .galerry-catelogy .item:nth-child(1):before,
#top-gallery .galerry-catelogy li:nth-child(1):before,
#ranking .blog-catelogy li:nth-child(1):before { content: "1"; }

#top-gallery .galerry-catelogy .item:nth-child(2):before,
#top-gallery .galerry-catelogy li:nth-child(2):before,
#ranking .blog-catelogy li:nth-child(2):before { content: "2"; }

#top-gallery .galerry-catelogy .item:nth-child(3):before,
#top-gallery .galerry-catelogy li:nth-child(3):before,
#ranking .blog-catelogy li:nth-child(3):before { content: "3"; }

#top-gallery .galerry-catelogy .item:nth-child(4):before,
#top-gallery .galerry-catelogy li:nth-child(4):before,
#ranking .blog-catelogy li:nth-child(4):before { content: "4"; }

#top-gallery .galerry-catelogy .item:nth-child(5):before,
#top-gallery .galerry-catelogy li:nth-child(5):before,
#ranking .blog-catelogy li:nth-child(5):before { content: "5"; }

/* LIST CATEGORIES */
.list-categoies { list-style: none; }

.list-categoies:after {
	content: "";
	display: block;
	clear: both;
}

.list-categoies li {
	width: auto;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}

.list-categoies li:nth-child(2n + 1) { clear: none; }


.list-categoies li a {
	color: #808080;
	display: block;
	border: 1px solid #808080;
	padding: 1px 15px 0;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

.list-categoies li a:hover {
	background-color: #f7f7f7;
	border-color: #aaaaaa;
	color: #aaaaaa;
	text-decoration: none;
}

.list-categoies li a:active,
.list-categoies li a.active {
	background-color: #fcebe4;
	border-color: #fcebe4;
	color: #808080;
}

/* card */
#card {
	background-color: #F5F5F5;
	padding: 9px;
}

#card > div {
	border: 1px solid #808080;
	padding: 11px 21px 16px;
}

#card > div img { margin-right: 15px; }

#card > div p {
	margin: 0;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 4px;
}

#card > div p strong {
	font-size: 16px;
	color: #000;
}

#card > div .btn,
#card > div .btn-link {
	min-width: 150px;
}

/* POPUP */
.popup {
	display: none;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.content-popup {
	background-color: #fff;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 80%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 16px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 20px;
}

.content-popup > div {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.content-popup > div .group {
	border-bottom: 1px solid #808080;
	padding-bottom: 11px;
}

.content-popup > div .group:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.content-popup .group a {
	display: inline-block;
	background-color: #D76B7B;
	color: #fff;
	padding: 6px 20px;
	line-height: 1;
	min-width: 259px;
	max-width: 100%;
	margin-top: 5px;
}

.content-popup .close {
	position:absolute;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background: url(../img/icon_close.png) no-repeat center;
	background-size: 100%;
	top: -13px;
	right: -13px;
}

.content-popup .group a span { position: relative; }

.content-popup .tel span { padding-left: 12px; }

.content-popup .web span { padding-left: 16px; }

.content-popup .tel span:before {
	content: url(../img/icon_phone.png);
	vertical-align: top;
	transform: scale(0.3);
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
}

.content-popup .web span:before {
	content: url(../img/icon_web.png);
	vertical-align: top;
	transform: scale(0.3);
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
}
	


.sp-block { display: none!important; }

@media screen and (max-width :768px ){
	.sp-block { display: block!important; }
	.sp-none { display: none!important; }
	/* HEADER */
	#header {
		height: 47px;
		padding: 0;
	}
	#smart-menu {
		position: absolute;
		top: 0;
		right: -46px;
		width: 47px;
		height: 47px;
		font-size: 9px;
		padding-top: 5px;
	}
	
	#logo {
		margin: 0;
		float: none;
		text-align: center;
		height: 100%;
	}
	
	#logo img {
		max-height: 47px!important;
		height: auto;
	}

	#header .list-social,
	#header .group-top { display: none; }
	
	#top #main-content, #top #footer,
	#header .group-top {
		padding: 0;
	}
	/* container */
	#top #main {
		padding-top: 47px;
	}
	#main {
		padding-top: 63px;
	}
	#container {
		padding-bottom: 34px;
	}
	
	.title-page {
		font-size: 16px;
		line-height: 13px;
		text-align: center;
	}
	
	/* MENU */
	#main-menu {
		overflow: auto;
		margin-top: 58px;
	}
	
	#main-menu li a {
		display: block;
		font-size: 13px;
		line-height: 23px;
		text-align: center;
		padding: 9px 5px 7px;
	}
	
	
	/* FORTER */
	#footer-sp {
		list-style: none;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(../img/bg_footer_sp.png) repeat-x;
		z-index: 99;
	}
	
	#footer-sp:before {
		width: 1px;
		background: #fff;
		position: absolute;
		top: 10px;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		content: '';
	}
	
	#footer-sp:after {
		content: "";
		clear: both;
		display: block;
	}
	
	#footer-sp li {
		float: left;
		width: 50%;
		text-align: center;
	}
	
	#footer-sp li a {
		display: block;
		height: 35px;
		color: #fff;
		font-size: 13px;
		line-height: 23px;
		box-sizing: border-box;
		position: relative;
		padding: 8px 0;
	}
	
	#footer-sp li a span {
		display: inline-block;
		position: relative;
	}
	
	#tel-sp span { padding-left: 22px; }
	
	#web-sp span { padding-left: 28px; }
	
	#tel-sp span:before {
		content: url(../img/icon_phone.png);
		vertical-align: top;
		transform: scale(0.5);
		position: absolute;
		top: 0;
		left: 0;
		transform-origin: 0 0;
	}
	
	#web-sp span:before {
		content: url(../img/icon_web.png);
		vertical-align: top;
		transform: scale(0.5);
		position: absolute;
		top: 0;
		left: 0;
		transform-origin: 0 0;
	}
	
	#top-page {
		bottom: 46px;
		opacity: 0;
		z-index: 20;
		visibility: hidden;
	}
	
	#top-page.active {
		opacity: 1;
		visibility: visible;
	}
	
	#footer .copy-right { padding: 13px 61px 16px 0; }
	
	#footer .copy-right small {
		font-size: 10px;
		line-height: 12px;
	}
	
	#footer { background-color: #b2b2b2; }
	
	#footer .group-footer-menu {
		/*float: left;
		width: 50%;*/
		padding: 12px 8px 18px 18px;
	}
	
	#footer .group-footer-menu:last-child { padding: 12px 20px 18px 20px; }
	
	#footer .group-footer-menu h3 {
		font-size: 12px;
		line-height: 21px;
		float: none;
		color: #fff;
		margin-bottom: 11px;
	}
	
	#footer .group-footer-menu li {
		float: none;
		padding-left: 0;
	}
	
	#footer a {
		text-decoration: none;
		color: #fff;
		font-size: 11px;
		line-height: 1.4em; 
		display: inline-block;
		float: left;
		margin-bottom: 14px;
		margin-right: 2%;
		width: 48%
 }
	
	/**/
	.blog-catelogy { margin-left: 0; }
	
	.blog-catelogy li {
		float: none;
		width: auto;
		padding-left: 0;
		text-align: left;
	}
	.blog-catelogy li:first-child a {
		border-top: 1px solid #808080;
	}
	.blog-catelogy li a {
		margin-bottom: 0;
		padding: 8px 9px 10px;
		border-bottom: 1px solid #808080;
		border-left: none;
		border-right: none;
		border-top: none;
	}
	
	.blog-catelogy li a:after {
		clear: both;
		content: "";
		display: block;
	}
	
	.blog-catelogy li a .thumbnail {
		float: left;
		margin-bottom: 0;
		margin-right: 10px;
		width: 34.7%;
	}
	
	.blog-catelogy li .title {
		font-size: 12px;
		line-height: 1.4em;
		min-height: 0;
		margin-bottom: 10px;
	}
	
	.blog-catelogy li a .date {
		font-size: 16px;
		line-height: 1;
	}
	
	.blog-catelogy-type-top li a .thumbnail {
		width: 17%;
		margin-right: 11px;
	}
	
	.blog-catelogy-type-top li .title {
		line-height: 17px;
		margin-bottom: 5px;
		text-align: left;
	}
	
	.blog-catelogy-type-top li a .date {
		text-align: left;
		font-size: 10px;
		line-height: 1;
		margin-bottom: 6px;
	}
	
	.blog-catelogy-type-top .categories {
		font-size: 10px;
		line-height: 1;
		text-align: left;
	}
	
	.blog-catelogy-type-top li a {
		margin-bottom: 5px;
		padding: 10px 12px 14px;
		background-color: #fff;
		transition: all .2s ease 0s;
		display: block;
	}
	
	.read-more {
		display: block;
		margin-top: 10px;
	}
	
	.galerry-catelogy { margin-left: -5px; }
	
	.galerry-catelogy li {
		padding-left: 5px;
		padding-bottom: 5px;
	}
	/* */
	.breadcrumb { display: none; }
	
	/* Menu tab */
	.menu-tab {
		margin: 0 10px 24px;
		border: 1px solid #808080;
		position: relative;
	}
	
	.menu-tab:before {
		content: url(../img/icon_dropdown.png);
		position: absolute;
		right: 13px;
		top: 12px;
		width: 15px;
		transform: scale(.5);
		transform-origin: 0 0;
	}
	
	.menu-tab li {
		float: none;
		width: auto;
		padding: 0;
	}
	
	.menu-tab li a {
		border: none;
		padding: 8px 18px 7px;
		background-color: #fff;
	}
	
	.menu-tab a.active {
		color: #808080;
		background-color: #fff;
	}
	/* COMMON */
	h2.title-page {
		/*background-color: #808080;
		font-size: 12px;
		line-height: 15px;
		color: #fff;
		font-weight: bold;
		padding: 13px 0 11px;
		margin-bottom: 12px;*/
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	h2.title-page span {
		padding: 0;
	}
	
	h2.title-page span:before {
		display: none;
	}

}
/*----*/
.viewPC {
	display:block;
}
.viewPC_inb {
	display:inline-block;
}
.viewSP,
.viewSP_inb {
	display:none;
}
@media screen and (max-width:768px) {
	.viewPC,
	.viewPC_inb {
		display:none;
	}
	.viewSP {
		display:block;
	}
	.viewSP_inb {
		display:inline-block;
	}
}
