@charset "UTF-8";

html,body{
	width: 100%;
}

/*-- リンク色 --*/
a{color:#0A7DEF;text-decoration:underline;}
a:hover{color:#0A7DEF;text-decoration:none;}


/*-- 画像置き換えテキスト --*/
.hide_text{
	text-indent:-9999px;
	display:block;
}


/*-- 文字色 --*/
.red{
	color:#FF0303;
}

.blue{
	color: #339fd1;
}

.orange{
	color: #fc481e;
}

.navy{
	color: #001A80;
}

.line{
	background: linear-gradient(transparent 60%, #fff001 0%);
}
.line_red{
	background: linear-gradient(transparent 80%, #ff0101 0%);
}

.font_b{
	font-weight: bold;	
}
.bigger{
	font-size:120% !important;
}
.check{

}
.check:before{
	content:'';
	display:inline-block;
	height:1.2em;
	width:1.2em;
	background-image:url(../images/check.png);
	background-size:contain;
	vertical-align:middle;
	margin-right:1.0em
}
li.check{
	list-style: none;
    line-height: 1.5;
    font-weight: bold;
    text-indent: -2em;
    padding-left: 2em;
	margin:0 0.5em 1em 0.5em;
	font-weight:bold;
}
/*-- 文字大きさ --*/
.f_b{
	font-size: 120%;	
}
	
/*-- 装飾 --*/
.underline{
	text-decoration:underline;
}


/*-- 背景色 --*/
.backwhite{
	background:#ffffff;
}

/*-- フロート --*/

.f_left{
	float: left;
}

.f_right{
	float: right;
}

.clear{
	clear: both;
}

/*-- margin,padding --*/
.mb0{
	margin-bottom:0 !important;
}
.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}


.mt20{
	margin-top: 20px;
}

.mb60{
	margin-bottom: 60px;
}

.mb100{
	margin-bottom: 100px;
}

.mr14{
	margin-right: 14px;	
}


.pt40{
	padding-top: 40px;
}

/*-- 文字位置 --*/
.a_center{
	text-align: center;
}


/*-- fonts --*/

.hirakaku{
	/*font-family: "Hiragino Kaku Gothic W6 JIS2004" ;*/
	font-family: "Hiragino Sans" ;
	font-weight:600;
}

/*リンク透過*/
.opa80 a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";	
}


/*ボックスパディング*/
.defaultBox{
	padding: 60px 0 60px 0;	
}


/*-- span改行 --*/
.br:before{
	content: "\A";
	white-space: pre;
}

img{
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}

/* 本文内画像figure */
.fullimage{
	width:100%;
	text-align:center;
	margin:1em 0;
}
.fullimage img{
	width:60%;
	height:auto;
}
.fullimage figcaption{
	width:60%;
	text-align:left;
	margin:0.5em 0;
	margin-left:20%;　/*(100%-60%)/2 */
}
@media only screen and (max-width: 767px) {/*スマホ*/
	.fullimage img{
		width:95%;
		height:auto;
		margin:0;
	}
	.fullimage figcaption{
		width:95%;
		margin-left:2%; /*(100%-95%)/2*/
	}
		
}

/*箇条書き*/
ol.realol{
	list-style:disc;
	list-style-position:inside;
	margin:1em 0;
}
ol.realol li{
	list-style:disc;
	list-style-position:inside;
	line-height:1.5em;
}
/*header*/

@media only screen and (max-width: 767px) {/*スマホ*/
#header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom:black solid 1px;
	background: #fff;
	padding-bottom: 0;
min-height: 70px;	
max-height: 70px;	

	z-index: 1000;

}
}

@media only screen and (min-width: 768px) {/*PC*/
#header{
	width: 100%;
	padding-bottom: 0px;
	border-bottom:black solid 1px;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;

	background: #fff;
	margin-bottom:  0px;
}
}




#header .siteCopy{
	text-align: center;
	color: #fff;
	background: #00a0e9;
	font-size: 75%;
	bottom: 0;
	padding: 0 50px;
}
@media only screen and (max-width: 767px) {/*スマホ*/
#header .siteCopy{
	padding: 0;
	text-align: left;
}
}


