@charset "UTF-8";

#hed {
	width: 100%;
	position: fixed;
	height: 65px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 20;
	transition: all .5s;
    box-shadow: 1px 1px 25px rgba(0 0 0 / 0%);
}
.change-color1 #hed {
	background-color: #fff;
    border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
    box-shadow: 1px 1px 25px rgba(188 184 175 / 30%);
}

.sptel a {color: #393533;}
.sptel {
	width: 28px;
	position: fixed;
	right: 15px;
	z-index: 5001;
	text-align: center;
	top: 15px;
	color: #393533;
}
.sptel .mysvg {
	width: 25px;
	color: #61c920;
	fill: currentColor;
}
.sptel span {
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-size: 7pt;
	text-align: center;
	color: #393533;
	line-height: 15px;
	font-variant: normal;
	display: block;
    margin-top: -5px;
}

.sptel2 {
	width: 28px;
	position: fixed;
	right: 15px;
	z-index: 5001;
	text-align: center;
	top: 15px;
	color: #393533;
}
.sptel2 .mysvg {
	width: 25px;
	color: #4dd5eb;
	fill: currentColor;
}
.sptel2 span {
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-size: 7pt;
	text-align: center;
	color: #393533;
	line-height: 15px;
	font-variant: normal;
	display: block;
    margin-top: -5px;
}


.fgnav{
    /*background: #2c303a;*/
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 300;
}
.fmenu-box {}
.fmenu{
	top: 20px;
	left: 13px;
	position: fixed;
	width: 30px;
	z-index: 350;
	cursor: pointer;
	height: 12px;
	/*background: #2c303a;*/
}

.fmenu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	/*background: #fff;*/
	margin-top: -10px;
	margin-left: -7px;
}

