﻿@charset "utf-8"; /* CSS Document */

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

header, section, footer, aside, article, figure, nav {
	display: block;
}

html{
	font-size: 62.5%;   /* ルートのフォントサイズ 10pxに設定 */
}

body {
	background:#fdfdfd;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	color: #333;  /*　文字色　*/
	font-size: 1.6em;  /* クロームのバグ対応によりここだけem指定 */
	line-height: 1.6em;
}

/******************************/
/*	共通設定				  */
/*		基本項目			  */
/******************************/

.pc {
		/*** PCのみ表示 ***/
		display: none;
	}
		
/*** リンク基本設定 ***/
a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}
	
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/******************************/
/*	共通設定				  */
/*		header				  */
/******************************/


/*#header_main,#top_h1_msg,#header_logo,#header_msg,.header_info_text1,.header_info_text4,.pcnav,.breadcrumb,#side_menu,#footer_link {
	display: none;
}*/
	
#top_h1_msg,#header_logo,#header_msg,.header_info_text1,.header_info_text4,.pcnav,.breadcrumb,#side_menu,#footer_link {
	display: none;
}

#header_main {
	width: 100%;
	height: 20px;
}
	
#header_logo {
	display: block;
	width:10%;
	height: 20px;
	float: left;
}
	
/*#header_logo_sp {
	display: block;
	width:10%;
	height: 20px;
	float: left;
}*/
	
#header_info {
	display: block;
	width:75%;
	height: 40px;
	float:left;
}

/*#header_info_sp {
	display: block;
	width:75%;
	height: 40px;
	float:left;
}*/

.header_info_text2,.header_info_text3 {
	display: inline-block;
	float: right;
	width:100%;
	text-align: right;
}
	
	.header_info_text2 {
		height: 15px;
		margin: 12px 0 0 0;
		line-height: 1.2em;
		font-size:1.5rem;
	}

	.header_info_text3 {
		height: 15px;
		margin: 3px 0 0 0;
		line-height: 1.2em;
		font-size:1.1rem;
		baseline: bottom;
	}
	
	.header_info_text4 {
		display: none;	
	}
	
/*ハンバーガーボタン*/
.header_sp {
	display: block;
	float: left;
	width: 15%;
	height: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
 
.humb_menu {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
 
.js_humburgerOpen .humb_menu {
}
 
.humb_menu > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.humb_menu > span:last-child {
   margin-bottom: 0;
}
.js_humburgerOpen .humb_menu > span {
  background: #000;
}

 
.js_humburgerOpen .humb_menu > span.top {
  transform: translateY(9px) rotate(-45deg);
}
 
.js_humburgerOpen .humb_menu > span.middle {
  opacity: 0;
}
 
.js_humburgerOpen .humb_menu > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}
 
.humb_menuButton.humb_menuButton__close {
  top: 2%;
  right: 2%;
}
 
.humb_menuButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
 
.humb_menuButton__close > span.humb_menuLineTop {
  transform: translateY(5px) rotate(-45deg);
}
 
.humb_menuButton__close > span.humb_menuLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
 
/*ナビゲーション*/
 
.spnav {
  display: none;
	}
.spnav.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
}
 
.spnav_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 
.spnav_wrapper {
  padding: 80px 0 0 0;
  text-align: center;
}
 
.spnav_item {
	width: 100%;
	height: 40px;
	line-height: 50px;
  font-ize: 18px;
  border-bottom:1px solid #eee;
}
 
.spnav_item > a {
  color: #000;
  text-decoration: none;
}
 
.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
	
	.spnav_member {
		background-color: #FFEEEE;
	}
	
/******************************/
/*	共通設定				  */
/*		button				  */
/******************************/
td input.sp_btn {
	width: auto;
	height:35px;
    /*display: table-cell;
    text-align: center;
    vertical-align: middle;
	width: 100px;
	height:30px;
	font-size: 1.6rem;
	line-height: 1.7rem;
	padding:3px 5px 0px 5px;
	text-decoration:none;*/
}
	
