@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
 
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.3em;
    background-color: #FFF;
    color: #000;
	text-align: justify;
}



html,div,body,article{
	margin: 0;
}
/* ----- 背景用の動画ファイル ----- */
#bg-video{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(https://toco-design.com/img/top_image.webp) no-repeat;
	background-size: cover;
}
/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title{
	position: relative; /*必ず必要*/
	top: 30%;
	z-index: 2; /*必ず必要*/
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
}
.header-title p{
	font-size: 2em;
	padding: 80px;
}
/* ----- 背景オーバーレイ ----- */
.wrap{
    width: 100%;
    height: 100vh;
    background-image: radial-gradient(circle at center, #787878 0.5px, transparent 0.5px);
    background-size: 3px 3px;
    background-color: rgba(46,168,160,0.36);
}

.fadein {
  animation-name: fadeIn;
  animation-direction: normal;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



a{
  transition:.2s;
}
a:hover{
  opacity:1;
}
a.rivers:hover{
  background:#000 !important;
  color:#fff !important;
}
a:link{
    text-decoration: none;
    color: #193164;
}
a:visited{
    color: #193164;
}
a:hover{

}
ul{
  list-style-type: none;
  padding:0;
}
p{
  margin:0;
}
.clear_after::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*--LODING----------------------------------------------------------------*/

@charset "UTF-8";

#loading {
    /* 画面いっぱいになる箇所 */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(150,227,228,1.00);
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* 中のローディングアニメ */;
    background-image: url(../img/lowding_logo.svg);
    background-repeat: repeat;
    background-size: 280px auto;
}

#loading.loaded {
	opacity: 0;
	visibility: hidden;
}

#loading .loader,
  #loading .loader:before,
  #loading .loader:after {
	background: #ffffff;
	animation: loading 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}

#loading .loader {
	color: #ffffff;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	transform: translateZ(0);
	animation-delay: -0.16s;
}

#loading .loader::before, #loading .loader::after {
	position: absolute;
	top: 0;
	content: '';
}

#loading .loader::before {
	left: -1.5em;
	animation-delay: -0.32s;
}

#loading .loader::after {
	left: 1.5em;
}

@-webkit-keyframes loading {
	0%,
  80%,
  100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

@keyframes loading {
	0%,
  80%,
  100% {
		box-shadow: 0 0;
		height: 4em;
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}



/*--ヘッダー----------------------------------------------------------------*/
header a:hover{
  opacity:0.6;
}
#fixed {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.81);
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 1003;
    padding-top: 12px;
    padding-bottom: 6px;
}
#fixed .sp_menu{
margin: 0px 0;
}
#fixed .sp_menu h1{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	padding-left: 0px;
    margin: 0;
}
#fixed .logo{
    padding: 0;
}

#language-warp{
    width: 100%;    
}

#language{
    padding: 20;
    margin-top: 60px;
    position: fixed;
    width: 90px;
    border: 1px solid rgba(129,129,129,1.00);
    background-color: rgba(255,255,255,0.80);
    text-align: center;
    z-index: 100;
    left: calc(100% - 100px);
    cursor: pointer;
}



/*---コンテンツ-------------------------------------------------------------*/

#section_top{
  height:100vh;

}

#about_Area{
    background-image: url(../img/top_image.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    color: rgba(255,255,255,1.00);
}

#about_Area-text{
    margin-left: 16%;
    margin-top: 0px;
    padding-top: 20%;
    width: 82%;
    max-width: 800px;
    margin-right: 0px;
}

#miryoku_Area{
    background-image: url(../img/nagare3.webp);
	background-size: 100%;
	background-repeat:  no-repeat;
    height: auto;
    background-color: rgba(255,255,247,0.78);
}

#miryoku_Area-text{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 180px;
    width: 84%;
    text-align: center;
	display: table;
}

#point_Area{
    width: 1000px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
}

.point{
    float: left;
    width: 450px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
	display: table;
}

.point-d{
    width: 450px;
    display: table;
    height: 220px;
}

.point-e{
    width: 450px;
    display: table;
    height: 280px;
}
.nagare{
    background-image: url(../img/nagare1.png);
    width: 100%;
	height: 400px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#voice_Area{
    background-image: url(../img/nagare0.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    background-color: rgba(255,255,247,0.78);
    padding-top: 180px;
    padding-bottom: 120px;
}

#voice_Area-text{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	display: table;
}

#voice_warp{
    max-width: 100%;
    display: table;
    padding-top: 120px;
}

.voice{
    width: 280px;
    text-align: center;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}


#seiso_Area{
    text-align: center;
    display: table;
    width: 100%;
    background-color: #E4F8FE;
    padding-top: 180px;
    padding-bottom: 120px;
}

#seiso_Area-movie{
    text-align: center;
    display: table;
    width: 784px;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
}

#seiso_Area-movie p{
    display: table;
    width: 660px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

#seiso_warp{
    display: table;
    width: 96%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.seiso{
    display: table;
    width: 320px;
    text-align: justify;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

#ba_Area{
    background-image: url(../img/nagare1.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: auto;
    background-color: rgba(255,255,255,0.86);
    padding-top: 180px;
    padding-bottom: 120px;
    text-align: center;
}

#ba_warp{
    display: table;
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
}

.ba{
    width: 360px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

#voice2_Area{
    background-image: url(../img/nagare2.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: auto;
    background-color: rgba(255,255,255,0.86);
    padding-top: 90px;
    padding-bottom: 120px;
    text-align: center;
}

#voice2_warp{
    display: table;
    width: 96%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
}

