@charset "utf-8";
/*
Theme Name: 撒隆巴斯
Theme URI: http://genova.co.jp/
Author: genovalab
Author URI: http://pmen.net/
Description: 撒隆巴斯止痛贴 撒隆巴斯冷敷贴
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: Arial, SimSun, SimHei;
	/*font-family: 'Microsoft YaHei';*/
	font-size: 15px;
	background: #fff;
	color: #333;
	letter-spacing: 0.05em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #333;
	vertical-align: middle;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both!important;
}
/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* text-align */
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}
.tal {
	text-align: left!important;
}
/* font-weight */
.fb {
	font-weight: bold!important;
}

/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:  url('img/fonts/icomoon.eot');
	src:  url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*[class*='icon-']:not([class*='eicon-']):before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-blog:before {content: "\e900";}
.icon-category:before {content: "\e901";}
.icon-check:before {content: "\e902";}
.icon-checked:before {content: "\e903";}
.icon-down:before {content: "\e904";}
.icon-facebook:before {content: "\e905";}
.icon-google:before {content: "\e906";}
.icon-line:before {content: "\e907";}
.icon-twitter:before {content: "\e908";}
.icon-arrow02:before {content: "\e909";}
.icon-arrow01:before {content: "\e910";}
.icon-search:before {content: "\e911";}
.icon-tag:before {content: "\e912";}
*/

/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none;
}
.mb {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}
@media screen and (max-width: 480px) {
	.mb {
		display: block;
	}
	.pcm {
		display: none;
	}
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 960px;
    padding: 0 7px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}

/*--------------------------------------
header
--------------------------------------*/
/* general */
#wrapper {
	padding-top: 168px;
}
.page-id-123 #header {
	border-bottom: solid 6px #00a241;
}
.page-id-634 #header {
	border-bottom: solid 6px #d81416;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	background: #00a241;
	border-bottom: solid 6px #013ba6;
	font-family: Arial;
}
.header_block {
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
  max-width: 1025px;
  width: 100%;
}
#header li a span {
    color: #fff;
	font-size: 16px;
}
/* logo */
/*#header h1 {
    width: 440px !important;
    padding: 0 !important;
    line-height: 0;
    min-width: inherit !important;
    position: absolute;
    left: 50%;
    margin-left: -244.5px;
    margin-top: 0px;
}*/
#header h1 {
    width: 343px !important;
    padding: 0 !important;
    line-height: 0;
    min-width: inherit !important;
    position: absolute;
    margin-top: 0px;
	left:50%;
	margin-left: -222.5px;
}

.header_block.clearfix h1 img {
    box-shadow:0px 0px 10px #00000040;
}
#header h1 a:hover {
	text-decoration: none;
}

/* gnav */
#header .header_menu .g_nav > li img {
	display: block;
	margin: 0 auto 13px;
}
#header .header_menu .g_nav > li:nth-child(3) img {
	margin-bottom: 6px;
}
.g_nav > li {
	float: left;
}
.g_nav > li:first-child {
	width: 7.5%;
}
.g_nav > li:nth-child(2) {
	width: 8.5%;
	margin-left: 1%;
}
.g_nav > li:nth-child(3) {
	width: 8.5%;
	margin-right: 36%;
	margin-left: 1%;
}
.g_nav > li:nth-child(4) {
	width: 6%;
	margin-left: 0;
}
.g_nav > li:nth-child(5) {
	width: 7%;
}
.g_nav > li:nth-child(6) {
	width: 16%;
	margin-left: 0;
}
#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
	text-align: center;
	color: #fff;
	line-height: 15px;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.12em;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	display: block;
	margin-top:114px;
