@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    font-size: 1rem;  /* 16px */
	background-color: #FFF;
	height: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #393939;
}

/* small */
 @media only screen and (max-width: 40em) {
	 body {
    font-size: 0.8rem; /* 14px */
	 }
  }
  /* large */
  @media only screen and (min-width: 64.063em) {
	 body {
    font-size: 1.125rem; /* 18px / 16px * 100 */
    }
  }
/*---------------------------
	menu icon
---------------------------*/
header #trigger-overlay {
	font-family: 'Averia Serif Libre', cursive;
	font-size: 0.8em;
	font-weight: 900;
	color: #fff;
	background: #000;
	padding: 4em 0.5em 0.5em 0.5em;
	position: fixed;
	z-index: 100;
	top:0.5em;
	right: -0.4em;
	display: block;
	cursor : pointer;
	border-radius: 5px
    -webkit-transition: all .2s;
    transition: all .2s;
	background-image: url("../../img/i-menuf.png");
	background-position: center 0.6em;
	background-repeat: no-repeat;
	background-size: 1.8em;
	border: 1px solid black;
}
header #trigger-overlay:hover {
	background: #41bedd;
	background-image: url("../../img/i-menuf.png");
	background-position: center 0.4em;
	background-repeat: no-repeat;
	background-size: 1.8em;
	color: #fff;
	border: 1px solid #41bedd;
}
 
 /*-------------------------------
	link
-------------------------------------*/
a {
    -webkit-transition: all .3s;
    transition: all .3s;
	}
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #41bedd; }
a:active { color: #41bedd; }
footer a:hover { color:#fff; }


a.btob:link {
background-image: url("../../img/button-kadomaru_l_1.png");
}
a.btob:hover {
background-image: url("../../img/button-kadomaru_l_3.png");
}

 /*-------------------------------
	 common
-------------------------------------*/
.e {
	font-family: 'Averia Serif Libre', cursive;
    
}

.cur {
	border-top-left-radius: 30% 3%;
	border-top-right-radius: 30% 3%;
	border-bottom-left-radius: 30% 3%;
	border-bottom-right-radius: 30% 3%;
	background: #fff;
	z-index: 9;
	position: relative;
	margin: -3% 0;
}
 hr {
	height: 0.5rem;
	border: 1px solid transparent;
}
.cleartext {
text-indent:200%;
white-space:nowrap;
overflow:hidden;
}

/*---------------------------
	button
-----------------------------*/

/*------ black button -------*/
.button0 {
	font-size: 0.7em;
	padding: 0.4em 1em;
    background-color: #000;
    border: 2px solid #2b2b2b;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    margin-top: 0.6em;
    border-radius: 5px;
}
.button0:hover {
    background-color: transparent;
    border: 2px solid #41bedd;
    background-color: #41bedd;
    border-radius: 30px;
}

/*------ blue button -------*/
.button1 {
	/*2018*/
    border: 2px solid #fff;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 1.75em;
}
.button1:hover {
	color: #fff;
    background-color: #41bedd;
    border: 2px solid #41bedd;
    border-radius: 10px;
}

/*------ border buton -------*/
.button2 {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    border-radius: 5px;
}
.button2:hover {
	color: #000 !important;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 30px;
    color: #fff;
}

/*------ White button -------*/
.button3 {
	display: inline-block !important;
	font-size: 1em;
    color: #000;
    font-weight: 900;
    line-height: 1.5em;
	padding: 0.5em 1.5em;
    margin-top: 0.5em;
    border: 2px solid #fff;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
}
.button3:hover {	
	color: #fff;
	display: inline-block;
	font-size: 1em;
    font-weight: 900;
    line-height: 1.5em;
	padding: 0.5em 1.5em;
    margin-top: 0.5em;
    border: 2px solid #fff;
    background-color: #fff;
    background-color: transparent;
    background-color: #5bb467;
    border: 2px solid #5bb467;
    border-radius: 1.75em;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*--------------------------
	title
----------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
}
/*-----------------------------
	bigtitle
-------------------------------*/
.wrap-bigtitle {
	background-color: #e8e8e8;
	width: 100%;
}
.bigtitle {
	/*background-repeat: no-repeat;
    display: flex;
	align-items: center;
	margin: 0 auto;
	padding-top:40%;/* calc(100*ImageHeight/ImageWidth)% */
	/*background-size:cover;
	position: relative;
	background-position:left top;	
	background-position: center center;*/
	max-width: 1136px;
	
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin-bottom: 0;
	min-height: 90vh;
}
.bigtitle div {
	position: absolute;
	top:2em;
    color: #fff;
    display: block;
    font-weight: bold;
    font-family: 'Averia Serif Libre', cursive;
    text-align: center;
	 }
.bigtitle b {
	font-size: 1.8em;
    font-family: 'Averia Serif Libre', cursive;
    padding-top: 2em;
	line-height: 1.1;
	display: block;
}
.bigtitle small {
	line-height: 1.2;
	display: block;
	color: #fff;
	margin-top: 0.5em;
	font-size: 0.7em;
}
.howto .bigtitle div {
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.voice .bigtitle div {
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	padding: 1.5em;
}
.voice .bigtitle div b {
	padding-top:0;
	}

/*--------------------------
	logo
--------------------------*/
section.logo{
	text-align: center;
	margin-bottom: 5rem;
}
#sitetitle p {
	height: 0;
}
#sitetitle img {
	width: 100%;
}
.logo span {
	display: block;
	line-height: 1.6;
	text-align: left;
	display: block;
	margin-top: 1em;
	text-align: center;
}
/*---------------------------
	home > slider
----------------------------*/
.slider {
	width:100%;
	height:auto;
	background-color: none;
	margin-bottom:50px;
}
  @media only screen and (min-width: 64.063em) {
.slider {
	max-width:850px;
	height:450px;
	margin-bottom:200px;
}
  }

.slide {
	position: relative;
}
.slide .slick-list {
	margin-bottom: 5em;
	background-color: #e8e8e8;
	border-top-left-radius: 30% 3%;
	border-top-right-radius: 30% 3%;
	border-bottom-left-radius: 30% 3%;
	border-bottom-right-radius: 30% 3%;
	width: 100%;
   overflow: hidden;
}
.slide .slick-slide {
	max-width: 1136px;
}
.orbit-previous,
.orbit-next {
	font-size: 3rem;
	cursor: pointer;
}
.slide .orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;  
    height: 100%;
    margin-bottom: 0;
    color: #fff;
    background-color: rgba(10,10,10,0);
    display: flex;
	align-items: center;
}
.slide .orbit-caption b {
	font-size: 3em;
	display: block;
	margin: 0 auto;
	text-shadow: 1px 1px 20px #000; 
}

