@charset "utf-8";
/* ==========================================================================
  学校検索
   ========================================================================== */
.Search-input {
	/*display: none;*/
}

.Search-input {
	display: block;
	margin-bottom: 6rem;
	position: relative;

}
.Search-input:before {
    content: "";
    width: 1px;
    height: 4rem;
    border-left: #333 solid 1px;
    position: absolute;
    bottom: -5rem;
    left: 50%;
}
.Search-input .Search-input-icon {
	background-color: #7DCDF3;
	border: #7DCDF3 solid 1px;
	border-radius: 4px 0 0 4px;
	color: #FFF;
	height: 100%;
	width: 60px;
	padding: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.Search-input input {
	height: 60px;
	line-height: 58px;
	border: #7DCDF3 solid 1px;
	padding: 0 0 0 75px;
	border-radius: 4px;
	border-left: none;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
@media (min-width: 640px) {
	.Search-input .Search-input-icon {
		width: 160px;
	}
	.Search-input input {
		padding: 1.2em 1.2em 1.2em 180px;
	}
}

.Search-input  input:focus + .Search-input-icon {
	background-color: #FF6AB8;
	border: 1px solid #FF6AB8;
}

.Search-input .Search-input-icon .design {
	    width: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.Search-input .Search-input-icon .design span {
	display: inline-block;
	border: solid 2px #FFF;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.Search-input .Search-input-icon .design span + span {
	border: none;
    border-left: solid 2px #FFF;
	border-radius: 0%;
	width: 0;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 14px;
	bottom: 14px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (min-width: 640px) {
	.Search-input {
		margin-bottom: 8rem;
}
.Search-input:before {
    content: "";
    bottom: -6rem;
}
}


.Name-content ul {
	background-color: transparent;
	margin: 0;
	padding: 0;
	position: relative;
	
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
	
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
	
	-webkit-align-items: center;
	align-items: center;

	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.Name-content ul li {
	margin-left: 2em;
	width: 100%;
	-moz-animation: list1 1.4s ease 1 alternate;
-webkit-animation: list1 1.4s ease 1 alternate;
-o-animation: list1 1.4s ease 1 alternate;
-ms-animation: list1 1.4s ease 1 alternate;
}
@media (min-width: 640px) {
.Name-content ul li {
	width: calc(50% - 2em);
}
}
@media (min-width: 960px) {
.Name-content ul li {
	width: calc(33.3337% - 2em);
}
}
.Name-content ul li + li {
}

.Name-content ul.fix {
	background-color: #FFF;
	border-radius: 4px;
	padding: 20px;
}
.Name-content ul.failed {
	background-color: #EEE;
}
.Name-content ul.failed:after {
	display: block;
	content: "正しい学校名を入力して下さい。";
	color: #CCC;
	text-align: center;
	margin: auto;
}


.Name-content ul li a {
	display: block;
	border-radius: 2px;
	text-decoration: none;
	padding: 5px 0;
}
.Name-content ul li a:hover {
	color: #FF6AB8;
}
.Name-content ul li a + span {
	display: none;
}

h3.schoolf {
	color: #000;
	font-family: "myFont-bold";
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 40px;
	position: relative;
}
h3.schoolf:after {



	content: "";
	border-top: #DDD solid 1px;
	height: 0;
	width: calc(100% - 80px);
	position: absolute;
	bottom: 0;
	left: 0;
}
h3.schoolf a.anchor-prev,
h3.schoolf a.anchor-next {
	display: block;
	color: #CCC;
	border: #DDD solid 1px;
	border-right: none;
	border-bottom: none;
	position: absolute;
	bottom: 0;
	right: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
}
h3.schoolf a.anchor-prev {
	border-radius: 2px 0 0 0;
}
h3.schoolf a.anchor-next {
	right: 0px;
}
h3.schoolf a:hover {
	color: #FF6AB8;
}

@media (min-width: 640px) {
	h3.schoolf {
		font-size: 24px;
		line-height: 50px;
	}
	h3.schoolf:after {
		width: calc(100% - 100px);
	}
	h3.schoolf a.anchor-prev,
	h3.schoolf a.anchor-next {
		right: 50px;
		height: 50px;
		width: 50px;
		font-size: 16px;
		overflow: hidden;
	}
	h3.schoolf a.anchor-next {
	right: 0px;
}
}

h3.schoolf a.anchor-prev span,
h3.schoolf a.anchor-next span {
	position: absolute;
	display: block;
	width: 100%;
	height: 200%;
	 -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	-webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

#School-Linker {
	background-color: #FFFF79;
	margin: 0 -20px 2rem;
}
#School-Linker .inner {
	padding: 10px 20px;
}
@media (min-width: 640px) {
	#School-Linker {
		border-radius: 4px;
		margin: 0 auto 2rem;
}
#School-Linker .inner {
	padding: 10px;
}
}


#School-Linker .inner a {
	padding: 1px;
	font-size: 15px;
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	font-family: "myFont-bold";
	float: left;
}
#School-Linker .inner a span {
	background-color: #FFF;
	border-radius: 2px;
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
	-webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

#School-Linker .inner a:hover span {
	color: #FF6AB8;
	background-color: #F4F4F4;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
@media (min-width: 640px) {
	#School-Linker .inner a {
		font-size: 16px;
		width: 60px;
		height: 60px;
	}
	#School-Linker .inner a span {
		line-height: 58px;
	}
}