#header .inner{
	width: 1022px;
	margin: 0 auto;
/*	padding: 20px 50px 30px;*/
	padding: 20px 0px 20px;
	background: #fff;
}
@media only screen and (min-width: 768px) {/*PC*/
	#header .siteLogo{
		display:table;
		border-spacing:10px;
	}		
}


@media only screen and (max-width: 767px) {/*スマホ*/
#header .inner{
	width: 100%;
	margin: 0;
	padding:0;
	position:relative;
	background:#fff ;
	height: auto;
}
}
#header .siteLogo a.top{/*テキストロゴ*/
	width:35%;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
}

#header .siteLogo h1.top{ 
	font-family: "Hiragino Kaku Gothic W6 JIS2004" ;
}
#header .siteLogo h1.top span{
	display:block;
}
#header .siteLogo h1.top span.small{
	color:#000;
	font-size:25px;
}	
#header .siteLogo h1.top span.large{
	color:#000;
	font-size:40px;
	letter-spacing:-0.2vw;
}

#header .siteLogo a{/*画像ロゴ*/
	width: 25%;
	height:auto;
	display:table-cell;
	vertical-align:middle;

}

#header .siteLogo img{
	width: 100%;
	height:auto;

}

#header .btn_contact{ /*問い合わせボタン*/
	display:table-cell;
	width:45%;
	height:auto;
	vertical-align:middle;
}
#header .btn_contact img{
	width:100%;
	height:auto;
}
	

#header .spmenuBtn {
	display: none;
}

@media only screen and (max-width: 767px) {/*スマホ*/
	
	#header .siteLogo {
	}
	
	
	#header .siteLogo h1{
		top: 10px; 
		position: fixed;
		left:10px;
		width: 75%;
		/*min-width: calc( 100% - 65px ) ;
		max-width: calc( 100% - 140px ) ;*/
	}

	
	#header .siteLogo h1 img{
		width: auto;
		max-height: 50px;

	}
	
	
	/*
	
#header .siteLogo h1.top{
	font-family: "Hiragino Kaku Gothic W6 JIS2004" ;
	width:45%;
	text-align:left;
	position:absolute;
	top:10px;
}
#header .siteLogo h1.top span{
	display:block;
}
#header .siteLogo h1.top span.small{
	font-size:3.6vw;
	font-size:0.7rem;
}	
#header .siteLogo h1.top span.large{
	font-size:6vw;
	font-size:1.2rem;
}

#header .siteLogo  a img{
	width: 30%;
	height:auto;
	position:absolute;
	top:10px;
	right:60px;
	float: none;
}

#header .siteLogo img{
	width: 30%;
	position:absolute;
	top:10px;
	right:60px;
	float: none;
}
*/
#header .btn_contact{
	display: none;
}

	

#header .spmenuBtn img{
		width: 100%;
		height:100%;
	}

	
#header .spmenuBtn {
		display: block;
		position: absolute;
		left:10px;
		top: 10px;
		cursor: pointer;
		width: 36px;
		height: 36px;
		border: #6b6b6b solid 1px;
		padding: 2px;
		
	}

#header .trial_btn_sp{
	width: 30%;	
	float: right;
	max-height: 50px;
	margin-top: 10px;
	margin-right: 20%;
}

#header .trial_btn_sp img{
	max-height: 50px;
}


}



.btn_area{
	width: 439px;
	float: right;
	margin-top: 15px;
}




/*glNavi
-------------------------------*/
#glNavi{
	width: 1022px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	margin-top: 15px;
	margin-bottom: 0;
}
#glNavi >ul {
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#glNavi >ul >li{
	height:2.5em;
}
#glNavi >ul.mustread >li{
	height:1.5em;
}
#glNavi >ul >li a {
	display:block;
	margin-top:0.5em;
	text-decoration: none;
	border-bottom-width: 0;
	padding: 0 10px;
	padding-bottom: 4px;
	-webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    -ms-transition: 0s linear;
	color: #323333;
	font-size: 0.9em;
}
#glNavi >ul >li a.twoline {
	margin-top:0;
}

