@charset "utf-8";
/* レイアウトのためのCSS */

body{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}
.top-lead{
	background:rgba(255,255,255,0.53);
}

#header h1 a span span img {
  width: 175px !important;
  height: 53px !important;
  max-width: none !important;
  display: block;
}
.privacypolicylink>a:hover{
	 color:#267AAC;
     background-color: white;
     border:2px solid #267AAC;
}
.noticesub{
	text-align: center;
	color:rgba(109,106,106,1.00);
}

.eventtitle{
	font-size: 1.6rem;
	color: #267AAC;
	text-align: center;
	margin-bottom: 0px;
	font-weight: bold;
	padding-top: 0px;
}

.eventtitle1{
	font-size: 1.6rem;
	color: #267AAC;
	text-align: center;
	margin-bottom: 0px;
	font-weight: bold;
	padding-top: 50px;
}

.eventtitle2{
	font-size: 1.6rem;
	color: #267AAC;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 70px;
}

.eventtitle2part1{
	font-size: 1.6rem;
	color: #267AAC;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 50px;
}

.bgcchange{
	background: #fff;
}
.eventtitle.smallpart{
	margin-top: 30px;
	font-size: 1.5rem;
	color: black;
	margin-bottom: 0;
}

.titlesubtitle{
	text-align: center;
	line-height: 1.5rem;
	padding-bottom: 20px;
}

.smalltitlesubtitle{
	text-align: center;
	line-height: 1rem;
	padding-bottom: 0px;
	margin-top: 30px;
	font-weight: bold;
}

.titlesubtitle.smallsentence{
	text-align: center;
	line-height: 1.8rem;
	padding-bottom: 0px;
}
.detailbtn{
	padding-left: 5px;
	font-size: 0.9rem;
}

.eventflex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto;
}

.detalbox{
	background:#FFFBFB;
	max-width: 350px;
	height: 250px;
	box-shadow: 3px 3px 6px -2px #555,
    3px 3px 8px rgba(255,255,255,0.8) inset;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.4rem;
	text-align: left;
}

.endletter{
	text-align: right;
	padding-left: 100px;
}
.boxevent {
  /*cursor: pointer;*/
  height: 250px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  width: 330px;
}

.smallletter{
	font-size: 1.2rem;
}

summary{
	line-height: 1.4rem;
}

.eventfeedback{
	background:rgba(38,122,172,0.93);
	color: #fff;
	cursor: pointer;
	max-width: 90%;
	margin: 0 auto;
	font-weight: bold;
}

.eventfeedback:hover{
	 background: #f06e23;
	
	
}
/* 画像のスタイル */
.boxevent img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
/* 2枚目の画像は最初上に隠す */
/*.boxevent img:last-of-type {
  top: -100%;
  transition: top .7s;
}*/
/* hoverすると2枚目の画像が下がる */
.boxevent:hover img {
  top: 0;
}

.hostfamilyname{
	text-align: center;
	color: black;
	font-size: 0.8rem;
	padding-top: 10px;
}
.hostfamilyname.smallletter{
	font-seize:9px;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
 color: #267AAC;
 font-weight: bold;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}

.specialletter{
	color:#ff5f00;
	text-transform:capitalize;
	font-weight: bold;
}

.sakura{
	background-color: #fff7f6;
	padding:5px;
}


.top-lead{
    position: fixed;
    bottom:20%;
    right:5%;
    font-size:3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
	padding: 0 5px;
	max-width: 550px;
}

/* for Desktop */


@media ( min-width : 640px ){
	
.top-lead{
	position: fixed;
    bottom:40%;
    right:5%;
    font-size:3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
	padding: 0 5px;
	max-width: 550px;
		
	}

	.sp-item{
		display: none;
	}
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
	color: #267AAC;
	font-weight: bold;
	
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 5px #ced7dc solid;
    padding-left: 30px;
	padding-bottom: 60px;
    line-height: 1.7rem;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #267AAC;;
    position: absolute;
    left: 106px;
    top: 29px;
    border-radius: 100%;
  }
/*デモ*/

.content1 {
  width: 250px;
  height: 250px;
}
.content1:nth-child(1) {
  background-color: tomato;
}
.content1:nth-child(2) {
  background-color: orange;
}
.content1:nth-child(3) {
  background-color: blue;
}
.content1:nth-child(4) {
  background-color: green;
}
/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 340px;
  margin-bottom: 100px;
}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 40s infinite linear 1s both;
  animation: loop-slide 40s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* ホバー時の装飾（パターン3） */
.content1-hover {
  transition: all 0.2s;
  margin-right: 20px;
}
.content1-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}
}
.timeline {
  list-style: none;
  text-align: center;
}


