/*-----------------------------------
基本設定
-----------------------------------*/
*{
      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    {
display:none
}*/
body {
    min-width: 1280px;
    
}

.wrap_his {
    font-size: 14px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;  
    line-height: 1.5;
    color: #333;
    letter-spacing: .08rem;
}
.contents {
    width: 100% !important;
    margin: auto;
}

.wrap_his img {
    max-width: 100% !important;
    height: auto !important;
    vertical-align:bottom;
}
.br_sp{
    display: none;
}
.br_sp_top{
    display: none;
}
.br_pc{
    display: inline;
}

.disnon {
    display: none !important;
}

.disnon_pc {
    display: none !important;
}

.disnon_sp {
    display: inline;
}




.wrap_his a:hover{
  opacity: 0.8;}


/* for modern brouser */
/*.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;}

/* IE7,MacIE5 */
/*.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
/** html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

.wrap_his .clear{clear: both;}

.wrap_his img{vertical-align: bottom;}

.wrap_his a{-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s}
	
.wrap_his .clearfix:after {
	content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.wrap_his .clearfix {
	/*min-height: 1px;*/
	min-height: 0px;
}

.wrap_his a.under {
	text-decoration: underline;
}


.wrap_his .both{
	clear:both;
}	

@media screen and (max-width: 480px){
body {
    min-width: inherit;
}
.wrap_his {
    font-size: 13px;
	
    /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  */  
    line-height: 1.5;
    color: #333;
    letter-spacing: .08rem;
	/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
}
.cpn_detailbox {
    padding: 0px;/*qss上書き*/
}
.basic_backpagebtn {
    width: 90%;/*qss上書き*/
}
.disnon_pc {
    display: block !important;
}

.disnon_sp {
    display: none;
}
.br_sp{
    display: inline;
}
.br_sp_top{
    display: none;
}
.br_pc{
    display: none;
}
.wrap_his a:hover {
    opacity: inherit;
}
}


.visual .caption{
    position: absolute;
    z-index: 66666;
    /* padding: 5px; */
    background: rgb(65 65 65 / 80%);
    color: #fff;
    letter-spacing: 0.1em;
    bottom: 12px;
    left: 362px;
    }

@media screen and (max-width: 480px){

.visual .caption{
    width: 45%;
    bottom: 0;
    left: 0;
}
}

/*------------------------------

visual

------------------------------*/


.wrap_his .visual{
	    background: #fff3fa url(/static/his/kanto/cpn/all_area/tokuten_2025shinjuku/images/bg_main.png);
	    padding: 80px 0px 80px;
	    text-align: center;
}

.wrap_his .visual .table{
    display: table;
    width: 1000px;
    margin: auto;
}
.wrap_his .visual .table .img_pnf{
    display: table-cell;
    vertical-align: middle;
    width: 430px;
}
.wrap_his .visual .main {
    display: table-cell;
    vertical-align: middle;
	  padding: 20px;
}
.wrap_his .visual .main img{
    background: #eaf4f0;
}
.wrap_his .visual .main .catch{
	    font-size: 22px;
    line-height: 2;
    margin-top: 50px;
	color: #c67878;
	
}
.wrap_his .visual .main .btn_link{
    background: #7bcbac;
    padding: 3% 5%;
    display: inline-block;
    width: 400px;
    margin: 5% auto;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
}
.wrap_his .visual .main .btn_link:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7px;
}
/*.wrap_his .visual .main .catch span{
    color: #f85a7b;
}*/
@media screen and (max-width: 480px){
.wrap_his .visual {
        padding: 0;
        background-size: 100%;
}
.wrap_his .visual .table {
    display: table;
    width: 90%;
    margin: auto;
}
.wrap_his .visual .table .img_pnf {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.wrap_his .visual .main {
    padding: 2.5% 0% 2.5% 2.5%;
    width: 60%;
}
.wrap_his .visual .main .img{
    width: 90%;
    margin: auto;
}
.wrap_his .visual .main .catch {
        font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}	
.wrap_his .visual .main .btn_link {
	font-size: 14px;
	    width: 100%;
	}
.wrap_his .visual .main .btn_link:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}
}


