@charset "UTF-8";
/*
Theme Name: Custom Theme
Template: basic
Author: Trendmake
Copyright: (c) 2023 Trendmake
Version: 20231228
*/

/* custom icon */
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?klagb8');
	src:  url('fonts/icomoon.eot?klagb8#iefix') format('embedded-opentype'),
	  url('fonts/icomoon.ttf?klagb8') format('truetype'),
	  url('fonts/icomoon.woff?klagb8') format('woff'),
	  url('fonts/icomoon.svg?klagb8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-chevron-up:before {
	content: "\e900";
  }
  .icon-phone:before {
	content: "\e901";
  }
  .icon-mail:before {
	content: "\e902";
  }
  .icon-paperplane:before {
	content: "\e903";
  }
  .icon-mail-envelope-closed:before {
	content: "\e904";
  }
  .icon-envelope:before {
	content: "\e905";
  }
  .icon-location:before {
	content: "\e906";
  }
  .icon-phone1:before {
	content: "\e907";
  }
  .icon-home:before {
	content: "\e908";
  }
  .icon-phone2:before {
	content: "\e942";
  }
  .icon-envelop:before {
	content: "\e945";
  }
  .icon-location1:before {
	content: "\e947";
  }
  .icon-amazon:before {
	content: "\ea87";
  }
  .icon-facebook2:before {
	content: "\ea91";
  }
  .icon-instagram:before {
	content: "\ea92";
  }
  

/*******************************
Common Setting
*******************************/
body {
	font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
	font-size: 16px;
	line-height: 2;
}
body #content {
	padding: 0;
}
/* Those Classes change row_inner width,
   when you set the Themify Builder > Row Options > Row Width to Default and Boxed. */
/*.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner {
	width: 100%;
}*/

/* table setting */
body table{
	width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

/*******************************
Header Fix
*******************************/
body #header.header {
	height: auto;
	border-bottom: none;
}

/* Header Site Branding */
body #site-logo,
body #site-description {
	position: static;
}
body #site-logo {
	line-height: 1;
}
body #site-logo a,
body #site-logo a img {
	display: block;
}
/* Search Form in Header */
body #headerwrap #header #searchform {
	position: static;
}
body #headerwrap #header #searchform #s {
	float: none;
}

/*******************************
Footer Fix
*******************************/
body #footer {
	border-top: none;
	clear: none;
	padding: 0;
}
body #pc-backtop {
	display: block;
	position: fixed;
	z-index: 500;
	bottom: 50px;
	right: 50px;
	opacity: 0;
	transition: opacity .3s;
	width: 32px;
	height: 32px;
	font-size: 30px;
}
body #pc-backtop.is-visible {
	opacity: 1;
}
body #pc-backtop.is-visible:hover {
	opacity: .7;
}
body #pc-backtop a,
body #pc-backtop a img {
	display: block;
}
body .sp-footer-icons-container {
	display: none;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	z-index: 600;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: calc( env(safe-area-inset-bottom) / 2 );
	background: #4f4f4f;
}

body #footer .sp-footer-icons-container a span{
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
}
body #footer .sp-footer-icons-container a {
	display: block;
	width: 100%;
	line-height: 1;
	text-align: center;
	background-color: #fafafa;
	text-decoration: none;
	font-size:10px;
	padding: 10px 0 6px;
	border-left:1px solid #1f7bb6;
}
body #footer .sp-footer-icons-container a:first-child{
	border-left:0;
}


/*******************************
Contact form
*******************************/
.wpcf7 table tr th{
	width:30%;
	text-align: left;
}
.wpcf7 table tr th,
.wpcf7 table tr td{
	padding:10px 15px
}
.wpcf7 table tr td input,
.wpcf7 table tr td select,
.wpcf7 table tr td textarea{
	background-color: #f3f3f3;
    border: solid 1px #ddd;
    padding: 6px 10px;
    border-radius: 5px;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
}
.wpcf7 table tr td span input{
	margin-top:10px;
}
.wpcf7 table tr td span:first-child input{
	margin-top:0px;
}
.wpcf7 table tr td input[type="radio"],
.wpcf7 table tr td input[type="checkbox"]{
	width:auto;
}
.wpcf7 .submit_btn{
	display:block;
}
.wpcf7 .submit_btn input[type="submit"]{
	display:block;
	width:250px;
	margin:0 auto;
}

/* =============================================
	menu settings
=============================================　*/
#main-nav{

}

#main-nav .current_page_item a,
#main-nav .current-menu-item a{
	
}

#main-nav li{

}

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #fafafa;
}
#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: #111;
	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);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* form */
body #pagewrap .wpcf7 .submit_btn input[type="submit"] {
	font-family: "Font Awesome 6 Free";
	padding: 22px 10px;
}

body #pagewrap .wpcf7 .submit_btn input[type="submit"]:hover {
	opacity: 0.7;
}

