@charset "utf-8";

/*==========================================================
	共通設定 (Primary style)
==========================================================*/
html,body{
	width: 100%; height: auto;
}
body{
	max-width: 640px;
	margin: 0px auto !important;
}
/*タブレット*/
@media screen and (max-width: 768px){
	body{
		width: 100%;
	}
}
/*スマートフォン*/
@media screen and (max-width: 640px){
	body{
		width: 100%;
	}
}
/*==========================================================
	コンテンツメイン
==========================================================*/
#main{
	position: relative;
	width: 100%; height: auto;
	margin: 0px auto;
	padding: 0px 0px 200px 0px;
}
/*==========================================================
	ヘッダー
==========================================================*/
.pTop > header{
	width: 100%; height: auto;
	max-width: 640px;
	margin: 0px auto;
	padding: 40px 0px 30px 0px;
	text-align: center;
	color: #404040;
	border-bottom: unset;
}
.pTop > header h1{
	display: block;
	width: 100%; height: 20px;
	margin: 0px auto;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
}
.pTop > header h2{
	height: auto;
	margin: 0px auto 5px auto;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 34px;
	font-family: 'HelveticaNeue-bold';
}
.pTop > header h2 span{
	display: block;
	height: 20px;
	line-height: 20px;
	letter-spacing: 18px;
	text-indent: 16px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'HelveticaNeue-light';
}
.pTop > header p{
	display: block;
	width: 100%; height: 20px;
	margin: 0px auto;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
.pTop > header a,
.pTop > header span{
	display: none;
}
header{
	position: relative;
	width: 100%; height: auto;
	max-width: 640px;
	margin: 0px auto;
	padding: 18px 0px 14px 0px;
	text-align: center;
	color: #404040;
	border-bottom: solid 2px rgba(8,3,4,0.1);
}
header h1,
header p{
	display: none;
}
header h2{
	height: auto;
	margin: 0px auto;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 26px;
	font-family: 'HelveticaNeue-bold';
}
header h2 > span{
	display: block;
	height: 16px;
	line-height: 16px;
	letter-spacing: 18px;
	text-indent: 16px;
	font-size: 12px;
	font-weight: 400;
	font-family: 'HelveticaNeue-light';
}
header a{
	display: block;
	position: absolute;
	top: 0px; bottom: 0px; left: 0px;
	width: 80px; height: 80px;
	margin: auto 0px;
	line-height: 100px;
	text-align: center;
	color: #404040;
}
header a i{
	font-size: 40px;
}
header > span{
	display: block;
	position: absolute;
	top: 0px; bottom: 0px; right: 0px;
	width: 80px; height: 80px;
	margin: auto 0px;
	line-height: 100px;
	text-align: center;
	color: #B372A2;
}
header > span i{
	font-size: 40px;
}
/*==========================================================
	メニュー 
==========================================================*/
#menu-trigger{
	position: fixed;
	bottom: 60px; left: 0px; right: 0px;
	width: 100px; height: 100px;
	margin: 0px auto;
	line-height: 160px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	color: #707070;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Lato',sans-serif;
	border-radius: 4px;
	box-shadow: 0px -5px 10px -5px rgba(10,10,10,0.8);
	background-color: #CCCCCC;
	z-index: 300;
}
#menu-trigger,
#menu-trigger span{
	display: inline-block;
	box-sizing: border-box;
	transition: all 0.4s;
}
#menu-trigger span{
	position: absolute;
	left: 8px;
	width: 75%; height: 2px;
	border-radius: 6px;
	background-color: #707070;
	z-index: 9999;
}
#menu-trigger span:nth-of-type(1){
	top: 15px; left: 0px; right: 0px;
	margin: 0px auto;
}
#menu-trigger span:nth-of-type(2){
	top: 0px; bottom: 25px; left: 0px; right: 0px;
	margin: auto;
}
#menu-trigger span:nth-of-type(3){
	bottom: 40px; left: 0px; right: 0px;
	margin: 0px auto;
}
#menu-trigger.active span:nth-of-type(1){
	top: 20px;
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
#menu-trigger.active span:nth-of-type(3){
	bottom: 35px;
	-webkit-transform: translateY(-26px) rotate(45deg);
	transform: translateY(-26px) rotate(45deg);
}
#overlay{
	position: fixed;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 100%;
	max-width: 640px;
	margin: 0px auto;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.4);
	transition: opacity 0.2s;
}
#overlay ul{
	position: fixed;
	bottom: -820px; left: 0px; right: 0px;
	width: 350px; height: 820px;
	margin: 0px auto;
	padding: 40px 20px 0px 20px;
	background-color: #2C2C2C;
	opacity: 0;
}
#overlay ul li{
	cursor: pointer;
	width: 100%; height: 80px;
	margin: 0px auto;
	line-height: 90px;
	letter-spacing: 0.05em;
	color: #F5F5F5;
	font-size: 26px;
	font-weight: 400;
	border-bottom: dashed 1px #D6D6D6;
}
#overlay ul li:first-child{
	line-height: 60px;
}
#overlay ul li a,
#overlay ul li a:hover{
	display: block;
	width: 100%; height: 100%;
	text-decoration: none;
	color: #F5F5F5;
}
/*==========================================================
	メニュー：店舗ページ
==========================================================*/
.shop_box{
	position: relative;
	width: 100%; height: 90px;
	margin: 0px auto;
	background-color: #DAC8DC;
}
.shop_box > ul{
	position: relative;
	width: 100%; height: 100%;
}
.shop_box > ul li{
	display: inline-block;
	height: 90px;
	margin: 0px auto;
	line-height: 90px;
	text-align: left;
	color: #5F3658;
	font-size: 30px;
}
.shop_box > ul li:nth-of-type(1),
.shop_box > ul li:nth-of-type(3),
.shop_box > ul li:nth-of-type(4){
	width: 60px;
	line-height: 90px;
	text-align: center;
}
.shop_box > ul li:nth-of-type(4){
	cursor: pointer;
}
.shop_box > ul li:nth-of-type(2){
	width: 440px;
}
.shop_box > ul li i{
	color: #3C2838;
	font-size: 32px;
}
.shop_box > ul li a{
	display: block;
	width: 100%; height: 100%;
	color: #5F3658;
}
.shop_menu{
	position: absolute;
	top: 90px; right: 0px;
	width: 0px;
	background-color: #3C2838;
	overflow-x: hidden;
	z-index: 10;
	transition: 0.5s;
}
.shop_menu.open-menu{
	width: 60%;
	padding: 0px 20px;
}
.shop_menu ul{
	width: 100%;
	margin: 0px auto;
}
.shop_menu li{
	width: 100%; height: 80px;
	padding: 0px 20px;
	line-height: 80px;
	font-size: 26px;
	border-bottom: solid 1px #D6D6D6;
	overflow: hidden;
}
.shop_menu li:last-child{
	border-bottom: none;
}
.shop_menu li a{
	display: block;
	width: 100%; height: 100%;
	color: #F5F5F5;
}
/*==========================================================
	料金システム
==========================================================*/
.shop_system{
	position: relative;
	width: 100%;
	margin: 80px auto 0px auto;
}
.shop_system:before{
	content: '';
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 210px;
	background-color: #202020;
	z-index: -1;
}
.shop_system_title{
	width: 100%; height: 80px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 2px;
	color: #F5F5F5;
	font-size: 54px;
	font-weight: 700;
	font-family: 'Lato',sans-serif;
}
.shop_system p{
	width: 100%; height: 20px;
	margin: 0px auto 20px auto;
	line-height: 20px;
	text-align: center;
	color: #F5F5F5;
	font-size: 20px;
	font-family: 'Lato',sans-serif;
	z-index: 0;
}
.shop_system p span{
	display: inline-block;
	margin: 0px 5px 4px 0px;
	vertical-align: middle;
	font-size: 16px;
	font-family: 'Noto Sans JP',sans-serif;
}
.shop_system table{
	width: 570px;
	margin: 0px auto;
	padding: 5px 10px;
	border-collapse:separate;
	border-spacing: 5px 10px;
	background-color: #FCFCFC;
}
.shop_system table tr th{
	width: 200px; height: 50px;
	text-align: center;
	font-size: 32px;
	font-family: 'Lato','Noto Sans JP',sans-serif;
	background-color: #D9D9D9;
}
.shop_system table tr th span{
	display: inline-block;
	margin: 0px 0px 4px 2px;
	vertical-align: middle;
	font-size: 26px;
}
.shop_system table tr td{
	text-align: center;
	font-size: 26px;
	font-family: 'Lato','Noto Sans JP',sans-serif;
	background-color: #F8F8F8;
}
.shop_system table tr td span{
	display: inline-block;
	margin: 0px 0px 4px 2px;
	vertical-align: middle;
	font-size: 20px;
}
table.fee_opt{
	margin: -15px auto 0px auto;
}
table.fee_opt tr th{
	font-size: 22px;
	font-weight: 400;
}
table.fee_opt tr th span{
	font-size: 18px;
}
table.fee_opt tr td{
	padding: 5px;
	font-size: 24px;
}
table.fee_opt tr td.txt{
	font-size: 18px;
}
table.fee_opt tr td.num{
	font-size: 24px;
}
table.fee_opt tr:nth-of-type(8) td,
table.fee_opt tr:nth-of-type(9) td{
	text-align: left;
	font-size: 18px;
}
/*==========================================================
	店舗情報
==========================================================*/
.shop_information{
	width: 100%; height: auto;
	margin: 80px auto 20px auto;
	text-align: center;
	color: #454545;
}
.shop_information h3{
	width: 100%; height: 40px;
	margin: 0px auto;
	line-height: 40px;
	font-size: 30px;
	font-family: 'Lato','Noto Sans JP',sans-serif;
}
.shop_information h4{
	width: 80%; height: 30px;
	margin: 0px auto;
	line-height: 30px;
	font-size: 24px;
	font-family: 'Lato',sans-serif;
	overflow: hidden;
}
.shop_information p{
	width: 100%; height: 50px;
	margin: 0px auto;
	line-height: 50px;
	font-size: 44px;
	font-weight: 700;
	font-family: 'Lato',sans-serif;
}
.shop_information p > a{
	display: block;
	width: 100%; height: 100%;
	color: #454545;
}
.shop_information > a{
	display: inline-block;
	width: 90%; height: 70px;
	margin: 50px auto 0px auto;
	line-height: 70px;
	color: #FCFCFC;
	font-size: 24px;
	font-family: 'Noto Sans JP',sans-serif;
	background-color: #BF2431;
}
/*==========================================================
	店舗ページバナー関連
==========================================================*/
/*店舗トップバナー*/
.shop_banner{
	position: relative;
	width: 100%;
}
.shop_banner ul{
	width: 100%; height: auto;
	margin: 0px auto 10px auto;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.shop_banner ul:before,
.shop_banner ul:after{
	content: '';
	display: table;
}
.shop_banner ul:after{
	clear: both;
}
.shop_banner ul li{
	width: auto; height: auto;
	margin: 0px;
	text-align: center;
}
.shop_banner ul li img{
	width: 100%;
}
/*求人バナー*/
.recruit_banner{
	position: relative;
	width: 100%;
	margin: 40px auto 60px auto;
}
.recruit_banner:before{
	content: '';
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 370px;
	background: linear-gradient(0deg,#B17A96 20%,#EEB46F 100%);
	z-index: -1;
}
.recruit_banner > h3{
	width: 100%; height: 50px;
	margin: 0px auto 5px auto;
	padding: 0px 0px 0px 10px;
	line-height: 50px;
	text-align: left;
	color: #FCFCFC;
	font-size: 34px;
}
.recruit_banner > a{
	display: block;
	position: absolute;
	bottom: -85px; left: 0px; right: 0px;
	width: 90%; height: 70px;
	margin: 0px auto;
	line-height: 70px;
	text-align: center;
	color: #080304;
	font-size: 26px;
	border: solid 1px #080304;
	background-color: #FCFCFC;
}
.recruit_banner > a:hover{
	color: #080304;
}
.recruit_banner img{
	width: 100%;
}
/*==========================================================
	店舗ピックアップガール関連
==========================================================*/
.pickup_girls{
	position: relative;
	width: 100%;
}
.pickup_girls:before{
	content: '';
	position: absolute;
	top: -10px; left: 0px; right: 0px;
	width: 100%; height: 55%;
	background: linear-gradient(0deg,#B17A96 20%,#EEB46F 100%);
	z-index: -1;
}
.pickup_girls ul{
	width: 100%; height: auto;
	margin: 0px auto 20px auto;
	list-style-type: none;
	overflow: hidden;
}
.pickup_girls ul:before,
.pickup_girls ul:after{
	content: '';
	display: table;
}
.pickup_girls ul:after{
	clear: both;
}
.pickup_girls ul li{
	position: relative;
	width: 80%; height: auto;
	margin: 0px 10px;
	text-align: center;
}
.pickup_girls ul li img{
	width: 100%;
	border: solid 1px #707070;
}
.pickup_profile{
	position: relative;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.pickup_name{
	width: 100%; height: 50px;
	margin: 0px auto;
	line-height: 50px;
	letter-spacing: 1px;
	color: #5F3658;
	font-size: 36px;
	font-weight: 500;
	font-family: 'Lato','Noto Sans JP',sans-serif;
}
.pickup_age{
	position: absolute;
	top: 10px; right: 80px;
	width: auto;
	margin: 0px auto;
	letter-spacing: 1px;
	color: #454545;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Lato',sans-serif;
}
.pickup_age span{
	display: inline-block;
	margin: 0px 5px 0px 0px;
	font-size: 20px;
	font-weight: 400;
}
.pickup_size{
	width: 100%; height: 30px;
	margin: 0px auto;
	line-height: 30px;
	letter-spacing: 1px;
	color: #454545;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Lato',sans-serif;
}
.pickup_size span{
	font-size: 18px;
	font-weight: 200;
}
.pickup_size span > span{
	display: inline-block;
	width: 28px; height: 28px;
	margin: 0px 0px 1px 4px;
	line-height: 28px;
	vertical-align: text-bottom;
	text-align: center;
	color: #F5F5F5;
	font-size: 22px;
	font-weight: 600;
	border-radius: 50%;
	background-color: #5F3658;
}
.slick-dots{
	bottom: 0px;
	height: 40px !important;
	margin: 0px auto !important;
	padding: 0px !important;
}
.slick-dots li{
	width: 20px !important; height: 20px !important;
}
.slick-dots li button:before{
	width: 20px; height: 20px;
	border-radius: 20px;
}
/*==========================================================
	検索BOXのあれこれ
==========================================================*/
.search_box{
	position: fixed;
	top: 0px;
	background-color: rgba(0,0,0,0);
	z-index: 100;
}
.search_box h3{
	height: auto;
	margin: 0px auto;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #F5F5F5;
	font-size: 30px;
	font-family: 'HelveticaNeue-bold';
}
.search_box h3 span{
	display: block;
	height: 20px;
	line-height: 20px;
	letter-spacing: 18px;
	text-indent: 16px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'HelveticaNeue-light';
}
/*女の子タイプ*/
.search-girlsType{
	display: none;
	position: relative;
	width: 640px; height: 100vh;
	padding: 30px 0px 0px 0px;
	background-color: #3D3D3D;
	overflow: hidden;
}
/*本日の予定*/
.search-todaysCast{
	display: none;
	position: relative;
	width: 640px; height: 50vh;
	margin: 50vh 0px 0px 0px;
	background-color: #3D3D3D;
	overflow: hidden;
}
/*ご利用時間帯*/
.search-yourTime{
	display: none;
	position: relative;
	width: 640px; height: 100vh;
	padding: 30px 0px 0px 0px;
	text-align: center;

	color: #F5F5F5;

	background-color: #3D3D3D;
	overflow: hidden;
}
/*ご予算*/
.search-yourBudget{
	display: none;
	position: relative;
	width: 640px; height: 100vh;
	padding: 30px 0px 0px 0px;
	background-color: #3D3D3D;
	overflow: hidden;
}
/*お店からのお得な情報*/
.search-shopNews{
	display: none;
	position: relative;
	width: 640px; height: 100vh;
	padding: 30px 0px 0px 0px;
	color: #3D3D3D;
	background-color: #F5F5F5;
	overflow: hidden;
}
.search-shopNews h3{
	color: #3D3D3D;
}
/*お気に入りの女の子*/
.search-favoriteCast{
	display: none;
	position: relative;
	width: 640px; height: 100vh;
	padding: 30px 0px 0px 0px;

	color: #F5F5F5;

	background-color: #3D3D3D;
	overflow: hidden;
}
.open-box{
	background-color: rgba(240,240,240,0.2);
}
.searchBox-bg {
	display: none;
	position: fixed;
	top: 0px; left: 0px; right: 0px;
	width: 100%; height: 100vh;
	max-width: 640px;
	margin: 0px auto;
	background-color: rgba(0,0,0,0);
	transition: all 1s ease-in-out;
}
.open-box + .searchBox-bg {
	display: block;
	background-color: rgba(0,0,0,0.1);
}
/*検索BOX「閉じる」ボタン*/
.search-boxClose{
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 60px; left: 0px; right: 0px;
	width: 80px; height: 80px;
	margin: 0px auto;
	z-index: 300;
}
.search-boxClose span{
	display: inline-block;
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 75%; height: 2px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #F5F5F5;
	z-index: 9999;
}
.search-boxClose span:nth-of-type(1){
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.search-boxClose span:nth-of-type(2){
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*==========================================================
	新着情報
==========================================================*/
.shop_news{
	width: 100%; height: 75%;
	margin: 20px auto 0px auto;
	padding: 0;
	overflow-y: auto;
}
.shop_news a{
	color: #58AEED;
}
/*タイムライン*/
.news_contents{
	position: relative;
	line-height: 135%;
}
.news_box{
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 10px;
	color: #454545;
	border-bottom: solid 1px #EEEEEE;
	background-color: #FCFCFC;
	overflow: hidden;
}
.news_box:nth-of-type(even){
	border-bottom: solid 1px #F0F0F0;
	background-color: #F8F8F8;
}
.news_box:last-child{
	border-bottom: solid 0px;
}
/*記事モーダルウィンドウ*/
.memoModal_bg{
	display: none;
	position: fixed;
	top: 0px; left: 0px;
	width: 100%; height: 100vh;
	background-color: rgba(200,200,200,0.4);
	z-index: 6666;
}
.modal_box{
	display: none;
	position: fixed;
	top: 1% !important;
	bottom: 1%;
	width: 98%; height: auto;
	max-width: 750px;
	max-height: 100vh;
	margin: auto 0px;
	padding: 20px;
	background-color: #FFFCFC;
	overflow-y: auto;
	z-index: 7777;
}
.shopNews_link{
	color: #202020 !important;
}
/*記事＆モーダルウィンドウ：共通*/
.news_box figure,
.modal_box figure{
	float: left;
	position: relative;
	width: 60px; height: 60px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border: solid 1px #707070;
	border-radius: 50%;
	overflow: hidden;
}
.modal_box figure{
	width: 100px; height: 100px;
	margin: 0px;
}
.news_box figure img,
.modal_box figure img{
	display: block;
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 100%; height: auto;
	margin: auto;
}
.news_box-text,
.modal_box-text{
	position: relative;
	margin: 0px 0px 0px 100px;
	padding: 5px 10px 0px 0px;
}
.modal_box-text{
	margin: 0px 0px 0px 120px;
}
.news_box-text .name,
.modal_box-text .name{
	width: 100%; height: 20px;
	line-height: 20px;
	font-size: 18px;
	font-weight: 600;
}
.modal_box-text .name{
	margin: 20px 0px 0px 0px;
}
.news_box-text .title,
.modal_box-text .title{
	width: 100%; height: 20px;
	margin: 5px 0px 0px 0px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 600;
}
.modal_box-text .title{
	margin: 15px 0px 0px 0px;
	font-size: 24px;
}
.news_box-text .date,
.modal_box-text .date{
	display: inline-block;
	position: absolute;
	top: 5px; right: 20px;
	width: auto; height: 20px;
	margin: 0px auto;
	text-align: right;
	font-size: 16px;
	font-family: 'Lato',sans-serif;
}
.modal_box-text .date{
	top: -10px; right: 60px;
}
/*本文*/
.news_box-text .text,
.modal_box-text .text{
	margin: 5px auto;
	padding: 5px;
	font-size: 18px;
	line-height: 1.4em;
}
.modal_box-text .text{
	margin: 40px 0px 20px -90px;
}
.news_box-text .text span,
.modal_box-text .text span{
	color: #767676;
}
/*画像を貼る場合*/
.news_box-text .text .in-pict,
.modal_box-text .text .in-pict{
	position: relative;
	width: 100%; height: 280px;
	margin: 20px auto 5px auto;
	border-radius: 20px;
	overflow: hidden;
}
/*画像１枚*/
.news_box-text .text .in-pict img:first-of-type:last-of-type,
.modal_box-text .text .in-pict img:first-of-type:last-of-type{
	width: 100%; height: 280px;
	margin: 0px auto;
	object-fit: cover;
}
/*画像２枚*/
.news_box-text .text .in-pict img:first-of-type:nth-last-child(2),
.news_box-text .text .in-pict img:first-of-type:nth-last-child(2) ~ img,
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(2),
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(2) ~ img{
	position: absolute;
	left: 0px;
	width: 50%; height: 280px;
	margin: 0px auto;
	object-fit: cover;
}
.news_box-text .text .in-pict img:first-of-type:nth-last-child(2) ~ img:nth-of-type(2),
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(2) ~ img:nth-of-type(2){
	position: absolute;
	right: 0px;
}
/*画像３枚*/
.news_box-text .text .in-pict img:first-of-type:nth-last-child(3),
.news_box-text .text .in-pict img:first-of-type:nth-last-child(3) ~ img,
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(3),
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(3) ~ img{
	width: 50%; height: 280px;
	margin: 0px auto;
	object-fit: cover;
}
.news_box-text .text .in-pict img:first-of-type:nth-last-child(3) ~ img:nth-of-type(2),
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(3) ~ img:nth-of-type(2){
	position: absolute;
	top: 0px; right: 0px;
	width: 50%; height: 140px;
}
.news_box-text .text .in-pict img:first-of-type:nth-last-child(3) ~ img:nth-of-type(3),
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(3) ~ img:nth-of-type(3){
	position: absolute;
	top: 140px; right: 0px;
	width: 50%; height: 140px;
}
/*画像４枚*/
.news_box-text .text .in-pict img:first-of-type:nth-last-child(4),
.news_box-text .text .in-pict img:first-of-type:nth-last-child(4) ~ img,
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(4),
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(4) ~ img{
	width: 50%; height: 140px;
	margin: 0px auto;
	object-fit: cover;
}
.news_box-text .text .in-pict img:first-of-type:nth-last-child(4) ~ img:nth-of-type(2),
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(4) ~ img:nth-of-type(2){
	position: absolute;
	top: 140px; left: 0px;
	width: 50%; height: 140px;
}
.news_box-text .text .in-pict img:first-of-type:nth-last-child(4) ~ img:nth-of-type(3),
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(4) ~ img:nth-of-type(3){
	position: absolute;
	top: 0px; right: 0px;
	width: 50%; height: 140px;
}
.news_box-text .text .in-pict img:first-of-type:nth-last-child(4) ~ img:nth-of-type(4),
.modal_box-text .text .in-pict img:first-of-type:nth-last-child(4) ~ img:nth-of-type(4){
	position: absolute;
	top: 140px; right: 0px;
	width: 50%; height: 140px;
}
/*記事モーダルウィンドウ：オンリー設定*/
.modal-close{
	cursor: pointer;
	position: absolute;
	top: 0px; right: 0px;
	width: 62px;
	line-height: 62px;
	color: #FFFCFC;
	font-size: 46px;
	text-align: center;
	background-color: #CC0000;
}
.modal-close:hover{
	color: #FFFFFF;
}
/*==========================================================
	検索結果：表示リスト無し
==========================================================*/
.no_list{
	width: 100%; height: 400px;
	margin: 0px auto;
	padding: 100px 0px 0px 0px;
	line-height: 1.6em;
	text-align: center;
	color: #ACACAC;
	font-size: 20px;
	font-weight: 300;
}
/*==========================================================
	ページタイトル
==========================================================*/
/*
.page_title{
	width: 100%; height: auto;
	text-align: center;
}
.page_title h1{
	width: 100%; height: auto;
	margin: 0px auto;
	line-height: 40px;
	color: #106516;
	font-size: 40px;
	font-family: 'Quicksand','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}
.page_title h1 span{
	display:  inline-block;
	width: auto; height: 30px;
	margin: 0px 5px;
	line-height: 30px;
	font-size:  28px;
	font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo', sans-serif;
}
*/




/*==========================================================
	フッター
==========================================================*/
footer{
	width: 100%; height: auto;
	max-width: 640px;
	margin: 0px auto;
	text-align: center;
}
footer h1{
	height: auto;
	margin: 0px auto 5px auto;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 26px;
	font-family: 'HelveticaNeue-bold';
}
footer h1 span{
	display: block;
	height: 16px;
	line-height: 16px;
	letter-spacing: 18px;
	text-indent: 16px;
	font-size: 12px;
	font-weight: 400;
	font-family: 'HelveticaNeue-light';
}
/*==========================================================
	コピーライト
==========================================================*/
.copyright{
	width: 100%; height: 20px;
	margin: 0px auto;
	line-height: 20px;
	text-align: center;
	letter-spacing: 2px;
	color: #999999;
	font-size: 14px;
	font-weight: 200;
	font-family: 'HelveticaNeue-light';
}
.copyright span{
	display: inline-block;
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	font-family: 'Noto Sans JP',sans-serif;
}
.copyright a{
	display: inline-block;
	width: auto; height: auto;
	text-decoration: none;
	color: #999999;
}
