@charset "utf-8";
/* CSS Document 全共通css*/

.pc {
	display: block;
}
.sp {
	display: none!important;
}
.none {
	display: none;
}
/* リセット */
* {
	box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: inherit;
}
html {
	width: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	width: 100%;
	margin: 0;
	padding: 0;
	color: #303030;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing:0.0em;
	line-height: 1.7;
	font-style: normal;
	text-decoration: none;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	background-color: #fff;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-size: 1rem;
	font-weight: 300;
	font-style:normal;
	font-feature-settings: "palt";
}
dl, dt, dd, ol, ul, li, p {
	margin: 0;
	padding: 0;
}
strong {
	font-weight: 700;
	font-style: normal;
}
em {
	font-weight: 700;
	font-style: normal;
}
address {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
.bold {
	font-weight: 700;
}
.font_l {
	font-size: 2.0rem;
}
.font_ll {
	font-size: 2.4rem;
}
.font_s {
	font-size: 1.6rem;
}
.font_ss {
	font-size: 1.4rem;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}
.photo_lefter {
	float: left;
	margin-right: 1em;
}
.photo_righter {
	float: right;
	margin-left: 1em;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* 画像リンク */ /*色つきはサイズ注意*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 画像リンク */ /*オーバー用透過なし*/
a:hover img.noopa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/* ページ内リンク調整用 */
.contents_inner {
	display: block;
	padding-top: 70px;
	margin-top:-70px;
}

/* 基本レイアウト */
body {
	background-color: #fff;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#wrapper > header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	z-index: 2;
	background-color: rgba(255,255,255,0.9);
	background-color: #fff;
	border-top: solid 5px #75c4b4;
}
#wrapper > header .waku {
	border-top: solid 5px #bae2f8;
}
#contents {
	margin: 98px auto 0 auto;
}
#wrapper > footer {
	clear: both;
	width: 100%;
	margin: 0 auto 80px auto;
	padding: 30px 0;
	background-color:#e3f3f0;
}
/* 以上基本レイアウト */


/*ヘッダー*/

#wrapper > header .inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
#wrapper > header h1 {
	margin-left: 15px;
 	z-index: 10002;
}
.home #wrapper > header h1 {
	top: 15px;
 }
#wrapper > header h1 img {
	width: auto;
	height: 43px;
 }
/*/ヘッダー*/


/*グローバルナビ*/
#wrapper > header .nav_waku {
	display:flex;
	justify-content:flex-end;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 70px;
	z-index: 10001;
}
#wrapper > header .nav_waku .btn_area {
	display: flex;
	justify-content:flex-end;
	align-items: center;
	padding: 0 0 0 0;
}
#wrapper > header .nav_waku .btn_area .sns {
	margin: 0 30px 0 0;
	line-height: 0;
}
#wrapper > header .nav_waku .btn_area .sns img {
	width: auto;
	height: 20px;
}
#wrapper > header .nav_waku .btn_area .sns img.youtube {
	width: auto;
	height: 18px;
}
#wrapper > header .nav_waku .btn_area .sns .consul {
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 150px;
	height: 30px;
	padding: 5px 11px;
	background-color: #999999;
	color: #fff;
	text-decoration: none;
}
#menubtn {
	position: relative;
	width: 20px;
	height: 20px;
	cursor:pointer;
}
#menubtn span {
	position:absolute;
	left:calc(50% - 14px);
	width: 28px;
	height: 3px;
	background-color: #b5b5b5;
	display: inline-block;
	transition: all .4s;
}
#menubtn span:nth-of-type(1) {
	top:calc(50% - 10px);
}
#menubtn span:nth-of-type(2) {
	top:calc(50% + 6px);
}
#menubtn span:nth-of-type(3) {
	top:calc(50% - 2px);
}
#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(-7px) rotate(315deg);
	transform: translateY(-7px) rotate(315deg);
}
#menubtn.active span:nth-of-type(3) {
	display: none;
}

