@charset "UTF-8";



/*--------------------------------- PAGE ---------------------------------*/
*{box-sizing: border-box;}
#pagewrap .pagewidth,
#pagewrap #footerwrap .row_footer > .row_inner,
#pagewrap .footer_bottom .pagewidth{
    width:1100px;
	max-width:94%;
	margin-left:auto;
	margin-right:auto;
}
#header.pagewidth,
#pagewrap .footer_bottom .pagewidth{
	width:1480px;
}
#footer.pagewidth{
    width: 100%;
    max-width: 100%;
}
#pagewrap{
	background:#fff;
	font-size:16px;
	line-height:2.1;
	color:#2e2e2e;
	letter-spacing:0.05em;
	font-family: 'Noto Sans JP', sans-serif;
}
img{vertical-align:top;}
#pagewrap a img{
	transition:all 0.2s linear;
}
a img:hover{
	opacity:0.7;
}
#pagewrap a,
#pagewrap a:hover,
#pagewrap a:active,
#pagewrap a:visited{
	text-decoration:underline;
	transition:all 0.2s linear;
	color:#2e2e2e;
}
#pagewrap a:hover{
	text-decoration:none;
}
#pagewrap a:focus{outline: none;}

#main-menu:before,
#main-menu:after,
#content:before,
#content:after{
    content:'';
    display:table;
    clear:both;
}

/*--------------------------------- END PAGE ---------------------------------*/
/*--------------------------------- HEADER ---------------------------------*/
#headerwrap{
	padding:0 0 33px;
}
body.home #headerwrap{
	padding:0 0 48.94%;
	background:url('../img/top_main.jpg')center top no-repeat;
	background-size:cover;
}
#headerwrap #header.header{
    padding:4px 0 0;
}
.header-brand-container{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
#header #site-logo{
    margin:0px 0;
    line-height:1;
	text-align:center;
}
#header #site-logo a{
    display:inline-block;
    vertical-align: top;
}
.rb{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align:right;
	padding:0 0 0 3%;
}
.rb > *{
	display:block;
	margin:0;
}
@media screen and (min-width: 1401px) {

    #main-menu{
        margin:0;
		padding:30px 0 0;
		text-align:right;
    }
    #main-menu > li{
        display:inline-block;
		vertical-align:top;
        margin: 0;
		padding:0 20px 0 27px;
        position: relative;
		text-align:left;
    }
	#main-menu > li:last-child{
		padding-right:0;
	}
	#main-menu > li:not(:first-child):before{
		content:'/';
		display:block;
		position:absolute;
		top:0;
		left:0;
		color:#c9a9d0;
	}
    #main-menu > li > a{
        display:block;
		font-size:18px;
		line-height:1.4;
		letter-spacing:0.05em;
		font-family: fot-tsukubrdgothic-std,sans-serif;
		font-weight:bold;
		text-decoration:none;
		padding:0 0 3px;
    }
    #main-menu > li:hover > a,
	#main-menu > li.current-menu-item > a,
	#main-menu > li.current-menu-parent > a{
        color:#9357a5;
    }
    #main-menu ul{
        position: absolute;
        z-index: -1;
        top: 100%;
        left: -7px;right:auto;
        background-color:rgba(255,255,255,0.7);
        padding:14px 0;
        margin:0;
        width:auto;
		opacity:0;
		transition:all 0.2s linear;
		visibility:hidden;
		box-shadow:0 2px 8px rgba(87,83,83,0.2);
		white-space:nowrap;
    }
	#main-menu > li:hover{z-index:1;}
	#main-menu > li:hover ul{
		opacity:1;
		visibility:visible;
	}
    #main-menu ul li{
        display:block;
        margin: 0;
        font-size: 16px;
		letter-spacing:0.05em;
        line-height: 2.1;
    }
    #main-menu ul li a{
        display:block;
		font-weight:bold;
        padding:2px 35px;
		text-decoration:none;
		position:relative;
    }
	#main-menu ul li a:before{
		content:'';
		display:block;
		position:absolute;
		top:14px;
		left:15px;
		width:10px;height:10px;
		background:url('../img/navi_maru.png')center center no-repeat;
		opacity:0;
		transition:all 0.2s linear;
	}
	#main-menu ul li a:hover:before,
	#main-menu ul li.current-menu-item a:before{
		opacity:1;
	}

}

