@charset "UTF-8";


/*
v.02.01
*/
/*---------------------
CSS-LAYOUT
--------------------*/
#pagewrap {
    max-width: 1920px;
    margin: 0px auto;
}
.sidebar-none #content {
    padding: 0;
}
body .pagewidth {
	width: 100%;
	max-width: 100%;
}
body .themify_builder_content .row_inner {
	width:100%;
    max-width: 1200px;
	margin:0px auto;
}



body .fullwidth .row_inner {
	width:100%;
	max-width: 100%;
}
body .full-col .row_inner {
	width:100%;
	max-width: 100%;
}


/*layout part*/
body .module-layout-part .row_inner{
	width:100%;
    max-width: 1200px;
	margin:0px auto;
}
body .module-layout-part .fullwidth  .row_inner{
	width:100%;
	max-width: 100%;
}
body .module-layout-part .full-col  .row_inner{
	width:100%;
	max-width: 100%;
}

#headerwrap .header{
	border:0;
	padding:0;
}
#footerwrap #footer{
	border:0;
	padding:0;
}



@media screen and (max-width: 939px){
    body .pagewidth {width: 100%;max-width: 100%;}
/*     body .row_inner{width: 100%;max-width: 100%; padding:0px 2%;} */
	body .row_inner{width: 100%;max-width: 100%; padding:0px 4%;} 
	body .full-inner .row_inner{width: 100%;max-width: 100%; padding:0px 0%;}
	
	/*layout-part*/
/*     body .module-layout-part .row_inner{width: 100%;max-width: 100%; padding:0px 2%;} */
	body .module-layout-part .reservation-content .row_inner{width: 100%;max-width: 100%; padding:0px 4%;}
	body .module-layout-part .row_inner{width: 100%;max-width: 100%; padding:0px;}
    body .module-layout-part .full-inner .row_inner{width: 100%;max-width: 100%; padding:0px 0%;}	

}

/*---------------------
end of CSS-LAYOUT
--------------------*/

#pagewrap .icon-1 span{
	font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif !important;
}

/*---------------------
CSS-MENU
--------------------*/

#pagewrap .m-menu-header ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
	flex-wrap: nowrap;
}
#pagewrap .m-menu-header ul > li {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
	margin: 5px 0px; 
}
#pagewrap .m-menu-header ul > li >a {
    text-decoration: none;
}

body #pagewrap .m-menu-header ul .current-menu-item a, body #pagewrap .m-menu-header ul .current_page_item a {
	background-color: transparent;
    border-radius: 0px;
}




#pagewrap .m-menu-header .module-menu-container > ul > li:last-child a{
	border-right:0;
}
#pagewrap .m-menu-header ul > li > a:before{
}
#pagewrap .m-menu-header ul > li > a:hover:before{
}
#pagewrap .m-menu-header ul > li > a:hover{

}


/* -------
menu edit
---------*/

#pagewrap .m-menu-header ul > li.nav00{
   display:none;
}
#pagewrap .m-menu-header ul > li.nav01 > a{
 
}
#pagewrap .m-menu-header ul > li.nav02 > a{
 
}
#pagewrap .m-menu-header ul > li.nav03 > a{
 
}
#pagewrap .m-menu-header ul > li.nav04 > a{
 
}
#pagewrap .m-menu-header ul > li.nav05 > a{
 
}
#pagewrap .m-menu-header ul > li.nav06 > a{
 
}
#pagewrap .m-menu-header .module-menu-container > ul > li:last-child a{
    padding-right:0;
}
/*menu hover*/
#pagewrap .m-menu-header ul > li.nav01 > a:hover{
 
}
#pagewrap .m-menu-header ul > li.nav02 > a:hover{
 
}
#pagewrap .m-menu-header ul > li.nav03 > a:hover{
 
}
#pagewrap .m-menu-header ul > li.nav04 > a:hover{
 
}
#pagewrap .m-menu-header ul > li.nav05 > a:hover{
 
}
#pagewrap .m-menu-header ul > li.nav06 > a:hover{
 
}

/* -------
menu sub
---------*/
#pagewrap .m-menu-header ul .menu-item-has-children{
}
#pagewrap .m-menu-header ul  li .sub-menu{
    z-index:9;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 150%;
    transform: translateX(25%);
	box-shadow:none;
	border-radius: 0;
}
#pagewrap .m-menu-header ul  li .sub-menu li{
	padding:0;
	margin:0;
	display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; 
}
#pagewrap .m-menu-header ul  li .sub-menu li a{
	display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; 	    
}
#pagewrap .m-menu-header ul  li .sub-menu li a:hover{
 
}
/*sub hover*/
#pagewrap .m-menu-header ul > li:hover .sub-menu{
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 150%;
    transform: translateX(-14%);
	border-radius: 0;
}

/* ----------------
 css-MENU
---------------- */




/* ----------------
 css-Mobile
---------------- */

#s-menu-button {
    z-index: 99999999;
    position: fixed;
    right: 0;
    top: 0;
	width: 48px;
	height: 48px;
	display:flex;
	display:none;
}

#menu-button {
    opacity: 1;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    cursor: pointer;
}
#menu-button.nav-on {
  visibility:visible;
  opacity:1;
}
#menu-button .ham-lines {
  position: relative;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}
#menu-button .ham-lines span {
  bottom: 15px;
  transition: all .25s .25s;
  opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  content: "";
}
#menu-button .ham-lines::before{
  bottom: 24px;
  animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
  bottom: 6px;
  animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
  font-size: 12px;
  line-height: 1;
}
#menu-button.is-active .ham-lines span {
  opacity: 0;
}
#menu-button.is-active .ham-lines::before {
  animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
  animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}


