@charset "utf-8";

/*----------------------------------------------------------------------
Bulk renovation　start
----------------------------------------------------------------------*/

body #smpNav #top {
		display: none;
	}

@media only screen and (max-width: 599px) {
	body .smpLogo {
		display: block;
		padding: 77px 0 15px;
		text-align: center;
		background-color: #0b152f;
		border-bottom: 1px solid #606060;
	}
	body .smpLogo img {
	    zoom: 0.7;
	}
}

/*
body #gHeader #headLine #pNav ul li.outline a {
  border-left: 1px solid #fffcd1;
}
*/

body #gNav {
	margin-top: 77px;
}
@media only screen and (max-width: 599px) {

body #gNav {
  top: 0;
  margin-top: 62px;
}

/*#container {
  padding-top: 62px;
}*/
}

/* spTopNav */
#spTopNav {
  display: none;
}

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

#spTopNav {
  display: block;
  text-align: center;
  vertical-align: baseline;
  margin-bottom: 20px;
}

#spTopNav ul {
  background-color: #666;
  border-top: 1px solid #5c5554;
  border-bottom: 1px solid #5c5554;
}

#spTopNav li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 50%;
  float: left;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  border-bottom: 1px solid #5c5554;
}

#spTopNav li:nth-child(odd) {
  border-right: 1px solid #5c5554;
}

#spTopNav li:last-child {
  border-bottom: none;
}

#spTopNav li a {
  position: relative;
  color: #fff; /* 各物件変更 */
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#spTopNav li.off span {
  color: #999;
}

#spTopNav em {
  font-weight: bold;
}

#spTopNav li a,
#spTopNav li span,
#spTopNav li em {
  display: block;
  padding: 15px 10px;
}

#spTopNav li a:hover,
#spTopNav li a.active,
#spTopNav li em {
  color: #fff;
  background-color: #856940;
}

#spTopNav li a:before {
  content: none;
  display: none;
}
}

body .section,
body .section * {
  position: relative;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------
Bulk renovation　end
----------------------------------------------------------------------*/

/* mainVisualArea */
body #mainVisualArea {
  position: relative;
  text-align: center;
}

body #mainVisualArea img {
  width: 100%;/*max-width: 960px;*/
}

body #mainVisualArea .ph {
  position: relative;
  z-index: 0;
  width: 100%;
}

body #mainVisualArea .ph#first {
  position: absolute;
  top: 0;
  z-index: 1;
}

/* section#obiArea */
body .section#obiArea {
  text-align: center;
  width: 100%;
}

body .section#obiArea .bg {
  background-image: url(../imgs/bg-obi.png);
  background-position: top center;
  background-repeat: repeat-x;
  width: 100%;
}

body .section#obiArea .obi {
  width: 100%;
}

body .section#obiArea .obi img {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

body .section#obiArea .line,
body .section#obiArea .line img {
  width: 100%;
}

body .section#obiArea .contentTitle {
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}

body .section#obiArea ul {
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -.40em;
}

body .section#obiArea ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

/* section#infoArea */
body .section#infoArea {
/*margin-bottom: 50px;*/
}

body .section#infoArea ul {
  margin-left: -1%;
  margin-right: -1%;
}

body .section#infoArea ul li {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}

body .section#infoArea ul li {
  border: 5px solid #f2f0e3;
  background-color: #d4cea4;
  padding: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body .section#infoArea ul li .txtRed {
  color: #ee0000;
}

body .section#infoArea ul li .inner {
  border: 2px solid #f2f0e3;
  background-color: #d4cea4;
  padding: 1px;
}

body .section#infoArea ul li .inner .inner02 {
  padding: 10px;
  background: rgb(242,241,228);
  background: -moz-linear-gradient(left, rgba(242,241,228,1) 0%, rgba(255,255,255,1) 50%, rgba(242,241,228,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(242,241,228,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(242,241,228,1)));
  background: -webkit-linear-gradient(left, rgba(242,241,228,1) 0%, rgba(255,255,255,1) 50%, rgba(242,241,228,1) 100%);
  background: -o-linear-gradient(left, rgba(242,241,228,1) 0%, rgba(255,255,255,1) 50%, rgba(242,241,228,1) 100%);
  background: -ms-linear-gradient(left, rgba(242,241,228,1) 0%, rgba(255,255,255,1) 50%, rgba(242,241,228,1) 100%);
  background: linear-gradient(to right, rgba(242,241,228,1) 0%, rgba(255,255,255,1) 50%, rgba(242,241,228,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1e4', endColorstr='#f2f1e4', GradientType=1 );
}

body .section#infoArea ul li h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #7a6d49;
  text-align: center;
}

body .section#infoArea ul li .bdbox {
  border-bottom: 1px dashed #d4cea4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

body .section#infoArea ul li#campaign {
  text-align: center;
}

