*{
	margin:0;
	padding:0;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 90%;
}
img{
	width:100%;
}
a{
	text-decoration:underline;
	color:#333333;
} 
a:hover,
a:focus{
	text-decoration:underline;
	color:#333333;
}
.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: #009FDC;
}
.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: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #009FDC;
    transition: all 0.5s;/*アニメーション設定*/
}
.gnavi__lists{
	padding: 70px 0 0 0;
}
.menu-content ul {
}
.menu-content li {
    list-style: none;
}
.menu-content li a {
	padding: 10px;
	display: block;
	border-bottom: 1px dashed #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}
.menu-content li li a {
	padding: 10px 10px 10px 30px;
	display: block;
	border-bottom: 1px dashed #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}
.menu-content ul li a::before {

}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.heade01{
	width: 60%;
	margin: 0 auto;
}
h1{
	text-indent: -9999px;
	margin: 20px 0 20px 0;
}
h1 a{
	background: url("../images/title.png") no-repeat center;
	background-size: contain;
	text-indent: -9999px;
	width: 100%;
	line-height: 70px;
	display: block;
}
.heade03{
	width: 60%;
	margin: 20px auto;
}
#header{
	width: 100%;
	clear: both;
}
#area-1,
#area-2,
#area-3,
#area-4{
	width: 100%;
	float: left;
	display: inline;
	clear: both;
}
#area-1 img{
	float: left;
	display: inline;
}
#area-2{
	background: url("../images/back03.jpg") no-repeat;
	background-size: cover;
}
.gwaku01 {
	width:99.3%;
	margin:20px auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border:2px solid #F8B49C;
	box-shadow: 0 0 6px 0 #faccbc, 0 0 0 0 #faccbc inset;/*ふわりとした影*/
	border-radius: 8px;
}
.gwaku01 iframe,
.gwaku01 object,
.gwaku01 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sub02{
	text-align: center;
	color: #DD5380;
	font-size: 18px;
	margin: 20px 0 10px 0;
}
.sub01{
	text-align: center;
	color: #DD5380;
	font-size: 18px;
	margin: 0 0 30px 0;
}
.headline{
  position: relative;
}
.headline:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 5px;
  background: #FFFEC8;
  transition: all 0.5s;
}
.headline.isActive:after{
  width: 100%;
}
.headline2{
  position: relative;
}
.headline2:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  box-shadow: 0 0 6px 0 #faccbc, 0 0 6px 1px #faccbc inset;/*ふわりとした影*/
  transition: all 0.5s;
}
.headline2.isActive:after{
  width: 100%;
}
.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.w1000{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.waku01{
	padding: 0.2em 0.5em;
    color: #565656;
    background:#FFFEE6;
    box-shadow: 0px 0px 0px 10px #FFFEE6;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.waku02{
	background-color:#fff;/*背景色*/
	box-shadow: 0 0 6px 1px #faccbc, 0 0 6px 1px #faccbc inset;/*ふわりとした影*/
	border-radius: 30px;
	width: 100%;
	float: left;
	display: inline;
	padding: 20px 0 0 0;
	margin: 10px 0 60px 0;
}
.waku02l{
	width: 100%;
	float: left;
}
.waku02l h2{
	text-align: center;
	color: #F8B49C;
	padding: 0 0 0 0;
}
.waku02l p{
	text-align: center;
	color: #F8B49C;
	padding: 0 0 10px 0;
}
.waku02r{
	width: 100%;
	float: right;
	background: url("../images/nikukyuu01.png") no-repeat right bottom;
}
.waku02r p{
	padding: 0 40px 20px 20px;
	color: #666666;
}
.p1{
	line-height: 1.8;
	padding: 20px 10px 20px 10px;
	text-align: center;
}
.p2{
	line-height: 1.8;
	padding: 0 10px 20px 10px;
	text-align: center;
}
.bold{
	font-weight: bold;
}
.pink{
	color: #F8B49C;
}
.pink a{
	color: #F8B49C;
	text-decoration: none;
}
#area-3{
	background: url("../images/back04.png") no-repeat bottom #FFFFFF;
	background-size: 100%;
	width: 100%;
	padding: 20px 0 50px 0;
}
.newswaku01{
	background-color:#fff;/*背景色*/
	box-shadow: 0 0 6px 1px #faccbc, 0 0 6px 1px #faccbc inset;/*ふわりとした影*/
	border-radius: 30px;
	width: 100%;
	float: left;
	display: inline;
	padding: 20px 0 0 0;
	margin: 0 0 50px 0;
}
.newswaku02{
	width: 100%;
	float: left;
}
.newswaku02 h2{
	text-align: center;
	color: #F8B49C;
	padding: 0 0 0 0;
}
.newswaku02 p{
	text-align: center;
	color: #F8B49C;
}
.newswaku02 a{
	color: #F8B49C;
}
.suku{
	display: none;
}
.suku-sp{
	overflow: auto;
	width: 100%;
	height: 230px;
}
.newswaku03{
	overflow-y: auto;
	height: 230px;
	width: 100%;
	padding: 20px 0 0 0;
}
/*
div.newswaku-sp::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
div.newswaku-sp::-webkit-scrollbar-thumb {
  background:#aaa;
}*/
#footer{
	background: url("../images/back05.png") repeat-y;
	background-size: 100%;
	width: 100%;
	float: left;
	display: inline;
}
address{
	font-style: normal;
}
.ftext01{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.ftext01 a{
	text-decoration: none;
}
.ftext02{
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 20px 0;
}
.sjikan,
.kyushinbi{
	font-size: 130%;
}
.pconly{
	display: none;
}
.yoyaku{
	margin: 0 0 0 20px;
	color: #DD5380;
}
.ftitle{
	padding: 20px 0 20px 0;
}
.ftable{
	width:100%;
	border:2px solid #F8B49C;
	border-radius: 8px;
	background: #FDE9E1;
	overflow: hidden;
	margin: 0 0 20px 0;
	box-shadow: 0 0 6px 0 #faccbc, 0 0 0 0 #faccbc inset;/*ふわりとした影*/
}
.ftable td{
	font-size:70%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.ftb01{
	border-right:1px solid #F8B49C;
	border-bottom:1px solid #F8B49C;
}
.ftb02{
	border-bottom:1px solid #F8B49C;
}
.ftb01b{
	border-right:1px solid #F8B49C;
}
.ftb02b{
}
.ftable img{
	width: 55%;
	height: auto;
	margin: 0;
	padding: 5px 0 5px 0;
}
.tw01{
	width: 30%;
	line-height: 30px;
	border-bottom:2px solid #F8B49C;
}
.tw02{
	width: 10%;
	border-bottom:2px solid #F8B49C;
}
.tw03{
	line-height: 40px;
}
.tb01{
	background: #FCD9CD;
	
}
.cardwaku01{
	border:2px solid #F8B49C;
	box-shadow: 0 0 6px 0 #faccbc, 0 0 0 0 #faccbc inset;/*ふわりとした影*/
	border-radius: 8px;
	background: #FFFFFF;
	text-align: center;
	overflow:hidden;
	margin: 0 0 20px 0;
}
.cardwaku02{
	border:2px solid #F8B49C;
	box-shadow: 0 0 6px 0 #faccbc, 0 0 0 0 #faccbc inset;/*ふわりとした影*/
	border-radius: 8px;
	background: #FFFFFF;
	text-align: center;
	overflow:hidden;
	margin: 0 0 80px 0;
}
.cardwaku01 img,
.cardwaku02 img{
	width: 96%;
	padding: 10px 0 10px 0;
}
.cardwaku01 h2,
.cardwaku02 h2{
	font-size: 70%;
	font-weight: normal;
	background: #FCD9CD;
	padding: 5px 0 5px 0;
	border-bottom:2px solid #F8B49C;
}
.copyright{
	text-align: center;
	font-size: 70%;
	background: #DD5380;
	color: #FFFFFF;
	line-height: 30px;
	width: 100%;
	clear: both;
}
.gnavi__wrap{
	display: none;
}
#area-1 h2{
	background: url("../images/back03.jpg") no-repeat center;
	background-size: 100%;
	width: 100%;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #DD5380;
	font-size: 20px;
}
.headline2{
  position: relative;
}
.headline2:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 3px;
  box-shadow: 0 0 6px 0 #faccbc, 0 0 6px 1px #faccbc inset;/*ふわりとした影*/
  transition: all 0.5s;
}
.headline2.isActive:after{
  width: 100%;
}
.satext01{
	padding: 0 20px 20px 20px;
	line-height: 1.8;
}
.salist01{
	margin: 0 0 40px 20px;
}
.salist01 li{
	list-style: none;
	background:url("../images/list01.png") no-repeat left center;
	padding: 0 0 0 35px;
	line-height: 2;
	margin: 0 0 10px 0;
}
.blue{
	color: #009FDC;
}
.sub03{
	text-align: center;
	color: #DD5380;
	line-height: 50px;
	font-size: 20px;
	margin: 0 0 30px 0;
}
.redline{
  position: relative;
}
.redline:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0%;
  height: 3px;
  background: red;
  transition: all 0.5s;
}
.redline.isActive:after{
  width: 100%;
}


