/*
Theme Name: marble_child
Template: marble
*/

/* option
==========================================================*/
body{
	font-size:15px;
}

.entry ol ul li,
.entry ul li {
    list-style: none;
}

li {
    list-style: none;
}

.feature_meta h2,
h2.widgettitle,
h1.page-title,
h1.post-title,
.site-title,
.widget-meta h2 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN" !important;
}

.oi_soc_icons {
    display: none;
}

.nav > li > a {
    font-size: 14px;
    font-weight: normal !important;
}

#head_space {
    margin: 0 auto;
    max-width: inherit !important;
}
#map iframe{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
#map iframe:hover{
	transition: filter 0.8s ease;
-webkit-filter: grayscale(0) saturate(2);
filter: grayscale(0) saturate(2);
}

.img-left{
	float:left;
/*	margin:0 10px 10px 0;*/
    margin:0;
	}
	
.img-right {
	float:right;
/*	margin:0 0 10px 10px;*/
	margin:0;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.text-center {
    text-align:center;
	}
	
.font-b {
    font-weight:bold;
	}

.margin-b10 {
    margin-bottom:10px;
	}

strong
{
    color:#310506;
}		

.font_s
{
font-size:11px;
color:#888;
line-height:120%;
}

.banner{
text-align: left;
display: inline-block;
margin:12px 0;
	}

.shop{
margin: 16px auto;
text-align: center;
display: block;
padding: 20px 40px;
background-color: #eeeeee;
border: 1px solid #000;
width: 50%;
}

.shop.p {
	text-align: left;
	display: inline-block;
}

.flexbox ul {
  display: -webkit-flex;
  display: flex;
  list-style: none;
}

.flexbox li {
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
  line-hight: 1;
}

.flexbox li p {
  margin: 0;
  padding: 0;
}

.flexbox_container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width : 580px;
}

.item{
  flex-grow: 1;
}
.item.col2{
  flex-grow: 2;
}

@media screen and (max-width:640px) {
    .header-style-2 .nav-wrap {
        display: none;
    }
}

.pc{display: block;}
.sp{display: none;}
@media screen and (max-width:640px) {
	.pc{display: none;}
    .sp{display: block;}
}

.page-kv {
    display: block;
	border-radius: 14px;
}

.page-kv-sp {
    display: none;
	border-radius: 14px;
}

h3 {
	font-size:140% bold;
	width:565px;
	height:32px;
	line-height:30px;
	text-indent:20px;
	font-weight:bold;
	color:#310506;
	margin:15px 0 20px 0;
	}

h3 a{
	color:#310506;
	}
	
h4 {
	font-size:120%;
	height:20px;
	line-height:22px;
	text-indent:30px;
	font-weight:bold;
	color:#B99C72;
	background:url(http://tsubomi-tv.check-xserver.jp/wp/wp-content/uploads/2019/03/h4.jpg) no-repeat;
	margin:10px 0 15px 0;
	}

h4 a{
	color:#B99C72;
	}
	
h5 {
	font-size:110%;
	height:13px;
	line-height:13px;
	text-indent:23px;
	font-weight:bold;
	color:#310506;
	background:url(http://tsubomi-tv.check-xserver.jp/wp/wp-content/uploads/2019/03/h5.jpg) no-repeat;
	margin-bottom:5px;
	margin-left:5px;
	}

h6 {
	font-size:15px;
	height:22px;
	line-height:22px;
	text-indent:15px;
	font-weight:bold;
	color:#FCB4F8;
	background:url(http://tsubomi-tv.check-xserver.jp/wp/wp-content/uploads/2019/03/h6.jpg) no-repeat;
	margin-bottom:10px;
	margin-left:5px;
	}

h6 a{
	color:#FCB4F8;
        text-decoration:underline;
	}

/* main-layout
==========================================================*/
div#container-back {
    width:810px;
	margin:0 auto;
	}
	
div#container {
	width:800px;
	text-align:center;
	margin: 0 auto;
	background-color:#FFFFFF;
	}

div#wrapper{
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:590px;
	}

div#content-inner {
    padding:15px 20px 0 5px;
	}
	
div.main {
	padding-bottom:30px;
	clear:both;
	}