body .section#infoArea ul li#campaign .inner {
  background-color: #e0d8bd;
}

body .section#infoArea ul.bnrList li {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

body .section#infoArea ul.bnrList li a:hover {
  opacity: 0.9;
}

/* seoBnrArea */
body #seoBnrArea {
  margin-left: -1%;
  margin-right: -1%;
}

body #seoBnrArea ul li {
  position: relative;
  float: left;
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "Meiryo";
}

body #seoBnrArea ul li img {
  max-width: 100%;
}

body #seoBnrArea ul li .caption {
  color: #fff;
}

body #seoBnrArea ul li .photo {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

body #seoBnrArea ul li .photo a {
  overflow: hidden;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body #seoBnrArea ul li .photo a:hover img.transform01 {
  /* transition */
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

body #seoBnrArea ul li .photo img.transform01 {
  /* transition */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body #seoBnrArea ul li .photo span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  opacity: 0;
  /* transition */
  -webkit-transition: .3s;
  transition: .3s;
}

body #seoBnrArea ul li .photo span strong {
  border: 1px solid #fff;
  padding: 10px 10px 7px;
  position: absolute;
  left: 35%;
  top: 40%;
  font-weight: normal;
}

body #seoBnrArea ul li .photo a:hover span {
  opacity: 1;
}

body #seoBnrArea ul li h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'Cantata One', serif;
  text-shadow: 1px 1px 3px #000;
}

/* @media 960 START */
@media only screen and (max-width:960px) {

body #mainVisualArea {
  margin-bottom: 0;
}

/* section#infoArea */
body .section#infoArea ul li#campaign .btRes,
body .section#infoArea ul li#campaign .btReq {
  width: 100%;
}
}

/* @media 960 END */

/* @media 768 START */
@media only screen and (max-width:768px) {

/* section#infoArea */
body .section#infoArea ul {
  margin-left: 0;
  margin-right: 0;
}

body .section#infoArea ul li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  float: none;
}

body .section#infoArea ul li#campaign .btRes {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

body .section#infoArea ul li#campaign .btReq {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

body #seoBnrArea ul li .photo span strong {
  left: 30%;
  top: 40%;
}
}

/* @media 768 END */

/* @media 599 START */
@media only screen and (max-width:599px) {

/* section#obiArea */
body .section#obiArea ul li {
  margin-bottom: 10px;
}

/* section#infoArea */
body .section#infoArea ul li#campaign .btRes,
body .section#infoArea ul li#campaign .btReq {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* seoBnrArea */
body #seoBnrArea {
  margin-left: 0;
  margin-right: 0;
}

body #seoBnrArea ul li {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

body #seoBnrArea ul li .photo span strong {
  left: 40%;
  top: 45%;
}

body #seoBnrArea ul li .photo img {
  width: 100%;
}
}

/* @media 599 END */

/* @media 375 START */
@media only screen and (max-width:375px) {

/* seoBnrArea */
body #seoBnrArea ul li .photo span strong {
  left: 37%;
  top: 45%;
}
}

/* @media 375 END */

/* @media 320 START */
@media only screen and (max-width:320px) {

body .section#infoArea ul li#campaign .btReq a span,
body .section#infoArea ul li#campaign .btRes a span {
  background-image: none;
}

body .section#infoArea ul li#campaign .btReq a span img,
body .section#infoArea ul li#campaign .btRes a span img {
  margin-left: 0;
}

/* seoBnrArea */
body #seoBnrArea ul li .photo span strong {
  left: 32%;
  top: 45%;
}
}

/* @media 320 END */


body #gHeader {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: none;
  border-bottom: none;
}

body #gHeader::after {
  display: none;
}

/*--------------------------------------------------
bg / ph
--------------------------------------------------*/
.bg,
.bg img {
  z-index: 0;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  pointer-events: none;
  cursor: default;
}

.ph,
.ph img {
  width: 100%;
}

.ph span {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
}

.bgWhite {
  background: #fff;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------
mainVisualArea
--------------------------------------------------*/
#mainVisualArea {
}

#mainVisualArea .cap {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: left;
  color: #7a7a7a;
  font-size: 10px;
  line-height: 15px;
  font-style: normal;
}

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

#mainVisualArea .cap {
  position: relative;
  left: auto;
  bottom: auto;
  color: #fff;
  padding: 10px;
}
}

/*--------------------------------------------------
infoArea
--------------------------------------------------*/
#infoArea {
  text-align: center;
  padding-top: 100px;
}
#infoArea .pos {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#infoArea .pos.info {
  position: relative;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  background: url(../imgs/bg-info.jpg) no-repeat center top;
}

#infoArea .sttl {
  margin: 0;
  padding: 0 0 5.72916667% 0;
}