/*------------------------------

wrap_pst

------------------------------*/

.wrap_his .wrap_pst{
	background: #fff3fa;
}
.wrap_his .wrap_pst .in_wrap_pst{
    width: 1180px;
    margin: auto;
    padding: 80px 0 1px 0;
}
.wrap_his .wrap_pst .box_pst{
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0% 3% 3% 3%;
}
.wrap_his .wrap_pst .box_pst:not(:nth-child(1)){
    margin: 10% auto;
}
.wrap_his .wrap_pst .box_pst:nth-child(1), .wrap_his .wrap_pst .box_pst:nth-child(2), .wrap_his .wrap_pst .box_pst:nth-child(3){
    border: solid 1px #fdf6f4;
	
}

.wrap_his .wrap_pst .box_pst:nth-child(even) {
    flex-direction: row-reverse;
}

.wrap_his .wrap_pst .box_pst:last-child{
    margin: 5% auto;
}

.wrap_his .wrap_pst .box_pst .catch {
    width: 50%;
    background: #db9495;
    position: relative;
    top: -30px;
    margin: auto;
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 1% 0%;
    font-weight: bold;
}
.wrap_his .wrap_pst .box_pst .box_item{
	 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap_his .wrap_pst .box_pst .box_item .photo{
	    width: 40%;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl{
	padding: 2%;
    width: 60%;
	
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .inner_box_dtl{
    margin-bottom: 5%;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .inner_box_dtl:last-child{
    margin-bottom: 0%;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .ttl{
	    color: #c67878;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0;
	    border-bottom: dashed 1px;
    padding-bottom: 5px;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .ttl:last-child{
	    border-bottom: dashed 0px;
    padding-bottom: 0px;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .ttl span{
	    color: #ff7f9c;
    font-size: 14px;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .sub_ttl{
	    font-weight: bold;
	    margin-bottom: 10px;
	    display: inline-block;
	    padding: 5px 10px;
	    background: #7bcbac;
	    line-height: 1;
	    font-size: 13px;
	    color: #fff;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .sub_img.sunny{
    width: 60%;
	    margin-bottom: 10px;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .dtl{
	font-size: 13px;
	
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .dtl .red{
    color: #f30;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .link_buttom a{
	display: block;
    padding: 10px;
    background: #f3a375;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin: 2% auto;
    width: 80%;	
}


.wrap_his .wrap_pst .box_pst .box_item .box_dtl .inner_box_dtl
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .inner_box_dtl .option{padding: 5px 10px;margin-top: 15px;}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .inner_box_dtl .option ul{
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .inner_box_dtl .option li{padding-left: 16px;margin-right: 20px;}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .inner_box_dtl .option li span{font-weight: bold;}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .inner_box_dtl .option li + li{}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .inner_box_dtl .option li:before{ content:"\f004";display:block; float:left; margin-left: -16px; width:1em; text-align:center; font-family:FontAwesome;color: #db9495;margin-top: 1px;}


.wrap_his .wrap_pst .box_pst .box_item .box_dtl .inner_box_dtl .option + .sub_ttl{
    margin-top: 20px;
}

.wrap_his .wrap_pst .btn{
    margin: 0 auto;
    width: 500px;
    padding-bottom: 50px;
}
.wrap_his .wrap_pst .btn .btn_link{
    background: #7bcbac;
    padding: 3% 10%;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    text-align: center;
}
.wrap_his .wrap_pst .btn .btn_link:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7px;
}


.wrap_his .wrap_pst .btn-textlink {
    text-align: right;
    color: #7bcbac;
    border-bottom: solid 1px #7bcbac;
    padding-bottom: 3px;
    font-weight: 700;
    font-size: min((22vw / 7.5), 12px);
}



@media screen and (max-width: 480px){
.wrap_his .wrap_pst {
    padding: 0% 0%;
    width: 100%;
}
.wrap_his .wrap_pst .in_wrap_pst {
    width: 90%;
    padding: 1px 0px;
    /*padding: 0% 0px 10%;*/
}
.wrap_his .wrap_pst .box_pst {
    width: 100%;
	margin: 15% auto;
    padding: 0% 5% 5% 5%;
}
.wrap_his .wrap_pst .box_pst:nth-child(1), .wrap_his .wrap_pst .box_pst:nth-child(2), .wrap_his .wrap_pst .box_pst:nth-child(3) {
    border: solid 0px #f85a7b;
}
.wrap_his .wrap_pst .box_pst .catch {
    width: 90%;
    top: -20px;
    margin: auto;
    font-size: 18px;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl {
 width: 100%;
    margin-top: 5%;
}
.wrap_his .wrap_pst .box_pst .box_item {
    display: block;
}
.wrap_his .wrap_pst .box_pst .box_item .photo {
    width: 75%;
    margin: auto;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .ttl {
        font-size: 15px;
    margin-bottom: 15px;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .ttl span{
    font-size: 11px;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .dtl {
    font-size: 12px;
	letter-spacing: 0rem;
}
.wrap_his .wrap_pst .box_pst .box_item .box_dtl .link_buttom a {
    margin: 4% auto;
    width: 80%;
}

.wrap_his .wrap_pst .box_pst .box_item .box_dtl .sub_ttl {
    font-size: 12px;
}
	
	
.wrap_his .wrap_pst .btn{
    width: 90%;
    padding: 0 0 35px 0;
}
.wrap_his .wrap_pst .btn .btn_link {
	font-size: 14px;
	}
.wrap_his .wrap_pst .btn .btn_link:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}
	
	
}

.wrap_his .lead{
    margin: 50px 0;
}
.wrap_his .lead_hd{
    font-size: 24px;
    color: #333;
    margin-bottom: 32px;
}
.wrap_his .lead_img{
    width: 80%;
    margin: 0 auto;
}
.wrap_his .lead_img img{
    width: 100%;
    height: auto;
}


.wrap_his .lead .Text{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.wrap_his .lead .Text span{
    color: #db9495;
}
.wrap_his .lead .Data{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.wrap_his .lead .Data + .Data{margin-top: 20px;}
.wrap_his .lead .Data dl{
    display: flex;
    /* flex-wrap: wrap; */
}
.wrap_his .lead .Data dl + dl{
    margin-top: 6px;
}
.wrap_his .lead .Data dt{
    width: 10em;
    background-color: #db9495;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
}
.wrap_his .lead .Data dd{
    flex: 1;
    padding-left: 10px;
    align-self: center;
    font-weight: bold;
}

@media screen and (max-width: 480px){
    .wrap_his .lead{
        width: 90%;
        margin: 28px auto 30px;
    }
    .wrap_his .lead_hd{
        font-size: 18px;
        color: #333;
        margin-bottom: 0px;
    }
    /* .wrap_his .lead_img-wrap{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    } */
    .wrap_his .lead_img{
        width: 100%;
        margin: 0 auto;
    }
    .wrap_his .lead_img img{
        vertical-align: top;
    }
	
.wrap_his .lead .Text{
    font-size: 3.8vw;
    line-height: 1.4;
}
.wrap_his .lead .Data{
    width: 100%;
    display: block;
}
.wrap_his .lead .Data + .Data{}
.wrap_his .lead .Data dl{}
.wrap_his .lead .Data dl + dl{}
.wrap_his .lead .Data dt{}
.wrap_his .lead .Data dd{}
	
}

/*------------------------------

MV

------------------------------*/
.wrap_his {
    width: 100%;
    margin: auto;
	position: relative;
	/*background: url(../../images02/bg_ume02.jpg) 50% 50%;*/
}

.wrap_his .visual{
    z-index: 2;
    position: relative;
}
.wrap_his .visual .photo{
   text-align: center;
	padding-left: 10%;
   position: relative;
}
.wrap_his .visual .photo .copy{
        position: absolute;
        top: 50px;
        left: 5%;
}
@media screen and (max-width: 1400px){
.wrap_his .visual .photo .copy{
    left: 1%;
	 top: 280px;
}
}


@media screen and (max-width: 480px){

.wrap_his .visual .photo {
    background: inherit;
    height: auto;
	padding-left: 0%;
}
.wrap_his .visual .photo .copy {top: 17px;width: 90%;left: 5%;}
}