#main-nav-wrap.nav-off {
  position: fixed;
  z-index: 700;
  top: 0;
  left: -100vw;
  right: auto;
  bottom: auto;
  overflow-y: auto;
  background-color: #f1f1f1;
  display:block;
  width: 100vw;
  height: 100vh;
  transition: .3s linear;
}
#main-nav-wrap.is-active{
  left: 0;  
}
@media screen and (max-width: 1024px) { /* mobile visibility changes for max-width */
  #menu-button{
    visibility:visible;
    opacity:1;
  }
}











/*s-menu-sp*/
#s-menu-sp {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    transition: all 0.3s;
    top: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow: auto;
    z-index: 999999;
    display: none;
}

#s-menu-sp.is-active {
    display: flex;
}

#s-menu-sp-inner {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
}
#s-menu-sp ul li a{
	touch-action: auto;
}

/* ----------------
 end css-Mobile
---------------- */






/*---------------------
CSS-HEADER
--------------------*/

#headerwrap {

}

#header.header {
  	padding:0;
	border:0;
}
body #header {
    padding: 0;
    border: 0;
}

.social-widget {
    display: none;
}
/*---------------------
end of CSS-HEADER
--------------------*/





/*---------------------
CSS-TITLE
--------------------*/


/*title-01*/
body .title-01{
}
body .title-01 .module-title{
}
body .title-01 .tb_text_wrap{
}





/*---------------------
end of CSS-TITLE
--------------------*/




/*---------------------
CSS-SLICK-SLIDER
--------------------*/


/*---------------------
CSS-SLICK-SLIDER
--------------------*/




/*---------------------
CSS-PAGE
--------------------*/

#pagewrap .sr-1 {
	width: 800px;
    max-width: 800px;
    right: -400px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}


#pagewrap .op-0 {
	opacity:0;
}
#pagewrap .icon-1 a span {
	padding-right:40px;
}

#pagewrap .icon-1{
    display: flex;
    justify-content: flex-end;
	width:100%;
}

#pagewrap .sr-3{
	width:550px;
	max-width:550px;
}



#pagewrap .b4{
    display: flex;
    justify-content: center;	
}

#pagewrap .b4 a span{
	padding-right:30px;
}



.swiper-button-next,
.swiper-button-prev{
display:none;
}


#pagewrap .slider-01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoom 30s infinite;
}
@keyframes zoom {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}


#pagewrap .gallery-01 img{
	width:100%;
	max-width:100%;
}
#pagewrap .post-01 a{
	font-weight:400;
}

#pagewrap .p1-edit .post-date{
	background-image: url(../../uploads/bg-title.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 3px;
    margin-bottom: 10px;
	font-weight: 300 !important;
	font-family: "Josefin Sans", sans-serif;
}
#pagewrap .post-01 .post-date{
	font-weight: 300 !important;
	font-family: "Josefin Sans", sans-serif;
}



#pagewrap .slider-01 .row-slider-prev,
#pagewrap .slider-01 .row-slider-next{
	display:none;
}

#pagewrap .slider-02 .row-slider-prev,
#pagewrap .slider-02 .row-slider-next{
	display:none;
}


/*---------------------
end of CSS-PAGE
--------------------*/




/*--------------------
 * CSS-ACCORDION
 * ------------------*/
body .accordion-01 ul{
    border: 0;
}
body .accordion-01 .accordion-title a{
	display:flex;
	position:relative;
}