#glNavi >ul.mustread{
	justify-content:center;
	margin-bottom:10px;
	font-size:140%;
}
#glNavi >ul.mustread >li a {
	margin:0;
}
#glNavi >ul >li a:hover,
#glNavi >ul >li.current a {
	border-bottom: 3px solid #00a0e9;
}
#glNavi  >ul >li a:hover{
	color: #00a0e9;
}

#glNavi  >ul >li.current a {
	font-weight: bold;
	color: #323333;
}

/*
#glNavi li {
	display: inline-block;
	margin-left: 10px;
}
#glNavi li:first-child {
	margin-left: 0;
}
#glNavi li a {
	text-decoration: none;
	border-bottom-width: 0;
	padding: 0 10px;
	padding-bottom: 4px;
	-webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    -ms-transition: 0s linear;
	color: #323333;
	font-size: 100%;
}


#glNavi li a:hover,
#glNavi li.current a {
	border-bottom: 3px solid #00a0e9;
}

#glNavi li a:hover{
	color: #00a0e9;
}

#glNavi li.current a {
	font-weight: bold;
	color: #323333;
}
*/



@media only screen and (max-width: 767px) {/*スマホ*/
	#glNavi{
		display: none;
	}
}



@media only screen and (max-width: 767px) {/*スマホ*/

#openMenu{
		display: block;
		position: absolute;
		right:10px;
		top: 10px;
		cursor: pointer;
		width: 36px;
		height: 36px;
		border: #6b6b6b solid 1px;
		padding: 2px;
		z-index: 100;
		margin-bottom: 39px;
		background: #fff;
		
	}

#closeMenu{
		display: block;
		position: absolute;
		right:10px;
		top: 10px;
		cursor: pointer;
		width: 36px;
		height: 36px;
		padding: 2px;
		z-index: 100;
		border: #fff solid 1px;
	}


#layerMenu{
display: none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
font-size: 1rem;
z-index:9999;
	opacity:0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";	



}
#layerMenu ul{
	line-height:4.5vh;
}
#layerMenu ul li{
background: #00a0e9;
list-style: none;
padding-top:1vh;
line-height:4.5vh;
font-size:5vw;
}
#layerMenu ul li a{
position: relative;
padding: 5px;
text-decoration: none;
color: #fff;
display: block;
text-align: center;
}
#layerMenu ul li a:hover{
color: #FFFF00;
}

/*#layerMenu ul li.wrap a{
	font-weight: bold;
	color: #facb1b;
}
#layerMenu ul li.wrap a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
	border: solid 3px #facb1b;
	border-radius: 40px;
    padding: 10px 0;
	background: #facb1b ;	
	text-decoration: none;
}

#layerMenu ul li.wrap a:hover{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
	border: solid 3px #00a0e9;
	border-radius: 40px;
    padding: 10px 0;
	text-decoration: none;
	background: #00a0e9 ;
}
*/


}

@media only screen and (min-width: 768px) {/*PC*/

#openMenu,#layerMenu{
display:none;
}

}

/*コンテンツ*/
#contents{
	width: 100%;
}

@media only screen and (max-width: 767px) {/*スマホ*/
#contents{
	margin-top: 70px;
	margin-bottom: 1em;
}

/*文中リンクボタン*/
.button{
	padding: 10px 0 10px;
}

.button .inner{
	width: 96%;
	margin: 0 auto;
}

}

@media only screen and (min-width: 768px) {/*PC*/
#contents{
	margin-top: 210px;
}

/*文中リンクボタン*/
.button{
	padding: 10px 0 10px;
}

.button .inner{
	max-width: 491px;
	margin: 0 auto;
}

}

/*ボタン*/
.btn{
	width: 260px;
	margin: 0 auto;
}
.btn a{
    display: block;
    text-align: center;
    color: #00a0e9;
    font-size: 100%;
    font-weight: bold;
	border: solid 3px #00a0e9;
	border-radius: 40px;
    padding: 10px 0;
	background: #fff url(../images/arrow.png) 210px 8px no-repeat;	
	text-decoration: none;
}

.btn a:hover{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
	border: solid 3px #00a0e9;
	border-radius: 40px;
    padding: 10px 0;
	text-decoration: none;
	background: #00a0e9 url(../images/arrow2.png) 210px 8px no-repeat;
}


