@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1280px) {
/* 1280pxまでの幅の場合に適応される */

/*ヘッダー */

.header_box {
	width:1024px;
}

#wrapper_2 {
	width:1024px;
}

.nav_li {
	box-sizing:border-box;
	display:inline-block;
	width:140px;
}

.nav_li_first {
	width:105px
}
/**/
.nav_li_ul {
    width: 140%;
}
.pc_mail {
	right:25px;
}
/*共通コンテンツ*/

.contents {
	width:1024px;
}

/*footer01*/
.footer01_ul br {
	display:block;
}
.footer01_ul li:nth-of-type(2) {
	padding-left:15px;
}

.footer01_left {
	margin-right:82px;
}

/*aboutus*/

.aboutus_whats_right {
  width: calc(100% - 510px);
}

/*aboutus_挨拶*/

.aisatu_li_div {
	/*height:832px !important;*/
}

.secret_li_div {
  /*height: 510px !important;*/
}

/**/
.staff_li_ul_li::before {
	left:12px;
}
.staff_li_ul_li::after {
	right:12px;
}

/*aboutus店舗*/

.tempo_li {
	width:472px;
}

.tempo_list_div {
	width:426px;
}

.map_canvas {
	height:310px;
}

/*modal_window*/

.lock {
    overflow:hidden;
}

.modal {
  position:fixed;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  z-index:55;
  display:none;
  overflow:scroll;
}
 
/* オーバーレイのスタイル */
.overLay {
  background:rgba(0,0,0,0.7);
  width:100%;
  z-index:60;
  box-sizing:border-box;
  padding:30px 0;
}
 
/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  width:1024px;
}

/*.modal .inner div img {
	display:block;
	margin:35px auto;
}

.modal .inner div ul {
	list-style-type:none;
	margin:0 auto 25px;
	padding:0;
	width:60%;
}

.modal_li_left {
	font-size:22px;
	font-family:"Sawarabi Mincho";
	color:#8C726B;
	text-align:left;
	float:left;
}

.modal_li_left_paddtop {
	padding-top:15px;
}

.modal_li_right {
	background:url(../img/sec04_button_bg.jpg);
	background-repeat:repeat;
	box-shadow:5px 5px rgba(0,0,0,0.4);
	-webkit-transition:opacity 0.3s,box-shadow 0.3s, -webkit-transform 0.3s;
    transition:opacity 0.3s,box-shadow 0.3s, transform 0.3s;
	text-align:center;
	width:250px;
	padding:15px 0;
	float:right;
}

.modal_li_right:hover {
	opacity:0.6;
	  box-shadow:2px 2px rgba(0,0,0,0.2);
	  -webkit-transform: translateY(3px);
	  transform: translateY(3px);
	  -webkit-transform: translateX(3px);
	  transform: translateX(3px);
}*/

/*!*/


/*aboutus店舗ここまで*/

/*料金・プラン*/

.plan01_ul_li {
	width:340px;
}

.plan01_li_div {
	/*height:424px;*/
}

.plan02_li {
	width:322px;
	/*height:720px;*/
}

.plan02_icon {
	width:85px;
	height:auto;
}

.trial01_left {
	width:456px;
}

/*料金・プランここまで*/


/*サービス*/

.service_li_img,
.service_li_text {
	vertical-align:middle;
	margin:0;
	width:511px;
}

/*サービスここまで*/

/*サービス_流れ*/

.service_flow_li_text {
	width:470px;
}


/*サービス_流れここまで*/

/*サービス_親御様*/

.oyago_flow_li_arrow {
	margin:0 !important;
}

.oyago_flow_div_arrow {
	width:73%;
}

/*サービス_親御様ここまで*/

/*サービス_婚活アドバイス*/

.service_cont_catch_box_text p {
	font-size:20px;
}

/*成婚の秘訣*/
.success_box div h6 {
	font-size:22px;
}

/*乗り換え割*/

.norikae_box div h6 {
	font-size:22px;
}

/*乗り換え割ここまで*/


/*お知らせ・スタッフ日記*/

/*.news_article_li {
	width:320px;
}*/

/*お知らせ・スタッフ日記ここまで*/

}

@media screen and (max-width: 1184px) {

.news_article_li {
	width:22%;
}

	
}