  @charset "UTF-8";

.pjContents{
  padding-bottom: 0;
}

/*mvWrap
--------------------------------- */
/*
mv
---------------------------*/
.mvWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #feeceb;
}
.mvWrap .mvImg{
  width: calc((800 / 1280) * 100%);
}
.mvWrap .mvImg figure{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.mvWrap .mvImg figcaption{
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #fff;
  font-size: 10px;
  z-index: 4;
}
.mvWrap .mvCatch{
 width: calc((480 / 1280) * 100%);
}
.mvWrap .mvCatch img,
.mvWrap .mvImg img{
  display: block;
  width: 100%;
  height: auto;
}

#mvCatchPC img{
  display: none;
}


@media screen and (max-width: 767px) {
  .mvWrap{
    display: block;
    /*height: calc(100vh - 175px);
    height: calc(100svh - 175px);*/
    /*height: 58vh;
    height: 58dvh;*/
  }
  .mvWrap .mvImg{
    position: relative;
    width: 100%;
  }
  .mvWrap .mvImg figcaption{
    /*right: calc(40vw + 2px);*/
  }

  .mvWrap .mvCatch{
    /*display: none;*/
    width: 100%;
  }
  
  /*.mvWrap .mvImg,
  .mvWrap .swiper,
  .mvWrap .swiper-wrapper,
  .mvWrap .swiper-slide,
  .mvWrap .swiper-slide figure{
    position: static;
    height: 100%;
  }
  .mvWrap .mvImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }*/
  /*.mvWrap .swiper-slide figure{
    width: 140vw;
  }
  .mvWrap .swiper-slide.move01 figure img{}
  .mvWrap .swiper-slide.move02 figure img{
    transform: translateX(-40vw);
  }
  
  .mvWrap .move01.swiper-slide-active figure img,
  .mvWrap .move01.swiper-slide-duplicate-active figure img,
  .mvWrap .move01.swiper-slide-prev figure img{
    animation: mvMoveSP01 6.5s linear 0s normal both;
  }
  
  .mvWrap .move02.swiper-slide-active figure img,
  .mvWrap .move02.swiper-slide-duplicate-active figure img,
  .mvWrap .move02.swiper-slide-prev figure img{
    animation: mvMoveSP02 6.5s linear 0s normal both;
  }*/
  #mvCatchPC{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mvCatchPC img{
    object-fit: contain;
    display: block;
    width: 100%;
  }
  
}

/*¥¹¥Þ¥Û¤Î¤ßºáÒÆ„Ó*/
@keyframes mvMoveSP01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40vw);
  }
}
@keyframes mvMoveSP02 {
  0% {
    transform: translateX(-40vw);
  }
  100% {
    transform: translateX(0);
  }
}



/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*¿kÏò¤­¤Î¤ß¤ÎÓ›Êö*/
  
}

/* for tablet*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) {
/*ºáÏò¤­¤Î¤ß¤ÎÓ›Êö*/
  
}



/*
price
---------------------------*/
.price{
  display: none;
}



@media screen and (max-width: 767px) {
  .price{
    display: block;
    text-align: center;
    background: #c8a57d;
  }
}

/*
mCopy
---------------------------*/
.mCopy{
  padding: 50px 0 50px 0.8em;
  background: #fff;
  text-align: center;
  letter-spacing: 0.8em;
  line-height: 1.0;
}



@media screen and (max-width: 767px) {
  .mCopy{
    padding: 20px 0 20px 0.3em;
  letter-spacing: 0.3em;
  }
}


.bgWrap{
  background: #feeceb;
}