.greetingenglish{
	display: flex;
	max-width: 700px;
	margin: 0 auto;
}
.topleft{
	padding: 50px;
}
.topright{
	padding-top: 120px;
	font-size: 1.2rem;
	font-weight: 500;
	font-family:"Times New Roman", Times, "serif";
	text-align: center;
}

.adjusting{
	line-height: 1.6rem;
	margin-bottom:20px;
	color:#636363;
}


@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
	.slideshow{
		padding: 15px;
	}
	
.titlesubtitle.smallsentence{
	text-align: center;
	line-height: 1.3rem;
	padding-bottom: 0px;
}
.eventflex {
   padding-bottom: 50px;
}

.greetingenglish{
	display: block;
	max-width: 700px;
	margin: 0 auto;
}

.topright{
	padding-top: 0px;
	text-align: center;
}

	#splash-logo img{
	width:100%;
}

}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}



/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #ff5f00;
}



/* g-nav */

#g-nav.panelactive li:last-child a{
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #333;
    white-space: nowrap;
}


/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#267AAC;
}


@media screen and (max-width : 1204px ){
    #pc-nav{
        display: none;
    }
}

/* heading */

h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    position: absolute;
    top: 20%;
    left: 5%;
    line-height: 1;
    letter-spacing: 0.2em;
}

@media screen and (max-width:550px) {
    h1{
        font-size:1.2rem;
    }
}


h1 a{
    color:#ff5f00;
}

h2{
    text-transform: uppercase;
    font-size: 3rem;
}

.spacetitle{
	padding-top: 100px;
}
@media screen and (max-width:768px) {

  h2{
      font-size:2rem;
	  text-align: center;
    }
}

/* lead */


.top-lead span.bgLRextend::before{
    background:#333;
}

@media screen and (max-width:550px) {
.top-lead{
    font-size:2.2rem;
    }
}
@media screen and (max-width:380px) {
.top-lead{
    font-size:1.8rem;
    }
}

/* main-area */

#main-area{
    width:90%;
    margin:0 auto;
    padding: 50px 0; 
}

/* topics */

#topics{
    border-left:3px solid #000;
    padding: 0 0 0 20px;
}

@media screen and (max-width:768px) {
    #topics{
        margin:0 0 100px 0;
}
}

#topics h2{
    font-size: 2.2rem;
}

#topics h2 span.bgLRextend::before{
    background:#333;
}

.bx-wrapper{
    box-shadow:none;
    border:none;
}

/* vision */

#vision{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

#vision1{
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #vision{
        margin:0 0 50px 0;
    }
	 #vision1{
        margin:0 0 50px 0;
    }
    
}

#vision .img{
    width:40%;
    min-height: 400px;
    background:url("../img/pict_01.jpg") no-repeat center;
    background-size: cover;
}

#vision1 .img{
    width:28%;
    min-height: 400px;
    background-size: contain;
	cursor: pointer;
}

#vision1 .img:hover{
	background-color:#fff;
	color:#420809;
	box-shadow: 5px 5px 30px #cbcbcb,
        -5px -5px 30px #ffffff;
 
}

#vision .content{
   width:60%; 
    text-align:center;
}
#vision1 .content{
   width:60%; 
    text-align:center;
}

@media screen and (max-width:768px) {
  #vision .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

  #vision1 .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#vision .content{
   width:100%; 
    text-align: left;
}  
#vision1 .content{
   width:100%; 
    text-align: left;
}  
}

#vision h2{
    color:#ff5f00;
    margin:0 0 30px 0;
}
#vision1 h2{
    color:#246AAE;
    margin:0 0 0px 0;
}

#vision p{
    line-height: 2;
    margin: 0 0 50px 0;
}
#vision1 p{
    line-height: 2;
    margin: 0 0 0px 0;
	text-align: left;
}

#vision .vision-lead{
    position: relative;
    color:#ff5f00;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}


#vision1 .vision-lead{
    position: relative;
    color:#246AAE;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 50px 0;
	text-align: center;
}


@media screen and (max-width:768px) {
#vision .vision-lead{
    font-size:1rem;
    }
	#vision1 .vision-lead{
    font-size:1rem;
    }
    
}

#vision .vision-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#246AAE;
    width:100%;
    height: 3px;
}
#vision1 .vision-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#ff5f00;
    width:100%;
    height: 3px;
}

/* service */

#service1 h2{
	padding-top: 100px;
    text-align: center;
    margin:0 0 0 0;
}

#service h2{
	padding-top: 0px;
    text-align: center;
    margin:0 0 0 0;
	padding-bottom: 0px;
}