/* 	padding: 114px 5px 40px; */
	word-break: break-all;
}
#header .header_menu .g_nav > li:nth-child(3) > a, #header .header_menu .g_nav > li:nth-child(3) > span {
	padding-bottom: 50px;
}
#header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover {
	text-decoration: none;
	opacity: 0.8;
}
#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
#header .header_menu .g_nav > li > span:hover + dl, #header .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .header_menu .g_nav > li > span:hover {
	position: relative;
}
#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 132px;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #013ba6;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
}
#header .header_menu .g_nav > li dl a {
	color: #fff;
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1000px;
	margin: 0 auto 15px;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #373431;
	line-height: 1.2;
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1000px;
	margin: 0 auto;
}
#header .header_menu .g_nav > li dl li {
    margin-right: 0px;
    line-height: 1.3;
    position: relative;
    text-align: center;
    padding: 6px 0 6px 0;
	background: #fff;
}
#header .header_menu .g_nav > li dl li:hover {
    background: #013ba6;
    color: #fff;
}
bod
/*#header .header_menu .g_nav > li dl li:before {
	background: url(../img/footer_icon.png) no-repeat;
	width: 8px;
	height: 12px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}*/
#header .header_menu .g_nav > li dl li:last-child {
	margin-right: 0;
}
#header .header_menu .g_nav > li dl li a {
    color: #013ba6;
}
#header .header_menu .g_nav > li dl a:hover {
	color: #fff;
}
#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	padding: 1px;
	background: #fff;
}

@media (min-width: 768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}
	#header .header_menu .g_nav > li > span:hover:before {
		content: "";
		position: absolute;
		bottom: -20px;
		left: -49px;
		display: block;
		width: 72px;
		height: 100px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 9999;
	}
	#header .header_menu .g_nav > li > span:hover:after {
		content: "";
		position: absolute;
		bottom: -20px;
		right: -44px;
		z-index: 2;
		display: block;
		width: 72px;
		height: 100px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		z-index: 999;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	#wrapper {
		padding-top: 111px;
	}
	#header h1 {
		width: 200px !important;
		margin-left: -150px;
		margin-top: 0;
	}
	.g_nav > li:first-child {
		width: 9%;
	}
	.g_nav > li:nth-child(2) {
		width: 10%;
		margin-left: 0;
	}
	.g_nav > li:nth-child(3) {
		width: 10%;
		margin-right: 27%;
	}
	.g_nav > li:nth-child(4) {
		width: 8%;
    margin-left: 0;
	}
	.g_nav > li:nth-child(5) {
		width: 8%;
	}
	.g_nav > li:nth-child(6) {
		width: 17%;
	}
	.g_nav > li:nth-child(7) {
  width: 10%;
}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		letter-spacing: 0;
		font-size: 13px;
		padding: 35px 5px 30px;
		margin-top: 24px;
	}
	#header .header_menu .g_nav > li img {
		height: 32px;
	}
	#header .header_menu .g_nav > li:nth-child(3) > a, #header .header_menu .g_nav > li:nth-child(3) > span {
		padding-bottom: 32px;
	}
	#header .header_menu .g_nav > li dl {
		top: 135px;
	}
}
@media screen and (max-width: 960px) {
	#header .toggleMenu {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 132px;
	}
	#header {
		position: absolute;
		top: 0 !important;
	}
	.header_block {
		padding: 0;
	}
	#header h1 {
		margin-top: 27px;
	}
	#header .toggleMenu {
		display: block !important;
		width: 76px;
		height: 100%;
		margin: 20px 20px 20px 0;
		background: none;
		line-height: 0;
	}
	#header .toggleMenu img {
		width: 100% !important;
		max-width: 76px !important;
	}
	.toggleMenu .menu-trigger {
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.toggleMenu:after {
		display: none !important;
	}
	#header .right_box, #header .g_nav {
		display: none;
	}
	#header .header_menu {
		float: none;
		clear: both;
		margin-right: 0;
	}
	#header .header_menu .g_nav {
		display: block;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-bottom: 1px solid #ccc;
		border-left: none;
		width: 100% !important;
		box-sizing: border-box;
		float: none;
		margin: 0 !important;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		width: 100% !important;
		padding: 25px 55px 20px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		background: #f1faff;
	}
	#header .header_menu .g_nav > li > a span .sp, #header .header_menu .g_nav > li > span span .sp {
		display: inline-block !important;
	}
	#header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover {
		background: #e3f4fd;
	}
	#header .header_menu .g_nav > li > a span, #header .header_menu .g_nav > li > span span {
		margin: 0;
	}
	#header .header_menu .g_nav > li img {
		position: absolute;
		left: 10px;
		top: 12px;
		margin-bottom: 0;
	}
	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 17px;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #5ab2b9;
		border-left: 2px solid #5ab2b9;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}
	#header .header_menu .g_nav > li dl {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
	}
	#header .header_menu .g_nav > li dl li:before {
		display: none;
	}
	#header .header_menu .g_nav > li dt {
		display: none;
	}
	#header .header_menu .g_nav > li ul {
		position: inherit;
		background: #eff1fb;
		display: none;
		top: 0;
		padding: 0;
	}
	#header .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
		border-top: 1px solid #fff;
		padding-left: 0;
	}
	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		padding: 20px 55px 17px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		background: #5ab2b9;
		color: #fff !important;
	}
	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		background: rgb(123, 193, 199);
	}
	#header .header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	#header .header_menu .g_nav > li.hover > span:after {
		top: 30px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	/*スマホ時サブメニューが消える現象を回避*/
	#header .header_menu .g_nav > li > span {
		position: relative;
	}
	#header .header_menu .g_nav > li.hover > span + dl,  #header .header_menu .g_nav > li > span:hover + dl {
		pointer-events: auto;
		opacity: 1;
	}
}
@media screen and (max-width: 545px) {
	#wrapper {
		padding-top: 94px;
	}
	#header h1 {
		width: 170px !important;
		margin-left: -85px;
		margin-top: 18px;
	}
	#header .toggleMenu {
		width: 45px;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
	display: none;
}


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact_section {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}
.contact_section .contact_tit {
	font-size: 34px;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.6;
	margin-bottom: 25px;
}
.contact_section .txt {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 30px;
}
.contact_section .contact_list li {
	float: left;
	width: 49.6%;
	margin-left: 0.8%;
}
.contact_section .contact_list li:first-child {
	margin: 0;
}


