@charset "utf-8";

html, body {
	font-size: 62.5%;
}

body {
	display: block;
	background: #fff;
	color: #008377;
	font-family: "FolkPro Bold-90ms-RKSJ-H", メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	line-height: 1;
	min-width: 320px;
	margin: 0;
	overflow: hidden;
}

/*メッセージ*/
.message {
    margin: 0 auto;
    color: #fff;
    padding: 20px;
    background: #F68C52;
    position: relative;
    z-index: 10;
    font-weight:bold;
    font-size:280%;
    line-height: 200%;
    text-align:center;
    width: 1000px;
    margin-bottom: 10px;
}
.message:before {
    content: "";
    position: absolute;
    background: #008377;
    margin: 4px;
    border: 2px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}
.btn_close{
    font-weight: normal;
    background-color: cadetblue;
    padding: 3px 15px;
    width: 25%;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 88%;
}

/* ------------ 右下動画バナー------------ */
.Bnr p{
color: #000000;
font-size: 15px;
line-height: 1.5;
}

.popbg {
	background-color: rgba(255,255,255,0.86);
	margin: 10px;
}
.popbg img{
padding: 10px 10px 5px 10px;
text-align: center;
margin: auto;	
}
.popbg p.mvname{
	color: black;
	font-size: 12px;
	padding: 0px 0px 7px;
}

.Bnr{
  position: fixed;
  margin: 0 auto;
  display: none;
z-index: 15000;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
}

.Bnr .Bnr__img{
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr__img__inner{
  box-sizing:border-box;
  padding: 10px;
  background-color: rgba(255,215,82,0.86);
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  color: #222;
}
/* ------------ レスポンシブ ------------ */
@media screen and (max-width: 768px) {
.message {
    width: 100%;
    font-size:230%;
    line-height:230%;
    text-align:left !important;
}
.btn_close{
    width: 100% !important;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 100%;
    text-align: center !important;
}
	/* ------------ 右下動画バナー ------------ */	
.Bnr .Bnr__img{
bottom: 0px;
right: 0px;
width: 100%;
}

}/*end*/

/* ------------ フォント ------------ */
@font-face {
	font-family: "01FLOPDESIGN 90ms-RKSJ-H";
	src: url("../fonts/FlopDesignFONT.woff") format('woff');
}
.flopdesign {
	font-family: "01FLOPDESIGN 90ms-RKSJ-H", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
.meiryo {
	font-family:  メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
.folkpro-h {
	font-family: "FolkPro Heavy-90ms-RKSJ-H", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
/* ------------ //フォント ------------ */

main {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	display:block /* IE対応 */;
}

#wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

img {
	display: block;
	border: 0;
	max-width: 100%;
}

li {
	list-style-type: none;
	list-style: none;
}

a {
	color: #008377;
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	opacity: 0.7;
}

a img {
	transition: 0.5s;
}

a img:hover {
	opacity: 0.7;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.pc-br {
	display: block;
}

.sp-br {
	display: none;
}

a[href^="tel:"] {
	pointer-events: none;
}

.clear {
	clear: both;
}

/*　シェアボタン　*/
.fbtr-box ul{
	display: flex;
  flex-flow: row;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fbtr-box ul li{
  padding: 40px;
}

.fbtr-box ul.mt{
	display: flex;
  flex-flow: row;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
  margin-top: -120px !important;
}
.fbtr-box ul.mt li{
  padding: 40px;
}
/*  list
----------------------------------------------- */

ul.basic{}
	ul.basic li:before{content:"・";}
	ul.basic li{margin:0.4em 0; padding-left:1em; text-indent:-1em;}

ul.error,ul.notice{
}
	ul.error li:before,
	ul.notice li:before{
		display:inline-block;
		content:"※";
	}
ol.basic li{
	list-style:decimal;line-height: 150%;margin-left: 1.5em;}
ol.basic li{margin-bottom: 1.5em;}
ul.indent{padding-left:0;margin-left:0;}
ul.indent li{margin:10px 0;padding-left:1em;text-indent:-1em;}
ol.paren {counter-reset:item;}
	ol.paren li {padding-left:2.5em; text-indent:-2em;list-style-type: none;}
	ol.paren li:before {content:"(" counters(item, "-") ")"; counter-increment:item; margin-right:0.5em;}
ol.maru {counter-reset: my-counter;list-style: none;padding: 0;}
	ol.maru li {list-style: none;margin-bottom: 0.8em;padding-left: 35px;position: relative;}
	ol.maru li:before {font-weight:500;content: counter(my-counter);counter-increment: my-counter;background-color: #eee;color: #111;display: block;float: left;line-height: 30px;margin-left: -35px;text-align: center;height: 30px;width: 30px;border-radius: 50%;}

ul.inline li{display:inline-block;
}

/*  Arrangement
----------------------------------------------- */
.align-r{ text-align:right; }
.align-c{ text-align:center; }
.align-l{ text-align:left; }

/*  Margin
----------------------------------------------- */
*.sp-v0 { margin-top: 0px !important; margin-bottom: 0px !important; }
*.sp-v5 { margin-top: 5px !important; margin-bottom: 5px !important; }
*.sp-v10 { margin-top: 10px !important; margin-bottom: 10px !important; }
*.sp-v15 { margin-top: 15px !important; margin-bottom: 15px !important; }
*.sp-v20 { margin-top: 20px !important; margin-bottom: 20px !important; }
*.sp-v25 { margin-top: 25px !important; margin-bottom: 25px !important; }
*.sp-v30 { margin-top: 30px !important; margin-bottom: 30px !important; }

*.sp-t0 { margin-top: 0px !important; }
*.sp-t5 { margin-top: 5px !important; }
*.sp-t10 { margin-top: 10px !important;}
*.sp-t15 { margin-top: 15px !important;}
*.sp-t20 { margin-top: 20px !important;}
*.sp-t25 { margin-top: 25px !important;}
*.sp-t30 { margin-top: 30px !important;}
*.sp-t40 { margin-top: 40px !important;}
*.sp-t50 { margin-top: 50px !important;}
*.sp-t60 { margin-top: 60px !important;}
*.sp-t70 { margin-top: 70px !important;}
*.sp-t80 { margin-top: 80px !important;}
*.sp-t90 { margin-top: 90px !important;}
*.sp-t100 { margin-top: 100px !important;}
*.sp-t110 { margin-top: 110px !important;}
*.sp-t120 { margin-top: 120px !important;}
*.sp-t150 { margin-top: 150px !important;}
*.sp-t_search { margin-top: 130px !important;}

*.sp-b0 { margin-bottom: 0px !important; }
*.sp-b5 { margin-bottom: 5px !important;}
*.sp-b10 { margin-bottom: 10px !important;}
*.sp-b15 { margin-bottom: 15px !important;}
*.sp-b20 { margin-bottom: 20px !important;}
*.sp-b25 { margin-bottom: 25px !important;}
*.sp-b30 { margin-bottom: 30px !important;}
*.sp-b80 { margin-bottom: 80px !important;}
*.sp-b120 { margin-bottom: 120px !important;}

*:focus {
	outline: none;
}

/* ------------ レスポンシブ ------------ */
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pc-br {
		display: none;
	}

	.sp-br {
		display: block;
	}

	.sp-space {
		margin-left: 12px;
	}

	.tel {
		pointer-events: auto;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}
	
}

/* ------------ 文字サイズ ------------ */
br.basic{display:block;}
br.large{display:none;}