#infoArea .title {
  margin: 0;
  padding: 0 0 3.125% 0;
}

#infoArea .text {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 0 0 3.125% 0;
}

#infoArea .btnArea {
  background: rgba(146,169,227,.1);
  border: 1px solid rgba(255,255,255,.1);
  max-width: 610px;
  margin: 0 auto;
  padding: 25px;
}

#infoArea .btn {
  max-width: 343px;
  margin: 0 auto;
  padding: 0;
}

#infoArea .btn a {
  display: block;
}

#infoArea .btnArea .txt {
  padding: 20px 0 0 0;
}


@media only screen and (max-width:1200px) {
  #infoArea {
      padding-top: 150px;
  }
}
@media only screen and (max-width:960px) {
  #infoArea {
      padding-top: 0;
  }
  #infoArea .pos {
    position: static;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
@media only screen and (max-width:599px) {
  #infoArea {
      padding-top: 0;
    }
  #infoArea .bg {
    margin: 0 0 -20% 0;
  }
  #infoArea .pos {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  #infoArea .title {
    padding: 0 0 40px 0;
  }
  #infoArea .btnArea {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------
catchArea1
--------------------------------------------------*/
#catchArea1 {
}

#catchArea1 .pos,
#catchArea1 .pos .ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#catchArea1 .pos .ttl {
  text-align: center;
}

#catchArea1 .pos .ttl img {
  display: inline-block !important;
  width: 50%;
  max-width: 571px;
}

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

#catchArea1 .ph span {
  bottom: -15px;
}
}

/*--------------------------------------------------
catchArea2
--------------------------------------------------*/
#catchArea2 {
  padding: 100px 0 150px 0;
}

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

#catchArea2 {
  padding: 10% 0;
}
}

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

#catchArea2 {
  padding: 10% 0 0 0;
}
}

#catchArea2 .left {
  float: left;
  width: 50%;
}

#catchArea2 .right {
  float: right;
  width: 50%;
}

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

#catchArea2 .left,
#catchArea2 .right {
  float: none;
  width: 100%;
}
}

/*--------------------------------------------------
planArea
--------------------------------------------------*/
#planArea {
	position: relative;
  margin: 0 0 150px 0;
  background: url(../imgs/bg-plan.jpg) top center no-repeat;
  background-size: cover;
}

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

#planArea {
  margin: 0 0 10% 0;
}
}

#planArea .bg {
	position: relative;
	display: table;
}
@media only screen and (max-width: 599px) {
#planArea .bg {
  display: none;
}
}



#planArea .sttl {
  position: absolute;
  top: 0;
  left: 3.33333333%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36.3888888%;
  max-width: 524px;
}

#planArea .pos {
	display: table-cell;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
	height: 100%;
	background: url(../imgs/bg-planttl.png) no-repeat;
	background-size: cover;
	vertical-align: middle;
}
#planArea .caption {
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #cecece;
}
#planArea .pos .inner {
  position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
#planArea .pos {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  padding: 5% 0;
}
#planArea .pos .inner {
  position: static;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
	width: 100%;
	padding: 0 20px;
}
}

#planArea ul {
  text-align: center;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#planArea ul li {
  display: inline-block;
  vertical-align: middle;
}

#planArea ul li img {
  width: 100%;
}

#planArea ul li.ttl {
  width: 25.8333333%;
  margin: 0 !important;
  padding: 0 2.22222222% 0 0;
}

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

#planArea ul li.ttl {
  width: 100%;
  margin: 0 !important;
  padding: 5%;
}
}

#planArea ul li.ttl img {
  display: inline-block !important;
  max-width: 340px;
}

#planArea ul li.btn {
  width: 15.6944444%;
  padding: 0.55555556%;
}

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

#planArea ul li.btn {
  width: 33%;
  padding: 1%;
}
}

#planArea ul li.btn a {
  display: block;
}

/*--------------------------------------------------
modalArea
--------------------------------------------------*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99990;
  width: 100%;
  height: 100%;
  background: rgba(0,10,41,.8);
}

.modal,
.modal * {
  position: relative;
  box-sizing: border-box;
}

.modal {
  display: none;
  position: fixed !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
  text-align: center;
  width: 90vh;
  height: 90vh;
  background: url(../imgs/bg-modal.jpg) center center no-repeat;
  background-size: cover;
}

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

.modal {
  width: 90vw;
  height: 90vw;
}
}

.modal .image {
  padding: 0 3.84615385%;
}

.modal .btn {
  padding: 3.84615385% 0;
}

.modal img {
  height: auto;
}

/*--------------------------------------------------
accessArea1
--------------------------------------------------*/
#accessArea1 {
}

#accessArea1 .sttl {
  position: absolute;
  top: 6.62068966%;
  left: 3.33333333%;
  width: 52.1527777%;
  max-width: 751px;
}

