.under_link {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
    border-top: 1px solid #e7e6e2;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.96);
    text-align: center;
    opacity: 0;
}
.under_l_link{
	    padding-right: 60px;
}
.under_l_link a {
    float:left;
    width: 100%;
    height: 60px;
    background-color: #ff9100;
    color: #fff;
    font-size: 16px;
	font-weight:bold;
    line-height: 60px;
	text-decoration:none;
}
.under_l_link a:hover{
	text-decoration:none;	
}
.under_l_link a:active{
	text-decoration:none;	
}

.under_r_link a{
    float:right;
	width:60px;
	height:60px;
	background-color: #ff4500;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
	text-decoration:none;
}
.under_r_link a:hover{
	text-decoration:none;	
}
.under_r_link a:active{
	text-decoration:none;	
}
.under_r_link img{
	width:40px;
	height:40px;
	margin:10px auto;
}
#froat-menu_test{
    position:fixed;
    left:0;
    bottom:0;
    display: none;
	width:75%;
	z-index:10
}

#froat-menu_test_2{
    position:fixed;
    left:75%;
    bottom:0;
    display: none;
	width:25%;
	z-index:10
}

#froat-menu_test a{
    color:#fff;
	opacity: 1;
    padding:10px 6px 12px 6px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    line-height:100%;
	height:50px!important;
}
.b_test{
	margin:10px 0 10px 10px;
position:relative;
    display: block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
}
#froat-menu_test_2 a{
    color:#fff;
	opacity: 1;
    padding:10px 6px 12px 6px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    line-height:100%;
	height:50px!important;
}
.b_test_2{
	margin:10px 10px 10px 10px;
position:relative;
    display: block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
}
#froat-menu_test a:hover,
#froat-menu_test_2 a:hover{
    background:#f7b226;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}


.column_u_l{
	text-decoration:none;
	border-bottom:1px dotted #000;
	color:#000;
}
.column_u_l:hover{
	text-decoration:none;
}

.column_u_b{
width:100%;
margin:10px 0;
padding:2px 5px;
text-decoration:none;
}
.column_u_b span{
padding:0 0 0 5px;
}
.column_u_b img{
vertical-align: bottom;
margin-bottom:5px;
}
/************ Reset *************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
 
body {
line-height:1.2em;
color:#333;
word-break: break-all;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

ul,ol {
list-style:none;
}

/* 引用装飾 */
blockquote, q {
background-color:#ecfeeb;
padding:1em 2em 1em 2em;
position:relative;
}

blockquote:before,
q:before{
content:"“";
font-size:300%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
blockquote:after,
q:after{
content:"”";
font-size:300%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
right:0;
bottom:0;
}
blockquote p{
margin:0;
}

blockquote p:last-child {
	margin-bottom: 0!important;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

a:hover{
text-decoration:underline;
}

ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
  word-break: break-all;
  word-wrap: break-word;
}

hr {
display:block;
height:1px;
border:0;  
border-top:1px solid #e5e5e5;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img {
vertical-align: top;
font-size:0;
line-height: 0;
}

/************ Common *************/
body {
font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
font-size:100%;
line-height:1.5;
}

h1{
overflow:hidden;
}

h1,h2{
clear:both;
}

a{
color:#6e5630;
}

.textL,.left{
text-align:left !important;
}

.textC,.center{
text-align:center !important;
}

.textR,.right{
text-align:right !important;
}

.blockC{
display:block;
margin-left:auto;
margin-right:auto;
}

.clearfix:after {
content: "";
display: block;
clear: both;
}

img.aligncenter {
margin:2px auto 2px auto;
display:block;
max-width:100%;
height:auto;
}

@media screen and (min-width: 601px) {
.imgR,.alignright{
float:right;
width:auto;
height:auto;
}
}

@media screen and (max-width: 600px) {
.imgR,.alignright{
max-width:100%;
height:auto;
}
}

img.imgR,img.alignright{
margin:0 0 10px 10px;
}

.imgL,.alignleft{
float:left;
width:auto;
height:auto;
}

img.imgL,img.alignleft{
margin:0 10px 10px 0;
}

.small,.fsL{font-size:0.8em !important;}
.large,.fsS{font-size:1.2em !important;}
.x-large{font-size:x-large !important;}
.blue,.blueT{color:#0099ff !important;}
.blueB{background:#6fb5fb !important;}
.pink,.pinkT{color:#ff6699 !important;}
.pinB{background:#ff6699 !important;}
.gold,.goldT{color:#987a03 !important;}
.goldB{background:#987a03 !important;}
.green,.greenT{color:#339900 !important;}
.greenB{background:#339900 !important;}
.orange,.orangeT{color:#f60 !important;}
.orangeB{background:#f60 !important;}
.red,.redT{color:#f00 !important;}
.redB{background:#f00 !important;}

.hide{display:none;}
.bold{font-weight:bold !important;}

.mb0{margin-bottom:0 !important;}
.mb10{margin-bottom:10px !important;}
.onlySp_mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.w50{
width:50% !important;
height:auto !important;
}

.w100{
width:100% !important;
height:auto !important;
}

.mw50{max-width:50%;}
.mw100{max-width:100%;}

.label{
border-radius:2px;
padding:5px 10px;
color:#fff;
}

hr.dot{
clear:both;
width:100%;
margin:0 0 10px 0;
border-top:1px dotted #987a03;
}

img.waku{
border:1px solid #987a03;
padding:4px;
}

/************ header *************/
header{
margin-top:10px;
}
header ul.sp{
display:table;
border-bottom:1px solid #decf95;
}

header ul.sp li{
display:table-cell;
vertical-align:middle;
padding:2px;
}

header ul.sp li img{
width:100%;
}

header ul.sp li:nth-child(1){
box-sizing:border-box;
}

header ul.sp h1{
color:#f60;
font-weight:normal;
font-size:9px;
}

/************ body *************/

#wrapper{
padding:10px;
margin:0;
border-box:box-sizing;
}
#wrapper .bred{
font-size:0.8em;
}

#wrapper .top_date{
font-size:0.8em;
margin-bottom:5px;
}

#wrapper h1 {
	background:none;
	padding-bottom: 3px;
	margin: 6px 0 6px 0;
	font-size:18px;
	font-weight:normal;
	border-bottom: 1px solid #c4b560;
	box-sizing: border-box;
}

#wrapper h1 div {
	border-bottom: 3px solid #c4b560;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	font-size:19px;
	font-weight: bold;
}

#wrapper h2.top_page {
	background: none; /*#F8C151;*/  
	/*padding: .4em .6em;*/
	padding-bottom: 3px !important;
	border-bottom: 2px solid #c4b560;
	margin: 6px 0 6px 0;
font-size:16px;
font-weight:bold;
}

#wrapper h2.top_page div {
	padding: 21px .4em .6em 0;
	border-bottom: 3px solid #c4b560;
	box-sizing: border-box;
	font-size:19px;
	font-weight: bold;
}

#wrapper h1 {
margin:5px 0 10px 0;
}

#wrapper h2.top_page {
margin:15px 0 4px 0;
}

#wrapper p{
margin-bottom:1em;
font-size:16px;
}

#wrapper h2:not(.top_page):not(.m_form){
	border-bottom: 2px solid #c4b560;
	box-sizing: border-box;
	font-size:20px;
	font-weight: bold;
	padding: 2px 0;
	margin: 15px 0 6px 0;
}

#wrapper h2:before:not(.top_page){
content:url('/imgs/h2_icon.png');
margin-right:10px;
}

#wrapper h2.h2_l{
background:#fff;
color:#fe6634;
border-bottom:3px solid #bb9445;
border-radius:0;
padding-top:0;
}

#wrapper h2.h2_l:before{
content: '';
background: url('/wp-content/uploads/2017/03/point-1.png') no-repeat;
width: 25px;
height: 25px;
background-size: contain;
display: inline-block;
vertical-align: bottom;
margin-bottom: 3px;
margin-right:10px;
}

#wrapper h3{
	margin: 3px 0 3px 0;
	font-size:17px;
	border-bottom: 3px double #c4b560;
}

#wrapper h4{
color:#fe6634;
margin-bottom:10px;
padding-bottom:10px;
	border-bottom: 1px solid #c4b560;
font-size:17px;
}

section{
margin-bottom:5px;
overflow:hidden;
}


.spmain{
padding-top:38px;
position:relative;
z-index:1;
}

.spmain li{
position:absolute;
top:25%;
}

.spmain li:nth-child(1){
left:70%;
}