body .accordion-01 .accordion-title a:before{
content: url();
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff6;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .accordion-01 .accordion-content{
	background-image: url();
    background-repeat: no-repeat;
    background-position: top 18px left 23px;
}

/*--------------------
 * end of  CSS-ACCORDION
 * ------------------*/






/*---------------------
CSS-POST
--------------------*/
/*post-one-line*/
body .post-one-line{

}
body .post-one-line.module.module-post{
	
}
body .post-one-line.module.module-post .module-title{
}
body .post-one-line.module.module-post .module-title span{
}
body .post-one-line.module.module-post .builder-posts-wrap {
}
#body .post-one-line.module.module-post .builder-posts-wrap .post{
	
}
#body .post-one-line.module.module-post .builder-posts-wrap .post .post-image{
	text-align: center;
}
#body .post-one-line.module.module-post .builder-posts-wrap .post .post-image a{

}
#body .post-one-line.module.module-post .builder-posts-wrap .post .post-image a img{

}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .post-date{
	white-space:nowrap;
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .ex-title {
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .more-link {
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .ex-title p {
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .post-title{
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .post-title a{

}

body .post-one-line.module.module-post .builder-posts-wrap .post .post-content{
    display: flex;
    align-items: center;
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .entry-content{
}
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content .entry-content p{
}
@media screen and (max-width: 768px){
body .post-one-line.module.module-post .builder-posts-wrap .post .post-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	flex-direction:column;
	align-items:flex-start;
}
}

/*---------------------
end of CSS-POST
--------------------*/










/*---------------------
// CSS-BUTTOM
--------------------*/






/*---------------------
end of CSS-BOTTON
--------------------*/








/*---------------------
CSS-TABLE
--------------------*/

/*table-01*/
.table-01.module table{
    width: 100%;
    border-collapse: collapse;	
}
.table-01.module table tr td,
.table-01.module table tr th{
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0px;
	vertical-align:top;
}

.table-01.module table tr:first-child td,
.table-01.module table tr:first-child th{
    border-top: 1px solid #cdcdcd;	
}

.table-01.module table tr th{
	width:20%;
	padding-right:30px;
	text-align:left;
	white-space: nowrap;
}

.table-01.module table table tr td,
.table-01.module table table tr th{
    border-bottom: 0px solid #cdcdcd;
	padding:0;
}

.table-01.module table table tr:first-child td,
.table-01.module table table tr:first-child th{
    border-top: 0px solid #cdcdcd;
}


.table-01.module table table tr td:first-child{
    white-space:nowrap;
	padding-right:20px;
}

@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody th{display:flex;width:auto;border-bottom: 0; padding:10px 0px; padding-bottom:0;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody td{display:flex;width:auto;flex-direction: column; padding:10px 0px; padding-top:0;}}

@media screen and (max-width: 768px){body #body #layout #content .table-01.module   tbody tr:first-child th {padding-bottom: 10px;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody tr:first-child td {padding-top: 10px;}}

@media screen and (max-width: 768px){body #body #layout #content .table-01.module table > tbody  > tr:first-child th {padding-bottom: 0px;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module table > tbody  > tr:first-child td {padding-top: 0px;border-top:0;}}

@media screen and (max-width: 768px){body #body #layout #content .table-01.module table table  tbody th{padding:0 !important;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module table table  tbody td{padding:0 !important;}}






/*table-02*/
.table-02.module table{
    width: 100%;
    border-collapse: collapse;	
}
.table-02.module table tr td,
.table-02.module table tr th{
    border-bottom: 1px solid #373737;
    padding: 22px 0px;
	vertical-align:top;
	text-align:right;
	white-space:nowrap;
	font-weight:500;
}

.table-02.module table tr th{
	padding-right:30px;
	text-align:left;
	white-space:wrap;
	font-weight:600;
}
@media screen and (max-width: 768px){body #body #layout #content .table-02.module  tbody th{display:block;width:auto;border-bottom:0;padding: 5px 0px;padding-bottom:0px;font-size:15px;}}
@media screen and (max-width: 768px){body #body #layout #content .table-02.module  tbody td{display:block;width:auto;padding: 5px 0px;padding-top:0;font-size:15px;}}









/*---------------------
end of CSS-TABLE
--------------------*/





/*---------------------
CSS-FOOTER
--------------------*/
#footerwrap {

}
body .copyright-container {

}


body .copyright-container span{
  	display:inline-flex;

}


body .copyright-container a{

}

body .copyright-container img{
		display:block;
}

/* menu fooetr */
body  #pagewrap .m-menu-footer .ui {
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: url();
    margin: 0;
    flex-wrap: wrap;
}
body  #pagewrap .m-menu-footer .ui  > li{
    display: inline-flex;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}
body  #pagewrap .m-menu-footer .ui  > li > a{
	display: inline-flex;
    border-right: 1px solid #000;
    line-height: 1;
    padding: 0px 8px;
    color: #000;
    text-decoration: underline;
}
body  #pagewrap .m-menu-footer .ui  > li.menu-item-has-children a{
	border:0;
}




body  #pagewrap .m-menu-footer .ui  > li.menu-item-has-children .child-arrow  {
    display: none;
}



body  #pagewrap .m-menu-footer .ui  > li.menu-item-has-children .child-arrow:before{
	display:none;
}
body  #pagewrap .m-menu-footer .ui  > li.menu-item-has-children .child-arrow:after{
	display:none;
}






body  #pagewrap .m-menu-footer .ui  > li:last-child > a{
	border-right:0px solid #000;
}
body  #pagewrap .m-menu-footer .ui  > li > a:hover{
 	text-decoration:none;
}


body  #pagewrap .m-menu-footer .ui   li .sub-menu{
	opacity: 1 !important;
    pointer-events: auto !important;
    display: block !important;
    transform: none !important;
    transition: opacity .3s, transform .3s !important;
    height: auto !important;
    position: static;
    width: auto !important;
    padding: 0;
    margin: 0 !important;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    line-height: 1;
    border-right: 1px solid #222;
    border-radius: 0;
    padding-right: 10px;
	margin-top: 2px !important;
}



body  #pagewrap .m-menu-footer .ui li .sub-menu:before {
    content: '[ ';
}

body  #pagewrap .m-menu-footer .ui li .sub-menu:after {
    content: ' ]';
}



body  #pagewrap .m-menu-footer .ui  li .sub-menu li{
    margin: 0;
    display: inline-block;
    width: auto;
    line-height: 1;
    background-color: transparent;
}
body  #pagewrap .m-menu-footer .ui  li .sub-menu li a{
	display: inline-block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    line-height: 1;
}


body  #pagewrap .m-menu-footer .ui  li .sub-menu li a:after{
	content: ' | ';
}

body  #pagewrap .m-menu-footer .ui  li .sub-menu li:last-child a:after{
	content: '';
}

body  #pagewrap .m-menu-footer .ui  li .sub-menu li a:hover{
	text-decoration:none;	
}


body  #pagewrap .m-menu-footer .ui   li .sub-menu{
	margin:0;
	margin-top: -2px;
}
body  #pagewrap .m-menu-footer .ui li .sub-menu:before {
    content: '[ ';
}

body  #pagewrap .m-menu-footer .ui li .sub-menu:after {
    content: ' ]';
}




/*---------------------
end of CSS-FOOTER
--------------------*/




/*--------------------
 * CSS-SINGLE
 * ------------------*/
.single #layout {
    max-width: 1100px;
    margin: 0px auto;
    padding: 160px 0;
}
#s-single-button {
    max-width: 800px;
	margin: 0px auto;
}
.single  .post{

}

.single  .post-content{
    max-width: 800px;
	margin: 0px auto;
}

.single .entry-content{
	padding-top: 60px;
}

.single .post-date{
	display:block;
	text-align:center;
	font-size:20px;
	font-family: "Josefin Sans", sans-serif;
	font-weight:300;
}

.single .post-title{
    display: block;
    text-align: center;
    font-size: 32px;
    border-top: 1px solid #373737;
    padding-top: 40px;
    margin-top: 30px;
    margin-bottom: 48px;
	font-weight:400;
}
.single .post-title a{
	font-weight:400;
}
.single  .post-image{
	text-align: center;
}