/*--------------------------------- END HEADER ---------------------------------*/
/*--------------------------------- FOOTER ---------------------------------*/
#nendebcopy{
	display:none;
}
#footerwrap .widget{
    margin-bottom: 0;
}
.footer_bottom{
	background:#9357a5;
}
.footer_bottom .inner{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
#footerwrap .footer-nav{
	margin:0;
	line-height:1;
	padding:15px 0;
	text-align:left;
}
#footerwrap .footer-nav li{
	font-size:14px;
	letter-spacing:0.05em;
	display:inline;
    margin:0;
	vertical-align:top;
}
#footerwrap .footer-nav li a{
    padding:10px 12px 10px 8px;
    display:inline-block;
	position:relative;
	color:#fff;
	text-decoration:none;
}
#footerwrap .footer-nav li a:hover{
	text-decoration:underline;
}
#footerwrap .footer-nav li.menu-item-has-children > a{
	padding-right:0;
}
#footerwrap .footer-nav > li:not(:last-child):not(.menu-item-has-children) > a:after{
	content:'';
	display:block;
	position:absolute;
	top:11px;bottom:10px;
	right:0;
	border-left:1px solid #fff;
}
#footerwrap .footer-nav ul{
	display:inline;
	line-height:1;
	margin:0;
}
#footerwrap .footer-nav ul li a{
	padding:10px 0;
}
#footerwrap .footer-nav ul li:not(:last-child) > a:after{
	content:'/';
	display:inline-block;
	margin:0 -2px 0 2px;
}
#footerwrap .footer-nav ul li:first-child a:before{
	content:'[';
	display:inline-block;
	margin:0 2px 0 0;
}
#footerwrap .footer-nav ul li:last-child a:after{
	content:']';
	display:inline-block;
	margin:0 0 0 2px;
}
.copyright-container{
    padding:17px 0 17px 3%;
    text-align:right;
}
.copyright-container .copyright{
	display:block;
    margin:0;
	font-size:14px;
	letter-spacing:0.05em;
	color:#fff;
}
.copyright-container span:not(.copyright){
	line-height:1;
}
body.tb_responsive_mode #footerwrap .f-con,
body.builder-is-mobile #footerwrap .f-con{
    position: fixed;
    bottom:0;
    width:100%;
}

/*--------------------------------- END FOOTER ---------------------------------*/





/*--------------------------------------------------
- TITLE -
--------------------------------------------------*/
.module.tit_0 .module-title{margin-bottom: 0;}
.module.tit_5 .module-title{margin-bottom: 5px;}
.module.tit_10 .module-title{margin-bottom: 10px;}
.module.tit_15 .module-title{margin-bottom: 15px;}
.module.tit_20 .module-title{margin-bottom: 20px;}

#pagewrap .tit_fff .module-title,
#pagewrap .tit_fff .fancy-heading{
	color:#fff;
}

.module .module-title,
.module .fancy-heading{
    font-size:16px;
    line-height:1.4;
    color:#2e2e2e;
	letter-spacing:0.05em;
	font-family: fot-tsukubrdgothic-std,sans-serif;
}
.module .fancy-heading{
	margin:0;
}

.module.tit_c_pp .module-title{
	font-size:24px;
	letter-spacing:0.05em;
	text-align:center;
	color:#9357a5;
}
.module.tit_icon .module-title,
.module.tit_bc_pp .module-title{
	font-size:32px;
	color:#9357a5;
	text-align:center;
	letter-spacing:0.05em;
}
.module.tit_icon .module-title{
	padding:37px 0 0;
	background:url('../img/icon_teeth.png')center top no-repeat;
}
.module.tit_icon.tit_fff .module-title{
	background-image:url('../img/icon_teeth_light.png');
}
body.home .module.tit_icon.tit_fff .module-title{
	background-image:url('../img/icon_teeth_org.png');
}
.module.tit_main .module-title{
	font-size:36px;
	color:#fff;
	letter-spacing:0.05em;
	text-align:center;
}
.module.tit_cs .module-title{
	font-size:18px;
	letter-spacing:0.05em;
	text-align:center;
}
.module.tit_box .module-title,
.module.tit_box_s .module-title{
	font-size:24px;
	text-align:center;
	color:#fff;
	letter-spacing:0.05em;
	background:#9357a5;
	border-radius:8px;
	padding:12px 20px 14px;
}
.module.tit_box_s .module-title{
	padding:7px 20px 9px;
}
.module.tit_br .module-title{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:normal;
	text-align:center;
	border:2px solid #9357a5;
	border-radius:8px;
	padding:6px 20px 7px;
}
.module.tit_line_ll .module-title{
	font-size:24px;
	letter-spacing:0.05em;
	border:1px solid #9357a5;
	border-width:0 0 3px 10px;
	padding:5px 0 8px 20px;
}
.module.tit_box_light .module-title,
.module.tit_box_arrow .module-title{
	font-size:24px;
	text-align:center;
	color:#9357a5;
	letter-spacing:0.05em;
	background:#f0e5f3;
	border-radius:10px;
	padding:22px 20px 24px;
	position:relative;
}
.module.tit_box_arrow .module-title:before{
	content:'';
	display:block;
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-10px;
	border:1px solid transparent;
	border-width:20px 10px 0;
	border-top-color:#f0e5f3;
}
.module.tit_mid{
	overflow:hidden;
	text-align:center;
}
.module.tit_mid .module-title{
	display:inline-block;
	vertical-align:top;
	font-size:24px;
	color:#9357a5;
	text-align:center;
	padding:0 20px;
	position:relative;
}
.module.tit_mid .module-title:before,
.module.tit_mid .module-title:after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	width:100vw;
	margin:-1px 0 0;
	border-top:2px solid #c9a9d0;
}
.module.tit_mid .module-title:after{
	left:100%;right:auto;
}