/* fujimoto */
#pagewrap .access__text table th, .access__text table td {
    border: 0px;
}

.access__text table td:first-child {
	width: 26%;
}

.access__text table tr {
	border-bottom: 1px solid #222;
}

body #pagewrap #footer .sp-footer-icons-container a {
    border-left: 1px solid #fff;
    color: #fff;
    background-color: #222;
}

.sp-br {
	display: none;
}

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1200px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* mobile menu visibility */
	body #header #main-nav{
		display: block;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	@media screen and (max-width: 1200px) { /* for tablet landscapes big */

		#pagewrap {
			position: relative;
			padding-bottom: 51px;
		}
	
		#header.header {
			padding-top: 0;
		}
	
		/* module menu button visible */
		#menu-button{
			visibility:visible;
			opacity:1;
		}
		
		/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
		#main-menu-container {
	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;
		max-width: 42vw;
		padding: 2%;
		height: 100vh;
		box-sizing: border-box;
		}
		#main-menu-container.is-active{
			left: 0;	
		}
		/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	
	}
	
/* 	by fujimoto */
	#pagewrap #headerwrap #main-menu-container.is-active {
		background: #fffd40;
		align-items: flex-start;
	}

	#pagewrap #headerwrap #main-menu-container.is-active a {
		color: #222;
	}

	#pagewrap #headerwrap #main-menu {
		padding: 0;
		margin-top: 100px;
	}

	#menu-button {
		background-color: #222;
	}

	#menu-button .ham-lines span, #menu-button .ham-lines::before, #menu-button .ham-lines::after {
		background-color: #fff;
	}

	#menu-button .ham-text {
		color: #fff
	}

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	body .sp-footer-icons-container{
		display: flex;
	}
	#pc-backtop{
		display: none;
	}
	
/* 	by fujimoto */
	#pagewrap .tb_qp2c362 .subrow_inner {
		--area: var(--aream2_auto);
	}

	#pagewrap .sub_main_1 .module.module-image.image-center .image-wrap {
		text-align: center;
	}
}

@media screen and (max-width: 768px) { /* for tablet portrate */
	
}

@media screen and (max-width: 460px) { /* for mobile */
	
}

@media screen and (max-width: 390px) { /* for mobile small */
	
}

body.skin-default{
   background:#fff;
}

body *{
    box-sizing:border-box;
}

/**pagewidth body

:root{
  --pagewidthbody:1600px;
}

#pagewrap,
.themify_builder_row.fullwidth .row_inner{
	max-width:var(--pagewidthbody);
    width: 100%;
    margin: 0 auto;
}

end pagewidth body**/

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

.module_row > .row_inner{
	width:100%;
}

#pagewrap.site{
  color:#222;
  font-size:16px;
  line-height:2.375;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
	letter-spacing:0.05em;
}

/* -----End pagewrap pagewidth----- */

/* -----header----- */
body #headerwrap{
   background:
	   url("../../uploads/bglinebottom.png")no-repeat bottom center,
	   url("../../uploads/bg_f1.jpg");
	background-size:100% 94px,auto;
}

#headerwrap #header,
#footerwrap #footer{
   border:0px;
}

body #header.header{
	max-width:1740px;
	padding:40px 15px 0;
	width:100%;
	margin:0 auto;
	position:relative;
}

.header-brand-container,
.header-brand-container:before{
	position: absolute;
    top: -72px;
    left: 0;
    right: 0;
    margin: 0 auto;
	width: 340px;
    height: 340px;
	box-sizing: border-box;
}

.header-brand-container{
	float:none;
}


.header-brand-container:before{
	content:"";
	box-shadow:11px 5px 0 #222;
	background: #fffd40;
    border: 4px solid #fff;
    border-radius: 50%;
	z-index:1;
	top:0;
}

body #site-logo{
	position:relative;
	z-index:3;
	width: 336px;
    height: 336px;
    margin: 0 auto;
    text-align: center;
    background: #fffd40;
    border-radius: 50%;
	
    display: flex;
    align-items: flex-end;
    justify-content: center;
	
	padding:0 0 46px;
}

.rh{
	float:none;
	padding:0;
}

body #site-logo a,
body #site-logo img{
	display:inline-block;
	vertical-align:middle;
}

#searchform{
	display:none;	
}

/* -----end header----- */

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