/*footer*/

/*問い合わせボタン*/

  @media only screen and (min-width: 768px) {/*PC*/
	.footer_image{
		display: none;
	}
	.footer_contact{
	display: none;
}
  }
  .footer_image{
	background: #fff;
	width:96%;
	margin:0 auto 2em auto;
}
	.footer_image img{
		width:100%;
		height:auto;
	}

.footer_contact{
	background: #fff;
	padding: 0;
}

.footer_contact .inner{
	width: 96%;
	margin: 0 auto;
}



#footer{
	color: #313131;
	width: 100%;
	padding: 80px 0 50px 0;
	background: #fff;
	
}

#footer .inner{
	width: 1022px;
	margin: 0 auto;	
}
#footer .footer-float-outer{
	width:720px;
	height:150px;
	margin:0 auto;
}

#footer .footer-float{
	float:left;
}
#footer .logounit{
	display:table;
	width:580px;
	height:100px;
}
.footer_logo{
	width: 300px;
	display:table-cell;	
	vertical-align:middle;
}

.footer_logo img{
	width: 300px;
}

#footer .tel a{
	text-decoration: none;
	color: #313131;
	font-size: 140%;
}
.footerline{
	display:table-cell;
	width:295px;
	height:100px;
	vertical-align:middle;
	/*position:relative;*/
}
.linecap{
	display:block;
	float:left;
	width:150px;
	padding-left:10px;
	padding-top:10px;
	font-size:85%;
	line-height:1.2em;
}
.footerline a{
	/*position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);*/
	display:block;
	width:116px;
	height:36px;
	margin:10px 10px 10px auto;
}
.footerline a img{
	width: 100%;
	height:auto;
	vertical-align:top;
}
.footerinfo{
	width:427;
	display:table-cell;	
	vertical-align:middle;
}


#footer .copy{
	font-size: 80%;	
}

#footer .footer_nav_box{
	margin: 30px 0 30px 0;	
}

#footer li {
    width: auto;
    line-height: 28px;	
	float:left;
	margin-left: 0;
	padding: 0 0 15px 0;
}



#footer span {
    background: url(../images/f_arrow.gif) no-repeat left;
    padding: 0 15px 0 15px;
}


@media only screen and (max-width: 767px) {/*スマホ*/
#footer{
	color: #313131;
	width: 100%;
	padding: 20px 0 20px 0;
	background: #fff;
}
#footer .inner{
	width: 96%;
	margin: 0 auto;
	
}
#footer .footer-float-outer{
	width:auto;
	height:auto;
	margin:0;
}

#footer .footer-float{
	float:none;
}

#footer .logounit{
	display:block;
	width:100%;
	height:80vw;
}
.footer_logo{
	display:block;
	width: 100%;
	float: none;
	text-align: center;	
	margin-bottom: 10px;
}
#footer .tel a{
	text-decoration: none;
	color: #313131;
	font-size: 140%;
}
.footerinfo{
	display:block;
	float: none;
	text-align: center;	
}
.footerline{
	float:none;
	width:90vw;
	height:20vw;
	margin:5vw auto;;
	display:table;
}
.linecap{
	padding:0;
	display:table-cell;
	width:48vw;
	height:auto;
	font-size:4vw;
	line-height:1.5em;
	vertical-align:middle;
	padding-top:4.5vw;
}
.footerline a{
	width:42vw;
	margin:0;
	display:table-cell;
	vertical-align:middle;
}
#footer .copy{
	font-size: 80%;	
}

#footer .footer_nav_box{
	margin: 30px 0 30px 0;	
}

/*#footer li {
    width: auto;
    line-height: 28px;	
	float:left;
	margin-left: 0;
	padding: 0 0 15px 0;
}
*/

.footer_nav_box ul {
border-top: 1px solid #dedede;
}

#footer li {
float:none;
box-sizing: border-box;
padding: 0;
padding: 12px 0;
padding-left: 10px;
width: 100%;
border-bottom: 1px solid #dedede;
font-size: 80%;
}


#footer li a{
text-decoration: none;
color: #000;
display:block;
}

#footer li a:hover{
text-decoration: none;
color: #666666;
}


