@charset "UTF-8";
/* ================================================================================
CSS information
 file name	: contents.css
 style info	: 個別ページ設定
 author		: SAHO+DESIGN
 author URI	: http://www.saho-design.com
================================================================================ */

/* =========================================   TOP IMAGE SLIDER  ========================================= */
.slider div{
  position: relative;
	top: -83px;
  left: 0;
  width: 100%;
	height: 600px;
  margin: 0;
	margin-bottom: -170px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.slider div.topImg01 {background-image: url(../images/home/topImg01_sp.png);}
.slider div.topImg02 {background-image: url(../images/home/topImg02_sp.png);}
.slider div.topImg03 {background-image: url(../images/home/topImg03_sp.png);}
.slider div.topImg04 {background-image: url(../images/home/topImg04_sp.png);}
.slider div.topImg05 {background-image: url(../images/home/topImg05_sp.png);}
.slider div.topImg06 {background-image: url(../images/home/topImg06_sp.png);}
/* =========================================   LOGO   ========================================= */
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
  .slider div{
		top: -104px;
    height: calc(100vh + 104px);
		margin-bottom: -208px;
	  background-size: cover;
	  background-position: center;
  }
	.slider div.topImg01 {background-image: url(../images/home/topImg01_pc.png);}
	.slider div.topImg02 {background-image: url(../images/home/topImg02_pc.png);}
	.slider div.topImg03 {background-image: url(../images/home/topImg03_pc.png);}
	.slider div.topImg04 {background-image: url(../images/home/topImg04_pc.png);}
	.slider div.topImg05 {background-image: url(../images/home/topImg05_pc.png);}
	.slider div.topImg06 {background-image: url(../images/home/topImg06_pc.png);}
}
@media screen and (min-width: 1025px) {  /* ---------------   PC   --------------- */
  .slider div{
		top: -120px;
    height: calc(100vh + 120px);
		margin-bottom: -240px;
  }
}

#home .sloganTop{
	position:absolute;
	left:50%;
	bottom: calc(100vh - 573px);
	width: 95%;
	height:auto;
	transform:translate(-50%,0);
	line-height:1;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	z-index:699;
}
#home .sloganTop img{
	width:100%;
	height:auto;
}
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
	#home .sloganTop{bottom:0; width:90%;	transform:translate(-50%,0);}
}
@media screen and (min-width: 1025px) {  /* ---------------   PC   --------------- */
	#home .sloganTop{bottom:0; width:95%;}
}

#home h1 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: .5rem;
  text-align: center;
}
#home h1 > span{
  font-size: 1.5rem;
  font-weight: 400;
}
#home h2 {
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
#home h2 > span {
  position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size:1.4rem;
  font-weight: 300;
  padding-left: 1rem;
}
#home h3 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size:1.4rem;
  padding: 0;
}
#home h3 > span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.0rem;
	font-weight:400;
  padding-right:5px;
}
#home h3 > span::after {
	content: "　/";
	font-size:1.4rem;
}
#home .message {
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
	#home h1 {
	  font-size: 3.0rem;
	  letter-spacing: .6rem;
  }
  #home h1 > span{
    font-size: 1.6rem;
  }
  #home h2{
    font-size: 3.6rem;
  }
  #home h2 > span {
    font-size:1.5rem;
  }
	#home h3 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    padding-top: 10px;
    padding-left: 20px;
		writing-mode: vertical-rl;
	}
  #home h3 > span {
    font-size: 50%;
  }
  #home h3 > span::after {
    content: "";
  }
	#home .message {
	  padding-top: 30px;
	}
}
@media screen and (min-width: 1025px) {  /* ---------------   PC   --------------- */
	#home h2{
    font-size: 4.6rem;
  }
	#home h3 {
		font-size: 2.8rem;
    padding-left: 30px;
  }
}

