@charset "utf-8";

input[type="submit"]{
-webkit-appearance: none;
}
p.all_btn {
    width: 20%;
    float: right;
    text-align: center;
    border-radius: 30px;
    background-color:#008574;
    padding:10px 0;
}
p.all_btn a{
    color:#fff;
    display:block;
    }

.pot_erea {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
	height: 220px;
    overflow-y: scroll;
}
dl.news.cf {
    display: flex;
    border-bottom: 1px solid #eee;
	padding:5px 0;
    margin: 2% 0;
}
.news_area dl.news.cf dt {
    margin-right: 10px;
	font-weight: bold;
    color: #737373;
}
.news_area dl.news.cf dd a{
    color:#000;
    text-decoration:underline;}
ul.post-categories li{
    background-color:#f0aa43;
    padding:0 10px;
    margin-right: 10px;
}
ul.post-categories li a{
    color:#fff !important;
    text-decoration:none !important;}
.newspost_inner.cf {
    background-color: #fff5f3;
    padding: 30px 0 60px 0;
}

p.colum_tit{
	color: #686767;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 20px 0 20px 0;
}
.blog_text2 {
    font-size: 16px;
}
.blog_text2 a{
   color: #fe8eb2;
    text-decoration: underline;
}
.blog_text2 img{width: auto;}
.aligncenter {
display: block;
margin: 0 auto;
}
.content_left {
    float: left;
    display: inline-block;
    width: 26%;
}
.content_right {
    float: right;
    width: 70%;
    display: inline-block;
}
.content_left .blogList ul > li > ul > li {
    line-height: 1.2;
    border-bottom: dotted 1px #c7c7a9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 90%;
    width: auto;
    display: block;
    float: none;
    background: url(../../common/img/btn_arrow03.png) no-repeat left top 1px / 14px auto;
}
.content_left h2.widgettitle {
    text-align: center;
    padding: 10px 0;
    background: #FFF;
    margin: 12px 0;
    font-size: 16px;
   color: #737373;
   font-weight:bold !important;
}
.content_left .blogList ul > li > ul > li a {
    color: #000;
}
.blogList .posts-all-link {
    padding: 10px;
}
.blogList .posts-all-link a {
    color: #fff;
    background:#fe8eb2;
    font-size: 11px;
    text-align: center;
    padding: 3px;
    margin: auto;
    border-radius: 40px;
    width: 64%;
    display: block;
}
.post_box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}
p.big_tit {
    font-size: 18px;
    color: #000;
    border-bottom: 1px dotted #000;
    margin: 10px 0;
}
.more_btn a {
    display: block;
    padding: 3px;
    color: #fff;
}
.more_btn {
    background: #fe8eb2;
    color: #fff;
    font-size: 80%;
    text-align: center;
    width: 120px;
    float: right;
    margin-top: 10px;
    border-radius: 40px;
}
input#s {
    padding: 10px;
}
.day {
    font-size: 14px;
    font-weight: bold;
    color: #737373;
    text-align: right;
}
.colum {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 25px;
}
.page_nav li {
    display: inline-block;
    width: 48%;
    float: left;
    text-align: center;
}
.page_nav {
    display: block;
    margin: auto;
}
.page_nav li a {

    color: #fff;
    padding: 5px;
    display: block;
    border-radius: 20px;
    background: url(../../common/img/btn_arrow03.png) no-repeat left 20px center / 14px auto;
        background-color: #fe8eb2;
}
.blog_text {
    margin: 10px 0 0 0;
	height: 80px;
    overflow: hidden;
}
.page_nav li:last-child {
    float: right;
}
ul.post-categories li{
    list-style: none;
    width: 80%;
    display: inline;
}
input[type="checkbox"] {
    margin: 0 0 20px 0;
}
span.wpcf7-list-item.first {
    color: #fff;
    margin-bottom: 20px;
}
span.wpcf7-list-item.last {
    color: #fff;
    margin-bottom: 20px;
}
input[type="submit"] {
    background-color: #fe8eb2;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
/*label {
    color: #d97681;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}*/

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 10px 30px 0px;
    border: none;
    border-radius: 5px;
}
input[type="submit"].wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 20px;
    width: 90%;
}
.must {
    color: #fff;
    margin-left: 10px;
    padding: 2px 10px;
    background: #F92931;
    border-radius: 20px;
    font-size: 11px;
}
label {
    color: #737373;
    display: block;
    font-weight: 800;
    margin-bottom: 1em;
}
.contact_inner {
    width: 60%;
    margin: 0 auto 8%;
}
p.submit_text {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
p.submit_btn {
    text-align: center;
    margin: 20px 0;
}
p.contact_text {
    text-align: center;
    margin: 5% 0;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #f3a3a8;
}
pre {
     background-color: #f0f0f0;
     border: 1px solid gray;
     color: #222;
     line-height: 18px;
     margin-bottom: 18px;
     padding: 1.5em;
     /* Mozilla */
     white-space: -moz-pre-wrap;

     /* Opera 4-6 */
     white-space: -pre-wrap;

     /* Opera 7 */
     white-space: -o-pre-wrap;

     /* CSS3 */
     white-space: pre-wrap;

     /* IE 5.5+ */
     word-wrap: break-word;
}
 /*ログイン */
 .login_wrap {
    width: 100%;
    padding: 40px 0;
}
.login_wrap li {
    width: 48%;
    display: inline-block;
    float: left;
	margin-right: 2%;
}
.login_wrap ui li ui li:nth-child(2n){
	display:none;}
.login_wrap li a {
	color:#f0aa43;
}
.login_wrap li:last-child{
	margin-right:0;}
 #wpmem_login fieldset {
    border: none;
    padding: 0;
    margin:0 auto;
	width:85%;
}
#wpmem_login label {
    display: initial;
    font-size: 12px;
    color: #737373;
    font-weight: bold;
}
input.buttons {
    color: #000;
    background: #fe8eb2;
    border: navajowhite;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 30px;
  font-size: 12px !important; 
}
#wpmem_login .button_div {
    width: 80%;
    /* height: 55px; */
    padding: 6px 0;
	margin:10px 0;
}
.button_div {
    margin: 20px 0;
}
legend {
	display:none;
}
input#username,input#first_name ,input#last_name,input#billing_address_1,
input#billing_address_2,input#billing_city,input#billing_postcode,
input#billing_phone,input#user_email,input#confirm_email,input#log,input#pwd,input#kana,input#company,input#pass1,
input#pass2,#email,#user{
    width: 90%;
    padding: 10px 10px;
    background: #eee;
    border-radius: 20px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