input.sp_btn {
	width: auto;
	height:35px;
}

/******************************/
/*	共通設定				  */
/*		footer				  */
/******************************/

#footer_copyright {
	text-align: center;
}
	
#footer_msg{
	display: none;
}

/***	footerの底上げ			 ***/
#footer{
	font-size: 1.2rem;
	margin-bottom:48px;
}
	
	
#hbg {
	width:70%;
}
	
/******************************/
/*	共通設定				  */
/*		スマホボトムメニュー  */
/******************************/

.bottom_nav {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;
    z-index:5;
	background-color:#FBFBFB;
    /*box-shadow: 0 -1px 5px #dddddd;*/
	border: 1px solid #ccc;
    }

	.bottom_link {
		float:left;
		width:20%;
		font-size:2.0rem;
		
		text-align:center;
		list-style-type:none;
		background-color:#FBFBFB;
		}
	
		.bmenu {
			font-size:1rem;
		}

		
		.bottom_link a {
			display: block;
			color:#999;
			padding-top:10px;
			padding-bottom:0px;
			line-height:1rem;
			text-decoration:none;
		}

			.bottom_link a:hover {
				color:#999999;
			}

	
			ul.li_recommend {
				visibility: hidden;
				opacity: 0;
				z-index:1;
			}

				ul.li_recommend li {
				float: left;
				width: 100%;
				border: none;
			}
	
			ul.li_recommend {
				position: absolute;
				bottom: 50px;
				left: 0;
				box-sizing: border-box;
				width: 100%;
			}

	
				ul.li_recommend li a{
					font-size:1.5rem;
					line-height:3rem;
					background-color: #fff;
					border-top:1px dotted #999999;
				}
	
	
/******************************/
/*	個別設定				  */
/*							  */
/******************************/

section.eigyo,section.common {
	margin: 0 0 30px 0;
}
section.common {
	width:100%;
}	
	
#sub_contents {
	float: left;
	width:100%;
	height: auto;
	margin: 10px 0 0 0;
}

.bl_title_h2 {
	width:100%;
	height: 25px;
	background-color: #224e9c;
	color: #fff;
	font-size:1.6rem;
	padding: 2px 0 0 5px;
	margin: 0 0 10px 0;
}

.sub_content {
	width: 95%;
	height: auto;
	margin: 10px auto 0;
}

.sub_title {
	width:95%;
	font-size:1.6rem;
	padding:0 0 0 5px;
	margin: 0 auto;
	border-left:4px solid #666;
	border-bottom:1px dashed #666;
}

	.entry_button_msg { 
		float:left;
		display: block;
		width: 70%;
		height:auto;
		margin: 0 0 0 5px;
		line-height: 30px;
	}	

	.entry_button { 
		display:inline-flex;
		justify-content:center;
		align-items:center;
		width:auto;
		height:26px;
		font-size: 1.6rem;
		padding:2px 5px;
		background:#ffa300;
		color:#fff;
		border-radius:5px;
		text-decoration:none;
		margin: 10px 0 20px 0;
	}

	a.entry_button {
		text-decoration: none;
		color:#fff;
	}

	a.entry_button:hover,.a.entry_button:active {
		text-decoration: none;
		background-color:#FFC969;
		color:#fff;
	}

/******************************/
/*	個別設定				  */
/*		トップページ　　	  */
/******************************/
section.top_sec {
	margin: 0 0 10px 0;
	width:100%;
}

