/*ベースの文字色は#333333を採用しています*/
*{
}
/*タグ指定CSS*/
html,body,#wrap{
	-webkit-appearance: none;
	padding:0px;
	margin:0px;
	height:100%;
	color:#555555;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}
*{
box-sizing:border-box;
}

body{
	height:100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
.wrapper{
	background-color: #eeeade;
}
.backallcolor{
    background: #f0f8ff;
}
img{
	border:0px;
}

a{
	text-decoration:none;
	color:#333333;
}

i{
	margin:0px 0.5rem 0px 0.5rem;
	display:inline;
}
ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
li{
	margin-bottom:1rem;
}
input[type="button"],input[type="submit"]{
	border:none;
	cursor: pointer;
	line-height: 3rem;
	height: 4rem;
}
input[type="text"],input[type="tel"],input[type="password"],textarea{
	border-radius:0.5rem;
    padding: 1rem;
	margin:0.5rem 0px 2rem 2rem;
	border: 1px solid #cccccc;
}



h5{
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:0.5rem;
}


/*文字サイズクラス*/
.ss{
	font-size:0.6rem;
}
.s{
	font-size:0.8rem;
}
.l{
	font-size:1.2rem;
}
.ll{
	font-size:2rem;
}
.xl{
	font-size:2.5rem;
}
.b{
	font-weight:700;
}

/*幅指定クラス*/
.w05{
	width:5%;
}
.w10{
	width:10%;
}
.w15{
	width:15%;
}
.w20{
	width:20%;
}
.w25{
	width:25%;
}
.w30{
	width:30%;
}
.w35{
	width:35%;
}
.w40{
	width:40%;
}
.w45{
	width:45%;
}
.w50{
	width:50%;
}
.w55{
	width:55%;
}
.w60{
	width:60%;
}
.w65{
	width:65%;
}
.w70{
	width:70%;
}
.w75{
	width:75%;
}
.w80{
	width:80%;
}
.w85{
	width:85%;
}
.w90{
	width:90%;
}
.w95{
	width:95%;
}
.w100{
	width:100%;
}
.h100{
	height:100%;
}

/*位置クラス*/
.t-center{
	text-align:center;
}
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}
.d-center{
	margin:0 auto;
}
.d-left{
	margin-right:auto;
}
.d-right{
	margin-left:auto;
}
.f-right{
	float:right;
}
.f-left{
	float:left;
}

.v-center{
	display: table-cell;
	vertical-align: middle;
}

.clear{
	clear:both;
}


/*色要素*/
.keycolor0{
	color:#333333;
}
.keycolor0back{
	background-color:#333333 !important;
	color:#ffffff !important;
}
.keycolor1{
	color:#f6ab00 !important;
}
.keycolor1back{
	background-color:#f6ab00 !important;
	color:#ffffff !important;
}
.keycolor1border{
	border-color:#f6ab00 !important;
}
.keycolor1btn{
	background-color:#f6ab00 !important;
	color:#ffffff !important;
	border-color:#f6ab00 !important;
}
.subcolor1btnhover:hover{
	background-color:#ffffff !important;
	color:#ffffff !important;
}

.keycolor2{
	color:#B00059 !important;
}
.keycolor2back{
	background-color:#ff6666 !important;
	color:#ffffff !important;
}
.keycolor2border{
	border-color:#B00059 !important;
}

.subcolor1{
	color:#ffcccc !important;
}
.subcolor1back{
	background-color:#eeeeee !important;
	color:#333333 !important;
}
.subcolor1btn{
	background-color:#eeeeee !important;
	color:#333333 !important;
	border-color:#eeeeee !important;
}
.subcolor1btnhover:hover{
	background-color:#ffffff !important;
}
.subcolor2{
	color:#ffcccc !important;
}
.subcolor2back{
	background-color:#ffffdd !important;
	color:#333333 !important;
}

.caution{
	color:#B00059 !important;
}
.whiteback{
	background-color:#ffffff !important;
}
/*display要素*/
.dis-bl{
	display:block;
}
.dis-ib{
	display:inline-block;
}
.dis-tc{
	display:table-cell;
}