.seconds .menu__line{
    background: #4dd5eb;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu__line{
    background: #61c920;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu__line--bottom{bottom: 0;}
.menu__line--top.active{
    top: 4px;
    transform: rotate(45deg);
    background: #61c920;
}
.menu__line--bottom.active{
    bottom: 6px;
    transform: rotate(135deg);
    background: #61c920;
}

.seconds .menu__line--bottom{bottom: 0;}
.seconds .menu__line--top.active{
    top: 4px;
    transform: rotate(45deg);
    background: #4dd5eb;
}
.seconds .menu__line--bottom.active{
    bottom: 6px;
    transform: rotate(135deg);
    background: #4dd5eb;
}




.menu__title {
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	position: absolute;
	font-size: 7pt;
	line-height: 9px;
	text-align: center;
	bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.menu__title {color: #404040;}
.menu__title.active {color:#404040;}



/*gnav*/

.gnav__wrap{
	background: #f5f5ef;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: scroll;
}
.fspace {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.fmenuspace{
	box-sizing: border-box;
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom:15px;
}

.fmenuspace h2{
	margin-top:15px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.sp-logo {
	margin-top:10px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.times {
    padding-right: 5%;
	padding-left: 5%;
    padding-bottom: 6%;
}
.add {
	color: #393533;
	box-sizing: border-box;
	padding-bottom: 6%;
    padding-top: 0%;
    padding-right: 5%;
	padding-left: 5%;
}
.add h3{
	font-weight: normal;
	padding-top:5px;
	color: #393533;
	font-feature-settings: "palt" 1;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	margin-bottom: 5px;
}
.add .telnum{margin-left: 0;width:100%;margin-bottom: 15px;}

.add p{
	font-feature-settings: "palt" 1;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-size: 11pt;
	line-height: 27px;
	font-weight: normal;
	font-variant: normal;
}
.add h4{
    padding-top: 10px;
	font-feature-settings: "palt" 1;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-size: 11pt;
	line-height: 27px;
	font-weight: normal;
	font-variant: normal;
}





.change-color1 .sp-logo {}
.gnav__menu {
	padding-top: 30px;
    padding-bottom: 10px;
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    width: 100%;
    margin-right: auto;
	margin-left: auto;
}
.gnav__menu li{
    margin-bottom: 5px;
    box-sizing: border-box;
	font-feature-settings: "palt" 1;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	position:relative;
}
.gnav__menu ul{}
.gnav__menu ul li{
	font-feature-settings: "palt" 1;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-size: 14pt;
	line-height: 21px;
	font-weight: normal;
	position:relative;
}
.gnav__menu li .mysvg{width: 25px;vertical-align: -25%; margin-right: 12px;}

.gnav__menu ul li a{
    display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-sizing:border-box;
}
.gnav__menu ul li a:hover{
	color: #404040;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gnav__menu__item {
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;
	font-feature-settings: "palt" 1;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.gnav__menu__item h5{
	padding-top:15px;
	font-feature-settings: "palt" 1;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-size: 14pt;
	line-height: 25px;
	font-weight: 700;
}
.gnav__menu a{
    box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
	color: #61c920;
	display:block;
	-webkit-transition: all .3s;
	transition: all .3s;
    border-radius: 10px;
}


.gnav__menu2 {
	padding-top: 30px;
    padding-bottom: 10px;
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    width: 100%;
    margin-right: auto;
	margin-left: auto;
}
.gnav__menu2 li{
    margin-bottom: 5px;
    box-sizing: border-box;
	font-feature-settings: "palt" 1;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	position:relative;
}
.gnav__menu2 ul{}
.gnav__menu2 ul li{
	font-feature-settings: "palt" 1;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-size: 14pt;
	line-height: 21px;
	font-weight: normal;
	position:relative;
}
.gnav__menu2 li .mysvg{width: 25px;vertical-align: -25%; margin-right: 12px;}
.gnav__menu2 a{
    box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
	color: #4dd5eb;
	display:block;
	-webkit-transition: all .3s;
	transition: all .3s;
    border-radius: 10px;
}



/*.gnav__menu a:hover{
	color: #404040;
}*/
.gnav__menu h5 a{
	padding-top:5px;
	padding-bottom:5px;
	color: #404040;
	display:block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gnav__menu h5 a:hover{
	color: #404040;
}

.contents .gnav__menu__item a{
    box-sizing: border-box;
    padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
	color: #555;
	display:block;
	-webkit-transition: all .3s;
	transition: all .3s;
    border-radius: 0px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-size: 13pt;
	line-height: 25px;
	font-weight: normal;
}
.contents .gnav__menu__item:nth-child(1) a{border-top-left-radius: 6px;border-top-right-radius: 6px;}
.contents .gnav__menu__item:nth-child(1) {border-bottom: 1px dashed #ccc;}
.contents .gnav__menu__item:nth-child(2) {border-bottom: 1px dashed #ccc;}
.contents .gnav__menu__item:nth-child(3) {border-bottom: 1px dashed #ccc;}
.contents .gnav__menu__item {
    box-sizing: border-box;
    background-color: #f5f5ef;
}
.contents {
    box-sizing: border-box;
    padding: 10px;
    background-color: #f5f5ef;
}

.contents2 .gnav__menu__item a{
    box-sizing: border-box;
    padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
	color: #555;
	display:block;
	-webkit-transition: all .3s;
	transition: all .3s;
    border-radius: 0px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-size: 13pt;
	line-height: 25px;
	font-weight: normal;
}
.contents2 .gnav__menu__item:nth-child(1) a{border-top-left-radius: 6px;border-top-right-radius: 6px;}
.contents2 .gnav__menu__item:nth-child(1) {border-bottom: 1px dashed #ccc;}
.contents2 .gnav__menu__item:nth-child(2) {border-bottom: 1px dashed #ccc;}
.contents2 .gnav__menu__item:nth-child(3) {border-bottom: 1px dashed #ccc;}
.contents2 .gnav__menu__item:nth-child(4) {border-bottom: 1px dashed #ccc;}
.contents2 .gnav__menu__item:nth-child(5) {border-bottom: 1px dashed #ccc;}
.contents2 .gnav__menu__item:nth-child(6) {border-bottom: 1px dashed #ccc;}
.contents2 .gnav__menu__item:nth-child(7) {border-bottom: 1px dashed #ccc;}
.contents2 .gnav__menu__item {
    box-sizing: border-box;
    background-color: #f5f5ef;
}
.contents2 {
    box-sizing: border-box;
    padding: 10px;
    background-color: #f5f5ef;
}




.thes .fs-accordion {background-color: #61c920;border-radius: 10px;overflow: hidden;}


.fs-accordion {background-color: #75daea;border-radius: 10px;overflow: hidden;}


.fs-accordion summary{
	box-sizing: border-box;
	padding: 15px;
	/*background-color: #75daea;*/
	color: #fff;
	position: relative;
	list-style: none;
	cursor: pointer;
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;
	font-feature-settings: "palt" 1;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    
}
.fs-accordion summary::-webkit-details-marker {display: none;}
.fsicon {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 15px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
/* アイコンの三角矢印 */
.fsicon::before,
.fsicon::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 3px;
  background-color: #fff;
}

.fsicon::before {
  left: 0;
  transform: rotate(45deg);
}

.fsicon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* アコーディオン表示の際に回転する */
.fs-accordion details[open] .fsicon {
  transform: rotate(180deg);
}

.fs-accordion .contents{
	background-color: #fff;
	box-sizing: border-box;
	padding:15px;
}
.fs-accordion .contents2{
	background-color: #fff;
	box-sizing: border-box;
	padding:15px;
}
.fs-accordion p{}






/*モーダル*/
.modal_wrap input{display: none;}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.modal_trigger{position: absolute;width: 100%;height: 100%;}
.modal_content{
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 640px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	padding-top: 38px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.close_button{
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}
.close_button span {color: #FFF;}
.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.open_button{}
.fspacer h4{
	font-size: 10pt;
	margin-bottom: 5px;
	font-weight: normal;
	padding-top:5px;
}
.button-sp span{font-size: 11pt; margin-right:5px;}
.button-sp {
	font-weight: 600;
	font-size: 15pt;
	display: block;
	text-decoration: none;
	outline: none;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom:10px;
}
.button-sp::before,
.button-sp::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-sp,
.button-sp::before,
.button-sp::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-sp {color: #fff; background-color: #CCCCCC;}
.button-sp:hover {color: #fff; background-color: #CCCCCC;}