.sort {
  padding:8px 30px;
  border-radius: 6px;
  border:none;
  display:inline-block;
  color:#fff;
  text-decoration: none;
  background-color: #28a8e0;
  height:30px;
}
.sort:hover {
  text-decoration: none;
  background-color:#1b8aba;
}
.sort:focus {
  outline:none;
}
.sort:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}
.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:13px;
  right:-5px;
}
.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}


@-moz-keyframes list1 {
0% { opacity: 0;}
100% {opacity: 1;}
}

@-webkit-keyframes list1 {
0% { opacity: 0;}
100% {opacity: 1;}
}

@-o-keyframes list1 {
0% { opacity: 0;}
100% {opacity: 1;}
}

@-ms-keyframes list1 {
0% { opacity: 0;}
100% {opacity: 1;}
}
/* ==========================================================================
#特設サイト
========================================================================== */
.Column-wrapper {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
	
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
	
	margin: 0 -20px;
}

.Column-wrapper > div.col-3 {
	padding: 0 20px;
	width: 100%;
}
.Column-wrapper > div.col-4 {
	border: #DDD solid 1px;
	width: 100%;
	text-align: center;
}
.Column-wrapper > div.col-4 a {
	display: block;
	padding: 2rem;
}

@media (min-width: 640px) {
.Column-wrapper > div.col-3 {
	width: 50%;
}
.Column-wrapper > div.col-4 {
	width: 50%;
}
}
@media (min-width: 960px) {
.Column-wrapper > div.col-3 {
	width: 33.3333%;
}
.Column-wrapper > div.col-4 {
	width: 25%;
}
}

.Column-wrapper .col-20 {
	padding: 0 20px;
	width: 20%;
}
.Column-wrapper .col-30 {
	padding: 0 20px;
	width: 30%;
}
.Column-wrapper .col-50 {
	padding: 0 20px;
	width: 50%;
}
.Column-wrapper .col-80 {
	padding: 0 20px;
	width: 80%;
}

.Column-wrapper + hr {
	margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #DDD;
}



/* ==========================================================================
#サービス一覧
========================================================================== */


#Service-wrapper {
	margin: -20px;
}

#Service-wrapper > div {
	width: 100%;
}
@media (min-width: 640px) {
#Service-wrapper > div {
	float: left;
	width: 50%;
}
}
@media (min-width: 960px) {
#Service-wrapper > div {
	float: left;
	width: 33.3333%;
}
}
.service-box {
	background-color: transparent;
	position: relative;
}
@media (min-width: 640px) {
.service-box:hover {
	background-color: rgba(255,180,219,.4);
}
}

 @media (min-width: 640px) {

.service-box-spacer {
	width: 100%;
	padding-bottom: 100%;
}
.service-box-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
}

