/* 調整用スタイル */

@media screen and (min-width: 960px) {
	img {
		width: auto;
	}
}
.pcOnly {display:none;}

@media screen and (min-width: 960px) {
	.pcOnly {display:inherit;}
	.spOnly {display:none;}
}

/* 汎用スタイル */
.red {color:#ff0000;}

/* 固定ボタン */
.kotei-btn {
	position:fixed;
	bottom:20px;
	right:0;
}
.kotei-btn a {
	display:block;
	margin-right:-40px;
	padding:18px 50px 14px 30px;
	font-size:20px;
	font-weight:700;
	color:#fff;
	line-height:1.2;
	text-align:center;
	background:#009d96;
	border:3px solid #fff;
	border-radius: 60px 60px 60px 60px;
}
.kotei-btn a:hover {
	background:#14c4bc;
}
.kotei-btn a span {
	font-size:14px;
}
@media screen and (min-width: 960px) {
	.kotei-btn {
		position:fixed;
		bottom:100px;
		right:0;
	}
.kotei-btn a {
	margin-right:-60px;
	padding:20px 80px 17px 40px;
	font-size:24px;
	border-radius: 60px 60px 60px 60px;
}
.kotei-btn a span {
	font-size:18px;
}
}

/* フッター */

.footer {
	margin-top:-50px;
	padding:70px 0 100px;
	width:100%;
	background: url(../img/footer_bg.png) no-repeat top center ;
	background-size: 200% auto;
	color:#fff;
}
.footer__inner {
	margin:0 5%;
	display:flex;
	flex-direction: column;
}
.footer__inner .footer__info .footer__info-logo {
	margin:0 35%;
}
.footer__inner .footer__info .footer__info-txt .footer__info-txt--ttl {
	margin-top:25px;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
.footer__inner .footer__info .footer__info-txt .footer__info-txt--add {
	margin-top:15px;
	font-size:80%;
	line-height:1.5em;
	text-align:center;
}
.footer__info-sns {
	display:flex;
	justify-content:center;
	margin:20px 0;
}
.footer__info-sns li {
	margin:0 3%;
	width:15%;
}

.footer__inner .footer__sitemap {
	margin:30px auto 0;
	font-size:90%;
}
.footer__inner .footer__sitemap dt {
	margin-left:-1em;
}
.footer__inner .footer__sitemap dd {
	margin-top:20px;
}
.footer__inner .footer__sitemap dd:before {
	content: '＞ ';
	margin-left:-1em;
}
.footer__inner .footer__sitemap a {
	color:#fff;
}
.footer__inner .footer__sitemap a:hover {
	color:#fff;
	text-decoration: underline;
}
.footer__copyright {
	margin-top:40px;
	padding-top:20px;
	border-top:1px solid #fff;
	font-size:14px;
	text-align:center;
}
@media screen and (min-width: 960px) {
	.footer {
		padding:130px 0 100px;
		background-size: 100% auto;
	}
	.footer__inner {
		display:flex;
		flex-direction: row;
		justify-content: space-between;
		margin:0 auto;
		width:800px;
	}
	.footer__inner .footer__info {
		display:flex;
		justify-content: space-between;
		width:65%;
	}
	.footer__inner .footer__info .footer__info-logo {
		margin:0;
	}
	.footer__inner .footer__info .footer__info-txt .footer__info-txt--ttl {
		font-size:160%;
		text-align:left;
	}
	.footer__inner .footer__info .footer__info-txt .footer__info-txt--add {
		margin-top:15px;
		font-size:90%;
		text-align:left;
	}
	.footer__info-sns {
		justify-content:flex-start;
	}
	.footer__inner .footer__sitemap {
		margin-top:0;
		width:20%;
		font-size:80%;
	}
	.footer__inner .footer__sitemap dt {
		margin-left:-1em;
	}
	.footer__inner .footer__sitemap dd {
		margin-top:13px;
	}
	.footer__inner .footer__sitemap dd:before {
		content: '＞ ';
		margin-left:-1em;
	}
}

/* ヘッダー */

.header {
  background: none;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-top:5px solid #009d96;
}
.header .header__read-pc {
  display:none;
}
.header .header__read-sp {
  width:60%;
  font-size:11px;
  line-height:1.5em;
}
.header .header__gengo {
  display:none;
}

@media screen and (min-width: 960px) {
  .header {
    height: auto;
    position: relative;
    border:none;
  }
  .header .header__read-pc {
    display:block;
    padding:7px 0;
    background:#009d96;
    color:#fff;
    font-size:12px;
    text-align:center;
  }
  .header .header__read-sp {
    display:none;
  }
  .header .header__gengo {
    display:block;
    margin:-43px auto 0;
    width:1100px;
  }
  .header .header__gengo ul {
    display:flex;
    justify-content: flex-end;
  }
  .header .header__gengo ul li {
    width:3em;
  }
  .header .header__gengo ul li a {
    display:block;
    padding:20px 0 10px;
    width:3em;
    color:#000;
    background:#fff;
    border-left:2px solid #ccc;
    border-right:2px solid #ccc;
    border-bottom:2px solid #ccc;
    text-align:center;
  }
  .header .header__gengo ul li a:hover {
    color:#000;
    background:#FFED9F;
  }
  .header .header__gengo ul li a.stay {
    background:#FED400;
  }
  body.page .header {
    padding-bottom:50px;
    background:url(../img/article_header_bg.png) repeat-x top center ;
    background-size:auto 100%;
  }
}


.header__inner {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .header__inner {
    justify-content: space-around;
    margin:30px auto 0;
    padding:5px 0;
    background-color: #fff;
    width: 1100px;
    border-radius: 30px;
  }
}

/* ヘッダーのロゴ部分 */
.header__title {
  width: 50px;
}


@media screen and (min-width: 960px) {
  .header__title {
    width: 80px;
  }
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: #fff;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 70%;
  }
}


@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.header__gengo-sp ul {
  display: flex;
  justify-content: space-between;
  margin-bottom:30px;
}
.header__gengo-sp ul .nav-items__item {
  width:30%;
}
.header__gengo-sp ul .nav-items__item a {
  display: block;
  margin:0 5px;
  padding:10px 0;
  width:3.5em;
  text-align: center;
  font-size: 14px;
  border:2px solid #ccc;
}
.header__gengo-sp ul .nav-items__item a:hover {
  background:#FFED9F;
}
.header__gengo-sp ul .nav-items__item a.stay {
  background:#FED400;
}

@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .header__gengo-sp {
    display:none;
  }
}

/* ナビのリンク */
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 2em;
}


@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
    padding:1em 0;
    border-bottom:3px solid #fff;
  }
  .nav-items__item a:hover {
    border-bottom:3px solid #FED400;
  }
}


/* ハンバーガーメニュー */

.header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}