#headerwrap #main-menu-container{background:#fffd40;border:4px solid #fff;border-radius:54px;box-shadow:11px 5px 0 #222;position:relative;z-index:2;}
 #headerwrap #main-menu{width: 100%;text-align:center;list-style:none;margin:0 auto;padding:28px 0 29px 54px;}
 #headerwrap #main-menu > li {padding:10px 22px;margin:0;display:inline-block;position:relative;}
 #headerwrap #main-menu > li > a {padding:0;margin:0;color:#222;font-size:18px;text-decoration:none;}
 #headerwrap #main-menu li ul.sub-menu{width:100%;border: 0;border-radius: 0;padding: 0;background:rgba(255,255,255,0.8);}
 #headerwrap #main-menu li ul.sub-menu li {border-bottom: 1px dotted #ccd6e3;width: 100% !important;}
 #headerwrap #main-menu li ul.sub-menu li a {padding: 18px 0 17px;font-size: 13px;width: 100% !important;color: #434343 !important;z-index:100;}
 #headerwrap #main-menu .current_page_item a,#pagewrap #main-menu .current-menu-item a {background-color: transparent;color: #666;border-radius: 0;}

 #headerwrap #main-menu  li.nav_f,
 #headerwrap #main-menu  li.nav00 {display:none;}

#headerwrap #main-menu > li:hover{
	border-color:#00c8ea;
}


#headerwrap #main-menu > li.nav_p_1{
	padding-right:320px;
}

#headerwrap #main-menu ul.sub-menu li a:hover{
	text-decoration:none;
}

#headerwrap #main-menu li ul.sub-menu{
	display: block !important;
    position: absolute;
	top:calc(100% + 1px);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index: 100;
    border-radius: 5px;
    left: -999em;
	width:100%;
	border: 0;
	border-radius: 0;
	padding:8px 0 0;
	background-image: linear-gradient(to top, rgba(47,200,226,0.95) , rgba(110,224,243,0.95));
	list-style:none;
	margin:0;
	white-space: nowrap;
}
#headerwrap #main-menu li:hover > ul.sub-menu{
    left: 50%;
    transform: translateX(-50%);
	visibility: visible;
    opacity: 1;
}

/* -----end menu----- */

/* -----footer----- */
#footerwrap #footer{
	overflow:hidden;
}

.row_contact_1{
	border-bottom:4px solid #222;
}
.row_contact_1 .tb-column{
	max-width:1780px;
	padding:0 10px;
	width:100%;
	margin:0 auto;
}

.row_contact_1 .last .tb-column-inner{
	text-align:center;
}

.nav_footer_1.module{
	margin:0;
	max-width:760px;
	width:100%;
	margin:0 auto;
}
.nav_footer_1.module ul{
	text-align:center;
    background: #fff;
    box-shadow: unset;
	border-radius: 0;
	padding:17px 10px;
}
.nav_footer_1.module ul.nav:not(.transparent) a{
	font-size:16px;
	line-height:38px;
	color:#222;
	background:none !important;
	padding:0 18px;
	border-radius:0;
}

.nav_footer_1.module ul li.navf00{
	display:none;
}

.maps_footer_1.module{
	margin:0;
}
.maps_footer_1.module,
.maps_footer_1.module iframe{
	line-height:1;	
}

.copyright-container{
	background:#222;
  padding:10px;
	text-align:center;
}

.copyright-container span{
	color:#fff;
}

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

.copyright-container span,.copyright-container a{
  display:inline-block;
	vertical-align:middle;
  padding-left:3px;
}

body #pc-backtop{
	width:auto;
    bottom:60px
}

#pagewrap .f-con .rtt a{
	padding:0;
}

/* -----end footer----- */

/* -----general----- */

body .module.module-layout-part{
	margin-bottom:0px;
}

#pagewrap .module .module-title{

}

.module-image:hover a img{
	opacity:0.7;
}

table{
	width:100%;
	border-collapse:collapse;
}


.module.module-buttons *{
	display:block;
}

.module.module-buttons span{
	margin:0;
}

.text_ab_2.module .module-title,
.ti_ab_1.module .module-title,
.text_ab_1.module .module-title,
.ti_line_yellow,
.list_link_home_2,
.text_line_b_1.module,
.ti_2_line_1.module,
.btn_page_1.module,
.m_font_1.module,
.ti_font_1.module .module-title{
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#content{
	padding:0;
}

.module{
	margin-bottom:30px;
}
.module p:last-child{
	margin:0;
}

body .module_row > .row_inner {
    max-width:100%;
}

/* -----end general----- */

.main_home_1{
	padding:22px 10px 0;
}

.text_home_1.module{
	text-align:center;
	font-size:48px;
	line-height:1.5;
}
.text_home_1.module .module-title{
	font-size:80px;
	color:#ff1010;
	line-height:1.3;
	padding:0 95px;
	background:
		url("../../uploads/line_l.png")no-repeat top 9px left,
		url("../../uploads/line_r.png")no-repeat top 9px right;
	font-weight:normal;
	margin-bottom:31px;
	display:inline-block;
}

.btn_page_1.module.module-buttons .ui:not(.transparent){
	font-size:18px;
	line-height:1.7;
	background:#ff9435;
	padding:21px 10px 26px;
	color:#222;
	border:0;
	border-bottom:6px solid #d66d10;
	max-width:300px;
	width:100%;
	display:inline-block;
	text-align:center;
}
.btn_page_1.module.module-buttons .ui:not(.transparent) span{
	background:url("../../uploads/icon1.png")no-repeat top 5px right;
	padding:0 33px 0 0;
	display:inline-block;
}