.single  .post-image img{

}
.single .ft-edit{
	margin-top:-50px;
}

/*--------------------
 * end of CSS-SINGLE
 * ------------------*/



/*--------------------
 * CSS-ARCHIVE
 * ------------------*/

.archive #layout {
	max-width:1100px;
	margin:0px auto;
	padding:100px 0px;
}
.archive .page-title {
	display:none;
}
.archive body  .post {

}
.archive .post-title {

}
.archive .post-title a {

}

.archive  .post-content {

}

.archive  .entry-content {

}

.archive .post-image{
    text-align: center;
}
.archive .post-image img{

}

/*--------------------
 * end of CSS-ARCHIVE
 * ------------------*/






/*-------------=== 
CSS-FORM
------------- ===*/
/*form*/
body #body .module .wpcf7 table {
    border-collapse: collapse;
    width: 100%;
}

body #body .module .wpcf7 table tbody tr th, body #body .module .wpcf7 table tbody tr td {
    border: 1px solid #1db270;
    padding: 10px;
    background-color: #fafafa;
    vertical-align: middle;
}
body #body .module .wpcf7 table tbody tr th {
    background-color: transparent;
    font-size: 13px;
    color: #fb6298;
    text-align: left;
    width: 28%;
    font-weight: normal;
}

body #body .module .wpcf7 table tbody tr th span {
    display: inline-flex;
    color: #ff0000;
    padding: 0px 0px;
    font-size: 10px;
    font-weight: 400;
    margin: 0px 10px;
    line-height: 20px;
}
body #body .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item  label {
	display:inline-flex;
	align-items:center;
}
body #body .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item  label span{
	white-space:nowrap;
}


body #body .module .wpcf7 table tbody tr td span input,body  #body .module .wpcf7 table tbody tr td span textarea {
    background-color: white;
    width: 100%;
    height: 40px;
    border-radius: 0;
}
body  #body .module .wpcf7 table tbody tr td span textarea {
	height:300px;
}
body #body .module .wpcf7 table tbody tr td.reader {

}
body #body .module .wpcf7 table tbody tr td.reader .wpcf7-form-control-wrap {
}
body #body .module .wpcf7 input[type=submit] {
    background-color: #6e2888;
    padding: 20px 71px;
    color: white;
    display: inline-flex;
    box-sizing: border-box;
    border-radius: 0;
}
body .wpcf7-form > p{
    text-align: center;
    width: 100%;
    padding-top: 60px;
}
body .wpcf7-form > p:after{
}

body .reader {

}
/*-------------=== 
end of CSS-FORM
------------- ===*/






/*-------------------
CSS-PAGE-NAV
--------------------*/
body .pagenav {
	text-align: center;
}
body .pagenav .number,
body .pagenav a{
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #000;
    color: #373737;
    border-radius: 0%;
    font-size: 24px;
    border: 0;
    font-weight: 300 !important;
	font-family: "Josefin Sans", sans-serif;
	
} 

body .pagenav .number:hover,
body .pagenav a:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
} 



body .pagenav .current{
    background-color: #000;
    border: 0px solid #000;
    color: #fff; 
	pointer-events:none;
	background-color:#373737 !important;
}
/*-------------------
end of CSS-PAGE-NAV
--------------------*/


.s-icon {
    display:none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}	
#pagewrap .s-icon .module-icon-item{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;	
}
#pagewrap .s-icon .module-icon-item a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    flex-direction: column;
}

#pagewrap .s-icon .module-icon-item a em{
	margin:0px auto;
	padding: 8px;
	padding-bottom:0;
}




/*---------------------
CSS-SHARE
--------------------*/


body a,
body a img
{
  transition:all 0.3s;
}
body a{
  outline:none;
}

body .a-none a,
body .a-none img
{
  pointer-events:none;
}


body a:hover img{
  opacity:0.6;
}

body .tel-link a{
    pointer-events:none;
}
.module p{
  margin-bottom:0;
}

body .frame-policy{
	overflow:auto;
}


body .frame-block iframe, body .frame-block object {
    max-width: 100%;
    display: block;
}



body .ov-hide{
  overflow:hidden;
}

body .themify_builder_content  .max-width-1600{
	width:100%;
	max-width:1600px;
	margin:0px auto;
} 

body .themify_builder_content  .max-width-1400{
	width:100%;
	max-width:1400px;
	margin:0px auto;
} 


body .themify_builder_content  .max-width-1280{
	width:100%;
	max-width:1280px;
	margin:0px auto;
} 

body .themify_builder_content  .max-width-1200{
	width:100%;
	max-width:1200px;
	margin:0px auto;
} 

body .themify_builder_content  .max-width-1100{
	width:100%;
	max-width:1100px;
	margin:0px auto;
} 

body .themify_builder_content  .max-width-1000{
	width:100%;
	max-width:1000px;
	margin:0px auto;
} 
body .themify_builder_content  .max-width-800{
	width:100%;
	max-width:800px;
	margin:0px auto;
} 

body .themify_builder_content  .max-width-600{
	width:100%;
	max-width:600px;
	margin:0px auto;
} 



body .themify_builder_content .bg-100-100{
	background-size:100% 100%;
} 
body .themify_builder_content .bg-100-auto{
	background-size:100% auto;
} 
body .themify_builder_content .bg-auto-100{
	background-size:auto  100%;
} 
body .themify_builder_content .no-wrap {
	white-space:nowrap;
} 
body .themify_builder_content  .m-write-mode{
	writing-mode: tb-rl;
}


body #pc-backtop {
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    z-index: 999;
    bottom: 30px;
	opacity:0;
	transition:all 0.3s;
}
body #pc-backtop.is-visible {
	opacity:1;
}
body #pc-backtop a img{
    width: auto;
    height: auto;
}






