.container{
	padding: 0;
}
section{
	display: block;
}
h2{
	font-family: 'PT Serif', serif;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
h2 + p,
p.ttl {
	font-size: 20px;
	font-weight: bold;
	margin: 45px 0 35px;
	text-align: center;
}
h2 + p + p,
p.ttl + p {
	font-weight: 400;
	margin: 0 0 45px;
	max-width: 500px;
}
@media screen and (max-width: 640px) {
	h2 + p{
		margin: 10% 0;
	}
  h2 + p,
  p.ttl {
	  font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  h2 + p,
  p.ttl {
	  font-size: 15px;
  }
}
._student{
	padding: 0;
}
._student > img{
	width: 100%;
}
._student ._cont{
	background: url("../img/bg-business.jpg") no-repeat top right;
	background-size:50% auto;
	padding-top: 5%;
}
._anchor{
	max-width: 840px;
	margin: 0 auto 10%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
._anchor li{
	border-radius: 20px;
	transition: all 1s;
	width:  calc(100% / 5);
	text-align: center;
	padding: 0 0 15px;
	position: relative;
}
._anchor li:after{
	content: "▼";
	color: #008E75;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s;
}
._student ._anchor li:after{
	color: #008cd6;
}
._anchor li:hover:after{
	bottom: 5px;
}
._anchor li a {
	position: relative;
	display: inline-block;
	margin: 0 1.5em;
	padding: 0 0 0.5em;
	color: #000;
	font-size: 14px;
	transition: 0.5s;
}
._anchor li a p {
	display: block;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	letter-spacing: 0.1em;
}
._anchor li a span {
	display: block;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 85%;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {

  ._anchor {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

  ._anchor li{
		width: 25%;
		/* width:  calc(100% / 4); */
		margin-bottom: 20px;
	}
	._anchor li a{
		margin: 0;
		/* margin: 0 1.25em; */
		font-size: 10px;
	}
}
@media screen and (max-width: 480px) {
	._anchor li a{
    /* margin: 0 1em; */
	}
  ._anchor li a span,
  ._anchor li a p {
    letter-spacing: 0;
  }
  
}
@media screen and (max-width: 380px) {

	._anchor li a{}

	._anchor li a{
    /* margin: 0 0.75em; */
		font-size: 9px;
	}
  ._anchor li a span,
  ._anchor li a p {
    letter-spacing: -0.03em;
	}
	._anchor li:first-child a{
    /* margin: 0 0.75em 0 0; */
	}
	._anchor li:last-child a{
    /* margin: 0 0 0 0.75em; */
	}
}
._tl{
	max-width: 650px;
	width: 90%;
	margin: 0 auto 50px;
  font-weight: 500;
	font-size: 12px;
}
h1{
	font-family: 'PT Serif', serif;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 40px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
}
._tl p{
    position: relative;
    text-align: center;
    border: 0 none;
    background-color: transparent;
}
._tl p{
  position: relative;
  display: block;
  padding: 0 55px;
}

._tl p:before, ._tl p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(50% - 8em);
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

._tl p:before {
  left:0;
}
._tl p:after {
  right: 0;
}
._tl span {
  display: block;
	text-align: center;
}
._youtube{
	position: relative;
	width: 100%;
	max-width: 840px;
	height: 0;
	margin: 0 auto;
	padding-bottom: 56.25%;
	overflow: hidden;
}
._youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
._youtube .movie {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mvCap {
	position: relative;
	width: 100%;
  max-width: 840px;
  margin: 15% auto 1em;
  font-size: 12px;
  font-weight: 400;
}
._layout{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin: 15% auto;
}
._layout h2 {
	width: 100%;
	max-width: 100%;
	margin: 0 0 30px;
}
._layout > img{
	width: 32%;
}
._layout ._txt{
	margin-left: 50px;
}
._layout ._txt h2{
	max-width: 100%;
	width: auto;
	max-height: 85px;
	margin-bottom: 30px;
}
._layout ._txt h2 img{
	max-width: 100%;
	/*max-height: 85px;*/
}
._layout ._txt h2 + p{
	text-align: left;
	font-size: 15px;
	font-weight: normal;
}
@media screen and (max-width: 640px) {

	._youtube {
		margin: 0 0 15% 0;
	}

	._layout {
		flex-wrap: wrap;
	}
	._layout > img{
		margin: 0 auto 50px;
		width: 70%;
	}
	._layout ._txt{
		margin: 0 auto;
		/*width: 80%;*/
	}
	._layout ._txt h2 + p{
		margin: 20px auto;
	}
}

.layout-img{
	display: block;
	width: 60%;
	margin: 0 auto 5% auto;
}

@media screen and (max-width: 640px) {
	.layout-img{
    width: 80%;
	}
}

._detail {
	padding: 0;
}
._detail + ._detail {
	padding-top: 150px;
}
._box{
	background: #c8e6ff;
	padding: 0 75px;
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
}
._box.left{
	padding-left: calc(50% - 425px);
	margin: 0 auto 0 0;
	float: left;
}
._box.right{
	padding-right: calc(50% - 425px);
	margin: 0 0 0 auto;
	float: right;
}
._box + ._box.kome{
	margin-top: 10px;
	background: none;
	font-size: 10px;
	color: #595757;
	padding: 0;
}
._box + ._box.left.kome{
	padding-left: calc(50% - 425px);
}
._box + ._box.right.kome{
	padding-right: calc(50% - 425px);
}
._box .__inner{
	max-width: 100%;
	margin: 0 auto;
	width: 850px;
}
._box.kome .__inner{
	max-width: 95;
	margin: 0 auto;
	width: 850px;
}
._box + ._box{
}
._box h2{
	max-width: 100%;
	width: 100%;
	margin: -0.5em auto 0;
	line-height: 1;
	letter-spacing: 0.1em;
}
/*._box h2 + p{
	font-size: 20px;
	font-weight: bold;
	margin: 65px 0;
}*/
._box.left h2,
._box.left h2 + p,
._box.left p.ttl {
	text-align: left;
}
._box.left p.ttl {
	margin-top: 60px;
}
._box.right h2,
._box.right h2 + p{
	text-align: right;
}
._box.right h2 + p + p{
	text-align: right;
	margin-left: auto;
	max-width: 600px;
}
._box.left p.ttl br.pc {
	display: inline;
}
@media screen and (max-width: 960px) {
	._box.left,
	._box.right{
		padding: 0 5%;
	}
	._box + ._box.left.kome,
	._box + ._box.right.kome{
		padding: 0 5%;
	}
	._box.left p.ttl br.pc {
		display: none;
	}
	._box h2 + p {
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {

	._box.left p.ttl {
		margin-top: 15%;
	}

}

._photo-box{
	width: 100%;
	font-weight: bold;
	/*margin-bottom: 35px;*/
}
._photo-box div {
	position: relative;
	margin-bottom: 10px;
}
._photo-box .last {
  margin-bottom: 50px;
}
/*._photo-box img{
	margin-bottom: 10px;
}*/
/*._photo-box p:last-child{
	font-weight: normal;
	margin-top: 10px;
}*/
._photo-box p,
.guide p {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	font-weight:bold;
	color: #000;
	background: #5db6e7;
}
.guide p {
	position: relative;
	bottom: 0;
	right: 0;
	display: inline-block;
	margin-right: 8px;
	font-weight: 700;
}
._photo-box p + p {
	position: absolute;
	bottom: 5px;
	left: 33px;
	width: auto;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2),
	-2px 2px 2px rgba(0,0,0,.2),
	2px -2px 2px rgba(0,0,0,.2),
	-2px -2px 2px rgba(0,0,0,.2);
	background: none;
}
.guide {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 50px;
}
.guide li {
	display: inline-block;
	margin: 0 3em 1em 0;
	font-size: 15px;
	font-weight: 500;
}
._column{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	align-content: center;
	margin: 0 !important;
}
._column div{
	width: calc(50% - 5px);
	margin-right: 10px;
}
._column div:last-child{
	margin-right: 0;
}

._column3{
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
._column3 div{
	width: 33.33%;
	margin-right: 20px;
}
._column3 div:last-child{
	margin-right: 0;
}
._photo-box .portrait {
	width: 24.5%;
}


@media screen and (max-width: 640px) {
	._photo-box{
		margin-bottom: 30px;
	}
	._column,._column3{
		flex-wrap: wrap;
	}
	._column div, ._column3 div,
	._photo-box .portrait {
		width: 100%;
		margin-right: auto;
		/*margin-bottom:10px;*/
	}
	/*._column div img, ._column3 div img{
		margin-bottom:5px;
	}*/
	.guide {
		margin-bottom: 10%;
	}
}
._roomplan,
._shareplan,
._equipment {
	max-width: 850px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
._roomplan ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: 30px auto;
  padding: 0 0 30px;
  border-bottom: 1px solid #fff;
}
._roomplan ul li{
  width: 30%;
	margin: 10px 0;
}
._roomplan .ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 4em;
}
._roomplan ul li span,
._roomplan ul li p {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
._roomplan ul li span{
	width: 30px;
	height: 30px;
	border-radius: 25%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	margin-right: 10px;
  background: #0089c7;
	vertical-align: baseline;
}
._roomplan ul li p{
	width:calc(100% - 45px);
	vertical-align: top;
	font-weight: 700;
}
._roomplan ul li div {
  width: 100%;
}
.equipment {

}
.equipment .setsubi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equipment .setsubi p {
  font-weight: 700;
}
.equipment .items {
  width: 60%;
}
.equipment .internet {
  width: 36%;
}
.equipment .iconSet {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px 0;
}
.equipment .items .iconSet div {
  width: 13%;
  margin: 0 2% 0 0;
}
.equipment .internet .iconSet div {
  width: 22%;
  margin: 0 0 0 0;
}
.roomtypeImg {
  position: relative;
	margin: 0 0 50px;
}
span.r{
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	text-align: right;
	color: #fff;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: normal;
}

@media screen and (max-width: 960px) {
  ._roomplan .ttl {
    height: auto;
  }
  ._roomplan ul li{
    width: 100%;
    margin: 10px 0;
  }
  ._roomplan ul li p br {
    display: none;
  }
  .equipment .items {
    width: 100%;
  }
  .equipment .internet {
    width: 100%;
  }
  .equipment .iconSet {
    margin: 20px 0;
  }
  .equipment .items .iconSet div,
  .equipment .internet .iconSet div {
    width: 14%;
    max-width: 70px;
    margin: 0 2% 0 0;
  }
}

._access{
	padding-top: 15%;
}
._access .__inner > img{
	max-width: 598px;
	width: 100%;
	margin: 70px auto;
}
._access .__inner > img + p,
._access .__inner > ._time + p{
	font-size: 17px;
	margin: 0 30px;
}
._time{
	margin: 35px auto;
	display: flex;
	flex-wrap: wrap;
}
._time dl{
	width: calc(100% / 3 - 40px);
	margin: 0 20px 60px;
}
._time dl dt{
	border-bottom: solid 1px #9E9E9F;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 23px;
}
._time dl dt span{
	font-size: 16px;
}
._time dl dt p{
	display: inline-block;
	color: #A72126;
}
._time dl dd{
	letter-spacing: -.01em;
	font-size: 12px;
}

._kome{
	color: #595757;
	margin: 0 auto;
	font-size: 12px !important;
}
@media screen and (max-width: 640px) {
	._access .__inner > img{
		margin: 35px auto;
	}
	._access .__inner > img + p{
		font-size: 14px;
		text-align: center;
		margin: 0 auto;
	}
	._time{
	}
	._time dl{
		width: 70%;
		margin: 0 auto 40px;
	}
	._time dl dt{
		font-size: 16px;
	}
	._time dl dt span{
		font-size: 11px;
	}
	._time dl dt p{
		display: inline-block;
		color: #A72126;
	}
	._kome{
		margin: 0 auto;
	}
}



#concept {
  padding: 0 0 8%;
}
#concept > img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#concept h2 {
  display: block;
  width: 53%;
  margin: 4% auto 2%;
}
#concept .-ttl-concept {
  display: block;
  overflow: hidden;
  background-image: url(../img/h2_business.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 24.76% 0 0 0;
  text-indent: -9999px;
  line-height: 0;
}
#concept ._txt {
  display: block;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
#concept ._txt p {
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 800px) {
  #concept ._txt p {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #concept > img {
    width: 80%;
  }
  #concept ._txt {
    width: 100%;
  }
  #concept h2 {
    width: 80%;
  }
  #concept ._txt p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  #concept > img {
    width: 90%;
  }
}

._contact ._tel-form{
	text-align: center;
}
._contact ._tel-form p {
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1.2;
}
._contact ._tel-form span {
	font-size: 43px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1;
	padding-top: 10px;
	display: block;
	color: #40A990;
}
._contact ._tel-form span a {
	color: #008cd6;
}
._contact ._tel-form ._privacy{
	margin-top: 10px;
	font-family: YakuHanJP, 'Noto Sans Japanese', 游ゴシック, 'Yu Gothic Medium', 'Hiragino Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
	color: #000;
}
._contact ._tel-form ._privacy:hover{
	text-decoration: none;
}


._kankyo{
	background: #c8e6ff;
	padding: 5% 0;
}
._kankyo .__inner{
	max-width: 320px;
	width: 80%;
}
@media screen and (max-width: 640px) {
	._kankyo{
		padding: 10% 0;
	}
}