@media screen and (max-width:640px) {
    .page-kv {
        display: none;
		border-radius: 14px;
    }
    .page-kv-sp {
        display: block;
		border-radius: 14px;
    }
}

.container .container-inner {
    max-width: 100%;
}

.container .container-inner .main {
    margin: 0 auto;
    max-width: 1020px;
}

.toggle-search {
    display: none;
}

#tab-recent {
    display: flex;
    justify-content: space-around;
}

#tab-recent li {
    padding-left: 0px;
    position: inherit;
    border-bottom: none;
}


.alx-tab .tab-item-thumbnail {
    float: none;
    text-align: center;
    margin-left: 0px;
}

.tab-item-inner {
    text-align: center;
}

h1.post-title {
    text-align: center;
    font-size: 25px;
}

.flex-2box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    justify-content: space-between;
}

.flex-2box div {
    width: 45%;
    padding: 0 20px;
}

.flex-2box div + div {
    width: 50%;
    padding: 0;
}

.flex-2box-rev {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.flex-2box-rev div {
    width: 45%;
    padding: 0 20px;
}

.flex-2box-rev div + div {
    width: 50%;
    padding: 0;
}

.subheading {
    font-size: 14px;
    display: block;
    line-height: 26px;
}

#parallaxwidget-9 .palla .parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 80px;

}

#mttabs-3 {
    padding: 84px 0 0;
}

h2.widgettitle {
    padding: 38px 0;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
}

#custom_html-4,
#custom_html-12 {
    padding: 84px 0 10px;
    max-width: 1024px;
    margin: 0 auto;
}

#custom_html-4 .flex-2sub,
#custom_html-12 .flex-2sub {
    font-size: 120%;
    display: flex;
}

#custom_html-4 .flex-2sub ul,
#custom_html-12 .flex-2sub ul {
    line-height: 60px;
    width: 20%;
}

#custom_html-4 .flex-2sub ul + ul,
#custom_html-12 .flex-2sub ul + ul {
    line-height: 60px;
    width: 80%;
}

#custom_html-12 img{
	border-radius: 14px;
}

#custom_html-12 ul.flex-2sub {
	margin:20px 0;
}

#custom_html-12 ul.flex-2sub li{
	width: 30%;
}
#custom_html-12 ul.flex-2sub li+li{
	width: 70%;
}

#parallaxwidget-7 .palla .parallax {
        overflow: hidden;
        background-size: cover !important;
}

#parallaxwidget-7 h2,
#parallaxwidget-7 .subtitle,
#parallaxwidget-7 .text_contents{
	color:#624b00;
}

@media screen and (max-width:1024px) {
    #custom_html-3 .textwidget iframe,
    #custom_html-28 .textwidget iframe {
        border: 20px solid #fff !important;
        border-radius: 14px !important;
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    #tab-recent {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    #tab-recent li {
        width: 50%;
    }
    .flex-2box {
        display: block;
        flex-wrap: wrap;
        margin: 0 0 40px;
        justify-content: space-between;
    }
    .flex-2box div {
    width: 100%;
    padding: 0 0px;
    margin: 0 auto;
    }

    .flex-2box div + div {
        width: 100%;
        padding: 20px 0px 0px;
    }
    .flex-2box-rev {
        display: block;
        flex-wrap: wrap;
        margin: 0 0 40px;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .flex-2box-rev div {
        width: 90%;
        padding: 0 20px;
    }

    .flex-2box-rev div + div {
        width: 100%;
        padding: 20px 0;
    }
    #mttabs-3 {
        padding: 16px 0 0;
    }
    #custom_html-3 {
        background: url("");
        background-size: cover;
        background-attachment: fixed;
        padding: 20px 1px;
    }
    #custom_html-3 .textwidget iframe,
    #custom_html-28 .textwidget iframe {
        border: 20px solid #fff !important;
        border-radius: 14px !important;
        width: 87%;
    }

    #custom_html-4,
    #custom_html-12 {
        padding: 16px 0 10px;
    }
    #custom_html-4 .flex-2sub ul,
    #custom_html-12 .flex-2sub ul {
        line-height: 35px;
        width: 20%;
    }

    #custom_html-4 .flex-2sub ul + ul,
    #custom_html-12 .flex-2sub ul + ul {
        line-height: 35px;
        width: 80%;
        font-size: 15px;
    }
    #custom_html-4 .custom-html-widget,
    #custom_html-12 .custom-html-widget {
        width: 90%;
        margin: 0 auto;
    }
    #parallaxwidget-7 .palla .parallax {
        overflow: inherit;
        background-size: cover !important;
    }
}