/*--------------------------------------------------
- TEXT -
--------------------------------------------------*/
.module p:last-child,
.module .ui.module-accordion{
    margin-bottom: 0;
}
.module-buttons a.ui.builder_button:hover{opacity:0.7;}
.module-buttons a span{
	margin:0;
	vertical-align:top;
	font-size: 100%;
}
.module ul{
  margin:0;
  overflow:hidden;
}
.module.anchor_load ul,
.module.list_br ul{
	text-align:center;
	line-height:1;
}
.module.anchor_load ul li,
.module.list_br ul li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:2.1;
	font-family: fot-tsukubrdgothic-std,sans-serif;
	font-weight:bold;
	letter-spacing:0.05em;
	min-width:160px;
	margin:0 5px 10px;
}
#pagewrap .module.anchor_load ul li a,
#pagewrap .module.list_br ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:center;
	background:#9357a5;
	border-radius:20px;
	padding:5px 17px;
}
.module.anchor_load ul li a:hover,
.module.list_br ul li a:hover{
	opacity:0.7;
}
#pagewrap .pagenav{
    padding: 0;
	text-align:center;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#pagewrap .pagenav a,
#pagewrap .pagenav span{
	padding: 10px 0 0;
	text-decoration: none;
	color:#000;
	min-width:50px;
	min-height:50px;
	border:1px solid #000;
	background:none;
	border-radius:0;
	margin:0 0 0 0px;
}
#pagewrap .pagenav .current{
	background:none;
	color:#423932;
}
#pagewrap .pagenav a:hover{
	opacity:0.7;
}

