@charset "utf-8";


/*（全般）設定
---------------------------------------------------------------------------*/
body {
	color: #666;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	line-height: 1.7;	
}

/*ヘッダーメニューPC
---------------------------------------------------------------------------*/

#menubar {
	text-align: center;	
	font-size: 16px;
	margin-bottom: 40px;
}
#menubar ul{
	padding-inline-start: 0;
}
#menubar li {
	display: inline;
}
#menubar li a {
	text-decoration: none;
	margin: 15px !important;
	line-height: 3;
}
#menubar li a:hover,
#menubar li.current a {
	color: #2eb7dc;
	border-bottom: 4px solid #2eb7dc;
}


/*ヘッダーメニュー　スマホ
---------------------------------------------------------------------------*/
@media screen and (max-width:580px){
#menubar li {
	display: block;
	margin-bottom: 10px;
	}
#menubar li a {
	text-decoration: none;
	padding: 8px 30px;
	line-height: 1.9;
	}
table {
	font-size:0.8rem;
	}
}


/*定点バナー
---------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
	#teiten_sp{
		display: none !important;
	}
}

#teiten{
	position:fixed;
	bottom:0px;
	right: 0px;
	/* width:100%; */
	/* height:60px; */
	/* background-color:#fff; */
	/* border-top:1px solid #ccc; */
	overflow:hidden;
	z-index: 10;
	display:block;
	bottom: 140px;
    height: 200px;
}

#teiten .menu_close2{
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	background: none;
	line-height: 1;
}

.ipad #teiten{
	text-align: right;
    height: 150px;
}

.ipad #teiten img{
	width: 75%;
}


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

	#teiten{
		display: none !important;
	}
		
	#teiten_sp{
		position:fixed;
		bottom:0px;
		right: 0px;
		overflow:hidden;
		z-index: 1000;
		display:block;
		bottom: 0%;
	}
	
	#teiten_sp img {
		border: none;
		max-width: 100%;
		height: auto;
		vertical-align: middle;
	}
	
	#teiten_sp .btn_close{
		position:absolute;
		top:6%;
		right: 9%;
		cursor:pointer;
		height: 40px;
		width: 7%;
	}
}




/*見出し
---------------------------------------------------------------------------*/

h2,.h2 {
	font-size:clamp(1rem,2vw,1.2rem);	
	margin:2rem 0;
	color: #fff;
	padding:  1rem;
	background: #3f210e;
	border-radius: 8px;
}

h3 {
	font-size:clamp(.9rem,2vw,1rem);	
	margin:2em 0;
	padding: 1rem;
	background: #eee;	
	border: 1px solid #ccc;	
	border-radius: 8px;
}



/*トップページ
---------------------------------------------------------------------------*/

/* タイトル部分（上下に線） */
.manga-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px .8rem;
  border-top: 2px solid #40210f;
  border-bottom: 2px solid #40210f;
  cursor: pointer;
  font-size: clamp(16px,1.6vw,18px);
  color:#40210f;
  font-weight: 600;
  margin: 30px auto 0;
}

.manga-close{
  font-size: clamp(14px,1.6vw,16px);
  font-weight: 400;
}

/* 全体を中央揃え */
.manga-toggle {
  max-width: 600px;
  width: 100%;
  margin: 10px auto;
}

/* 開閉部分 */
.manga-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

/* 最初はopen状態 */
.manga-content.open {
  max-height: 2590px; /* 画像3枚に十分な高さ */
  opacity: 1;
  padding-top: 15px;
}

/* 画像縦並び */
.manga-content img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}




/*お客様の声
---------------------------------------------------------------------------*/
.koe {
/*	padding:1.5rem;
	margin-bottom:10px;
	background-color :#f9f9f4;
	border-radius: 10px;
	font:.9rem;
	line-height: 1.5;
	text-align:justify;*/
}

#koe .card {
	background-color:#f9f9f4;
	border:none;
	border-radius: 8px;
}

#koe .card-columns {
	column-count: 2;
	line-height:1.7;
}

@media(max-width: 576px){
	#koe .card-columns {
		column-count: 1;
	}
}




/*ご利用までの流れ
---------------------------------------------------------------------------*/
.balloon{
  position: relative;
  background: #eee;
  padding: 1rem;
  border-radius:5px;
}
.balloon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

/*よくあるご質問
---------------------------------------------------------------------------*/
#question dl{
	/*border:1px solid red;*/
}
#question dt{
	padding:0.5em;
	background-color:#f9f9f4;
	border-radius:5px;
}
#question dd{
	padding:1.5em;
}


