@charset "utf-8";

/***********************************************************************************************************************
* 横サイズ925px以下
***********************************************************************************************************************/
@media screen and (max-width: 925px){

/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/
	body{
		font-size: 1.4rem;
	}

	.pc{ display:none !important; }
	.sp{ display: block !important; }


	a[href^="tel:"] {
	    pointer-events: all;
	}

	.wrap {
	    padding-left: 7%;
	    padding: 0 7%;
	}



	body header {
	    position: fixed;
	    height: 58px;
	    width: 100%;
	}

	body header .logo{
		position: relative;
		left:0;
		top:0;
		width: 100%;
	}

	header .logo {
	    padding: 17px 20px 16px;
		background: #fff;
	}

	body header .logo a{
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}

	body header .logo .corp{
		width: 168px;
	}



	body header .logo .hideline{
		width:auto;
		height:auto;
		text-indent: 0;
		white-space: nowrap;
		overflow: visible;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
	}




	body header #menu-button {
	    position: absolute;
	    display: block;
	    right: 0;
	    top: 0;
	    width: 65px;
	    height: 58px;
	    cursor: pointer;
	    z-index: 10;
	    margin-top: 0;
	}


			body header #menu-button>div{
				width: 30px;
				height: 1px;
				background: #1b1b1b;
				position: absolute;
				-webkit-transition: all .5s;
				   -moz-transition: all .5s;
				    -ms-transition: all .5s;
				     -o-transition: all .5s;
				        transition: all .5s;
			}
				body header.on #menu-button>div{
					background: #1b1b1b;
				}

				body header.block #menu-button>div {
				    background: #1b1b1b;
				}

			body header #menu-button>div:nth-child(1){
				top: 35%;
				left: 29%;
				-webkit-transform: translate(0%,0%);
				   -moz-transform: translate(0%,0%);
				    -ms-transform: translate(0%,0%);
				     -o-transform: translate(0%,0%);
				        transform: translate(0%,0%);
			}

			body header #menu-button.active>div{
				height: 1px;
			}

				body header #menu-button.active>div:nth-child(1) {
					top: 50%;
					left: 29%;
					-webkit-transform: translate(-5%,-50%) rotate(45deg);
					   -moz-transform: translate(-5%,-50%) rotate(45deg);
					    -ms-transform: translate(-5%,-50%) rotate(45deg);
					     -o-transform: translate(-5%,-50%) rotate(45deg);
					        transform: translate(-5%,-50%) rotate(45deg);
				}
			body header #menu-button>div:nth-child(2){
				top: 50%;
				left: 29%;
			}
				body header #menu-button.active>div:nth-child(2) {
					opacity: 0;
				}
			body header #menu-button>div:nth-child(3){
			    top: 65%;
			    left: 29%;
				-webkit-transform: translate(0%,0%);
				   -moz-transform: translate(0%,0%);
				    -ms-transform: translate(0%,0%);
				     -o-transform: translate(0%,0%);
				        transform: translate(0%,0%);
			}
				body header #menu-button.active>div:nth-child(3) {
					top: 50%;
					left: 29%;
					-webkit-transform: translate(-5%,-50%) rotate(-45deg);
					   -moz-transform: translate(-5%,-50%) rotate(-45deg);
					    -ms-transform: translate(-5%,-50%) rotate(-45deg);
					     -o-transform: translate(-5%,-50%) rotate(-45deg);
					        transform: translate(-5%,-50%) rotate(-45deg);
				}

	body header nav{
		display: block;
		width: 250px;
		position: absolute;
		right:-250px;
		top:0;
		background: #fff;
		-webkit-transition: right 0.3s ease ;
		-moz-transition: right 0.3s ease ;
		-ms-transition: right 0.3s ease ;
		-o-transition: right 0.3s ease ;
		transition: right 0.3s ease ;
		overflow: all;
	}

		header nav.block{
			display: block;
		}
		header nav.active{
			right:0;
		}


	body header nav .menu{
		display: block;
	}


	header nav .menu.page-nation {
		padding-top: 60px;
	    position: static;
	    -webkit-transform: none;
	    transform: none;
	    text-align: center;
	    width: 100%;
	    height: auto;
	  	display: block;
	  	text-align: left;
	}
	body header nav .menu>li{
		padding: 0;
		margin: 0;
	}
	body header nav .menu>li>a{
		padding: 10px 27px;
		font-size: 1.6rem;
	}

	body header nav .corp{
		padding-top: 10px;
		padding-left: 27px;
	}

	body header nav .corp a{
		position: relative;
		display: block;
		max-width: 205px;
		height: 40px;
		line-height: 40px;
		background: #000;
		padding-right: 40px;
		font-size: 1.5rem;
		color:#fff;
		padding-top: 2px;
		padding-left: 10px;
		vertical-align: middle;
	}

	body header nav .corp a i {
	    display: inline-block;
	    position: absolute;
	    width: 16px;
	    top: 1px;
	    right: 20px;
	    text-align: center;
	}
	body header nav .corp a i img{
		vertical-align: middle;
	}

	footer {
	    font-size: 1.4rem;
	    padding: 30px 0 20px;
	}

	footer .corp a {
	    font-size: 1.4rem;
	}
	footer .copyright{
		margin-top: 20px;
		font-size: 1.2rem;
	}

	.top-main{
		padding-top: 58px;
	}


