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

.maxnav{max-width:1250px;}
.jump{margin-bottom:60px;}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 60px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: rgba(17, 59, 78, 0.7);
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: rgba(17, 59, 78, 1.0);
}

/*========= レイアウトのためのCSS ===============*/

#wrapper{
  width:100%;
  height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.red{color:#ff0000;}

/*body{background-image: url("../images/bg2.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;}*/
.po{display: block;}
.so{display: none;}

h1.topone{font-weight:700;font-size:30px;text-shadow: #000 1px 0 10px;}
h2.toptwo{font-weight:700;font-size:30px;text-shadow: #000 1px 0 10px;}

h2{font-weight:700;}
h2.dh{
	color:#fff;
  background: #113b4e;
  box-shadow: 0px 0px 0px 5px #113b4e;
  border: solid 2px white;
  padding: 0.2em 0.5em;
	margin-bottom:17px;
}
@media screen and (max-width: 768px){
	
.po{display: none;}
.so{display: block;}
	h1{font-size:23px;font-weight:bold;}
	/*body{background-image: url("../images/spbg.jpg")}*/
	h2.dh{font-size:25px;font-weight:bold;}
}

body{}

.qa-003 dt,
.qa-003 dd {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 1em 2em 1em 3.3em;
    color: #333333;
}

.qa-003 dt {
    font-weight: 600;
}

.qa-003 dd + dt {
    margin-top: 1em;
}

.qa-003 dt::before,
.qa-003 dd::before {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 50%;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 40px;
    text-align: center;
}

.qa-003 dt::before {
    border: 2px solid #75bbff;
    color: #75bbff;
    content: 'Q';
}

.qa-003 dd::before {
    border: 2px solid #e54848;
    color: #e54848;
    content: 'A';
}


.check ul {
  list-style-type: none;
}
.check ul li {
	font-size:120%;
  position: relative;
  line-height: 1.8;
}
.check ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #ad0000;
  border-bottom: 3px solid #ad0000;
  transform: rotate(-45deg);
}

.reverse{padding-top:30px;padding-bottom:60px;background-color: rgba(244, 244, 244, 0.8);}
section{margin-top:35px;margin-bottom:35px;}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 120%;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}


.jumbotron { background:url(../top.jpg) center no-repeat; background-size: cover;}

.toptobottomScale {
    animation: toptobottomScale 1.4s ease 0s 1 normal;
}
/* toptobottomScale */
@keyframes toptobottomScale {
    0% {
        transform: translateY(-1200px) scale(0.7);
        opacity: .7
    }
    80% {
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.bg01{background:url(../images/bg01.jpg);background-size: cover;background-attachment: fixed;background-position:top;}
.bg02{background:url(../images/bg02.jpg);background-size: cover;background-attachment: fixed;background-position:top;}
.bg03{background:url(../images/bg03.jpg);background-size: cover;background-attachment: fixed;background-position:top;}
.bg04{background:url(../images/bg04.jpg);background-size: cover;background-attachment: fixed;background-position:top;}

.touka{background-color: rgba(255, 255, 255, 0.8);}


.button-simple {
    position: relative;
    font-weight: bold;
    padding: 5px 15px;
    margin: 0px 5px;
    border-radius: 30px;/*角の丸み*/
    font-size: 23px;/*文字サイズ*/
    background-color: #00a41a;/*背景色*/
    color: #fff;/*文字色*/
    display: inline-block;
    text-shadow: 1px 1px 0px rgb(0, 0, 0, 0.3);
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
.button-simple:before {

    
}
a:hover .button-simple {
    background-color: #cc0000;/*触れたときの背景色*/
    color: #fff;/*触れたときの文字色*/
    box-shadow: 0 0px 0 rgb(0, 0, 0, 0.3);
    animation-play-state: paused;
    top: 3px;
}


.dokidoki {
    animation: dokidoki 1.5s infinite;
}
@keyframes dokidoki {
    0% {
        transform: scale(1.05)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05)
    }
}

.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

.patsun {
    animation: patsun 2s infinite;
}
@keyframes patsun {
    0% {
        transform: rotateZ(0deg);
    }
    22% {
        transform: rotateZ(0deg);
    }
    24% {
        transform: translate(-2px, -10px) rotateZ(-18deg) scale(0.8, 1.3);
    }
    26% {
        transform: rotateZ(0deg) scale(1, 1.1);
    }
    28% {
        transform: translate(0px, -2px) rotateZ(-2deg;
        )
    }
    30% {
        transform: rotateZ(0deg);
    }
    32% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    33% {
        transform: rotateZ(0deg);
    }
    34% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    35% {
        transform: rotateZ(0deg);
    }
    36% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    37% {
        transform: rotateZ(0deg);
    }
    38% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    39% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}
h3{background: linear-gradient(transparent 60%, #a7d6ff 60%);margin-bottom:25px;}
.mtb{margin:15px auto;}


.obi{/*background-color:#902a42;*/
	background: linear-gradient(90deg, #fab000, #ff1b5e);
color:#fff;padding:7px 0px;font-size:25px;}


/*ベース*/
.toggle {
	display: none;
}

.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	/*background:#a21812;*/
	background: linear-gradient(90deg, #fab000, #ff1b5e);
	font-size:120%;font-weight:bold;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:0px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.uchi{
  background-image:url(../images/doublered.png);
background-repeat:repeat-x;
background-position: center;
}

.tt{background:#a21812;color:#fff;}

/*
    画面下部オーバーレイ
================================*/
.overlayArea {
    opacity: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 10px;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .overlayArea_btn {
    display: block;
    color: #fff;
    background-color: #28A745;
    text-align: center;
    padding: 10px;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .overlayArea_btn span {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 2px 4px;
    background-color: #FFC107;
    border-radius: 4px;
    margin-left: 5px;
    letter-spacing: 0px;
  }
  .overlayArea_btn::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon-phone.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
  }
  .overlayArea_btn:hover {
    text-decoration: none;
    color: #fff;
  }

.grad{background: linear-gradient(90deg, #fab000, #ff1b5e);}
.tg{background: linear-gradient(90deg, #fab000, #ff1b5e);color:#fff;}

.op{} .op a:hover{
	opacity: 0.8;
}

.snsbox table{margin:auto;max-width:93%}
.snsbox table td{padding:0 10px}
@media screen and (max-width: 768px){.snsbox table td{padding:0px 3px}}