*{
	margin:0;
	padding:0;
	scroll-behavior: smooth;
}
body{
	text-align:center;
	color:#00008b;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #e0ffff;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	color:#00008b;
}
p,li,dt,dd,td{
	font-size:90%;
	color:#00008b;
}
input, select, textarea {
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	border:0;
	width:100%;
}
a{
	text-decoration:underline;
	color:#00008b;
} 
a:hover,
a:focus{
	text-decoration:underline;
	color:#00008b;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #273558;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .txt {
  font-size: 45px;
  font-weight: bold;
　color: rgb(30, 50, 93);
}
.loader img{
	width: 30%;
	height: auto;
	margin: -100px 0 0 0;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #00008b;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background:url("../images/spmenu.png");
}
.menu-content ul {
    padding: 60px 10px 0 10px;
}
.menu-content ul li {
    border-bottom: solid 1px #00008b;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background:url("../images/spmenu.png");
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
h1{
	text-align: left;
	background: #00008b;
	font-size: 12px;
	font-weight: normal;
	padding: 16px 70px 16px 10px;
}
h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
.gnav{
	display: none;
}
.site-header{
	background:#FFFFFF;
	width: 100%;
}
.site-logo{
	width: 90%;
	height: auto;
	padding: 20px 0 20px 0;
}
.tel{
	width: 195px;
	height: 30px;
	padding: 0 0 20px 0;
}
.hero{
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
	background: url("../images/bg02.jpg") no-repeat bottom center;
	background-size: cover;
	text-align: center;
	animation: fadeIn 2s ease-in-out;
	margin: 0 0 20px 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide {
    0% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes slide02 {
    0% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0px);
    }
}
.slide {
    animation-name: slide;
    animation-duration: 2s;
    animation-timing-function: ease;
	text-align:center;
	padding: 20px 0 0 0;
}
.slide img{
width: 94%;
height: 94%;
}
.slide02 {
    animation-name: slide02;
    animation-duration: 2s;
    animation-timing-function: ease;
	text-align:center;
	padding: 0 0 20px 0;
}
.slide02 img{
width: 94%;
height: 94%;
}
.top02{
	display: none;
}
.scroll {
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 0 80px 0;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #FFFFFF;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 70%;
}
#page-top a {
    background:#00008b;
    text-decoration: none;
    color: #FFFFFF;
    width: 120px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
	opacity: 0.7;
}
.headline{
  position: relative;
  font-weight: bold;
  font-size: 20px;
}
.headline:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 7px;
  background: #FFFF00;
  transition: all 0.5s;
}
.headline.isActive:after{
  width: 100%;
}
.waku01{
	width: 100%;
	clear: both;
}
.obi01 {
  position: relative;
  margin: 30px 0 0 0;
}
.obi01 h3{
	color: #FFFFFF;
	padding: 10px 0 10px 0;
	font-size: 20px;
	z-index: 5;
	text-align: center;
	font-weight: bold;
}
.obi01 span {
  position: relative;
}
.obi01::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00008b;
  transition: 0.5s;
  z-index: 0;
}
.obi02 {
  position: relative;
  margin: 30px 0 0 0;
}
.obi02 h3{
	color: #FFFFFF;
	padding: 10px 0 10px 0;
	font-size: 20px;
	z-index: 5;
	text-align: center;
	font-weight: bold;
}
.obi02 span {
  position: relative;
}
.obi02::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00008b;
  transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: 0;
}
.obi02pink {
  position: relative;
  margin: 30px 0 0 0;
}
.obi02pink h3{
	color: #FFFFFF;
	padding: 10px 0 10px 0;
	font-size: 20px;
	z-index: 5;
	text-align: center;
	font-weight: bold;
}
.obi02pink span {
  position: relative;
}
.obi02pink::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff1493;
  transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: 0;
}
.fade::before {
  width: 100%;
}
.fade03::before {
  transform-origin:right top;
  transform:scale(1, 1);
}
.fade01 p{
	padding: 10px;
	line-height: 1.8;
	text-align: left;
}
.fade01 .photor{
	width: 30%;
	height: auto;
	float: right;
	display: inline;
	margin: 10px;
	border: 5px solid #FFFFFF;
}
.fade01 .photor02{
	width: 30%;
	height: auto;
	float: right;
	display: inline;
	margin: 10px 10px 0 0;
	border: 5px solid #FFFFFF;
}
.fade01 .photol{
	width: 30%;
	height: auto;
	float: left;
	display: inline;
	margin: 10px 10px 25px 10px;
	border: 5px solid #FFFFFF;
}
.fade01 .photol02{
	width: 50%;
	border: 5px solid #FFFFFF;
	clear: both;
	margin: 20px 0 0 0;
}
.fade01 {
  transition: all 1000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 30px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.spnone{
	display: none;
}
.sub01{
	margin: 40px 0 40px 0;
}
.bcwhite{
	border: 2px solid #00008b;
	border-radius: 5px;
	width: 94%;
	margin: 0 auto;
	background: #FFFFFF;
}
.flow01{
	background: #00008b;
}
.flow01 h3{
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
.arrow01{
	width: 20%;
	height: auto;
	padding: 20px 0 20px 0;
}
.flowira{
	padding: 20px 0 0 0;
	width: 50%;
	height: auto;
}
.redline{
  position: relative;
}
.redline:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 3px;
  background: red;
  transition: all 0.5s;
}
.redline.isActive:after{
  width: 100%;
}
.pinkback{
  position: relative;
}
.pinkback:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 15px;
  background: #ff1493;
  transition: all 0.5s;
  z-index: -1;
}
.pinkback.isActive {
  color: #FFFFFF;
}
.pinkback.isActive:after{
  width: 100%;
}
.area{
	border: 2px solid #00008b;
	background: #FFFFFF;
	background-size: cover;
	border-radius: 5px;
	width: 94%;
  	margin: 20px auto;
	text-align: left;
}
.area h3{
	padding: 20px 0 10px 20px;
	clear: both;
	text-decoration: underline;
	font-weight: bold;
}
.area ul{
	margin: 0 20px 0 20px;
}
.area li{
	list-style: none;
	float: left;
	display: inline;
	padding: 0 10px 10px 0;
	font-size: 90%;
}
.area p{
	clear: both;
	text-align: center;
	padding: 20px 0 20px 0;
}
.site-footer{
	background: #00008b;
	width: 100%;
	margin: 100px 0 0 0;
	color: #FFFFFF;
}
.site-footer p{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 10px 0 10px 0;
}
.copyright{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 10px 0 10px 0;
}
.cmwaku01{
	border: 2px solid #00008b;
	background: #FFFFFF;
	border-radius: 5px;
	width: 94%;
  	margin: 50px auto;
}
.hisu{
	text-align: right;
	padding: 20px 10px 10px 0;
}
.formwaku{
	width: 94%;
	height: 700px;
	margin: 0 auto;
}
.cmwaku01 h3{
	background: #EEEEEE;
	margin: 20px 20px 20px 20px;
	padding: 10px 0 10px 0;
	border-bottom:1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
}
.ppwaku{
	padding: 0 0 20px 0;
}
.ppsub01{
	padding: 0 0 10px 20px;
	text-align: left;
	font-weight: bold;
}
.pp01{
	padding: 0 20px 20px 20px;
	line-height: 1.5;
	text-align: left;
}
.cmtext01{
	text-align: left;
	margin: 0 20px 0 20px;
	line-height:1.8;
}
.nakajima{
	float: right;
	display: inline;
	margin: 0 20px 20px 20px;
	border-radius: 200px;
	width: 30%;
	height: auto;
}
.gmap {
	width:88%;
	margin:20px auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border:1px solid #CCCCCC;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ctable{
	width: 88%;
	margin: 20px auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
dl.ctable dt{
	padding: 5px;
	background: #EEEEEE;
	border-bottom: 1px dashed #CCCCCC;
}
dl.ctable dd{
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.mincho{
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
}
.qawaku01{
	border: 2px solid #00008b;
	border-radius: 5px;
	width: 94%;
  	margin: 50px auto;
	text-align: left;
}
.accordion {
  margin: 20px;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  border-bottom: dashed 2px #ccc;
  padding: 1em 2em 1em 3em;
  display: block;
  color: #00008b;
  font-weight: bold;
  background: url("../images/q.png") no-repeat left;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.50em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  background: url("../images/a.png") no-repeat left top;
  opacity: 0;
  transition: all 0.3s;
}

.content p {
  line-height: 1.5;
  padding: 19px 0 0 60px;
}

.toggle:checked + .title + .content {
  max-height: 500px;
  overflow: visible;
  opacity: 1;
  transition: all 1.5s;
}

.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.toggle:checked + .content {
  max-height: 500px;
  transition: max-height 0.3s ease-in-out;
}

.samles div{
  margin: -35px 0 0 60px;
  color: #00008b;
  white-space: nowrap;
}

.sample1{
  animation: bar-animation 1s 0;
}
.sample2{
  animation: bar-animation 1s 1;
}
.sample3{
  animation: bar-animation 1s infinite;
}
.yback{
  animation: animation 5s infinite;
  animation-delay: 3s;
}

@keyframes animation{
  0%{
    width: 0%;
	background: #FFFF00;
  }
  40%{
    width: 74%;
	background: #FFFF00;
	color: red;
  }
  100%{
    width: 74%;
	background: #FFFF00;
	color: red;
  }
}

.yellowback {
  width: 0;
  height: 15px;
  background-color: yellow;
  position: absolute;
  top: 107px;
  left: 60px;
  animation: expand 10s;
  animation-fill-mode: forwards;
  z-index: -1;
}
.yellowback2 {
  width: 0;
  height: 15px;
  background-color: yellow;
  position: absolute;
  top: 127px;
  left: 60px;
  animation: expand 10s;
  animation-fill-mode: forwards;
  z-index: -1;
}

@keyframes expand {
  100% {
    width: 100%;
  }
}
.toggle:checked + .title + .content .yellowback {
  animation: animation 1s forwards 0.5s;
}

@keyframes animation {
  from {
    width: 0;
  }
  to {
    width: 77%;
  }
}
.toggle:checked + .title + .content .yellowback2 {
  animation: animation2 1s forwards 0.5s;
}

@keyframes animation2 {
  from {
    width: 0;
  }
  to {
    width: 69%;
  }
}
.qatext01{
	padding: 20px;
	text-align: left;
	clear: both;
}