#footer span {
    background: url(../images/f_arrow.gif) no-repeat left;
    padding: 0 15px 0 15px;
}

}
#footer span.line{
	background: linear-gradient(transparent 60%, #fff001 0%);
	padding:0;
}


/* pagetop */
	.pagetop {
		position: fixed;
		right: 0;
		bottom: -6px;
	}


/*ページタイトル*/
#pagetitle,.pagetitle {
	width: 100%;
	background: #efebe0;
}

#contents h1{
	width: 1022px;
	margin: 0 auto;
	line-height: 0.8;
	padding: 45px 0;
	letter-spacing: 5px;
	font-size: 200%;
}

#contents h1 span{
	color: #00a0e9;
	font-size: 60%;
	letter-spacing: 0;
}

@media only screen and (max-width: 767px) {/*スマホ*/

#pagetitle,.pagetitle {
	margin-bottom: 20px;
}


#contents h1{
	width: 100%;
	margin: 0;
	line-height: 0.8;
	padding: 40px 0 20px 0;
	letter-spacing: 5px;
	font-size: 140%;
	text-align: center;

}


}

/*ぱんくず*/
#smallnavi {
	padding: 10px 0 ;
	background-color: #fff;
	margin-bottom: 50px;
}


#smallnavi .inner{
	width: 1022px;
	margin: 0 auto;
}


#smallnavi li {
	display: inline;
	line-height: 1;
	color: black;
	font-size: 0.75rem;
}
#smallnavi li:after {
  content: " > ";
}
#smallnavi li:last-child:after {
  content: "";
}
#smallnavi li > a {
	color: #f39a43;
	text-decoration: none;
}
#smallnavi li > a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {/*スマホ*/
#smallnavi {
	display: none;
}
}

@media only screen and (max-width: 767px) {/*スマホ*/
.sp {
	display: none !important;
}
}

  @media only screen and (min-width: 768px) {/*PC*/
.pc{
	display:none !important;
}
  }



  @media only screen and (min-width: 768px) {/*PC*/
#footerattention{
	display:none;
}
}
@media only screen and (max-width: 767px) {/*スマホ*/
#footerattention{
	float: none;
	text-align: center;	
	margin:5vw 5vw;
}
#footerattention p{
	text-align:left;
}
#footerattention p span.inqform{
	background:none;
	padding:0 1vw 0;
	text-decoration:underline;
}
}
/*Facebook Page Plugin*/
.fbouter{
	max-width:500px;
	width:96vw;
	margin:0 auto;
}
.fbcon{
	max-width:500px;
	width:auto;
	max-height:70vw;
	height:300px;
	margin:0 auto;
	overflow:hidden;
}
iframe.facebook{
	margin:0 auto;
}
/*only for campaign menu*/
@media only screen and (min-width: 768px) {/*PC*/
	#contents{
		margin-top: 200px;
	}
}
/*anti-corona*/
.coronafig{
	border-bottom:solid black 1px;
}

.anticorona{
	width:100%;
	height:auto;
}
.coronafig .first{
	margin-top:5vw;
}
@media only screen and (min-width: 768px) {/*PC*/
	.anticorona{
		width:500px;
		height:auto;
		margin:0;
		border:none;
	}
	.coronafig .first{
		margin-top:0;
	}
	
}


/*吹き出し*/
/*以下、①背景色など*/
.line-bc {
	padding: 20px 10px;
	max-width: 800px;
	margin: 15px auto;
	/*text-align: right;*/
	font-size: 14px;
	background:white;
  
  }
  
  /*以下、②左側のコメント*/
  .balloonleft {
	width: 100%;
	min-height:15vw;
	margin: 20px 0;
	overflow: hidden;
  }
  
  .balloonleft .faceicon {
	float: left;
	margin-right: -20%;
	width: 10vw;
	height:10vw;
	text-align:center;
	font-size:3.3vw;
  }
  
  .balloonleft .faceicon img{
	width: 100%;
	height: 100%;
	margin:0;
	border-radius: 50%;
	border:solid 1px black;
  }