/*////////////blog_page////////////*/

.blog-list {
    text-align: center;
    margin: 60px auto 100px !important;
    background: #ffffff;
    color: #fff;
    height: 48px;
    line-height: 48px;
    width: 165px;
    border-radius: 100px;
    border: 1px solid #e2a242;
}

.blog-list a {
    color: #e2a242 !important;
    height: 48px;
    line-height: 48px;
    width: 165px;
}

#comments {
    display: none;
}

/*////////////menu_page////////////*/

#menu_page {
    display: inherit;
    margin: 0;
    padding: 0;
    border-top: none;
    justify-content: space-evenly;
}

#menu_page .menu-price {
    display: flex;
    margin: 40px 0 100px;
    padding: 0;
    border-top: none;
    justify-content: space-evenly;
}

#menu_page .menu-price .menu_flex_box {
    display: block;
    text-align: center;
}

#menu_page .menu-price .menu_flex_box h2 {
    margin: 0;
}

#menu_page .menu_flex_box p {
    font-size: 18px;
    margin: 10px 0 0 0;
}

#menu_page .menu-nagare h3 {
    font-size: 24px;
    font-family: "Yu Mincho", "YuMincho", "æ¸¸æ˜Žæœ";
    font-weight: 400;
    text-align: center;
    margin: 0 0 90px;
}

#menu_page .menu-nagare h4 {
    position: relative;
}

#menu_page .menu-nagare h4 span.number-dec {
    position: absolute;
    left: 0px;
    top: -50px;
    font-size: 44px;
    color: #dec39c;
}

.h1-common {
    text-align: center;
    font-size: 13px;
}



#menu_page .flex-2box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0px;
    justify-content: center;
}

#menu_page .flex-2box div {
    width: 45%;
    padding: 58px 20px;

}

#menu_page .flex-2box div + div {
    width: 22%;
    padding: 0;
}

#menu_page .flex-2box-rev {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0px;
    flex-direction: row-reverse;
    justify-content: center;
}

#menu_page .flex-2box-rev div {
    width: 45%;
    padding: 58px 20px;

}

#menu_page .flex-2box-rev div + div {
    width: 22%;
    padding: 0;
}




@media screen and (max-width:640px) {
    #menu_page .menu-price {
        display: block;
        margin: 40px 0;
        padding: 0;
        border-top: none;
        justify-content: space-evenly;
    }
    #menu_page .menu-price .menu_flex_box {
        margin: 30px;

    }
    #menu_page .flex-2box div {
        width: 100%;
        padding: 58px 20px 10px;
    }
    #menu_page .flex-2box div + div {
        width: 100%;
        text-align: center;
    }
    #menu_page .flex-2box-rev div {
        width: 100%;
    }
    #menu_page .flex-2box-rev div + div {
        width: 100%;
        text-align: center;
    }
    #menu_page .menu-nagare h3 {
        margin: 0;
    }
    #menu_page .menu-nagare img {
        max-width: 220px;
    }
}

<!--
/*////////////staff_page////////////*/

#staff_page {
    margin: 40px 0;
    padding: 30px 0;
    border-top: rgba(142, 142, 142, 0.30) 1px solid;
}

#staff_page .staff_flex_box div {
    width: 45%;
    padding: 0;
}

#staff_page .staff_flex_box div + div {
    width: 50%;
    padding: 0;
}

#staff_page .staff_flex_box div + div div {
    width: auto;
    margin: 14px 0;
}

#staff_page .staff_flex_box div.ul-flex-box {
    margin: 32px 0;
}

#staff_page .ul-flex-box ul {
    display: flex;
    border-bottom: 1px dashed #ddd;
    padding: 10px 10px;
    margin: 0;
}

#staff_page .ul-flex-box ul li {
    width: 36%;
}

#staff_page .ul-flex-box ul li + li {
    width: 64%;
}

@media screen and (max-width:640px) {
    #staff_page .staff_flex_box div {
        width: 100%;
        padding: 0;
    }

    #staff_page .staff_flex_box div + div {
        width: 100%;
        padding: 0;
    }
}
-->