.top_content {
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.top_btn {
    display: inline-block;
	width:30%;
}

.top_button {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width: 100px;
	height:45px;
	font-size: 1.6rem;
	line-height: 1.7rem;
	padding:5px 3px 0px 3px;
	background:#ffa300;
	color:#fff;
	border-radius:5px;
	text-decoration:none;
}

	a.top_button {
		text-decoration: none;
		color:#fff;
	}

	a.top_button:hover,.a.top_button:active {
		text-decoration: none;
		background-color:#FFC969;
		color:#fff;
	}
	
	.top_news_title {
		font-weight: bold;
	}
	
	.top_news_desc {
		margin: 0 0 5px 5px;
	}
	
	.dot_line {
		width: 95%;
		border-bottom: 1px dotted #ccc;
		margin: 5px auto;
	}

	
/******************************/
/*	個別設定				  */
/*		店舗詳細			  */
/******************************/
	
	.shop_title {
		displya:block;
		width: 95%;
		height: 25px;
		font-size: 1.6rem;
		font-weight: bold;
		margin: 10px;
	}
	
	.sta {
		height: 40px;
		line-height: 2.0rem;
	}
	
	.photo_area {
		width: 90%;
		height: 90%;
		margin: 0 auto;
	}
	
	.middle_link {
		width:95%;
		text-align: right;
	}
	
	.shop_description , .shop_comment , .shop_map {
		width: 95%;
		height: auto;
		margin: 0 auto 10px auto; 
	}
	
	.shop_map {
		margin: 20px auto 10px auto; 
	}
	
	.shops_title_comments,.shops_title_description,.shops_title_map {
		border-bottom: 2px solid #666;
		margin: 0 0 10px 0;
	}
	
	.sub_content_shops {
		width: 90%;
		margin: 0 auto;
	}
	
	table {
		font-size: 1.6rem;
		line-height: 3.0rem;
		border-collapse: collapse;
	}
	table, th, td {
		border: 1px solid #ddd;
	}
	
	th{
		background-color:#EFF0FF;
		width:30%;
		font-weight: normal;
		bborder: 1px solid #ddd;
	}
	
	td {
		width:70%;
	}
	
	.gmap {
		margin: 10px auto; 
	}
	
	iframe{
		max-width:100%;
		height:400px;

	}

/******************************/
/*	個別設定				  */
/*		店舗詳細			  */
/******************************/
	.memberpage_list {
		margin:10px 0 10px 40px;
		
	}
	
	.sub_description {
		font-size:1.2rem;
	}

	
/******************************/
/*	個別設定				  */
/*		会社概要			  */
/******************************/
	.kaisya_img > img {
		vertical-align:bottom;
		margin: 5px 0 0 0;
	}
	
	.com_ol {
		padding:5px 10px;
	}
	
/******************************/
/*	個別設定				  */
/*		借りたい			  */
/******************************/
	.renp {
		color:#E92D30;
		font-si:1.8rem;
		font-weight: bold;
	}
	
	.step {
		width: 95%;
		margin: 20px 0 0 0;
		font-weight: bold;
		border-bottom: dashed 2px #F63;
		color: #F63;
	}
	
	.karitai_button {
		display: block;
		width: 95%;
		height: 20px;
		margin: 10px 0 25px 20px;		
	}
	
	.karitai_fig {
		float: left;
		margin: 0 10px 10px 0;
		width: 30%;
	}
	
/******************************/
/*	個別設定				  */
/*		サイトマップ			  */
/******************************/
	.sitemap_list > li {
		display: block;
		float: left;
		width:95%;
		height: 25px;
	}
	
	li.sitmaplist_l {
		width:95%;
		height: 25px;
	}
	
	
	.sitemap_basic {
		display:block;
		width:95%;
		height: 220px;
		margin: 0 0 20px 5px;
	}

	.sitemap_event {
		display:block;
		width:95%;
		height: 170px;
		margin: 0 0 20px 5px;
	}

	.sitemap_member {
		display:block;
		width:95%;
		height: 150px;
		margin: 0 0 20px 5px;
	}

	.sitemap_shpps {
		display:block;
		width:95%;
		height: 220px;
		margin: 0 0 20px 5px;
	}
	
/******************************/
/*	個別設定				  */
/*		催事実績　			 */
/******************************/

	.saiji_common {
		display: block;
		float: left;
		width:100%;
		height: auto;
		margin: 0 0 20px 0;
	}
	
	.sub_saiji_title {
		width:95%;
		font-size:1.4rem;
		font-weight: normal;
		padding:0 0 0 5px;
		margin: 0 auto;
		border-bottom:1px solid #224e9c;
		color: #224e9c;
	}
	
	.sub_saiji_title_cate {
		font-size:1.6rem;
		font-weight: bold;
	}
	
	.sample_list_pc {
		display: none;
	}
	
	.sample_list_sp {
		display: block;
		font-size:1.2rem;
		margin: 10px 0 0 10px;
	}
	
	.sample_list_n {
		display:inline-block;
		float:left;
		width:50%;
	}
	
	.sample_list_l {
		display:inline-block;
		float:left;
		width:100%;
	}
	
	.return_cate {
		display: block;
		width:90%;
		margin: 10px 0 0 10px;
		text-align: right;
	}
	
/******************************/
/*	個別設定				  */
/*		一覧から店舗を探す	 */
/******************************/
	
	.shop_sp {
		display: block;
		float: left;
		width:100%;
		margin: 0 auto 10px;
		border-bottom: 1px dotted #aaa;
	}
	
	.shop_sp a {
		text-decoration: none;
		color:#333;
		font-weight: bold;
	}
	
		.shop_name_sp {
			display: block;
			float: left;
			width:100%;
			border-bottom: 1px dotted #aaa;
		}
	
		.shop_desc_sp {
			display: block;
			float: left;
			width:100%;
			margin: 5px 0;
			line-height: 2.1rem;	
		}
	
			.shop_photo_sp {
				display: block;
				float: left;
				width:35%;
				}
	
					.shop_photo_fig_sp > img {
						display: block;
						margin: 0 auto;
					}
	
			.shop_etc_sp {
				display: block;
				float: left;
				width:65%;
				font-size:1.4rem;

			}

				.shop_etcd_sp {
					display: block;
					float: left;
					width:70%;
				}

					.shop_tubo_sp {
						display: block;
						float: left;
						width:100%;
					}

					.shop_maguchi_sp {
						display: block;
						float: left;
						width:100%;
					}

				.shop_dire_sp {
					display: block;
					float: left;
					width:30%;
				}
	
					.icon_or {
						color: #ff7713;
						margin: 7px;
					}

				.shop_addr_sp {
					display: block;
					float: left;
					width:100%;
				}

/******************************/
/*	個別設定				  */
/*		貸店舗空き情報確認	 */
/******************************/
	
	.shop_checklist {
		width:95%;
		margin:10px 0 10px 20px;
	}
	
	.shop_checklist li {
		line-height: 2.3rem;
		margin: 0 0 15px 0;
	}
	
/******************************/
/*	個別設定				  */
/*		お問い合わせ			  */
/******************************/	
	
	table.contact {
		width: 95%;
		line-height: 2.5rem;
		border-collapse: collapse;
		margin: 10px 0 0 10px;
	}

	tbody {
		width:100%;
	}
		
	
	.cf_must {
		display: inline-block;
		font-size:11px;
		color: #ffffff;
		height:17px;
		background-color:#E76264;
		padding: 0 3px 5px 3px;
		vertical-align: middle;
		text-align: center;
		margin: 5px 0 0 5px;
	}
	
	.cf_any {
		display: inline-block;
		font-size:11px;
		color: #ffffff;
		height:17px;
		background-color:#7CE762;
		padding: 0 3px 5px 3px;
		vertical-align: middle;
		text-align: center;
		margin: 5px 0 0 5px;
	}
	
	.last_msg {
		line-height:1.6rem;
		margin: 5px 0;
	}
	
	.contact_nor {
		color :#52D543;
	}
	
	.contact_desc {
		font-size: 1.2rem;		
	}
	
	table.contact th{
		/*background-color:#224e9c;*/
		background-color:#EFF0FF;
		width:100%;
		font-weight: normal;
		vertical-align: middle;
		text-align: left;
		padding: 3px;
	}
	
	table.contact td input.ibox {
		width:90%;
		height:30px;
		margin: 10px;
	}
	
	table.contact td input.tbox {
		width:90%;
		height:30px;
		margin: 10px;
	}
	
	table.contact td input.iadd {
		width:90%;
		height:30px;
		margin: 10px;
	}
	
	.space_add {
		display: block;
		width:10%;
	}
	
	table.contact td #cbx_1 {
		width: 20px;
		margin: 0px;
	}
		
	table.contact .contact_select {
		text-align: center;
		font-size: 1.4rem;
	}
	
	textarea.contact_content {
		width:90%;
		height: 100px;
		margin: 5px;
	}

	.con_sub {
		text-align: center;
		width:100%;
		height: auto;
		border: 0;
	}
	
	.con_sub input {
		width:100px;
		height: 30px;
		padding: 5px;
		margin: 5px 0 0 0;
	}
	
	input,textarea,select {
		font-size: 1.6rem;
	}			
	
	