.module.btn_phone .module-buttons-item{
	width:auto;
	max-width:100%;
	vertical-align:top;
}
#pagewrap .module.btn_phone a.ui.builder_button,
.header_phone{
	font-size:32px;
	letter-spacing:0.05em;
	line-height:1;
	font-weight:bold;
	position:relative;
	padding:30px 0 34px;
}
#pagewrap .module.btn_phone a.ui.builder_button{
	display:block;
	font-size:38px;
	letter-spacing:0.05em;
	margin:0;
	padding:0;
	pointer-events:none;
}
.header_phone span:not(.header_note):before,
.module.btn_phone a.ui.builder_button span:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:38px;height:24px;
	background:url('../img/icon_phone_s.png')center center no-repeat;
	margin:6px 11px 0 0;
}
.module.btn_phone a.ui.builder_button span:before{
	width:48px;height:32px;
	background-image:url('../img/icon_phone.png');
	margin:4px 18px 0 0;
}
.header_phone .header_note{
	font-size:14px;
	letter-spacing:0.05em;
	line-height:2.1;
	font-weight:normal;
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;
	margin:5px 0 0;
}
.header_tel,
#pagewrap .banner_contact_tel a{
	font-size:24px;
	letter-spacing:0.05em;
	line-height:1;
	font-weight:bold;
	margin:-4px 0 -2px 18px;
}
#pagewrap .banner_contact_tel a{
	pointer-events:none;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	margin:2px 0 0;
}
.header_tel:before,
.banner_contact_tel a:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:17px;height:23px;
	background:url('../img/icon_tel.png')center center no-repeat;
	margin:1px 8px 0 0;
}
.module.btn_reservation .module-buttons-item,
#pagewrap #header .header_reservation,
.module .wpcf7 input[type=submit]{
	width:340px;
	max-width:100%;
	vertical-align: top;
}
#pagewrap .module.btn_reservation a.ui.builder_button,
#pagewrap #header .header_reservation,
.module .wpcf7 input[type=submit]{
    display:block;
	font-size:18px;
	line-height:2.1;
	letter-spacing:0.05em;
	color:#fff;
	font-family: fot-tsukubrdgothic-std,sans-serif;
    font-weight:bold;
	padding:13px 30px 14px;
	border-radius:32px;
	background:#c9a9d0;
	box-shadow:6px 6px #9357a5;
    text-align:center;
	text-decoration:none;
}
#pagewrap #header .header_reservation{
	width:300px;
	margin:0 6px 0 28px;
}
.header_reservation:hover{
	opacity:0.7;
}
.module.btn_reservation a.ui.builder_button span:before,
.header_reservation:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:26px;height:26px;
	background:url('../img/icon_cal_pp.png')center center no-repeat;
	margin:5px 20px 0 0;
}
.module.top_greeting_tit{
	font-size:24px;
	line-height:1.4;
	letter-spacing:0.05em;
	font-family: fot-tsukubrdgothic-std,sans-serif;
	font-weight:bold;
}
.module.top_greeting_tit strong{
	font-size:32px;
	letter-spacing:0.05em;
}
.module.top_greeting_tit strong:before{
	content:'「';
	display:inline-block;
	margin:0 0 0 -20px;
}
.module.top_greeting_tit strong:after{
	content:'」';
	display:inline-block;
	margin:0 -20px 0 0;
}
#pagewrap .m_link,
#pagewrap .m_link a.ui.builder_button{
	display:block;
	margin:0;
	position:absolute;
	z-index:1;
	top:0;bottom:0;
	left:0;right:0;
	opacity:0;
}
#pagewrap .banner_contact_tel a{
	pointer-events:none;
	text-decoration:none;
	font-size:24px;
	line-height:1;
	letter-spacing:0.05em;
	font-weight:bold;
	display:inline-block;
	vertical-align:top;
	margin:2px 0 0;
}
.module.list_check ul li{
	display:block;
	line-height:2.1;
	padding:0 0 0 32px;
	background:url('../img/icon_check.png')left top 6px no-repeat;
	margin:0 0 7px;
}
.module.list_check ul li:last-child,
.module.list_box_check ul li:last-child{
	margin:0;
}
.module.list_box_check ul li{
	display:block;
	line-height:2.1;
	margin:0 0 20px;
	background:#fff;
	border-radius:8px;
	padding:23px 4% 24px calc(5% + 45px);
	position:relative;
}
.module.list_box_check ul li:before{
	content:'';
	display:block;
	position:absolute;
	top:26px;
	left:5%;
	width:31px;height:28px;
	background:url('../img/icon_check_b.png')center center no-repeat;
}
.acc_notes .ui.module-accordion{
	overflow:visible;
}
#pagewrap .acc_notes .ui.module-accordion > li{
	margin-bottom:40px;
	background:#fff;
	border-radius:8px;
	overflow:hidden;
	box-shadow:3px 3px 8px rgba(105,105,103,0.3);
}
#pagewrap .acc_notes .ui.module-accordion > li:last-child{
	margin-bottom:0;
}
#pagewrap .acc_notes .ui.module-accordion .accordion-title{
	font-size:24px;
	font-family: fot-tsukubrdgothic-std,sans-serif;
	letter-spacing:0.05em;
}
#pagewrap .acc_notes .ui.module-accordion .accordion-title a{
	color:#fff;
	background:#9357a5;
	position:relative;
	padding:12px calc(63px + 2.72%) 14px calc(42px + 3.5%);
	text-decoration:none;
}
.acc_notes .ui.module-accordion .accordion-title a:before,
.acc_notes .ui.module-accordion .accordion-title a:after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:3.5%;
	transform:translate(0,-50%);
	width:22px;height:22px;
	background:url('../img/icon_pen_fff.png')center center no-repeat;
}
.acc_notes .ui.module-accordion .accordion-title a:after{
	left:auto;right:2.72%;
	width:33px;height:16px;
	background-image:url('../img/icon_arrow_slim_down.png');
	transform:translate(0,-50%) rotate(0deg);
	transition:all 0.2s linear;
}
.acc_notes .ui.module-accordion .builder-accordion-active .accordion-title a:after{
	transform:translate(0,-50%) rotate(-180deg);
}
#pagewrap .acc_notes .accordion-content{
	line-height:2.1;
	padding:20px 30px 21px;
}
#pagewrap .module.link_tel a[href*="tel:"]{
	text-decoration:none;
	font-weight:bold;
}
.module.link_tel a[href*="tel:"] strong{
	display:inline-block;
	vertical-align:bottom;
	font-size:20px;
	line-height:1.7;
	margin:-2px 0 1px;
}
.module.link_tel a[href*="tel:"]:hover{
	opacity:0.7;
}
.module.m_policy{
	height:340px;
	overflow:auto;
	overflow-y:scroll;
}
body:not(.tb_responsive_mode) .module.m_policy,
body:not(.builder-is-mobile) .module.m_policy{
    padding-right:2.72%;
}
/*newfotter*/
#all-ft{
	position:fixed;
	display:flex;
	align-items:flex-end;
	bottom:0;
	right:0;
	z-index:999;
}
#all-ft .button-open,
#all-ft #open-chatbot{
	background:none;
	display:block;
	flex:0 0 275px;
	width:275px;
    height:auto;
	padding:0;
	border:0;
	line-height:0;
}
#all-ft button img{
	display:block;
	width:100%;
	height:auto;
}
#all-ft button:hover{
	background:none;
}
/*モーダルウインドウ*/
/* 開くボタン */
.button-open {
  display: block;
  margin: 0 auto;
  width: 20rem;
  padding: 1em;
  background-color: #3140c9;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}
/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 999;
	padding: 40px 10px;
	width:400px;
}
.modal-txt-wrap{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight:bold;
}
.modal-txt-wrap{
	display:block;
	text-align:center;
}
.modal-txt-wrap h1{
	font-size:25px;
	color:#73567B;
	font-weight:bold;
	margin-bottom: 15px;
}
.modal-txt-wrap p{
	font-size:19px;
	width:80%;
	margin: 0px auto 15px;
	border-top:1px solid #73567B;
	font-weight:100;
	line-height:1.5;
}
.modal-window .link-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	padding: 0 30px;
}
#pagewrap .modal-window .link-wrap a{
	font-size:24px;
	display:flex;
	align-items:center;
	color: #fff;
    text-decoration: none;
	font-family:fot-tsukubrdgothic-std, sans-serif;
	background:#73567B;
	width:100%;
	justify-content: space-between;
	margin-bottom:10px;
}
.link-wrap a:after{
	content:"";
	background:url('../img/popup_arrow.png') no-repeat center;
	padding:30px;
	display: inline-block;
	background-size: 30px;
}
.link-wrap .ic span:before{
	content:"";
	padding:15px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: sub;
}
.link-wrap .lyo span:before{
	background:url('../img/popup_icon01.png') no-repeat center;
	background-size: 30px;
}
.link-wrap .lte span:before{
	background:url('../img/popup_icon02.png') no-repeat center;
	background-size: 30px;
}
.link-wrap .lti span:before{
	background:url('../img/popup_icon03.png') no-repeat center;
	background-size: 30px;
}
.link-wrap .lac span:before{
	background:url('../img/popup_icon04.png') no-repeat center;
	background-size: 30px;
}
/* 閉じるボタン */
.button-close {
     position: absolute;
    top: 0;
    right: 0;
    transform: translate(25%, -50%);
    background: none;
    padding: 0;
    width: 63px;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

/*--------------------------------------------------
- IMAGE -
--------------------------------------------------*/
.module .image-wrap{
    display: block;
    line-height:1;
}
.module .image-wrap img{
	width:auto;
	max-width:100%;
}
.module.img_right .image-wrap,
.module.img_r .image-wrap{
    text-align: right;
}
.module.gallery,
#pagewrap .themify_builder_slider .slide-image{margin:0;}
#pagewrap .gallery .gallery-item{margin-bottom:20px;}
.module.module-gallery .gallery-icon{cursor:auto;}
.module.module-gallery .gallery-caption{
	font-size:14px;
	line-height:2.1;
	letter-spacing;0.05em;
	margin:2px 0 -8px;
	text-align:left;
}
#pagewrap .gallery.gallery_fix_col1 .gallery-item{
	margin-right:0;
	margin-bottom:10px;
}
#pagewrap .gallery.gallery_fix_col2 .gallery-item{
	width:47.6%;
	margin-bottom:30px;
	width: 100%;
}
#pagewrap .gallery.gallery_fix_col2 .gallery-item:nth-of-type(odd){
	margin-right:4.8%;
}
#pagewrap .gallery.gallery_fix_col3 .gallery-item{
	width:31.2%;
	margin-right:3.2%;
	margin-bottom:30px;
	width: 100%;
}
#pagewrap .gallery.gallery_fix_col3 .gallery-item:nth-of-type(3n){
	margin-right:0;
}
.module.img_br .image-wrap img{
	border-radius:8px;
}
.module-gallery .gallery-icon, .module-gallery .gallery-item img{
	width: 100%;
}