.spmain li:nth-child(2){
left:45%;
}

.spmain li:nth-child(3){
left:0%;
top:20%;
}

.spmain li:nth-child(4){
left:30%;
top:20%;
}

.spmain li:nth-child(5){
left:50%;
top:25%;
}

.spmain li:nth-child(6){
left:20%;
top:25%;
}

.spmain li:nth-child(7){
left:60%;
top:35%;
}

ul.column3{
overflow:hidden;
width: 100%;
}

ul.column3 li{
float:none;
width:100%;
margin-right:0;
margin-bottom:30px;
text-align:center;
}

ul.column3 li img{
margin:0 auto;
max-width:320px;
border:1px solid #bea12c;
padding:4px;
}

ul.column3 .c3img{
max-width:320px;
margin:0 auto;
}

ul.column3 li h2,
ul.column3 li p{
text-align:left;
}

div.column3_top{
overflow:hidden;
text-align:center;
margin-bottom:50px;
padding:0 25px;
}


.card{
height:180px;
width:180px;
display: inline-block;
}

.card img{
width:180px !important;
}

table.table{
margin-bottom:30px;
}

table.table td,table.table th{
border:1px solid #decf94;
text-align:left;
padding:8px;
background-color:#fff;
vertical-align:top;
font-size:14px;
}

table.table th{
background-color:#f7eecd;
font-weight:bold;
color:#f63;
vertical-align:middle;
}


.caution dl{
border:1px solid #a89479;
background:#fdfcf8;
padding:20px;
width:100%;
box-sizing:border-box;
border-radius:10px;
margin-bottom:30px;
}

.caution dl dt{
text-align:center;
margin-bottom:20px;
}

.imgBlock,
.sp_mw50{
margin-bottom:10px;
}

.imgBlock figure{
display:block;
width:100% !important;
text-align:center;
margin:0 0 10px;
}

.imgBlock figure img{
height:auto;
max-width:320px;
border:1px solid #bea12c;
padding:4px;
box-sizing:border-box;
}

.sp_mw50{
width:50%;
padding-right:20px;
box-sizing:border-box;
}

.sp_mw50 img{
border:1px solid #bea12c;
padding:4px;
width:100%;
box-sizing:border-box;
}


.cautionWrapper{
font-size:80%;
margin-bottom:30px;
}

.caution{
border-radius:5px;
padding:30px 25px;
font-size:125%;
}

table.eventTable{
width:100%;
border-top:1px solid #dfd098;
border-left:1px solid #dfd098;
border-right:1px solid #dfd098;
margin-bottom:15px;
box-sizing:border-box;
}

table.eventTable th,
table.eventTable td{
border-bottom:1px solid #dfd098;
font-size:0.85em;
}

table.eventTable th{
background:#f7eecd;
color:#ff6633;
padding:15px;
vertical-align:middle;
text-align:left;
}

table.eventTable td{
padding:15px;
vertical-align:middle;
}

.img1col{
text-align:center;
margin-bottom:30px;
}

.img1col img{
width:100%;
margin:0 auto;
}

.applyBox{
	width:100%;
	text-align:center;
	box-sizing:border-box;
    background:#ffeddb;
    border-radius:10px;
    -webkit-border-radius: 10px;
     -moz-border-radius:10px;
	opacity: 0.9; 
}

.applyBox div{
	text-align:left;
	boxsizing:border-box;
	padding:10px;
}

.applyBox a,
.compInfo a{
color:#f60 !important;
}

h1.m_form,
h2.m_form{
background: #ffeddb;
padding: 15px 0 15px 25px!important;
color:#333;
font-weight:normal;
font-size:20px;
margin-bottom:10px;
    border-radius:10px;
    -webkit-border-radius: 10px;
     -moz-border-radius:10px;
}

.compInfo{
border:2px solid #decf95;
border-radius:5px;
background:#fff;
width:100%;
box-sizing:border-box;
}

.compInfo div{
background:#faf6e9;
border-radius:5px;
padding:20px 25px;
margin:3px;
box-sizing:border-box;
}

.f-compInfo{
font-size:14px;
width:auto!important;
padding:5px;
display: inline-block;
vertical-align: top!important;
}

.freeTable{
overflow:hidden;
width:100%;
margin-bottom:30px;
}

.freeTable tr{
display: block;
}

.freeTable td{
display:list-item;
border:1px solid #decf94;
width:100%;
box-sizing:border-box;
}

.freeTable td .infoHead{
background:#f7eecd;
color:#f60;
text-align:center;
padding:15px;
}

.freeTable td .infoBody{
padding:15px;
}

.tbcolmn{
margin-bottom:30px;
}

dl.tb dt{
padding:15px;
}

dl.tb.thead dt{
color:#f60;
background:#f7eecd;
}

dl.tb dd{
padding:15px;
}

dl.tb.np dt{
padding-bottom:0;
}

dl.tb.topparam dt,
dl.tb.topparam dd{
padding-top:0;
padding-bottom:0;
width:100%;
box-sizing:border-box;
}

dl.tb dt img,
dl.tb dd img{
max-width:100%;
height:auto;
}

dl.tb.topparam dt img,
dl.tb.topparam dd img{
margin-bottom:10px;
width:100%;
max-width:495px;
height:auto !important;
}

dl.tb.topparam.sr dt{
padding-bottom:0;
}

dl.tb.topparam.sr dt img,
dl.tb.topparam.sr dd img{
margin-bottom:10px;
}

dl.eventList{
overflow:hidden;
border-bottom:1px dotted #c2aa40;
width:100%;
padding:20px 0 10px;
}

dl.eventList dt{
padding:0 10px;
box-sizing:border-box;
color:#6a462e;
border-left:3px solid #c4a940;
margin-left:10px;
}

dl.eventList dd{
padding:0 10px;
box-sizing:border-box;
}

dl.eventList dd a{
color:#f60 !important;
}

.titleParty{
background:#c1ffc1;
color:#000;
padding:5px 0;
text-align:center;
}

.titleGolf{
background:#96d386;
color:#fff;
padding:5px 0;
text-align:center;
}

.titleCinema{
background:#d68a7d;
color:#fff;
padding:5px 0;
text-align:center;
}

.titleSeminar{
background:#87bbe0;
color:#fff;
padding:5px 0;
text-align:center;
}

.titleCounseling{
background:#dbb7db;
color:#fff;
padding:5px 0;
text-align:center;
}

.titleConsultation{
background:#dbb7db;
color:#fff;
padding:5px 0;
text-align:center;
}

.titleOther{
background:#ccc;
color:#fff;
padding:5px 0;
text-align:center;
}

.titleLine{
background:#00c300;
color:#fff;
padding:5px 0;
text-align:center;
}

.titleOmiai{
background:#dbb7db;
color:#fff;
padding:5px 0;
text-align:center;
}

.twtime{
width: 100% !important;
margin:0 auto;
}

.twtime iframe{
width:100% !important;
}

ul.eventGuide{
overflow:hidden;
margin:0 auto;
font-size:0.8em;
width:100%;
max-width:310px;
}

ul.eventGuide img{
border:1px solid #c4a942;
padding:4px;
margin:0 10px 0 0;
width:300px !important;
height:auto;
box-sizing:border-box;
float:left;
}

ul.eventGuide li{
margin-bottom:30px;
}

.guideTitle{
color:#c4a942;
font-size:1.3em;
margin:10px 0 0 !important;
}

ul.eventGuide .onlyOne,
ul.eventGuide .beginner,
ul.eventGuide .onlyWoman,
ul.eventGuide .onlyFree,
ul.eventGuide .onlyTolk,
ul.eventGuide .onlyFreeConsul,
ul.eventGuide .onlyCamp{
font-size:90%;
padding:0 1em;
}

.listLead{
background:#f3e8d0;
padding:14px 14px;
margin:5px 0 30px;
font-size:0.95em;
line-height:1.3em;
}

ul.prev-next{
text-align:center;
padding:10px;
}

ul.prev-next li{
display:inline;
padding:0 20px;
}


/* 加藤メモ　この辺のCSSは統合する */