/*
merit
---------------------------*/
.merit {
  padding: 100px 0 100px 0;
}
.merit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 50px;
  background: #c8a57d;
  color: #fff;
}
.merit ul li {
  position: relative;
  width: calc(100% / 2);
  padding: 30px 5px;
  text-align: center;
  font-feature-settings: "palt";
}
.merit ul li:nth-of-type(n+3) {
  border-top: 1px solid #fff;
}
.merit ul li div {
  padding: 15px 0;
}
.merit ul li:nth-of-type(2n) div {
  border-left: 1px solid #fff;
}
.merit ul li p:nth-of-type(1) {
  position: relative;
  display: inline-block;
  padding-left: 0.1em;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 11.0), 23px);/*23 / 18*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.merit ul li p:nth-of-type(2) {
  margin: 10px 0 0 0;
  padding-left: 0.1em;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 11.0), 15px);/*15 / 13*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.merit ul li p:nth-of-type(1) span {
  position: absolute;
  left: 0;
  top: -1.5em;
  padding-left: 0;
  font-size: 10px;
  letter-spacing: 0;
}
.merit ul li p:nth-of-type(1) strong {
  font-size: 145%;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .merit {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .merit ul {
    display: block;
    padding: 0 20px;
  }
  .merit ul li {
    width: 100%;
    padding: 20px 5px;
  }
  .merit ul li + li {
    border-top: 1px solid #fff;
  }
  .merit ul li:nth-of-type(n+3) {}
  .merit ul li div {
    padding: 0;
  }
  .merit ul li:nth-of-type(2n) div {
    border-left: none;
  }
  .merit ul li p:nth-of-type(1) {
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*23 / 18*/
  }
  .merit ul li p:nth-of-type(2) {
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*15 / 13*/
  }
  .merit ul li p:nth-of-type(1) span {}
  .merit ul li p:nth-of-type(1) strong {}
}

/*
infoWrap
---------------------------*/
.infoWrap {
  padding: 70px 0 0 0;
  text-align: center;
}

.infoWrap .ttlInfo{
  margin: 0 0 70px 0;
  text-align: center;
  line-height: 1.0;
}
.infoWrap .t01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2em 0 0 0;
  color: #890025;
  font-size: clamp(calc(70px * 0.7), calc(70vw / 11.00), 70px);/*70 / 46*/
  line-height: 1.0;
  font-feature-settings: "palt";
}
.infoWrap .t01 span {
  font-size: calc((25 / 38) * 100%);
}
.infoWrap .t02 {
  margin: 1.3em 0 0 0;
  padding-left: 0.3em;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);/*25 / 20*/
  line-height: 1.0;
  letter-spacing: 0.3em;
  font-feature-settings: "palt";
}
.infoWrap .t03 {
  padding-left: 0.2em;
  color: #890025;
  font-size: clamp(calc(36px * 0.7), calc(36vw / 11.00), 36px);/*36 / 26*/
  line-height: 1.0;
  letter-spacing: 0.2em;
}
.infoWrap .infoPrice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
  border-top: 1px solid #777;
}
.infoWrap .infoPrice dt {
  font-size: clamp(calc(13px * 0.7), calc(13vw / 11.00), 13px);/*13 / 12*/
  line-height: 1.0;
}
.infoWrap .infoPrice dd {
  margin: 0 0 0 10px;
  font-size: clamp(calc(65px * 0.7), calc(65vw / 11.00), 65px);/*65 / 45*/
  line-height: 1.0;
}
.infoWrap .infoPrice dd span {
  font-size: calc((40 / 65) * 100%);
}

.infoWrap .benefit {
  margin: 45px 0 0 0;
}

.infoWrap .benefit h4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 70px;
  margin: 0 auto;
  padding-left: 0.5em;
  background: #4c4b4a;
  color: #fff;
  font-size: clamp(calc(20px * 0.7), calc(20vw / 11.00), 20px);/*20 / 16*/
  line-height: 1.0;
  letter-spacing: 0.5em;
}
.infoWrap .benefit h4::before,
.infoWrap .benefit h4::after{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.infoWrap .benefit h4::before{
  left: 0;
  top: 0;
  border-top: 8px solid #fbf6f0;
  border-left: 8px solid #fbf6f0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.infoWrap .benefit h4::after{
  right: 0;
  bottom: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #fbf6f0;
  border-bottom: 8px solid #fbf6f0;
}

.infoWrap .benefit ol{
  display: flex;
  max-width: 900px;
  margin: -35px auto 0 auto;
}
.infoWrap .benefit ol li{
  width: calc(100% / 3);
  padding: 70px 10px 10px 10px;
  border-style: solid;
  border-color: #494b4d;
  border-width: 1px 1px 1px 0;
  text-align: center;
}
.infoWrap .benefit ol li:first-of-type{
  border-left-width: 1px;
}
.infoWrap .benefit ol li .num{
  line-height: 1.0;
}
.infoWrap .benefit ol li p{
  margin: 20px 0 0 0;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);/*23 / 20*/
  line-height: 1.4;
}
.infoWrap .benefit ol li figure{
  position: relative;
  margin: 35px 0 0 0;
}
.infoWrap .benefit ol li figure figcaption{
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #fff;
  font-size: 10px;
}