.slide .photo .orbit-figure {
	background-repeat: no-repeat;
	background-position:center center;	
    display: flex;
	align-items: center;
	margin-bottom: 0;
	padding-top:  55%;
   position: relative;
   background-size:100%;
   height: 0;
}

.slide .photo .laos {
	    background-image: url("../../img/img-sl-laos.jpg");

}
.slide .photo .myanmar {
	    background-image: url("../../img/img-sl-myanmar.jpg");
	
} 
.slide .photo .vnuat {
	    background-image: url("../../img/img-sl-vnuat.jpg");
	
} 
/*   banner-kit */
.slide .photo .kit {
	background-image: url("../../img/img-sl-kit.jpg");
}
/*   banner-interview */
.slide .photo .interview {
	background-image: url("../../img/img-sl-rijicho.jpg");
}
/*   banner-number */
.slide .photo .num {
	    background-image: url("../../img/img-sl-num.jpg");
	    text-align: center;
	background-color: #000;
} 
#slick-slide05 {
}
.num .orbit-caption {
	display: block;
    font-weight: 700;
    padding-top: 3em;
} 
.num .orbit-caption big {
	font-size: 5em;
	line-height: 1;
	display: block;    font-family: 'Averia Serif Libre', cursive;
    
}
.num p {
	margin: 0;
}
.num .num1 big{
	color: #41bedd;
}
.num .num2 big{
	color: #2fc243;
}
.num .orbit-caption big small {
	font-size: 0.5em;
	color: #fff;
}
.num .orbit-caption span {
	font-size: 1.5em;
	border-bottom: 2px solid white;
	padding-bottom: 1em;
	margin-bottom: 1em;
	display: inline-block;
}
.num .orbit-caption .cap {
	font-size: 1em;
}
/*------------------------
	slick slider contorol
	------------------------*/
	/*共通*/