.btn_page_1b.module.module-buttons .ui:not(.transparent){
	background:#11b3ff;
	border-bottom:6px solid #0091d5;
}

.ti_2_line_1.module{
	text-align:center;
	font-size:36px;
	line-height:1.4;
}
.ti_2_line_1.module .module-title{
	font-weight:normal;
	font-size:130px;
	color:#ff1010;
	line-height:1.1;
	margin:0 0 7px;
}

.row_2_home{
	background:
		url("../../uploads/bg_l.png")no-repeat top 180px left 64px,
		url("../../uploads/bg_r.png")no-repeat top 305px right 85px;
}

.text_line_b_1.module{
	text-align:center;
}
.text_line_b_1.module p{
	display:inline;
	font-size:26px;
	line-height:48px;
	box-shadow: 0 -7px 0 #fff inset;
}

.list_btn_1{
	max-width:640px;
	width:100%;
	margin:0 auto;
}

.text_home_2.module{
	font-size:30px;
	line-height:52px;
}

.row_4_home{
	background:
		url("../../uploads/bgl2.png")no-repeat top 100px left 165px,
		url("../../uploads/bgr2.png")no-repeat top 80px right 65px,
		url("../../uploads/bgb1.png")no-repeat bottom 45px right 570px;
}

.list_link_home_2 .sub_column{
	position:relative;
	overflow:hidden;
	background-position:bottom center;
}

.list_link_home_2 .module-text.module{
	font-size:36px;
	line-height:1.4;
	text-align:right;
	max-width:470px;
	width:100%;
	margin:0 auto;
	padding:0 0 23px;
}
.list_link_home_2 .module-text.module .module-title{
	color:#222;
	font-size:130px;
	line-height:1;
	font-weight:normal;
	margin:0 0 27px;
	text-shadow:6px 6px 0 #fff;
	text-align:left;
}
.list_link_home_2 .module-text.module .module-title span{
	color:#ff1010;
}