/*--------------------------------------------------
- MODULE - BACKGROUND - BORDER -
--------------------------------------------------*/
.module iframe{display:block;margin:0 auto;}
#pagewrap .module_column.first{margin-left:0;}
#pagewrap .module-layout-part .module_column{min-height:auto;}
.row_overflow{
	overflow:hidden;
}

#pagewrap .m_ws,
#pagewrap .row_ws .row_inner{
	width:900px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
#pagewrap .row_ws .row_inner{
	width:720px;
}

.bg_light{background:#eee3f1;}
.bg_pp{background:#c9a9d0;}

.col_br_fff .tb-column{
	border:10px;
	background:#fff;
}
.bp_pp{
	border:1px solid #9357a5;
}

#pagewrap #content .row_top_banner .sub_column{
	transition:all 0.2s linear;
}
.row_top_banner .sub_column{
	background:#fff;
	border-radius:10px 10px 0 10px;
	box-shadow: 0 2px 8px rgb(87 83 83 / 20%);
	padding:0 5.45%;
	margin-top:9.09%;
	margin-bottom:60px;
}
.row_top_banner .sub_column:hover{
	opacity:0.7;
}
.row_top_banner .sub_column:before{
	content:'';
	display:block;
	position:absolute;
	bottom:3px;
	right:3px;
	border:1px solid transparent;
	border-width:30px 30px 0 0;
	border-right-color:#9357a5;
}
.row_top_banner .sub_column .module-image{
	width:72.8%;
	margin-top:-24.26%;
	margin-left:auto;
	margin-right:auto;
}
#pagewrap .row_top_banner .m_link{
	margin-top:-18.8%;
}
.row_banner_contact .row_inner{
	background:rgba(255,255,255,0.85);
	padding:0 5.45%;
	border-radius:10px;
}
.row_banner_contact .subrow_inner{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.row_banner_contact .sub_column{
	width:auto;
	padding:0 3%;
}
#pagewrap #content .row_main .row_inner{
	width:1400px;
	max-width:94%;
	margin:0 auto;
	background:#c9a9d0;
	border-radius:20px;
	padding:50px 3% 52px;
	min-height:280px;
	-webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    align-items: center;
	align-content: center;
}
.row_director .tb-column{
	background:#fff;
	border-radius:10px;
	padding:0 11.36%;
	box-shadow:0 2px 8px rgba(87,83,83,0.2);
}
.row_director .tit_box{
	width:300px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.row_director .sub_column.first{
	width:36.71%;
	width: auto;;
}
.row_director .sub_column.last{
	width:57.65%;
	margin-left:5.64%;
	width: auto;
}

/*--------------------------------------------------
- TABLE -
--------------------------------------------------*/
.module table{
	width:100%;
    border-collapse: collapse;
}
.module table tr td,
.module table tr th{
	border:1px solid #c5c3bd;
	border-width:0 0 1px;
	padding:20px 0 21px;
	vertical-align:top;
}
.module table tr th{
	text-align:left;
	color:#6cb7ab;
}
.module table tr th:first-child{
    width:200px;
}
.module .wpcf7 input[type=submit]{
	margin:40px auto 16px;
	transition:all 0.2s linear;
}
.module .wpcf7 input[type=submit]:focus{outline:none;}
.module .wpcf7 input[type=submit]:hover{opacity:0.7;}
.module .wpcf7-form > p{display:block;margin:0;}
.module .wpcf7-form .ajax-loader{display:block;margin:0 auto;}
.module .wpcf7-response-output{margin:0;}
.module .wpcf7-validation-errors{border-color:#333;margin-bottom:25px;}

#pagewrap .module .wpcf7 table tr th{
	padding:41px 0 42px;
}
#pagewrap .module .wpcf7 table tr td{
	padding:30px 0;
}
.module .wpcf7 table tr td .wpcf7-form-control-wrap{
	display:block;
	margin:10px 0 0;
}
.module .wpcf7 table tr td .wpcf7-form-control-wrap:first-of-type{
	margin-top:0;
}
.module .wpcf7 table tr td .wpcf7-form-control-wrap > input,
.module .wpcf7 table tr td .wpcf7-form-control-wrap > textarea{
	display:block;
	width:100%;
	max-width:100%;
	border-radius:0;
	border:1px solid #9357a5;
	outline:none;
	height:auto;
	padding:10px 20px 11px;
	background:#fff;
	color:#2e2e2e;
	font-size:16px;
	line-height:2.1;
}
.module .wpcf7 tbody tr td .wpcf7-form-control-wrap > textarea{
	height:320px;
	min-height:320px;
	resize: vertical;
}

