@charset "utf-8";
/*
Theme Name: online-community
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", YuGothic,"游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 550;
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
.w6-font{
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6",sans-serif;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #000000;
}
a:hover{
	opacity: 0.8;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img,
br.tab_br{
	display: none;
}
[class*=-bgImg] {
	position: relative;
	background-position: center center;
	background-size: cover; 
	background-repeat: no-repeat;
}
[class*=-bgImg]:before {
	position: absolute;
	top: 0;
	left: 0; 
	display: block;
	width: 100%;
	height: 100%;
	content: "";
}
[class*=-bgImg] >img {
	visibility: hidden;
	width: 100%;
}
@media only screen and (min-width: 736px){
	br.sp_br,
	.sp_img{
		display: none;
	}
	.pc_img,
	br.pc_br{
		display: block;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	br.tab_br{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 735px) {
	.flex,
	.flex_row{
		display: block;
	}
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav{
	background: rgba(255,255,255,0.8);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.global-header .header_logo a{
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
}
.global-header .drawer-nav ul li{
	position: relative;
}
.global-header .drawer-nav ul li a{
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	display: block;
}
.global-header .drawer-nav ul li.contact a{
	background: rgba(0,0,0,0.8);
	color: #ffffff;
}
.global-header .drawer-nav ul.sub-menu li a{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 2;
}
.global-header .header-view{
	position: relative;
}
.global-header .header-view .view-box{
	width: 90%;
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
}
.global-header .header-view .view-box h1{
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	text-align: center;
	line-height: 1.4;
}
.global-header .header-view .view-box .caption{
	font-weight: normal;
	text-align: center;
}
.global-header .slide-bnr{
	display: none;
}
@media screen and (min-width: 1025px){
	.global-header .header_logo a{
		font-size: 30px;
		padding: 0 10px;
	}
	.global-header .drawer-hamburger{
		display: none;
	}
	.drawer--top .global-header .drawer-nav{
		position: relative;
		left: 0;
		width: auto;
		overflow: visible;
		width: auto;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		background-color: transparent;
	}
	.global-header .drawer-nav ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.global-header .drawer-nav ul li{
		text-align: center;
		padding: 0 15px;
	}
	.global-header .drawer-nav ul li a{
		position: relative;
		font-size: 20px;
		line-height: 4;
	}
	.global-header .drawer-nav ul li a::after {
		border-bottom: solid 4px #000000;
		bottom: 15px;
		content: "";
		display: block;
		position: absolute;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		width: 0;
	}
	.global-header .drawer-nav ul li a:hover::after {
		width: 100%;
	}
	.global-header .drawer-nav ul li.contact{
		padding-left: 20px;
	}
	.global-header .drawer-nav ul li.contact a{
		padding: 0 40px;
	}
	.global-header .drawer-nav ul.sub-menu{
		background: rgba(255,255,255,0.8);
		width: 160px;
		position: absolute;
		top: 80px;
		right: 50%;
		display: none;
		-webkit-transform: translate(50%, 0%);
		-moz-transform: translate(50%, 0%);
		-ms-transform: translate(50%, 0%);
		-o-transform: translate(50%, 0%);
		transform: translate(50%, 0%);
		padding: 10px 0;
	}
	.global-header .drawer-nav ul li.menu-item-has-children:hover ul.sub-menu{
		display: block;
	}
	.global-header .drawer-nav ul li.contact a::after,
	.global-header .drawer-nav  ul.sub-menu li a::after{
		content: none;
	}
	.home .header-view .header-view-bgImg{
		height: 980px;
	}
	.global-header .header-view .view-box h1{
		font-size: 48px;
		margin-bottom: 20px;
	}
	.global-header .header-view .view-box .caption{
		font-size: 20px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 735px) {
	.global-header .header_logo a{
		font-size: 5vw;
		padding: 0 10px;
	}
	.home .header-view .header-view-bgImg{
		height: 480px;
	}
	.global-header .header-view .view-box h1{
		font-size: 6vw;
		margin-bottom: 2%;
	}
	.global-header .header-view .view-box .caption{
		font-size: 3.6vw;
		margin-bottom: 3%;
	}
	.global-header .slide-bnr{
		background: #FFE100;
		padding: 0 3% 5% 3%;
		display: block;
	}
	.global-header .slide-bnr .slick-list{
		margin: 0 20px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.global-header .header_logo a{
		font-size: 22px;
		padding: 0 10px;
	}
	.home .header-view .header-view-bgImg{
		height: 560px;
	}
	.global-header .header-view .view-box h1{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.global-header .header-view .view-box .caption{
		font-size: 16px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.global-header .global-nav{
		height: 60px;
	}
	.global-header .drawer-nav {
		margin-top: 60px;
		padding: 20px 20px 60px 20px;
		background-color: rgba(255,255,255,0.8);
	}
	.global-header .drawer-hamburger{
		background-color: rgba(0,0,0,0.8);
	}
	.global-header .drawer-hamburger:hover{
		background-color: rgba(0,0,0,0.8);
	}
	.global-header .nav-toggle .drawer-hamburger-icon,
	.global-header .nav-toggle .drawer-hamburger-icon:after,
	.global-header .nav-toggle .drawer-hamburger-icon:before {
		background-color: #ffffff;
	}
	.drawer-open .nav-toggle .drawer-hamburger-icon{
		background: transparent;
	}
	.drawer-open .nav-toggle .drawer-hamburger-icon:after,
	.drawer-open .nav-toggle .drawer-hamburger-icon:before{
		background: #ffffff;
	}
	.drawer--top.drawer-open .drawer-nav{
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.global-header .drawer-nav ul li{
		border-bottom: 1px solid #000000;
		line-height: 1.2;
		font-size: 16px;
	}
	.global-header .drawer-nav ul li a{
		position: relative;
		padding: 15px 30px 15px 15px;
	}
	.global-header .drawer-nav ul li a::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000000;
		border-right: solid 2px #000000;
		border-bottom: none;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.global-header .drawer-nav ul.sub-menu li{
		border-bottom: none;
	}
	.global-header .drawer-nav ul.sub-menu li a{
		font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
		padding: 0 0 10px 40px;
	}
	.global-header .drawer-nav ul li.contact{
		margin-top: 30px;
	}
	.global-header .drawer-nav ul li.contact a::after {
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
	}
}
/**
/* Common CSS
----------------------------------------------- */
@media only screen and (max-width: 735px) {
	img{
		width:100%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	img{
		width:100%;
	}
}
/**
/* メイン CSS
----------------------------------------------- */
.main{
	width: calc(100% - 30%);
	padding: 40px 0;
}
.main .page-guide{
	padding-bottom: 80px;
}
@media only screen and (max-width: 735px) {
	.main{
		width: 100%;
		padding-bottom: 5%;
		margin-bottom: 8%;
		border-bottom: 2px dashed #000000;
		padding: 5% 0;
	}
	.main .page-guide{
		padding-bottom: 5%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.main{
		width: calc(100% - 30%);
		padding: 30px 0;
	}
	.main .page-guide{
		padding-bottom: 40px;
	}
}
/**
/* サイド CSS
----------------------------------------------- */
.sidebar{
	width: 30%;
	max-width: 342px;
	padding: 40px 29px;
	border-right: 2px dashed #000000;
}
.sidebar .sidebar-area{
	margin-bottom: 40px;
}
.sidebar .sidebar-area .h3_ttl{
	margin-bottom: 10px;
}
.sidebar .sidebar-area h4{
	font-size: 18px;
	padding-left: 15px;
	font-weight: 500;
}
.sidebar .sidebar-concept h4{
	border-left: 5px solid #4F9600;
}
.sidebar .sidebar-blog h4{
	border-left: 5px solid #824187;
}
.sidebar .sidebar-video h4{
	border-left: 5px solid #E62F89;
}
.sidebar .sidebar-member h4{
	border-left: 5px solid #217BC1;
}
@media only screen and (max-width: 735px) {
	.sidebar{
		width: 100%;
		max-width: 100%;
		border-right: none;
		padding: 5%;
	}
	.sidebar .sidebar-area{
		margin-bottom: 5%;
	}
	.sidebar .sidebar-area .h3_ttl{
		margin-bottom: 3%;
	}
	.sidebar .sidebar-area h4{
		font-size: 3.6vw;
		padding-left: 3%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.sidebar{
		width: 30%;
		padding: 30px 15px;
		border-right: 2px dashed #000000;
	}
	.sidebar .sidebar-area{
		margin-bottom: 30px;
	}
	.sidebar .sidebar-area .h3_ttl{
		margin-bottom: 10px;
	}
	.sidebar .sidebar-area h4{
		font-size: 14px;
		padding-left: 10px;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.page-guide .caption-header{
	text-align: center;
	padding: 40px 0;
}
.page-guide .caption-header h2.h2_ttl{
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 34px;
	padding-bottom: 5px;
}
.page-guide .caption-header h2.h2_ttl::before{
	position: absolute;
	content: '';
	display: block;
	background: #FFE100;
	height: 4px;
	width: 100%;
	bottom: 0;
	border-radius: 2px;
}
.page-guide .caption-header .caption{
	font-size: 20px;
	margin-top: 20px;
}
@media only screen and (max-width: 735px) {
	.page-guide .caption-header{
		padding: 5% 0;
	}
	.page-guide .caption-header h2.h2_ttl{
		font-size: 5vw;
		padding-bottom: 2%;
	}
	.page-guide .caption-header .caption{
		font-size: 3.6vw;
		margin-top: 3%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.page-guide .caption-header{
		padding: 30px 0;
	}
	.page-guide .caption-header h2.h2_ttl{
		font-size: 24px;
		padding-bottom: 5px;
	}
	.page-guide .caption-header .caption{
		font-size: 16px;
		margin-top: 15px;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn .btn{
	width: 100%;
	max-width: 230px;
	display: block;
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 3;
	margin: auto;
	border-radius: 4px;
}
.block_btn .btn_yellow{
	background: #FFE100;
}
.block_btn .btn_black{
	background: #000000;
	color: #ffffff;
}
@media only screen and (max-width: 735px) {
	.block_btn .btn{
		font-size: 4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.block_btn .btn{
		font-size: 16px;
	}
}
/**
/* slick CSS
----------------------------------------------- */
#Wrapper .slick-prev,
#Wrapper .slick-next{
	width: 30px;
	height: 40px;
}
#Wrapper .slick-prev:before,
#Wrapper .slick-next:before{
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	color: #000000;
	opacity: 1;
	font-size: 30px;
}
#Wrapper .slick-prev:before{
    content: '＜';
}
#Wrapper .slick-next:before{
    content: '＞';
}
#Wrapper .slick-dots li button:before{
	color: #FFE100;
	opacity: 1;
	font-size: 30px;
}
#Wrapper .slick-dots li.slick-active button:before{
	color: #000000;
	opacity: 1;
}
@media only screen and (max-width: 735px) {
	#Wrapper .slick-prev{
		width: 20px;
		height: 26px;
		left: 0;
	}
	#Wrapper .slick-next{
		width: 20px;
		height: 26px;
		right: 0;
	}
	#Wrapper .slick-prev:before,
	#Wrapper .slick-next:before{
		font-size: 16px;
	}
	#Wrapper .slick-dots li button:before{
		font-size: 16px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	#Wrapper .slick-prev,
	#Wrapper .slick-next{
		width: 30px;
		height: 40px;
	}
	#Wrapper .slick-prev:before,
	#Wrapper .slick-next:before{
		font-size: 20px;
	}
	#Wrapper .slick-dots li button:before{
		font-size: 20px;
	}
}
/**
/* table CSS
----------------------------------------------- */
.page-guide table.tbl-r th,
.page-guide table.tbl-r td{
	vertical-align: top;
}
.page-guide table.tbl-r th{
	width: 270px;
}
.page-guide table.tbl-r th,
.page-guide table.tbl-r td{
	font-size: 16px;
	padding: 10px;
}
@media only screen and (max-width: 735px) {
	.page-guide table.tbl-r td:last-child{
		width: 100%;
	}
	.page-guide table.tbl-r th,
	.page-guide table.tbl-r td{
		border-bottom: none;
		display: block;
		width: 100%;
		padding: 3% 5%;
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.page-guide table.tbl-r th{
		width: 240px;
	}
	.page-guide table.tbl-r th,
	.page-guide table.tbl-r td{
		font-size: 15px;
		padding: 10px;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.pagination {
	padding: 60px 0;
	text-align: center;
}
.page-numbers{
	display: inline-block;
}
.pagination li{
	display: block;
	float: left;
	text-align: center;
}
.pagination li a,
.pagination li span,
.pagination li a.page-numbers,
.pagination li .current{
	width: 40px;
	height: 40px;
	margin: 0 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 44px;
	color: #000000;
}
.pagination li a.prev,
.pagination li a.next{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.pagination li a.page-numbers:hover{
	color: #000000;
	background: #FFE100;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pagination li .current{
	color: #000000;
	background: #FFE100;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
@media only screen and (max-width: 735px) {
	.pagination {
		padding: 8% 0;
	}
	.pagination li a,
	.pagination li span,
	.pagination li a.page-numbers,
	.pagination li .current{
		width: 35px;
		height: 35px;
		margin: 0 5px;
		font-size: 16px;
		line-height: 38px;
	}
	.pagination li a.prev,
	.pagination li a.next{
		font-size: 16px;
		line-height: 38px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.pagination {
		padding: 40px 0;
	}
	.pagination li a,
	.pagination li span,
	.pagination li a.page-numbers,
	.pagination li .current{
		width: 35px;
		height: 35px;
		margin: 0 5px;
		font-size: 18px;
		line-height: 38px;
	}
	.pagination li a.prev,
	.pagination li a.next{
		font-size: 18px;
		line-height: 38px;
	}
}
/**
/* トップへ戻る CSS
----------------------------------------------- */
.btn_page_top {
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 20;
	width: 78px;
	height: 78px;
}
@media only screen and (max-width: 735px) {
	.btn_page_top{
		width: 50px;
		height: 50px;
		right: 5px;
		bottom: 10px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.btn_page_top{
		width: 60px;
		height: 60px;
		right: 10px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	background: #FFFBDA;
	margin-top: auto;
}
footer .footer-wrap .footer-grid{
	padding: 60px 20px 50px 20px;
}
footer .footer-wrap .footer_logo{
	margin-bottom: 30px;
}
footer .footer-wrap .footer_logo h5{
	text-align: center;
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	font-size: 30px;
}
footer .footer-wrap .footer-nav{
	margin-bottom: 60px;
	-webkit-justify-content: center;
	justify-content: center;
}
footer .footer-wrap .footer-nav,
footer .footer-wrap .footer-nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .footer-wrap .footer-nav li a{
	display: block;
	font-family: "ヒラギノ角ゴ Std W6","Hiragino Kaku Gothic Std",sans-serif;
	line-height: 3;
	padding: 0 20px;
	font-size: 20px;
}
footer .footer-wrap .footer-nav li.contact{
	padding-left: 40px;
}
footer .footer-wrap .footer-nav li.contact a{
	background: rgba(0,0,0,0.8);
	color: #ffffff;
	padding: 0 40px;
}
footer .add-wrap{
	text-align: center;
}
footer .add-wrap .add-box{
	display: inline-block;
}
footer .add-wrap dl{
	display: table;
	margin-bottom: 5px;
}
footer .add-wrap dl dt,
footer .add-wrap dl dd{
	display: table-cell;
	text-align: left;
	font-size: 18px;
}
footer .add-wrap dl dt{
	border-right: 2px solid #000000;
	width: 50px;
}
footer .add-wrap dl dd{
	padding-left: 10px;
}
footer .footer-wrap .copy{
	padding: 10px 0;
	font-size: 16px;
}
footer .footer-wrap .copy,
footer .footer-wrap .copy a{
	text-align: center;
}
@media only screen and (max-width: 735px) {
	footer .footer-wrap .footer-grid{
		padding: 5% 5% 3% 5%;
	}
	footer .footer-wrap .footer_logo{
		margin-bottom: 3%;
	}
	footer .footer-wrap .footer_logo h5{
		font-size: 4.4vw;
	}
	footer .footer-wrap .footer-nav{
		flex-wrap: wrap;
		margin-bottom: 8%;
	}
	footer .footer-wrap .footer-nav .menu-footer-nav-left-container,
	footer .footer-wrap .footer-nav .menu-footer-nav-right-container{
		width: 50%;
		margin-bottom: 3%;
	}
	footer .footer-wrap .footer-nav ul{
		display: block;
	}
	footer .footer-wrap .footer-nav li{
		width: 100%;
	}
	footer .footer-wrap .footer-nav li a{
		padding: 0 3%;
		font-size: 4vw;
		line-height: 2.6;
	}
	footer .footer-wrap .footer-nav ul.nav-contact{
		width: 100%;
	}
	footer .footer-wrap .footer-nav li.contact{
		width: 100%;
		padding-left: 0;
	}
	footer .footer-wrap .footer-nav li.contact a{
		padding: 0 3%;
		text-align: center;
		line-height: 3;
	}
	footer .add-wrap dl{
		width: 100%;
	}
	footer .add-wrap dl dt,
	footer .add-wrap dl dd{
		font-size: 3.6vw;
	}
	footer .add-wrap dl dt{
		width: 12%;
	}
	footer .add-wrap dl dd{
		padding-left: 3%;
	}
	footer .footer-wrap .copy{
		padding: 3% 0;
		font-size: 3.26vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	footer .footer-wrap .footer-grid{
		padding: 40px 20px 30px 20px;
	}
	footer .footer-wrap .footer_logo{
		margin-bottom: 20px;
	}
	footer .footer-wrap .footer_logo h5{
		font-size: 22px;
	}
	footer .footer-wrap .footer-nav{
		margin-bottom: 30px;
	}
	footer .footer-wrap .footer-nav{
		-webkit-justify-content: center;
		justify-content: center;
	}
	footer .footer-wrap .footer-nav li a{
		padding: 0 15px;
		font-size: 16px;
	}
	footer .footer-wrap .footer-nav li.contact{
		padding-left: 20px;
	}
	footer .footer-wrap .footer-nav li.contact a{
		padding: 0 20px;
	}
	footer .add-wrap dl dt,
	footer .add-wrap dl dd{
		font-size: 16px;
	}
	footer .add-wrap dl dt{
		width: 50px;
	}
	footer .add-wrap dl dd{
		padding-left: 10px;
	}
	footer .footer-wrap .copy{
		padding: 10px 0;
		font-size: 14px;
	}
}

footer .footer-wrap .footer-nav li.contact {
    padding-left: 0px;
}

.news-guide, .blog-guide, .video-guide, .concept-guide {
	display: none;
}

.page-guide .caption-header {
	padding-bottom: 20px;
}

.top-massage-img {
	text-align: center;
	margin-bottom: 10px;
}
.top-massage-img img {
    width: 50% !important;
}