/*貸し会議室　フォーム用
---------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}

input[type="text"], select, textarea, button {
	/*-moz-appearance: none;
	-webkit-appearance: none;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}

input[type="text"], textarea {
	background: #f8f8f8;
	display: block;
	font-size: 16px;
	padding: 12px 15px;
	width: 480px;
	transition: 0.8s;
	border-radius: 0;
}

input[type="text"]:focus, textarea:focus {
	background: #e9f5fb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
	display: inline-block;
	width: 100%;
	height: 200px;
}

 input::placeholder, textarea::placeholder {
 color: #ccc;
}

::-webkit-input-placeholder {
 color: #ccc;
 opacity: 1;
}

::-moz-placeholder {
 color: #ccc;
 opacity: 1;
}

:-ms-input-placeholder {
 color: #ccc;
 opacity: 1;
}

.form-table {
	width: 80%;
}

.form-table th, .form-table td {
	/*border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;*/
	border: 1px solid #d7d7d7;
	padding: 20px;
}

.form-table th {
	background: #f9f9f4;
	/*padding-left: 50px;*/
	position: relative;
	text-align: left;
	width: 300px;
}

.form-table {
	/*margin-left: -20px;*/
	margin: auto;
	/*width: -webkit-calc(100% + 40px);*/
	/*width: calc(100% + 40px);*/
	width: calc(90% + 40px);
}

 @media only screen and (max-width: 768px) {
	.form-table th, .form-table td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	
	.form-table {
		margin-left: -20px;
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
	}
	
	input[type="text"], textarea {
		width: 100%;
	}
}

/*プルダウン追加*/
.select-wrap {
  position: relative;
  width: 100%;
  max-width: 250px;
}

.select-wrap:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  content: '';
  width: 15px;
  height: 15px;
  /*background: url(../img/select.png) no-repeat;
  background-size: contain;*/
}

.select-wrap select{
  /*width: 100%;*/
  outline:none;
  /*appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;*/
  height: 40px;
  padding: 5px;
  border:1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

.select-wrap select::-ms-expand {
  /*display: none;*/
}

/*ラジオボタン　テキスト改行回避用　追加*/
.radio_btn {	
	display: block;
	text-align: left;
}

.radio_btn:after {
	content: "";
	clear: both;
	display: block;
}

.radio_btn input[type="radio"] {
	float: left;
	margin-top: 5px;
    margin-right: 5px;
}

.radio_btn p {
		float: left;
		/*padding-top: 2px;*/
		width: calc(100% - 34px);
}

.required span{
	font-size: 0.8em;
    color: #e00;
    margin-left: 0.3em;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	padding-left:15px;
	padding-right:15px;
	text-align: left;
	line-height: 2;
	background: #3f210e;
	color:#fff;
	font-size:0.9rem;
	letter-spacing:.1em;
	margin-top:5rem;
}

#footer a {
	color:#fff;
}

#footer ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#footer ul li {
	margin-bottom:0.5em;
	margin:0;
}

#footer ul li a {
	color:#fff;
}

#footer ul li a:hover {
	color:#fff;
	text-decoration:underline;
}

#footer ul.f_nav {
	list-style-image : url("images/img-common/list-1.png");
}



/*その他
---------------------------------------------------------------------------*/
.resizeimage img {
	width: 100%;
}
@media only screen and (max-width:992px){
    .box_bottom {margin-bottom:10px;}
}

/*お知らせ枠*/
.notice_box01 {
    padding: 0.5em 1em;
    margin: 2em 0;
    /*color: #6091d3;*/
    background: #F2EFEA;
    border-radius: 10px;
}


/*フォームテーブル
---------------------------------------------------------------------------*/
#form table th {
	/*text-align:center;*/
    }
	
@media (max-width: 480px) {
/*   #form table {
        width: 100%;
    }
 
   #form table th {
        display: block;
    }
	#form table td {
        display: block;
    }*/
}


/*ページトップ
---------------------------------------------------------------------------*/
#page-top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page-top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f210e;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page-top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f210e;
}

/*改行
---------------------------------------------------------------------------*/
@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}


/*テキスト
---------------------------------------------------------------------------*/
.markerRightBlue{
background:linear-gradient(transparent 50%, #ccffff 0%);
}
.markerOrange{
background:linear-gradient(transparent 50%, #ffcc99 0%);
}
.markerDeepOrange{
background:linear-gradient(transparent 50%, #ffcc66 0%);
}
.markerYellow{
background:linear-gradient(transparent 50%, #ffffcc 0%);
}


/*トップページスライダー
---------------------------------------------------------------------------*/
/* .markerRightBlue{ */
.carousel-item .img-fluid {
  width:100%;
  height:auto;
}

.carousel-item{
  height: auto;
}

.carousel-item a {
  display: block;
  width:100%;
}

.carousel-item .show-image {
  display: block;
  width:100%;
}