/*////////////shop_page////////////*/

#shop_page {
    margin: 40px 0;
    padding: 30px 0;
    border-top: rgba(142, 142, 142, 0.30) 1px solid;
}

#shop_page p.p-center {
    text-align: center;
}

#shop_page h3 {
    text-align: center;
    margin: 58px;
}

#shop_page ul.room-flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
}

#shop_page ul.room-flex-box li {
    width: 47%;
    margin: 10px;
}

#shop_page ul.item-flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
}

#shop_page ul.item-flex-box:last-child::after {
    content: "";
    display: block;
    width: 30%;
    margin: 10px;
}

#shop_page ul.item-flex-box li {
    width: 30%;
    margin: 10px;
}

#shop_page ul.item-flex-box li {
    position: relative;
    overflow: hidden;
    width: 300px;
}

#shop_page ul.item-flex-box li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}

#shop_page ul.item-flex-box li:hover figcaption {
    opacity: 1;
}

#shop_page ul.item-flex-box li figcaption h3 {
    color: #fff;
}

#shop_page ul.item-flex-box li figcaption p {
    color: #fff;
    text-align: center;
}

#shop_page .item-category {
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
    padding: 2px;
}

#shop_page li.item-common-01 .item-category {
    background: #56d8ca;
}

#shop_page li.item-common-02 .item-category {
    background: #b7a077;
}

#shop_page li.item-common-03 .item-category {
    background: #fcb597;
}

#shop_page li.item-common-04 .item-category {
    background: #e8a1a5;
}

#shop_page li.item-common-05 .item-category {
    background: #b04a64;
}

#shop_page li.item-common-06 .item-category {
    background: #e9c319;
}

#shop_page li.item-common-07 .item-category {
    background: #638ab5;
}

#shop_page li.item-common-08 .item-category {
    background: #be2741;
}

#shop_page li.item-common-09 .item-category {
    background: #818181;
}


#shop_page .item-name {
    text-align: right;
    font-size: 17px;
}

#shop_page .item-name span {
    font-size: 12px;
    display: block;
}

#shop_page .item-caption {}

@media screen and (max-width:640px) {
    #shop_page ul.room-flex-box li {
        width: 100%;
        margin: 10px;
    }
    #shop_page ul.item-flex-box li {
        width: 100%;
        margin: 10px;
    }
}

/*////////////contact_page////////////*/

#contact_page {
    margin: 40px 0;
    padding: 30px 0;
    border-top: rgba(142, 142, 142, 0.30) 1px solid;
}

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

#footer-bottom #footer-logo {
    display: block;
    margin: 0px auto;
    max-height: 100px;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
	background:#e9e1d6 url(http://tsubomi-tv.check-xserver.jp/wp/wp-content/uploads/2019/03/footer-back.jpg)
}

#footer-widgets .footer-widget-1 #custom_html-10 .custom-html-widget ul {
    display: flex;
    justify-content: space-around;
    margin: 16px 64px;
}

#footer-top-widgets {
    padding: 64px 0;
}

@media screen and (max-width:640px) {
    #footer-bottom #footer-logo {
        display: block;
        margin: 0px auto;
        max-height: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-align: center;
    }

    #footer-widgets .footer-widget-1 #custom_html-10 .custom-html-widget ul {
        display: flex;
        text-align: center;
        margin: 20px 0px;
        line-height: 46px;
        flex-wrap: wrap;
    }
    #footer-widgets .footer-widget-1 #custom_html-10 .custom-html-widget ul li {
        width: 50%;
    }

    #footer .pad {
        padding: 0px !important;
    }
}

/* OTHER_page(要らないかも？)
==========================================================*/

@media screen and (max-width:640px) {
    .col-2cl .main-inner {
        padding-right: 0;
    }
    .col-2cl .s1 {
        float: none;
    }
    .col-2cl .content {
        float: none;
		width: 100%;
    }

	
    #breadcrumb {
        padding: 12px 0;
    }



    #breadcrumb_list li:first-child {
        padding: 0 24px 0 24px;
    }

    ul#breadcrumb_list li {
        float: left;
        padding: 0 24px 0 0;
    }

    #breadcrumb_list li:after {
        content: "\e602";
        font-family: icomoon;
        font-size: 16px;
        top: 0px;
        position: absolute;
        padding-left: 4px;
    }
    #breadcrumb_list li:last-child::after {
        content: "";
        font-family: icomoon;
        font-size: 16px;
        top: 0px;
        position: absolute;
        padding-left: 4px;
    }

    #breadcrumb_list li + div + div + li {
        padding: 0 0px 0 24px;
    }

    .icon-basics-07 {
        display: none;
    }
}