.service-box-content img {
	border: #FFF solid 8px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
}

.service-box-content h4 {
	text-align: center;
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 0;
	position: relative;
}
.service-box-content h4:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 18px 18px 18px;
	border-color: transparent transparent #FFF transparent;
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -18px;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
	z-index: 4;
	display: none;
}
.service-box-content p {
	font-size: 1rem;
	margin-top: .5em;
}
@media (min-width: 640px) {
.service-box-content p {
/*	font-size: 12px;*/
	line-height: 1.6;
}
}
.service-box-content h4 + p {
	margin-top: 1em;
}
.service-layer {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	padding: 20px;
}
.service-layer:hover,
.service-layer:active,
.service-layer:visited {
	color: #292828;
}

.service-layer:before {
	content: "";
	/*background-color: rgba(51,51,51,0.1);*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}


.service-icon {
	background-color: #7DCDF3;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 2px -4px;
	font-style: normal;
	z-index: 10;
}
.service-link {
	background-color: #FFF;
	border: #FF6AB8 solid 1px;
	border-radius: 2px;
	padding: 5px 0;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #FF6AB8;
	width: 80%;
	margin: 0 auto;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
}
.service-box:hover .service-link {
	background-color: #FF6AB8;
	border-color: #FF6AB8;
	color: #FFF;
}

.flow-box {
	border: #CCC solid 2px;
	border-radius: 6px;
	padding: 1rem;
	margin-top: 2rem;
}
.flow-box h3 {
	color: #FF6AB8;
	margin-bottom: 0;
}

h4.title-ami {
	background-color: #F76F00;
	border: #F76F00 solid 2px;
	border-radius: 2px;
	color: #FFF;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
}
h4.title-ami.pink {
		background-color: #FF6AB8;
	border: #FF6AB8 solid 2px;
}

/* ==========================================================================
#料理
========================================================================== */
body.Recipe .Billboard {
	background-image: url(../images/recipe/bg.jpg);
}

body.Recipe .service-box-content h4 + p {
	text-align: center;
	margin-top: 1em;
}

.section-title + h3.food-title {
	font-size: 16px;
	margin-bottom: 2rem;
}
.section-title + h3.food-title span{
	font-size: 1rem;
}
@media (min-width: 960px) {
	.section-title + h3.food-title {
	font-size: 24px;
}
.section-title + h3.food-title span{
	font-size: 16px;
}
}

.Column-wrapper {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
	
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
	
	margin: 0 -20px;
}


.Column-wrapper > .step-box {
	padding: 0 20px;
	width:100%;
	position: relative;
	margin-bottom: 20px;
}

@media (min-width: 640px) {
	.Column-wrapper > .step-box {
	padding: 0 20px;
	width: 50%;
}
}
@media (min-width: 960px) {
	.Column-wrapper > .step-box {
	padding: 0 20px;
	width: 33.3333%;
	}
}

.step-box p {
	font-size: 13px;
	padding-left: 50px;
	position: relative
}


.step-icon {
	background-color: rgba(255,106,184,.7);
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	display: block;
	float: left;
}

.Column-wrapper > .title-box {
	padding: 0 20px;
	width: 100%;
}
.Column-wrapper > .con-box {
	padding: 0 20px;
	width: 100%;
}









.step-list {
	margin: 0;
	padding: 0;

}

p.point {
	background-color: #FFFF79;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
}

.step-list dt {
	font-weight: normal;
	float: left;
}
.step-list dd {
	padding-left: 3rem;
	margin-bottom: 1rem;
}
.step-list dd:last-child {
	margin-bottom: 0;
}


.food-photo {
	margin-bottom: 1rem;
	width: 100%;
}
@media (min-width: 960px) {
	.food-photo {
		margin: 0;
		padding-right: 20px;
	float: left;
	width: 65%;
}
}


.material {
	display: block;
	width: 100%;
	margin: 0;
}
@media (min-width: 960px) {
	.material {
		float: right;
	width: 35%;
	font-size: 13px;
}
}

.material h4 {
	 background: rgba(255,106,184,.7);
    border-radius: 2px;
    padding: 10px;
    color: #FFF;
    margin: 0 0 1rem 0;
    font-size: 1rem;
}

.material dt {
	font-weight: normal;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
.material dd {
	display: block;
	background-color: #FFF;
	text-align: right;
	padding-left: 6rem;
	padding: 10px;
	font-family: "myFont-bold";
}

.material dd:nth-of-type(odd) {
	background-color: #EEE;
}

.material dd:last-child {
	border-bottom: none;
}
/* ==========================================================================
#先輩のお部屋紹介
========================================================================== */
.Column-wrapper > .title-box {
	padding: 0 20px;
	width: 100%;
}
.Column-wrapper > .spec-box {
	padding: 0 20px;
	width: 100%;
}

@media (min-width: 960px) {
.Column-wrapper > .title-box {
	padding: 0 20px;
	width: 20%;
}
.Column-wrapper > .spec-box {
	padding: 0 20px;
	width: 80%;
}
}

.Column-wrapper > .title-box h4 {
	margin-bottom: 1rem;
	font-size: 18px;
	text-align: center;
}
@media (min-width: 640px) {
	.Column-wrapper > .title-box h4 {
		margin: 0;
		font-size: 24px;
		text-align: left;
	}
}

.spec-data {
	margin: 0 0 -10px 0;
	padding: 0;
}

.spec-data li {
	background: rgba(255,106,184,.7);
	list-style: none;
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 12px;
}


/* ==========================================================================
#地域選択
========================================================================== */
.Live-wrapper {
	margin: 0;
}
@media (min-width: 960px) {
.Live-wrapper {
	margin: 0 -20px;
}
}
.Live-wrapper > div {
	width: 100%;
}
@media (min-width: 640px) {
.Live-wrapper > div {
	width: calc(100% / 2);
	float: left;
	padding: 0 20px;
}
#Live-Tokyo.Live-wrapper > div {
	float: right;
}
}
.Live-wrapper + .Live-wrapper {
	padding-top: 4rem;
}
.Live-wrapper h2 {
	margin: 0;
	padding-top: 1rem;
	position: relative;
}
.Live-wrapper h2:after {
	content: "";
	width: 2em;
	height: 1px;
	border-top: #333 solid 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.Live-wrapper h2 + h3 {
	margin-top: 0;
	font-size: 1.34rem;
}
@media (min-width: 960px) {
.Live-wrapper h2 + h3 {
	margin-top: 1em;
}
}
.Live-wrapper h3 + p {
	margin-top: 1em;
}
.Live-wrapper .more-btn {
	text-align: right;
}
.Live-wrapper .more-btn span {
	background-color: transparent;
	border: #FF6AB8 solid 2px;
	display: block;
	position: relative;
	padding: 1em 0;
	color: #FF6AB8;
	font-family: "myFont-bold";
	-webkit-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
	text-align: center;
}
@media (min-width: 960px) {
.Live-wrapper .more-btn span {
	display: inline-block;
	padding: 8px 28px 8px 14px;
}
}
.Live-wrapper:hover .more-btn span {
	background-color: #FF6AB8;
	color: #FFF;
}
.Live-wrapper .more-btn span:before {
	content: '';
	border: 2px solid transparent;
	border-color: #FF6AB8;
	border-top: none;
	border-left: none;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.Live-wrapper .more-btn span:after {
	content: '';
	border-top: solid 2px #FF6AB8;
	display: inline-block;
	width: 10px;
	height: 1px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.Live-wrapper:hover .more-btn span:before,
.Live-wrapper:hover .more-btn span:after {
	border-color: #FFF;
}


.photo-box {
	position: relative;
}

.photo-box img.cut {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100%;
}
@media (min-width: 640px) {
.photo-box img.cut {
	bottom: 0;
	left: -10px;
	height: 200px;
}
}
@media (min-width: 960px) {
.photo-box img.cut {
	bottom: 0;
	left: -10px;
	height: 320px;
}
}
.Live-wrapper a img {
	float: left;
}
#Contents-wrapper {
	width: 100%;
	height: 100%;
	background-image: url(../images/index/dot.png);
	/*background-color: #FFFAF8;*/
	background-color: #FFF;
	background-size: 80px auto;
	background-position: center;
	-webkit-transition: background-color linear 0.3s;
	transition: background-color linear 0.3s;
}
#Contents-wrapper.on_hover {
	background-color: #FF3;
	-moz-animation: wave 10s linear 0s infinite normal;
	-webkit-animation: wave 10s linear 0s infinite normal;
	-o-animation: wave 10s linear 0s infinite normal;
	-ms-animation: wave 10s linear 0s infinite normal;
}
#Contents-wrapper.on_hover2 {
	background-color: #B9EDFF;
	-moz-animation: wave2 10s linear 0s infinite normal;
	-webkit-animation: wave2 10s linear 0s infinite normal;
	-o-animation: wave2 10s linear 0s infinite normal;
	-ms-animation: wave2 10s linear 0s infinite normal;
}
#Contents-wrapper.on_hover2 {
	background-color: #B9EDFF;
	-moz-animation: wave2 10s linear 0s infinite normal;
	-webkit-animation: wave2 10s linear 0s infinite normal;
	-o-animation: wave2 10s linear 0s infinite normal;
	-ms-animation: wave2 10s linear 0s infinite normal;
}
@media (min-width: 1200px) {
#Contents-wrapper.on_hover3 {
	background-color: #FFE9F4;
	-moz-animation: wave 10s linear 0s infinite normal;
	-webkit-animation: wave 10s linear 0s infinite normal;
	-o-animation: wave 10s linear 0s infinite normal;
	-ms-animation: wave 10s linear 0s infinite normal;
}
}