/* .diaryList
------------------------------------*/
#home .diaryList {
	position:relative;
	overflow:hidden;
}
#home .diaryBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 0 15px;
  background: #fff;
}
#home .diaryBox .diaryImg {
	width: 40%;
}
#home .diaryBox .diaryMemo {
	width: 60%;
  padding: 10px 10px;
}
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
  #home .diaryList {
    display: flex;
    justify-content: space-evenly;
    margin-bottom:40px;
  }
  #home .diaryBox{
    display: flex;
    flex-direction: column;
    width: 31%;
    margin: 0;
    padding: 0;
  }
  #home .diaryBox .diaryImg {
    width: 100%;
  }
  #home .diaryBox .diaryMemo{
    width: 100%;
    padding: 10px 20px;
  }
}

/* .instaBox
------------------------------------*/
#home .instaBox {
	position:relative;
  margin-bottom:30px;
}
#home .instaLists {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
#home .instaList {
	position: relative;
	width: 50%;
	overflow:hidden;
}
#home .instaList img {
  width: 100%;
  height: calc(100vw/2);
  object-fit: cover;
	transition:1s all;
}
#home .instaList img:hover {
	transform:scale(1.2,1.2);
	transition:1s all;
}
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
  #home .instaBox {
    margin-bottom:40px;
  }
   #home .instaList {
		width: 20%;
	}
	#home .instaList img {
	  height: calc(100vw/5);
	}
}
@media screen and (min-width: 1025px) {  /* ---------------   PC   --------------- */
  #home .instaBox {
    margin-bottom:60px;
  }
}




/* =========================================   EXPERIENCE   ========================================= */
#experience .topImg {
	background:url("../images/experience/topImg.png") no-repeat center;
	background-size:cover;
}

#experience .expMenu{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0;
}
#experience .expMenu > li{
	position: relative;
	padding: 10px 20px;
}
#experience .expMenu > li:nth-child(2)::after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 30px;
	margin: auto;
	border-left: 1px solid #333;
}
#experience .expBox {
  position: relative;
  margin-bottom: 30px;
}
#experience .expBox .expBox-inner{
  padding: 20px 10px;
  text-align: left;
	background: #e8ecef;
}
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
  #experience .expBox {
    margin-bottom: 150px;
  }
  #experience .expBox .expBox-img {
    display: block;
    width: 70%;
    height: auto;
  }
  #experience .expBox .expBox-img.is-left {
    margin-left:auto;
  }
  #experience .expBox .expBox-inner{
    position: absolute;
    top: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
    padding: 20px 15px;
  }
  #experience .expBox .expBox-inner.is-right{
    right: 0;
  }
}
@media screen and (min-width: 1025px) {  /* ---------------   PC   --------------- */
  #experience .expBox {
    margin-bottom: 150px;
  }
  #experience .expBox .expBox-img {
    width: 75%;
  }
  #experience .expBox .expBox-inner{
    position: absolute;
    top: 35%;
    width: 50%;
		padding: 20px;
  }
}

#experience .flowBox{
  position: relative;
  margin-top: 5rem;
}
#experience .flowBox .flowNum {
  position: absolute;
  top: 0;
	font-family: 'PT Serif', serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 0;
}
#experience .flowBox .flowTitle {
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.4rem;
  line-height: .8;
  padding: 1rem 0 2rem;
}
#experience .flowBox .flowTitle span{
  font-size: 1.5rem;
}
#experience .flowBox .flowTitle span::before{
  content: " / ";
}
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
  #experience .flowBox .flowNum {
    font-size: 6rem;
  }
  #experience .flowBox .flowTitle span{
    padding-left: 0;
  }
  #experience .flowBox .flowTitle span::before{
    content: "";
	}
}
@media screen and (min-width: 1025px) {  /* ---------------   PC   --------------- */
  #experience .flowBox .flowNum {
    font-size: 7rem;
  }
}