.balloonleft .chat {
	position: relative;
	display: inline-block;
	margin: 0 0 0 19%;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 70vw;
	color: black;
	font-size: 16px;
	background: #FFF;
	border: solid 1px black;
	box-sizing: border-box;
	border-radius:10px;
  }
  .balloonleft .chat .arrow1 {
	position: absolute;
	width:18px;
	height:18px;
	transform:rotate(45deg);
	top: 24px;
	left: -10px;
	margin-top: -14px;
	background:#222;
	z-index: 1;
  }
  .balloonleft .chat .arrow2 {
	position: absolute;
	width:18px;
	height:18px;
	transform:rotate(45deg);
	top: 24px;
	left: -9px;
	margin-top: -14px;
	background:white;
	z-index: 2;
  }
  .balloonleft .chat p {
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	z-index:3;
  }
  @media only screen and (min-width: 768px) {/*PC*/
	.balloonleft .faceicon {
		margin-right: -20px;
		width: 80px;
		height:80px;
		font-size:14px;
	  }
	.balloonleft{
		min-height:120px;
	}
	.balloonleft .chat {
		margin: 0 5% 0 50px;
		padding: 7px 10px;
		min-width: 120px;
		max-width: 80%;
		color: black;
		font-size: 16px;
		background: #FFF;
		border: solid 1px black;
		box-sizing: border-box;
	}
	
}

  /*以下、③右側の緑コメント*/
  .balloonright {
	width: 100%;
	min-height:15vw;
	margin: 20px 0;
	overflow: hidden;
  }
  
  .balloonright .faceicon {
	float: right;
	margin-left: -20%;
	margin-right:1%;
	width: 10vw;
	height:10vw;
	max-width:80px;
	text-align:center;
	font-size:3.3vw;
  }
  
  .balloonright .faceicon img{
	width: 100%;
	height: 100%;
	margin:0;
	border-radius: 50%;
	border:solid 1px black;
  }
.balloonright .chat {
	position: relative;
	display: inline-block;
	margin: 0 15px 1em 4%;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 70vw;
	color: black;
	font-size: 16px;
	background: rgb(255, 228, 228);
	border: solid 1px black;
	box-sizing: border-box;
	border-radius:10px;
  }
  
  .balloonright .chat .arrow1 {
	position: absolute;
	width:18px;
	height:18px;
	transform:rotate(45deg);
	top: 24px;
	right: -10px;
	margin-top: -14px;
	background:#222;
	z-index: 1;
  }
  .balloonright .chat .arrow2 {
	position: absolute;
	width:18px;
	height:18px;
	transform:rotate(45deg);
	top: 24px;
	right: -9px;
	margin-top: -14px;
	background: rgb(255, 228, 228);
	z-index: 2;
  }
  
  .balloonright .chat p {
	  position:relative;
	margin: 0;
	padding: 0;
	z-index:3;
  }
  @media only screen and (min-width: 768px) {/*PC*/
	.balloonright .faceicon {
		margin-left: -20px;
		width: 80px;
		height:80px;
		font-size:14px;
	  }
	.balloonright{
		min-height:120px;
	}
	.balloonright .chat {
		margin: 0 0 1em 8%;
		padding: 7px 10px;
		min-width: 120px;
		max-width: 78%;
		color: black;
		font-size: 16px;
		background: rgb(255, 228, 228);
		border: solid 1px black;
		box-sizing: border-box;
		border-radius:10px;
	}
}
@media only screen and (min-width: 769px) {/*PC*/
.anchor {
    display: block;
    padding-top: 300px !important;
    margin-top: -300px;
}
}
@media only screen and (max-width: 768px) {/*スマホ*/
	.anchor {
		display: block;
		padding-top: 70px !important;
		margin-top: -70px;
	}
	}

/* instagramバナー */
	.snsbanner{
		width:80%;
		margin:2em auto;
	}
@media only screen and (min-width: 769px) {/*PC*/
	.snsbanner{
		width:50%;
	}
}

/*detail link*/
.detail_link{
	text-align:right;
}

/* Youtube Embed responsive*/
@media only screen and (max-width: 767px) {/*スマホ*/
	.wp-block-embed__wrapper iframe{
		max-width:100% ;
	}

}
.contents_blog p:not(.date){
	margin:0.9em 0;
}