@charset "UTF-8";
.redTXT{
	color: #FF0004;
}
.wrap .content section .STline {
  width: 100%;
  height: 1px;
  background: #666666;
}
body .wrap header .btnArea {
  width: 140px;
}

body .wrap header .btnArea .request.reservation a, body .wrap header .btnArea .reservation.reservation a {
  background: #a7907e;
}

/* smp --------------------------------------- */
/* more BT */
.moreButton {
  width: 80%;
  margin: 5% auto;
  position: relative;
}
.moreButton .arrow {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 50px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

.moreButton .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}
.moreButton .bg-extend-left:hover .arrow {
  background-color: #fff;
}

.moreButton .bg-extend-left:hover .arrow::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.moreButton .button-link {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #000;
  transition: .3s;
}

.moreButton .button-text {
  font-size: 14px;
  font-size: 0.93333rem;
}
.moreButton .bg-extend-left {
  padding: 20px;
  border: 1px solid #000;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.simple-text {
  color: #000;
}
.simple-text:hover {
  color: #fff;
}
.moreButton .bg-extend-left::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: -100%;
  top: 0;
  transition: .4s;
  z-index: -1;
}

.moreButton .bg-extend-left:hover::before {
  left: 0;
}
/* /more BT */


#top .wrap .content .price{
	width: 100%;
	background-color: #000;
	padding: 20px 10%;
	margin: 0;
}

#top .wrap .content section#point .pointList li span {
  font-size: 60%;
}
#top .wrap .content section#point .pointST .stMin02 {
  border-top: 1px solid #CCC;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 5.5vw;
  line-height: 1.6;
}
#top .wrap .content section#point .pointST .stMin02 span{
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
}
#top .wrap .content section#point .pointST .stMin02 em{
	font-size: 130%;
	font-style: normal;
	font-weight: normal;
	vertical-align:-5%;
}

#top .wrap .content section#info .imfoTxtArea h2 {
  line-height: 1.6;
}
#top .wrap .content section#info .imfoTxtArea h2 span {
  font-size: 70%;
}

#top .wrap .content section#info .contBtnBox .reservation.reservation a {
  background: #a8907d;
  background: linear-gradient(225deg, #333333 3%, #a8907d 3%, #a8907d 97%, #333333 97%);
}

#top .wrap .content section#info .contBtnBox .request a {
  background: linear-gradient(225deg, #333333 3%, #666666 3%, #666666 97%, #333333 97%);
}

#top .wrap .content section#info .contBtnBox .popMap {
  background: #999999 !important;
  background: linear-gradient(225deg, #333333 3%, #999999 3%, #999999 97%, #333333 97%) !important;
}


#top .wrap .content .bn_quopay{
  width: 80%;
  margin: 20% auto;
}
#top .wrap .content .bn_quopay p{
	text-align: justify;
	margin-top: 20px;
	color: #fff;
}

/* インフォ　ギャラリーMAPのポップアップ　ここから */
#popupMAP{
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	display: none;
}

.popupMAP-open {
	cursor: pointer;
	margin-left: -6px;
}
.popupMAP-open img {
	border: 1px solid #ccc;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.popupMAP-open img:hover {
	opacity: .6;
}

.popupMAP-overlay {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

#popupMAP:checked ~ .popupMAP-overlay{
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	display: block;
	z-index: 99999;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	width: 100vw;
	height: 96vh;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
}
.popupMAP-window {
	width: 90vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: default;
}
.popupMAP-text {
	height: 80vh;
	margin: 0;
	padding: 20px 0 0;
	background-color: #ffffff;
	overflow: auto;
}
.popupMAP-text h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 auto 10px;
}
.popMAPImg{
	margin: 0 20px;
}
.mapFoot{
	color: #FFF;
	background: #5D5B58;
	margin-top: 10px;
	padding: 20px;
}
.mapFootCap{
	text-align: left;
	font-size: 10px;
}
.mapFoottel{
	width: 200px;
}
.mapFootBtn{
	text-align: center;
	width: 200px;
	font-size: 10px;
	margin: 10px 0;
	padding: 0;
}
.mapFootBtn a{
	display: block;
	color: #FFF;
	border: #FFF 1px solid;
}
.mapFootcopyright{
	font-size: 10px;
	font-style: normal;
	padding: 4% 0;
	display: flex;
	justify-content: center;
}
.mapFootcopyright img{
	width: 60px;
	margin-right: 5px;
}
.popupMAP-close {
	cursor: pointer;
	position: absolute;
	bottom: -40px;
	right: 0;
}
#top .mapArea {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
}

#top .mapArea .map {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

#top .mapArea h3 {
  text-align: center;
  width: 90%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 60px auto 20px auto;
  padding: 0;
}

#top .mapArea h3.map2 {
  margin: 60px auto 30px auto;
}