.slick-slider {
	position: relative;
}
.slick-arrow {
	position: absolute;
	top: 0;
	background-image: url("../../img/i-arrows.png");
	background-repeat: no-repeat;
	background-position:center center;	
	background-size: 30%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    width: 3em;
    height:3em;
	z-index: 10;
	background-color: rgba(0,0,0,0.4);
}
.slick-arrow:hover  {
	cursor: pointer;
	background-color: rgba(0,0,0,0.8);
}
.slick-prev {
    transform: scale(-1, 1); /* アイコン反転*/
    
}
/*top banners */
.slide .slick-dots {
	position: absolute;
	bottom:-4rem;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slide .slick-dots li {
	display: inline-block;
    cursor: pointer;
    padding: 0.5em;
}
.slide .slick-dots li button {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	background-color: #ccc;
	border: 1px solid #ccc;
}
.slide .slick-dots li button:hover,
.slide .slick-dots .slick-active button {
	background-color: #fff;
	border: 1px solid #ccc;
}
.slide .slick-prev{
	left: 0;
	top:50%;
}
.slide .slick-next {
	top:50%;
	right: 0;
}
.howto .slick-prev{
	right: 3em;
	top:-3em;
}
.howto .slick-next {
	right: 0;
	top:-3em;
}
.howto .slick-dots {
	position: absolute;
	/*2018*/
	top:0em;
	left: 1rem;
	margin: 0 auto;
}
.howto .slick-dots li {
	list-style-type: none;
	display: inline-block;
	margin: 0.1em;
	font-family: 'Averia Serif Libre', cursive;

}
.howto .slick-dots li button {
	color: #ccc;
	list-style-type: none;
	display: inline-block;
	padding: 0.5em;
    -webkit-transition: all .3s;
    transition: all .3s;
    
}
.howto .slick-dots button:hover {
	cursor : pointer;
}
.howto .slick-dots .slick-active button {
	color: #000;
	font-size: 3em;
}
.voice .slick-prev  {
	top: 0;
	left: calc(50% - 3em);
	}
.voice .slick-next  {
	left: 50%;
	}

/*--------------------------
	How To
	-----------------------------*/
.howto {
	margin-bottom: 10%;
	overflow: hidden;
}
.slick-howto {
	text-align: center;
	/*2018
	margin-top: -10%;*/
}
.howto .slick-slide {
	background-color: #fff;
	padding-top: 6em;
	/*2018*/
	/*border-top-left-radius: 30% 3%;
	border-top-right-radius: 30% 3%;*/
}
.howto .bigtitle {
	background-image: url("../../img/img-howto.jpg");
	text-align: center;
}
.howto .bigtitle b {
	font-size: 2em;
    /*font-family: 'Chelsea Market', 'Noto Sans Japanese', sans-serif;*/
    padding-top: 2em;
	line-height: 1.1;
	display: block;
}
.howto .bigtitle small {
	line-height: 1.2;
	display: block;
}
.howto h4 {
	margin: 0 2rem 1rem 2rem;
	text-align: left;
	}
.howto .t {
	margin: 0 2rem;
	font-size: 1em;
	line-height: 1.8;
	text-align:justify;
	text-justify: inter-ideograph;
}
.howto .t  b {
	color: #009f0c;
}
/*-------contents--------*/
.howto .slick-list {
	/*2018
		
	padding-top: 3em;*/
	
}
.howto .case .colmun {
	position: relative;
} 
.howto .case {
	position: relative;
	margin: 0;
}
.howto .case .text{
	padding: 0 ;
	z-index: 10;
	margin-bottom: 2rem;
}

.howto .case .n {
	position: relative;
	display: block;
	margin-bottom: 1.5em;
}
.howto .case .n em {
	transform: rotate(90deg);
	display: inline-block;
	font-style: normal;
	font-family: 'Averia Serif Libre', cursive;
    
	position: absolute;
	top:1.4em;
	left: -0.8em;
	font-size: 1em;
	line-height: 0.8em;
	color: #41bedd;
}
.howto .case .n b {
	display: block;
	font-size: 4rem;
	color: #41bedd;
	font-family: 'Averia Serif Libre', cursive;
    
	line-height: 0.8;
	margin-left: 0.2em;
}

/*--------------------------
	Entry
	-----------------------------*/
.entry {
	text-align: center;	
	margin-top: 3em;
	margin-bottom: 3em;
	}
    /*2018*/
.entry .button1 {
    color: #fff!important;
    border-radius: 2em;
    background: -webkit-gradient(radial, 0% 52%, 0, 0% 52%, 300, color-stop(1.00, #46cee8), color-stop(0.00, transparent));
	background: -webkit-radial-gradient(0% 52%, circle, transparent, #46cee8);
	background: -moz-radial-gradient(0% 52%, circle, transparent, #46cee8);
	background: -o-radial-gradient(0% 52%, circle, transparent, #46cee8);
	background: -ms-radial-gradient(0% 52%, circle, transparent, #46cee8);
	background: radial-gradient(0% 52%, circle, transparent, #46cee8);
	font-weight: bold;
	font-size: 1.2em;
	border: none;
	display: inline-block;
	line-height: 1.1;
	padding: 2rem;
	margin-bottom: 1em;
	position: relative;
    background-color: #5bb467;
}
.entry .button1:hover {
    background-color: #41bedd;
    border-radius: 10px;
}
.entry .d {
	font-size: 0.5em;
}
.button1 img {
	width: 2.8em;
	position: absolute;
	top:-1em;
	right: -1em;
	transform: rotate(15deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.entry .button1:hover img {
	transform: rotate(20deg);
}
.tel {
	background-image: url("../../img/i-freedial.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 3.5em;
	padding-left: 4.2em;
	display: inline-block;
	position: relative;
	min-height:3.5em;
	text-align: left;
	font-family: 'Averia Serif Libre', cursive;
}
.tel b {
    font-size: 2.5em;
	line-height: 1;
	font-weight: normal;
	}
.tel small {
	display: block;
	font-size: 0.8em;
	line-height: 1.5;
}
/*2018*/
.me {
	display: block;
	font-size: 1.5em;
	margin-bottom: 2em;
}
/*---------------------------------
		Voice
---------------------------------*/
.voice {
	margin-bottom: 5em;
}
.voice .bigtitle {
	background-image: url("../../img/img-voice.jpg");
}
.slick-voice {
	margin-top: -10%;
}
.voice li {
	background-image: url("../../img/i-coment.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-bottom: 3em;
	padding-top: 2em;
	margin: 0 1rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border-top-left-radius: 30% 3%;
	border-top-right-radius: 30% 3%;
}
.voice .slick-active{
    filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.voice .slick-list {
	margin-top: 1em;
}
.voice .slick-center {
	margin-top: 3em;
	color: #000;
}
.voice li h4 {
	text-align: center;
	margin: 0 1.5rem 2rem 1.5rem;
}
.voice li b {
	margin-top: 1em;
	color: #41bedd;
	display: block;
	text-align: center;
}
.voice .t {
	font-size: 1em;
	line-height: 1.8;
	margin: 0 1.5rem 1rem 1.5rem;
}


/*----------------------------
	about vaccine
---------------------------------*/
.vaccine {
	background-color: #e8e8e8;
	/*2018*/
	/*border-top-left-radius: 30% 3%;
	border-top-right-radius: 30% 3%;
	border-bottom-left-radius: 30% 3%;
	border-bottom-right-radius: 30% 3%;*/
	overflow: hidden;
	z-index: 10;
	position: relative;
	color: #000;
}
.vaccine .column {
	padding: 0;
}
.vaccine img,
.donatiom img {
}
.vaccine h2 b {
	font-size: 1.5em;
    font-family: 'Averia Serif Libre', cursive;
    /*2018
	margin: 3rem 2rem 1rem 2rem;*/
	margin: 5rem 2rem 1rem 2rem;
	line-height: 1.1;
	display: block;
}
.vaccine h2 div {
	padding-bottom: 2em;
}
.vaccine .button1 {
	margin: 0 2rem 3rem 2rem;
	font-size: 0.6em;
	padding: 0.2em 0.5em ;
}
/*.vaccine .wrap {
	z-index: 10;
}
.vaccine .bigtitle {
	position: relative;
	background-image: url("../../img/img-slide01.jpg");
	background-size: 60%;
	background-position: left top;
	padding-top: 40%;
}
.vaccine .bigtitle div {
	text-align: left;
	margin: 0 0 0 25%;
	padding-top: 3em;
}*/
/*----------------------------
	donation
---------------------------------*/

.donation {
	z-index: 8;
	position: relative;
	background-color: #e8e8e8;
	}
.donation .column {
	padding: 0;
}
.donation h2 div {
	text-align: right;
	padding: 10% 0;
	padding-bottom: 2em;
}
.donation h2 b {
    margin: 3rem 2rem 1rem 2rem;
	font-size: 1.5em;
	font-family: 'Averia Serif Libre', cursive;    
	margin-top :1em;
	line-height: 1.1;
	display: block;
}
.donation h2 p {
	font-size: 0.8em;
	line-height: 1.2;
	margin: 0 2rem 1rem 2rem;
}
.donation h2 small {
	font-size: 0.5em;
	line-height: 1.2;
	display: block;
	margin: 0 2rem 1rem 2rem;
	color: #000;
} 
.donation .button1 {
	margin: 0 2rem 3rem 2rem;
	font-size: 0.6em;
	padding:  0.2em 1em;
}


/*------------- footer ----------------*/

footer {
	background-color: #41bedd;
	padding: 3em 0;
	font-family: 'Averia Serif Libre', cursive;
	background-image: url('../../img/curve.svg') ;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
footer .medium-6 {
	margin-bottom: 2em;
}
footer ul {
	list-style: none;
	margin: 0;
	text-align: center;
}
footer .bnr {
	margin-top: 1em;
}
footer ul li {
	display: inline-block;
    
}
footer .list {
	margin-top: 1em;
}
footer .bnr img {
	width: 2em;
}
footer .bnr1 img,
footer .bnr3 img {
	width: 4em;
}
footer .bnr li {
	display: inline-block;
	margin: 1em;
}
footer .bnr li a {
	display: block;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
footer .bnr li a:hover {
	display: block;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
footer .t {
	font-size: 0.6em;
	margin-top: 3em;
}

footer .copy {
}
footer .button2 {
    
	font-size: 0.7em;
	padding: 1em;
	text-align: center;
    margin-top: 0.6em;
	margin: 2em 0;
	display: block;
	width: 100%;
}
footer small {
	display: block;
	text-align: center;
	margin: 2rem 0;
	font-size: 0.7em;
}
.pagetop {
	display: block;
	text-align: center;
	color: #000;
	margin-top :2em;
	margin-bottom: -1em;
	font-size: 2em;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.pagetop i {
	font-size: 20px;
}
/*-------------------------------
	Fade In
-------------------------------*/
.fadeY {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.4s;
 -ms-animation-duration: 0.4s;
 animation-duration:0.4s;
 -webkit-animation-name: fadeY;
 -ms-animation-name: fadeY;
 animation-name: fadeY;
 visibility: visible !important;
}
@-webkit-keyframes fadeY {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeY {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeX {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.4s;
 -ms-animation-duration:0.4s;
 animation-duration:0.4as;
 -webkit-animation-name: fadeX;
 -ms-animation-name: fadeX;
 animation-name: fadeX;
 visibility: visible !important;
}

@-webkit-keyframes fadeX {
 0% { opacity: 0; -webkit-transform: translateX(50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeX {
 0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateZ(0); }
}

/*-------------------------------
	For Tablets
-------------------------------*/
@media only screen and (max-width: 1136px){
	.slide .orbit-caption {
		background: none;
	}
	.slide .photo .num big {
		font-size: 2.5em;
		}
}

/*-------------------------------
	For mobiles
-------------------------------*/
@media only screen and (max-width: 40em) {
	.slick-arrow {
	}
	.slide .photo .num{
		padding-top: 90%;
	}
	.num .orbit-caption span {
		font-size: 1em;
	}
	.bigtitle {
		/*padding-top: 68%;*/
		height: 60vh;
	}
	.bigtitle b {
		font-size: 1.2em;
		padding-top: 1em;
		line-height: 1.1;
	}
	.voice .t {
		margin: 0 1rem 1rem 1rem;
	}
	.vaccine .bigtitle{
		background-color: #000;
		background-size: 100% auto;
	}
	.vaccine .bigtitle div,
	.donation .bigtitle div {
		position: static;
		margin-top: -1em;
		padding-bottom: 1em;
	}
	.vaccine .bigtitle {
		background-color: #000;
		background-size: 100% auto;
	}
	.entry .tel {
	padding: 3em 0 0 0; 
	background-position: center top;
	font-size: 0.9em;
	}
	.entry small {
		position: static;
		margin-top: 1em;
		text-align: center;
	}
	.slide .orbit-caption b {
		font-size: 3em;
	}
	footer .bnr li {
		display: block;
	}
}




/*------------------------
	システムメンテナンスのお知らせ用
*/
.mente	{
	margin-bottom: 2em;
}
.mente label {
    color: #eb4d60;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.5rem;
    display: block;
    margin: 0;
    text-align: center;-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	display: inline-block;
}
.mente p{
	margin-bottom: 1em;
}
.mente .staff {
	padding-bottom: 2em !important;
}
.mente	label:hover {
	cursor: pointer;
	background-color: #eb4d60;
	color: #fff;
}
input[type="checkbox"].on-off{
    display: none;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}




.mente ul {
    margin: 0. 2em;
    padding: 0;
    list-style: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
}

.mente li {
    padding: 2em 3em;
    background-color: #fff;
    margin-top: 1em;
    display: block;
}

input[type="checkbox"].on-off + ul{
    display: none;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    display: block;
    animation: show 1s linear 0s;
}
.mente .date{
    color: #eb4d60;
    font-size: 1.5em;
}

/*---------------------------
	Movie section
*/
.media {
	background-image: url('../../img/bg_movie.svg') ;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2.5em;
	margin-bottom: 10%;
}
.movie {
	text-align: center;
}
.movie h3 {
	line-height: 1.6;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	font-weight: 200;
}
.movie span {
	font-family: 'Averia Serif Libre', cursive;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: -0.5em;
}
.movie b {
	font-size: 0.8em;
	padding: 0 2em;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	border-radius: 1.5em;
	margin-bottom: 30px;
	color: #000;
	text-align: center;
	font-size: 1em;
	line-height: 3em;
	height: 3em;
	position: relative;
	font-weight: 500;
}
.movie b:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid rgba(255,255,255,0.5);
}
.movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  
}
.movie-box iframe {
  position: absolute;
  top: 0%;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*----------------------
	total
	*/
	
.total {
	background-image: url('../../img/img-howmatch.jpg') ;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin-bottom: 4em;
	min-height: 90vh;
	z-index:-20;
}
.total .box {
	z-index:10;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.total h5 {
	text-align: center;
	font-family: 'Averia Serif Libre', cursive;
	font-size: 1.5em;

}
.total .case {
	display: inline-block;
	background: #fff;
	padding: 0.5em 2em;
	margin: 0.5em auto;
	position: relative;
}
.total .case b {
	display: block;
	font-size: 2.5em;
	font-weight: normal;
	font-family: 'Averia Serif Libre', cursive;
}
.total .case-v:before {
	background-image: url('../../img/icons.png') ;
	background-position: left top;
	background-repeat: no-repeat;
	width: 32px;
	height: 75px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left: -15px;
}
.total .case-c:before {
	background-image: url('../../img/icons.png') ;
	background-position: -100px top;
	background-repeat: no-repeat;
	width: 60px;
	height: 55px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left: -30px;
}
.total .me {
	color:#fff;
	margin-top: 2em;
	font-weight: bold;
}

.total .case b div,
.total .case b p,
.total h5 div,
.total h5 p {
	display: inline-block;
}
/*----------------------
	curve
*/
.total:before {
	z-index:-10;
}
.howto:before,
.voice:before,
footer:before {
	z-index: 50;
}
.howto:before,
.total:before,
.vaccine:before,
.voice:before {
	background-image: url('../../img/curve.svg') ;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: absolute;
	top:0;
	width: 100%;
	height: 20%;
}



/*-----------------
	share menu
*/



#toggle {
	width: 196px;
	height: 123px;
	  display: block;
	  position: fixed;
	  bottom: 1em;
	  right: 1em;
	  z-index: 150;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	      -ms-flex-align: center;
	          align-items: center;
}
.trigger,
.trigger span {
	  display: inline-block;
	  -webkit-transition: all .4s;
      transition: all .4s;
}
.trigger {	
	background: url('../../img/bt-sharemenu.png') no-repeat center center;
	background-size: 100%;
	width: 196px;
	height: 123px;
	position: relative;
	z-index: 120;
}
.trigger.active {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url('../../img/cross.png') no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 120;
	}

	
.trigger:hover {
	cursor: pointer;
	}
	
	
	
.toggleWrap {
  background: rgba(90, 200, 90, 0.95);
  padding: 50px 15px 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow:scroll;
}

.share {
	position: relative;
	padding-top: 150px;
	color: #fff;
	font-size: 0.8em;
}
.share:after  {
	background: url('../../img/bt-sharemenu.png') no-repeat top center;
	background-size: 100%;
	padding-top: 100px;
	width: 190px;
	height: 150px;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
	
}

.share .caption {
	margin-bottom: 3em;
	font-weight: bold;
	text-align: center;
}
.sns_org {
	position: relative;
}
.sns_org ul {
  font-size: 0;
  text-align: center;
}
.sns_org li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	width: 10em;
	margin: 2em;
}
.sns_org li span {
	width: 100%;
	padding: 1em 0.5em;
	display: block;
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 12px;
	color: #000;
	text-align: center;
	font-size: 1.5em;
	position: relative;
}
.sns_org li span:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #fff;
}
.sns_org li a {
	width: 100%;
	border-radius: 7px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	color: #FFF;/*文字・アイコン色*/
	position: relative;
	display: inline-block;
	text-align: center;/*中身を中央寄せ*/
	vertical-align: middle;/*垂直中央寄せ*/
}
.sns_org li a:hover {
  /*opacity: 0.8;*/
	
}
.sns_org li a i {
	margin: 0 10px;
	line-height: 50px;
	font-size: 1.5rem;
}
.sns_org li.twitter-o a {
	background: #1da1f2;
	
}

.sns_org li.facebook-o a {
	background: #4267b2;
	
}
.sns_org li.hatebu-o a {
	background: #008fde;
	
}
.sns_org li.line-o a {
	background: #26AC39;
	
}
.mainNav li {
  list-style-type: none;
}
.navItem {
  display: block;
  text-decoration: none;
  color: #3e3e3e;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  text-align: center;
  font-size: 2rem;
}

.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.no-scroll {
  overflow: hidden;
}

.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
    font-style: normal;
}


.insta_btn2{/*ボタンの下地*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
}

.sns_org li a b {/*テキスト*/
  text-decoration: none;
  display:inline-block;
  position: relative;
  transition: .5s;
}

.sns_org li a:hover b{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/* small */
@media screen and (max-width: 690px) {
 	.trigger {
	width: 120px !important;
	height: 80px !important;
  	}
  	#toggle {
	width: 80px;
	height: 80px;
	right: 5px;
	 bottom: 5px;	
 	}
 	.trigger.active {
	width: 50px;
	height: 50px;
	right: 5px;
	 bottom: 5px;	
 	}
 }