.module.table_cal{
	border:1px solid #9357a5;
	border-radius:5px;
	overflow:hidden;
	font-size:14px;
	letter-spacing:0.07em;
}
.module.table_cal table tr td{
	border:none;
	color:#9357a5;
	background:#fff;
	padding:7px 0 11px;
}
.module.table_cal table tr:first-child td{
	color:#fff;
	background:#c9a9d0;
}
.module.table_cal table tr td:first-child{
	border-right:1px solid #c9a9d0;
	width:31.32%;
}
.module.table_cal table tr td img{
	margin:0;
	vertical-align:baseline;
}
.acc_notes .accordion-content table tr td{
	border:none;
	padding:0;
}
.acc_notes .accordion-content table tr td:first-child{
	width:68.8%;
	padding-right:3.2%;
}
.acc_notes .accordion-content table tr td:last-child{
	width:31.2%;
	padding-top:10px;
	text-align:center;
}
.acc_notes .accordion-content table tr td:last-child img{
	display:block;
	margin:0 auto 30px;
}
.acc_notes .accordion-content table tr td:last-child img:last-of-type{
	margin-bottom:9px;
}
.module.table_info table tr th:first-child{
	width:155px;
}
.module.table_career table tr th,
.module.table_career table tr td{
	border:none;
	padding:0 0 20px;
	display:block;
	float:left;
}
.module.table_career table tr:last-child th,
.module.table_career table tr:last-child td{
	padding:0;
}
.module.table_career table tr{
	display:block;
	overflow:hidden;
}
.module.table_career table tr th{
	width:27.6%;
	text-align:center;
	position:relative;
	z-index:1;
}
.module.table_career table tr td{
	width:72.4%;
}
.module.table_career table tr:not(:last-child) th:before,
.module.table_career table tr:not(:last-child) th:after,
.module.m_aff table tr th:before{
	content:'';
	display:block;
	position:absolute;
	z-index:-1;
	top:0;
	left:50%;
	height:100vh;
	border:1px solid #c5c3bd;
	border-width:0 0 0 1px;
}
.module.table_career table tr:not(:last-child) th:after{
	bottom:20px;
	left:0;right:0;
	height:auto;
	background:#fff;
	border:none;
}
.module.m_aff{
	border-radius:5px;
	background:#f0e5f3;
}
.module.m_aff table tr th,
.module.m_aff table tr td{
	padding:7px 4.7% 8px;
	border:none;
	vertical-align:middle;
}
.module.m_aff table tr th{
	color:#9357a5;
	text-align:center;
	position:relative;
	z-index:1;
	width:132px;
}
.module.m_aff table tr th:before{
	top:10px;bottom:10px;
	left:auto;right:0;
	height:auto;
	border-color:#9357a5;
}

