@charset "utf-8";
/* CSS Document */
a{
	text-decoration: none;
}
header{
	display: none;
}

	h2{
	color: #00395e;
	font-size: 24px;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
	margin: 2.5em 0 0.5em 0;
	}
h3{
	color: #00395e;
	font-size: 20px;
	font-weight: bold;
	 text-align: center;
	margin-bottom: 10px;
}
	h4{
		border-bottom: 3px dotted #00395e;
    	font-weight: bold;
		color: #00395e;
	}
.topic{
	color: #00395e;
	font-weight: bold;
}
.gaiyou {
	    margin: 100px 0;
}
.description ul{
	padding-left: 1em;
}
.description ul li{
	list-style: disc;
}
	.flex{
		display: block;
		margin-bottom: 100px;
		 text-align: justify;
	}
.right{
	text-align: right;
}
	.flex_sp{
		display: flex;
	}
	.img,.pc{
		display: none;
	}
	.img_sp{
		display: block;
	}
	section{
		width: 90%;
		display: block;
		overflow: hidden;
		margin: 0 auto 100px auto;
	}
	.sp{
		display: block;
	}
.nayami{
	margin: 30px 0 80px 0;
}
.point {
   position: relative;
   padding: 0 .5em .5em 2em;
   border-bottom: 1px solid #00395e;
   margin-bottom: 1.5em;
}
.point2 {
   position: relative;
   padding: 0 .5em .5em 0;
   margin-bottom: 1.5em;
}
.nayami span{
	float: right;
	margin-top: -18px;
}
.point::before,
.point::after {
   position: absolute;
   content: '';
   border-radius: 100%
}
.point::before {
   top: .2em;
   left: .2em;
   z-index: 2;
   width: 18px;
   height: 18px;
   background: rgba(0,55,87,0.65);
}
.point::after {
   top: .7em;
   left: .7em;
   width: 13px;
   height: 13px;
   background: rgba(237,217,143,0.8);
}

	.fuki{
		background: url("../img/fukidashi.png");
		background-size: 100% 100%;
		padding: 2em 1em 4em 2em!important;
		position: relative;
		z-index: 5;
	}
	.fuki1{
		background: url("../img/fukidashi2.png");
		background-size: 100% 100%;
		padding: 2em 1em 4em 2em!important;
		position: relative;
		z-index: 5;
	}
	.nayami_img{
		width: 70%;
		position: relative;
		display: block;
		margin: -5% auto 0 auto;
		z-index: 1;
	}
	.description p{
		padding: 0.4em;
		font-size: 1.7rem;
		width: 100%;
	}
	.title{
		display: flex;
  justify-content: center;
  align-items: center;
		height: 80px;
		width: 100%;
	}
	.title p{
		display: block;
		width: 78%;
		color: #5b352d;
    font-size: 20px;
    font-weight: bold;
		margin: 0;
		padding: 0;
	}
	.title_img{
		width: 50%;
		margin: 0 auto 3em auto;
		display: block;
	}
	.takahama{
		width: 21%;
    	height: 80px;
    	object-fit: cover;
    	object-position: top;
	}
	.kaiketu{
		border: 2px #000000 solid;
		border-radius: 30px;
		display: block;
		margin: 1em 0;
		padding: 1em;
	}
	.kaiketu span{
		white-space: nowrap
	}
	.an{
		margin: 1em 0;
		padding: 0!important;
	}
	.footer_btn01{
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 6em;
		border-top: 2px #e83820 solid;
		background-color: #e83820;
		text-align: center;
	}

	.banner_option{
		padding: 0!important;
	}
	.title_gaiyou{
		font-size: 20px;
		color: #ff99cc;
		font-weight: bold;
		margin: 1em 0;
	}
	.list{
		margin-top: 1em;
		margin-bottom: 1em;
		overflow: hidden;
	}
	.list li{
		list-style: none;
		clear: both;
		padding: 1em 0;
	}
	a.btn:hover{
		color: #00395e;
		font-weight: bold;
	}
	.list li p{
		width: 22%;
		margin-right: 1em;
		float: left;
	}
	.list li p.su{
		width: 73%;
		margin-right: 0;
		float: right;
	}
	.list span{
		font-size: small;
		display: block;
	}
	a.btn{
		background-color: #00395e;
		color: #FFF;
		border-radius: 20px;
		padding: 0.5em;
		border: 1px #d5575c solid;
	}
	a.btn:hover{
		background-color: #FFF;
		color: #00395e;
		border: 1px #d5575c solid;
	}
	footer{
		width: 100%;
		position: fixed;
		bottom: 0;
		height: 3em;
	}
	.f_btn{
		background-color: #00b30d;
		color: #FFF;
		border-radius: 20px;
		padding: 0.5em;
		width: 80%;
		margin: 0 auto;
		display: block;
		font-weight: bold;
		text-align: center;
		z-index: 1000;
		position: relative;
		border: #00b30d 1px solid;
	}