.ancker {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f0db), color-stop(1, #ffffff) );
background:-moz-linear-gradient( center top, #f8f0db 5%, #ffffff 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f0db', endColorstr='#ffffff');
background-color:#f8f0db;
-webkit-border-top-left-radius:10px;
-moz-border-radius-topleft:10px;
border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-moz-border-radius-topright:10px;
border-top-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
-moz-border-radius-bottomright:10px;
border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomleft:10px;
border-bottom-left-radius:10px;
text-indent:0;
border:1px solid #ddc57e;
display:inline-block;
color:#ff491c;
font-family:Arial;
font-size:18px;
font-style:normal;
height:55px;
line-height:55px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #ffffff;
padding:0 30px;
}

.ancker:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f8f0db) );
background:-moz-linear-gradient( center top, #ffffff 5%, #f8f0db 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f0db');
background-color:#ffffff;
}

.ancker:active {
position:relative;
top:1px;
}

.ancker a{
display:block;
width:100%;
height:100%;
text-decoration:none;
}
.buttonO {
-moz-box-shadow:inset 0px -27px 0px 0px #f36b31;
-webkit-box-shadow:inset 0px -27px 0px 0px #f36b31;
box-shadow:inset 0px -27px 0px 0px #f36b31;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f38d44), color-stop(1, #fb9e25) );
background:-moz-linear-gradient( center top, #f38d44 5%, #fb9e25 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38d44', endColorstr='#fb9e25');
background-color:#f38d44;
-webkit-border-top-left-radius:10px;
-moz-border-radius-topleft:10px;
border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-moz-border-radius-topright:10px;
border-top-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
-moz-border-radius-bottomright:10px;
border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomleft:10px;
border-bottom-left-radius:10px;
text-indent:0px;
border:1px solid #f36b31;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:18px;
font-weight:bold;
font-style:normal;
height:50px;
line-height:50px;
padding:0 30px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #ff7700;
}

.buttonO:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #f38d44) );
background:-moz-linear-gradient( center top, #fb9e25 5%, #f38d44 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#f38d44');
background-color:#fb9e25;
}

.buttonO:active {
position:relative;
top:1px;
}

.buttonO.ha{
height:auto;
line-height:1em;
}

.buttonG {
-moz-box-shadow:inset 0px -27px 0px 0px #3bbe1d;
-webkit-box-shadow:inset 0px -27px 0px 0px #3bbe1d;
box-shadow:inset 0px -27px 0px 0px #3bbe1d;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5ed911), color-stop(1, #3bbe1d) );
background:-moz-linear-gradient( center top, #5ed911 5%, #3bbe1d 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ed911', endColorstr='#3bbe1d');
background-color:#5ed911;
-webkit-border-top-left-radius:10px;
-moz-border-radius-topleft:10px;
border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-moz-border-radius-topright:10px;
border-top-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
-moz-border-radius-bottomright:10px;
border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomleft:10px;
border-bottom-left-radius:10px;
text-indent:0px;
border:1px solid #3bbe1d;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:18px;
font-weight:bold;
font-style:normal;
height:50px;
line-height:50px;
width:200px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #009405;
}
.buttonG:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3bbe1d), color-stop(1, #5ed911) );
background:-moz-linear-gradient( center top, #3bbe1d 5%, #5ed911 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bbe1d', endColorstr='#5ed911');
background-color:#3bbe1d;
}
.buttonG:active {
position:relative;
top:1px;
}

.buttonB {
-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
box-shadow:inset 1px 1px 0px 0px #bbdaf7;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
background-color:#79bbff;
-webkit-border-top-left-radius:50%;
-moz-border-radius-topleft:50%;
border-top-left-radius:50%;
-webkit-border-top-right-radius:50%;
-moz-border-radius-topright:50%;
border-top-right-radius:50%;
-webkit-border-bottom-right-radius:50%;
-moz-border-radius-bottomright:50%;
border-bottom-right-radius:50%;
-webkit-border-bottom-left-radius:50%;
-moz-border-radius-bottomleft:50%;
border-bottom-left-radius:50%;
text-indent:0px;

display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:18px;
font-weight:bold;
font-style:normal;
height:auto;
line-height:1.4em;
padding:1em 0;
text-decoration:none;
text-align:center;
width:60px;
text-shadow:1px 1px 0px #528ecc;
margin:0 0 5px 0;
}

.buttonB:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
background-color:#378de5;
}

.buttonB:active {
position:relative;
top:1px;
}

.buttonB a{
color:#ffffff;
text-shadow:1px 1px 0px #5e8274;
display:block;
text-decoration:none;
}

.buttonLG {
-moz-box-shadow:inset 0px 1px 0px 0px #4ee1a4;
-webkit-box-shadow:inset 0px 1px 0px 0px #4ee1a4;
box-shadow:inset 0px 1px 0px 0px #4ee1a4;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4ce1a3), color-stop(1, #10ca7c) );
background:-moz-linear-gradient( center top, #4ce1a3 5%, #10ca7c 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ce1a3', endColorstr='#10ca7c');
background-color:#4ce1a3;
-webkit-border-top-left-radius:50%;
-moz-border-radius-topleft:50%;
border-top-left-radius:50%;
-webkit-border-top-right-radius:50%;
-moz-border-radius-topright:50%;
border-top-right-radius:50%;
-webkit-border-bottom-right-radius:50%;
-moz-border-radius-bottomright:50%;
border-bottom-right-radius:50%;
-webkit-border-bottom-left-radius:50%;
-moz-border-radius-bottomleft:50%;
border-bottom-left-radius:50%;
text-indent:0px;
border:1px solid #4ce1a3;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:18px;
font-weight:bold;
font-style:normal;
height:auto;
line-height:1.4em;
padding:1em 0;
text-decoration:none;
text-align:center;
width:60px;
text-shadow:1px 1px 0px #5e8274;
margin:0 0 5px 0;
}

.buttonLG:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #10ca7c), color-stop(1, #4ce1a3) );
background:-moz-linear-gradient( center top, #10ca7c 5%, #4ce1a3 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#10ca7c', endColorstr='#4ce1a3');
background-color:#10ca7c;
}

.buttonLG:active {
position:relative;
top:1px;
}

.buttonLG a{
color:#ffffff;
text-shadow:1px 1px 0px #5e8274;
display:block;
text-decoration:none;
}


/* インスタinstagramボタン*/

.buttonIN {
background-color:#833ab4;
-webkit-border-top-left-radius:50%;
-moz-border-radius-topleft:50%;
border-top-left-radius:50%;
-webkit-border-top-right-radius:50%;
-moz-border-radius-topright:50%;
border-top-right-radius:50%;
-webkit-border-bottom-right-radius:50%;
-moz-border-radius-bottomright:50%;
border-bottom-right-radius:50%;
-webkit-border-bottom-left-radius:50%;
-moz-border-radius-bottomleft:50%;
border-bottom-left-radius:50%;
text-indent:0px;

display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:18px;
font-weight:bold;
font-style:normal;
height:auto;
line-height:1.4em;
padding:1em 0;
text-decoration:none;
text-align:center;
width:60px;
text-shadow:1px 1px 0px #5e8274;
margin:0 0 5px 0;
}

.buttonIN:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.1, #833ab4), color-stop(1, #ffcd80) );
background:-moz-linear-gradient( center top, #833ab4 10%, #ffcd80 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#833ab4', endColorstr='#ffcd80');
background-color:#10ca7c;
}

.buttonIN:active {
position:relative;
top:1px;
}

.buttonIN a{
color:#ffffff;
text-shadow:1px 1px 0px #5e8274;
display:block;
text-decoration:none;
}

/* フェイスブックFacebookボタン*/

.buttonFA {
background-color:#305097;
-webkit-border-top-left-radius:50%;
-moz-border-radius-topleft:50%;
border-top-left-radius:50%;
-webkit-border-top-right-radius:50%;
-moz-border-radius-topright:50%;
border-top-right-radius:50%;
-webkit-border-bottom-right-radius:50%;
-moz-border-radius-bottomright:50%;
border-bottom-right-radius:50%;
-webkit-border-bottom-left-radius:50%;
-moz-border-radius-bottomleft:50%;
border-bottom-left-radius:50%;
text-indent:0px;

display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:18px;
font-weight:bold;
font-style:normal;
height:auto;
line-height:1.4em;
padding:1em 0;
text-decoration:none;
text-align:center;
width:60px;
text-shadow:1px 1px 0px #305097;
margin:0 0 5px 0;
}

.buttonFA:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.1, #305097), color-stop(1, #2c779b) );
background:-moz-linear-gradient( center top, #305097 10%, #2c779b 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#305097', endColorstr='#2c779b');
background-color:#10ca7c;
}

.buttonFA:active {
position:relative;
top:1px;
}

.buttonFA a{
color:#ffffff;
text-shadow:1px 1px 0px #2c779b;
display:block;
text-decoration:none;
}


ul.arrow li{
background:url(https://loveba.jp/imgs/arrow_o.png) no-repeat 0 0.4em;
padding-left:1em;
}

ul.normal {
list-style: disc;
}

ul.normal li{
margin-left: 1.5em;
font-size: 16px;
}

/************ Side *************/
article#sidenav{
display:block;
position:fixed;
overflow:scroll;
height:100%;
width:100%;
background:#fff;
left:0;
top:0;
margin-right:0;
margin-left:100%;
}

article#sidenav .first ul{
width:100%;
border-left:1px solid #decf95;
box-sizing:border-box;
}

article#sidenav ul li{
border-bottom:1px solid #decf95;
height:48px;
text-indent:-9999px;
}