.infoWrap .pjInfoWrap{
  margin: 50px 0 0 0;
  padding: 0;
}
.infoWrap .pjInfoWrap ul{
  display: block;
  /*flex-direction: row;*/
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.infoWrap .pjInfoWrap ul::after{
  content: none;
}
.infoWrap .pjInfoWrap ul li{
  /*width: calc((400 / 830) * 100%);*/
  width: 100%;
  border-radius: 5px;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);/*23 / 20*/
  overflow: hidden;
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.4));
}
.infoWrap .pjInfoWrap ul li a{
  position: relative;
  height: 120px;
  padding-left: 0.5em;
  letter-spacing: 0.5em;
}
.infoWrap .pjInfoWrap ul li a::after {
  right: 30px;
  width: 60px;
  height: 60px;
  background: url(/bunjyo/miyayama/img/cmn/ico_arrow03_wh.svg) no-repeat center center;
  background-size: 29px 9px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.infoWrap .pjInfoWrap ul li a:hover::after {
  right: 20px;
}
.infoWrap .pjInfoWrap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 50%;
  background: #961c3d;
}

.infoWrap .pjInfoWrap ul li a span{
  position: relative;
}

.infoWrap .pjInfoWrap .btnCV .btnRsv a{
  background: #890025;
}
.infoWrap .pjInfoWrap .btnCV .btnReq a{
  background: #ffaca9;
}

.infoBnrWrap{
  max-width: 840px;
  margin: 50px auto 0 auto;
}


.infoP{
  position: relative;
  display: flex;
  gap: calc((20 / 1080) * 100%);
  margin: 55px 0 0 0;
}

@media screen and (max-width: 767px) {
  .infoWrap {
    padding-top: 50px;
  }

  .infoWrap .ttlInfo{
    margin-bottom: 30px;
  }
  .infoWrap .ttlInfo img{
    height: 15px;
  }
  
  
  .infoWrap .t01 {
    font-size: clamp(calc(46px * 0.7), calc(46vw / 3.75), 46px);/*70 / 46*/
  }
  .infoWrap .t02 {
    padding-left: 0.1em;
    font-size: clamp(calc(20px * 0.7), calc(20vw / 3.75), 20px);/*25 / 20*/
    letter-spacing: 0.1em;
  }
  .infoWrap .t03 {
    padding-left: 0;
    font-size: clamp(calc(26px * 0.7), calc(26vw / 3.75), 26px);/*36 / 26*/
    letter-spacing: 0;
    line-height: 1.6;
  }
  
  .infoWrap .infoPrice {
    margin-top: 30px;
    padding-top: 30px;
  }
  .infoWrap .infoPrice dt {
    font-size: clamp(calc(12px * 0.7), calc(12vw / 3.75), 12px);/*13 / 12*/
  }
  .infoWrap .infoPrice dd {
    font-size: clamp(calc(45px * 0.7), calc(45vw / 3.75), 45px);/*65 / 45*/
  }
  .infoWrap .infoPrice dd span {}
  
  
  .infoWrap .benefit {
    margin-top: 30px;
  }

  .infoWrap .benefit h4 {
    width: 80%;
    max-width: 320px;
    height: 50px;
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*20 / 16*/
  }
  .infoWrap .benefit h4::before,
  .infoWrap .benefit h4::after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
  }
  .infoWrap .benefit h4::before{}
  .infoWrap .benefit h4::after{}
  
  .infoWrap .benefit ol{
    display: block;
    margin-top: -25px;
  }
  .infoWrap .benefit ol li{
    width: 100%;
    padding: 20px;
    border-width: 0 1px 1px 1px;
  }
  .infoWrap .benefit ol li:first-of-type{
    padding-top: 45px;
    border-top-width: 1px;
  }
  .infoWrap .benefit ol li .num{}
  .infoWrap .benefit ol li p{
    margin-top: 20px;
    font-size: clamp(calc(20px * 0.7), calc(20vw / 3.75), 20px);/*23 / 20*/
  }
  .infoWrap .benefit ol li figure{
    margin-top: 20px;
  }
  .infoWrap .benefit ol li figure figcaption{}
  
  
  .infoWrap .pjInfoWrap{
    margin: 30px 0 0 0;
  }
  .infoWrap .pjInfoWrap ul{
    width: 100%;
  }
  .infoWrap .pjInfoWrap ul li{
    width: 100%;
    font-size: clamp(calc(20px * 0.7), calc(20vw / 3.75), 20px);/*23 / 20*/
  }
  .infoWrap .pjInfoWrap ul li a{
    height: 80px;
    padding-left: 0.2em;
    letter-spacing: 0.2em;
  }
  .infoWrap .pjInfoWrap ul li a::after {
    right: 20px;
    width: 40px;
    height: 40px;
    background-size: 20px 6px;
  }
  .infoWrap .pjInfoWrap ul li a:hover::after {
    right: 20px;
  }
  .infoWrap .pjInfoWrap ul li a:avtive::after {
    right: 10px;
  }
  
  .infoBnrWrap{
    margin-top: 30px;
  }
  
  .infoP{
    flex-wrap: wrap;
    gap: 10px;;
    margin-top: 30px;
  }
  .infoP figure:nth-child(1){
    width: 100%;
  }
  .infoP figure:nth-child(2){
    width: 45%;
  }
  .infoP figure:nth-child(3){
    width: 52%;
  }

}
  


