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



*{
margin : 0;

}

/*--授業本文-----------------------------------------------------------------------------------------------------------------*/

.gradetitle{
	text-align: center;
	font-size: 18px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 80px;
	margin-bottom: 50px;
	line-height: 28px;
	color: rgba(0,159,232,1)
	
}

.minititle{
	text-align: center;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 70px;
	
}

.text2{
	width: 80%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	line-height: 26px;
	margin: 0 auto;
	margin-top: 10px;
}

/*--マージン-----------------------------------------------------------------------------------------------------------------*/
.margin2{
	margin-top: 45px;
}

.margin{
	margin-top: 130px;
}

/*--川俣の作品-----------------------------------------------------------------------*/

img[src$="images/kawamata/webmata.jpg"]{
	width: 88%;
	margin-top: 60px;
	max-width: 450px;
	margin-bottom: -50px;

}

img[src$="images/kawamata/wagashi.jpg"]{
	width: 100%;
	margin-top: 60px;
}


img[src$="images/kawamata/yougashi.jpg"]{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*--詳しく見る-----------------------------------------------------------------------*/
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 13px;
  color: dimgray;
	line-height: 23px;
  text-align: left;
}

.contenedor {
  display: table;
  margin: 20px auto;
  position: relative;
}

.expand {
  width: 85%;
  padding:15px 10px;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0,159,232,1);
  transition: .5s;
	margin: 0 auto;
}

.expand::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 1s;
}

.contenedor input {
  visibility: hidden;
}

.contenedor label {
  position: absolute;
  bottom: -.8em;
  display: block;
  font-size: .9em;
  padding: .20em 10px;
  right: 0;
  background: rgba(0,159,232,1);
  box-shadow:-5px 0 white;
  color: white;
  z-index:1;
  cursor: pointer;
  text-transform: uppercase;
}

.contenedor label:before {
  content: "+ 内容を詳しく見る";
}

.contenedor input:checked + label:before {
  content: "- 閉じる"
}

input[type=checkbox]:checked ~ .expand {
 max-height: 4000px;
}

input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}




/*--選択授業-----------------------------------------------------------------------------------------------------------------*/

.hako{
	width: 99%;
	background: rgba(245,245,5,0);
	margin: 0 auto;
}


.thumbnail {
    width: 40%;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    background: rgba(245,245,245,0);    /* 背景色指定 */
    margin-bottom: 23px;        /* 要素同士の隙間調整 */
    padding:  1px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	line-height: 26px;
	
}


.thumbnail2 {
    width: 60%;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    background: rgba(245,245,245,0);    /* 背景色指定 */
    margin-bottom: 25px;        /* 要素同士の隙間調整 */
    padding:  1px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	line-height: 25px;
}



/*--公式サイト-----------------------------------------------------------------------------------------------------------------*/

p.saito{
	text-align: center;
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgba(0,0,245,0);
	
}


/*--基礎像の画像-----------------------------------------------------------------------------------------------------------------*/
img[src$="images/kisozo.jpg"]{
	width: 100%;
	margin-top: 30px;
	max-width: 450px;
	margin-bottom: 50px;
	
}

/*--基礎演習の画像-----------------------------------------------------------------------------------------------------------------*/
img[src$="images/kisoenn.jpg"]{
	width: 100%;
	margin-top: 30px;
	max-width: 450px;
	margin-bottom: 50px;
	

}

/*--2019選択授業内容-----------------------------------------------------------------------*/
p.senntaku2{
	width: 85%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 14px;
	margin: 0 auto;
	margin-top: 30px;
	
	
}

.senn{
	width: 88%;
	height: 1px;
	background: rgba(180,180,180,1);
	margin: 0 auto;
}

p.senntaku{
	width: 85%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	margin: 0 auto;
	
}

p.senntaku3{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 15px;
	text-align: center;
	padding-top: 20px;
	
}

.kakomi{
	width: 80%;
	height: 260px;
background: rgba(245,245,245,1);
	margin: 0 auto;
	margin-top: 30px;
}

/*--三年の画像-----------------------------------------------------------------------------------------------------------------*/
img[src$="images/about1.jpg"]{
	width: 100%;
	margin-top: 30px;
	max-width: 450px;
	margin-bottom: 50px;
	

}


/*--4年の画像-----------------------------------------------------------------------------------------------------------------*/
img[src$="images/about2.jpg"]{
	width: 100%;
	margin-top: 30px;
	max-width: 450px;
	margin-bottom: 50px;
	

}



/*------------------メニュー---------------------------------------------------------------------------------------------*/

.menu{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: dimgray;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}


/*-------------------資料請求ボタン---------------------------------------------------------------------------------------------*/

.container {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  padding-top: 40px;
}


.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #0064FF;
  font-size: 16px;
  color: #0064FF;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
    background-color: #0064FF;
    border-color: #0064FF;
    color: #FFF;
}




/*-------------------造形大基本情報-----------------------------------------------------------------------------------------*/
.hosoline{
	width: 80%;
	height: 1px;
	background: rgba(150,150,150,0.9);
	margin: auto;
	margin-top: 60px;

}


#gakkou{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	color: dimgrey;
	text-align: center;
	margin-top: 30px;
	
}

#bottom{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	color: dimgray;
	padding-bottom: 50px;
}