article#sidenav ul li.gr{
background:url(https://loveba.jp/imgs/side_gr_back.png) repeat-x;
}

article#sidenav ul li.or{
background:url(https://loveba.jp/imgs/side_or_back.png) repeat-x;
}

article#sidenav ul li.ye{
background:url(https://loveba.jp/imgs/side_ye_back.png) repeat-x;
}

article#sidenav ul li a{
display:block;
width:100%;
height:100%;
box-sizing:border-box;
background-position:5px center;
}

.first ul li a span{
display:block;
width:44px;
height:44px;
float:right;
background-size:44px;
margin:2px;
}

.first ul li:nth-child(1){
height:75px !important;
background:url(https://loveba.jp/imgs/pc_side_menu.png) no-repeat center center;
}

.first ul li:nth-child(2) a{
background:url(https://loveba.jp/imgs/side_link1.png) no-repeat;
background-size:auto 21px;
}

.first ul li:nth-child(3){
height:36px !important;
background:url(https://loveba.jp/imgs/pc_side_list.png) no-repeat;
}

.first ul li:nth-child(4) a{
background:url(https://loveba.jp/imgs/side_link2.png) no-repeat;
background-size:auto 21px;
}

.first ul li:nth-child(4) a span{
background:url(https://loveba.jp/imgs/side_sum1.png) no-repeat;
}

.first ul li:nth-child(5) a{
background:url(https://loveba.jp/imgs/side_link3.png) no-repeat;
background-size:auto 21px;
}

.first ul li:nth-child(5) a span{
background:url(https://loveba.jp/imgs/side_sum2.png) no-repeat;
}

.first ul li:nth-child(6) a{
background:url(https://loveba.jp/imgs/side_link4.png) no-repeat;
background-size:auto 21px;
}

.first ul li:nth-child(6) a span{
background:url(https://loveba.jp/imgs/side_sum3.png) no-repeat;
}

.first ul li:nth-child(7) a{
background:url(https://loveba.jp/imgs/side_link5.png) no-repeat;
background-size:auto 21px;
}

.first ul li:nth-child(7) a span{
background:url(https://loveba.jp/imgs/side_sum4.png) no-repeat;
}

.first ul li:nth-child(8) a{
background:url(https://loveba.jp/imgs/side_link6.png) no-repeat;
background-size:auto 21px;
}

.first ul li:nth-child(8) a span{
background:url(https://loveba.jp/imgs/side_sum5.png) no-repeat;
}

.first ul li:nth-child(9) a{
background:url(https://loveba.jp/imgs/side_link7.png) no-repeat;
background-size:auto 21px;
}

.first ul li:nth-child(9) a span{
background:url(https://loveba.jp/imgs/side_sum6.png) no-repeat;
}

.first ul li:nth-child(10) a{
background:url(https://loveba.jp/imgs/side_link8.png) no-repeat;
background-size:auto 21px;
}

.first ul li:nth-child(10) a span{
background:url(https://loveba.jp/imgs/side_sum7.png) no-repeat;
}

.first ul li:nth-child(11) a{
background:url(https://loveba.jp/imgs/side_link18.png) no-repeat;
background-size:auto 21px;
}


.first ul li.space{
height:11px !important;
}

.first ul li:nth-child(13) a{
background:url(https://loveba.jp/imgs/side_link9.png) no-repeat;
background-size:auto 21px;
}

.second ul{
width:100%;
border-left:1px solid #decf95;
overflow:hidden;
box-sizing:border-box;
}

.second ul li{
width:50%;
float:left;
overflow:hidden;
box-sizing:border-box;
}

.second ul li:nth-child(2n){
border-left:1px solid #decf95;
box-sizing:border-box;
}

.second ul li:nth-child(2n+1){
clear:both;
}

.second ul li:nth-child(1) a{
background:url(https://loveba.jp/imgs/side_link10.png) no-repeat;
background-size:auto 21px;
}

.second ul li:nth-child(2) a{
background:url(https://loveba.jp/imgs/side_link11.png) no-repeat;
background-size:auto 21px;
}

.second ul li:nth-child(3) a{
background:url(https://loveba.jp/imgs/side_link12.png) no-repeat;
background-size:auto 21px;
}

.second ul li:nth-child(4) a{
background:url(https://loveba.jp/imgs/side_link13.png) no-repeat;
background-size:auto 36px;
}

.second ul li:nth-child(5) a{
background:url(https://loveba.jp/imgs/side_link14.png) no-repeat;
background-size:auto 21px;
}

.second ul li:nth-child(6) a{
background:url(https://loveba.jp/imgs/side_link15.png) no-repeat;
background-size:auto 21px;
}

.second ul li:nth-child(7) a{
background:url(https://loveba.jp/imgs/side_link16.png) no-repeat;
background-size:auto 21px;
}

.second ul li:nth-child(8) a{
background:url(https://loveba.jp/imgs/side_link17.png) no-repeat;
background-size:auto 21px;
}

#wrapper ul.topBanner{
overflow:hidden;
width: 100%;
margin-top: 20px;
margin-bottom: 30px;
}

#wrapper .topBanner li{
float: left;
width: 100%;
box-sizing:border-box;
border: 1px solid #ccb660;
background:#cdb55d;
color: #fff;
position:relative;
margin-bottom: 15px;
transition-property: background;
transition-duration: 0.5s;
transition-timing-function: ease-out;
}

#wrapper .topBanner li:nth-child(2n+0){
float:right;
}

#wrapper .topBanner li:after {
position: absolute;
content: ">";
width: 30px;
height: 30px;
color: #fb8637;
bottom:0;
right:0;
background: #fff;
opacity: 0.9;
text-align:center;
}

#wrapper .topBanner li:hover {
background: #cec6a9;
}

#wrapper .topBanner li h3{
padding:9px 14px 6px 14px;
margin-bottom:0;
font-size:85%
}

#wrapper .topBanner li a,
#wrapper .topBanner li a h3{
color: #fff;
display: block;
height: 100%;
overflow: hidden;
}

#wrapper .topBanner li p{
padding:0 30px 5px 10px;
font-size: 0.8em;
line-height: 1.5em;
margin-bottom: 0;
height: 100%;
}

.topBanner div{
float:left;
padding-right: 14px;
}

.footInfo{
font-size:0.9em;
}

#wrapper .footInfo h3{
font-size:15px;
}


/************ footer *************/
.footmenu ul li{
width:100%;
background:url(https://loveba.jp/imgs/sp_foot_link_back.png) repeat-x;
background-size:contain;
max-height:32px;
margin-bottom:1px;
padding:5px;
box-sizing:border-box;
}

.footmenu li:before{
content:'>';
color:#fff;
float:left;
margin-right:5px;
}

.footmenu li a{
color:#fff;
text-decoration:none;
display:block;
width:100%;
height:100%;
}

footer{
width:100%;
border-top:1px solid #ffe6cc;
padding:25px 10px;
background:#fff url(https://loveba.jp/imgs/pc_bottom_grd.png) repeat-x;
box-sizing:border-box;
font-size:0.7em;
}

footer a{
color:#987a03;
text-decoration:none;
}

footer div div{
width:50%;
float:left;
}


footer li{
background:url(https://loveba.jp/imgs/sp_arrow_o.png) no-repeat 0 0.3em;;
margin:3px 0;
margin-left:0;
padding-left:10px;
font-weight:normal;
}

footer .sp{
clear:both;
text-align:right;
font-size:0.7em;
}

footer .sp img{
width:40%;
}

footer .sp h1{
color:#f60;
}

.backtotop{
width:100%;
background:#bda02c;
padding:10px 0;
text-align:center;
}

.backtotop a{
display:block;
width:100%;
height:100%;
}

.backtotop img{
width:35px;
height:15px;
}

.lineButton{
position:fixed;
z-index:9999;
bottom:0;
left:50%;
margin-left:-142px;
}
/************ mediaQuery *************/
.pc{
display:none !important;
}
.pci{
display:none !important;
}
.sp{
display:block !important;
}
.spi{
display:inline !important;
}

.sp_menu{
display:none;
}

/* スマホ・タブレット */
@media (max-width:1080px) { 

/* サイドバー side bar */
#primary-sidebar {
	margin:0 auto!important;
   width: 100%!important;
}

}


/* PCのみ */
@media (min-width:1081px) { 

/************ common *************/
.spi{
display:none !important;
}
.pc{
display:block !important;
}
.pci{
display:inline !important;
}
.hide{
display:block;
}

body{
font-size:0.9em;
position:relative;
}

.w100{
width:auto !important;
height:auto !important;
}

.onlySp_mb10{margin-bottom:0 !important;}

.applyBox div{
text-align:left;
boxsizing:border-box;
padding:10px 25px;
}

/* TOPタイルメニュー */
.top-grid img{
	width:170px!important;
	height:170px!important;
}


/************ header *************/

header{
width:100%;
background:url(https://loveba.jp/imgs/pc_head_grd.png) repeat-x 0 bottom;
}


header ul{
width:1024px;
height:95px;
margin:0 auto;
overflow:hidden;
display:table;
}

header ul li{
display:table-cell;
vertical-align:top;
}

header ul li:first-child{
width:570px;
}
header ul h1{
font-size:11px;
font-weight:normal;
color:#f60;
padding:3px;
}

header ul li div{
float:left;
}

/************ nav *************/
.nav{
width:100%;
height:66px;
background:url(https://loveba.jp/imgs/pc_gnav_back.png) repeat-x;
}

#top .nav{
margin-top:0;
}

.nav .nav_inner{
background:url(https://loveba.jp/imgs/pc_gnav.png) no-repeat;
margin:0 auto;
width:1025px;
}


.nav ul{
width:1025px;
margin:0 auto;
overflow:hidden;
}

.nav ul li{
background:url(https://loveba.jp/imgs/pc_nav.png) no-repeat;
text-indent:-9999px;
float:left;
height:66px;
width:146px;
}

.nav ul li a{
display:block;
width:100%;
height:100%;
text-decoration:none;
}

.nav ul li a:hover{
background:#dec89f;
opacity:0.1;
}



.nav ul li:nth-child(1){
width:111px;
background-position:0 0;
}

.nav ul li:last-child{
width:184px;
}

.nav ul li ul{
position:absolute;
width:183px;
background:#fbf7ef;
margin-top:5px;
display:none;
}

.nav ul li ul li{
display:block;
text-indent:0;
background:none;
width:183px;
border-bottom:1px solid #dec89f;
padding:10px;
text-align:center;
height:auto;
box-sizing:border-box;
color:#000;
}

.nav ul li ul li a:hover{
background:none;
opacity:1;
font-weight:bold;
}




/************ body *************/
#main_pic{
height:466px;
width:100%;
min-width:1034px;
}

#main{
width:1024px;
margin:0 auto;
}

#wrapper{
padding:0;
width:704px;
margin:0 auto;
font-size:0.98em;
line-height:1.8em;
overflow:hidden;
float:left;
}

#wrapper h1{
font-size:18px;
/*padding:14px 8px;*/
}

#wrapper h2.top_page {
font-size:16px;
/*padding:12px 8px;*/
}

#wrapper h2:not(.top_page){
padding:4px 3px;
font-size:17px;
}

ul.column3{
overflow:hidden;
width: 100%;
margin-bottom:30px;
}

ul.column3 li{
float:left;
max-width:320px;
margin-right:32px;
box-sizing:border-box;
text-align:left;
}

ul.column3 li:nth-child(3n){
margin-right:0;
}

ul.column3 li:nth-child(3n+1){
clear:both;
}


.card{
height:260px;
width:260px;
display: inline-block;
}

.card img{
width:260px !important;
}

.caution dl{
display:table;
table-layout: fixed;
border:1px solid #a89479;
background:#fdfcf8;
padding:20px;
width:100%;
box-sizing:border-box;
border-radius:10px;
}

.caution dl dt,
.caution dl dd{
display:table-cell;
vertical-align:top;
}

.caution dl dt{
width:25%;
text-align:center;
}

.caution dl dd{
vertical-align:middle;
}

.imgBlock,.imgBlockL{
overflow:hidden;
font-size:1em;
}

.imgBlock figure,.imgBlockL figure{
display:inline;
width:auto !important;
text-align:left;
font-size:0.8em;
}

.imgBlock figure img,
.imgBlockL figure img{
max-width:none !important;
}

.imgBlock figure.imgR,
.imgBlockL figure.imgR,
figure.imgR{
float:right;
margin-left:20px;
}

.imgBlock figure.imgL,
.imgBlockL figure.imgL,
figure.imgL{
float:left;
margin-right:20px;
}

.sp_mw50{
width:auto;
}

.sp_mw50 img{
width:auto;
}

.tbcolmn{
border-bottom:1px solid #e5d9a9;
}

dl.tb{
overflow:hidden;
background:#fff;
display:table;
width:100%;
box-sizing:border-box;

border-left:1px solid #e5d9a9;
border-right:1px solid #e5d9a9;
}

dl.tb dt,
dl.tb dd{
padding:5px;
box-sizing:border-box;
border-top:1px solid #e5d9a9;
display:table-cell;
font-size:0.95em;
}

dl.tb dt{
clear:both;
}

dl.tb.topparam.sr{
display:block;
}

dl.tb.topparam.sr dt{
display:block;
float:right;
}

dl.tb.topparam.sr dd{
float:left;
}

dl.tb.thead dt{
font-weight:bold;
}

dl.tb.param19 dt{
background:#fff;
}

dl.tb.param19 dt{width:10%;}
dl.tb.param19 dd{width:90%;}
dl.tb.param28 dt{width:20%;}
dl.tb.param28 dd{width:80%;}
dl.tb.param46 dt{width:40%;}
dl.tb.param46 dd{width:60%;}
dl.tb.param55 dt{width:50%;}
dl.tb.param55 dd{width:50%;}
dl.tb.param73 dt{width:70%;}
dl.tb.param73 dd{width:30%;}
dl.tb.topparam dt{width:50%;}
dl.tb.topparam dd{width:50%;}

dl.tb.topparam{
border:none !important;
}

dl.tb.topparam dt,
dl.tb.topparam dd{
padding:0;
border-top:none;
}


dl.tb.topparam dd{
text-align:right;
}

dl.tb.topparam dt img,
dl.tb.topparam dd img{
width:auto !important;
margin-bottom:40px;
}

dl.tb.topparam.sr dt{
text-align:right;
}

dl.tb.topparam.sr dd{
text-align:left;
}

dl.tb.topparam.sr dt img,
dl.tb.topparam.sr dd img{
margin-bottom:25px;
}

dl.eventList dt,
dl.eventList dd{
float:left !important;
box-sizing:border-box;
}

dl.eventList dt{
width:20%;
}

dl.eventList dd{
width:79%;
}
.img1col img{
width:auto !important;
}

.freeTable{
width:1023px;
border-collapse:collapse;
}

.freeTable td{
width:204px;
display:table-cell;
font-size:0.8em;
}

.freeTable td:nth-child(5n){
width:204px;
}

.twtime{
width: 495px !important;
}

ul.eventGuide{
width:100%;
max-width:100%;
}

ul.eventGuide li{
width:704px;
float:left;
}

ul.eventGuide li:nth-child(3n+4){
clear:both;
}

ul.eventGuide li:nth-child(3n){
margin-right:0;
}


.ancker.ha{
height:55px!important;
line-height:55px;
padding:0 30px;
}

.backtotop{
min-width:1024px;
}

.footInfo{
font-size:1em;
}

.footInfo h3{
font-size:19px;
}

table.eventTable th{
font-size:large;
}

#wrapper .topBanner li{
width:48%;
}

#wrapper .topBanner li h3{
font-size: 19px;
padding:5px 14px 6px 0;
}

#wrapper .topBanner li p{
font-size: 0.825em;
}

/************ Side *************/

article#sidenav{
width:319px;
right:0;
margin-right:-319px;
margin-left:auto;
}


/************ footer *************/

footer{

min-width:1024px;
background:#fff url(https://loveba.jp/imgs/pc_bottom_grd.png) repeat-x;
font-size:0.65em;
overflow:hidden;
}

footer section{
width:1025px;
margin:0 auto;
}

footer h1{
color:#f60;
font-weight:normal;
}


footer a{
text-decoration:none;
}

footer div{
display:inline-block;
}

footer div div{
width:auto;

}

footer ul{
width:170px;
height:auto;
float:left;
}

footer li{
background:url(https://loveba.jp/imgs/arrow_o.png) no-repeat 0 0.1em;
}

}


/* 共通 */

/* 投稿ナビゲーションを消す */
.pagination h2.screen-reader-text {
display: none;
}

/* ページナビ */
.navigation{
	margin:5px 0;
	text-align:center;
}


	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: none;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}


/* カテゴリ別記事リスト用 */
.catpost,
.catpost_sp{ 
position: relative;
	clear:left;
	padding:5px 0;
	border-bottom:1px solid #CCC;
	}

.catpost p a,
.catpost_sp p a{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
	margin:0!important;
	padding:0!important;
}

.catpost p,
.catpost_sp p{
	display: inline;
	}

.catpost br,
.catpost_sp br{
	display:none;
	}

.catpost:hover,
.catpost_sp:hover{
	background-color:#fde4dd;
}

.catpost img,
.catpost_sp img{
	display: inline-block;
	float:left;
	margin:5px 5px 0 0;
	padding:0;
	border:none;
	border-radius: 5px;
}

.catpost img {
	width: 200px;
	height: 100px;
}

.catpost_sp img {
	width: 100px;
	height: 75px;
}


/* 注目トピックス */
.notabletop,
.notabletop_sp{ 
position: relative;
	clear:left;
	padding:5px 0;
	border-bottom:1px solid #CCC;
	}

.notabletop p a,
.notabletop_sp p a{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
	margin:0!important;
	padding:0!important;
}

.notabletop p,
.notabletop_sp p{
	display: inline;
	}

.notabletop br,
.notabletop_sp br{
	display:none;
	}

.notabletop:hover,
.notabletop_sp:hover{
	background-color:#fde4dd;
}

.notabletop img,
.notabletop_sp img{
	display: inline-block;
	float:left;
	margin:5px 5px 0 0;
	padding:0;
	border:none;
	border-radius: 5px;
}

.notabletop img {
	width: 40px;
	height: 40px;
}

.notabletop_sp img {
	width: 40px;
	height: 40px;
}


/*　div回り込み解除　*/
.clear { clear:both; }  
.clear hr { display:none; }  

/* カテゴリ名表示用 */
.catname {
background-color:#ffeecc;
}
.beginner{
background:#b4ddb3;
}
.onlyOne{
background:#b8dafd;
}
.onlyWoman{
background:#f3add1;
}
.onlyFree{
background:#ff9249;
}
.onlyTolk{
background:#e5adfb;
}
.onlyFreeConsul{
background:#ff9249;
}
.onlyCamp{
background:#fe9077;
}

.catname,.beginner,.onlyOne,.onlyWoman,.onlyFree,.onlyTolk,.onlyFreeConsul,.onlyCamp
 {
	display: inline-block;
	margin: 0 10px 0 10px;
	font-size: 90%;
	color:#000000;
	line-height: 150%;
	border-radius: 2px;
	text-decoration: none;
}

/* カテゴリ名表示用　記事冒頭 */
.catname_article {
	display: inline-block;
	margin: 3px 6px 2px 0;
	font-size: 70%;
	background-color:#CCFFCC;
	line-height: 150%;
	border-radius: 2px;
}

.catname_article a {
	color:#666;
	text-decoration:none;
}

/* イベント開始日表示　トップページ */
.eventdate_top {
	display: inline-block;
	margin: 3px 6px 2px 0;
	font-size: 100%;
	background-color:#CCFFCC;
	line-height: 140%;
	border-radius: 2px;
}

/* イベント開始日表示　記事冒頭 */
.eventdate_article {
	display: inline-block;
	margin: 3px 6px 2px 0;
	font-size: 100%;
	font-weight:bold;
	line-height: 150%;
}

/* 著者情報 */
.author_info img {
float: left;
width:100px;
height:100px;
margin:5px 5px 0 0;
}

.author_info {
margin:5px 0 10px 0;
padding:2px;
font-size:14px;
border-style: solid ;
border-width: 1px;
border-color:#ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
line-height: 1.5em;
min-height:110px;
}

/* 記事下リンク枠 */
.column_under {
margin:10px 0;
padding:5px 2px 5px 5px;
font-size:14px;
border-style: solid ;
border-width: 1px;
border-color:#ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
line-height: normal;
}

/* 検索窓カスタム */
#s{/* これは検索文字列入力欄 */
  width:210px!important;
  height:25px!important;
font-size: 16px;
}
#searchsubmit{/* これは[検索]ボタン */
  width:50px;
  height:33px!important;
  padding:auto;
}

/*　SNSボタン画像表示　*/

.share ul{
	height:auto;
	max-width:400px;
}
.share li{
	font-size:12px;
	float:left;
	width:33%;
	height:auto;
	text-align: center; 
	list-style:none;
}
.share li.share-twitter{ 
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
.share li.share-twitter:hover{
	background:#83c3f3;
}
.share li.share-line{
	background:#09B701;
	box-shadow:0 2px #077F00;
}
.share li.share-line:hover{
	background:#33D12B;
}
.share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
.share li.share-facebook:hover{
	background:#4c70ba;
}

.share {
	padding:0 0 15px 0;
}
.share a{
	display:table-cell;
	height:40px;
	width:200px;
	vertical-align:middle;
	text-align:center;
	color:#ffffff!important;
	text-decoration:none;
}
.share a:hover{
	text-decoration:none;
	color:#ffffff!important;
}

a.twitter-tweet{
width:100%;
padding:20px 0;
border-radius:3px;
color:#ffffff!important;
text-align:center;
background-color:#55acee;
box-shadow:0 2px #2795e9;
height:30px;
display:block;
text-decoration:none;
font-size:20px;
margin-bottom:3px;
}
 
a.twitter-tweet:hover{
background:#83c3f3;
color:#ffffff!important;
}

input[type="submit"],
input[type="button"]{
    margin-top:16px;
    position: relative;
    display: inline-block;
padding: 3px 6px;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;
}

input[type=submit]:active{
box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* contactform7 */

.wpcf7-submit,
.wpcf7-back,
.wpcf7-confirm{
   font-size: 75%;
    padding-right: 50px;
    padding: 0.2em 0.2em;
    background: #ffe5ff;
    color: #000;
    border-radius: 4px;
    width: 125px;
    height:40px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(181, 235, 178, 1);
    border: 1px solid #ccc; 
}

.wpcf7-submit{
	margin:0 0 0 10px;
}

.wpcf7-form input:not(.wpcf7-acceptance):not(.wpcf7-submit):not(.wpcf7-back):not(.wpcf7-confirm) {
font-size: 16px;
}

.wpcf7-form textarea{
font-size: 16px;
}

.wpcf7-validates-as-required{
font-size: 16px;
}

.wpcf7 .wpcf7-response-output {
    margin: 5px 0 0;
    padding: 8px 10px 8px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    .wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
    }
    .wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
    }

.wpcf7-not-valid-tip{
color:red;
margin-left:10px;
}

#wpcf7-f10484-p10481-o1{
	padding:0 5px;
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name^="email-"],
.wpcf7 input[name^="tel-"],
.wpcf7 input[name^="your-email"],
.wpcf7 input[name^="text-"],
.wpcf7 input[name="friend_id"],
.wpcf7 input[name="your_id"],
.wpcf7 input[name="menu-"],
.cw7textarea{
    border: 2px solid #a0a0a0;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    height: 44px;
    padding: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}

.wpcf7 textarea[name="your-message"],
.wpcf7 textarea[name="your-question"]{
    height: auto;
}

.wpcf7-select,
.wpcf7-number{
    border: 2px solid #a0a0a0;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}

.wpcf7-select{
width:100px;
}

.wpcf7-number{
width:100px;
}

.screen-reader-response,
.wpcf7-display-none{
display:none
}

.wpcf7c-conf{
border:none!important;
background-color: rgb(250, 255, 189)!important;
}

.under_menu a {
font-size:14px;
}

.under_menu {
display: inline-block;
margin-left:10px;
}

.under_menu div{
margin-right:10px;
}

/* はじめての方へ装飾 */
.par{border: 1px solid #c0afe5;padding: 6px;}
.par p{background:#c0afe5;text-align:center;padding:0.7em;line-height: 1.65em;color:#fff;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;font-size:1em;text-align:left;font-weight: bold;margin-bottom:0 !important;}
@media (min-width:568px) { 
.par p{font-size:1.6em;font-weight: normal;}
}


/* TOPタイルメニュー */
.top-grid ul{
	list-style-type: none;
	text-align: center;
}

.top-grid li {
	margin:5px 0 5px 0;
	display: inline-block;
	list-style: none;
}

.top-grid img{
	width:140px;
	height:140px;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* サイドバー side bar */

#primary-sidebar {
   margin: 0px 0px 0px 20px;
   width: 310px;
   float: left;
}

#side li,
#primary-sidebar li,
.widget li,
.widget_text li {
    list-style: none;
}

.widget {
   margin-top: 10px;
   padding: 5px 5px;

}

.widgettitle {
	font-size: 14px;
	padding:.4em .6em;
	margin: 6px 0 6px 0;
	text-align:center;
	border-bottom: 5px double #c4b560;
}

.textwidget img {
max-width:100%;
height:auto;
}

/* ページ下部バナー */
#wrapper ul.pageBanner {
	overflow: hidden;
	border-top: 1px dotted #c4b463;
	padding-top: 30px;
}

#wrapper ul.pageBanner li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 15px;
	padding-right: 50px;
}

#wrapper ul.pageBanner li:nth-child(2n+1) {
	clear: both;
}

#wrapper ul.pageBanner li img{
	border: 1px solid #c4b463;
	margin-left: 8px;
	margin-bottom: 0;
}

#wrapper ul.pageBanner li a {
	display: block;
	text-decoration: none;
}

#wrapper ul.pageBanner li h3,
#wrapper ul.pageBanner li .head {
	text-decoration: underline;
	margin-bottom: 8px;
}

#wrapper ul.pageBanner li h3:before,
#wrapper ul.pageBanner li .head:before {
	content: url(https://loveba.jp/wp-content/uploads/2016/10/pageBanner_arrow.png);
	margin-right: 3px;
}

#wrapper ul.pageBanner li a h3,
#wrapper ul.pageBanner li a .head {
	color: #333346;
	font-size: 16px;
	font-weight: normal;
}

@media (min-width:568px) { 
	#wrapper ul.pageBanner li {
		width: 50%;
		margin-bottom: 30px;
	}
}

/* PCサイドフロートメニュー */
.pc_side_menu,
.pc_side_menu_2,
.pc_side_menu_3{ 
	position:fixed;
	right:0px;
	font-size:16px;
}

.pc_side_menu{
	bottom:300px;
}

.pc_side_menu_2{
	bottom:200px;
}

.pc_side_menu_3{
	bottom:100px;
}

.pc_side_menu a,
.pc_side_menu_2 a,
.pc_side_menu_3 a{
	color:#fff;
	opacity: 0.8;
	padding:10px 6px 12px 6px;
	text-decoration:none;
	display:block;
	cursor:pointer;
	text-align:center;
	background:#FF9100;
	line-height:70px;
	widht:70px!important;
	height:70px!important;
    border-radius: 5px 0 0 5px; 
    -webkit-border-radius: 5px 0 0 5px; 
    -moz-border-radius: 5px 0 0 5px; 
}

.pc_side_menu a:hover,
.pc_side_menu_2 a:hover,
.pc_side_menu_3 a:hover{
	background:#f7b226;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

/* トップに戻るボタン */
#page-top{
    position:fixed;
    right:60px;
    bottom:10px;
    display: none;
	font-size:23px;
	width:55px;
}

#page-top_sp{
    position:fixed;
    right:0;
	bottom:65px;
    display: none;
	font-size:23px;
	width:55px;
}

#under-left{
    position:fixed;
    left:0;
    bottom:60px;
    display: none;
	font-size:23px;
	width:45px;
}

#page-top a,
#page-top_sp a,
#under-left{
    color:#fff;
	opacity: 0.6;
    padding:14px 5px 12px 5px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    line-height:100%;
	height:30px!important;
}

#page-top_sp a{
    background:#FF9100;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
}

#under-left{
    background:#FF9100;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
     -moz-border-radius: 0 5px 5px 0;
}