/*concept
--------------------------------- */
.concept{
  padding: 100px 0;
  background: #fff;
}
.concept > div{
  display: flex;
  justify-content: space-between;
}
.concept .conTxt,
.concept .conP{
  width: calc((5 / 11) * 100%);/*500 / 1000*/
}
.concept .conTxt h3{
  line-height: 1.0;
  text-align: center;
}
.concept .conTxt p{
  margin-top: 60px;
  line-height: 2.6;
  letter-spacing: 0.1em;
  text-align: left;
}

/* for sp */
@media screen and (max-width: 767px) {
  .concept{
    padding: 50px 0;
  }
  .concept > div{
    display: block;
  }
  
  .concept .conTxt,
  .concept .conP{
    width: 100%;
  }
  .concept .conTxt h3{
    width: 90%;
    margin: 0 auto;
  }
  .concept .conTxt p{
    margin-top: 30px;
    line-height: 2.4;
    font-feature-settings: "palt";
  }
  
  .concept .conP{
    margin-top: 30px;
  }
}



/*
plan
---------------------------*/
.plan {
  padding: 80px 0 160px 0;
  background: url("/bunjyo/miyayama/img/top/bg_plan_pc.jpg") no-repeat center center;
  background-size: cover;
}
.plan .ttlEn {
  max-width: 86px;
  margin: 0 auto;
  line-height: 1.0;
}
.plan .ttlEn + p {
  margin: 40px 0 0 0;
  padding-left: 0.2em;
  letter-spacing: 0.2em;
}
.plan .btnMorePlan{
  width: 270px;
  height: 50px;
  margin: 70px auto 0 auto;
  border-radius: 200px;
}
.plan .btnMorePlan a{
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 1.5em;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 200px;
  color: #fff;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 11.00), 15px);/*15 / 13*/
  line-height: 1.0;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: .3s;
}
.plan .btnMorePlan a::after{
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: block;
  width: 32px;
  height: 8px;
  background: url("/bunjyo/miyayama/img/cmn/ico_arrow_wh.svg") no-repeat center center;
  background-size: cover;
  transform: translate(0,-50%);
  transition: .3s;
}
.plan .btnMorePlan a:hover{
  background: rgba(0,0,0,0.4);
}
.plan .btnMorePlan a:hover::after{
  right: 15px;
}

@media screen and (max-width: 767px) {
  .plan {
    padding: 40px 0 40px 0;
    background-image: url("/bunjyo/miyayama/img/top/bg_plan_sp.jpg");
  }
  .plan .ttlEn {}
  .plan .ttlEn + p {
    margin-top: 30px;
    padding-left: 0.1em;
    letter-spacing: 0.1em;
  }
  .plan .btnMorePlan{
    width: 80%;
    height: 50px;
    margin: 50px auto 0 auto;
  }
  .plan .btnMorePlan a{
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*15 / 13*/
  }
  .plan .btnMorePlan a::after{
    right: 15px;
    width: 24px;
    height: 6px;
  }
  .plan .btnMorePlan a:hover{}
  .plan .btnMorePlan a:hover::after{
    right: 10px;
  }
}



