/*----------------------------------------------------------------*/
/*　　　　　　　　　　 -- CSS StyleFile --　　　　　　　　　　　　*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*　　　　　　　　　　　　　common.css　　　　　　　　　　　　　　*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*----------------------------------------------------------------*/

@charset "utf-8";
/* CSS Document */

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #f85697;
}
a:hover,
a:focus {
	color: #f85697;
	text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	-webkit-appearance: none;
}


.bg_color{
	/* background:#f0f0f0; */
}

.f_red{
	color:#f00;
}

.text_center{
	text-align: center;
}
.text_style{
	font-weight: bold;
	font-size: 1.5em;
}

/*sub_title*/
.sub_title {
	position: relative;
	color: #fff;
	background: #67b9e4;
	font-size: 20px;
	line-height: 1;
	/* border: 1px solid #67b9e4; */
	margin: 0;
	padding: 15px 5px 12px 10px;
}



/*コンテンツブロック*/
.cont_block{
	clear:both;
	width:auto;
	margin-top:10px !important;
	overflow:hidden;
}

.cont_block2{
	clear:both;
	width:auto;
	margin-top:20px !important;
	overflow:hidden;
}
.staffcom {
	background: #feeef6;
	border: 1px solid #fe4444;
}

/*ブロックスタイル*/
.block_style{
	/* background:#f0f0f0; */
	padding: 10px;
	overflow:hidden;
}

.block_style2 {
	position: relative;
	margin: 40px 0 0 0;
	padding: 15px;
	background: #67b9e4;
	color: #fff;
}


/*テーブルスタイル*/
table{
	width:100%;
	margin:10px 0 0 0;
	border-collapse: separate;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

table th{
	width:10em;
	padding:15px 10px;
	vertical-align:top;
	text-align:left;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#f5f5f5;
}

table td{
	padding:15px 10px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#fff;
}

/*ul_style*/
.ul_set, .ul_set li{
	margin:0;
	padding:0;
	list-style-type: none;
	overflow: hidden;
}

.ul_style{
	margin-right:-5px;
}
.ul_style li{
	float:left;
	margin:0 5px 5px 0;
	list-style-type: none;
}

#sub .ul_style {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#sub .ul_style li {
	width: calc((100% - 4%)/2);
	margin: 0 auto 2%;
}
#sub .ul_style:after {
	content: "";
	display: block;
	width: calc((100% - 4%)/2);
}

/*dl_style*/
.dl_style{
	overflow: hidden;
}


.dl_style dd {
	padding:15px 15px 15px 0;
	border-bottom:1px dotted #ddd;
}

.dl_style dd:nth-child(odd){
	clear: both;
	width:10em;
	padding:15px;
	float: left;
	font-weight:bold;
	border: none;
}

/*bt_style*/
.bt_area{
	text-align: center;
	margin:20px 0 0 0;
	overflow: hidden;
}

.bt_style{
	display: inline-block;*
	display: inline;*zoom:1;
	width:auto;
	background: #f5b8d0;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	font-size: 1.3em;
	padding: 5px 2em;
	text-decoration: none;
	color: #fff;
	border: 1px solid #f85697;
}

.bt_style:hover{
	color: #fff;
	background:#f85697;
	text-decoration: none;
}


.bt_style2{
	display: inline-block;*
	display: inline;*zoom:1;
	width:auto;
	background:#337ab7;
	border: none;
	font-weight: normal;
	cursor: pointer;
	padding:0 1em;
	text-decoration: none;
	color: #fff;
	/* border-radius: 4px; */
}

.bt_style2:hover,
.bt_style2:focus{
	color: #fff;
	text-decoration: none;
}