/*--------------------------------------------------
- POST -
--------------------------------------------------*/
.module .post-date,
.module .post-title{
    line-height: 2.1;
}
.module-post .post-title a{text-decoration: underline;}
.module-post .post-title a:hover{text-decoration: none;}
.module .entry-content > p:last-of-type,
.module.post_news .builder-posts-wrap .post:last-of-type{
    margin-bottom:0;
}

.module.post_news{
    background:#fff;
	border-radius:10px;
	padding:30px 5.9% 60px;
}
.module.post_news .builder-posts-wrap .post{
    padding:20px 0 21px;
    margin:0;
	border-bottom:1px solid #c5c3bd;
}
.module.post_news .post-date{
    float:left;
	font-size:16px;
	letter-spacing:0.05em;
    color:#6cb7ab;
    margin:0 20px 0 0;
}
.module.post_news .entry-content{
    overflow: hidden;
}





body.single .post{
	padding:45px 0 0;
	margin:0 0 60px;
}
body.single .post-image{
	text-align:center;
	margin:0 0 50px;
}
body.single #pagewrap .history-back-button{
	display:block;
	text-align:center;
	width:200px;
	max-width:100%;
	margin:0 auto 100px;
	text-decoration:none;
}
body.single .history-back-button:hover{
	opacity:0.7;
}





/************************************************
***************** Media Query *******************
*************************************************/
@media screen and (max-width: 1400px) {
	
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	.header-brand-container{
		padding:0 50px 0 0;
	}

}

#header.nav-on .header-brand-container{
	padding:0 50px 0 0;
}

#pagewrap #menu-button,
#pagewrap .sp-footer-icons-container a{
	color:#2e2e2e;
	background:#fff;
	border-color:#fff;
	text-decoration:none;
}
#pagewrap .sp-footer-icons-container a{
	border-top:1px solid #fff;
	color:#fff;
	background:#9357a5;
}
#pagewrap #menu-button{
	width:50px;height:50px;
}
#pagewrap #menu-button .ham-lines span,
#pagewrap #menu-button .ham-lines::before,
#pagewrap #menu-button .ham-lines::after{
	background:#6cb7ab;
}
#pagewrap #main-menu-container.is-active{
	background:#fff;
}
#headerwrap #main-menu-container.is-active #main-menu{
	width:100%;
	max-width:94%;
	padding:60px 0;
}
#main-menu-container.is-active .main-menu{
	text-align:left;
}
#pagewrap #main-menu-container.is-active .main-menu>li{
	padding:0;
	margin:0;
	border-color:#2e2e2e;
	float:none;
	display:block;
	text-align:left;
}
#pagewrap #main-menu-container.is-active .main-menu ul>li{
	padding:0;
}
#pagewrap #main-menu-container.is-active .main-menu li a{
    display: block;
    padding: 8px 3%;
	text-decoration:none;
	color:#2e2e2e;
	width: fit-content;
    background: none;
    text-indent: unset;
    white-space: normal;
    height: auto;
}

.grecaptcha-badge {
	margin-bottom: 120px;
}



@media screen and (max-width: 1024px) {
	
	#headerwrap{
		padding:0 0 20px;
	}
	#headerwrap #header.header{
		padding:20px 0 0;
	}
	#pagewrap #header .header-brand-container{
		display:block;
		padding:0 50px;
	}
	.rb{
		display:none;
	}
	#pagewrap .row_top_greeting{
		background-image:url('../img/top_greeting_bg_sp.jpg');
	}
	.grecaptcha-badge{
		margin-bottom:60px !important;
	}
	
}





