@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

/*font-family: 'Sawarabi Mincho', sans-serif;*/

.bg-pink-stripe{
	background-image: url(../images/back-pinkstripe.jpg);
	padding: 2em 0;
	background-repeat: repeat;
}
.colorlib-widget h5{
	font-weight: 700;
margin-bottom: 6px;
}

.sideline{
 align-items: center;
    display: flex;
    width: 100%;
	font-size: 2rem;
	margin-bottom: 2.5rem;
	font-family: 'Sawarabi Mincho', sans-serif;
}

.sideline::before,
.sideline::after {
    background: #c2b198;
    content: '';
    flex: 1;
    height: .1em;
}

.sideline::before {
    margin-right: 1em;
}
.sideline::after {
    margin-left: 1em;
}

/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.0));
  transition-duration: 0.5s;
  
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
}

.box01{
    padding: 30px;
  margin: 0;
background-color: #fff;
  border: double 1px #C2B198;
  position: relative;
	
}

.box02-white{
    padding: 30px;
 
background-color: #fff;
 
}


/*.box01:after{
  content: "";
  border: solid 1px #C2B198;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}*/

.blog-img{}

 a .blog-title{
	font-weight: bold;
	color: #ff9e97;
}

a .blog-bun{
	color: #33271E;
}

.modelname{
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 23px;
	color: #33271E;
	letter-spacing: 0.05em;
	margin: 0.8em;
	}

.modelname span{
    display: block;
    color: #9F8052;
    font-size: 15px;
    font-style: italic;
    line-height: 1;
	}

@media (max-width:768px) {
	.modelname{
    font-size: 95%;
    color: rgba(200,200,200,1.00);
}
}

.name-s{
	font-size: 95%;
}

.pankuzu{background-color: #F8C5C1;
		padding: 5px;
	font-size: 13px;
}

.pankuzu a{color: gray;}

.pankuzu a:hover{text-decoration: underline;}

a.cp_btn {
	display: block;
	width: 140px;
	padding: 0.6em;
	text-align: center;
	text-decoration: none;
	color: #FD5F55;
	border: 2px solid #FD5F55;
	border-radius: 3px;
	transition: .4s;
}

a.cp_btn_s {
		padding: 0.7rem 1rem;
	text-align: center;
	text-decoration: none;
	color: #FD5F55;
	border: 2px solid #FD5F55;
	border-radius: 3px;
	transition: .4s;
}


a.cp_btn,a.cp_btn_s:hover {
	background: #FD5F55;
	color: #fff;
}



.pp h4{color: #B49D7B;}

.bg-brown{
	background-image: url(../images/back-brown.png);
	background-repeat: repeat;
}

.white-box{
	background: #fff;
	padding: 2rem;
	border-radius: 6px;
	margin-bottom: 2rem;
	
}

.white-box h3{
	border-bottom: 1px #B49D7B dotted;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	
}

.white-box ul{list-style-position: inside;}

.number{font-family:"Josefin Sans"; 
color: #F4806A;
font-size: 28px;
margin-right: 1rem;}

.oubo{
	font-size: 22px;
	background-image: url(../images/back-pinkstripe.jpg);
	padding: 15px;
	font-weight: bold;
	letter-spacing: 0.5rem;
	background-repeat: repeat;
	margin-bottom: 30px;
}

.oubo-btn .btn{
		font-size: 2.5rem;
}

.modelbox{
	position: relative;
	margin-bottom:2.5rem;
}

.new{
	position: absolute;
	right:-5px;
	top:0;
	background-color: #C70D32;
	color: white;
	padding: 0.1rem	0.3rem;
		display: inline-block;
}