.list_link_home_2 .module.module-buttons{
	margin:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.list_link_home_2 .module.module-buttons *{
	display:block;
	height:100%;
}
.list_link_home_2 .module.module-buttons .ui:not(.transparent){
	background:none;
	border:0;
	padding:0;
}

.row_5_home{
	position:relative;
}
.row_5_home:after,
.row_5_home:before{
	position:absolute;
}

.row_5_home:before{
	content:url("../../uploads/fg1.png");
	right:40px;
	bottom:-12px;
}
.row_5_home:after{
	content:url("../../uploads/fg2.png");
	left:40px;
	bottom:-97px;
	z-index:1;
}

.ti_line_yellow.module .module-title{
	margin:0;
	font-size:60px;
	line-height:1;
	font-weight:normal;
	padding:0 0 53px;
	background:url("../../uploads/line1.png")repeat-x bottom left;
}

/* POST */

.post_home_1.module{
}

.post_home_1 .list-post{
}

.post_home_1.module.module-post .post{
  margin-bottom:10px;
	background:rgba(255,255,255,0.5);
	padding:23px 30px;
}

.post_home_1 time{
  font-size:16px;
	line-height:38px;
  margin:0;
	color:#222;
	width:105px;
	float:left;
}

.post_home_1.module.module-post .post-title{
	float:left;
	width:calc(100% - 105px);
  margin-bottom:1px;
}

.post_home_1.module.module-post .post-title,
.post_home_1.module.module-post .post-title a{
  	font-size:16px;
	line-height:38px;
	font-weight:normal;
}

.post_home_1.module.module-post .post-title a{
	color:#222;
  text-decoration:none;
}
.post_home_1.module.module-post .post-title a:hover{
  text-decoration:underline;
}

/* End POST */

.text_concat_1.module{
	font-size:110px;
	line-height:1;
	color:#ff1010;
}

.btn_tel_1.module.module-buttons .ui:not(.transparent){
	font-size:46px;
	line-height:1;
	background:url("../../uploads/icontel1.png")no-repeat top 7px left;
	padding:0 0 0 45px;
	color:#222;
	display:inline-block;
	border:0;
}
.btn_mail_1.module.module-buttons .ui:not(.transparent){
	font-size:26px;
	line-height:1.7;
	background:#4ae7f4;
	padding:19px 10px 24px;
	color:#222;
	border:0;
	border-bottom:6px solid #00ccdd;
	max-width:470px;
	width:100%;
	margin:0 auto;
	display:block;
}
.btn_mail_1.module.module-buttons .ui:not(.transparent) span{
	background:url("../../uploads/iconmail1.png")no-repeat top 7px left;
	padding:0 0 0 67px;
	display:inline-block;
}

.sub_main_1 .tb-column{
	max-width:1570px;
	width:100%;
	margin:0 auto;
	padding:92px 0 130px;
}
.sub_main_1 .module.module-image.image-center .image-wrap{
	text-align:right;
}

.text_ab_0.module .module-title{
	font-size:60px;
}

.text_ab_1.module{
	text-align:center;
	font-size:20px;
	line-height:41px;
	font-weight:bold;
	min-height:259px;
	
	display: flex;
    flex-direction: column;
    justify-content: center;
	max-width:272px;
	width:100%;
	margin:0 auto 100px;
}
.text_ab_1.module .module-title{
	font-size:28px;
	color:#222;
	text-shadow:0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	margin:0 0 12px;
	font-weight:normal;
}

.list_ab_1{
	max-width:895px;
	width:100%;
	margin:0 auto;
}

.ti_ab_1.module .module-title{
	text-align:center;
	margin:0;
	padding:0 0 44px;
	font-size:60px;
	color:#222;
	font-weight:normal;
	background:url("../../uploads/linered1.png")no-repeat bottom center;
}

.ti_ac_1.module .module-title{
	background:url("../../uploads/line_ac_1.png")no-repeat bottom center;
}

.line_ac_1a.module .module-title{
	max-width:700px;
	width:100%;
	margin:0 auto;
}
.line_ac_1c.module .module-title{
	max-width:475px;
	width:100%;
	margin:0 auto;
}

.ti_gl_1.module .module-title{
	background:url("../../uploads/linered1.png")no-repeat bottom right;
	max-width:240px;
	width:100%;
	margin:0 auto;
}

.row_2_ab{
	background:url("../../uploads/bgab1.png")no-repeat top 60px center;
}

.table_price_1.module{
	margin-bottom:20px;
}
.table_price_1 th,
.table_price_1 td{
	border:0;
	padding:4px 0;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	vertical-align: baseline;
}

.table_price_1 th img{
	margin-bottom:9px;
	padding: 6px 0 0;
}

.table_price_1 td{
	text-align:right;
	padding-left:10px;
}

.table_price_1 table ~ p{
	background:#f5f5f5;
	padding:6px 10px;
}

.p_anchor_1.module{
	text-align:center;
}
.p_anchor_1.module .tb_text_wrap{
	background:#c3fbbd;
	display:inline-block;
	padding:16px 30px;
	min-width:700px;
}
.p_anchor_1.module a{
	color:#222;
	text-decoration:underline;
}
.p_anchor_1.module a:hover{
	color:#222;
	text-decoration:none;
}

.text_ab_2.module .module-title{
	margin:0;
	color:#222;
	font-size:22px;
	line-height:38px;
	padding:21px 15px;
	text-align:center;
	font-weight:normal;
	background:#86eff8;
}
.text_ab_3.module .module-title{
	font-size:18px;
	color:#222;
	margin:0 0 25px;
}
.text_ab_3.module .tb_text_wrap{
	background:rgba(255,255,255,0.5);
	padding:17px 30px;
}

.post-author,
.archive .page-title{
	display:none;
}

.sidebar1 #sidebar{
	width:270px !important;
	padding:150px 0 100px;
}

.widgettitle{
	font-size:20px;
	color:#3a3634;
	background:#d6ff86;
	  font-family: "RocknRoll One", sans-serif;
	  font-weight: 400;
	  font-style: normal;
	padding:27px 25px;
	margin:0 0 30px;
}

.widget .categories-list > li{
	padding:5px 0 0 35px;
	background:url("../../uploads/star.png")no-repeat top left;
}
.widget .categories-list > li a{
	color:#222;
	font-size:16px;
	text-decoration:underline;
}
.widget .categories-list > li a:hover{
	text-decoration:none;
}
.widget .categories-list li ul{
	margin:14px 0 0;
}
.widget .categories-list li li{
	padding:0 0 0 20px;
	position:relative;
	margin-bottom:14px;
}
.widget .categories-list li li:before{
	content:"‐";
	display:block;
	position:absolute;
	top:0;
	left:0;
}

.sidebar1 #content{
	width:calc(100% - 270px - 40px)!important;
	padding:150px 0 200px;
}

body .post-meta .post-author:after, 
body .post-meta .post-category:after, 
body .post-meta .post-tag:after{
	content:none;
}

.single-post .post,
.archive .post{
	position:relative;
}

.single-post .post{
	margin-bottom:70px;
}

.archive .loops-wrapper.list-post > .post{
	margin-bottom:50px !important;
}

.single-post time,
.archive time{
	font-size:16px;
	color:#222;
	padding:0 0 11px 10px;
	display:inline-block;
}

.single-post .post-meta,
.archive .post-meta{
	position:absolute;
	left:130px;
	top:0;
}

