@charset "utf-8";

/* CSS Document スマートフォン版 全共通css*/
@media screen and (max-width: 999px) {
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}
* img {
	max-width: 100%;
	height: auto;
}
* img.vertical {
	max-width: 60%;
	height: auto;
}
.lefter {
	float: none;
}
.righter {
	float: none;
}
.photo_lefter {
	float: none;
	margin-right: 0;
}
.photo_righter {
	float: none;
	margin-left: 0;
}
	
/* リセット */

html {
	width: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	font-size: 1.4rem;
	overflow:hidden;
}
td th {
	font-size: 1.4rem;
	font-weight: 400;
}
.font_l {
	font-size: 1.6rem;
}
.font_ll {
	font-size: 1.8rem;
}
.font_s {
	font-size: 1.2rem;
}
.font_ss {
	font-size: 1.0rem;
}
/* 画像リンク */
a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/* ページ内リンク調整用 */
.contents_inner {
	display: block;
	/*padding-top: 60px;
	margin-top:-60px;*/
}
/* 基本レイアウト */
body {
	background-color: #fff;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#wrapper > header {
}
#contents {
	margin: 0 auto 0 auto;
}
#wrapper > footer {
	clear: both;
	width: 100%;
	margin: 35px auto 0 auto;
	background-color:#139a74;
}
/* 以上基本レイアウト */

/*ヘッダー*/
#wrapper > header h1 {
	width: 100%;
	min-width: auto;
	height: 50px;
	background-image: url("../images/top/mainvisual_bg_sp.jpg");
	background-size: cover;
 }
body.home #wrapper > header h1 {
	width: 100%;
	min-width: auto;
	height: 260px;
	background-image: url("../images/top/mainvisual_bg_sp.jpg");
	background-size: cover;
 }
#wrapper > header h1 .inside {
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
 }
#wrapper > header h1 .inside img {
	width: auto;
	height: 35px;
 }
#wrapper > header a#about {
	position: absolute;
	right: 50px;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 40px;
	background-color: #fff;
	text-decoration: none;
 }
#wrapper > header a#about::after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #f7c624 transparent;
 }
#wrapper > header a#about:hover::after {
	border-color: transparent transparent #139a74 transparent;
}
/*/ヘッダー*/

/*メニュー*/
#menubtn {
	position:fixed;
	width: 40px;
	height: 40px;
	top:0;
	right: 0;
	background-color: #808080;
	z-index: 10003;
	cursor:pointer;
}
#menubtn.active {
}
#menubtn::after {
	position: absolute;
	left: 0;
	bottom: 2px;
	content: "メニュー";
	font-size: 1.0rem;
	color: #fff;
	line-height: 1;
}
#menubtn.active::after {
	content: "";
}
#menubtn span {
	position:absolute;
	left:calc(50% - 14px);
	width: 28px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	transition: all .4s;
}
#menubtn span:nth-of-type(1) {
	top:calc(50% - 12px);
}
#menubtn span:nth-of-type(2) {
	top:calc(50% + 2px);
}
#menubtn span:nth-of-type(3) {
	top:calc(50% - 5px);
}
#menubtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
#menubtn.active span:nth-of-type(2) {
	-webkit-transform: translateY(-4px) rotate(315deg);
	transform: translateY(-4px) rotate(315deg);
}
#menubtn.active span:nth-of-type(3) {
	display: none;
}

/*グローバルナビ*/
.nav_waku {
	display: none;
	width: 100%;
	height: 80px;
	background-color: #d0ebe3;
}
#gnav {
	display: none;
	width: 100%;
	margin: 0 auto;
}
#gnav_sp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 50px 0;
	background-color: #d0ebe3;
	z-index: 10001;
}
#gnav_sp .tit {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.75rem;
	text-align: center;
}
#gnav_sp ul {
	width: 70vw;
	margin: 0 auto;
	font-size: 1.4rem;
}
#gnav_sp ul li {
	list-style: none;
	width: 100%;
	height: 35px;
	margin: 0 0 10px 0;
}
#gnav_sp ul li a {
	position: relative;
	display:flex;
	justify-content:center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: solid 2px #139a74;
	border-radius: 6px;
	color: #303030;
	text-decoration:none;
	text-align: center;
	line-height: 1.2;
}
#gnav_sp ul li a:hover {
	/*background-color: #d0ebe3;*/
}
#gnav_sp ul li a::after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #f7c624 transparent;
}
#gnav_sp ul li a:hover::after {
	border-color: transparent transparent #139a74 transparent;
}
/*/グローバルナビ*/

/* pagetop */
#gototop {
	display:none;
	position:fixed;
	bottom:65px;
	right: calc(50% - 600px);
	right: 10px;
	z-index: 10001;
}
#gototop a {
	display: none;
	justify-content: center;
	align-items: center;
	width:40px;
	height:40px;
	background-color: #d0ebe3;
	background-color: #fff;border: solid 2px #139a74;
	text-decoration: none;
	font-size: 1.6rem;
	color: #139a74;
}
#gototop a:hover {
	opacity:0.7;
	text-decoration: none;
}

/*フッター*/
#wrapper > footer a {
	text-decoration: none;
}
#wrapper > footer a:hover {
	text-decoration: underline;
}
#wrapper > footer .ga_caution {
	width:100%;
	padding: 20px;
	background-color: #f2f2f2;
}
#wrapper > footer .ga_caution .inside {
	width:100%;
	margin: 0 auto;
	padding: 0;
}
#wrapper > footer .inside {
	padding: 10px;
}
#wrapper > footer .tit {
	margin-bottom: 10px;
	line-height: 0;
	text-align: center;
}
#wrapper > footer address {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
#wrapper > footer .copyright {
	width:100%;
	padding: 10px 0;
	background-color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}

/*/フッター*/

}