/***********************************************************************************************************************
* パーツ
***********************************************************************************************************************/
	.headline-lg {
	    font-size: 2.5rem;
	    font-weight: normal;
	    line-height: 1.3em;
	}

	.headline-lg em {
		display: block;
	    font-size: 6rem;
	    line-height: 1.3em;
	    margin-bottom: 0px;
	}

	.headline-lg span {
	    font-size: 2.4rem;
	    margin-top: -22px;
	}

	.common-block1 {
	    margin-bottom: 40px;
	}

	.common-block1>.box {
	    padding-right: 0;
	}

	.common-block1>.box p.para {
	    max-width: 1000px;
	    margin: 20px auto 30px;
	}

	.movie-area {
	    padding: 0;
	}

	/*movie*/
	.movie-area .movie-ttl {
	    font-size: 3.6rem;
	    padding-right:60px;
	    -webkit-background-size: 34px auto;
	    background-size: 34px auto;
	}

	.movie-area .movie-list>li {
	    width: 47.5%;
	    margin-right: 5%;
	    margin-bottom: 20px;
	    text-align: center;
	}


	.movie-area .movie-list>li:nth-child(3n){
		margin-right: 5%;
	}

	.movie-area .movie-list>li:nth-child(2n){
		margin-right: 0;
	}

	.movie-area .movie-list>li>p {
	    font-size: 1.3rem;
	    font-weight: bold;
	    padding: 8px 0 0;
	}

/***********************************************************************************************************************
* トップ
***********************************************************************************************************************/

.top-visual {
    padding: 0;
}
.top-visual .catch {
    width: 84%;
}

.top-visual .swiper-slide{
	position: relative;
	height: auto;
	padding-top: 30px;
}

.top-visual .swiper-slide .inr{
	height: auto;
}

.top-visual .catch-arw-layer {
    width: 100%;
}

/*#greetings*/
#greetings .wrap {
    padding-top: 40px;
}

#greetings .greetings-block {
    display: block;
    padding: 40px 4% 30px;
}

#greetings .greetings-block .greetings-box,
#greetings .greetings-block .img-box {
    width: 100%;
    padding: 0;
}
#greetings .greetings-block .img-box{
	margin-bottom: 30px;
	text-align: center;
}
#greetings .greetings-box .greetings-ttl {
    font-size: 1.9rem;
    margin-bottom: 20px;
}

#greetings .greetings-box .txt-layer p {
    font-size: 1.4rem;
}
#greetings .greetings-box .author {
    margin-top: 10px;
}

#greetings .greetings-box .author img {
    width: 70%;
    max-width: 315px;
}

#flow {
    margin: 0;
}

#flow .wrap{
	overflow-x:scroll;
}

#flow .flow-conts{
	width: 925px;
}

#talksession {
	padding-top:50px;
}

#talksession .para{
	padding-top: 20px;
}

#talksession .headline-lg em {
	display: block;
    line-height: 1em;
    font-size: 5.8rem;
    margin-right: 0;
    margin-bottom: 0px;
}

#talksession .headline-lg sub {
    display: block;
    line-height: 1.3em;
    font-size: 1.8rem;
}

#talksession  .img-area .box.flex{
	display: block;
}
#talksession  .img-area .box>.ch-box{
	display: block;
}
#talksession  .img-area .box>.ch-box:nth-child(1){
	padding: 0 7%;
	text-align: center;
}

#talksession  .img-area.wrap{
	padding: 0 5px;
}
	#talksession  .common-block1{
		margin-top: -30px;
	}
	
	
#welcome .common-block1>.box p.author img{
    width: 70%;
    max-width: 315px;
}

#gallery {
    padding-top: 40px;
}
#gallery .para {
    margin: 5px 0 10px;
}
#gallery .voice {
    margin: 30px 0 20px;
}

#gallery .voice .caption {
    font-size: 2.4rem;
    margin-top: 13px;
    line-height: 1em;
}
#gallrey-area {
    padding: 45px 0;
}

#gallery .photo-gallery>li {
    width: 29.33%;
    margin-right: 6%;
    margin-bottom: 50px;
}


#gallery .photo-gallery>li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 20px;
    text-align: center;
}

	#gallery .photo-gallery>li:nth-child(3n){
		margin-right: 5%;
	}
	#gallery .photo-gallery>li:nth-child(2n){
		margin-right: 0%;
	}

#gallery .title {
    font-size: 3.6rem;
    margin-bottom: 25px;
}

}