.single-post .post-category a,
.archive .post-category a{
	display:inline-block;
	background:#fffd40;
	border-radius:10px;
	padding:8px 10px;
	text-align:center;
	min-width:120px;
	font-size:16px;
	line-height:1.4;
	color:#222;
}

.single-post .post-category a[href*="event"], 
.archive .post-category a[href*="event"]{
	background:#ffbc52;
}

.single-post .post-title,
.archive .post-title a{
	display:block;
	background:#86eff8;
	padding:21px 25px;
}

.single-post .post-title{
	margin-bottom:25px;
}

.archive .post:nth-child(even) .post-title a{
	background:#ffcad0;
}

.archive .post-title{
	margin:0;
}

.single-post .post-title,
.archive .post-title,
.archive .post-title a{
	font-size:22px;
	color:#3a3634;
	line-height:38px;
	  font-family: "RocknRoll One", sans-serif;
	  font-weight: 400;
	  font-style: normal;
}

.rtb a{
	font-size: 18px;
    line-height: 1.7;
    background: #ff9435;
    padding: 21px 10px 26px;
    color: #222;
    border: 0;
    border-bottom: 6px solid #d66d10;
    max-width: 300px;
    width: 100%;
    display: block;
    text-align: center;
	margin:0 auto;
	  font-family: "RocknRoll One", sans-serif;
	  font-weight: 400;
	  font-style: normal;
}
.rtb a span{
    background: url(../../uploads/arrnew1.png)no-repeat top 5px left;
    padding: 0 0 0 33px;
    display: inline-block;
}

body .pagenav{
	text-align:center;
	padding:0;
}

#pagewrap .pagenav a, 
#pagewrap .pagenav span {
    line-height: 100%;
    padding: 6px 0 0;
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
    min-width:38px;
    min-height:38px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
	text-decoration:none;
	font-size:18px;
	color:#222;
	border:2px solid #ff9435;
	background:none;
}

#pagewrap .pagenav a:hover, 
#pagewrap .pagenav span {
	background:#ff9435;
}

body.single-post #headerwrap{
	padding-bottom:460px;
}

.gl_gl_1.module{
	margin:0 auto;
	max-width:1165px;
	width:100%;
}

.gl_gl_1.module img{
	width:271px;
	height:271px;
	object-fit: cover;
}

.arr_faq.module .ui.module-accordion,
.arr_faq.module .accordion-content{
  background:transparent;
  border:0;
  margin:0;
}

.arr_faq.module li{
	margin-bottom:50px;
	border:0;
}

.arr_faq.module .builder-accordion-active:last-child{
	margin-bottom:0;
}

.arr_faq.module ul.ui.module-accordion .accordion-title a{
	background-color:#86eff8;
  font-size:22px;
  font-weight:bold;
  color:#3a3634 !important;
  padding:21px 20px 24px 85px;
  line-height:1.6;
	position:relative;
	  font-family: "RocknRoll One", sans-serif;
	  font-weight: 400;
	  font-style: normal;
}
.arr_faq.module ul.ui.module-accordion li:nth-child(even) .accordion-title a{
	background-color:#ffcad0;
}
.arr_faq.module ul.ui.module-accordion .accordion-title a:before{
	content:"Q";
	font-size:36px;
	color:#fff;
	line-height:1;
	position:absolute;
	top:19px;
	left:30px;
}

.arr_faq.module li:hover .accordion-title{
	opacity:0.7;
}

.arr_faq.module .accordion-content{
	padding:27px 0 40px;
	font-size:16px;
  line-height:38px;
}

.row_2_voive .tb-column{
	max-width:825px;
	width:100%;
	margin:0 auto;
}

.row_2_voive .module_subrow:nth-child(odd) .last .module,
.row_2_voive .module_subrow:nth-child(even) .first .module{
	background:#c9f0ff;
	border:4px solid #444;
	border-radius:20px;
	padding:27px 35px;
	position:relative;
}
.row_2_voive .module_subrow:nth-child(odd) .last .module{
	margin-left:26px;
}
.row_2_voive .module_subrow:nth-child(even) .first .module{
	background:#ffec95;	
	margin-right:26px;
}

.row_2_voive .module_subrow:nth-child(odd) .last .module:before,
.row_2_voive .module_subrow:nth-child(even) .first .module:before{
	position:absolute;
	top:23px;
	display:block;
	line-height:1;
}
.row_2_voive .module_subrow:nth-child(odd) .last .module:before{
	content:url("../../uploads/arr_voi_l.png");
	left:-35px;
}
.row_2_voive .module_subrow:nth-child(even) .first .module:before{
	content:url("../../uploads/arr_voi_r.png");
	right:-35px;
}

.text_ct_1.module a{
	font-size:16px;
	color:#222;
	text-decoration:underline;
}
.text_ct_1.module a:hover{
	text-decoration:none;
}