/*---------------------------
 * @media-1600
 * ------------------------*/

@media screen and (max-width: 1600px){

}/*1600*/




/*---------------------------
 * -@media-939
 * ------------------------*/

@media screen and (max-width: 939px){

#s-menu-button {
	display:flex;
}	
#menu-button{
	display:flex;
}	
	
	
	
/*menu -footer*/ 
body #main-menu {

}
#main-menu li a:before {

}   
#main-menu li a {

}   

body #pc-backtop {
display:none;
}


.s-icon {
	display:flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}	





/*single*/
.single #layout {
/*     padding: 100px 2%; */
	padding: 100px 4%;
}	
.single .post-image {
    text-align: center;
}


#main-menu > li.nav00 {
    display: block;
}


#footerwrap {
    margin-bottom: 44px;
}
	
.rb2 {
    display: none;
}	
	


#pagewrap .m-menu-sp ul  li .sub-menu{
	visibility: visible !important;
	display: block !important;
	transform: none !important;
	padding:0;
}	


body  #pagewrap .m-menu-sp  .ui .menu-item .child-arrow{
	display:none;
}	


	
body #pagewrap .m-menu-footer .ui li .sub-menu:after {
    display: none;
}	
	
body #pagewrap .m-menu-footer .ui li .sub-menu:before{
    display: none;
}		

	
body #pagewrap .m-menu-footer .ui li .sub-menu {
	border: 0;
}	
	
	
	
	
/*---------------------
css-share-939
--------------------*/
body .tel-link a{
    pointer-events:auto;
}
body .image-center-939 .image-wrap {
  width:100%;
  text-align:center;
} 


body .themify_builder_content .bg-100-100-939{
	background-size:100% 100%;
} 
body .themify_builder_content .bg-100-auto-939{
	background-size:100% auto;
} 
body .themify_builder_content .bg-auto-100-939{
	background-size:auto  100%;
} 
body .themify_builder_content .no-wrap-939 {
	white-space:wrap;
} 
body .themify_builder_content  .m-write-mode-no-939{
	writing-mode: unset;
}

body .themify_builder_content  .table-full-939 .tb_text_wrap{
	overflow:auto;
}	
	
body .themify_builder_content  .table-full-939 .tb_text_wrap table{
	width:150%;
	min-width:939px;
}	

body .themify_builder_content .row-reverse-939 .row_inner{
	display: flex;
    flex-direction: column-reverse;
}
body .themify_builder_content .subrow-reverse-939 .subrow_inner{
	display: flex;
    flex-direction: column-reverse;
}

body .ov-hide-939{
  overflow:hidden;
}	
	
	
	
	
}/*@939-*/


/*---------------------------
 * end of @939
 * ------------------------*/



/*---------------------------
 * @768@
 * ------------------------*/
@media screen and (max-width: 768px){

body .sub-col-reverse-680  .subrow_inner{
	flex-direction: column-reverse;
    display: flex;
}
body .standard-frame .mfp-iframe-holder .mfp-content {
    height: 90% !important;
}

	

#pagewrap .sr-1 {
	width: 312px;
    max-width:312px;
    right: -232px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
#pagewrap .srs1{
	width: 100%;
    max-width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;		
}	
	
/* #pagewrap .sr-3 {
    width: 100%;
    max-width: 100%;
}	 */
	
#pagewrap .s1{
		
}
	
#pagewrap .s1 {
        right: -156px;
        bottom: -20px;
}	
#pagewrap .s2 {
        right: -123px;
        bottom: -20px;
}	
	
#pagewrap .s3 {
        right: -159px;
        bottom: -20px;
}		
	
#pagewrap .s4 {
        right: -159px;
        bottom: -20px;
}		
#pagewrap .s5 {
        right: -143px;
        bottom: -20px;
}		
		
	#pagewrap .sr-ed1	{
		left:0;
		bottom: 5px;
	}
	
	
#pagewrap .bg-edsp {
    background-size: 50% 100%;
}	
	
	#pagewrap .main-1{
		bottom:-30px;
	}	
		
/* 	#pagewrap .bg-sa{
		background-size: 350px 200px;
	}	 */
	
#pagewrap .msa {
    background-size: 80%;
    background-position: 28px 45px;
}
	

	
	
}/*@768-*/
/*---------------------------
 * end of @768
 * ------------------------*/





/*---------------------------
 * @media-680
 * ------------------------*/

@media screen and (max-width: 680px){


body #footer .sp-footer-icons-container a {
    font-size: 0px;
    padding: 10px 0px;
} 	
	
body #footer  .sp-footer-icons-container svg {
    height: 15px;
    margin-bottom: 5px;
}	
#footerwrap {
    margin-bottom: 0px;
}	


body #footer li.menu-item-has-children{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}	
body .footer-nav > li {
    margin-bottom: 10px;
}	
body .footer-nav > li a {
    margin-bottom: 10px;border:0;
}
	
body #footer li.menu-item-has-children > a {
    margin-bottom: 15px;
}	
		
body .footer-nav li .sub-menu {
    margin: 0;
    margin-top: -2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}	


#footerwrap {
margin-bottom: 50px;
}

#menu-button .ham-text {
    font-size: 0;
    line-height: 1;
}



	
#pagewrap #body .module .wpcf7 table  tr{
	display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
	
#pagewrap #body .module .wpcf7 table tbody tr th {
	font-size: 14px;
	text-align: left;
	color: #333;
	font-weight: normal;
	background: #e6d5fa;
	color: #fff;
	width: 100%;
	margin-top: 25px;
	box-sizing: border-box;
	border-bottom: 0;
}	
	
