/*
 Theme Name:   SEOPress Child
 Template:     seopress
*/

body, body h1, body h3, .footer, .widget_sidebar_main ul li, .widget_sidebar_main ol li{
    font-family: Meiryo, メイリオ, "Lucida Grande", Verdana !important;
}
.container-fluid.headermain {
    border-top: 2px solid #e9518e;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.container-fluid.headermain.pdt15.pdb15.clearfix img {
    max-width: 180px;
}
.col-md-3.col-sm-4.col-xs-3.listing {
    max-height: 415px;
    overflow: hidden;
}

.topbar_ctmzr {
    font-size: .8em;
}

@media (min-width: 768px) {
.topbar_ctmzr p {
    margin-bottom: 0;
    color: #8e8589;
}
nav#navbar {
    padding-top: 5px;
    margin-left: -60px;
    background: rgba(0,0,255,0);
}
body #navbar ul li a {
    color: #e9518e;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
}
}


.left-content h4 {
    margin-top: 30px;
}

#maincontainer .new-content p {
    /*background: #f594dc82;*/
    /*border: 1px solid #f7aaba;*/
    padding: 5px;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
    font-size: 18px;
}

@media (max-width: 768px) {
body #navbar, #navbar ul.dropdown-menu {
    background-color: #f594dc;
    margin: 0px -30px;
}

a.navbtn {
    margin-top: 8px;
}

img.custom-logo.img-responsive {
    margin: 0 auto 10px;
    max-width: 200px;
}
.topbar_ctmzr {
    margin: 0 -15px;
}
div#text-4 {
    width: 100%;
}

.listing .panel-body {
    margin: 0 -15px;
    padding-top: 0;
    font-size: 0.8em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.col-md-3.col-sm-4.col-xs-3.listing {
    padding: 0 4px;
}

.new-content {
    margin: 20px 0 41px;
}
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 120px;
    overflow: hidden;
    position: absolute;
}

.loopSlider {
    margin: 0 auto;
/*    width: 500px;*/
    height: 120px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.loopSlider ul {
    height: 120px;
    float: left;
    overflow: hidden;
}

.loopSlider ul li {
    width: 80px;
    height: 120px;
    float: left;
    display: inline;
    overflow: hidden;
}

.loopSlider ul li img{
    height: 100px;
}

.loopSlider span{

}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}


.btn.btn-primary.btn-sm.titlebtn {
    float: right;
    position: relative;
}
.kouun-pink{
 color:#ff00d0;
}

.btn-kouun{
 color: #fff;
 background-color: #ff00d0;
 border-color: #ff00d0;
}

.table{
  width:100%;
  border: 2px solid #d6ceb4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.table th{
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}

.table td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

@media (max-width: 400px){
body.home .entry-content {
    margin: 0 -15px;
}
.content-second,
.metaslider {
    margin: 0 -15px;
}

.table th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.table td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}

div#text-4 div#inquiry {
    padding: 10px 0;
}

div#inquiry span.t-title {
    padding: 8px 12px;
    margin: 0;
    background: #f594dc;
    border: none;
    font-size: 18px;
    text-align: center;
    color: white;
    width: 100%;
    display: block;
}

.t-tel {
    padding: 12px 0;
    font-size: 1.2em;
}

}/* end */


.bgtoph {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: inherit;
    color: #000;
    background-color: #FFF;
    border-top: 2px solid #e9518e;
}

div#maincontainer h1.the-title.entry-title {
position: relative;/*相対位置*/
padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #ff6a6a;/*文字色*/
border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
background: #fffff4;
}

div#maincontainer h1.the-title.entry-title:before{
font-family: FontAwesome;/*忘れずに*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0.25em;/*アイコンの位置*/
top: 0.5em;/*アイコンの位置*/
color: #ff6a6a; /*アイコン色*/
}

h2 {
position: relative;/*相対位置*/
line-height: 1.4;/*行高*/
display: inline-block;
}

h2:before,h2:after{
position: relative;
font-family: FontAwesome;
display: inline-block;
font-size: 1.0em;
color: #ff6a6a;
}
h2:before{
  content:"\f053";/*アイコン種類*/
  padding-right: 0.5em
}
h2:after{
content:"\f054";/*アイコン種類*/
padding-left: 0.5em
}


/*h1.the-title.entry-title{
background:#f4b3c2;
color:#a25768;
border: 2px dashed #e8ecef;
border-radius:5px;box-shadow: 0 0 3px 3px #f4b3c2;
padding:10px;
}*/

/*h2, h3.message-title, h4{
background:#f7ccd6;
color:#a25768;
border: 2px dashed #e8ecef;
border-radius:5px;box-shadow: 0 0 3px 3px #f4b3c2;
padding:10px;
}*/
h2 span {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  font-weight:bold;
  font-size:24px;
}
h3.message-title span{
  font-weight:bold;
  font-size: 20px;
}

h4 span{
  font-weight:bold;
  font-size: 16px;
}


div#inquiry {
    padding: 5px 16px 5px;
    font-size: 1em;
    background: #fffbf4;
    border: solid 2px #f594dc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
    font-weight: bold;
    color: #ff00d0;
}
div#inquiry span {
    display: block;
}
div#inquiry a{
  color: #ff00d0;

}