#page-top a{
    background:#FDA500;
    border-radius: 50%;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%; 
}

#page-top a:hover,
#page-top_sp a:hover,
#under-left a:hover{
    background:#f7b226;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}


/* フロートメニュー */
#froat-menu{
    position:fixed;
    left:0;
    bottom:0;
    display: none;
	width:25%;
	z-index:10
}

#froat-menu_2{
    position:fixed;
    left:25%;
    bottom:0;
    display: none;
	width:25%;
	z-index:10
}

#froat-menu_3{
    position:fixed;
    left:50%;
    bottom:0;
    display: none;
	width:25%;
	z-index:10
}

#froat-menu_4{
    position:fixed;
    left:75%;
    bottom:0;
    display: none;
	width:25%;
	z-index:10
}

#froat-menu a,
#froat-menu_2 a,
#froat-menu_3 a,
#froat-menu_4 a{
    color:#fff;
	opacity: 1;
    padding:10px 6px 12px 6px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    background:#FF9100;
    line-height:100%;
	height:30px!important;
}

#froat-menu a:hover,
#froat-menu_2 a:hover,
#froat-menu_3 a:hover,
#froat-menu_3 a:hover{
    background:#f7b226;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}

.pctop {
margin:5px 0 0 0;
}

/* お見合いアンケート冒頭装飾 */
.epi{
background:url(/img/woman.gif) no-repeat left center;
background-size:30px 30px;
border-bottom:1px solid #f90;
padding:20px 0 10px 35px;
font-weight:normal;
font-size:120%;
min-height:15px;
margin:25px 0;
}