#pagewrap #body .module .wpcf7 table tbody tr td span input, #pagewrap #body .module .wpcf7 table tbody tr td span textarea {
    width: 100%;
    max-width: 100%;
}	
#pagewrap #body .wpcf7-form  > p{
	text-align: center;
    width: 100%;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;	
}
	

#headerwrap {
    position: static;
    z-index: 999;
    position: relative;
}
.header-brand-container {
    justify-content: center;
}
#site-logo {
    padding-bottom: 0;
	padding-right: 51px;
}

body .mfp-iframe-holder .mfp-close {
    top: 0;
    z-index: 999;
    color: #000;
}	
.single #layout {
/*     padding: 60px 2%; */
	padding: 64px 4%;
}	
	
.archive #layout {
 	padding: 100px 2%;
}
	
	
#pagewrap .s0{
	bottom:-44px;		
}	
	

    #pagewrap .ss0 {
        width: 312px;
        max-width: 312px;
        right: -296px;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
		bottom: -27px;
    }	
	
#pagewrap .s2 {
   right: -151px;
   bottom: -20px;
}	
#pagewrap .sr-2  {
    bottom: -53px;
}	
#pagewrap .s1 {
     right: -206px;
     bottom: -31px;
}		
	
#pagewrap .s3{
	right: -210px;
    bottom: -31px;
}			
    #pagewrap .s4 {
        right: -195px;
        bottom: -31px;
    }	
	
	
#pagewrap .icon-1 {
    justify-content: center;
}
	
	#pagewrap .bg-sa{
		        background-size: 241px 135px;
	}		
	
	
	#pagewrap .bed-1 .module-icon-item{
		width:100%;
		max-width:100%;
	}	
	
	#pagewrap .main-1{
		bottom:-17px;
	}		
	
#pagewrap .msa {
    background-size: 80%;
    background-position: 23px 31px;
}	
		
.single .post-title {
    font-size: 28px;
    margin-bottom: 25px;
}	
.single .post {
    margin-bottom: 0;
}	
	
.single .entry-content {
    padding-top: 30px;
}	
	
	
/*---------------------
css-share-680
--------------------*/	
	
body .image-center-680 .image-wrap {
  width:100%;
  text-align:center;
} 

body .themify_builder_content .bg-100-100-680{
	background-size:100% 100%;
} 
body .themify_builder_content .bg-100-auto-680{
	background-size:100% auto;
} 
body .themify_builder_content .bg-auto-100-680{
	background-size:auto  100%;
} 
body .themify_builder_content .no-wrap-wrap-680{
	white-space:wrap;
} 
body .themify_builder_content  .m-write-mode-no-680{
	writing-mode: unset;
}
body .themify_builder_content  .table-full-680 .tb_text_wrap{
	overflow:auto;
}		
	
body .themify_builder_content  .table-full-680 .tb_text_wrap table{
	width:150%;
	min-width:680px;
}		
	
body .themify_builder_content .row-reverse-680 .row_inner{
	display: flex;
    flex-direction: column-reverse;
}
body .themify_builder_content .subrow-reverse-680 .subrow_inner{
	display: flex;
    flex-direction: column-reverse;
}	

body .ov-hide-680{
  overflow:hidden;
}
	
	

	
	
}/*@680-*/

/*---------------------------
 * end of @680
 * ------------------------*/






/* k */
/* 全体 */
/* 記事ブロック全体を囲むリンクをブロック化 */
.full-post-link {
    display: block;
    text-decoration: none; /* 下線なし */
    color: inherit;        /* 色を継承 */
}
body #pc-backtop {
	display: none!important;
}
.p1-fv-img .row-slider-slides {
	display: none;
}
.fv-title p {
	font-size: 40px;
	padding-bottom: 18px;
}
.fv-title .tb_text_wrap p {
	border-bottom: 1px solid #fff;
}
.fv-title2 .tb_text_wrap p {
	border-bottom: 1px solid #fff;
}
.h2-font {
	font-size: 50px;
	margin-bottom: 0;
	letter-spacing: 1px;
}
body h2.h2-font {
    margin: 0; 
    line-height: 40px; 
    padding: 0;
    position: relative; 
    z-index: 1; 
}

body h2.h2-font p.marker {
    position: relative; 
    display: inline-block; 
    line-height: 50px; 
    padding-bottom: 0; 
    margin: 0; 
}

body h2.h2-font p.marker::after {
    content: ""; 
    position: absolute; 
    top: 54%; 
    margin-top: -10px;
    width: calc(100% + 16px); 
    left: -8px;              
    height: 20px;             
    transform: translateY(6px); 
    background-color: #ffe8a3; 
    z-index: -1;
}
.h3-font {
	font-size: 32px;
	margin-bottom: 0;
	letter-spacing: 1px;
}
body h3.h3-font {
    margin: 0;
    line-height: 30px; 
    padding: 0;
    position: relative;
    z-index: 1;
}

body h3.h3-font p.marker {
    position: relative;
    display: inline-block;
    line-height: 32px; 
    padding-bottom: 0;
    margin: 0;
}

body h3.h3-font p.marker::after {
    content: "";
    position: absolute;
    top: 44%;
    height: 12px;
    width: calc(100% + 12px); 
    left: -6px;
    transform: translateY(6px);
    background-color: #ffe8a3;
    z-index: -1;
}
.title-sub-text p {
	font-size: 20px;
	margin-top: 18px;
}
.title-sub-text3 {
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 20px;
}
/* ヘッダー */
#headerwrap {
	width: 100vw;
	position: fixed;
	z-index: 999999;
	background-color: #fff;
}
/* ホーム */
.p1-a-box {
  background-image: url('https://www.cafe-brezza.com/manasys/wp-content/uploads/img.png'), url('https://www.cafe-brezza.com/manasys/wp-content/uploads/Group-1.png');
  background-position: right top, left 160px;
  background-repeat: no-repeat;
  background-size: auto;
}
.post-content a {
	color: #000;
	text-decoration: none;
}
.post-content a:hover {
	text-decoration: none;
}
/* ランチ */
.p2-table-item {
	padding: 20px 0;
	border-bottom: 1px solid #373737;
}
/* body #pagewrap .module_subrow .module_column .line {
	margin-top: 50px;
} */
body #pagewrap .p2-link {
	padding-top: 90px;
	margin-top: -10px;
}
/* ディナー */
.title-sub-text2 {
	margin-top: 32px;
}
/* ドリンク */

