@charset "UTF-8";

@media screen and (max-width: 640px){
.pc_on {       display:none;}
}
@media screen and (min-width: 640px){
.sp_on {       display:none;}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */


html{
    height: 100%;
}
* {
  box-sizing: border-box;
}
body {
    margin: 0 auto;
    font-size: 15px;
    padding: 0;
    text-align: left;
    line-height: 32px;
    color: #333333;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background: #F5F6F2;
}
section {
  scroll-margin-top: 97px;
}
strong {
	font-weight:bold;
	}

b {
	font-weight:bold;
	}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */
img {
	margin:0;
	padding:0;
	left: auto;
	right: auto;
	height: auto;
	border: none;
	top: 0px;
	max-width: 100%;
	vertical-align:top;
}
#c_both {
	clear:both;
	}
ul,li {
list-style: none;
margin: 0px;
padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
.color_red {
	color: #AE1E23;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 30px 30px;
    transition: 0.5s;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.h_in {
	max-width: 1400px;
	margin: 0 auto;
}
header .logo {
	float: left;
	background-image: url(img/logo_yoko.png);
    background-repeat: no-repeat;
    background-position: left center;
	background-size: 240px;
	padding-left: 55px;
	width: 240px;
	height: 73px;
	margin-top: -8px;
	margin-left: 0;
	transition : all 0.5s ease 0s;
}	
header.scroll-nav {
  padding: 20px 50px;
  background: #F5F6F2;
	border-bottom: 1px solid #d5d5d5;
}
header.scroll-nav .logo {
	float: left;
	background-image: url(img/logo_yoko.png);
    background-repeat: no-repeat;
    background-position: left center;
	background-size: 180px;
	padding-left: 55px;
	width: 180px;
	height: 54px;
	margin-top: 0;
	margin-left: 0;
}	
#navi {
	float: right;
	margin-top: 15px;
	margin-right: 60px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}
#navi a:hover {
	color:#666666;
}
#navi a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color:#333333;
	font-weight: bold;
	padding-bottom:10px;
	text-decoration:none;
}
#navi a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#navi a:hover::after {
	width: 100%;
	color:#666666;
}
.open {
	cursor:pointer;
}
.button01,.button02,.button03 {
    display: inline-block;
    background: #AE1E23;
    width: 80%;
	margin: 40px 10% 0;
     padding: 10px 0;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 13px;
	font-weight: bold;
	transition : all 0.5s ease 0s;
	border-radius: 10px;
}
.button02 {
	float: right;
    width: 200px;
    padding: 10px 0;
	margin: 5px 0 0;
    font-size: 14px;
	font-weight: bold;
}
.button03 {
    width: 50%;
    padding: 25px 0;
    margin: 55px 25% 0;
    font-size: 18px;
	font-weight: bold;
	border-radius: 100px;
	background-color: #02B902;
}
.cta_sell .button03 {
	background-color: #333333;
	line-height: 24px;
}
.cta_sell .button03 small {
	font-size: 12px;
	font-weight: normal;
}
.button01:hover,.button02:hover,.button03:hover {
	color: #333;
	background: #FFEB44;
}
.button03:hover {
	color: #F5F6F2;
	background: #333333;
}
.cta_sell .button03:hover {
	color: #F5F6F2;
	background: #ff6011;
}
.button01::after,.button02::after,.button03::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-135deg);
    transition: .3s;
}
.button02::after {
    right: 20px;
}
.button01:hover::after {
    right: 30px;
	border-color: transparent transparent #333 #333;
}
.button02:hover::after {
    right: 15px;
	border-color: transparent transparent #333 #333;
}
.button03:hover::after {
    right: 35px;
	border-color: transparent transparent #fff #fff;
}
.top_main {
	width: 80%;
	max-width: 1200px;
    height: 80vh;
	min-height: 600px;
	margin: 120px auto 0;
    background-image: url(img/top_img01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	border-radius: 35px;
	position: relative;
	z-index: 1;
}
.top_main_copy {
    position: absolute;
    left: -70px;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main_copy01,.main_copy02,.main_copy03,.main_copy04 {
	padding: 5px 10px 8px;
    font-size: 21px;
	line-height: 40px;
    font-weight: bold;
	background: #F5F6F2;
	display:inline-block;
	border-radius: 6px;
}
.main_copy02,.main_copy03 {
	padding: 5px 10px 10px;
    font-size: 38px;
	line-height: 50px;
	margin-top: 15px;
	background: #AE1E23;
	color: #F5F6F2;
}
.main_copy03 {
	margin-left: 15px;
}
.main_copy04 {
	margin-top: 15px;
}
.bg_2c {
    margin-top: -280px;
    padding: 360px 5% 80px;
    z-index: 0;
    background-color: #FFE638;
	text-align: center;
	position: relative;
	min-width: 1180px;
}
.top_copy_area {
	width: 100%;
}
.top_copy01 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
	font-size: 25px;
	font-weight: bold;
}
.top_copy01:before, .top_copy01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.top_copy01:before {
  left:-10px;
	-webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.top_copy01:after {
  right: -10px;
}
.top_copy02 {
    background-color: #333333;
    color: #F5F6F2;
    padding: 15px 20px 20px;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    display: inline-block;
    margin-top: 38px;
    border-radius: 6px;
    position: relative;
    z-index: 0;
}
#bg_gray {
	min-width: 1180px;
	background: linear-gradient(90deg, #c4d7d1 0%, #c4d7d1 50%, #f0bc68 50%, #f0bc68 100%);
}
.main_area,.main_area100 {
    margin: 0 auto;
    padding: 80px 0;
    overflow: hidden;
}
.main_area100 {
    padding: 100px 0;
}
.boxmenu {
    background-color: #F5F6F2;
    padding: 60px;
    float: left;
    width: 42%;
    margin-right: 4%;
    margin-left: 4%;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #333333;
	position: relative;
}
.boxmenu_t {
    position: relative;
    display: inline-block;
    margin: 0 auto 50px;
    font-size: 32px;
    font-weight: bold;
	text-align: center;
}
.boxmenu_t:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.boxmenu_t strong {
    font-size: 65px;
}
.boxmenu_sub {
    font-size: 22px;
    line-height: 38px;
    font-weight: 100;
	margin: 25px 0 30px;
}
.boxmenu p {
	text-align: left;
}
.boxmenu01img {
	position: absolute;
	top:-56px;
	left: -40px;
	width: 180px;
}
.boxmenu02img {
	position: absolute;
	bottom:-86px;
	right: -40px;
	width: 220px;
}
.bg_footer {
    background-color: #4A4A45;
	color: #F5F6F2;
	font-size: 14px;
}
.bg_footer a {
	color: #FFF;
	text-decoration: none;
}
.bg_footer a:hover {
	color: rgba(255,255,255,0.60);
}	
.f_left {
    float: left;
	margin-left: 5%;
    width: 20%;
	text-align: center;
	line-height: 24px;
}
.f_left img {
	width: 80%;
	margin-bottom: 30px;
}
.f_center {
    float: left;
	margin-left: 10%;
    width: 15%;
}
.f_right {
    float: left;
	margin-left: 10%;
    width: 40%;
}
.f_right strong {
	padding-bottom: 20px;
}
.copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11px;
	margin-top: 80px;
}
.btn06 {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  color: #E8FF02;
  text-decoration: none;
  -webkit-transition: .8s;
  transition: .8s;
	font-weight: bold;
}

.btn06:hover {
  cursor: pointer;
  text-decoration: none;
}

.btn06::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.btn06:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.fr_l {
    float: left;
    width: 30%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    color: #B9B9B9;
}
.fr_r {
    float: right;
    width: 70%;
    padding-top: 15px;
    padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
.fr_r img {
    width: 120px;
}
.footer_tel,#f_sptel,#f_sptel a {
    font-size: 20px;
    font-weight: bold;
    color: #FFE638;
}
.page_purchase,.page_sell {
	width: 80%;
	max-width: 1200px;
    height: 600px;
	margin: 120px auto 0;
    background-image: url(img/p_img04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	border-radius: 35px;
	position: relative;
	z-index: 1;
}
.page_sell {
    background-image: url(img/s_img01.jpg);
}
.page_title {
    width: 100%;
    background: #F5F6F2;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    padding-top: 180px;
    padding-right: 0;
    padding-bottom: 80px;
    padding-left: 0;
    border-bottom: 1px solid #B8BBAF;
	font-size: 18px;
}
.page_title p {
	font-size: 12px;
}
.page_copy {
    position: absolute;
    left: -70px;
	top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	text-align: left;
	z-index: 2;
}
.bg_2c_p,.bg_2c_s {
	margin-top: -300px;
    padding: 360px 5% 80px;
    z-index: 0;
    background-color: #FFE638;
	text-align: center;
    background-color: #c4d7d1;
	position: relative;
}
.bg_2c_s {
    background-color: #f0bc68;
}
.h2title {
    position: relative;

    margin: 0 auto 70px;
    font-size: 32px;
	line-height: 56px;
    font-weight: bold;
	text-align: center;
}
.h2title:before {
  content: '';
  position: absolute;
  bottom: -50px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.area5 {
    margin-top: 100px;
	display: flex;
	align-items: center;
}
.left_photo,.right_photo {
    width: 30%;
    margin-right: 10%;
	margin-left: 10%;
}
.right_photo {
    width: 30%;
    margin-left: 10%;
}
.left_photo img,.right_photo img {
	border-radius: 20px;
}
.right_text,.left_text {
    width: 45%;
	position: relative;
}
.left_text {
	margin-left: 7%;
}
.s_title {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 55px;
	font-weight: bold;
	position: relative;
	color: #F5F6F2;
}
.s_title span {
	padding-left: 10px;
	padding-right: 4px;
}
.Text-Span3 {
  position: relative;
  z-index: 2;
}
.Text-Span3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 50px;
  background: #333333;
  z-index: -1;
  transition: all 1.8s;
}
.Text-Span3:after {
  background: #333333;
}
.Text-Span3.isActive:after {
  width: 100%;
}	
.cta_area {
    margin: 0 auto;
    padding: 120px 0;
    overflow: hidden;
	background: #FFE638;
}
.marker01 {
	background: linear-gradient(transparent 50%, #FFE638 0%);
	position: relative;
}
.marker02 {
	color: #ffffff;
	background: linear-gradient(transparent 10%, #AE1E23 0%);
	position: relative;
}
.marker03 {
	background: linear-gradient(transparent 70%, #FFE638 0%);
	position: relative;
}
.cta_setumei {
    background-color: #F5F6F2;
    padding: 40px;
    width: 70%;
	max-width: 1000px;
	min-width: 900px;
    margin-top: 60px;
    margin-left: auto;
	margin-right: auto;
    border: 4px solid #333333;
}

.cta_setumei p {
	font-size: 15px;
	font-weight: bold;
}
.cs_t {
    font-size: 14px;
    padding: 40px;
    border-top: 1px solid #C7C7C7;
}
.cta_setumei .title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.cta_setumei .title p {
    font-size: 15px;
	color: #AE1E23;
}
.cta_setumei .title2 {
    position: relative;
  display: inline-block;
  padding: 0 45px;
	font-size: 25px;
	font-weight: bold;
	margin: 20px auto 40px;
}
.cta_setumei .title2:before, .cta_setumei .title2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.cta_setumei .title2:before {
  left:-10px;
	-webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.cta_setumei .title2:after {
  right: -10px;
}
.cta_tel {
    font-size: 20px;
    font-weight: bold;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.cta_tel a {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
}
.setting_left {
    width: 95%;
	margin: 60px 0 0 5%;
}
.setting_right {
    width: 30%;
}
.setting_right img {
    width: 70%;
	margin-bottom: 30px;
}
.setting_left li {
    width: 100%;
    padding: 15px 20px 15px 30px;
    position: relative;
    margin-bottom: 50px;
    font-weight: bold;
    line-height: 22px;
    background-color: #D5D8CE;
}
.setting_left li .number {
	font-size: 17px;
	line-height: 17px;
	padding: 14px 12px;
	position: absolute;
	background: #02b902;
	color: #ffffff;
	top: -30px;
	left: -30px;
	font-weight: 100;
	border-radius: 100px;
}
.setting_left li img {
    width: 300px;
	margin-top: 20px;
}
.setting_left li .line_t img {
    width: 130px;
	margin-top: 20px;
}
.margin_top80 {
	margin-top: 80px;
}
.cta_cf {
    margin-top: 40px;
}
.starea {
    font-size: 110%;
    font-weight: bold;
    margin-top: 70px;
	position: relative;
	z-index: 2;
}
.bg_2c .starea {
	text-shadow:1px 1px 0 #FFE638, -1px -1px 0 #FFE638,
              -1px 1px 0 #FFE638, 1px -1px 0 #FFE638,
              0px 1px 0 #FFE638,  0-1px 0 #FFE638,
              -1px 0 0 #FFE638, 1px 0 0 #FFE638;
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 80px;
	margin-top: -80px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.line_b {
	margin: 40px auto 0;
	text-align: center;
	font-size: 12px;
}
.line_b img {
	margin-bottom: 20px;
	width: 180px;
}
.shopinfo {
    float: left;
	margin-left: 20%;
    width: 60%;
}
.shopinfo strong {
	padding-bottom: 20px;
}
.shopinfo .fr_l {
    font-size: 14px;
    color: #666666;
}
.shopinfo .fr_r {
    font-size: 16px;
}
.shopinfo .footer_tel,.shopinfo #f_sptel a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.img_horii {
    width: 400px;
    position: absolute;
    right: 50px;
    bottom: 0px;
	z-index: 1;
}
.contact_title {
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 100%;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}
.contact_nyu {
	color: #333333;
	padding: 20px 10px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.hissu {
	color: #333333;
	background-color: #FFE638;
	margin-left: 15px;
	padding: 8px;
	font-size: 80%;
	font-weight: bold;
}
.wpcf7 input[name="your-name"],.wpcf7 input[name="your-email"],.wpcf7 input[name="tel-744"],.wpcf7 textarea[name="your-message"]{
    width: 60%;
	padding: 15px 20px;
	font-size: 14px;
	background-color: #E7E9DF;
	border: none;
}
.wpcf7 textarea[name="your-message"]{
    width: 100%;
}
.wpcf7 input[name="date-65"],.wpcf7 input[name="date-608"] {
    width: 180px;
	padding: 15px 20px;
	font-size: 14px;
	background-color: #E7E9DF;
	border: none;
}
.wpcf7-form .wpcf7-select, select {
	width: 150px;
	padding: 10px 15px;
	background-color: #E7E9DF;
	border: none;
}
.form_t {
	font-size: 90%;
	margin-top: 10px;
}
.screen-reader-response {
	margin-bottom:15px;
	color:#AE1E23;
}
 .screen-reader-response ul {
	display:none;
}
.wpcf7-response-output {
	border-color: #AE1E23;
}
.wpcf7-not-valid-tip {
	color:#AE1E23;
	width:100%;
	float:left;
	font-size:90%;
}
.wpcf7-validation-errors {
	color:#AE1E23;
	margin-top:15px;
	padding:25px;
	border: 4px solid #AE1E23;
}
div.wpcf7 input[type='submit'] {
-webkit-appearance: none; /*アイフォンでCSSが無効になるのを防ぐ*/
    width: 60%;
    background: #333333;
    border: none;
    color: #fff;
    padding: 16px 0;
    font-weight: bold;
    font-size: 13px;
	text-align: center;
	margin: 20px 20% 0;
}
div.wpcf7 input[type='submit']:hover {
    background: #696969;
    transition: all .5s ease; /*変化する時間（0.5秒）*/
}
div.wpcf7 .ajax-loader { /*送信ボタンの右につく余白を消す*/
    display: none !important;
}
.grecaptcha-badge { visibility: hidden; }
.contact7_a {
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
	text-align: center;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 {
	width: 60%;
	max-width: 900px;
	margin: 0 auto;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 li {
    overflow: hidden;
    float: left;
    width: 96%;
    text-align: left;
    margin: 45px 2% 0;
	border-bottom: 1px solid #dddddd;
	padding: 0 10px 45px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 li a {
	color: #696969;
	text-decoration: none;
	transition : all 0.5s ease 0s; 
}

#rpwwt-recent-posts-widget-with-thumbnails-2  li a:hover {
	color: #cdcdcd;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
	padding: 0;
	width: 20%;
	margin-right: 5%;
	transition : all 0.5s ease 0s; 
	float: left;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 a:hover img {
	opacity: 0.7;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-title {
	width: 75%;
	float: right;
	font-size: 16px;
    font-weight: bold;
	line-height: 23px;
	display:block;
	margin-bottom: 20px;
	color: #333333;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-title a {
	color: #333333;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-title a:hover {
	color: #696969;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-categories {
	width: 75%;
	float: right;
    font-size: 0px;
    letter-spacing: 0em;
	margin-bottom: 5px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-categories a {
	font-size: 10px;
	padding: 7px 7px;
	margin-right: 2%;
	border-radius: 5px;
	font-weight: bold;
	background-color: #696969;
	color: #F5F6F2;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-categories a:hover {
	background-color: #cdcdcd;
	color: #F5F6F2;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-date {
	width: 75%;
	float: right;
    font-size: 12px;
	color: #696969;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-excerpt {
	width: 75%;
	float: right;
    font-size: 13px;
	color: #3C3128;
	line-height: 23px;
	margin-top: 10px;
}
.rpwwt-post-excerpt-more {
    font-size: 90%;
}	
	

	
#rpwwt-recent-posts-widget-with-thumbnails-3 ul,#rpwwt-recent-posts-widget-with-thumbnails-4 ul,#rpwwt-recent-posts-widget-with-thumbnails-5 ul {
    display: flex;
	overflow-x: scroll;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 li,#rpwwt-recent-posts-widget-with-thumbnails-4 li,#rpwwt-recent-posts-widget-with-thumbnails-5 li {
    overflow: hidden;
    float: left;
    width: 18%;
    text-align: left;
	margin-left: 3%;
	flex-shrink: 0;
  list-style: none;
	margin-top: 60px;
	margin-bottom: 40px;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 li:first-of-type,#rpwwt-recent-posts-widget-with-thumbnails-4 li:first-of-type,#rpwwt-recent-posts-widget-with-thumbnails-5 li:first-of-type {
	margin-left: 6%;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 li:last-of-type,#rpwwt-recent-posts-widget-with-thumbnails-4 li:last-of-type,#rpwwt-recent-posts-widget-with-thumbnails-5 li:last-of-type {
	margin-right: 6%;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 li a,#rpwwt-recent-posts-widget-with-thumbnails-4 li a,#rpwwt-recent-posts-widget-with-thumbnails-5 li a {
	color: #333333;
	text-decoration: none;
	transition : all 0.5s ease 0s; 
}

#rpwwt-recent-posts-widget-with-thumbnails-3  li a:hover,#rpwwt-recent-posts-widget-with-thumbnails-4  li a:hover,#rpwwt-recent-posts-widget-with-thumbnails-5  li a:hover {
	color: #696969;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 img,#rpwwt-recent-posts-widget-with-thumbnails-4 img,#rpwwt-recent-posts-widget-with-thumbnails-5 img {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	height: auto;
	transition : all 0.5s ease 0s; 
	 border-radius: 5px;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 a:hover img,#rpwwt-recent-posts-widget-with-thumbnails-4 a:hover img,#rpwwt-recent-posts-widget-with-thumbnails-5 a:hover img {
	opacity: 0.7;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 .rpwwt-post-title,#rpwwt-recent-posts-widget-with-thumbnails-4 .rpwwt-post-title,#rpwwt-recent-posts-widget-with-thumbnails-5 .rpwwt-post-title {
	width: 88%;
	font-size: 14px;
	margin: 0 6% 10px;
    font-weight: bold;
	line-height: 23px;
	display:block;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 .rpwwt-post-categories,#rpwwt-recent-posts-widget-with-thumbnails-4 .rpwwt-post-categories,#rpwwt-recent-posts-widget-with-thumbnails-5 .rpwwt-post-categories {
    font-size: 0px;
    margin: 0 6%;
    letter-spacing: 0em;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 .rpwwt-post-categories a,#rpwwt-recent-posts-widget-with-thumbnails-4 .rpwwt-post-categories a,#rpwwt-recent-posts-widget-with-thumbnails-5 .rpwwt-post-categories a {
	font-size: 11px;
	padding: 5px 7px 7px;
	background-color: #669787;
	margin-right: 4%;
	border-radius: 5px;
	color: #F5F6F2;
	font-weight: bold;
}
#rpwwt-recent-posts-widget-with-thumbnails-4 .rpwwt-post-categories a {
	background-color: #DA8F15;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 .rpwwt-post-categories a:hover,#rpwwt-recent-posts-widget-with-thumbnails-4 .rpwwt-post-categories a:hover,#rpwwt-recent-posts-widget-with-thumbnails-5 .rpwwt-post-categories a:hover {
	background-color: #c4d7d1;
	color: #F5F6F2;
}
#rpwwt-recent-posts-widget-with-thumbnails-4 .rpwwt-post-categories a:hover {
	background-color: #f0bc68;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 .rpwwt-post-date,#rpwwt-recent-posts-widget-with-thumbnails-4 .rpwwt-post-date,#rpwwt-recent-posts-widget-with-thumbnails-5 .rpwwt-post-date {
	width: 88%;
	margin: 5px 6%;
    font-size: 13px;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 .rpwwt-post-excerpt,#rpwwt-recent-posts-widget-with-thumbnails-4 .rpwwt-post-excerpt,#rpwwt-recent-posts-widget-with-thumbnails-5 .rpwwt-post-excerpt {
	width: 88%;
	margin: 0 6% 6%;
    font-size: 13px;
	color: #666666;
	line-height: 23px;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 ul::-webkit-scrollbar,#rpwwt-recent-posts-widget-with-thumbnails-4 ul::-webkit-scrollbar,#rpwwt-recent-posts-widget-with-thumbnails-5 ul::-webkit-scrollbar {
  height: 2px; /* スクロールバーの高さ */
}
 
#rpwwt-recent-posts-widget-with-thumbnails-3 ul::-webkit-scrollbar-thumb,#rpwwt-recent-posts-widget-with-thumbnails-4 ul::-webkit-scrollbar-thumb,#rpwwt-recent-posts-widget-with-thumbnails-5 ul::-webkit-scrollbar-thumb {
  background: #333; /* ツマミの色 */
}
 
#rpwwt-recent-posts-widget-with-thumbnails-3 ul::-webkit-scrollbar-track,#rpwwt-recent-posts-widget-with-thumbnails-4 ul::-webkit-scrollbar-track,#rpwwt-recent-posts-widget-with-thumbnails-5 ul::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}
	
.main_area_blog {
    padding: 0 15% 80px;
	overflow: hidden;
}
.blog_box {
	margin-top: 100px;
}
#blog_box {
    margin-right: 55px;
    margin-left: 55px;
    border: 5px solid #E3E3E3;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;         /* IE8+, Opera */
    overflow: hidden;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    margin-top: 55px;
	transition : all 0.5s ease 0s;
	min-width: 800px;
}
#blog_box:nth-child(n+2) {
    transform:translateY(80px );
  opacity:0;
  transition:opacity 1s,transform 0.8s;
}
a:hover #blog_box {
    border: 5px solid #AE1E23;
	opacity:0.8;
}
#m_voice_box_title {
	font-size: 17px;
	color: #FFFFFF;
	background-color: #696969;
	padding: 10px 20px;
    line-height: 36px;
	letter-spacing: 0.2em;
	text-align: left;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
#m_voice_date {
	font-size: 13px;
	color:#acacac;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:right;
}
#simg {
	float: left;
	width: 20%;
	margin-right: 15px;
}
#simg img {
	border-radius: 6px;
	width: 100%;
}
#post_textarea {
	float: right;
	width: 76%;
}
a #post_textarea {
	color: #333333;
}
#kijimore {
    font-size: 12px;
    margin-top: 25px;
    color: #ffffff;
    background-color: #696969;
    text-align: center;
    padding: 0 15px;;
    text-decoration: none;
    float: left;
    border: 3px solid #696969;
}
a:hover #kijimore {
	 background-color: #AE1E23;
    border: 3px solid #AE1E23;
}
.blog_date {
    font-size: 14px;
    color: #cdcdcd;
    text-align: right;
}
.title_blog {
    position: relative;
	margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 60px;
    font-size: 36px;
    line-height: 170%;
    font-weight: normal;
    text-align: center;

}
.title_blog:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -50px; /*下線の上下位置調整*/
  display: inline-block;
  width: 100px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}