#accessArea1 .pos {
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#accessArea1 ul {
  text-align: right;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}

#accessArea1 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 26.3888888%;
}

#accessArea1 ul li.line {
  width: 0.13888889%;
}

/*--------------------------------------------------
accessArea2
--------------------------------------------------*/
#accessArea2 {
  margin: 65px 0 0 0;
}

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

#accessArea2 {
  margin: 5% 0 0 0;
}
}

#accessArea2 .image {
  position: absolute;
  top: 0;
  left: 8.33333333%;
  width: 54.5138888%;
}

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

#accessArea2 .image {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  padding: 0 10px;
}
}

#accessArea2 .image img {
  width: 100%;
}

#accessArea2 .image span {
  display: block;
  color: #72778e;
  font-size: 10px;
  line-height: 15px;
  padding: 20px 0 0 0;
}

#accessArea2 .box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 17.0833333% 0 0 0;
}

#accessArea2 .box .inner {
  padding: 0 13.8888888% 5% 37.7777777%;
}

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

#accessArea2 .box {
  padding: 0 10px;
}

#accessArea2 .box .inner {
  padding: 0;
}
}

#accessArea2 .box .bd1 {
  border-bottom: 1px solid rgba(112,118,133,.5);
}

#accessArea2 .box .bd2 {
  border-bottom: 3px double rgba(112,118,133,.5);
}

#accessArea2 .box ul {
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  padding: 5% 0 0 0;
}

#accessArea2 .box ul li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

#accessArea2 .box ul li:nth-of-type(odd) {
  padding: 0 3.0172414% 0 0;
}

#accessArea2 .box ul li:nth-of-type(even) {
  padding: 0 0 0 3.0172414%;
}

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

#accessArea2 .box ul li {
  width: 100%;
}

#accessArea2 .box ul li:nth-of-type(odd) {
  padding: 0;
}

#accessArea2 .box ul li:nth-of-type(even) {
  padding: 0;
}
}

#accessArea2 .box ul li .text {
  text-align: justify;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.12em;
  padding: 7px 0 15px 0;
}

#accessArea2 .box .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding: 0 13.8888888% 0 8.33333333%;
}

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

#accessArea2 .box .caption {
  text-align: justify !important;
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  padding: 10px 0 0 0;
}
}

/*--------------------------------------------------
catchArea3
--------------------------------------------------*/
#catchArea3 {
}

#catchArea3 .bgWhite .wrapper {
  margin: 0 auto;
  padding: 0 0 35px 0;
}

#catchArea3 .box {
  z-index: 1;
  text-align: center;
  padding: 9.16666667% 60% 5.83333333% 3.95833333%;
}

#catchArea3 .image {
  position: absolute;
  bottom: 35px;
  left: 41.25%;
  z-index: 0;
  width: 52.1527777%;
}

#catchArea3 .ttlPos {
  position: absolute;
  top: 28.3823529%;
  left: 13.8888888%;
  z-index: 1;
  width: 39.7916666%;
}

#catchArea3 .image img,
#catchArea3 .ttlPos img {
  width: 100%;
}

#catchArea3 .ttl {
  margin: 0;
  padding: 0 0 /*3.67052%*/1.5em 0;
}

#catchArea3 .ttl img {
  display: inline-block !important;
}

/*--------------------------------------------------
captionArea
--------------------------------------------------*/
#captionArea {
  background: #fff;
}

#captionArea .bdTop {
  border-top: 1px solid #ccc;
  padding: 50px 0 75px 0;
}

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

#captionArea .bdTop {
  padding: 5% 10px 7.5% 10px;
}
}

#captionArea p {
  color: #72778e;
  font-size: 10px;
  line-height: 15px;
}

@media print {

#mainVisualArea,
#infoArea,
#catchArea1,
#catchArea2,
#planArea .hideArea,
.modal .btn a,
#accessArea1,
#accessArea2,
#catchArea3,
#captionArea {
  display: none;
}

.modal-overlay {
  background: #fff;
}
}

.textinfo{
	padding: 0 0 8.67052023% 0;
}
@media only screen and (max-width: 640px) {
	.textinfo{
		font-size:12px;
}
}
@media only screen and (max-width: 640px) {
	.textinfo{
		font-size:10px;
}
}

/* 選べるキャンペーンバナー */
.bnr-img {
	margin-top: 30px;
	text-align: center;
}
.bnr-img img {
	margin-left: -1px;
	border: 1px solid #b3b3b3;
	-moz-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.2);
}
.bnr-cap {
	max-width: 720px;
	margin: 5px auto 30px;
	color: #e6e6e6;
	font-size: 10px;
	line-height: 1.65;
	text-align: left;
}