/* ニュース */
body h2.font-jose.h2-font.news p.marker::after {
    background-color: #fff; 
}
#backButton {
	color: #000;
	background-color: #fff;
	display: flex;
    gap: 40px;
	align-items: center;
	padding: 10px 54px;
	border: 1px solid #000;
	border-radius: 0;
	margin: 0 auto;
}
#backButton:hover {
	opacity: 0.7;
}
.post-title {
	font-weight: 400;
}
.p1-post-item .builder-posts-wrap {
	display: flex;
    gap: 20px;
	padding-left: 20px;
}
body .post-content {
	padding-top: 16px;
} 
.p1-post-item a:hover {
	text-decoration: none;
}
body .post {
	margin-bottom: 0;
}
.single .post-content img {
	width: 100%;
	padding: 0 90px;
}
.p5-post-item .builder-posts-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 120px;
}
.p5-post-item .builder-posts-wrap a {
	width: calc((100% - 100px) / 3);
}

@media screen and (max-width: 1260px) {
/* 全体 */
	.w-container {
		padding-left: 2%;
		padding-right: 2%;
	}
/* ヘッダー */
/* ニュース */
/* 	.p5-post-box {
		padding-right: 2%;
		padding-left: 2%;
	} */
}

@media screen and (max-width: 1180px) {
/* ホーム */
  .p1-a-box {
    /* 1番目: imgpp.png (左に-30px, サイズ auto 267px), 2番目: ffffff.png (右に-30px, サイズ auto) */
    background: url('https://www.cafe-brezza.com/manasys/wp-content/uploads/imgpp.png') no-repeat left -30px top / auto 267px, 
                url('https://www.cafe-brezza.com/manasys/wp-content/uploads/ffffff.png') no-repeat right -30px bottom / auto;
  }
/* ランチ */
	body #pagewrap .p2-link {
		margin-top: -20px;
	}
}

@media screen and (max-width: 1024px) {
/* 全体 */
	#pagewrap .fv-title {
		left: 0;
	}
	#pagewrap .sr-ed1 {
        left: 0;
        bottom: 30px;
    }
	.p5-post-item .builder-posts-wrap {
    /* 横の余白を25pxに変更 */
    column-gap: 25px; 
  }
  
  .p5-post-item .builder-posts-wrap a {
    /* 幅を再計算: 全体から2つのギャップ(50px)を引き、3で割る */
    width: calc((100% - 50px) / 3);
    flex-basis: calc((100% - 50px) / 3);
  }
}

@media screen and (max-width: 939px) {
/* 全体 */
	.w-container {
		padding-left: 0;
		padding-right: 0;
	}
	.fv-title p {
		font-size: 24px;
		padding-bottom: 12px;
	}
	.h2-font {
		font-size: 40px;
	}
	h2.h2-font {
        margin: 0; 
        line-height: 40px; 
        padding: 0;
		z-index: 1; 
    }

    body h2.h2-font p.marker {
        position: relative; 
        display: inline-block; 
        font-size: 40px;     
        line-height: 40px;   
        padding-bottom: 0; 
        margin: 0; 
    }

    body h2.h2-font p.marker::after {
        content: ""; 
        position: absolute; 
        top: 58%;             
        margin-top: -8px;     
        width: calc(100% + 16px); 
        left: -8px;               
        height: 16px;             
        transform: translateY(6px); 
        background-color: #ffe8a3; 
        z-index: -1;
    }
	.h3-font {
		font-size: 24px;
	}
	body h3.h3-font p.marker {
		position: relative;
		display: inline-block;
		line-height: 24px; 
		padding-bottom: 0;
		margin: 0;
		font-size: 24px;
	}
	body h3.h3-font p.marker::after {
		content: "";
        position: absolute;
        top: 50%;
        height: 8px;
        width: calc(100% + 12px);
        left: -6px;
        transform: translateY(4px);
        background-color: #ffe8a3;
        z-index: -1;
	}
	.title-sub-text p {
		font-size: 16px;
		margin-top: 12px;
	}
	body h3.h3-font {
		line-height: 24px;
	}
	.title-sub-text3 {
		margin-top: 10px;
	}
/* ヘッダー */
	#headerwrap .header-box {
		display: none;
	}
	body .sp-header-sns {
		display: flex;
		justify-content: space-around;
		max-width: 280px;
    	margin-left: auto;
    	margin-right: auto;
	}
/* ホーム */
	body .post-content {
		padding-top: 6px;
	} 
/* ディナー */
	.title-sub-text2 {
		margin-top: 28px;
	}
/* ニュース */
	.p5-post-box {
		padding-right: 0;
		padding-left: 0;
	}
	.p5-post-item .builder-posts-wrap a {
		/* 3カラムから2カラムへ変更 */
		/* (100% - アイテム間隔 50px) を 2 で分割 */
		width: calc((100% - 50px) / 2);
	}
	.p5-post-item .builder-posts-wrap a {
		/* 2カラム用に書き換える */
		flex-basis: calc((100% - 50px) / 2); 
		/* width の設定は不要 */
	}
	.p5-post-item .builder-posts-wrap {
        column-gap: 50px;
    }
	#headerwrap {
		position: relative;
	}
	.fv-title p {
    	font-size: 24px;
	}
}