@media screen and (max-width: 980px) {
	
	#pagewrap .module_row > .row_inner{
		max-width:100%;
	}
	
}





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

	#pagewrap #content .gallery .gallery-item{
		width:49.2%;
        margin-right:1.5%;
        clear: none;
	}
	#pagewrap #content .gallery .gallery-item:nth-of-type(odd){
		clear:left;
	}
	#pagewrap #content .gallery .gallery-item:nth-of-type(even){
		margin-right:0;
	}
	#pagewrap .module:not(.table_cal,.table_career) > .tb_text_wrap table tr th,
	#pagewrap .module:not(.table_cal,.table_career) > .tb_text_wrap table tr td,
	#pagewrap .module.acc_notes table tr td{
		display:block;
		width:100%;
	}
	
	.footer_bottom .inner{
		display:block;
	}
	#footerwrap .footer-nav{
		text-align:center;
	}
	.copyright-container{
		padding-left:0;
		text-align:center;
	}
	#pagewrap .row_top_greeting{
		background:url('../img/top_greeting_img.jpg') center bottom no-repeat;
		background-size:100% auto;
		padding-bottom:68%;
	}
	#header #site-logo{
		width:70%;
		margin:0 auto;
	}
	body.home #headerwrap{
		padding:0 0 70%;
	}
	.module.top_greeting_tit{
		text-align:center;
	}
	.acc_notes .accordion-content table tr td:last-child{
		padding-top:20px;
	}
	.module.m_aff table tr th:before{
		top:auto;bottom:0;
		left:4.7%;right:4.7%;
		border-width:1px 0 0;
	}
	#pagewrap .module .wpcf7 table tr th{
		padding:20px 0 10px;
		border:none;
	}
	#pagewrap .module .wpcf7 table tr:first-child th{
		padding-top:0;
	}
	#pagewrap .module .wpcf7 table tr td{
		padding:0 0 30px;
	}
	
}





@media screen and (max-width: 680px) {
	
	#pagewrap .module_column{
		width:100%;
		margin-left:0;
	}
    .module.img_right .image-wrap,
    .module.img_left .image-wrap,
	.module.sp_center{
        text-align: center;
    }
	
	#pagewrap .row_top_banner .row_inner{
		width:532px;
		max-width:100%;
		margin:0 auto;
	}
	.row_top_banner .sub_column{
		margin-top:18.8%;
	}
	.row_top_banner .sub_column .module-image{
		width:63.3%;
		margin-top:-21.1%;
	}
	.module.post_news .post-date{
		float:none;
		margin:0;
	}
	.row_banner_contact .sub_column{
		padding:0;
	}
	body #all-ft .button-open,
	body #all-ft #open-chatbot{
	width: 50%;
}
	body .modal-window{
		width:350px;
	}
	.modal-txt-wrap h1{
		font-size:22px;
	}
	.modal-txt-wrap p{
		font-size:18px;
	}
	#pagewrap .modal-window .link-wrap a{
		font-size:22px;
	}
}

/* written by nishigaki */
#main-menu > li.linknone > a,
.footer-nav > li.linknone > a{
	pointer-events:none;
}
@media screen and (max-width: 680px){
	#pagewrap #content .row_main .row_inner{
		min-height: 200px;
	}
	.module.tit_main .module-title{
		font-size: 28px;
	}
}


/* end nishigaki */

/* source-based image fade-in */
.themify_builder_content img.js-image-fade{
	opacity:0;
	transform:translateY(8px);
	transition:opacity .6s ease, transform .6s ease;
}
.themify_builder_content img.js-image-fade.is-loaded{
	opacity:1;
	transform:none;
}
.themify_builder_content img.js-source-blur-image{
	filter:blur(25px);
	transform:translateY(0) translateZ(0);
	transition:filter .3s linear, opacity .45s ease;
	will-change:filter, opacity;
}
.themify_builder_content img.js-source-blur-image.is-loaded{
	filter:blur(0);
}

@media screen and (min-width: 981px) {
	body #pc-backtop {
		right: 42px;
		bottom: 132px;
		z-index: 540;
		opacity: 0;
		transform: translateY(8px);
		pointer-events: none;
		transition: opacity .3s ease, transform .3s ease;
	}
	body #pc-backtop.is-visible {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}
}
/*add 20260425*/
.bodywrap .themify_builder.themify_builder_content>.module_row {
    margin-left: -21.4vw;
    margin-right: -21.4vw;
    width: 101vw;
    padding-left: 21.4vw;
    padding-right: 21.4vw;
}
@media screen and (min-width: 1921px) {
.bodywrap .themify_builder.themify_builder_content>.module_row {
    margin-left: -23.4vw;
    margin-right: -23.4vw;
    padding-left: 23.4vw;
    padding-right: 23.4vw;
}
}
@media screen and (max-width: 1440px) {
.bodywrap .themify_builder.themify_builder_content>.module_row {
    margin-left: -12.4vw;
    margin-right: -12.4vw;
    padding-left: 12.4vw;
    padding-right: 12.4vw;
}
}
@media screen and (max-width: 1280px) {
.bodywrap .themify_builder.themify_builder_content>.module_row {
    margin-left: -7.4vw;
    margin-right: -7.4vw;
    padding-left: 7.4vw;
    padding-right: 7.4vw;
}
}
@media screen and (max-width: 1024px) {
.bodywrap .themify_builder.themify_builder_content>.module_row {
    margin-left: -3.4vw;
    margin-right: -3.4vw;
    padding-left: 3.4vw;
    padding-right: 3.4vw;
}
body #all-ft .button-open img, body #all-ft #open-chatbot img {
    width:100%;
}
#all-ft .button-open, #all-ft #open-chatbot {
    flex: auto;
}
}