.shoukai{
	margin-top: 100px;
	margin-bottom: 150px;
}
.shoukai strong{
	font-weight: bold;
	color: #00395e;
	padding: 1em;
    display: block;
    text-align: center;
}
.border{
	border: solid 1px #00395e;
	padding: 10px;
	margin-top: 1em;
}
.border p{
	padding-top: 1em;
}
.books{
	display: flex;
	margin-top: 1em;
}
.book{
	padding: 0 1em;
	width : calc(100% / 3) ;
}
.book img{
	width: 100%;
}
.banner{
	margin-top:100px;
}
.img_banner{
	width: 80%;
	display: block;
	margin: 0 auto;
	border: 1px solid #00395e;
}
.img_banner:hover{
	opacity: 0.8;
}
.f_btn_sp{
	display: none;
}
.haikei{
	display: none;
}
	.cha_title{
		background-color: #00b30d;
		border: 1px solid #00b30d;
		color: #FFF;
		border-radius: 50px;
		font-size: 12px;
		font-weight: 600;
		padding: 5px;
		text-align: center;
		width: 55%;
		margin: 2em auto 1em auto;
		display: block;
	}
.cha_title:hover{
	opacity: .5;
}
.chatch{
	margin-bottom: 150px;
}
.m_t_2{
	margin-top: 2em;
}
.m_t_1{
	margin-top: .3em;
}
#firstTimeModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  z-index: 2;
  border-radius: 3px;
}
.popup-inner img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
div#modalCloseCloss:hover {
    opacity: 0.7;
}
.modalCloseButton {
    position: absolute;
    left: 92%;
    top: -48px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 2rem;
    height: 0.2rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  cursor: pointer;
}
.voice{
	background: #ffddcf;
	border-radius: 20px;
	padding: 10px;
	margin: 10px 0;
}
.voice p.man{
	text-align: left;
	font-weight: bold;
	margin: 1em 0;
}
@media screen and (min-width: 769px){
	html { scroll-behavior: smooth;}
	body{
		box-sizing: border-box;
	}
	.haikei{
		width: 14%;
		position: fixed;
		right: 1%;
		top: 1%;
	}
	section{
		display: block;
		width: 44%;
		margin: 0 62% 0 38%;	
		background-color: #FFF;
		padding: 0 3% 100px 3%;
		border-left: 4px solid #00395e;
		border-right: 4px solid #00395e;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	}
	.main{
		display: block;
		width: 44%;
		margin: 0 62% 0 38%;	
		border-left: 4px solid #00395e;
		border-right: 4px solid #00395e;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	}
	footer{
		width: 40%;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		z-index: 20000;
	}
	header{
		position: absolute;
		z-index: 1000;
		width: 25%;
		height: 100%;
		display: block;
		overflow: hidden;
	}
	.menu{
    width: 30%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding-left: 4%;
    display: flex;
    align-items: center;
    z-index: 1200;
  		background-image: url("../img/point.png");
		background-position: left bottom;
  		background-size: 35%;
  		background-repeat: no-repeat;
	}
	.header {
    padding: 0 0;
    width: 100%;
	height: auto!important;
    font-weight: 700;
}
	.menu li{
		color: #00395e;
		padding: 2em 1em 0 1em;
		font-size: 14px;
		font-weight: bold;
	}
	.menu .img{
		width: 75%;
		display: block;
		margin: 0 auto 1.5em auto;
	}
	.menu a {
  position: relative;
  display: block;
  text-decoration: none;
	}
	.menu a::after {
  position: absolute;
  bottom: 2px;
  left: 1em;
  content: '';
  width: 60%;
  height: 1px;
  background: #00395e;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
 .menu a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.img_banner{
	width: 60%;
}
	.f_btn{
		display: none;
	}
	footer{
		width: 14%;
		height: auto;
		left: auto;
    	transform: none;
    	right: 2%;
    	bottom: 3%;
	}
	.f_btn_sp{
		width: 100%;
		display: block;
	}
	.f_btn_sp:hover{
		opacity: 0.8;
	}
}