@media (max-width: 820px) {
/* 全体 */
	#pagewrap .msa {
		background-size: 80%;
        background-position: 50% 70%;
	}
	.fv-title2 p {
		font-size: 44px;
	}
	.h3-font {
		font-size: 18px;
	}
	body #pagewrap .lanti-box .module {
		width: 100%;
		text-align: center;
	}
	body #pagewrap .module_subrow .module_column .line {
		margin-top: 24px;
	}
/* ホーム */
	.p1-post-item .builder-posts-wrap {
		flex-direction: column;
		padding-left: 0;
	}
	.p1-post-item .builder-posts-wrap img {
		width: 100%;
	}
/* ランチ */
	body #pagewrap .p2-link {
		padding-top: 70px;
		margin-top: 0;
	}
/* ディナー */
	.p3-3img {
		background-size: 75% 70%;
	}
	
	
	

	
}

@media screen and (max-width: 680px) {
/* 全体---------- */
/* 	.sp-padding {
		padding-left: 12px;
		padding-right: 12px;
	} */
	#pagewrap .title-background {
		background-size: 19% 40%;
    	background-position: 50% 76%;
	}
	#pagewrap .sr-ed1 {
        bottom: -16px;
    }
	.fv-title p {
		font-size: 18px;
		padding-bottom: 0px;
	}
	.fv-title2 p {
		font-size: 24px;
		line-height: 24px;
	}
	.h2-font {
		font-size: 32px;
	}
	body h2.h2-font {
		line-height: 32px;
	}
	h2.h2-font {
        margin: 0; 
        line-height: 32px; 
        padding: 0;
		z-index: 1; 
    }
    body h2.h2-font p.marker {
        position: relative; 
        display: inline-block; 
        font-size: 32px;     
        line-height: 32px;   
        padding-bottom: 0; 
        margin: 0; 
    }
    body h2.h2-font p.marker::after {
        content: ""; 
        position: absolute; 
        top: 54%;             
        margin-top: -6px;     
        width: calc(100% + 8px); 
        left: -4px;               
        height: 10px;             
        transform: translateY(8px); 
        background-color: #ffe8a3; 
        z-index: -1;
    }
	.h3-font {
		font-size: 18px;
	}
	body h3.h3-font p.marker {
		position: relative;
		display: inline-block;
		line-height: 18px; 
		font-size: 18px;
		padding-bottom: 0;
		margin: 0;
	}

	body h3.h3-font p.marker::after {
		content: "";
		position: absolute;
		top: 50%;
		height: 6px;
		width: calc(100% + 8px); 
		left: -4px;
		transform: translateY(2px);
		background-color: #ffe8a3;
		z-index: -1;
	}
	body h3.h3-font {
		line-height: 18px;
	}
	.title-sub-text p {
		font-size: 16px;
		margin-top: 8px;
	}
	.title-sub-text3 {
		font-size: 14px;
		line-height: 14px;
		margin-top: 8px;
	}
	.about-box {
		background-size: cover;
	}
/* ヘッダー */
	.header-img img {
		height: 36px;
	}
	#pagewrap .slider-01 span img {
		width: 700px!important;
		object-position: 90% center !important;
	}
	#pagewrap .sr-3 {
		width: 100%;
	}
/* ホーム  ----------*/
	 #pagewrap .msa {
        background-size: 86%;
		background-position: 43% 70%;
	}
	.builder-posts-wrap .post-image img {
		width: 100%;
	}
	.p1-a-box {
    	/* 1番目の画像(img.png)のサイズを50%に、2番目の画像(Group-1.png)はautoを維持 */
    	background-size: 50%, auto;
  	}
/* ランチ */
	body #pagewrap .module_subrow .module_column .line {
		margin-top: 16px;
	}
	body #pagewrap .p2-link {
		padding-top: 64px;
        margin-top: -24px;
	}
	body .p2-text-box {
		width: 320px;
		margin: 0 auto;
	}
/* ディナー */
	.title-sub-text2 {
		margin-top: 24px;
	}
/* ドリンク */
	body #pagewrap .link-botan {
		position: relative;
		z-index: 1;
	}
	body #pagewrap .p4-link {
		padding-top: 84px;
		margin-top: -24px;
	}
/* ニュース */
	.p1-post-item .loops-wrapper article {
		margin-bottom: 24px;
	}
	.single .post-title {
		font-size: 18px;
		margin-top: 16px;
		padding-top: 32px;
	}
	.p5-post-item .builder-posts-wrap {
    	/* 横のギャップをリセットするか、0に設定する */
    	column-gap: 0; 
		row-gap: 40px;
  	}
 	 .p5-post-item .builder-posts-wrap a {
		/* 要素の幅を100%に設定し、1列表示にする */
		width: 100%;
		/* Flexboxで幅100%を使用する場合、flex-basisも100%に設定するのが確実 */
		flex-basis: 100%;
	}
	.p5-post-item .builder-posts-wrap a img {
		width: 100%;
	}
	.single .post-content img {
		padding: 0 20px;
	}
/* インフォ */
	.table-item .tb_text_wrap table tbody tr td table tr {
		display: flex;
	}
	.table-item .tb_text_wrap table tbody tr td table tr td:first-child {
		width: 35%!important;
	}
	.table-item .tb_text_wrap table tbody tr td table tr td:last-child {
		width: 65%!important;
	}
	.table-item .tb_text_wrap table tbody tr td [href^="tel:"] {
		color: #373737;
		-webkit-text-fill-color: #373737; 
		text-decoration: none; 
	} 

	

	body #pagewrap.site {
		font-size: 15px;
	}

	
	
}








