@charset "UTF-8";


/*
v.02.01
*/
/*---------------------
CSS-LAYOUT
--------------------*/
/* #pagewrap {
    max-width: 1500px;
    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: 1100px; */
	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: 1100px;
	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 .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 .full-inner .row_inner{width: 100%;max-width: 100%; padding:0px 0%;}	

}

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



/*---------------------
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: 30px;
    top: 30px; */
/*     width: 48px;
    height: 48px; */
    display: flex;
    display: none;
/* k */
	width: 54px;
    height: 54px;
	right: 10px;
    top: 20px;
}

#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: 30px;
    right: 30px; */
    cursor: pointer;
/* k */
	width: 54px;
    height: 54px;
	top: 10px;
    right: 10px;
}
#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: #404040;
  border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
    transition: all .25s .25s;
    opacity: 1;
    display: none;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  content: "";
}
#menu-button .ham-lines::before{
  bottom: 11px;
  animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
  bottom: 5px;
  animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
  font-size: 12px;
  line-height: 1;
	color:#404040;;
/* 	padding-bottom:10px; */
}
#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;
  }
}



#menu-button.is-active  .ham-text {
   font-size: 0px;
}
#menu-button.is-active .ham-lines::before {
    bottom: 20px;
}

#menu-button.is-active .ham-lines::after {
    bottom: 3px;
}



/*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
--------------------*/



/*---------------------
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 #d2d2d2;
	padding:15px;
	text-align:right;
}
.table-01.module table tr th{
	text-align:left;
	white-space:nowrap;
}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody td{display:table-cell;width:auto;}}




/*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 #d2d2d2;
	padding:15px;
}
.table-02.module table tr th{

}
@media screen and (max-width: 768px){body #body #layout #content .table-02.module  tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-02.module  tbody td{display:table-cell;width:auto;}}







/*---------------------
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: 100px 0;
}

.single #content {
    max-width: 720px;
    margin: 0px auto;
}


.single  .post{

}

.single  .post-content{

}

.single .entry-content{
	padding: 20px 0px;
}

.single .post-date{
	font-size:13px;
	color:#aaa;
}

.single .post-title{
    font-size: 18px;
}
.single .post-title a{

}
.single  .post-image{
	text-align:center;
}

.single .post-image img {
    width: auto;
    max-width: 100%;
}


/*--------------------
 * 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;
	padding-top:40px;
}
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: 0px solid #000;
    color: #404040;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
} 

body .pagenav .number:hover,
body .pagenav a:hover{
    background-color: transparent;
    border: 0px solid #000;
    color: #404040;
    line-height: 60px;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    padding: 0;
    width: 0px;
} 



body .pagenav .current{
    background-color: transparent;
    border: 0px solid #000;
    color: #404040;
    line-height: 60px;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    padding: 0;
    width: 0px;
}
/*-------------------
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;	
	padding-top:10px;
}


#pagewrap .s-icon .module-icon-item a em{
	padding: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: -10px;
	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%;
}	
.single .post-image {
    text-align: center;
}


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


#footerwrap {
    margin-bottom: 70px;
}
	
.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 .b1 {	
    display: flex;
    align-items: center;
    justify-content: center;	
}
	
	
}/*@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: 55px;
}

#menu-button .ham-text {
    font-size: 12px;
    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: 100px 2%;
}	
	
.archive #layout {
 	padding: 100px 2%;
}
/*---------------------
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 */
/* 全体 */
.width-container {
	max-width: 1500px;
    margin: 0px auto;
}
.link-botan a span {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
}
.w-container {
	padding-left: 200px;
	padding-right: 200px;
}
/* ヘッダー */
#headerwrap #menu-main-menu li a {
	font-size: 14px;
}
#headerwrap .module-buttons-item a {
	font-size: 17px;
	padding: 0;
}
#headerwrap .pc-header-box p {
	font-size: 14px;
	padding: 0;
}
.font-rose a span {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
}
.font-rose, .ham-text {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
}
#headerwrap .pc-header-box {
	display: flex;
	justify-content: flex-end;
    gap: 15px;
}
/* ホーム */
.p1-d-textbox {
	padding-left: 200px;
	padding-right: 85px;
}
.p1-e-textbox {
	padding-left: 85px;
	padding-right: 200px;
}
.post-content time {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	margin-top: 5px;
}
/* .gallery-box {
	background-color: #e5e5e5;
} */
body #sb_instagram {
	padding-bottom: 0!important;
}
#sb_instagram #sbi_images {
	padding: 0;
}
/* アバウト */
.p2-d-container .p2-d-box .p2-d-img01 .image-wrap {
	text-align: left;
	padding-left: 200px;
}
.p2-d-container .p2-d-box .p2-d-img02 .image-wrap {
	text-align: left;
	padding-left: 170px;
}
.p2-d-container .p2-d-box .p2-d-img03 .image-wrap {
	text-align: right;
	padding-right: 200px;
}
/* アクセス */
.Josefin-font {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
}
.p6-table-box .Josefin-font {
	letter-spacing: 1.5px;
}
.p6-staff-box .p6-staff-title, .p6-staff-nemu {
	letter-spacing: 1.5px;
}
.p6-staff-nemu .tb_text_wrap {
	height: 100%;
	display: flex;
}
.p6-staff-nemu .tb_text_wrap p {
	display: flex;
    align-items: flex-end;
}
/* レイアウトパーツ */
.contact-box {
	max-width: 1500px;
    margin: 0px auto;
}
.contact-tel .font-jose a {
	padding: 0;
}
/* フッター */
#footerwrap li a {
	font-size: 14px;
}
#footerwrap .copyright-container p {
	font-weight: normal;
}
#footerwrap .sp-footer .module-icon-item {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
/* 全体 */
	.width-container {
		max-width: 94%;
		margin: 0 auto;
	}
	.w-container {
		padding-left: 0;
		padding-right: 0;
	}
