@charset "UTF-8";
/* CSS Document */

/*ーーーーリセットCSSーーーー*/
p, h1, h2, h3, h4, img, ul, ol, img, body, table, td, th, figure {
  padding: 0px;
  margin: 0px;
}
img {
	vertical-align: top;
}
li{
	list-style:none;
}
/*ーーーーリセットCSSーーーー*/
body{
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 400;
	color: #362e2b;
}
a {
	color: #362e2b;
}

/*----------------------------
画面開いた時のエフェクト
----------------------------*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*ーーーーheaderーーーー*/
header{
	background-color: #f7f5f0;
}
header div{
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	font-size: 12px;
}
header .logo{
	width:  100px;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 20px 0;
	display: block;
}
header .title{
	width: 300px;
	height: auto;
	margin: 0  auto;
	padding: 0 0 100px 0;
	display: block;
}
header a{
	text-align: center;
	margin: 30px 0 0 0;
	display: block;
}
.jump{
	font-weight: 700;
	border-bottom: double #e1af94;
	width: max-content;
    margin: 0 auto;
}
.jump a {
	color: #2d6475;
	font-size: 14px;
}
.moneyLine{
	height: 70px;
	background-image:
		url("../img/MoneyLine.png");
	background-repeat: repeat-x;
}
.BeigeLine{
	height: 70px;
	background-image:
		url("../img/BeigeLine.png");
	background-color: #f7f5f0;
	background-repeat: repeat-x;
	padding: 0 0 40px 0;
}
/*ーーーーメニューーーーー*/
.headerPC{
	background-color: #f7f5f0;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 40px;
	box-sizing: border-box;
}
.headerMB{
	display: none;
}
.headerPC .inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%; padding: 0;
}
.headerPC ul{
	display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 400px;
    justify-content: space-around;

}
.headerPC li{
	padding: 5px 16px;
}
.headerPC ul li a {
	margin: 0;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: #2d6778;
	font-weight: 700;
}
.headerPC ul li a:hover {
  text-decoration: underline;
}
.headerPC.scroll {
	position: fixed;
	background: rgba(255, 255, 255, 0.85);
	animation-name: anime;
	animation-duration: 0.4s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*ーーーー大枠ーーーー*/
.cover{
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}
.container{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	flex-wrap: wrap;
}
.beige{
	background-color: #f7f5f0;
}
.green{
	background-color: #9fb1b0;
}
h1 img {
	width: 320px;
	border-bottom-style: dotted;
	border-bottom-color: #e1af94;
}
h2 img {
	width: 60px;
	margin: 40px 0 20px 0;
	border-bottom-style: dotted;
	border-bottom-color: #2d6778;
}
/*ーーーー個人画像(共通)ーーーー*/

.gImage {
	width: 90px;
    height: auto;
    object-fit: cover;
    position: relative;
	cursor: pointer;
}
.gImage img{
	width: 90px;
	height: 120px;
}
.imageOn{
	    opacity: 0.9;
}
.gCard{
	margin: 0 10px 20px 10px;
}
.gCard p {
	text-align: center;
}


.price{
	width: 90px;
	height: 120px;
	margin: -120px 0 0 0;
	color: aliceblue;
	background: #2d6778;
	display: flex;
	justify-content: center;
	align-items: center;
}
.price p {
	font-size: 30px;
}
.price small{
	font-size: 14px
}
.check{
	opacity: 0.1
}
/*ーーーー個人テキストーーーー*/
.price p{
	margin: 5px 0 0 0;
}
.icons{
	margin: 5px 0 10px 0;
	display: flex;
	justify-content: space-evenly;
}
.icons i{
	color: #2d6778;
}
.icons .gray {
	color: #cfe5e4;
	padding: 4px 0 0 0;
}

/*ーーーーshisuiーーーー*/
.shisui h1{
	padding: 20px 0 50px 0;
}
/*-------支部長---------*/
.shibuchou{
	margin: 20px 0 40px 0;
}

/*ーーーーfooterーーーー*/
footer{
	margin: 100px 0 0 0;
}
footer img{
	width:  70px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	display: block;
}
footer .jump{
	margin: 0 auto 14px auto;
}
/* footer .jump a{
	margin: 0 0 12px 0;
} */
footer a {
	text-align: center;
	display: block;
}
footer p {
	text-align: center;
	font-size: 12px;
	margin: 10px 0;
}
footer small{
	text-align: center;
	display: block;
	font-size: 8px;
}
.blank{
	height: 80px;
}


/*____________________*/
/*______mobile________*/
/*____________________*/

@media screen and (max-width: 768px){
	.headerPC{
		display: none;
	}
	.headerMB{
		display: block;
	}
	.headerMB nav{
		position: fixed;
		width: 300px;
		top: 0;
		right: -300px;
		background-color: rgba(45,103,120,0.85);
		height: 100%;
		padding-top: 60px;
		z-index: 900;
  }

	.headerMB nav ul li{
		width: 100%;
	}

	.headerMB nav ul li a{
		color: #ffffff;
		padding-left: 20px;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 0.15em;
		font-weight: 700;
  }

  .headerMB .btn-gnavi{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 999;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition:all 400ms;
  }

  .headerMB .btn-gnavi span {
      position: absolute;
      width: 30px;
      height: 4px;
      background: #666;
      border-radius: 10px;
      -webkit-transition: all 400ms;
      transition: all 400ms
  }

  .headerMB .btn-gnavi span:nth-child(1){
    top: 0;
  }

  .headerMB .btn-gnavi span:nth-child(2){
    top: 10px;
  }

  .headerMB .btn-gnavi span:nth-child(3){
    top: 20px;
  }

  .headerMB .btn-gnavi.hb-open{
    transform: rotate(180deg);
/*    -webkit-transform:rotate(180deg);*/
  }

  .headerMB .btn-gnavi.hb-open span{
    background: #fff;
  }

  .headerMB .btn-gnavi.hb-open span:nth-child(1){
    width: 24px;
    transform: translate(-7px,17px) rotate(45deg);
/*    -webkit-transform: translate(-7px,17px) rotate(45deg);*/
  }

  .headerMB .btn-gnavi.hb-open span:nth-child(3){
    width: 24px;
    transform: translate(-7px,-17px) rotate(-45deg);
/*    -webkit-transform: translate(-7px,-17px) rotate(-45deg);*/
  }
}
