/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/


/*背景画像設定-----------------------------------*/
   /* ======================== */
   /* ▼共通装飾(兼モバイル用) */
   /* ======================== */
   body {
      background-image: url("../image/3566341_s.jpg"); /* 640x426 */
	  background-size: cover;               /* 全画面 */
	  content: "";
	  font-family: "Arial", "メイリオ",sans-serif;
	  display: block;
      background-attachment: fixed;         /* 固定 */
      background-position: center center;   /* 縦横中央 */
	  width: 94%;							/* 横幅いっぱい */
	  height: 100vh;						/* 縦幅いっぱい */
   }
   
   body:after {
	   content: '';
	   position: fixed; 
	   top: 0;
	   width: 100%;
	   height: 100vh;
	   left: 0;
	   right: 0;
	   z-index: -1;
	   background: url('../image/3566341_s.jpg') center center;
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
	   overflow-x: hidden;
}
   /* ================== */
   /* ▼中くらいの画面用 */
   /* ================== */
   @media (min-width: 640px) {
      body {
         background-image: url("../image/3566341_m.jpg"); /* 1280x854 */
      }
   }
   /* ============ */
   /* ▼広い画面用 */
   /* ============ */
   @media (min-width: 1280px) {
      body {
         background-image: url("../image/3566341_l.jpg"); /* 1860x1240 */
      }
   }
   
 /*画像設定-----------------------------------*/
 img {
max-width: 97%;
height: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;}
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important;}
}

/* TOP バナー画像の整列 */
.top-banner{
  max-width: 1006px;
  margin: auto;
	display: flex;
	align-items: flex-end;
  justify-content: space-between;
	list-style: none;
	flex-wrap:nowrap;
	padding:10px;
}
.top-banner li {
	width: calc(100%/3);/*←画像を横に4つ並べる場合*/
	padding:0 2px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
}



/*ページTOPに戻る----------------------------
#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 0;
bottom: 10px;
background: #961818;
opacity: 0.6;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
-------*/

/*追尾メニュー-----------------------------------*/

#border_display {
	width: auto;
	height: auto;
	overflow: hidden;
}

#sidebar{
	position: fixed;
	z-index: 9999;
	bottom: 0%;
	width: 95%;
	height: auto;
	display:flex;
}
#sidebar a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 10px　0;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
}

#sidebar a img{
	width: 90%;
	margin: 15px;
	}
	
#sidebar a span{
	color: #fff000;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 15px;
	display: flex;
}

/*問合せフォーム-----------------------------------*/
.Form-Title {
  border-radius: 10px 10px 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 760px;
  display: block;
  letter-spacing: 0.1em;
  background: #5bc8ac;
  color: #fff;
  text-align:center;
  font-weight: bold;
  font-size: 30px;
}

/* フローティングボタンPC非表示 */
@media screen and (min-width: 990px) { 
  #sidebar {
    display: none; 
  }
}


@media screen and (max-width: 480px) {
.Form-Title {
  border-radius: 10px 10px 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
  background: #5bc8ac;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  }
}
@media screen and (min-width:481px) and ( max-width:764px) {
.Form-Title {
  border-radius: 10px 10px 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: block;
  letter-spacing: 0.1em;
  background: #5bc8ac;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  }
}
.Form {
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
  max-width: 720px;
  background: white;
}
@media screen and (max-width: 480px) {
  /* .Form {
  } */
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
.Form-Item  {
    padding-left: auto;
    padding-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item :nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
	cursor: pointer;
  }
}

.tel-banner {
	text-align	: center;
}

.border01 {
    vertical-align : 1.5em;
	color: rgba(233, 30, 99, 0.7);
	font-weight   : bold;   
	font-size     : 120%; 
	text-align: center;
}

.fotter {
  display       : inline-block;        /* ブロック化              */
  background    : #ffffff;             /* 背景色                  */
  padding       : 4px;                 /* 背景色内の余白          */
  width			: 100%;
  text-align	: center;
}

.complete-title {
	font-size     : 120%; 
	font-weight   : bold; 
	text-align: center;
	color: rgba(233, 30, 99, 0.7);



  .space{
    margin:0;
    padding:0;
    }

/*追尾メニュー-----------------------------------*/

#border_display {
	width: auto;
	height: auto;
	overflow: hidden;
}

#sidebar{
	position: fixed;
	z-index: 9999;
	bottom: 0%;
	width: 95%;
	height: auto;
	display:flex;
}
#sidebar a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 10px　0;
	font-size: 30px;
	line-height: 1.5;
	position: relative;
}

#sidebar a img{
	width: 75%;
	margin: 15px;
	}
	
#sidebar a span{
	color: #fff000;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 15px;
	display: flex;
}}