/* ホーム */
	.p1-d-textbox {
		padding-left: 30px;
		padding-right: 30px;
	}
	.p1-e-textbox {
		padding-left: 30px;
		padding-right: 30px;
	}
	/* アバウト */
	.p2-d-container .p2-d-box .p2-d-img01 .image-wrap {
		text-align: left;
		padding-left: 0px;
	}
	.p2-d-container .p2-d-box .p2-d-img02 .image-wrap {
		text-align: left;
		padding-left: 0px;
	}
	.p2-d-container .p2-d-box .p2-d-img03 .image-wrap {
		text-align: right;
		padding-right: 0px;
	}
/* レイアウトパーツ */
	.contact-box {
		max-width: 94%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 939px) {
/* ヘッダー */
	.header-item {
		display: none!important;
	}
/* スマホ用 */
	body #s-menu-sp .ui.nav li a {
		padding: 20px 0;
	}
	#s-menu-sp .sp-headder-tel a {
		padding: 0;
	}
	.sp-header-reservation, .sp-header-line {
		position: relative;
		display: inline-block;
	}
	.sp-header-line::before {
		content: ""; /* contentプロパティは必須 */
		position: absolute;
		top: 0; /* 親要素の一番下に配置 */
		left: 0;   /* 左端に配置 */
		width: 30px; /* 線の長さを親要素と同じにする */
		height: 1px; /* 線の太さを指定 */
		background-color: #404040; /* 線の色を指定 */
	}
	.sp-header-reservation::after {
		content: ""; /* contentプロパティは必須 */
		position: absolute;
		bottom: 0; /* 親要素の一番下に配置 */
		left: 0;   /* 左端に配置 */
		width: 30px; /* 線の長さを親要素と同じにする */
		height: 1px; /* 線の太さを指定 */
		background-color: #404040; /* 線の色を指定 */
	}
}

@media screen and (max-width: 680px) {
/* ヘッダー */
	.header-icon img {
		width: 72px;
		height: 72px;
	}
/* ホーム */
/* 	.main-view .tb_backstretch img {
		left: -123.25%!important;
	} */
	.p1-d-textbox {
		padding-left: 0px;
		padding-right: 0px;
	}
	.p1-e-textbox {
		padding-left: 0px;
		padding-right: 0px;
	}
	#pagewrap .b1 {
		justify-content: flex-start;
	}
/* アバウト */
	.p2-d-container .p2-d-box .p2-d-img03 .image-wrap {
		text-align: center;
	}
/* ニュース */
	body .loops-wrapper>.post {
		margin-bottom: 30px;
	}
	.post-image {
		text-align: center;
	}	
/* レイアウトパーツ */
	.contact-box {
		max-width: 100%;
	}
/* フッター */
	#footerwrap {
		display: none;
	}
	.sp-footer-2 .row_inner {
		width: 100%;
		padding: 0;
	}
	#body {
		position: relative;
	}
	#body .sp-footer-3 {
		z-index: 99999999;
		position: fixed;
		bottom: 0;
		left: 0;
	}
	#body .sp-footer-3 .module-icon-item {
		margin-bottom: 0;
	}
	#body .sp-footer-3 .module-icon-item .tf_box {
		padding-bottom: 0;
	}
	#body .sp-footer-3 .module-icon-item span {
		height: 30px;
	}
}

@media screen and (max-width: 390px) {
/* ホーム */
/* 	.main-view .tb_backstretch img {
		left: -22.25%!important;
	} */ 
}