.catch {
    padding: 20px;
    background: #fff;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

table.table.table-bordered.table-responsive.text-center th {
    text-align: center;
}

span.reserve.btn {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    display: block;
    border-radius: 0 0 4px 4px;
    margin-bottom: 5px;
}
.panel-body span.senjutu {
    display: block;
    color: #8a038a;
}

.panel-title {
    font-size: 14px !important;
}

.col-md-8.detailbox {
    min-height: 175px;
    margin-top: 15px;
}

dl#detail{
    width:100%;
    overflow:hidden;
    border:1px solid #ccc;
    border-top:none;
    background:#ddd;
}
#detail dt{
    width:40%;
    float:left;
    padding:10px;
    border-top:1px solid #ccc;
}
#detail dd{
    margin-left:40%;
    padding:10px;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:#fff;
}
#detail dd:after{
    clear:both;
}

@media screen and (max-width: 631px) {
	.col-md-8.detailbox{
		min-height: 100%;
	}
    #detail dt,
    #detail dd
     {
        width: 100%;
    }
    #detail dt{
    	float: none;
    }
    #detail dd{
    	margin-left: 0;
    	border-left: none;
    }
}

img.aligncenter.wp-post-image.img-responsive {
    display: inline-block;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .col-md-3 .panel.panel-danger {
      min-height: 395px;
  }
}

.panel-body img {
    margin: 0 auto;
    border-radius: 4px 4px 0 0;
}

.alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

h3.right-widget-title{
    position: relative;
    padding: 0.25em 0;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
}

h3.right-widget-title:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, #E293CE, transparent);
    background: -webkit-linear-gradient(to right, #E293CE, transparent);
    background: linear-gradient(to right, #E293CE, transparent);
}


.btn-gray {
    background: -moz-linear-gradient(top,#FFF 0%,#EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color:#111;
    padding: 10px 15px;
}

span.comment-title {
    font-size: 1.4em;
}


.new {
 -webkit-animation: switchtext 0.8s infinite alternate;
 -moz-animation: switchtext 0.8s infinite alternate;
 animation: switchtext 0.8s infinite alternate;
}
@-webkit-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}
@-moz-keyframes switchtext {
 from { opacity: 1.0;background: #f594dc82; }
 to { opacity: 0; }
}
@keyframes switchtext {
 from { opacity: 1.0;background: #f594dc82; }
 to { opacity: 0; }
}

span.comment-title span {
    font-size: .8em;
    color: #ff00f5;
}

.flash{
    animation: flash 1.5s infinite linear;
    -webkit-animation: flash 1.5s infinite linear;
    -moz-animation: flash 1.5s infinite linear;
    animation-iteration-count: 3;
}
@keyframes flash {
    0% { opacity: 0.2;background: #f594dc; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
@-webkit-keyframes flash {
    0% { opacity: 0.2;background: #f594dc; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
@-moz-keyframes flash {
    0% { opacity: 0.2;background: #f594dc; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}


h3.small-title, h3.min-title {
/*        position: relative;
        padding: 0 .4em .1em;*/
        position: relative;
        padding: 0.25em 0;
}
h3.small-title::after, span.comment-title::after {
/*        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: '';
        width: 100%;
        height: 10px;*/
        /*background-color: #b6f0fc;*/
        content: "";
        display: block;
        height: 4px;
        background: -moz-linear-gradient(to right, #E293CE, #ffb2b2);
        background: -webkit-linear-gradient(to right, #E293CE, #ffb2b2);
        background: linear-gradient(to right, #E293CE, #ffb2b2);
}

h3.min-title::after {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: '';
        width: 100%;
        height: 10px;
        background-color: #efcae8;
}

div.resevation-form .row:nth-child(odd){
    background: #f0f0f0;
}
.resevation-form div div input {
    margin-top: 2px;
}

.resevation-form div div {
    padding: 10px;
}

.button_div {
    margin-bottom: 30px;
}

div#kanri a.btn.btn-primary.btn-lg {
    margin-bottom: 20px;
}
.footer input.wpcf7-form-control.wpcf7-submit {
    color: #333;
}
.footer .col-md-12.cprtlft_ctmzr {
    text-align: center;
}

.footer .widgets_footer_title,
.footerwdgthr {
    color: rgb(233,81,142);
}

.container-fluid.footer.pdt10.pdb5.clearfix {
    border-bottom: solid 10px #e9518e;
}


.resevation-form {
    padding: 0 15px;
}

.right-content .textwidget .testimonial {
    width: 100%;
}


div#maincontainer .content-third {
    padding: 10px 0;
}

.banners img{
    max-width: 100%;
}


/* LINE対面 */
i.fa-brands.fa-line {
    color: #4cc764;
    margin-right: 5px;
    font-size: 1.5em;
}

.page-id-18258 .col-xs-4{
    padding-right: 5px;
    padding-left: 5px;
}

span.reserve.linebtn.btn {
    background: #4cc764;
    color: #fff;
    font-size: 12px;
    /* width: 90%; */
}

.page-id-18258 .panel-heading{
    background: #eebee1;
    padding: 10px 10px 0;
    text-align: center;
}

.page-id-18258 .panel-body{
    border: none;
}

.page-id-18258 .panel-body img{
    border-radius: 0;
}

/*レビュー入力*/
@media only screen and (max-width: 767px){
div#maincontainer .rr_review_form .form_table .rr_form_row .rr_form_input textarea {
     width: 100%;
}
div#maincontainer .rr_review_form .form_table .rr_form_row .rr_form_input input[type="text"] {
    width: 100%;
}
}

.rr_review_form .form_table .rr_form_row .rr_required:after {
    color: #f00;
    font-weight: bold;
}

/*売上報告フォーム*/
.nav-tabs > li > a {
    background: #999;
    color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    border-bottom-color: transparent;
    background: #006799;
}
.nav-tabs > li > a:hover{
    background: #999;
    opacity: .8;
}