
.cxefbg {
	background-color: #35a16b;
}
/* ハンバーガーボタンイメージ */
.hamburgero,
.hamburgero span {
	display: inline-block;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hamburgero span {
	position: absolute;
	left: 0.2em;
	width: 2em;
	height: 0.3em;
	background-color: #ffff;
	border-radius: 4px;
}
.hamburgero {
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background-color: #35a16b;
}
.hamburgero span:nth-of-type(1) {
	top: 0.45em;
}
.hamburgero span:nth-of-type(2) {
	top: 1.0em;
}
.hamburgero span:nth-of-type(3) {
	bottom: 0.45em;
}

/* ハンバーガーボタンの位置 */
.menuoButono{
	position:fixed;
	top: 0px;
	height: 2.5em;
}

.piedo {
	padding:0;
	margin:0;
	height: 100%;
}
.jumbotron {
	background-image: url("../bildo/cxef.jpg");
	background-size: cover;
	background-position: center 60%;
}

::-webkit-scrollbar{
	width: 15px;
}
::-webkit-scrollbar-track{
	background: #fff;
	border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb{
	background: #35a16b;
	border-radius: 10px;

}

#wrapper.toggled #nav{
	transform: translateX(99vw);
}
#wrapper.toggled .menuoButono{
	transform: translateX(calc(99vw - 2.5em));
}
#wrapper.toggled .hamburgero span:nth-of-type(1) {
	-webkit-transform: translateY(0.6em) rotate(-315deg);
	transform: translateY(0.6em) rotate(-315deg);
}
#wrapper.toggled .hamburgero span:nth-of-type(2) {
	opacity: 0;
}
#wrapper.toggled .hamburgero span:nth-of-type(3) {
	-webkit-transform: translateY(-0.6em) rotate(315deg);
	transform: translateY(-0.6em) rotate(315deg);
}

.nav-item{
	background: #35a16b;
}
.nav-item a{
	padding-left: 0.4em;
}
.nav-item a,.nav-item span{
	display: block;
	text-decoration: none;
	color: #ffffff;
}
.nav-item a:hover {
	color: #35a16b;
	background: #ffffff;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.nav li a:active, .nav li a:focus {
  text-decoration: none;
}
.textShadow{
	color: #ffffff;
	text-shadow: 
		1px 1px 1px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000,
		1px 1px 1px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000;
}


.maru {
	margin-top:0.2em;
	height:1.4em;
	width:1.4em;
	border-radius:50%;
	line-height:1.4em;
	text-align:center;
	color: #ffffff;
	background: #35a16b;
	font-size:0.7em;
	margin-left:0px;
	float:left;
}
/*
@media(min-width:992px) {
	.cxeftitolo {
		width: 90%;
	}
} */
@media screen and (max-width:991px) {
	.maru{
		margin-left:2.1em;
	}
	html {
	/*	font-size: 250%; */
	}
	.cxeftitolo {
		width: 100%;
	}
	#wrapper{
		margin:0 auto;
	}
	#nav{
		position:absolute;
		width: calc(99vw - 2.5em);
		left: -99vw;
		top: 0px;
	}
	#main{
		width: 100%;
		top: 0px;
	}
	.widthImg{
		width: 21em;
	}
}
@media screen and (min-width:992px){
	body{
		width:100%; /*ページ全体の幅は100%と指定する*/	
		text-align:center; /*ページ全体を中央揃えにする*/
	}
	#wrapper{ 
		width: 98%;	   /*全体の幅を指定する*/  
		margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
		text-align:left;   /*全体を左揃えにする。*/
	}
	.cxeftitolo {
		width: 100%;
	}
	.menuoButono{
		display: none;
	}
	#nav{
		position:absolute; 
		width: 270px;
		left: 0px;
	}
	#main{
		display: block;
		position:absolute;
		width: calc(100% - 270px);
		left: 280px;
		top: 0px;
		background-color: #ffffff;
	}
	.widthImg{
		width: 30em;
	}
}
@media screen and (min-width: 1034px) {
	#wrapper{ 
		width: 1034px;
	}
	#main{
		width: calc(100% - 280px);
	}
}
@font-face {
	font-family: 'juliamo';
	src: url(juliamo.woff);
}
body{
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic','YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic','sans-serif';
}
#wrapper{
	position:relative;
}
#nav{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index:100;
}
#sidebar-wrapper {
  margin:0;
  width: 400px;