@media screen and (max-width:738px) {
    #nav-smart.menu {
        display: block;
    }
}

@media screen and (min-width:739px) {
    #nav-smart.menu {
        display: none;
    }
}


#custom_html-18 {
    margin: 50px 0;
}

#custom_html-18 h2 {
    margin: 0 0 50px 0;
}

#custom_html-18 .sns-flex {
    display: flex;
}

#custom_html-18 .sns-flex div.instagram {
    width: 70%;
}

#custom_html-18 .sns-flex ul.twitter {
    margin: 0 22px;
    width: 30%;
}

#js-instalib01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#js-instalib01 li {
    width: 24%;
}

#js-instalib01 li a img {
    width: 100%;
}

@media screen and (max-width: 640px) {
    #js-instalib01 li {
        width: 48%;
    }
    #custom_html-18 .sns-flex {
        display: block;
    }
    #custom_html-18 .sns-flex div.instagram {
        width: 90%;
        margin: 0 auto;
    }
    #custom_html-18 .sns-flex ul.twitter {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:640px) {
    h2.para-title {
        font-size: 30px;
    }
    .widget-meta-inner-border {
        padding: 30px;
    }
    .palla .widget-meta {
        margin: 20px auto;
    }
    .menu_page .menu-price {
        display: block;
        margin: 0px 0 40px;
        padding: 10px 0;
        border-top: none;
        justify-content: space-evenly;
    }
    #beauty_page .beauty-text-area {
        margin: 30px 0 30px 0;
    }
}

#custom_html-20 .tab-item-thumbnail {
    width: 200px;
    margin: 0 auto;
}

#custom_html-20 .custom-html-widget div {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#custom_html-20 .custom-html-widget div div {
    display: block;
}


#facility_page li {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 5% 1%;
    width: 45%;
    text-align: center;
}

@media screen and (max-width:640px) {
    #facility_page li {
        position: relative;
        overflow: hidden;
        float: left;
        margin: 0 0.7%;
        width: 48%;
        text-align: center;
    }
}

.company-flex-box {
    display: flex;
}

#company_page {
    max-width: 800px;
    margin: 70px auto 0;
}

#company_page h2 {
    text-align: center;
    font-family: "游明朝", YuMincho;
}

#company_page ul {
    padding: 12px 20px;
}

#company_page ul:nth-child(odd) {
    background: #f3f3f3;
}

#company_page .section {
    padding: 0 0 40px 0;
}

#company_page .section02 ul {
    border-bottom: 1px solid #ddd;
    background: none;
}

#company_page .company_mess_m {
    text-align: center;
    font-size: 16px;
    margin: 28px 0;
    letter-spacing: 0.2em;
}

#company_page .company_mess_t {
    text-align: center;
	line-height:210%;
}

.company-flex-box li {
    width: 20%;
}

.company-flex-box li + li {
    width: 80%;
}

.work-box {
    margin: 200px 0;
    position: relative;
}

.work-box::before {
    content: "・・・";
    font-size: 24px;
    width: 100%;
    text-align: center;
    color: #d4d4d4;
    position: absolute;
    top: -120px;
}

.work-box h2 {
    position: relative;
    padding: 0 0 0 30px;
}

.work-box h2::before {
    content: "";
    width: 20px;
    height: 4px;
    background: #d22f1b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.work-box h2::after {
    content: "";
    width: 4px;
    height: 20px;
    background: #d22f1b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
}

.work-box h3 {}

.work-box ul {}

.work-box ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ddd;
}

.work-box ul li h4 {
    margin: 12px;
    width: 20%;
    position: relative;
}

.work-box ul li h4::before {
    content: "";
    width: 10px;
    height: 3px;
    background: #f39b46;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    margin: auto;
}

.work-box ul li p {
    margin: 12px;
    width: 80%;
}