/*==================================
contact
====================================*/

.contact .sub-title{
	margin-bottom: 80px;
}
.sub-title1{
	text-align: center;
	margin-bottom: 20px;
	line-height:1.5;
	}
.contact-inner{
	max-width: 814px;
	margin: 0 auto;
	padding: 100px 10px;
}

.form-parts{
	box-sizing: border-box;
	border: solid 0.7px #420809;
	background-color: #fff;
}
.form-parts:hover{
	background-color:#FFDBC9;
}
.form-parts__text{
	width: 100%;
	padding: 9px 8px;
	border-radius: 3px;
	color:  #420809;
	font-size: 1rem;
}

.form-parts__checkbox{
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
	vertical-align: -2px;
}
.form-parts__checkbox:checked{
	background-color: #420809;
}

.form-title{
	margin-bottom: 18px;
}
.form-item {
    display: flex;
    margin-bottom: 24px;
}
.form-title {
    width: 220px;
    margin: 0 10px 0 0;
    padding: 2px 0;
    text-align: right;
	font-size:0.8rem;
}
.form-detail {
    width: 460px;
}
.form-item:last-of-type{
	margin-bottom: 55px;
}
.gotocontact{
	max-width: 300px;
	height: auto;
	background-color: #420809;
	text-align:center;
	padding: 10px 0;
	font-size:2rem;
	margin: 0 auto;
}
.gotocontact>a{
	color:#fff;
}
.caution{
	display: inline-block;
	margin-left: 5px;
	border-radius: 3px;
	background-color: #f00;
	color: #fff;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: middle;
}

.submit-check{
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
.caution-text{
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
}
.caution-text:last-of-type{
	margin-bottom: 50px;
}
.privacypolicy{
	display:inline-block;
	font-weight:bold;
	text-decoration: underline solid 1px;
	}
.btnsubmit {
	padding: 5px;
    width: 200px;
    margin: auto;
	display: block;
    background: #267AAC;
	color: #fff;
	text-align: center;
}

.btn-submit {
	-webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s;
	border: none;
    font-size: 1rem;
    letter-spacing: 0.5em;
}

.btn-submit::after{
	content:none;
}
.btnsubmit:hover{
	background-color:#fff;
	color:#420809;
	border:solid 1px #420809;
	
}

.btn-submit::after{
	content:none;
}
.caution-text.exfont{
	font-weight: bold;
	text-decoration: underline solid 0.7px;
}

.aboutspacetitle.eventtitle{
	position: relative;
}


#service .aboutspacetitle.eventtitle h2{
    text-align: center;
    color:#267AAC;
    margin:0 0 0px 0;
	font-size: 1.8em;
	padding-top: 0;
	position: absolute;
	bottom: -110px;
	left: 41%;
	z-index: 100;
}

.aboutspacetitle.eventtitle.sakurameeting{
    padding-top:150px;
   
}
.aboutspacetitle.eventtitle .subsentence{
	font-size: 1rem;
    color: black;
    line-height: 1.2rem;
    position: absolute;
    bottom: -170px;
    left: 28%;
    padding-bottom: 0px;
    font-weight: bold;
    text-align: center;
}


@media screen and (max-width:550px) {
#service h2{
    margin:0 0 0px 0;
    }
}

#service h2 span.bgLRextend::before{
    background:#333;
}


#service .service-area{
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin:0 0 10px 0;
}
#service .service-area:last-child{
	margin-bottom: 200px;
}

.linkevent{
	width: 100%;
}

@media screen and (max-width:768px) {
#service .service-area{
    margin:0 0 200px 0;   
	
}
}

@media screen and (max-width:590px) {
 #service .service-area{
    margin:0 0 50px 0;   
}
   
}

#service .service-area::after{
     content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    /*background:#f3f3f3;*/
    right:10%;
    top:20%;
    z-index: -1;
}


#service .service-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#service .service-area .img{
    width:50%;
}

#service .service-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#service .service-area .content{
    width:47%;
    top:100px;
    } 
	

}

@media screen and (max-width:590px) {
#service .service-area .img{
    width:100%;
    z-index: 2;
}
#service .service-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
	
}

#service .service-area .content-area{
    padding:40px;   

}

.content.flipLeftTrigger.detailbtn{
	display: flex;
	flex-flow: column;
}

#service .service-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#service .service-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#service .service-area .content-area p{
     margin:0 0 30px 0;   
}

#service .btn{
    text-align: right;
}
#service .service-area .content-area .btn.homevisit{
	display: block;
	z-index: 1000000000;
}
/* about */