#Contents-wrapper.on_hover4 {
	background-color: #FFE9F4;
	-moz-animation: wave2 10s linear 0s infinite normal;
	-webkit-animation: wave2 10s linear 0s infinite normal;
	-o-animation: wave2 10s linear 0s infinite normal;
	-ms-animation: wave2 10s linear 0s infinite normal;
}
#Contents-wrapper.on_hover5 {
	background-color: #B9EDFF;
	-moz-animation: wave 10s linear 0s infinite normal;
	-webkit-animation: wave 10s linear 0s infinite normal;
	-o-animation: wave 10s linear 0s infinite normal;
	-ms-animation: wave 10s linear 0s infinite normal;
}

/* ==========================================================================
  waveアニメ
   ========================================================================== */

@-moz-keyframes wave {
 0% {background-position: 0px 400px}
 100% {background-position: 400px 0px}
}
@-webkit-keyframes wave {
 0% {background-position: 0px 400px}
 100% {background-position: 400px 0px}
}
@-o-keyframes wave {
 0% {background-position: 0px 400px}
 100% {background-position: 400px 0px}
}
@-ms-keyframes wave {
 0% {background-position: 0px 400px}
 100% {background-position: 400px 0px}
}
 @-moz-keyframes wave2 {
 0% {background-position: 0px -400px}
 100% {background-position: -400px 0px}
}
@-webkit-keyframes wave2 {
 0% {background-position: 0px -400px}
 100% {background-position: -400px 0px}
}
@-o-keyframes wave2 {
 0% {background-position: 0px -400px}
 100% {background-position: -400px 0px}
}
@-ms-keyframes wave2 {
 0% {background-position: 0px -400px}
 100% {background-position: -400px 0px}
}