padding: 100px;
top: 50px;
}

.titolo3 {
	position: relative;
	padding: 5px 5px 5px 1em;
	background: #35a16b;
	font-size: 1.2em;
	color: white;
	margin-left: 0em;
	left: 0;
	line-height: 1.2em;
	z-index:2;
}
.titolo3:before {
	position: absolute;
	content: '';
	left: -0.1em;
	top: -2px;
	border: none;
	border-left: solid 1em white;
	border-bottom: solid 2em transparent;
	z-index:1;
}
.verdateksto {
	color: #35a16b;
}

.liniokesto {
	margin: 0;
	padding: 0px;
}
.t_dekstrlinio {
	text-align: right;
}

.boxmaru{
	position: relative;
	padding: 0.25em 1em;
	border-top: solid 2px green;
	border-bottom: solid 2px green;
	}
	.boxmaru:before, .boxmaru:after{
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	  height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: green;
}
.boxmaru:before {left: 7px;}
.boxmaru:after {right: 7px;}

.informoUnder {
    border-bottom: dotted 2px #005aff;
    cursor: pointer;
}
.informoUnder:hover {
    border-bottom: solid 1px #005aff;
}

.verdalimlinio {
	border:solid 0.1em #35a16b;
	border-radius: 0.5em;
}

.piedtitolo {
	color: #35a16b;
	display: flex;
	align-items: center;
}
.piedtitolo:before, .piedtitolo:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}
.piedtitolo:before {
	margin-right: 0.4em;
	background: linear-gradient(-90deg, #35a16b, transparent);
}
.piedtitolo:after {
	margin-left: 0.4em;
	background: linear-gradient(90deg, #35a16b, transparent);
}

.malSuproSuproLinio{
	position: relative;
	top: 10px;
	border-bottom: 1px solid #aaa;
}
.malSuproSuproLink {
	position: absolute;
	right: 0px;
	top: -3em;
}
.malSuproSuproLink a {
	display: block;
	width: 3em;
	height: 3em;
	border-radius: 10px 10px 0 0;
	text-indent: -9999px;
	background: #333 url("../bildo/form_goTop_bg_pc.png") no-repeat 15px 15px;
	opacity: 0.3;
}

.borderLeftLine {
	border-left: double 0.5em #ffffff;
}
.borderRightLine {
	border-right: double 0.5em #ffffff;
}

.js-animation {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}
.js-animation.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

/* インデックスカルーセル */
.carousel-item .img-fluid {
  width:100%;
  height:auto;
}

.carousel-item{
  height: auto;
}

.carousel-item a {
  display: block;
  width:100%;
}

.carousel-item .show-image {
  display: block;
  width:100%;
}
.carousel-caption {
/*	margin-right: -43vw;
	margin-bottom: -4vh; */
	margin-right: -20vw;
	margin-bottom: -10px; 
	padding-bottom: 0px;
}
.carousel > h1 {
	position: absolute;
	top: 50px;
	left: 1%;
	width: 98%;
}
.carousel > .lead {
	position: absolute;
	top: 300px;
	margin: 20px;
}

.starfall {
	width: 100％;
	height: 100%;
	background-color: #ffffff;
	background-image: url('../bildo/hoshi.png');
	-webkit-animation: snow 50s linear infinite;
	animation: snow 50s linear infinite;
}
@-webkit-keyframes snow {
	0% {background-position: 0 0}
	100% {background-position: 400px 0}
}
@keyframes snow {
	0% {background-position: 0 0}
	100% {background-position: 400px -400px}
}