#top .mapArea .btnArea {
  display: none;
}

#top .mapArea .tel {
  text-align: left;
  width: 90%;
  margin: 20px auto 0 auto;
  padding: 0;
}

#top .mapArea .tel .mapImg {
  margin-bottom: 10px;
}

#top .mapArea .tel .cap {
  font-size: 11px;
  font-size: 0.6875rem;
}

#top .mapArea .meet_img{
	width: 90%;
	margin: 0 auto;
	}
#top .mapArea .map_meeting{
	width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 40px auto;
	box-sizing: border-box;
	background-color: #E7E5E3;
	border: 1px solid #ccc;
}
#top .mapArea .map_meeting2{
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 40px auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
#top .mapArea .map_meeting .mapBox,
#top .mapArea .map_meeting2 .mapBox{
	width: 100%;
	margin: 0;
}
#top .mapArea .map_meeting .mapBox h4,
#top .mapArea .map_meeting2 .mapBox h4 {
	color: #fff;
	background-color: #0D1C74;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
#top .mapArea .map_meeting .txtBox,
#top .mapArea .map_meeting2 .txtBox{
	width: 100%;
	margin: 0;
	padding: 5%;
	box-sizing: border-box;
}
#top .mapArea .map_meeting .txtBox h4,
#top .mapArea .map_meeting2 .txtBox h4{
	color: #8C0002;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 20px 0;
	position: relative;
	padding: 1rem;
}

#top .mapArea .map_meeting .txtBox h4:before,
#top .mapArea .map_meeting2 .txtBox h4:before {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
  content: '';
  border-radius: 2px;
  background: #8C0002;

}
#top .mapArea .map_meeting .txtBox .readTxt,
#top .mapArea .map_meeting2 .txtBox .readTxt{
	text-align: left;
	font-size: 14px;
  font-size: 0.93333rem;
	line-height: 1.5;
	margin-bottom: 20px;	
	color: #000;
}
#top .mapArea .map_meeting .txtBox .ttlTxt,
#top .mapArea .map_meeting2 .txtBox .ttlTxt{
	text-align: center;
	font-size: 14px;
  font-size: 0.93333rem;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #000;
}
#top .mapArea .map_meeting .mapImg,
#top .mapArea .map_meeting2 .mapImg {
  margin-bottom: 10px;
	text-align: left;
}

#top .mapArea .map_meeting .cap,
#top .mapArea .map_meeting2 .cap {
  font-size: 12px;
    font-size: 0.75rem;
	line-height: 1.5;
	text-align: left;
	color: #000;
}
/* インフォ　ギャラリーMAPのポップアップ　ここまで */

#top .wrap .content #webinarYTBox{
	width: 100%;
	margin: 0 auto;
	padding: 0;	
}
#top .wrap .content .webinarYT {
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin: 100px auto 0 auto;
  padding: 0;
}
#top .wrap .content .webinarYT .webinarYT01{
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 30px 0;
  color: #d3beac;
}
#top .wrap .content .webinarYT .webinarYT02{
	text-align: center; 
    font-size: 18px;
    font-size: 1.125rem;
  margin: 0 0 30px 0;
  color: #d3beac;
}

#top .wrap .content .webinarYT .youtubeBox01{
	width: 100%;
  margin: 20px auto 0 auto;
  padding: 0;
  overflow: hidden;
}
#top .wrap .content .webinarYT .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin: 0;
}
#top .wrap .content .webinarYT iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
	margin: 0;
}


#top .wrap .content section#design .designer .designerBox02 {
  margin: 10% auto 0;
}

#top .wrap .content section#plan .landplan{
	width: 80%;
	margin: 5% auto;
}
#top .wrap .content section#plan .landBox1{
	width: 80%;
	margin: 0 auto 5%;	
}
#top .wrap .content section#plan .landBox1 .txtBox{
	width: 100%;
	margin-bottom: 5%;
}
#top .wrap .content section#plan .landBox1 .imgBox{
	width: 100%;
}

#top .wrap .content section#plan .planList {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
#top .wrap .content section#plan .planList li {
  margin-bottom: 5%;
}
#top .wrap .content section#plan .planList li img {
  border: 1px solid #ccc;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