/******************************/
/*	個別設定				  */
/*		確認画面　			 */
/******************************/	
	

	
	.confirm_title {
		width: 100%;
		height: auto;
		margin: 30px 0 0 0;
		font-size: 1.6rem;
	}
	
	table.contact_confirm {
		width: 95%;
		font-size:1.4rem;
		line-height: 2.5rem;
		border-collapse: collapse;
		margin: 10px 0 0 0;
	}
	
	table.contact_confirm th{
		/*background-color:#EFF0FF;*/
		width:25%;
		vertical-align: middle;
		text-align: left;
		padding: 5px 10px;
	}

	table.contact_confirm td{
		width:75%;
		vertical-align: middle;
		text-align: left;
		padding: 5px 10px;
	}

/******************************/
/*	個別設定				  */
/*		会員登録　			 */
/******************************/
	
	.req {
		color: #E76264;
	}
	

	input {
		height: 20px;
	}

	table.registration {
		width: 95%;
		line-height: 2.5rem;
		border-collapse: collapse;
		margin: 10px auto;
		font-size: 1.2rem;
	}
	
	table.registration th{
		background-color:#EFF0FF;
		vertical-align: middle;
		text-align: left;
		font-size: 1.6rem;
	}

	table.registration td{
		vertical-align: middle;
		text-align: left;
		font-size: 1.2rem;
		padding: 0 10px;
	}
	
	table.registration td input.com_box {
		width:90%;
		margin: 10px 0;
	}
	
	table.registration td select.com_select {
		margin: 10px 0;
	}
	
	table.registration td select.other_select {
		margin: 5px 0 10px;
	}
	
	table.registration td input.ibox {
		width:90%;
		margin: 0 0 10px;
	}
	
	table.registration td input.tbox {
		width:100%;
		margin: 10px;
	}
	
	/* 住所関連 */
	
	table.registration td input.iadd1 {
		width:50px;
		margin: 10px 0 10px 10px;
	}
	
	table.registration td input.iadd2 {
		width:70px;
		margin: 10px 0;
	}

	table.registration td input.iadd3 {
		width:100px;
		margin: 10px 0;
	}
	
	table.registration td input.iadd4 {
		width:200px;
		margin: 10px 0;
	}

	/* 電話関連 */
	
	table.registration td input.itel1 {
		width:40px;
		margin: 10px 0 0 10px;
	}
	
	table.registration td input.itel2 {
		width:60px;
		margin: 10px 0 0 0;
	}

	table.registration td input.itel3 {
		width:60px;
		margin: 10px 0 0 0;
	}
	
	table.registration td input.itela1 {
		width:40px;
		margin: 10px 0 10px 10px;
	}
	
	table.registration td input.itela2 {
		width:60px;
		margin: 10px 0 ;
	}

	table.registration td input.itela3 {
		width:60px;
		margin: 10px 0 ;
	}
	
	/* メール関連 */
	table.registration td input.imail {
		width:80%;
		margin: 0 0 10px 0;
	}
	
	/* その他 */
	
	table.registration td input.iname {
		width:200px;
		margin: 10px 0;
	}
	
	table.registration td input.iyear {
		width:50px;
		margin: 10px 0;
	}
	
	
	table.registration td input.itubo {
		width:50px;
		margin: 10px;
	}
	
	table.registration td #cbx_1 {
		width: 20px;
		margin: 10px;
	}
	
	textarea.product {
		width:90%;
		height: 50px;
		margin: 0;
	}
	
	textarea.iopn {
		width:90%;
		height: 100px;
		margin: 0;
	}
	
	table.registration td input.ipro {
		width:90%px;
		margin: 0 0 10px 0;
	}


	
	table.registration td.regist_other {
		padding: 10px;
		text-align: center;
		line-height: 2rem;
	}
	
	table.registration td.regist_pledge {
		padding: 10px;
		text-align: left;
		line-height: 2rem;
	}
	
	table.registration td.regist_pledge2 {
		padding: 10px;
		text-align: left;
		line-height: 2rem;
		border: none;
	}
	
	table.registration td.regist_submit {
		text-align: center;
	
	}
	
	td.regist_submit {
		line-height: 1.6em;		
	}
	
	.con_sub {
		text-align: center;
		width:100%;
		height: auto;
		border:none;
	}
	
	.con_sub input {
		width:100px;
		height: 30px;
		padding: 5px;
		margin: 10px 0 0 0;
	}

	