.Niigata .Billboard {
	background-image: url(../images/common/bg_niigata.jpg);
}

.Tokyo .Billboard {
	background-image: url(../images/common/bg_tokyo.jpg);
}

.fukushima .Billboard {
	background-image: url(../images/common/bg_fukushima.jpg);
	background-position: center;
}

/* ==========================================================================
niigata.html
========================================================================== */

/*区切り線*/
ul.border{
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: #EEE solid 1px;
	padding-left:0 !important;
	margin-left: 40px !important;
}

@media (min-width: 640px) {
ul.border {
	margin-left:80px !important;
}
}

/*新潟ページ　下部リンクバナー*/
.f_link{
	margin:0;
	padding:0;
}

.f_link li img{
	max-width:100%;
}

.f_link li{
	width:50%;
	padding:5px;
	margin:0;
	list-style:none;
	text-align:center;
	float:left;	
}

@media (min-width: 640px) {
.f_link li{
	width:25%;
	padding:0 10px;
	margin-bottom: 20px;
}
}

/*新潟県内大学・専門学校学生専用サイト*/

.potential-ttl {
  border-bottom: #4bbbf1 solid 2px;
  color: #4bbbf1;
  padding-bottom: 5px;
  margin-top: 30px;
  margin-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .potential-ttl {
      font-size: 2rem;
      margin-top: 0; } }