input#karute {
	border: none;
    width: 90%;
    padding: 10px 10px;
    background: #fff;
    border-radius: 20px;
	margin-bottom: 10px;
}
input#Birthday {
	border: none;
    width: 90%;
    padding: 10px 10px;
    background: #fff;
    border-radius: 20px;
	margin-bottom: 10px;
}
.wpmem_msg {
    color: #f0aa43;
    margin-bottom: 40px;
}
#wpmem_login .link-text {
    padding: 4px 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    color: #fff;
	margin-bottom: 20px;
}
#wpmem_login .link-text a{
	color:#f0aa43;}
#wpmem_login .form {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
p.log_tit {
    text-align: center;
    font-size: 18px;
    color: #fe8eb2;
    padding: 15px 0;
    border-top: 2px solid #fe8eb2;
    border-bottom: 2px solid #fe8eb2;
    margin-bottom: 20px;
}
span.req {
    color: red;
	padding-left: 5px;
}
.req-text {
    color: red;
}
p.password {
    text-align: center;
}
  /*ログイン */
/*会員ページ*/
	ul.memberinfo.cf li{
		border: 4px solid #eee;
    border-radius: 5px;
	margin: 2% 0;
		padding: 20px 0;
	}

	ul.memberinfo.cf li .member_info a{
		display: block;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		font-family: "M PLUS Rounded 1c";
    color: #343434;
	}
	p.member_icon2 {
    width: 5%;
    margin: 0 auto 1%;
}
.link-text-register {
    display: none;
}
.password a{color: #fe8eb2;
    text-decoration: underline;}
p.user_info {
    text-align: center;
    margin-top: 3%;
}
/*会員ページ*/
/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1000px) {
/* ▼Tab用================================================================= */
/* ▲Tab用================================================================= */
}
/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:767px) {
/* ▼SP用================================================================ */
.content_right {
    float: none;
    width: 95%;
    display: block;
    margin: 0 auto;
}
    ul#sidemenu {
    width: 95%;
    margin: 0 auto;
}
p.big_tit {
    font-size: 16px;}
.blog_text {
    padding-bottom: 20px;
}
.content_left {
    float: none;
    display: block;
    width: 100%;
    padding: 0 0 40px 0;
}
.content_left .blogList ul > li > ul > li {
    font-size: 100%;
    padding: 10px 0px 10px 22px;
    float: none;
    background: url(../../common/img/btn_arrow03.png) no-repeat left 1px center / 14px auto;
}
.day {
    text-align: right;
}
.page_nav li {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 2%;
}
    .colum {
    width: 95%;
    background-color: #fff;
    padding: 20px 10px 30px 10px;
    margin-bottom: 30px;
    margin-top: 25px;
}
    .contact_inner {
    width: 90%;
    margin: 5% auto 18%;
}
    input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 90%;
    padding: 10px 15px;
    margin: 10px 10px 30px 0px;
    border: none;
    border-radius: 5px;
}
dl.news.cf {
    display: block;
    border-bottom: 1px solid #fff;
    margin: 3% 0;
}
p.all_btn {
    width: 40%;
    float: right;
    text-align: center;
    border-radius: 30px;
    padding: 10px 0;
}
.login_wrap li {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 5%;
}
p.colum_tit {
    font-size: 14px;
    padding: 10px 0;
    margin: 0px 0 10px 0;
}
p.colum_tit2 {
    font-size: 14px;
    padding: 10px 0;
    margin: 0px 0 10px 0;
}
ul.memberinfo.cf li {
    border: 4px solid #eee;
    border-radius: 5px;
    margin: 5% 0;
    padding: 20px 0;
}
	p.member_icon2 {
    width: 15%;
    margin: 0 auto 3%;
}
	#wpmem_login fieldset {
    border: none;
    padding: 0;
    margin: 0 0 0 0;
	width:100%;
}
/* ▲SP用================================================================ */
}