#wrapper > header #gnav {
	display: none;
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	padding: 100px 0 40px 0;
	background-color: #eaf6fd;
	z-index: 10000;
}
#wrapper > header #gnav .inside {
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	width: 1000px;
	margin: 0 auto 0 auto;
}
#wrapper > header #gnav dl {
	width: 100%;
	padding: 10px 0 40px 40px;
	border-left: solid 1px #e0e0e0;
}
#wrapper > header #gnav dl:last-child {
	border-right: solid 1px #e0e0e0;
}
#wrapper > header #gnav dl dt {
	margin-top: 40px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.9rem;
}
#wrapper > header #gnav dl dt:first-child {
	margin-top: 0;
}
#wrapper > header #gnav dl dd {
	margin-top: 10px;
	font-size: 1.2rem;
}
#wrapper > header #gnav dl a {
	text-decoration: none;
}
#wrapper > header #gnav dl a::before {
	content: ">";
	margin-right: 2px;
	text-decoration: none;
}
#wrapper > header #gnav dl a:hover {
	text-decoration: underline;
}
#wrapper > header #gnav dl dt:first-child {
}
/*/グローバルナビ*/


/* pagetop */
#gototop {
	display:none;
	position:fixed;
	bottom:95px;
	right: calc(50% - 580px);
	z-index: 1;
}
#gototop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width:50px;
	height:50px;
	background-color: #303030;
	text-decoration: none;
	font-size: 2.6rem;
	color: #fff;
}
#gototop a:hover {
	opacity:0.7;
	text-decoration: none;
}


/*フッター*/
#wrapper > footer a {
	text-decoration: none;
}
#wrapper > footer a:hover {
	text-decoration: underline;
}
#wrapper > footer .inside {
	display: flex;
	justify-content:space-between;
	align-items:center;
	width:1000px;
	margin: 0 auto;
}
#wrapper > footer .info_area {
	display: flex;
	justify-content: flex-start;
	align-content:space-around;
	flex-wrap: wrap;
	width: 50%;
}
#wrapper > footer .info_area .logo_area {
	display: flex;
	justify-content:flex-start;
	align-items:center;
}
#wrapper > footer .info_area .logo_area .tit {
	margin-left: 20px;
	font-weight: 700;
	font-size: 1.77rem;
}
#wrapper > footer .info_area address {
	font-size: 1.4rem;
}


#wrapper > footer .menu_area {
	width: 50%;
}
#wrapper > footer .menu_area ul {
	width: 100%;
	text-align: right;
	line-height: 1.8;
}
#wrapper > footer .menu_area ul li {
	list-style: none;
	margin: 0 0;
	font-size: 1.4rem;
}
#wrapper > footer .menu_area ul li:last-child {
	font-size: 1.2rem;
}

#wrapper > footer .copyright {
	width:100%;
	text-align: center;
	font-weight: 300;
	font-size: 1.4rem;
}

.footerbtn_area {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #241915;
}
.footerbtn_area .inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}
.footerbtn_area .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.3%;
	width: 100%;
	height: 65px;
	border-left: solid 1px #999999;
	line-height: 1.3;
	text-align: center;
}
.footerbtn_area .btn.contact {
	background-color: #ce5d8c;
}
.footerbtn_area .btn.event {
	background-color: #00a2e5;
}
.footerbtn_area .btn.consul {
	background-color: #ff9400;
	border-right: solid 1px #999999;
}
.footerbtn_area a {
	color: #fff;
	text-decoration: none;
	font-size: 1.7rem;
}
.footerbtn_area .btn img {
	width: 50px;
	height: 50px;
}

/*/フッター*/

/*サイドボタン*/
.sidebtn_area {
	position: fixed;
	right: 0;
	top: 120px;
	width: 165px;
}
.sidebtn_area .inside {
}
.sidebtn_area .btn {
	display: flex;
	justify-content:flex-start;
	align-items: center;
	width: 165px;
	height: 50px;
	padding: 0 0 0 20px;
	margin-bottom:10px; 
	border: solid 2px #fff;
	border-radius: 20px 0 0 20px;
	line-height: 1.1;
}
.sidebtn_area a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.7rem;
}
.sidebtn_area a.event {
	background-color: #00A2E5;
}
.sidebtn_area a.contact {
	background-color: #CE5D8C;
}
.sidebtn_area .btn img {
	margin-right: 10px;
}
/*/サイドボタン*/