.epi2{
background:url(/img/man.gif) no-repeat left center;
background-size:30px 30px;
border-bottom:1px solid #f90;
padding:20px 0 10px 35px;
font-weight:normal;
font-size:120%;
min-height:15px;
margin:25px 0;
}

/* 縦メニュー用小 */
.a_menu_s {
	margin:4px 4px 0 0;
}
.a_menu_s ul{
	display:table;
	table-layout: fixed;
	width:100%;
	margin:0 0 4px 0!important;
	padding:0;
	border: 2px #b96d0e solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.a_menu_s ul:hover{
	background: #fbd59d;
}
.a_menu_s li{
	display:table-cell;
	text-align:center;
}
.a_menu_s li a{
	padding:6px 3px;
	display:block;
	color:#666!important;
	text-decoration:none;
}

.menu_h2{
	border-bottom: 1px solid #edb790; /*3px double #e38d4f!important;*/
	padding:0 !important;
	padding-bottom: 2px !important;
	margin: 6px 0 3px 0!important;
	font-size:19px;
	font-weight: bold;
	box-sizing: border-box;
}

.menu_h2 div{
	width: 100%;
	padding:.4em .6em .4em 0 !important;
	border-bottom: 1px solid #edb790;
	box-sizing: border-box;
}

/* トップナビメニュー用 */
.top_navi a{
	display:block;
	font-weight:bold;
	text-decoration:none;
}
.top_navi ul{
	display:table;
	table-layout: fixed;
	width:100%;
        background:#d9fce7;
}
.top_navi li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
        border-right:solid 4px #fff;
        padding:5px;
}
.top_navi li:last-child {
	border: 0;
}