#about{
    margin: 0 0 100px 0; 
}
.element1{
	float: left;
}
@media screen and (max-width:768px) {
#about{
    margin: 0 0 100px 0;
}

.timeline-content {
     width: 90%;
}
    
}

#about h2{
    text-align: center;
    color:#ff5f00;
    margin:0 0 30px 0;
}

.aboutsection{
	max-width: 1000px;
	margin: 0 auto;
}
.aboutsection h2{
    text-align: center;
    color:#ff5f00;
    margin:0 0 0px 0;
}

.aboutspacetitle h2:first-child{
    text-align: center;
    color:#ff5f00;
    margin:0 0 0px 0;
	font-size: 1.5em;
	padding-top: 50px;
}

.aboutspacetitle h2:first-child{
    text-align: center;
    color:#ff5f00;
    margin:0 0 0px 0;
	font-size: 1.5em;
	padding-top: 100px;
}


.aboutsection .about-list {
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}
.topgreeting{
	display: flex;
}
.greetingjapanese{
	padding: 0 20px 0;
}

.aboutspacetitle.history h2{
	padding-top:0;
}


.topgreeting.about-list{
	max-width: 960px;
	margin: 0 auto;
}
@media screen and (max-width:550px) {
#about h2{
    margin:0 0 50px 0;
    }
}

#about .about-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl{
     display: flex;
    justify-content: space-between;
}

#about .about-list dt{
    width:30%;
    padding: 0 0 0 40px;
}

.aboutsection .about-list{
   width: 96%;
    max-width: 960px;
    margin: 0 auto;
}

.aboutsection .about-list li{
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

.aboutsection .about-list dl{
     display: flex;
   
}

.aboutsection .about-list dt{
    width:15%;
    padding: 0 0 0 40px;
}


@media screen and (max-width:590px) {

#about .about-list dt{
     padding:0 0 0 10px; 
    }
}

#about .about-list dd{
    width:65%;
}

/* faq */

#faq{
	padding-top: 100px;
}

#faq h2{
    text-align: center;
    margin:0 0 0px 0;
}


#faq h2 span.bgLRextend::before{
    background:#333;
}

.faq-bg{
    position: relative;
    height: 55vh;
    background:url("../img/pict_05.jpg") no-repeat center;
    background-size:cover;
    margin: 0 0 200px 25%;
}

.faq-bg::after{
    content:'';
    position: absolute;
    top:20%;
    left:-32%;
    width:100%;
    height:55vh;
    background:#f3f3f3;
    z-index: -1;
}

@media screen and (max-width:768px) {

.faq-bg,
.faq-bg::after{
    height:35vh;
}   
.pc-item{
		display: none
	}
}

@media screen and (max-width:550px) {
#faq{
    margin:0 0 100px 0;
}
    
#faq h2{
 margin: 0 0 0 0;   
}
    
.faq-bg{
    margin:0 0 100px 25%;
}

.faq-bg,
.faq-bg::after{
    height:20vh;
} 
}

/* contact */

#contact{
    margin:0 0 100px 0;
}

#contact h2{
    text-align: center;
    margin:0 0 100px 0;
    color: #eb6101;
}

@media screen and (max-width:550px) {
 #contact h2{
     margin:0 0 50px 0;
    }
}

#contact .form-list{
    width:100%;
    max-width: 700px;
    margin: 0 auto;
}

#contact input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

#contact .form-list input[type='text'] , 
#contact .form-list input[type='email'] , 
#contact .form-list textarea{
	width:100%;
	border:1px solid #666;
	background:#fff;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

#contact .form-list input[type='text'] , input[type='email'] {
	height:50px;
}

#contact .submit-btn{
    width:152px;
    margin: 0 auto;
}

#contact input[type='submit']{
   border:2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact input[type='submit']:hover{
    background: #333;
    color: #fff;
} 

#contact .form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

#contact .form-list dt{
    width:30%;
}

#contact .form-list dd{
    width:66%;
}

#contact .form-list textarea {
	height:200px;
}

@media screen and (max-width:768px) {
#contact .form-list dt{
	margin:0 0 10px 0;
}
#contact .form-list dt,
#contact .form-list dd{
    width:100%;
}
	

	
}

/* footer */

#footer{
    padding: 100px 0;
    border-top:1px solid #333;
    text-align: center;
    background: #fff;
    position: relative;
    text-transform: uppercase;
	
}

#footer .footer-logo{
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 auto;
    color: #666;
}

.footer-logo{
	max-width: 500px;
}
.footer-logoother{
	max-width: 600px;
	margin: 0 auto;
}

#footer small{
     color:#888;
}

@media screen and (max-width:768px) {
  #splash-logo {
    width: 95vw;
  }

s

}