.gakusei-site{
	margin-top: 80px;
}

/* ==========================================================================
service.html
========================================================================== */

.jizen{
	padding:1em;
	border:1px solid #EB8594;
	border-radius:4px;
	margin:1em 0;
	background-color:#FFF;
}

.jizen .day{
	color:#E50011;
}

.jizen strong{
	font-size:1.6rem;

}

.jizen .time{
	font-size:1.2rem;
	color:#E50011;
}

.w-point {
}
.w-point i {
	background-color: rgba(255,180,219,1);
	border-radius: 4px;
	display: block;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-align: center;
	width: 44px;
	height: 44px;
	line-height: 44px;
	float: left;
	margin-right: 1rem;
}
.w-point span {
	font-size: 16px;
	line-height: 1.6;
	display: block;
	overflow: hidden;
}

.w-point strong {
	color: #F76F00;
}

/* ==========================================================================
家具・家電付き
========================================================================== */
.intern-photo-wrap .intern-photo {
	border-radius: 4px;
	position: relative;
	float: left;
	z-index: 6;
}
.intern-photo-wrap .intern-photo img {
	background-color: #FFF;
	border: #FFF solid 8px;
	border-radius: 4px;
	    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
	position: relative;
	z-index: 4;
}
.intern-photo-wrap .intern-photo:first-child::before {
	content: "";
	background-color: #86B2DF;
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.intern-photo-wrap .intern-photo:first-child {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.intern-photo-wrap .intern-photo:first-child::before {
	-webkit-transform: rotate(2deg) translate(10px,20%);
	transform: rotate(2deg) translate(10px,20%);
}
.intern-photo-wrap .intern-photo:nth-child(2) {
	max-width: 50%;
	-webkit-transform: rotate(-8deg) translate(0px,-40px);
	transform: rotate(-8deg) translate(0px,-40px);
}
.intern-photo-wrap .intern-photo:nth-child(3) {
	max-width: 50%;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

/* ==========================================================================
先輩のお部屋拝見
========================================================================== */
.Interview .Billboard {
	background-image: url(../images/interview/bg.jpg);
}

.Column-wrapper > .title-box h4.spec1 {
	font-size: 32px;
	margin-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: #333  solid 1px;
}
.Column-wrapper > .title-box h4.spec1 sub {
    bottom: 0;
    font-size: 1rem;
}
.Column-wrapper > .title-box .spec2 {
	font-size: 16px;
	line-height: 1.6;
}
.Column-wrapper > .title-box .spec2 span{
	padding-right: 1rem;
}
@media (min-width: 640px) {
	.Column-wrapper > .title-box h4.spec1 {
	font-size: 56px;
}
.Column-wrapper > .title-box .spec2 {
	font-size: 16px;
	line-height: 1.6;
}
.Column-wrapper > .title-box .spec2 span{
	display: block;
	padding-right: 0;
}
}

.inter-slider {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 640px) {
	.inter-slider {
		margin-top: 0;
	margin-bottom: 2rem;
}
}

.favo {
	width: 50%;
	margin-right: 20px;
	float: left;
}
@media (min-width: 640px) {
	.favo {
	width: 30%;
	margin-right: 30px;
}
}


.faq {
	width: 100%;
	position: relative;
	margin-bottom: 1rem;
}
.faq-photo {
	width: 100%;
}
.faq h4 {
	font-size: 16px;
	color: #FF6AB8;
	text-decoration: underline;
}
@media (min-width: 640px) {
	.faq {
	width: 60%;
	position: relative;
	float: left;
	margin-bottom: 0;
}
.faq-photo {
	width: 40%;
}
.faq h4 {
	font-size: 18px;
}
}

.point-list {
	margin: 0;
	padding-left: 1.6em;
}

.point-list li+li {
	margin-top: 10px;
}

.favo-txt {
	position: relative;
}


#exBnr {
	padding: 48px 0;
	text-align: center;
}
#exBnr a {
	dispaly: inline-block;
	background-color: #FF6AB8;
	padding: 24px;
	color: #FFF;
	border: 1px solid #FFF;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	font-weight: bold;
	font-size: 105%;
}
#exBnr a:hover {
	color: #FF6AB8;
	border: 1px solid #FF6AB8;
	background-color: #FFF;
}