/* =========================================   CLASS   ========================================= */
#class .topImg {
	background:url("../images/class/topImg.png") no-repeat center;
	background-size:cover;
}

#class .containerBox{
	position: relative;
  top: 0;
  left: 0;
	margin: 0 auto 3px;
	padding: 10px 20px 20px;
}
#class h3 {
	margin-top:10px;
}
#class .space{padding-top:20px;}
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
	#class .containerBox{
		padding: 25px 20px;
	}
	#class h3 {
		margin-top:20px;
	}
	#class .space{padding-top:25px;}
}
@media screen and (min-width: 1025px) {  /* ---------------   PC   --------------- */
	#class .containerBox{
		padding: 30px 10px;
		max-width: 1024px;
	}
	#class .space{padding-top:30px;}
}

/* =========================================   VOICE   ========================================= */
#voice .topImg {
	background:url("../images/voice/topImg.png") no-repeat center;
	background-size:cover;
}



/* =========================================   PROFILE   ========================================= */
#profile .topImg {
	background:url("../images/profile/topImg.png") no-repeat center;
	background-size:cover;
}



/* =========================================   CONTACT   ========================================= */
#contact .topImg {
	background:url("../images/contact/topImg.png") no-repeat center;
	background-size:cover;
}



/* =========================================   ACCESS   ========================================= */
#access .topImg {
	background:url("../images/access/topImg.png") no-repeat center;
	background-size:cover;
}
#access .accessMap{
	margin: 20px 0;
}

#access .accessMap iframe {
  width: 100%;
}
@media (max-width: 768px) {
  #access .accessMap iframe {
    height: 350px;
  }
}

/* =========================================   BLOG   ========================================= */
#blog {
}

#blog .blogWrap {
	display: block;
}
#blog h2.blogTitle {
	font-size: 1.8rem;
	margin:0;
	padding-bottom:3px;
	border-bottom: 2px solid #3f312b;
	text-align:left;
}
#blog p.blogDate{
	font-size: 80%;
	font-weight: 400;
	margin:0 0 10px;
	text-align:right;
}
#blog p {
	letter-spacing: 1px;
	padding:0 0 5px;
}
#blog hr.blogLine{
  background-color:#fff;
  border: none;
  display: block;
  height: 1px;
	margin: 50px 0;
}
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
	#blog .blogWrap{
		display: flex;
  }
	#blog .blogWrap .blogWrap-main {
    width: 70%;
    padding-right: 5%
	}
	#blog .blogWrap .blogWrap-aside {
    width: 25%;
	}
}
@media screen and (min-width: 1025px) {  /* ---------------   PC   --------------- */
	#blog .blogWrap .blogWrap-main {
    width: 70%;
    padding-right: 10%;
	}
	#blog .blogWrap .blogWrap-aside {
    width: 25%;
	}
}
/* =========================================   MENU   ========================================= */
#blog .blogWrap-aside {
	display: block;
  padding-top: 50px;
}
#blog .blogWrap-aside a {
	display: block;
	border-radius: 2px;
}
#blog .blogWrap-aside a:hover {
	color: #fff;
	background-color: #3f312b;
}
#blog .blogWrap-aside ul {
	padding-bottom:25px;
}
#blog .blogWrap-aside li {
	list-style-type: none;
	padding: 3px 0;
}
#blog .blogWrap-aside ul li ul {
	margin-left: 10px;
	padding-bottom: 0;
}
#blog .blogWrap-aside ul li ul li {
	list-style-type: none;
	padding-left: 5px;
}
#blog h3.side-menu-label{
	font-size: 2.4rem;
	margin: 0;
	padding: 20px 0 0;
}
#blog h3.side-menu-label:first-child {
	padding: 0;
}
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
  #blog .blogWrap-aside {
    padding-top: 0;
  }
}



/* =========================================   ERROR   ========================================= */
#error .topImg {
	background:url("../images/error/topImg.png") no-repeat center;
	background-size:cover;
}