.bt_color1{border: 1px solid #fe4493;background: #fff;color: #fe4493;}
.bt_color1:hover{background:#ff006c;}

.bt_color2{border: 1px solid #00a022;background: #fff;color:#00a022;}
.bt_color2:hover{background:#00a022;}

.bt_color3{border: 1px solid #44b1fe;background:#fff;color:#44b1fe;}
.bt_color3:hover{background:#0095ff;}

.form-control {
	border: 1px solid #f85697;
}
.btn-default {
	background: url("../images/bg_search.png") no-repeat 8px center #f5b8d0;
	padding-left: 40px;
	padding-left: 4rem;
	text-indent: -9999px;
	border: 1px solid #f85697;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #ffecec;
	border: 1px solid #fe4444;
}


/*send_link*/
#send_link {
	position: fixed;
	bottom: 20%;
	right: 0;
	width: 18%;
	background: #f03eab;
}
#send_link a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	 -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#send_link a:hover {
	background: #d80c89;
}
#send_link i {
	font-size: 20px;
}

/*remodal*/
.remodal p a {
	color: #f85697;
}
.remodal p {
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 5px 0 15px;
}
.remodal p.title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.remodal p.mail,
.remodal p.line {
	border: none;
	float: left;
	width: 50%;
	text-align: center;
	padding: 5px 0 0;
}
.remodal p.mail i {
	font-size: 46px;
}
.remodal p.line img {
	width: 50px;
}

/*contact_other*/
#contact_other {
	overflow: hidden;
	margin: 50px 0;
}
#contact_other p {
	width: 50%;
	text-align: center;
	float: left;
}
#contact_other .phone {
	background: #f85697;
}
#contact_other .phone a {
	display: block;
  padding: 50px 0;
}
#contact_other .phone i {
	color: #fff;
	font-size: 90px;
	display: inline-block;
}
#contact_other .line {
	background: #ddd;
	height: 190px;
}
#contact_other .line img {
	width: 160px;
	padding: 15px 0;
}

/*newsBox*/
	#newsBox,
  #newsBox02 {
		display: block;
		margin: 0 15px 30px;
    border: 1px solid #faacdc;
	}
	#newsBox h2,
  #newsBox02 h2 {
		margin: 0;
		background: #faacdc;
		font-size: 24px;
		padding: 5px 10px;
		color: #fff;
	}
	#newsBox h2 span,
  #newsBox02 h2 span {
		font-size: 16px;
		display: block;
		float: right;
		line-height: 30px;
	}
	#newsBox dl {
		padding: 10px 10px 0;
		height: 160px;
		overflow: hidden;
	}
	#newsBox02 dl {
		padding: 10px 10px 0;
		height: auto;
	}
	#newsBox dt span,
  #newsBox02 dt span {
		padding: 0 10px 0 0;
	}
	#newsBox dd,
  #newsBox02 dd {
		border-bottom: 1px dotted #ddd;
		margin: 0 0 10px;
	}
	#newsBox dd:last-child,
  #newsBox02 dd:last-child {
		border: none;
	}
  #more {
    text-align: center;
    background: #fbd5ec;
    margin: 0 10px 10px;
    padding: 10px;
  }
  
  #more a {
    display: block;
    font-weight: bold;
  }

/* ============================================
サイドバー
============================================ */

.sidebar__links {
	padding: 3px 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	border: 1px solid var(--tag-color);
    color: var(--tag-color);
}
.sidebar__links:hover {
	background: var(--tag-color);
	color: #fff;
}

.singleCat_links {
	display: inline-block;
    width: auto;
    border: none;
    font-weight: normal;
    cursor: pointer;
    padding: 0 1em;
    text-decoration: none;
	border: 1px solid var(--tag-color);
    color: var(--tag-color);
}
.singleCat_links:hover {
	background: var(--tag-color);
	color: #fff;
}

/* ============================================
一覧調整（タグ/カテゴリー）
============================================ */

/* ============================================
hoverアニメーションの追加
============================================ */
.h3.entry__title a {
	position: relative;
}
.h3.entry__title a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 2px;
	left: 0;
	bottom: -1px;
	background-color: #f85697;
	transition: 0.2s;
}
.h3.entry__title a:hover:before {
	width: 100%;
	transition: 0.2s;
}