/*ボタン装飾*/
.btn01{
	margin:0 auto;
	width:80vw;
}


.btn01 a {
	display: block;
	position: relative;
	margin: 2.0rem 0;
	text-decoration: none;
	text-align: center;
	line-height: 2.0;
	padding: 1.0rem;
	font-size: 1.2rem;
	border-radius: 5rem;
	position:relative;
	line-height: 1.4;
}
.btn01 a::after{
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1.0rem;
	font-size: inherit;
	color: unset;
	font-weight: bold;
	line-height: 1;
}

.btnicon{
margin:0 !important;
margin-left:0.5rem !important;
}

.btn02{
	border-radius:0.5rem;
	padding:1rem 0px;
	margin:0.5rem 1%;
	line-height: 2.5rem;
}

/*ページ要素*/
.contents{
	margin:0 auto;
	width:95vw;
	margin-top:1rem;
}

.footer{
	padding: 1rem 0px;
	background: #999999;
	color: #fff;
}
.footer-top{
	text-align:center;
	padding:0.5rem;
	font-size:0.7rem;
	background:#e3e0d7;
	color:#333333;
}
/* 共通 */
.bbsinfo-img{
	width:100vw;
	height:100vw;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:0rem;
	position: relative;
}
.bubble {
	position: relative;
	padding: 1.5rem;
	border-radius: 5px;
	background: #ffffff;
	width: calc(100% - 2.0rem);
	margin: 0 auto;
}
.bubbletext{
	line-height:1.6rem;
}
.bubbletext i{
margin:0 !important;
}

.sbbsprf{
	padding:5px 10px;
	margin:0px 5px 10px 5px;
	border-radius:5px;
}

.bbsinfo-iconarea{
	width: 6rem;
	height: 6rem;
	position: absolute;
	bottom: -3.5rem;
	left: 1rem;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 3px 1px rgb(0 0 0 / 25%);
}
.bbsinfo-name{
	width: calc(100% - 2.0rem);
	border-bottom: 1px solid #ffffff;
	padding:0.75rem 1.0rem 0.5rem 6.5rem;
	margin: 0 auto 1.0rem;
	font-size: 2.0rem;
}
/*------------------------------
 新規追加
-------------------------------*/
.detaillink{
width:33.2%;
float:left;
display:block;
box-sizing:border-box;
}
.contents .detaillink:nth-child(3n+1){
}
.bbsimg{
width:100%;
position:relative;
overflow: hidden;
}
.bbsimg::before{
content:'';
display:block;
padding-top:100%;
}
.bbsimg img{
width:100%;
height:100%;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}
.bbstxt{
padding: 0 1rem 0 0;
line-height: 1.6;
max-height: 5.5rem;
overflow: hidden;
box-sizing: border-box;
position:absolute;
bottom:0.5rem;
left:0.5rem;
z-index:1;
background-color: #ffffff;
border-radius: 0.5rem;
}
.topborder{
border-top:5px solid;
}
.titlemain{
font-size: 2.0rem;
font-weight: bold;
width: 95vw;
margin: 1.0rem auto 1.0rem;
border-bottom: 1px solid #eeeeee;
line-height: 1.4;
}
.anime01 {
	animation: dokidoki 1.5s infinite;
}
@keyframes dokidoki {
    0% {
        transform: scale(1.05)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05)
    }
}
.contenttitle {
	background-color: #e3e0d7;
	padding: 1rem 0 1rem 1rem;
	font-weight: bold;
	font-size: 1.0rem;
	position: relative;
	z-index: 1;
	margin: 0 auto 1.0rem;
}
.contenttitle i {
	margin-right: 0.5rem;
}
.glaybtn {
	background-color: #e3e0d7 !important;
	color: #706a4e !important;
}
.kiyakubtn{
	text-align: center;
	text-decoration: underline;
	padding: 0.5rem;
	cursor: pointer;
	color: #d80000;
	margin:0 auto 0.5rem;
}
.kiyakublock{
	display:none;
}
.addbold{
	font-weight:bold;
}