/*conIndex [
----------------------------------------------------------- */
.conIndex{
  padding: 80px 0 120px 0;
}
.conIndex .ttlEn {
  max-width: 176px;
  margin: 0 auto;
  line-height: 1.0;
}
.conIndex .ttlEn + p {
  margin: 25px 0 0 0;
  padding-left: 0.1em;
  letter-spacing: 0.1em;
}
.conIndex .conIndexList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 70px 0 0 0;
}
.conIndex .conIndexList > div{
  width: calc((350 / 1080) * 100%);
  margin: 0 0 15px 0;
}

.conIndex .conIndexList > div a{
  display: block;
  background: #4c4b4a;
  color: #fff;
  text-decoration: none;
}

.conIndex .conIndexList > div a > div{
  padding: 35px 25px 20px 25px;
  text-align: left;
}
.conIndex .conIndexList > div a > div .fEn{
  max-width: 200px;
  font-size: clamp(calc(32px * 0.7), calc(32vw / 11.00), 32px);/*32 / 24*/
  line-height: 1.0;
}
.conIndex .conIndexList > div a > div .fEn + p{
  margin: 10px 0 0 0;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 11.00), 15px);/*16 / 15*/
  line-height: 1.0;
}
.conIndex .conIndexList > div a .btn{
  display: block;
  width: 70px;
  height: 70px;
  margin-left: auto;
  background: url(/bunjyo/miyayama/img/cmn/ico_arrow03_wh.svg) no-repeat center center;
  background-size: 30px 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: .3s; 
}



.conIndex .conIndexList > div a > figure{
  position: relative;
  margin-right: auto;
  overflow: hidden;
}
.conIndex .conIndexList > div a > figure img{
  transition: .3s;
}
.conIndex .conIndexList > div a > figure figcaption{
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-size: 10px;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px) {	
  .conIndex .conIndexList > div a:hover{
    opacity: 1;
  }
  .conIndex .conIndexList > div a:hover .btn{
    margin-right: -5px;
  }
  .conIndex .conIndexList > div a:hover > figure img{
    transform: scale(1.05);
  }
  /*.conIndex .conIndexList > div a .btn::after{
    right: 25px;
  }*/
}


/* for sp*/
@media screen and (max-width: 767px) {	
	.conIndex{
    padding: 40px 0 90px 0;
  }
  .conIndex .ttlEn {}
  .conIndex .ttlEn + p {
    margin-top: 30px;
    padding-left: 0.1em;
    letter-spacing: 0.1em;
  }
  .conIndex .conIndexList{
    display: block;
    margin-top: 40px;
  }
  .conIndex .conIndexList > div{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .conIndex .conIndexList > div a{}

  .conIndex .conIndexList > div a > div{
    padding: 20px;
  }
  .conIndex .conIndexList > div a > div .fEn{
    font-size: clamp(calc(24px * 0.7), calc(24vw / 3.75), 24px);/*32 / 24*/
  }
  .conIndex .conIndexList > div a > div .fEn + p{
    font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*16 / 15*/
  }
  .conIndex .conIndexList > div a .btn{
    width: 50px;
    height: 50px;
    background-size: 20px 6px;
  }
  

  .conIndex .conIndexList > div a > figure{}
  .conIndex .conIndexList > div a > figure figcaption{}
  .conIndex .conIndexList > div a:active .btn{
    margin-right: -5px;
  }
  .conIndex .conIndexList > div a:active > figure img{
    transform: scale(1.05);
  }

}



.announce{
  display: inline-block;
  margin: 40px auto 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: clamp(calc(15px * 0.7), calc(15vw / 11.00), 15px);/*15 / 14*/
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.announce span{
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .announce{
    margin-top: 30px;
    padding: 10px;
    font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*15 / 14*/
  letter-spacing: normal;
  }
}


/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*¿kÏò¤­¤Î¤ß¤ÎÓ›Êö*/
}

/* for tablet*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) {
/*ºáÏò¤­¤Î¤ß¤ÎÓ›Êö*/  
}