body .wpcf7{
	background:#d0f4f7;
	padding:90px 20px 43px;
}
body .wpcf7 table{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
body .wpcf7 table tr th, 
body .wpcf7 table tr td{
	border:0;
	padding:10px 0;
	vertical-align:top;
}
body .wpcf7 table tr th{
	width:34%;
}
body .wpcf7 table tr th span{
	font-size:13px;
	color:#d11010;
}

body .wpcf7 table tr td input,
body .wpcf7 table tr td textarea{
	border-radius:5px;
	background:#fff;
	border:0;
	padding:5px 10px;
}

body .wpcf7 .submit_btn input[type="submit"]{
	background:#222;
	color:#fff;
	text-align:center;
	border-radius:0;
	letter-spacing:0.44em;
	font-size:16px;
	max-width:200px;
	padding:10px 10px;
	margin:38px auto 0;
}

.text_policy_1.module{
	height:400px;
	overflow:auto;
	padding:35px 55px 35px 40px;
	background:#fff;
	border:1px solid #e6e6e6;
}

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

	body #header.header{
		padding-top:0;
	}
	
	.header-brand-container {
		position: relative;
		top:0;
		margin:-72px auto 20px;
	}
	#headerwrap #main-menu{
		padding:28px 15px 29px;
	}
	#headerwrap #main-menu > li.nav_p_1{
		padding:10px 22px;
	}
	
	body.single-post #headerwrap {
		padding-bottom: 150px;
	}
	
	.gl_gl_1.module img{
		height:250px;
	}
	
}

@media screen and (max-width: 1280px) {
	
	#headerwrap #main-menu > li {
		padding: 10px 15px;
	}
	
	.gl_gl_1.module img{
		height:200px;
	}
	
}


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

	#pagewrap .pagewidth{
    width:98%;
  }
	#headerwrap #main-menu li.nav00 {
		display: block;
	}
	
	body.mobile_menu_active #header,body #header.header  {
    padding:0;
	}

	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
	 }
	
	.h_contact{
		display:none;
	}
	#headerwrap #main-menu-container{
		position:fixed;
		max-width: 100vw;
		z-index:100;
		border-radius:0;
		border:0;
		box-shadow:unset;
		background:#fff;
	}
#headerwrap #main-menu-container.is-active{
		display: flex;
    align-items: center;
	background:rgba(255,255,255,0.95);
	}
#headerwrap #main-menu {
    background: none;
    padding-right: 0;
}
#headerwrap #main-menu li ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: unset;
		background: none;
		padding:0;
	}
	#headerwrap #main-menu li ul.sub-menu li {
    	background:none;
		padding-bottom:15px;
	}
	li ul.sub-menu li:first-child {
		padding-top: 0;
	}
	li ul.sub-menu li:last-child {
		padding-bottom: 0;
	}
#headerwrap #main-menu-container ul > li.menu-item{
		padding: 10px;
		background: none;
		text-align: center;
		display: block;
		border-bottom: 0;
	}

body .sp-footer-icons-container a {
    font-size: 14px;
    padding: 11px 0;
}

#pagewrap {
    padding-bottom: 0;
}
  
}


@media screen and (max-width: 1024px) {
	
	.list_link_home_2 .subrow_inner {
		--area: var(--aream2_auto);
	}
	
	
	.list_link_home_2 .first {
		margin-bottom:40px;
	}
	
	.sidebar1 #content{
		width:100% !important;
		padding:80px 0 90px;
		float:none;
	}
	.sidebar1 #sidebar{
		padding:0 0 50px;
		float:none;
		margin:0 auto;
	}
	
	.gl_gl_1.module img{
		height:180px;
	}
	
	
}

@media screen and (max-width: 939px) {
  
	#pagewrap .pagewidth{
    width:96%;
  }
	
  .f-con{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
  }
	
#headerwrap #main-menu > li {display:block;border:0;padding:10px;}
		
	
body #headerwrap {
  padding:0;
}
  
  
  body.mobile_menu_active .social-widget{
  	padding:0;
  }

body #footerwrap .f-con {
    display:flex;
	}

body #footerwrap .f-con a {
    padding: 5px;
  }
  
  .img_right_939_center .subrow_inner{
  	flex-direction: column-reverse;
  }

#pagewrap {
    padding-bottom:50px;
}

body #pc-backtop{
		display:none;
	}
	
	.row_2_home,
	.row_4_home{
		background:none;
	}
	
	.row_5_home:after,
	.row_5_home:before{
		content:none;
	}

}


@media screen and (max-width: 768px) {
	
  
  .table_multicolumn.module .tb_text_wrap{
    overflow: auto;
    margin-right: 2%;
    margin-left: 2%;
	}
  
  
  .table_multicolumn.module.module .tb_text_wrap table{
    width: 685px;
	}

}

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

