@charset "utf-8";
/* CSS Document */

/* プログレスバー */
#container {
  margin-top: -50px;
  margin-left:0px;
  width: 10px;
  position: fixed;
  z-index: 9800; 
}

/* フェードインエフェクト */

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

/*ロゴ */
.setbox{
	display: flex;
	display:-webkit-box;
  	display:-ms-flexbox;
	width:100vw;
	min-width: 310px;
	height: 720px;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	flex-direction: column;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
	top: 300px;
	border: 0px solid #59BEE6 ;
	
}
.koruri {
	background-image: url("https://dippsabbey.sakura.ne.jp/koruri/img/koruri_logo.png");
	background-size:contain;
	background-repeat: no-repeat;
	margin-top: 150px;
	margin-bottom: 150px;
	width: 160px;
	height: 90px;
	opacity: 0;
    animation: 1.7s fadeIn2 forwards;
}

@keyframes fadeIn2 { /* ←追加 */
  from { opacity: 0; }
  to { opacity: 1; }
}

/*photo*/
.indexwrap{
	width: 100%;
	overflow-x: hidden;
}

/* 写真整列 */
#photos {
   /* Prevent vertical gaps */
   line-height: 4
 
   -webkit-column-count: 4;
   -webkit-column-gap:   4px;
   -moz-column-count:    4;
   -moz-column-gap:      4px;
   column-count:         4;
   column-gap:           4px;
 
}
#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}


/*一般*/
h2{
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2em;
}
.com_tex{
	margin: 0 auto;
	margin-top:100px;
	padding: 25px;
	width: 80vw;
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 0.9em;
	
}

.com_tex2{
	margin: 0 auto;
	padding: 25px;
	width: 80vw;
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 0.9em;
	
}
.com_photo{
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	width: 90vw;
	margin-left:5vw;
}

.magin10s{
	margin: 10px;
}

.borderlines{
	border: solid 1px #000;
}

.privacytext{
	
	width:90vw;
	margin-top: 120px;
	margin-left: 25px;
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.privacyinner_st{
	width: 80vw;
}

.privacyinner_subt{
	margin-top: 20px;
	font-size: 1em;
	font-weight: 700;
	
}

.privacyinner01{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.privacyinner02{
	width: 20vw;
	margin-top: 20px;
	
}
.privacyinner03{
	display: flex;
	flex-direction: column;
	flex-wrap:nowrap;
	margin-top: 20px;
	width: 60vw;
}

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

.privacytext{
	font-size:0.6em;
}

.privacyinner02{
 letter-spacing: 0.2em;
 min-width: 100px;
}

}


/*footer*/
.footerinner{
	margin-left: 10px;
}

.footerinner a{
	color: #fff;
}



@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

/*テーブル*/

p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #234a81;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}

.tbl-r03 th {
  background: #fff;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

.tbl-r03 td {
　border: solid 1px #ccc;
  padding: 10px;
}

.tbl-r04 th {
  background:#D9E0E8;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

.tbl-r04 td {
　border: solid 1px #ccc;
  padding: 10px;
}
.tblcol {
  background: #fff;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	
 .tbl-r03 {
    width: 80%;
  }
  .tbl-r03 th,
  .tbl-r03 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	
  .tbl-r04 {
    width: 80%;
  }
  .tbl-r04th,
  .tbl-r04 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
 