/* 記事分割ページナビ */

.pave_navi{
margin:10px 0px;
font-size:14px;
text-align:center;
}

.pre_next {
	margin: 8px 5px 0 0;
	display: inline-block;
	width: 45%;
	max-width: 200px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	outline: none;
	border: 1px solid #811f08;
	background-color: #dc9434;
	background-image: -webkit-linear-gradient(top, #dc9434, #c36426);
	background-image: linear-gradient(to bottom, #dc9434, #c36426);
	border-radius: 4px;
	color: #fff !important;
	font-weight: bold;
	line-height: 33px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}


.page-numbers a{
	margin: 8px 5px 0 0;
	display: inline-block;
	width: 30px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	outline: none;
	border: 1px solid #811f08;
	background-color: #dc9434;
	background-image: -webkit-linear-gradient(top, #dc9434, #c36426);
	background-image: linear-gradient(to bottom, #dc9434, #c36426);
	border-radius: 4px;
	color: #fff !important;
	font-weight: bold;
	line-height: 33px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}


.nextpostslink,
.last,
.first,
.previouspostslink,
.smaller,
.larger
 {
	margin: 5px 3px 0 3px;
	padding: 0 15px ;
	display: inline-block;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	outline: none;
	/*border: 1px solid #811f08;*/
	background-color: #c5b560; /*#dc9434;*/
	/*background-image: -webkit-linear-gradient(top, #dc9434, #c36426);
	background-image: linear-gradient(to bottom, #dc9434, #c36426);*/
	border-radius: 4px;
	color: #fff !important;
	font-weight: bold;
	line-height: 33px;
	-webkit-transition: none;
	transition: none;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}

.current{
	margin: 5px 3px 0 3px;
	padding: 0 15px ;
	display: inline-block;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	outline: none;
	border: none; /*1px solid #811f08;*/
	background-color: #ff9101; /*#e76fa6;*/
	/*background-image: -webkit-linear-gradient(top, #e76fa6, #f65192);
	background-image: linear-gradient(to bottom, #e76fa6, #f65192);*/
	border-radius: 4px;
	color: #fff !important;
	font-weight: bold;
	line-height: 33px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.pre_next:hover,
.page-numbers a:hover,
.nextpostslink:hover,
.last:hover,
.first:hover,
.previouspostslink:hover,
.smaller:hover,
.larger:hover  {
	border:none; /*1px solid #811f08;*/
	background-color: #c5b560; /*#af3b12;*/
	/*background-image: -webkit-linear-gradient(top, #af3b12, #884111);
	background-image: linear-gradient(to bottom, #af3b12, #884111);*/
}
.pre_next:active,
.page-numbers a:active,
.nextpostslink:active,
.last:active,
.first:active,
.previouspostslink:active,
.smaller:active,
.larger:active  {
	background: #884111;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #16A15E;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

/* メニューリスト装飾 */
.menu_list{
	margin:15px 0 15px 0;
	padding: 0px 0px 15px 25px;
	background: url(https://loveba.jp/wp-content/uploads/2017/03/point-1.png) no-repeat;
	background-size: 20px 20px;
	border-bottom: 1px dotted #c4b560;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:bold;
	font-size:110%;
}
.menu_list a{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
}

.menu_list a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #FF7A0D;
}
.menu_list a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}

/* ご成婚者様の声用リスト */

.koe_list {
    background-color: #ffe;
    border: 1px solid #999;
    list-style: none;
    position: relative;
    margin-top: 4em;
    padding: 2em 1em 1em;
}
.koe_list:before {
    content: "";
    background-color: rgba(255, 228, 181, .6);
    position: absolute;
    top: -1.5em;
    left: 40%;
    width: 100px;
    height: 40px;
    transform: rotate( -10deg );
}

/* ボタン2 */
.btn_2{
	display: block;
	position:relative;
	text-decoration: none;
	word-wrap: break-word;
    color: #FFFFFF;
	text-shadow: 1px 1px 3px #000;  
	padding:10px;
    width: auto;
    height: auto;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#fed6e3 0%, #FE2EC8 100%);
    background-image: linear-gradient(#fed6e3 0%, #FE2EC8 100%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn_2:active{/*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#fed6e3 0%, #F781F3 100%);
    background-image: linear-gradient(#fed6e3 0%, #F781F3 100%);/*グラデーションを明るく*/
}

.btn_2:after {
	content: "\f0a9";
	font-family: "FontAwesome";
	color: #fff;
	margin-left: 0.5em;
}

/* 横2枚 記事リスト */
.recent_posts{width:100%;height:auto;}
.recent_posts div{font-size:12px; margin:1%; padding:1% 3%; width:42%;height:150px;background:none;float:left; line-height:1.2 !important;position: relative;font-weight:bold;}
.recent_posts div:hover{background:#fde4dd!important;}
.recent_posts div:active{background:#f8b7a5!important;}

@media screen and (max-width: 420px){
.recent_posts div{font-size:12px !important; margin:1%; padding:1% !important; width:46% !important;height:130px !important;float:left;}
.recent_posts p{font-size:12px !important;}
}

.recent_posts p{line-height:1.2 !important;font-size:12px!important;}

.recent_posts img{display:block;position: relative;margin:0 auto 5px auto;max-height:100px;}
@media screen and (max-width: 320px){
.recent_posts img{display:block;position: relative;margin:0 auto 5px auto;object-fit:cover;width:100%;height:45%;}
}
@media screen and (min-width: 321px) and (max-width: 370px){
.recent_posts img{display:block;position: relative;margin:0 auto 5px auto;object-fit:cover;width:100%;height:50%;}
}
@media screen and (min-width: 371px) and (max-width: 420px){
.recent_posts img{display:block;position: relative;margin:0 auto 5px auto;object-fit:cover;width:100%;height:55%;}
}

.recent_posts span {position: absolute; right: 5px; bottom: 5px; color:#000; font-size:80%; font-weight:normal !important;}


/* 吹き出し */
.balloon-box {
	overflow: hidden;
	margin: 0 0 0.8rem;
}
.balloon-box:last-of-type {
	margin: 0 0 1.7rem;
}
.balloon-icon {
	width: 90px;
	text-align: center;
	line-height: 1rem;
}
.balloon-icon img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.balloon-icon span {
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
}
.balloon-left .balloon-icon {
	position: relative;
	float: left;
	margin:0 -90px 0 0;
}
.balloon-left .balloon-serif {
	position: relative;
	float: left;
	margin: 5px 20px 10px 110px;
	padding: 10px 0 0;
}
.balloon-left .balloon-serif:before, .balloon-left .balloon-serif::before {
	position: absolute;
	content: "";
	top: 20px; left: -10px;
	width: 0; height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: transparent #F6CEE3 transparent transparent;
	z-index: 1;
}
.balloon-left .balloon-serif .balloon-content {
	position: relative;
	padding: 0.5rem 1rem 1rem 1rem;
	line-height: 1.5rem;
	background: #ffeaff;
	border-radius: 6px;
	font-size:16px;
	z-index: 2;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
}
.balloon-right .balloon-icon {
	position: relative;
	float: right;
	margin: 0 0 0 -90px;
}
.balloon-right .balloon-serif {
	position: relative;
	float: right;
	margin: 5px 110px 10px 20px;
	padding: 10px 0 0;
}
.balloon-right .balloon-serif:before, .balloon-right .balloon-serif::before {
	position: absolute;
	content: "";
	top: 20px; right: -10px;
	width: 0; height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #F2F5A9;
	z-index: 1;
}
.balloon-right .balloon-serif .balloon-content {
	position: relative;
	padding: 0.5rem 1rem 1rem 1rem;
	line-height: 1.5rem;
	background: #F2F5A9;
	border-radius:6px;
	font-size:16px;
	z-index:2;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
}

.green_balloon-left .balloon-icon {
	position: relative;
	float: left;
	margin:0 -90px 0 0;
}
.green_balloon-left .green_balloon-serif {
	position: relative;
	float: left;
	margin: 5px 20px 10px 110px;
	padding: 10px 0 0;
}
.green_balloon-right .balloon-icon {
	position: relative;
	float: right;
	margin: 0 0 0 -90px;
}
.green_balloon-right .green_balloon-serif {
	position: relative;
	float: right;
	margin: 5px 110px 10px 20px;
	padding: 10px 0 0;
}
.green_balloon-left .green_balloon-serif:before, .green_balloon-left .green_balloon-serif::before {
	position: absolute;
	content: "";
	top: 20px; left: -10px;
	width: 0; height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: transparent #CEF6E3 transparent transparent;
	z-index: 1;
}
.green_balloon-left .green_balloon-serif .green_balloon-content {
	position: relative;
	padding: 0.5rem 1rem 1rem 1rem;
	line-height: 1.5rem;
	background: #CEF6E3;
	border-radius: 6px;	
	font-size:16px;
	z-index: 1;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
}
.green_balloon-right .green_balloon-serif:before, .green_balloon-right .green_balloon-serif::before {
	position: absolute;
	content: "";
	top: 20px; right: -10px;
	width: 0; height: 0;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #CEF6E3;
	z-index: 1;
}
.green_balloon-right .green_balloon-serif .green_balloon-content {
	position: relative;
	padding: 0.5rem 1rem 1rem 1rem;
	line-height: 1.5rem;
	background: #CEF6E3;
	border-radius:6px;
	z-index:1;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
}
.under_rand_box{text-align:center;margin:12px 0 20px 0;}
.margin-top-15{margin-top:15px;}