@media screen and (max-width: 767px) { 
	.contact_section .contact_tit {
		font-size: 28px;
	}
	.contact_section .contact_list {
		max-width: 535px;
		margin: 0 auto;
	}
	.contact_section .contact_list li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}

/*--------------------------------------
FOOTER
--------------------------------------*/
.footer {
  background: #1f965c;
  border-bottom: 10px solid #013ba6;
  color: #fff;
  font-size: 14px;
  padding: 16px 20px 50px;
}
.footer div {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.footer .ul01 {
    width: 183px;
    margin: 0 auto;
    padding-bottom: 23px;
}
.li01 {
    position: relative;
}
.footer .ul01 li {
    float: left;
	padding-right: 8px;
}
.footer a {
    color: #000;
    text-decoration: none;
}
.footer a.icp {
	color: #fff;	
}
.li01:after {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    top: 7px;
    position: absolute;
    right: 4px;
}
.footer .ul01:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
}
.footer .ul02 li {
    float: left;
}
.footer .ul02 li:last-child {
    float: right;
}
/**/
.stlink_con {
    margin-bottom: 60px;
}
.stlink_ul li a:hover {
	text-decoration:none;
}
.stlink_ul {
    display: table;
    width: 100%;
	margin-bottom: 34px;
    border: 1px solid #ccc;
}
.stlink_ul li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
	height: 120px;
}
.stlink_ul li a {
    font-size: 18px;
    color: #0c46a9;
	text-decoration: underline;
}
.page-id-578 #link01 {
    display:none;
}