#pagewrap .pagewidth{
    width:92%;
  }
	
	.ti_2_line_1.module .module-title {
		font-size: 70px;
	}
	
	.text_home_1.module .module-title {
		font-size: 40px;
		padding: 0;
		background:none;
	}
	.text_home_1.module {
		font-size: 30px;
	}
	
	.post_home_1 time,
	.post_home_1.module.module-post .post-title{
		width:100%;
		float:none;
	}
	
	.sub_main_1 .tb-column {
		padding: 30px 0 100px;
	}
	
	.p_anchor_1.module .tb_text_wrap {
		min-width: unset;
	}
	
	.ti_ab_1.module .module-title {
		font-size: 39px;
	}
	
	.table_price_1 th, .table_price_1 td{
		display:block;
		width:100%;
	}
	
	#pagewrap .module .gallery-t-columns-4 {
		--galn: 2;
		gap: 15px;
		row-gap: 15px;
	}
	
	.gl_gl_1.module img{
		aspect-ratio: 1 / 1;
		width: 100%;
		height: 100%;
	}
	
	#pagewrap .module-accordion ul *{  
    transition: all 0.3s;
  }
/*   #pagewrap .module-accordion ul li .accordion-content {
     display:none;
  } */
  #pagewrap .module-accordion ul .builder-accordion-active .accordion-content {
     display:block !important;
  }
	
	.row_2_voive .module_subrow:nth-child(odd) .last .module,
	.row_2_voive .module_subrow:nth-child(even) .first .module{
		margin:0 0 50px;
	}
	.row_2_voive .module_subrow:nth-child(odd) .last .module:before, 
	.row_2_voive .module_subrow:nth-child(even) .first .module:before {
		content:none;
	}
	
	.text_policy_1.module{
		padding:25px 20px;
	}
	
	body .wpcf7{
		padding:40px 20px 13px;
	}
	body .wpcf7 table tr th{
		width:100%;
	}

/* fujimoto	 */
	body #pagewrap #site-logo {
		width: 184px;
		height: 204px;
		background-color: transparent;
	}

	#pagewrap .header-brand-container, #pagewrap .header-brand-container:before {
		width: 206px;
		height: 206px;
	}

	#pagewrap .site-logo-image {
		max-width: 66%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -25%);
	}
	
	#pagewrap .main_home_1 {
		padding:0 10px 0
	}

	.text_home_1.module.tb_9kcb221 .module-title {
		font-size: 32px;
	}
	
	.text_home_2.module {
		font-size: 24px;
	}
	
	.text_home_2.module span {
		font-size: 30px!important;
	}
	
	#pagewrap .m_font_1.tb_lliw363 {
		font-size: 23px;
	}
	
	#pagewrap .text_concat_1.module {
		font-size: 45px;
	}
	
	#pagewrap .text_ab_3.module .tb_text_wrap {
		padding: 17px 28px;
	}
	
	.sp-br {
		display: block;
	}
	
	#pagewrap .text_ab_1.module {
		margin: 0 auto 50px;
	}

	#pagewrap .ti_ab_1.module.tb_k0yq135 .module-title {
		font-size: 33px;
	}

	#pagewrap .tb_sod5378 .themify_builder_sub_row > .subrow_inner {
		--area: "col1" "col2";
	}

	#pagewrap .tb_sod5378 .sp-re > .subrow_inner {
		--area: "col2" "col1";
	}
}

@media screen and (max-width: 568px) {
	
	.list_link_home_2 .sub_column{
		background-position:center;
		background-size:100% 100%;
	}
	
	.list_link_home_2 .module-text.module .module-title {
		font-size: 60px;
	}
	.list_link_home_2 .module-text.module {
		font-size: 20px;
		max-width:85%;
	}
	
	.ti_line_yellow.module .module-title {
		font-size: 40px;
	}
	
}

@media screen and (max-width: 480px) {
	
	.text_concat_1.module {
		font-size: 50px;
	}
	
	.btn_tel_1.module.module-buttons .ui:not(.transparent) {
		font-size: 40px;
		background: url(../../uploads/icontel1.png)no-repeat top 5px left;
		padding: 0 0 0 35px;
		background-size: 28px;
	}
	
/* 	.gl_gl_1.module img {
		height: 210px;
	} */
	
}

@media screen and (max-width: 380px) {
	
	.btn_tel_1.module.module-buttons .ui:not(.transparent) {
		font-size: 30px;
		background: url(../../uploads/icontel1.png)no-repeat top 2px left;
		padding: 0 0 0 30px;
		background-size: 23px;
	}
	
	.gl_gl_1.module img {
		height: 180px;
	}
	
}

@media screen and (max-width: 320px) {
	
	.header-brand-container, 
	.header-brand-container:before {
    	width: 280px;
		height: 280px;
	}
	body #site-logo {
    	width: 276px;
		height: 276px;
	}
	
	.header-brand-container {
		margin: 0 auto 20px;
		padding: 0 0 31px;
	}
	
}