.yellowback{
  position: relative;
}
.yellowback:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 30px;
  background:linear-gradient(transparent 60%, #ff6 60%);
  transition: all 0.5s;
  z-index: -1;
}
.yellowback.isActive {
	font-weight: bold;
}
.yellowback.isActive:after{
  width: 100%;
}
.sawaku01{
	padding: 0.2em 0.5em;
	width: 84%;
	margin: 40px auto;
    color: #565656;
    background:#FFFEE6;
    box-shadow: 0px 0px 0px 10px #FFFEE6;
    border: dashed 2px #99E3FF;
    border-radius: 8px;
}
.sawaku01 h3{
	color: #009FDC;
	padding: 0 0 0 35px;
	margin: 20px;
	background:url("../images/list01.png") no-repeat left center;
}
.sawaku01 p{
	padding: 0 20px 20px 20px;
	line-height: 1.8;
}
.photo01{
	float: right;
	display: inline;
	margin: 0 20px 20px 20px;
	width: 100px;
	height: 100px;
	border-radius: 100px;
}
.osusume{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 10px 10px 10px;
	margin: 20px auto;
	width: 90%;
}
.osusume h4{
	background: url("../images/osusume2.png") no-repeat center;
	width: 100%;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}
.osusume li{
	margin: 10px 10px 0 10px;
	list-style: none;
	border-bottom: 1px dashed #555555;
	background: url("../images/check.png") no-repeat center left;
	padding: 10px 0 8px 40px;
}
.osusume ul{
	margin: 0 0 20px 0;
}
.box26 {
    position: relative;
    margin: 20px 20px 40px 20px;
    padding: 0 20px 0 20px;
    border: dashed 3px #99E3FF;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #009FDC;
    font-weight: bold;
}
.box26 .bitext01{
    margin: 0; 
    padding: 0 0 20px 0;
	line-height: 1.8;
}
.box26 .bitext02{
    margin: 0; 
    padding: 20px 0 20px 0;
	line-height: 1.8;
	text-align: center;
}
.box26 img{
	width: 100%;
	height: auto;
	padding: 30px 0 20px 0;
	border-radius: 8px;
}
/*
.gmap {
	width:90%;
	margin:40px auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: 2px solid transparent; 
	border-radius: 8px;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
.gmap {
	width:90%;
	margin:40px auto;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border:2px solid #F8B49C;
	border-radius: 8px;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box27 {
    position: relative;
    margin: 20px 20px 40px 20px;
    padding: 0 20px 0 20px;
    border: dashed 3px #F8B49C;
    border-radius: 8px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #F8B49C;
    font-weight: bold;
}

.box27 img{
	width: 100%;
	height: auto;
	padding: 30px 0 20px 0;
	border-radius: 8px;
}
.table01{
	width: 90%;
	border-left:1px solid #F8B49C;
	border-top:1px solid #F8B49C;
	border-right:1px solid #F8B49C;
	margin:40px auto;
	clear: both;
}
dl.table01 dt{
	padding: 15px;
	border-bottom:1px dotted #F8B49C;
	text-align: center;
	background: #FFF7F4;
}
dl.table01 dd{
	padding:15px;
	border-bottom:1px solid #F8B49C;
	text-align: center;
}
.pmap{
	border:1px solid #F8B49C;
	height: auto;
	margin: 0 20px 40px 20px;
}
.pmap img{
	width: 100%;
	height: auto;
}
.sfwaku03{
	margin: 30px 0 20px 0;
	text-align: center;
}
.name01{
	font-size: 18px;
	border-bottom: 1px dashed #F8B49C;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-align: left;
}
.name02{
	font-size: 18px;
	text-align: left;
}
.keireki{
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 90%;
}
.sfwaku03 .sphoto01{
	border-radius: 8px;
	width: 50%;
	height: auto;
	margin: 20px 0 20px 0;
	padding: 0;
}
.kjtext01{
	text-align: center;
	margin: 0 0 20px 0;
}
.kj01{
	font-size: 120%;
	font-weight: bold;
}
.kjtable{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0 20px 40px 20px;
}
.kjtable dt{
	text-align: center;
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
	background: #EEEEEE;
}
.kjtable dd{
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}