/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.5rem;
	font-family: "Noto Sans Japanese", sans-serif;
	color: #1A1A1A;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
}

.a_not {
	cursor: default;
}
.drawer_icon li {
    font-size: 3rem;
}
/* -------------------------------- 

 Header

-------------------------------- */
.cd-morph-dropdown {
	position: relative;
	height: 60px;
	background-color: #FFFFFF;
	box-shadow:0px 0px 3px 2px #b3b3b3;
	background: #fff;
}
.cd-morph-dropdown {
	position: relative;
	height: 60px;
	background-color: #FFFFFF;
	box-shadow:0px 0px 3px 2px #b3b3b3;
	background: #fff;
}
.cd-morph-dropdown::before {
	/* never visible - used in JS to check mq */
	content: 'mobile';
	display: none;
}
.cd-morph-dropdown .nav-trigger {
	/* menu icon - visible on small screens only */
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	/* replace text with icon */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}
.cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
	/* these are the 3 lines of the menu icon */
	position: absolute;
	background-color: #1A1A1A;
	height: 3px;
	width: 26px;
}
.cd-morph-dropdown .nav-trigger span {
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
			-ms-transform: translateX(-50%) translateY(-50%);
					transform: translateX(-50%) translateY(-50%);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
	content: '';
	left: 0;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.cd-morph-dropdown .nav-trigger span::before {
	-webkit-transform: translateY(-9px);
			-ms-transform: translateY(-9px);
					transform: translateY(-9px);
}
.cd-morph-dropdown .nav-trigger span::after {
	-webkit-transform: translateY(9px);
			-ms-transform: translateY(9px);
					transform: translateY(9px);
}
.cd-morph-dropdown.nav-open .nav-trigger span {
	background-color: transparent;
}
.cd-morph-dropdown.nav-open .nav-trigger span::before {
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
}
.cd-morph-dropdown.nav-open .nav-trigger span::after {
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.cd-morph-dropdown .main-nav {
	display: none;
}

.cd-morph-dropdown .main-nav ul li:nth-child(3) a {
}

.cd-morph-dropdown .morph-dropdown-wrapper {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	padding: 1.2em 5%;
	box-shadow: inset 0 1px 0 #e6e6e6;
	background-color: #FFFFFF;
	z-index: 50;
}
.cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
	display: block;
}
.cd-morph-dropdown .dropdown-list > ul > li {
	margin-bottom: 3.3em;
}
.cd-morph-dropdown .label {
	display: block;
	font-size: 2.2rem;
	color: #001e5f;
	margin-bottom: .8em;
}
.cd-morph-dropdown .content li::after {
	clear: both;
	content: "";
	display: block;
}
.cd-morph-dropdown .gallery .content li {
	margin-bottom: 1.4em;
}
.cd-morph-dropdown .gallery .content a {
	display: block;
}
.cd-morph-dropdown .gallery .content a::before {
	/* icon on the left */
	content: '';
	display: inline-block;
	float: left;
	height: 54px;
	width: 54px;
	margin-right: .6em;
	background: red;
	border-radius: 50%;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.cd-morph-dropdown .gallery .content a span, .cd-morph-dropdown .gallery .content a em {
	display: block;
	line-height: 1.2;
}
.cd-morph-dropdown .gallery .content a em {
	font-size: 1.8rem;
	padding: .4em 0 .2em;
	color: #0c328c;
	font-weight: normal;
}
.cd-morph-dropdown .gallery .content .first a em {
	color: #ae1631;
} 
.cd-morph-dropdown .gallery .content a span {
	font-size: 1.3rem;
	color: #a6a6a6;
}
.cd-morph-dropdown .gallery .content a:hover::before {
	opacity: 0.5;
}
/*--=====  BABY ベビー =====--*/
.cd-morph-dropdown .gallery li:nth-of-type(1) a::before {
	background: #f8f400;
}
/*--=====  INFANT インファント =====--*/
.cd-morph-dropdown .gallery li:nth-of-type(2) a::before {
	background: #ff50a8;
}
/*--=====  TODDLER トドラー =====--*/
.cd-morph-dropdown .gallery li:nth-of-type(3) a::before {
	background: #ff0000;
}
/*--=====  K1 =====--*/
.cd-morph-dropdown .gallery li:nth-of-type(4) a::before {
	background: #f3981e;
}
/*--=====  K2 =====--*/
.cd-morph-dropdown .gallery li:nth-of-type(5) a::before {
	background: #a5e73e;
}
/*--=====  K3 =====--*/
.cd-morph-dropdown .gallery li:nth-of-type(6) a::before {
	background: #006cb8;
}

.cd-morph-dropdown .links .content > ul > li {
	margin-top: 1em;
}
.cd-morph-dropdown .links-list a,
.cd-morph-dropdown .btn {
	display: block;
	margin-left: 14px;
	font-size: 2.2rem;
	line-height: 1.6;
}
.cd-morph-dropdown .links-list a:hover,
.cd-morph-dropdown .btn:hover {
	color: #001e5f;
}
.cd-morph-dropdown .content h2 {
	color: #a6a6a6;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3rem;
	margin: 20px 0 10px 14px;
}

/* ==========================================================
@media only screen and (min-width: 1000px) {
 * ========================================================*/
	.cd-morph-dropdown {
		position: fixed;
		height: 100px;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0;
		text-align: center;
		z-index: 100;
		
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a1156+0,59a8e5+68,5996e5+100 */
background: rgb(26,17,86); /* Old browsers */
background: -moz-linear-gradient(top, rgba(26,17,86,0.9) 0%, rgba(89,168,229,0.9) 68%, rgba(89,150,229,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(26,17,86,0.9) 0%,rgba(89,168,229,0.9) 68%,rgba(89,150,229,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(26,17,86,0.9) 0%,rgba(89,168,229,0.9) 68%,rgba(89,150,229,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1156', endColorstr='#5996e5',GradientType=0 ); /* IE6-9 */
	}
	.cd-morph-dropdown::before {
		content: 'desktop';
	}
	.cd-morph-dropdown .nav-trigger {
		display: none;
	}
	.cd-morph-dropdown .h_btns {
		width: 50%;
		float: right;
	}
	.cd-morph-dropdown .h_btns li {
		margin-left: 39px;
		float: right;
		color: #fff;
	}
	.cd-morph-dropdown .main-nav {
		display: inline-block;
		border-top: 1px solid #fff;
		width: 100%;
	}
	.cd-morph-dropdown .main-nav > ul > li {
		display: inline-block;
		float: left;
		width: 10.5%;
	}
	.cd-morph-dropdown .main-nav > ul > li > a {
		display: block;
		height: 40px;
		padding-top: 1rem;
		color: #fff;
		font-size: 1.8rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		font-family: 'Playfair Display',"sawarabi mincho" , serif;
	}
	.cd-morph-dropdown .main-nav > ul > li > a span {
		font-size: 11px;
	}
	.cd-morph-dropdown .main-nav > ul > li > a:hover{
		color: #555;
	}
	.cd-morph-dropdown .main-nav > ul > li:last-child {
		background: #fff;
		margin: 0.4rem 1rem 0.2rem;
		width: 11%;
		border: 1px solid;
	}
	.cd-morph-dropdown .main-nav > ul > li:last-child a {
		padding: 0.5rem;
		color: #000;
	}
	.cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
		/* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
		opacity: .6;
	}
	.cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
		opacity: 1;
	}
	.cd-morph-dropdown .morph-dropdown-wrapper {
		/* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
		display: block;
		top: 58px;
		/* overwrite mobile style */
		width: auto;
		padding: 0;
		box-shadow: none;
		background-color: transparent;
		/* Force Hardware acceleration */
		-webkit-transform: translateZ(0);
						transform: translateZ(0);
		will-change: transform;
		-webkit-transform: translateY(20px);
				-ms-transform: translateY(20px);
						transform: translateY(20px);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
	}
	.cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
		-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
						transform: translateY(0);
	}
	.cd-morph-dropdown .dropdown-list {
		position: absolute;
		top: 45px;
		left: 0;
		visibility: hidden;
		-webkit-transform: translateZ(0);
						transform: translateZ(0);
		will-change: transform, width, height;
		-webkit-transition: visibility .3s;
		transition: visibility .3s;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	}
	.no-csstransitions .cd-morph-dropdown .dropdown-list {
		display: none;
	}
	.cd-morph-dropdown .dropdown-list::before {
		/* dropdown top triangle */
		content: '';
		position: absolute;
		bottom: 100%;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
						transform: translateX(-50%);
		height: 0;
		width: 0;
		border: 8px solid transparent;
		border-bottom-color: #001e5f;;
		opacity: 0;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}
	.cd-morph-dropdown .dropdown-list > ul {
		position: relative;
		z-index: 1;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	.cd-morph-dropdown.is-dropdown-visible .dropdown-list {
		visibility: visible;
		-webkit-transition: width .3s, height .3s, -webkit-transform .3s;
		transition: width .3s, height .3s, -webkit-transform .3s;
		transition: transform .3s, width .3s, height .3s;
		transition: transform .3s, width .3s, height .3s, -webkit-transform .3s;
	}
	.cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
		opacity: 1;
	}
	.cd-morph-dropdown .dropdown {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
	}
	.cd-morph-dropdown .dropdown.active {
		opacity: 1;
		visibility: visible;
	background: rgba(255,255,255,0.8)
	}
	.cd-morph-dropdown .dropdown.move-left .content {
		-webkit-transform: translateX(-100px);
				-ms-transform: translateX(-100px);
						transform: translateX(-100px);
	}
	.cd-morph-dropdown .dropdown.move-right .content {
		-webkit-transform: translateX(100px);
				-ms-transform: translateX(100px);
						transform: translateX(100px);
	}
	.cd-morph-dropdown .label {
		/* hide the label on bigger devices */
		display: none;
	}
	.cd-morph-dropdown .content {
		padding: 2.2em 1.8em;
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		text-align: left;
	}
	.cd-morph-dropdown .content > ul::after {
		clear: both;
		content: "";
		display: block;
	}
	.cd-morph-dropdown .content > ul > li {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-top: 0;
	}
	.cd-morph-dropdown .content > ul > li:nth-of-type(2n) {
		margin-right: 0;
	}
	.cd-morph-dropdown .gallery .content {
		/* you need to set a width for the .content elements because they have a position absolute */
		width: 510px;
		padding-bottom: .8em;
	}
	.cd-morph-dropdown .gallery .content li {
		margin-bottom: 1.8em;
	}
	.cd-morph-dropdown .links .content > ul > li {
		margin-top: 0;
	}
	.cd-morph-dropdown .links .content,
	.cd-morph-dropdown .button .content {
		width: 390px;
	}
	.cd-morph-dropdown .links-list a {
		font-size: 1.6rem;
		margin-left: 0;
	}
	.cd-morph-dropdown .btn {
		display: block;
		width: 100%;
		height: 60px;
		margin: 1.5em 0 0;
		font-size: 1.8rem;
		text-align: center;
		color: #001e5f;
		line-height: 60px;
		background: #0c328c;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.cd-morph-dropdown .btn:hover {
		background: #fff;
		color: #001e5f;
	}
	.cd-morph-dropdown .content h2 {
		font-size: 1.8rem;
		text-transform: none;
		font-weight: normal;
		color: #001e5f;
		margin: 0 0 .6em;
	line-height: normal;
	}
	.cd-morph-dropdown .bg-layer {
		/* morph dropdown background */
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 1px;
		background: #FFFFFF;
		opacity: 0;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		-webkit-transform-origin: top left;
				-ms-transform-origin: top left;
						transform-origin: top left;
		-webkit-transform: translateZ(0);
						transform: translateZ(0);
		will-change: transform;
		-webkit-backface-visibility: hidden;
						backface-visibility: hidden;
	}
	.cd-morph-dropdown.is-dropdown-visible .bg-layer {
		opacity: 1;
		-webkit-transition: opacity .3s, -webkit-transform .3s;
		transition: opacity .3s, -webkit-transform .3s;
		transition: transform .3s, opacity .3s;
		transition: transform .3s, opacity .3s, -webkit-transform .3s;
	}
/* ==========================================================
}
 * ========================================================*/

/* -------------------------------- 

Main site content

-------------------------------- */
.cd-main-content {
	min-height: 100vh;
	background-color: #fff;
}
/* ==========================================================
@media only screen and (min-width: 1000px) {
 * ========================================================*/
	.cd-main-content {
		padding-top: 80px;
	}
/* ==========================================================
}
 * ========================================================*/

/* ==========================================================
 * ナビゲーション
 * ========================================================*/
.nav_top {
	width: 1000px;
	margin: 0 auto;
	padding: 6px 0 0 6px;
	overflow: hidden;
	padding-bottom: 5px;
	font-family: "Rufina", "Noto Sans Japanese";
}
.nav_top .nav_left{
	float: left;
	width:  17%;
	margin-top: -1.8rem;
}
.nav_top .nav_right{
	float: right;
	width:  82%;
}
.nav_top h1 {
	display: inline-block;
	text-align: left;
	font-size: 2rem;
	margin-top: 1.5rem;
	font-family: 'Playfair Display',"Sawarabi mincho";
}
.nav_top h1 span:last-child {
	font-size: 1.2rem;
	padding-left: 1.5rem;
}
.nav_top h1 a {
	color: #fff;
}
.nav_top h1 img {
	padding-left: 1rem;
}
.nav_top h1 span {
	font-size:2.8rem;
}
/*.nav_top .btn {
	width: 34px;
	height: 34px;
	margin: 0 auto;
	padding: 1px 10px;
	color: #001e5f;
}
.nav_top ul li {
	margin-left: -3px;
}
*/
.nav_top .display_pc {
	display: none;
}
.h_btns li ul {
	position: absolute;
	top: 46px;
}
.h_btns li ul li{
	display: none;
}
.h_btns li:hover ul li {
	height: 46px;
	display: block;
	background: #001e5f;
	float: none !important;
	padding: 6px 0 10px;
	width: 180px;
	text-align: center;
	margin: 0 auto;
}
.h_btns li ul li:hover {
	background: #fff;
}
.h_btns li ul a:hover {
	color: #001e5f;
}

/* ==========================================================
 * footer
 * ========================================================*/
footer {
	min-height: 150px;
	background: url(../img/bg/bg1.jpg) no-repeat center;
	background-size: cover;
}
footer .float_r {
	margin-top: 3rem;
}
footer img:hover {
	opacity: 0.8;
}
footer p {
	color: #fff;
	text-align: center;
	padding: 50px 0 30px;
}
.f_contents {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 1em 0;
}
.f_contents .float_l {
}
.f_contents h1 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 800;
	letter-spacing: 0.1em;
	font-family: "Rufina", "Noto Sans Japanese";
}
.f_contents hr {
	border: 3px solid #fff;
	opacity: 0.5;
}
.f_contents li {
	margin: 0.7em 0.5em;
}
.f_contents li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	margin-right: 0.3em;
	color: #fff;
	transition: 0.2s;
}
.f_contents li a:hover:before {
	margin-right: 0.5em;
}
.f_contents li a {
	color: #fff;
}
.f_contents div.second h3 {
	background: rgba(255,255,255,0.7);
	color: #001e5f;
	font-size: 1.3em;
	padding: 0.2em 0;
	width: 85px;
	text-align: center;
	border-radius: 1em;
	margin: 2em 0 0.3em;
	border: 2px solid #001e5f;
}
.f_contents div.second ul {
	display: flex;
}
.f_contents div.second li {
	font-size: 2em;
	margin: 0.3em 0.6em;
}
.f_contents div.second li a {
	transition: 0.2s;
}
.f_contents div.second li a:before {
	content: "";
	margin-right: 0;
}
.f_contents div.second li a:hover:before {
	margin-right: 0;
}
.f_contents div.second li a:hover {
	color: #fff;
}

/* =================================================================================================
 * footer(style.cssより移動)
 * =================================================================================================*/
.footer {
	/*background: rgba(180, 74, 102, 0.8);*/
	width: 100%;
	overflow: hidden;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 3px 0 0 3px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background-color: #000;
  opacity:0.7;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Playfair Display', "sawarabi mincho", serif;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer_box {
	width: 320px;
	margin: 0 auto;
	font-family: 'Playfair Display', "sawarabi mincho", serif;
}
.footer_nav1 {
	overflow: hidden;
	float: left;
	margin: 0 auto 5%;
}
.footer_nav1 li span {
	font-family: "Sawarabi mincho";
	font-size: 11px;
}
.footer_nav1 h3 {
	font-size: 22px;
	margin: 6% 1% 5%;
	text-align: center;
	color: #fff;
}
.footer_nav1 li {
	float: left;
	padding: 6px 0;
	font-size: 13px;
	width: 50%;
	text-align: center;
}
.footer_nav1 a {
	-webkit-transition: all .3s ease;
	ransition: all .3s ease;
}
.footer_nav1 a:hover {
	color: #888;
}
.sp_fotter_nav_top {
	width: 100% !important;
}
.footer_copy {
	clear: both;
}
.footer_copy hr{
    border: solid 1px #aaa;
}
.footer_copy p{
	text-align: center;
	font-size: 11px;
	margin: 4px auto 0;
	color: #aaa;
}
.footer_copy_f p{
	text-align: center;
	font-size: 11px;
	margin: 4px auto;
	color: #fff;
}
.footer_copy_f hr {
    border: solid 1px #fff;
    margin: 0;
}
.footer_bg{
	background: rgba(41, 68, 101, 0.9);
}
.footer_info{
	clear:both;
	width: 320px;
	margin: 0 2% 0 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.footer_info h3 {
	font-size: 16px;
	line-height: normal;
	margin: 0 auto 3%;
	letter-spacing: 3px;
}
.footer_info h3 span {
	font-size: 22px;
}
/* ==========================================================
 レスポンシブ
 * ========================================================*/
@media only screen and (min-width: 600px) {
	/* =================================================================================================
 *  footer(style.cssより移動)
 * =================================================================================================*/
	.footer_box {
		width: 580px;
	}
	.footer_info{
		clear:both;
		width: 600px;
		margin: 0 auto;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
	}
	#access .menu_text h3 {
		text-align: left;
	}
}
@media only screen and (min-width: 768px) {
	footer .float_r {
		margin-top: 0;
	}
	.f_contents .float_l {
		width: 40%;
	}
	/* =================================================================================================
 *  footer(style.cssより移動)
 * =================================================================================================*/
	.footer_box {
		width: 748px;
	}
	.footer_nav1 {
		float: none;
	}
	.footer_nav1 li {
		padding: 12px 0x;
		font-size: 14px;
		width: 33%;
	}
	.sp_fotter_nav_top {
		width: 33% !important;
	}
}
@media only screen and (min-width: 1000px) {
	/*.nav_top .btn {
		width: 180px;
		height: 40px;
		margin: 0px auto 5px;
		line-height: normal;
		background: #001e5f;
		padding-top: 5px;
		color: #fff;
	}*/
	.nav_telmail {
		float: right;
	}
	.nav_tel, .nav_mail {
		width: 150px;
		height: 38px;
		text-align: center;
		padding-top: 13px;
		margin-right: 20px;
		margin-bottom: 0.5rem;
		font-size: 13px;
	}
	.nav_telmail a:last-child {
		color: #d2ca5e;
	}
	.nav_tel {
		float: left;
		border: 1px solid rgba(255, 255, 255, 0.8);
	}
	.nav_mail {
		float: right;
		border: 1px solid #d2ca5e;
	}
	.nav_tel .fa {
		padding-right: 5px;
	}
	.nav_mail .fa {
		padding-left: 5px;
	}
	.nav_top .display_pc {
		display: inline;
	}
	
	.nav_telmail a:hover,
	.nav_tel:hover,
	.nav_mail:hover{
		color: #fff;
		background: #33316c;
	}
	footer p {
		color: #fff;
		text-align: center;
		padding: 50px 0 30px;
		margin-top: 18rem;
	}
}
/* ==========================================================
 * ========================================================*/
@media only screen and (min-width: 1024px) {
	/* =================================================================================================
 * footer
 * =================================================================================================*/
	.footer_box {
		width: 1000px;
	}
	.footer_nav1 li {
		padding: 22px;
		width: auto;
	}
	.sp_fotter_nav_top {
		width: auto !important;
	}
	.footer_nav1 h3 {
		margin: 4% 1% 1%;
		text-align: left;
	}
@media only screen and (min-width: 1200px) {
	.f_contents h1 {
		font-size: 1.9em;
	}
}