/* TOC 目次 */
#toc_container{
	font-size: 15px;
    margin-top: 65px;
    margin-bottom: 65px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 45px 30px;
    width: 70%;
    border: 8px solid #F4F4F4;
}
#toc_container a:hover {
	color: #FF02B8;
}
#toc_container .toc_title{
    background-color: #444444;
    padding: 5px;
    width: 140px;
    margin: 45px auto 35px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
#toc_container .toc_toggle a{
	color: #323232;
}
#toc_container ul{
	counter-reset:number;
  list-style:none;
}
#toc_container ul li{
	margin-bottom: 15px;
	margin-left:30px;
}
#toc_container ul li:before{
  counter-increment: number;
  content: counter(number);
	font-weight: bold;
	color: #ccc;
	padding-right:20px;
}
#toc_container ul li a{
	font-weight: bold;
	color: #323232;
}
#toc_container ul ul{
	margin-top: 15px;
}
#toc_container ul ul li{
	margin-bottom: 10px;
	margin-left: 45px;
}
#toc_container ul ul li:before{
  counter-increment: none;
  content: none;
}
#toc_container ul ul li a{
	color: #3D3D3D;
	font-weight: normal;
}
.tags_box {
	margin-top: 55px;
	padding-top: 55px;
	border-top: 1px solid #E3E3E3;
}
.tags_box a {
	font-size: 14px;
    color: #333333;
    font-weight: normal;
    margin: 0 6px;
    text-decoration: none;
	border: 1px solid #333333;
	padding: 10px 10px;
}
.tags_box a:hover {
	color: #ffffff;
	background: #FF02B8;
}
.breadcrumbs {
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
	background: #EFEFEF;
	margin-bottom: 45px;
}
.breadcrumbs a {
	color: #999999;
}
.breadcrumbs a:hover {
	color: #333333;
}
.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}