#top .wrap .content section#plan .bnCompact{
	width: 80%;
	margin: 0 auto 5%;
}
.wrap .content .pageBtnBox {
  width: 80%;
  margin: 10% auto;
}
.wrap .content .pageBtnBox li {
  width: 100%;
}
.wrap .content .pageBtnBox li a {
  display: block;
  height: 100%;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  padding: 11px 0;
}
.wrap .content .pageBtnBox li.request {
  margin-bottom: 3%;
}
.wrap .content .pageBtnBox li.request a {
  background: #a7907e;
}
.wrap .content .pageBtnBox li.request2 {
  margin-bottom: 3%;
}
.wrap .content .pageBtnBox li.request2 a {
  background: #414141;
}
.wrap .footLink01Area{
	width: 100%;
	margin: 0;
	padding: 5% 10% 2%;
	background-color: #ece9e0;
}
.wrap .footLink01Area .footlink01ttlBox{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 2%;
}
.wrap .footLink01Area .footlink01ttlBox .footlink01Ttl{
	text-align: left;
	font-size: 22px;
	font-size: 1.375rem;
	color: #000;
	border-bottom: 1px solid #000;
	align-self: baseline;
}
.wrap .footLink01Area .footlink01ttlBox .footlink01Ttl02{
	text-align: left;
	font-size: 14px;
	font-size: 0.93333rem;
	color: #000;
	margin-left: 20px;
	align-self: baseline;
}
.wrap .footLink01Area .footLink01 {
  width: 100%;
  margin: 5% auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap .footLink01Area .footLink01 li {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2%;
}
.wrap .footLink01Area .footLink01 li .link01Txt {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 2;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 4.2vw;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  margin: 0;
}
.wrap .footLink01Area .footLink01 li .link01Txt span{
  margin-left: 20px;
  font-size: 2.6vw;	
}
.wrap .footLink01Area .footLink01 li .link01arrow{
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
	border-width: 0px 0px 10px 10px;
}
.wrap .footLink02{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin: 0 auto;
	padding: 5% 10%;
}
.wrap .footLink02 li{
	width: 50%;
}
.wrap .footLink02 .btnLeft a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  color: #333;
  text-decoration: none;
  text-align: left;
}

.wrap .footLink02 .btnArrowLeft a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-135deg);
  box-sizing: border-box;
}
.wrap .footLink02 .btnRight a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  color: #333;
  text-decoration: none;
  text-align: right;
}

.wrap .footLink02 .btnArrowRight a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  box-sizing: border-box;
}


/* PC --------------------------------------- */
@media only screen and (min-width: 961px) {
/* more BT */
.moreButton {
  width: 400px;
  margin: 2% auto 0;
}
/* /more BT */

  body .wrap header .btnArea {
    width: 350px;
  }
  body .wrap header .btnArea .request a, body .wrap header .btnArea .reservation a {
    margin: 0 20px 0 0;
  }

#top .wrap .content .price img{
	max-width: 700px;
}

  #top .wrap .content section#point .pointST .stMin02 {
    font-size: 3vw;
    line-height: 1;
    padding: 30px 0;
  }
  #top .wrap .content section#info .contBtnBox {
  	width: 680px;
    display: flex;
	justify-content: space-around;
	align-items: baseline;
  }

#top .wrap .content section#info .contBtnBox .popMap {
	width: 200px;
	margin: 0 10px !important;
}

#top .wrap .content .bn_quopay{
  max-width: 1100px;
  margin: 3% auto;
}
#top .wrap .content section#design .designer .designerBox02 {
  margin: 5% auto 0;
}
#top .wrap .content section#plan .landplan{
	max-width: 1200px;
}

#top .wrap .content section#plan .landBox1{
	width: 70%;
	margin: 0 auto 10%;	
	display: flex;
	justify-content: space-between;
}
#top .wrap .content section#plan .landBox1 .txtBox{
	width: 60%;
	margin-bottom: 0;
	align-self: center;
}
#top .wrap .content section#plan .landBox1 .imgBox{
	width: 30%;
	align-self: center;
}
#top .wrap .content section#plan .planList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
#top .wrap .content section#plan .planList li {
    width: 28%;
    margin: 0 2% 4%;
  }	

#top .wrap .content section#plan .bnCompact{
	width: 77%;
	margin: 2% auto 0 auto;
}
/* インフォ　ギャラリーMAPのポップアップ　ここから */
.popupMAP-text {
	padding: 6% 0 0;
}
.popupMAP-text h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.popMAPImg{
	width: 100%;
	margin: 0 auto;
}
.mapFoot{
	margin-top: 5%;
	padding: 30px 10%;
}
.mapFootCap{
	font-size: 11px;
}
.mapFoottel{
	width: 250px;
}
.mapFootBtn{
	text-align: center;
	width: 200px;
	font-size: 10px;
	margin: 10px 0;
	padding: 0;
}
.mapFootBtn a:hover{
	background: #FFF;
	color: #74787a;
}
.mapFootcopyright{
	font-size: 11px;
	padding: 20px 0;
}
#top .mapArea {
  text-align: center;
  width: 100%;
  margin: 0 auto 170px auto;
  padding: 1% 0 0 0;
}

#top .mapArea .map {
  text-align: center;
  width: 60%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
}

#top .mapArea h3 {
  text-align: center;
  width: 90%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  max-width: 1000px;
  margin: 100px auto 30px auto;
  padding: 0;
}