#info_Area{
    text-align: center;
    display: table;
    width: 100%;
    background-color: rgba(228,248,254,0.90);
    padding-top: 180px;
    padding-bottom: 180px;
}

#info_photo-area{
    display: table;
    width: 1100px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.info_photo{
    display: table;
    width: 320px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

#info_text{
    display: table;
    width: 640px;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

#info_left{
    display: table;
    float: left;
    width: 300px;
}

#info_right{
    display: table;
    float: right;
    text-align: left;
    width: 300px;
}

#info_icon{
    padding-top: 30px;
    padding-bottom: 30px;
}

#info_icon img{
    padding-right: 10px;    
}


h2{
    letter-spacing: 0.6em;
    font-size: 28px;
    font-family: "MS Serif", "New York", serif;
}

h4{
    letter-spacing: 0.3em;
    font-size: 18px;
    padding: 0;
    margin-top: 36px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 9px;
    font-family: "MS Serif", "New York", serif;
    color: #193164;
}

h3{
    letter-spacing: 0.5em;
    color: #D6007F;
    border-bottom: 1px solid rgba(19,60,118,1.06);
    padding-bottom: 8px;
    font-size: 18px;
    font-family: "MS Serif", "New York", serif;
}


footer{
    padding: 40px 0 120px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,1.00);
    background-color: #909090;
    line-height: 22px;
}

footer img{
    margin-top: 40px;
    margin-bottom: 15px;
}

.copyright{
    font-size: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}



ol{
  list-style-type: none;
}

/* --- 全体のBOX定義 ---------------------------------------- */
.box {
  position   : relative;
  max-width  : 100%;
  height     : 100%;
  margin     : auto;
  overflow   : hidden;
}


@keyframes bgAnime {
   0% { opacity: 0; }
   8% { opacity: 1; }
  25% { opacity: 1; }
  33% { opacity: 0; }
 100% { opacity: 0; }
}


/*--スマホサイズ時の設定------------------------------------------------------*/

.pc_content{}
.sp_content{
  display:none !important;
}
@media screen and (max-width: 640px){
	


.pc_content{
  display:none !important;
}
.sp_content{
  display:block !important;
}
.op2{
  max-width:96vw;
}
#fixed .reservation {
    position: absolute;
    right: 8px;
}
#fixed .reservation img{
  width:81px;
}

.header-title{
	position: relative; /*必ず必要*/
	top: 20%;
	z-index: 2; /*必ず必要*/
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
}
	

	
#about_Area{
    background-image: url(../img/top_image_sp.webp);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 944px !important;
    color: rgba(255,255,255,1.00);
}
	
#about_Area-text{
    padding-top: 160px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}
	
h2{
    letter-spacing: 0.3em;
    font-size: 24px;
    font-family: "MS Serif", "New York", serif;
    padding-top: 120px;
}
	
#miryoku_Area{
    background-image: url(../img/nagare3_sp.webp);
	background-size: 100%;
	background-repeat:  no-repeat;
    height: auto;
    background-color: rgba(255,255,247,0.78);
}
	
#miryoku_Area-text{
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 90%;
    text-align: center;
	display: table;
}
	
#point_Area{
    width: 100%;
    margin-top: 90px;
}

.point{
    width: 96%;
    text-align: justify;
    margin-bottom: 60px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.point-d{
    width: 100%;
    display: table;
    height: auto;
}
	
.point-e{
    width: 100%;
    display: table;
    height: auto;
}

#voice_Area{
    background-image: url(../img/nagare0_sp.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: auto;
    background-color: rgba(255,255,247,0.78);
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
}
	
#voice_Area-text{
    display: table;
    text-align: center;
}

#voice_warp{
    width: 100%;
    display: table;
    padding-top: 60px;
    text-align: center;
}

.voice{
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#seiso_Area{
    text-align: center;
    display: table;
    width: 100%;
    background-color: #E4F8FE;
    padding-top: 120px;
    padding-bottom: 90px;
}

#seiso_Area-movie{
    text-align: center;
    display: table;
    width: 96%;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

#seiso_Area-movie p{
    display: table;
    width: 90%;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    float: none;
}
	
.seiso{
    display: table;
    width: 320px;
    text-align: justify;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
	
	
#ba_Area{
    background-image: url(../img/nagare1_sp.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: auto;
    background-color: rgba(255,255,255,0.86);
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

#ba_warp{
    display: table;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

.ba{
    width: 360px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
	
	
#voice2_Area{
    background-image: url(../img/nagare2_sp.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: auto;
    background-color: rgba(255,255,255,0.86);
    padding-top: 90px;
    padding-bottom: 120px;
    text-align: center;
}

#voice2_warp{
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
}
	
#info_Area{
    text-align: center;
    display: table;
    width: 100%;
    background-color: rgba(228,248,254,0.90);
    padding-top: 90px;
    padding-bottom: 180px;
}

#info_photo-area{
    display: table;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.info_photo{
    display: table;
    width: 320px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#info_text{
    display: table;
    width: 100%;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

#info_left{
    display: table;
    float: none;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#info_right{
    display: table;
    float: none;
    text-align: left;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}
	
#language{
    padding: 20;
    margin-top: 60px;
    position: fixed;
    width: 90px;
    border: 1px solid rgba(129,129,129,1.00);
    background-color: rgba(255,255,255,0.80);
    text-align: center;
    z-index: 100;
    left: calc(100% - 100px);
    cursor: pointer;
}

footer {
    padding: 60px 0 85px;
}
	
	
.box50{
    width: 100%;
    float: none;
    text-align: center;
}
}