/******************************/
/*	個別設定				  */
/*		会員登録　			 */
/******************************/

	#lend_img_title {
		font-weight: bold;
		font-size: 1.6rem;
		margin: 5px 0;
	}

	table.cont_common {
		width: 95%;
		line-height: 2.5rem;
		border-collapse: collapse;
		margin: 10px 0 0 10px;
	}
	
	table.cont_common th{
		background-color:#EFF0FF;
		vertical-align: middle;
		text-align: left;
		vertical-align: middle;
		padding: 3px;
	}
	
	table.cont_common td input.ibox {
		width:90%;
		height:30px;
		margin: 10px;
	}
	
	table.cont_common td input.tbox {
		width:90%;
		height:30px;
		margin: 10px;
	}
	
	/* 住所関連 */
	
	table.cont_common td input.iadd {
		width:90%;
		height:30px;
		margin: 10px;
	}
	
	table.cont_common td.shoplend_select {
		text-align: center;
		font-size: 1.4rem;
	}	
	
	textarea.shop_condition {
		width:90%;
		height: 100px;
		margin: 5px;
	}
	
	table.shop_condition td #cbx_1 {
		width: 20px;
		height:30px;
		margin: 10px;
	}
	
	table.cont_common td.lend_sub {
		text-align: center;
		width:100%;
		height: auto;
		border: 0;
	}
	

	
/******************************/
/*	個別設定				  */
/*		共同催事　			 */
/******************************/


	table.cont_common td input.idate {
		width:50%;
		height:30px;
		margin: 10px;
	}
	
	table.cont_common td select.ishop {
		width: 150px;
		height: 30px;
		margin: 10px;
	}
	
	textarea.shop_other,textarea.shop_condition1,textarea.shop_condition2 {
		width:90%;
		height:50px;
		margin: 10px;
	}
	
	textarea.shop_opi {
		width:90%;
		height:70px;
		margin: 10px;
	}

/******************************/
/*	個別設定				  */
/*		リニューアルのお知らせ */
/******************************/
	
	.renew0707 {
		margin: 0 0 10px 30px;
	}
	
} /** スマホ終了 **/