#top .mapArea h3.map2 {
  margin: 60px auto 30px auto;
}

#top .mapArea .btnArea {
  text-align: center;
  width: 90%;
  margin: 20px auto 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top .mapArea .btnArea li {
  width: 200px;
  margin: 0 10px;
  padding: 10px 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#top .mapArea .tel {
  text-align: left;
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0 auto;
  padding: 0;
}

#top .mapArea .tel .mapImg {
  margin-bottom: 10px;
}

#top .mapArea .tel .cap {
  font-size: 11px;
  font-size: 0.6875rem;
}

#top .mapArea .meet_img{
	width: 80%;
	margin: 0 auto 5%;
	}
#top .mapArea .map_meeting{
	width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 40px auto;
	box-sizing: border-box;
	background-color: #E7E5E3;
	border: 1px solid #ccc;
}
#top .mapArea .map_meeting2{
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 40px auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
#top .mapArea .map_meeting .mapBox,
#top .mapArea .map_meeting2 .mapBox{
	width: 50%;
	margin: 0;
	align-self: center;
}
#top .mapArea .map_meeting .mapBox h4,
#top .mapArea .map_meeting2 .mapBox h4 {
	color: #fff;
	background-color: #0D1C74;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
#top .mapArea .map_meeting .txtBox,
#top .mapArea .map_meeting2 .txtBox{
	width: 50%;
	margin: 0;
	padding: 5%;
	box-sizing: border-box;
	align-self: center;
}
#top .mapArea .map_meeting .txtBox h4,
#top .mapArea .map_meeting2 .txtBox h4{
	color: #8C0002;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 20px 0;
	position: relative;
	padding: 1rem;
}

#top .mapArea .map_meeting .txtBox h4:before,
#top .mapArea .map_meeting2 .txtBox h4:before {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
  content: '';
  border-radius: 2px;
  background: #8C0002;
}
#top .mapArea .map_meeting .txtBox .readTxt,
#top .mapArea .map_meeting2 .txtBox .readTxt{
	text-align: left;
	font-size: 14px;
  font-size: 0.93333rem;
	line-height: 1.5;
	margin-bottom: 20px;	
	color: #000;
}
#top .mapArea .map_meeting .txtBox .ttlTxt,
#top .mapArea .map_meeting2 .txtBox .ttlTxt{
	text-align: center;
	font-size: 14px;
  font-size: 0.93333rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
#top .mapArea .map_meeting .mapImg,
#top .mapArea .map_meeting2 .mapImg {
  margin-bottom: 10px;
	text-align: left;
}

#top .mapArea .map_meeting .cap,
#top .mapArea .map_meeting2 .cap {
  font-size: 12px;
    font-size: 0.75rem;
	line-height: 1.5;
	text-align: left;
}
/* インフォ　ギャラリーMAPのポップアップ　ここまで */
.wrap .content .pageBtnBox {
  width: 80%;
  margin: 10% auto 5%;
}
 .wrap .content .pageBtnBox li {
    max-width: 300px;
    margin: 0 auto ;
}
.wrap .content .pageBtnBox li a {
    padding: 15px 0;
}
.wrap .content .pageBtnBox li a:hover {
    opacity: 1;
    background: #000;
}
.wrap .content .pageBtnBox li.request {
    background: #81732b;
    margin-bottom: 10px;
}

.wrap .footLink01Area .footlink01ttlBox .footlink01Ttl{
	font-size:28px;
	font-size: 1.75rem;	
}
.wrap .footLink01Area .footlink01ttlBox .footlink01Ttl02{
	font-size: 18px;
	font-size: 1.125rem;
}

.wrap .footLink01Area .footLink01 li {
  width: 48%;
  margin-bottom: 4%;
}
.wrap .footLink01Area .footLink01 li .link01Txt {
  font-size: 1.8vw;
}
.wrap .footLink01Area .footLink01 li .link01Txt span{
  margin-left: 30px;
  font-size: 1vw;	
}
.wrap .footLink01Area .footLink01 li .link01arrow{
	border-width: 0px 0px 16px 16px;
}
.wrap .footLink02 .btnLeft a {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 0 0 30px;
}
.wrap .footLink02 .btnArrowLeft a::after {
  width: 16px;
  height: 16px;  
}
.wrap .footLink02 .btnRight a {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 30px 0 0;
}
.wrap .footLink02 .btnArrowRight a::after {
  width: 16px;
  height: 16px;
}
}

/* tablet --------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 960px) {
  #top{
  }

  #outline{
  }

  #plan{
  }
}

/* tablet(landscape) --------------------------------------- */
@media screen and (min-width:961px) and ( max-width:1024px) {
  #top{
  }

  #outline{
  }

  #plan{
  }
}