.work-box ul li p + p {
    width: 0%;
}

.work-img {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


@media screen and (max-width:640px) {
    .work-img {
        justify-content: center;
    }
    .work-img img {
        margin: 10px 0;
        width: 100%;
        height: 100%;
    }
    .work-box ul li {
        display: block;
    }
    .work-box ul li h4 {
        width: 100%;
    }
    .work-box ul li p {
        width: 100%;
    }
    #company_page ul {
        padding: 12px 11px;
        margin: 0;
    }
	pre{white-space:inherit;}
	.previous .title {
    padding-left: 18px;
    text-align: left;
    line-height: 1.4em;
    display: inline-block;
}
	.next .title {
    padding-right: 18px;
    text-align: right;
    line-height: 1.4em;
    display: inline-block;
}
}

.widget-title {
    text-align: center;
    font-size: 30px;
}

.post_list {
    max-width: 300px;
    margin: 60px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media screen and (max-width:480px){
	.post_list { margin: 30px auto;}
}

.post_list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.post_list .list a {
    margin: 10px;
}

#execphp-4{
	padding: 0!important;
}

#execphp-4 .execphpwidget ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#execphp-4 .widgettitle{
	display:none;
}

#execphp-4 .widget-title{
	margin:100px 0 0 0;
}

#execphp-4 .post_list img{
	    border-radius: 12px;
}

#execphp-6{
	padding: 0 0 100px 0!important;
}

#execphp-6 .execphpwidget ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#execphp-6 .widgettitle{
	display:none;
}

#execphp-6 .widget-title{
	margin:100px 0 0 0;
}

#execphp-6 .post_list img{
	    border-radius: 12px;
}

body.home .s1{display:none;}

.content .oi_post_share_icons{display:none;}

#work_page .work-price div.work-box:last-child{
	margin:0;
}

.footer_banner{
	width:100%;
	text-align:center;
}

.footer_banner img{
	width:240px;
}

.h1-common{
	margin-top:10px;
}


/* entry(要らないかも？)
==========================================================*/
div.entry-body{
	padding-bottom:20px;
	}
	
div.entry-body p{
	padding-bottom:10px;
	}
div.entry-body .left{
	padding-bottom:20px;
	}

div.entry-body .boxleft
{
float:left;
margin:0 10px 5px 0;
width:300px;
}
div.entry-body .boxleft img
{
margin:0 0 5px 0;
}
div.entry-body .boxright
{
float:right;
margin:0 0 5px 0;
width:255px;
}
div.entry-body .boxright img
{
margin:0 0 5px 0;
}

div.entry-body .banner{
margin:12px 0;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}

div.main div#news-box {
    margin-bottom:10px;
	}

div.main div.news-box-top {
	background:url(image/index/news_top.jpg) no-repeat left top;
        width:565px;
        height:16px;
        font-size:2px;
        text-indent:-9999px;
	}
div.main div.news-box-middle {
	background:url(image/index/news_middle.gif) repeat-y left top;
        width:565px;
	}
div.main div.news-box-middle .inner {
	font-size:12px;
        color:#FFF;
        line-height:130%;
        margin:0 30px;
        padding:10px 0;
        border-bottom:1px dotted #fff;
	}
div.main div.news-box-middle .inner p {
	font-size:11px;
        color:#F2FBA7;
        line-height:130%;
	}
div.main div.news-box-bottom {
	background:url(image/index/news_bottom.jpg) no-repeat left top;
        width:565px;
        height:25px;
        font-size:2px;
        text-indent:-9999px;
	}

div.main div.news-box-inner ul li {
	list-style:none;
	line-height:160%;
	color:#666666;
    }
    
    div.main div#news-box h3{
	font-size:140%;
	width:565px;
	height:32px;
	line-height:30px;
	text-indent:20px;
	font-weight:bold;
	color:#310506;
	background:url(image/main/h3.jpg) no-repeat;
	margin-bottom:20px;
    }

div.main {
	padding-bottom:30px;
	clear:both;
	}


/*Contact Form 7カスタマイズ
==========================================================*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
	
/* 必須・任意のサイズ調整 */	
.inquiry .inquiry .any {	
font-size:10px;
}
}

/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #ff9393;
	border-radius: 20px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #ffaa56;
}

