@charset "utf-8";
/* CSS Document */
/* 目次 
1. リセット
2. 共通（レイアウト・その他・見出し・ボタン・ヘッダー・フッター・ぱんくず・TOP.newsお知らせ一覧共通)
*/

/* PCレンタル
------------------------------------------------------------*/

.fixed{
	display:none;
}
.headerPC{
	margin-top:156px;
}
.headerPC.rentalPC_headerPC{
	position: static;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.headerSP{
	margin-top:0;
	display:none;
}
.pcFix{
	position:fixed;
	z-index:1000;
}
.rentalList h2{
	color:#2b58b1;	
	padding-top:20px;
}
.rentalList{
	/*background:#cdecf9;*/
}
.pcImage{
	text-align:center;
	
}
.getsugaku{
	background:#059fe2;
	color:#fff;
	padding:6px 5px 4px 5px;
	text-align:center;
	border-radius:5px;
	font-size:24px;
	font-weight:bold;
	display:table-cell;
	margin:0 0 10px 0;
}
.fontmini{
	font-size:15px !important;
	color:#333 !important;
	text-indent:34px;
	display:block;
	margin-top:10px;
}
.specBox{
	padding:20px 0;
}
.priceBox{
	padding-left:15px;
}
.rentalPrice{
	color:#059fe2;
	font-size:38px;
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
}
.rentalYen{
	font-size:30px;
	font-weight:bold;
	color:#059fe2;
	display:table-cell;
	vertical-align:bottom;
}
.marginT10px{
	margin-top:10px;
	display:block;
	color:#333 !important;
	font-size:18px !important;
	text-indent:34px;
	
}
.rentalList .dl01{
	background:#FFF;
	border-radius:10px;
	width:30%;
	margin:20px auto;
	/*box-shadow:5px 5px #acddf5;*/
}
.rentalList .dl02{
	background:#FFF;
	border-radius:10px;
	width:45%;
	margin:20px auto;
	/*box-shadow:5px 5px #acddf5;*/
}
.flexBox{
	display:flex;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
}
.big-font{
	font-size:52px !important;
	font-weight:bold;
}
.flexBox02{
	display:flex;
	max-width:700px;
	margin:0 auto;
	text-align:center;
}
.rentalList h2{
	font-size:3.4rem;
}
.rentalList dt{
	font-size:22px;
	font-weight:bold;
	padding:5px 10px;
	border-bottom:4px solid #059fe2;
}
.rentalList dd{
	font-weight:bold;
	font-size:18px;
	padding:5px 10px;
}
.textBox{
	max-width:1000px;
	margin:0 auto;
}
.textBox div{
	line-height:1.4;
}
.rentalFlow h2{
	padding-top:20px !important;
	font-size:3.4rem;
}
.rentalFlowImg{
	max-width:1000px;
	margin:0 auto;
	padding-bottom:30px;
}
.rentalReason{
	background:#009ee2;
}
.rentalReason h2{
	color:#FFF;	
	padding-top:20px;
	font-size:3.4rem;
}
.reasonBox01{
	width:25%;
	margin:15px 0;
}
.reasonBox01 img{
	width:95%;
}
.reason01{
	background:url(/wp-content/uploads/2023/01/reason01.png) center center no-repeat;
	background-size: cover;
 	width: 20%;
 	height: 120px;
 	padding-top: 28.5%;
}
.reason02{
	background:url(/wp-content/uploads/2023/01/reason02.png) center center no-repeat;
	background-size: cover;
 	width: 20%;
 	height: 120px;
 	padding-top: 28.5%;
}
.reason03{
	background:url(/wp-content/uploads/2023/01/reason03.png) center center no-repeat;
	background-size: cover;
 	width: 20%;
 	height: 120px;
 	padding-top: 28.5%;
}
.reason04{
	background:url(/wp-content/uploads/2023/01/reason04.png) center center no-repeat;
	background-size: cover;
 	width: 20%;
 	height: 120px;
 	padding-top: 28.5%;
}
.reasonDt{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#2b58b1;
}
.reasonDd{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:1.4;
}
/*アコーディオン全体*/
.navAC{ display: none; }
.nav-open{
	padding: 15px;
	color: #fff;
	font-size: 20px;
	/*background: #2073c8;*/
	position: relative;
}
.nav-open::before{/* 閉じている時 */
	content: "－";
	position: absolute;
	right: 20px;
}
.nav-open.active::before{/* 開いている時 */
	content: "＋";
}




.rentalQA{
	background:#cdecf9;
}
.rentalQA h2{
	color:#2b58b1;	
	padding-top:20px;
	font-size:3.4rem;
}
.boxQA{
	max-width:800px;
	margin:10px auto;
	padding:0 10px 30px 10px;
}
.QADiv{
	background:#FFF;
	border-radius:10px;
	margin:20px auto;
	box-shadow:5px 5px #acddf5;
	text-align:left;
	padding-bottom:30px;
}
.QADiv .nav-open, .QADiv .navAC{
	font-size:18px;
	font-weight:bold;
	padding:10px 40px 0 20px;
}
.QADiv .nav-open span{
	color:#009ee2;
	font-size:24px;
}
.QADiv .nav-open{
	color:red;
	font-size:24px;
}
.QADiv .navAC span{
	color:#ffae00;
	font-size:24px;
}
.rentalContact{
	padding-bottom:20px;
}
.rentalContact h2{
	color:#2b58b1;
	padding-top:20px;
	font-size:3.4rem;
}
.rentalContact input, .rentalContact select, .rentalContact textarea{
	border:solid 1px #ccc !important;
}

@media screen and (max-width: 750px) {
	.flexBox{
		display:block;
	}
	.flexBox03{
		display:flex !important;
	}
	.headerPC{
	margin-top:0;
	display:none;
}
	.headerSP{
	margin-top:0;
	display:block !important;
}
	.rentalList .dl01, .rentalList .dl02{
		width:90%;
	}
	.flexBox02{
		display:block;
	}
	.reasonBox01{
		width:90%;
		margin:15px auto;
	}
	.rentalContact{
		padding:0 20px 40px 20px;
	}
	.big-font{
	font-size:20px !important;
	font-weight:bold;
	}
	.fixed{
	position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 1% 2%;
    justify-content: center;
	display:block;
	}
}

/**************************************************
1. リセット
**************************************************/
* {
  margin: 0;
  padding: 0;
  line-height:1.0;}
article,aside,details,figcaption,figure,footer,pc-header,main,menu,nav,section,summary {display: block;}
html {font-size: 62.5%;}
body {font: normal 1.4rem/1.6  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
  color:#333;}
html,body{ margin:0; padding:0;}
table,thead,tbody,tr,th,td{border-collapse:collapse; border-spacing: 0;}
td,th {padding: 0;}
ul, ol{list-style: none;}
a {text-decoration: none; }
/*a:hover, a:active, a:focus {color: #33383f;}*/
img {vertical-align: bottom; border: 0;}
i, cite, em, var, address, dfn {font-style:normal;}
*, *:before, *:after {box-sizing: border-box;}
small { font-size: 12px;font-size: 1.2rem;}
button,select {text-transform: none;}
/* IE用 */
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
button {overflow: visible;}
textarea {overflow: auto;}
/* firefox用リンクをクリックした後に表示される「枠線」を消す */
a,a:focus{outline: none;}
/* iOSでTEL link無効 */
a[href^="tel"]{
  color:inherit;
  text-decoration:none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
/*スクロールバーの領域表示確保*/
html {overflow-y:scroll;}
/* body */
body{width:100%;}
/*スライダーの画像の右にできる余白を隠す*/
#container{
    overflow: hidden;
    position: relative;}
/*タブ切り替え*/
.ChangeElem_Panel{display: none;}


/* clearfix */
.cf {
  clear: both;
}
.cf:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
/* float */
.float-l{float: left;}
.float-r{float: right;}
/*リンク*/
a:hover{opacity: 0.8;}
/*画像*/
img {
  width:100%;
  height:auto;
}
a:hover img,
a:active img {opacity: 0.8;}

a:hover,
a:active {opacity: 0.8;}

/*------------------------------
レイアウト ※変更不可
------------------------------*/
.ma-b25{
  margin-bottom: 25px;
}
.ma-b50{
  margin-bottom: 50px;
}
/*------------------------------
テキスト ※変更不可
------------------------------*/
/*
p {
  margin-bottom: 1em;
}
*/
.small{
  font-size: 12px;
  font-size: 1.2rem;
}
.font13{
  font-size: 13px;
  font-size: 1.3rem;
}
.bold {font-weight: bold;}
.text-l{text-align:left;}
.text-r{text-align:right;}
.text-c{text-align:center;}

/* 一行目以降インデント */
.indentback{
  text-indent: -1em;
  padding-left: 1em;
}
.number{
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Arial Black','Arial Black','Arial Rounded MT Bold',sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    
}

/*------------------------------
テキストカラー ※変更不可
------------------------------*/
.red-c{
    color: #E60012;
}
.happa-c{
    color: #8EC31F;
}
.sora-c{
    color: #30A8E1;
}
.white-c{
    color: #fff;
    
}
/*------------------------------
背景色 ※変更不可
------------------------------*/
.bg-gr{
    background: #EEEEEE;
}
.bg-w{
    background: #fff;
}
.bg-r{
    background: #E60012;
}

/*------------------------------
テキストリンク ※変更不可
------------------------------*/
a.text-link:link,
a.text-link:visited,
a.text-link:hover,
a.text-link:active{
  color: #333;
  text-decoration: underline;
}

a.text-link2:link,
a.text-link2:visited,
a.text-link2:hover,
a.text-link2:active {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}

/*------------------------------
クリック範囲の拡大
------------------------------*/
.range{
    position: relative;
}

.range a::before{
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
}

.range:hover,
.range:active {opacity: 0.9;}

/*------------------------------
▶ ※変更不可
------------------------------*/
.arrow-link{
  font-weight: 600;
}



/*------------------------------
リスト表示 ※変更不可
------------------------------*/
/*・*/
ul.disc{
  margin-left: 2em;
}
ul.disc>li {
  list-style: disc;
  margin-bottom: 1em;
}
/*123*/
ol.decimal{
  margin-left: 2em;
}
ol.decimal>li {
  list-style: decimal;
  margin-bottom: 1em;
}
/*abc*/
ol.lower-latin{
  margin-left: 2em;
}
ol.lower-latin>li {
  list-style: lower-latin;
  margin-bottom: 1em;
}

/*--------------------------------------------------
画像スクロール共通 .sp-scroll
----------------------------------------------------*/
.sp-scroll p{
  margin: 0 auto ;
  width: 600px;
  height: auto;
}
/*スクロール*/
.sp-scroll{
  overflow: auto;
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.sp-scroll::-webkit-scrollbar {
  height: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.sp-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
/*スクロールバーの色・角丸指定*/
.sp-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background:#aaa;
}
/*--------------------------------------------------
テーブルスクロール共通 .sp-scroll-t
----------------------------------------------------*/
.sp-scroll-t table {
  margin: 0 0 10px;
}
/*スクロール*/
.sp-scroll-t{
  width: 100%;
  overflow: auto;
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.sp-scroll-t::-webkit-scrollbar {
  height: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.sp-scroll-t::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
/*スクロールバーの色・角丸指定*/
.sp-scroll-t::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background:#aaa;
}

/*--------------------------------------------------
アコーディオン
----------------------------------------------------*/

.acobox{
	width: 100%;
/*	margin: 10px auto 40px;*/
	padding: 10px 0;
}
.accordionlist dt{
      display: flex;
    justify-content: space-between;
    padding: 16px 0 16px 6px;
/*
    border-top: 1px solid #DFDFDF;
    align-items: center;
*/
}
/*
.accordionlist:nth-child(8) dd{
    border-bottom: 1px solid #DFDFDF;
}
*/

/*
.accordionlist dt .title{
     text-align: center;
}
*/
.accordionlist dd{
    display:none;
	padding:0 0 20px 15px;
}
.aco_icon,
.aco_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.aco_icon {
	position: relative;
	width: 30px;
	height: 20px;
/*	float: right;*/
	margin-right: 6px;
}
.aco_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.aco_icon span:nth-of-type(1) {
    top: 8px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.aco_icon span:nth-of-type(2) {
    top: 8px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.aco_icon.active span:nth-of-type(1) {
	display:none;
}
.aco_icon.active span:nth-of-type(2) {
	top: 8px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}