/*.link-btn.shop-link.h50 {
    width: 100%;
    float: left;
}
.link-btn.shop-link.h50 + .h50 {
	width: 100%;
	margin-top: 1rem;
}*/


.yellow-box {
	background-color: yellow;
	border-radius: 6px;
    padding: 10px;
    font-size: 22px;
				color: #00AFEC;
				letter-spacing: 0;
}
.yellow-box small {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.shop-link span {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 12px;
}

.shop-link small + span{
	margin-top:5px;
	margin-bottom: 0
}

.shop-link small {
	background-color: #FFF;
	border-radius: 2px;
	padding: 4px 5px;
	display: block;
	font-size: 9px;
	font-weight: bold;
}
@media (min-width: 640px) {
	.shop-link span {
		font-size: 16px;
}
.shop-link small {
	padding: 4px 10px;
	font-size: 12px;
}
}
.link-btn.shop-link a {
	background-color: rgba(255,180,219,1);
	border-color: rgba(255,180,219,1);
    padding: 8px;
    font-weight: normal;
}
.link-btn.shop-link.green a {
		background-color: #B6DC95;
	border-color: #B6DC95;
}
@media (min-width: 640px) {
	.link-btn.shop-link a {
		padding: 8px 15px;
	}
}
.link-btn.shop-link a:hover {
	background-color: rgba(255,106,184,1);
	border-color: rgba(255,106,184,1);
}
.link-btn.shop-link.green a:hover {
		background-color: #6FBA2C;
	border-color: #6FBA2C;
}

.shop-link a:hover span {
	color: #FFF;
}
.shop-link a:hover small {
	color:rgba(255,106,184,1);
}
.shop-link.green a:hover small {
	color:#6FBA2C;
}

.shop-btn-wrap {
	max-width: 800px;
	width: 100%;
}
.shop-btn-wrap + .shop-btn-wrap .link-btn {
	margin-top: 1rem;
}
/* ==========================================================================
   20221117～ 
========================================================================== */
p.scbtn span{
	margin-top: 15px;	
}

.special-link01 {
	background-color: #FFF;
	border: #90d389 solid 1px;
	border-radius: 2px;
	padding: 5px 0;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #76ae70;
	width: 80%;
	margin: 0 auto;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
}

.special-link02 {
	background-color: #FFF;
	border: #df94ae solid 1px;
	border-radius: 2px;
	padding: 5px 0;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #ca839c;
	width: 80%;
	margin: 0 auto;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
}
ul.special_contents_2pieces li.sc_li{
	width:40%;
}

/* ==========================================================================
   20221124～ service
========================================================================== */

@media (max-width: 639.99px) {
	.img-pc-only{
		display:none;
}
	}
@media (min-width: 640px) {
	.img-sp-only{
		display:none;
}
}