.contact_form{
    display: block;
    }
 
 /* お問い合わせ左側 */
.contact_left{
    float: left;
    width: 300px;
    }
 
 /* お問い合わせ右側 */
.contact_right{
    float: right;
    }

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

  .contets_box {
    width: 100%;
  }
  .contets_box h2 {
    text-align: center;
    font-family: "游明朝", YuMincho;
  }
  .contets_box .inner {
    width: 60%;
    margin: 0 auto;
  }
  .shop_flexbox ul.inner_flex {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  @media screen and (max-width: 640px) {
    .shop_flexbox ul.inner_flex {
      flex-wrap: wrap;
    }
    .contets_box .inner {
      width: 100%;
      margin: 0 auto;
    }
    .contets_box .inner .inner_flex_content {
      width: 100%;
    }
  }


/* ---------------------------------
フォーム
---------------------------------- */

#contact-page {
    margin: 30px auto 0;
}

div.wpcf7 {
    width: 800px;
    margin: 60px auto !important;
}

div.wpcf7 input,
div.wpcf7 textarea {
    width: 100%;
    height: 38px;
    border: 1px dotted #8c8c8c;
    margin: 10px 0;
}

div.wpcf7 textarea {
    height: 100px;
}

div.wpcf7 label {
    font-size: 16px;
}

div.wpcf7 p {
    font-size: 16px;
}

#contact-page .p-message__cont {
    background-image: none;
}

.wpcf7-not-valid-tip,
.screen-reader-response {
    color: #af0000;
}

div.wpcf7 .wpcf7-form h3 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 40px auto;
    background: #d85589;
    width: 77px;
    height: 30px;
    line-height: 27px;
}

div.wpcf7 .checkbox-visit .wpcf7-radio {
    display: flex;
    margin: 16px 0 0 0;
    flex-wrap: wrap;
}

div.wpcf7 .checkbox-visit .wpcf7-radio .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

div.wpcf7 .checkbox-visit .wpcf7-radio input {
    width: 16px;
    margin: 0 6px 0 0;
}

div.wpcf7 .sex .wpcf7-radio {
    display: flex;
    margin: 16px 0 0 0;
    flex-wrap: wrap;
}

div.wpcf7 .sex .wpcf7-radio .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

div.wpcf7 .sex .wpcf7-radio input {
    width: 16px;
    margin: 0 6px 0 0;
}

div.wpcf7 .checkbox-know .wpcf7-checkbox {
    display: flex;
    margin: 16px 0 0 0;
    flex-wrap: wrap;
}

div.wpcf7 .checkbox-know .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

div.wpcf7 .checkbox-know .wpcf7-checkbox input {
    width: 16px;
    margin: 0 6px 0 0;
}

div.wpcf7 .date-input {
    display: flex;
}

div.wpcf7 .date-input span {
    margin: 20px 26px 0 0;
}

.form-line {
    width: 100%;
    background: #ddd;
    margin: 20px 0;
}

div.wpcf7 .wpcf7-submit {
    width: 220px;
    border: none;
    background: #f4a000;
    color: #fff;
    margin: 10px auto;
    display: block;
}

.wpcf7-response-output {
    font-size: 17px;
    text-align: center;
    width: 100%;
    height: 92px;
    line-height: 80px;
    margin: 52px auto;
}


.screen-reader-response {
    font-size: 17px;
    text-align: center;
    width: 480px;
    height: 80px;
    line-height: 80px;
    margin: 52px auto;
}

#wpcf7-f102-o1 .screen-reader-response,
#wpcf7-f9612-o1 .screen-reader-response,
#wpcf7-f99-o1 .screen-reader-response,
#wpcf7-f91-o1 .screen-reader-response {
    height: 0;
}


@media screen and (max-width: 650px) {
    div.wpcf7 {
        width: 90%;
        margin: 60px auto;
    }

    div.wpcf7 .date-input span {
        margin: auto;
    }

    div.wpcf7 .date-input {
        display: flex;
        flex-direction: column;
    }
    div.wpcf7-response-output,
    .screen-reader-response {
        width: 100%;
    }
    #pageTop {
        right: 10px;
        bottom: 50px;
    }
    #pageTop a {
        width: 40px;
        height: 40px;
    }
	#custom_html-28 img{
		width:90%;
	}
}

