﻿@charset "utf-8";

body	{
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height:220%;
    font-family: source-han-sans-japanese, "源ノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",メイリオ, Meiryo, sans-serif;
    font-family: "Sawarabi Gothic", sans-serif;
}
* {
    padding: 0; /* Reset `padding` and `margin` of all elements */
    margin: 0;
}
ul {
    margin:0;
    padding:0
}
@font-face {
    font-family:'SourceHanSansJPR';
    font-style:normal;
    src: url('SourceHanSansJP-Regular.otf') format('opentype') ;
}
#wrapper	{
    width:100%;
    margin:0 auto;
    text-align: center;
    display: block;
}
img {
    padding: 0px;
    margin: 0px;
    vertical-align:top;
}
.f16 { font-size: 16px; }
.f20 { font-size: 20px; }
.f25 { font-size: 25px; }

.h10 { height: 10px; }
.h20 { height: 20px; }
.h30 { height: 30px; }
.h40 { height: 40px; }
.h50 { height: 50px; }

/* PC
-------------------*/
@media screen and (min-width:768px) and (max-width:1920px) {
  #for_PC {
    display: inherit;
  }
  #for_Phone {
    display: none;
  }
  .logo {
    width: 1000px;
    height: 165px;
    margin-top: 150px;
  }
  .link {
    margin-top: 190px;
  }
  .link a {
    text-decoration: none;
  }
}
/* モバイル
-------------------*/
@media screen and (max-width: 767px) {
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    word-wrap:break-all;
}
  #for_PC {
    display: none;
  }
  #for_Phone {
    display: inherit;
  }
  .logo {
    width: 100%;
    margin-top: 150px;
  }
  .link {
    margin-top: 190px;
    font-size: 1.3em;
  }
  .link a {
    text-decoration: none;
    font-size: 1.3em;
  }
}

}


/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/

/*枠線が伸びて出現*/

.lineTrigger{
  position: relative; /* 枠線が書かれる基点*/
  opacity:0;
}

.lineTrigger.lineanime{
  animation-name:lineAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes lineAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after{
  position: absolute;
  content:"";
  width:0;
  height:1px;
  background:#333;/* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after{
  position: absolute;
  content:"";
  width: 1px;
  height:0;
  background:#333;/* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top:0;
  left:0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime .3s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before{ 
  top:0;
  right:0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .1s linear .5s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after { 
  bottom:0;
  right:0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime .3s linear 1s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after{ 
  bottom:0;
  left:0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .1s linear 1.5s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {width:0%;}
    100%{width:100%;}
}

@keyframes lineAnime2 {
  0% {height:0%;}
    100%{height:100%;}
}

/*枠線内側の要素*/

.lineTrigger.lineanime .lineinappear{
  animation: lineInnerAnime .5s linear 0.5s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;/*初期値を透過0にする*/
  padding: 15px; 
}

@keyframes lineInnerAnime{
  0% {opacity:0;}
  100% {opacity:1;}
}

/*========= レイアウトのためのCSS ===============*/

p{
  margin:10px 0;
}

.flex{
  display:flex;
  flex-wrap: wrap;
}

.box{
  width: 240px;
  padding: 0px;
  margin: 0px 20px 10px 0px;
  box-sizing:border-box;
  list-style: none;
}
.box2{
  width: 240px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  box-sizing:border-box;
  list-style: none;
}

/* -----------------------------------------------

= 写真表示

----------------------------------------------- */
.img_area .img { /* 角丸枠ではみ出たところを隠す */
	position: relative;
	/* border-radius: 1rem; 円形にしたい場合*/
	border-radius: 50%;
	overflow: hidden;
	will-change: transform;
}
.img_area .img img { /* 拡大するときの柔らかい動き */
	transition: all 0.5s ease 0s;
}
.img_area {
	width:100%;
	text-align:center;
	background:#EFEFEF;
}
.img_area_inner {
	margin:0 auto;
	text-align: center;
	padding-top: 10px;
	display: inline-block;
}
.img_area .img a:hover img { /* マウスオーバーで拡大する */
	transform: scale(1.1);
}
.img_area .img { /* 外側の枠 */
	width: 240px;
	height: 240px;
}
.img_area .img img { /* 画像サイズと配置 */
	width: 240px;
	height: 240px;
	object-fit: cover;
	object-position: 50% 70%;
}
.pic01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

/* -----------------------------------------------

= program

----------------------------------------------- */
/* program_list */
ol, ul {
	list-style: none;
}
.program_list {
	display: flex;
	justify-content: space-between;
}
.program_list li {
	position: relative;
	opacity: 100;
	bottom: 0rem;
}
.program_list li a {
	display: block;
	position: relative;
	text-align: center;
}