@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;
}
.themify_builder_content-127 .tb_zao2946.module-text.module .module-title {
    font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
}
/* =============================================
	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: #f5d9cd;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
	color: #fff;
}
#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;
}

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

	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 ここを調整すると、メニューボタンクリック後の動作を調整できる */
	
	}

}

@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;
	}
}

@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:#313131;
  font-size:16px;
  line-height:2.375;
/* 	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
	font-family: "Noto Sans JP", sans-serif;
}

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

/* -----header----- */
body #headerwrap{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:10;
}

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

body #header.header{
	padding:0 0 0;
	position:relative;
}

.header-brand-container{
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

.rh{
	padding:0;
   background:rgba(240,236,238,0.35);
	width:100%;
	
	display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
	align-items: center;
}


.header_btn_1{
	display: flex;
    flex-wrap: nowrap;
}

.h_btn_mail_1,
.h_btn_line_1{
	background:url("../../uploads/bgbtn.jpg")center;
	background-size:cover;
	height:130px;
	width:130px;
	border:1px solid #fff;
}

.h_btn_mail_1 a,
.h_btn_line_1 a{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
.h_btn_line_1 a{
	background:url("../../uploads/line.png")no-repeat center top 20px;
	letter-spacing:0.05em;
	padding:0 0 11px;
}
.h_btn_mail_1 a{
	background:url("../../uploads/mail.png")no-repeat center top 30px;
	padding:0 0 12px;
}


body #site-logo{
	position:static;
	width: 80%;
}

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

#searchform{
	display:none;
}

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

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

#headerwrap #main-menu-container{padding-right:27px;}
 #headerwrap #main-menu{width: 100%;text-align:center;list-style:none;margin:0 auto;}
 #headerwrap #main-menu > li {padding:10px 23px;margin:0;display:inline-block;position:relative;}
 #headerwrap #main-menu > li > a {padding:0;margin:0;color: #875C44;font-size:16px;text-decoration:none;font-weight:bold;font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}
#headerwrap #main-menu > li > a:before{
	content:"";
	width:2px;
	height:14px;
	background:#c0b2a7;
	display:block;
	position:absolute;
	top:13px;
	left:0;
}
 #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 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;
}
#headerwrap #main-menu > li:last-child{
	display: none;
    }
/* -----end menu----- */

/* -----footer----- */
#footerwrap{
	background:url("../../uploads/bgf_06.jpg");
}
#footerwrap #footer{
	overflow:hidden;
	padding:107px 0 70px;
}

.logo_f{
	margin-bottom:21px;
}

.content_f_1{
	display: flex;
    flex-wrap: nowrap;
	font-weight:bold;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.text_f_1{
	width:460px;
}

body #footerwrap #footer-nav{
	width:calc(100% - 460px);
	text-align:left;
	margin:0;
	column-count: 2;
}
body #footerwrap #footer-nav li {
    border-right:0;
  line-height:2.375;
	margin:0;	
	display:block;
}

body #pc-backtop,
body #footerwrap #footer-nav li.navf00{
	display:none;
}

body #footerwrap #footer-nav li:last-child{
	border:0;
	display: none;
}
#pagewrap #footerwrap #footer-nav li a{
	color:#333;
  font-size:16px;
  padding:0;
	text-decoration:none;
}

#pagewrap #footerwrap #footer-nav li a:hover{
	text-decoration:underline;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children{
	border:0;
  margin:0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children > a{
    border-left:1px solid #fff;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children a{
	padding:0 4px 0 10px;
}

#pagewrap #footerwrap #footer-nav li.nav01 a{
  padding: 0 10px 0 0;
}

#footerwrap #footer-nav  li.nav_h{display:none;}

body #footerwrap #footer-nav li .sub-menu{
	display:inline;
  margin:0;
  line-height:1;
}

body #footerwrap #footer-nav li .sub-menu:before{
	content:"(";
}

body #footerwrap #footer-nav li .sub-menu:after{
	content:")";
  padding-right:4px;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li{
  border:0;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li::before{
	content:"/";
}


#pagewrap #footerwrap #footer-nav li .sub-menu li:first-child::before{
	content:"";
}

#pagewrap #footerwrap #footer-nav li .sub-menu li a{
	padding:0 4px;
  border:0;
}


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

.copyright-container span{
	color:#333;
  font-size:16px;
	font-weight:bold;
}

.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: 337px;
}

#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;
}


.m_font_1.module,
.ti_font_1.module .module-title{
	font-family: "Noto Serif JP", serif;
}

.m_font_1.module,
.ti_font_1.module .module-title{
	font-family: "Noto Sans JP", sans-serif;
}

#content{
	padding:0;
}

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

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

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

.ti_2_line_1.module .module-title{
	font-size:16px;
	color:#6ca1a2;
	margin-bottom:13px;
	letter-spacing:0.05em;
}
.ti_2_line_1.module .tb_text_wrap{
	color:#3d3022;
	font-size:32px;
	line-height:42px;
	font-family: "Noto Serif JP", serif;
	font-weight:500;
}

.btn_page_1.module.module-buttons .ui:not(.transparent){
	display:block;
	max-width:230px;
	background:url("../../uploads/bgbtn.jpg")bottom center;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:2;
	font-family: "Noto Serif JP", serif;
	padding:6px 9px;
	color:#fff;
}
.btn_page_1.module.module-buttons .ui:not(.transparent) span{
	display:block;
	border:1px solid #fff;
	padding:11px 5px 10px;
}

.list_link_1{
	max-width:490px;
}

.btn_line_2.module.module-buttons .ui:not(.transparent),
.btn_mail_2.module.module-buttons .ui:not(.transparent){
	background:#fff;
	font-size:24px;
	line-height:32px;
	color:#333;
	font-weight:500;
	text-align:center;
	padding:20px 30px;
	border:0;
	font-family: "Noto Serif JP", serif;
	display:block;
	max-width:580px;
	width:100%;
	margin:0 auto;
	display:flex;
	height: 150px;
    align-items: center;
    justify-content: center;
}


.btn_mail_2.module.module-buttons .ui:not(.transparent) span{
	background:url("../../uploads/mail2.png")no-repeat top left;
	padding:3px 0 3px 90px;
}

.row_home_1 .module{
	margin:0;
}
.row_home_1 .tb-column-inner{
	position:relative;
}

.text_main_home_1.module{
	font-size:60px;
	line-height:1.5;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	position:absolute;
	bottom:6.25vw;
	left:13vw;
	font-weight:100;
	text-shadow:0 0 3px #333;
}

.row_home_2{
	background:
		url("../../uploads/bg1.png")no-repeat top 10px left 205px,
		url("../../uploads/bgtext1.png")no-repeat bottom center,#f5d9cd;
	background-size:auto,100% auto,auto
}

.row_home_4 .first.sub_column .tb-column-inner{
	max-width:605px;
	padding-left:15px;
	width:100%;
	margin:0 0 0 auto;
}

.list_link_home_1 .module{
	position:relative;
	max-width:590px;
	width:100%;
	margin:0 auto 30px;
	overflow:hidden;
}
.list_link_home_1 .module-image.image-top .image-content{
	position:absolute;
	margin:0;
	top:60px;
	left:45px;
	right:49px;
	bottom:0;
	font-family: "Noto Serif JP", serif;
	font-weight:600;
}
.list_link_home_1 .module .image-title{
	font-size:16px;
	color:#fff;
	margin:0 0 12px;
}
.list_link_home_1 .module .image-title a{
	font-family: "Noto Sans JP", sans-serif;
}
.list_link_home_1 .module .image-caption{
	font-size:32px;
	line-height:1.5;
	color:#fff;
}
.list_link_home_1 .module .image-title a:before{
	content:"View more";
	font-size:16px;
	color:#fff;
	width:200px;
	text-align:left;
	background:url("../../uploads/arrow.png")no-repeat top right;
	display:block;
	position:absolute;
	bottom:29px;
	right:0;
	font-family: "Noto Sans JP", sans-serif;
}

/* POST */

.post_home_1.module{
	margin:0;
}

.post_home_1 .list-post{
}

.post_home_1.module.module-post .post{
  margin-bottom:16px;
}
.post_home_1.module.module-post .post:last-child{
	margin:0;
}

.post_home_1 time{
  font-size:16px;
  margin:0;
	color:#333;
	width:150px;
	text-align:center;
}

.post-author{
	display:none;
}

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

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

.post_home_1.module.module-post .post-title,
.post-meta,.post-date{
	display:inline-block;
	vertical-align:baseline;
}

.post-meta .post-category a{
	width:100px;
	display:inline-block;
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	line-height:1.9;
	font-family: "Noto Serif JP", serif;
	color:#fff;
	background:url("../../uploads/bgbtn.jpg")bottom center;
}

body .post-meta{
	margin:0;
}
body .post-meta .post-category{
	padding:0;
	margin:0;
}

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

/* End POST */

.btn_vm_1.module.module-buttons .ui:not(.transparent){
	font-size:16px;
	color:#333;
	line-height:1;
	width:195px;
	text-align:left;
	background:url("../../uploads/arr_black.png")no-repeat top right;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	padding:0;
	border:0;
	display: inline-block;
}

.box_post_home_1{
	border:2px solid #fdbeb1;
	border-width:2px 0;
	background:url("../../uploads/bg4_03.jpg")no-repeat bottom right;
}

.bg_sub_main{
	background:
		url("../../uploads/maintopleft.png")no-repeat top left,
		url("../../uploads/mainbottomright.png")no-repeat bottom right;
	border:1px solid #f87567;
}

.bg_sub_main .tb-column-inner{
	height:596px;
	display:flex;
	align-items: center;
    justify-content: center;
}

.bg_sub_main .module{
	margin:40px 0 0;
	text-align:center;
}

.ti_left_1.module .module-title{
	background:#f75e4f;
	font-size:16px;
	letter-spacing:0.05em;
	color:#fff;
	position:relative;
	padding:17px 10px 15px 39px;
	margin:0;
	font-family: "Noto Serif JP", serif;
}
.ti_left_1.module .module-title:before{
	content:"";
	width:25px;
	height:5px;
	background:#fff;
	display:block;
	position:absolute;
	top:25px;
	left:0;
}

.img_gl_1.module-image .image-wrap {
    width: auto;
	text-align:center;
}
.img_gl_1.module-image.image-top .image-content{
	margin:0;
}
.img_gl_1.module .image-title{
	font-size:18px;
	font-weight:400;
	color:#313131;
	font-family: "Noto Sans JP", sans-serif;
/* 	font-family: "Noto Serif JP", serif; */
	border-bottom:1px solid #f75f4f;
	margin:0;
	padding:27px 0 28px;
}

.table_info_1 tr{
	border-bottom:1px solid #d6e1d4;
}
.table_info_1 th,
.table_info_1 td{
	border:0;
	padding:20px 0;
	text-align:left;
	font-family: "Noto Sans JP", sans-serif;
	vertical-align:top;
}
.table_info_1 th{
	width:120px;
	color:#f75f50;
}

.text_ct_1.module a{
	text-decoration:underline;
}
.text_ct_1.module a:hover{
	text-decoration:none;
}
 
#pagewrap .wpcf7 table tr td{
	padding:20px 0;
	border:0;
	vertical-align:middle;
}
#pagewrap .wpcf7 table tr td:first-child{
	font-size:16px;
	color:#333;
	font-weight:bold;
	width:230px;
}
#pagewrap .wpcf7 table tr td:first-child span{
	color:#fd0505;
	font-size:12px;
}

#pagewrap .wpcf7 table tr td input, 
#pagewrap .wpcf7 table tr td select, 
#pagewrap .wpcf7 table tr td textarea {
    background-color: #f3f3f3;
    border: solid 1px #ddd;
    padding: 3px 10px;
	border-radius: 3px;
}

#pagewrap .wpcf7 input[type=submit]{
	width:210px;
	background:#f76050;
	text-align:center;
	border-radius:0;
	color:#fff;
	font-size:16px;
	font-weight:900;
	font-family: "Noto Sans JP", sans-serif;
	padding:1px;
	display:block;
	margin:45px auto 0;
}

#pagewrap .wpcf7 table tr td textarea {
	height:100px;
}

.text_policy.module{
	padding:38px 34px 40px;
}
.text_policy.module .tb_text_wrap{
	height:400px;
	overflow:auto;
}

.rtb{
	width:230px;
	margin:0 auto;
	padding:6px 10px;
	background: url(../../uploads/bgbtn.jpg)
}
.rtb a{
	display:block;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	font-family: "Noto Serif JP", serif;    
	border: 1px solid #fff;
    padding:9px 5px;
	text-decoration:none;
}

.single-post #layout{
	padding:140px 0 150px;
}

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

.single-post .post-image{
	text-align:center;
	margin-bottom:30px;
}

.single-post .post-meta{
	margin-right:20px;
}
.single-post .post-meta .post-category a{
	padding:3px 3px 4px;
	font-family: "Noto Sans JP", sans-serif;
}

.archive time,
.single-post time{
	color:#6ca1a2;
	font-size:16px;
	vertical-align: middle;
}

.single-post .post-title{
	color:#333;
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	border-bottom:1px solid #f75f4f;
	padding:23px 0 27px;
	margin-bottom:34px;
	font-weight:400;
}

.archive .page-title{
	display:none;
}

.sidebar1 #layout{
	display: flex;
    flex-direction: column-reverse;
	padding:135px 0 100px;
}
.sidebar1 #content,
.sidebar1 #sidebar {
    float: none;
	width:100%;
}

.sidebar1 #sidebar{
	padding:0 0 35px;
	text-align:center;
	font-family: "Noto Sans JP", sans-serif;
}

.archive .widget li,
.archive .widget_block{
	margin:0;
	display:inline-block;
	vertical-align:baseline;
	padding:0;
}

.archive .widget_block:not(.widget_text){
	margin-left:20px;
}

.archive .widget_text{
	font-size:16px;
	color:#6ca1a2;
	font-weight:600;
}

.archive .widget_block:not(.widget_text) a{
	width:100px;
	display:block;
	background:url("../../uploads/bgbtn.jpg")bottom;
	color:#fff;
	font-size:14px;
	padding:8px 5px;
	line-height:1;
}

.archive .widget li{
	margin-left:16px;
}
.archive .widget li:first-child{
	margin-left:0;
}

.archive .post{
	margin-bottom:45px;
}

.archive .post-title,
.archive .post-meta .post-category a{
	font-family: "Noto Sans JP", sans-serif;
}

.archive .post-meta{
	margin-right:18px;
}
.archive .post-meta .post-category a{
	font-size:14px;
	color:#fff;
	padding:2px 5px;
	text-align:center;
}

.archive .post-title,
.archive .post-title a{
	font-size:16px !important;
	line-height:2;
	color:#333;
	font-weight:400;
}
.archive .post-title{
	margin:6px 0 0 !important;
}

.archive .post-image{
	text-align:center;
	line-height:1;
	margin-bottom:16px;
}
.archive .post-image img{
	width:100%;
}

.box_menu_1 .tb-column-inner{
	max-width:595px;
	width:100%;
	padding:0 0 0 15px;
	margin:0 0 0 auto;
}

.ti_menu_1.module .module-title{
	font-size:24px;
	color:#313131;
	font-family: "Noto Serif JP", serif;
	margin:0;
	background:url("../../uploads/bgtimenu.png")no-repeat top left;
	padding:21px 0 21px 35px;
	font-weight:500;
	display:inline-block;
}

.table_menu_1 tr{
	border-bottom:1px solid #fb7255;
}
.table_menu_1 th,
.table_menu_1 td{
	border:0;
	padding:10px 0;
	color:#313131;
	font-family: "Noto Serif JP", serif;
	font-weight: 700 !important;
}
.table_menu_1 th{
	text-align:left;
	font-weight:normal;
	padding-right:10px;
}
.table_menu_1 td{
	text-align:right;
}

.box_content_menu_1{
	position:relative;	
	padding:100px 0 70px;
}
.box_content_menu_1:before{
	content:"";
	width:67vw;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#faece6;
	z-index:2;
}
.box_content_menu_1 .row_inner{
	z-index:3;
}


.box_visistor_1{
	counter-reset:pcounter;
  list-style:none;
}

.box_visistor_1 .subrow_inner{
	padding:35px 25px 5px;
	background:#f5d9cd;
	grid-template-columns: 33% calc(100% - 33% - 55px);
    --gutter:55px;
	margin-bottom:60px;
}

.box_visistor_1_counter{
	counter-increment:pcounter;
}

.box_visistor_1_counter.module{
	padding-top:46px;
	font-family: "Noto Sans JP", sans-serif;
}
.module.module-accordion.tb_dt28400.arr_faq {
    font-family: "Noto Serif JP", serif;
}
.box_visistor_1_counter.module .module-title{
	font-size:24px;
	color:#313131;
	font-weight:500;
	font-family: "Noto Serif JP", serif;
	margin:0 0 28px;
	letter-spacing:0.05em;
	position:relative;
	padding:0 0 0 50px;
}
.box_visistor_1_counter.module .module-title:before{
	content:counter(pcounter,decimal-leading-zero);
  display:block;
  color:#f86351;
  font-size:30px;
	line-height:1;
  font-weight:bold;
  padding:0;
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
}
.box_visistor_1_counter.module .module-title:after{
	content:"";
	width:45px;
	height:1px;
	background:#fff;
	display:block;
	position:absolute;
	top: 17px;
    left: -58px;
}

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

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

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

.arr_faq.module ul.ui.module-accordion .accordion-title a{
  background-image: linear-gradient(to top, #f75d4e, #fb7255);
  font-size:16px;
  font-weight:400;
  color:#fff;
  padding:14px 10px 14px 65px;
  line-height:2;
	position:relative;
}

.arr_faq.module ul.ui.module-accordion .accordion-title a:before{
	content:"Q";
	position:absolute;
	top: 15px;
    left: 25px;
	width:30px;
	height:30px;
	background:#fff;
	color:#f86652;
	text-align:center;
	box-sizing:border-box;
	padding: 7px 0 0;
    line-height: 1;
}

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

.arr_faq.module .accordion-content{
  padding:38px 0 44px 65px;
  line-height:2;
	position:relative;
	font-family: "Noto Sans JP", sans-serif;
}
.arr_faq.module .accordion-content:before{
	content:"A";
	position:absolute;
	top: 40px;
    left: 25px;
	width:30px;
	height:30px;
	background:#f86652;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	padding: 7px 0 0;
    line-height: 1;
	font-family:YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}


.module.module-text.tb_u0s3838 {
    font-family: "Noto Serif JP", serif;
}

.row_about_2 {
    background:url(../../uploads/bgtext1.png) no-repeat bottom center, #f5d9cd;
    background-size:100% auto, auto;
}

.text_1_about.module{
/* 	font-family: "Noto Sans JP", sans-serif; */
	font-family: "Noto Serif JP", serif;
}
.text_1_about.module .module-title{
	font-size:32px;
	color:#f75d4e;
    font-family: "Noto Serif JP", serif;
	margin-bottom:40px;
	font-weight: 600;
}

.row_about_2 .ti_2_line_1.module .module-title{
	margin:0;
}

.box_about_1 .sub_column {
	padding:35px 25px 42px;
	background:#f5d9cd;
	margin-bottom:40px;
}
.box_about_1 .module-image{
	text-align:center;
	margin-bottom:44px;
}

.text_box_about_1.module{
	text-align:center;
    font-family: "Noto Serif JP", serif;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:39px;
}
.text_box_about_1.module .module-title{
	font-size:16px;
	color:#f75d4e;
	margin:0 0 11px;
	font-weight:900;
}
.table_voice table th, .table_voice table td {
    border: 0;
    padding: 30px 0;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    border-bottom: 1px solid #fb7255;
	text-align: left;
}
.table_voice table td {
    color: #6ca1a2;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
	text-align: right;
}
.module.table_voice.table_voice_2 table th, .module.table_voice.table_voice_2 table td {
    display: block;
}
.module.table_voice.table_voice_2 table th {
    border: 0;
    padding-bottom: 0;
}
.module.table_voice.table_voice_2 table td {
    padding-top: 0;
}
body #pagewrap .module.module-text.fix-1600 {
    margin-bottom: 0;
    font-size: 15px;
}
.table_menu_1 th, .table_menu_1 td {
    padding: 0;
}




@media screen and (max-width: 1600px) {
	
	.rh {
		align-items: flex-end;
/* 		flex-direction: column-reverse; */
/* 		padding-left:300px; */
		padding-left: 0;
		flex-direction: row;
	}
	body #site-logo{
		width: 65%;
	}
	.h_btn_mail_1, .h_btn_line_1{
		height: 100px;
		width: 100px;
	}
	.h_btn_mail_1 a, .h_btn_line_1 a{
		background-size: 25px;
		font-size: 14px;
	}
	#headerwrap #main-menu-container {
		padding: 20px 10px;
	}
	#headerwrap #main-menu > li > a{
		font-size: 14px;
	}
	#headerwrap #main-menu > li{
		padding: 10px 10px;
	}
	.bg_sub_main{
		background-size: 27%, 38%;
	}
	#pagewrap .pagewidth {
        width: calc(100% - 160px)!important;
    }
	.ti_menu_1.module .module-title {
		background-size: contain;
		font-size: 18px;
		padding: 10px 0 10px 24px;
	}
	.list_link_home_1 .module {
		max-width: 450px;
	}
	.list_link_home_1 .module .image-caption {
		font-size: max(1.62vw, 22px);
	}
	.list_link_home_1 .module .image-title {
		font-size: max(0.81vw, 14px);
	}
	.list_link_home_1 .module .image-title a:before {
		font-size: max(0.81vw, 14px);
	}
	.module_row.list_link_home_1 {
		padding-left: 7%;
		padding-right: 7%;
	}
	body #pagewrap .module_row.banner_contact_box {
		padding-left: 17%;
		padding-right: 17%;
	}
	body #pagewrap .btn_line_2.module.module-buttons .ui:not(.transparent), body #pagewrap  .btn_mail_2.module.module-buttons .ui:not(.transparent) {
		height: 130px;
	}
	body #pagewrap .box_post_home_1,
	body #pagewrap .row_home_2{
		padding-left: 12%;
		padding-right: 12%;
	}
	body #pagewrap .module_row.row_home_4{
		padding-left: 12%;
	}
}

@media screen and (max-width: 1400px) {
	.row_home_2{
		background: url(../../uploads/bg1.png) no-repeat top 10px left 50px, 
			url(../../uploads/bgtext1.png) no-repeat bottom center, #f5d9cd;
		background-size: auto, 100% auto, auto;
	}
	.text_main_home_1.module {
		font-size: 45px;
	}
	
	
}

@media screen and (max-width: 1200px) {
		.header_btn_1,
	.h_contact{
		display:none;
	}
}


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

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

	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
	 }
	

#headerwrap #main-menu-container.is-active{
		display: flex;
    align-items: center;
	background:rgba(255,255,255,0.95);
	max-width:100vw;
	}
#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;
		border-bottom:0;
	display:block;
	}
	
	
	#headerwrap #main-menu-container ul > li.menu-item > a{
		font-size:18px;
	}
	
	#headerwrap #main-menu > li > a:before{
		content:none;
	}

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

#pagewrap {
    padding-bottom: 0;
}

body #footer .sp-footer-icons-container a{
		background:#f5d9cd;
		color: #fff;
		border-color:#fff;
	}

	.bg_sub_main .tb-column-inner {
		height: 400px;
	}
	.bg_sub_main .module {
		margin:0;
	}
  	body #pagewrap .box_post_home_1,
	body #pagewrap .row_home_2{
		padding-left: 8%;
		padding-right: 8%;
	}
	body #pagewrap .module_row.row_home_4{
		padding-left: 8%;
	}
}


@media screen and (max-width: 1024px) {
	
	#footerwrap #footer {
		padding: 60px 0 50px;
	}
	
	.content_f_1 {
		flex-direction: column;
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
	
	.logo_f{
		text-align:center;
	}
	
	body #footerwrap #footer-nav {
		width: 100%;
	}
	
	.text_main_home_1.module {
		font-size: 35px;
	}
	
	.list_link_1 .subrow_inner {
/* 		--area: "col1" "col2"; */
	}
	
	#pagewrap .wpcf7 table tr td:first-child{
		width:100%;
		padding-bottom:0;
	}
	#pagewrap .wpcf7 table tr td:last-child{
		padding-top:0;
	}
		
}

@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;
	}
	
	.bg_sub_main {
		background-size: 30%, 30%;
	}

}


@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;
	}
	
	.box_content_menu_1 {
		padding: 50px 0 30px;
		background: #faece6;
	}
	.box_content_menu_1:before {
		content:none;
	}
	.box_menu_1 .tb-column-inner {
		max-width: 100%;
		width: 100%;
		padding: 0 25px;
		margin: 0 auto;
	}
#headerwrap #main-menu > li:last-child{
	display: block;
    }
}

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

#pagewrap .pagewidth{
    width:92%!important;
  }

	.list_link_home_1 .module-image.image-top .image-content {
    top: 20px;
    left: 20px;
		right: 20px;
	}
	
	.bg_sub_main .tb-column-inner {
		height: 300px;
	}
	
	.table_info_1 th,
	.table_info_1 td{
		display:block;
		width:100%;
	}
	.table_info_1 th{
		padding-bottom:0;
	}
	.table_info_1 td{
		padding-top:0;
	}
	
	.sidebar1 #layout,
	.single-post #layout{
		padding:100px 0;
	}
	
	#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;
  }
	
	.box_visistor_1 .subrow_inner {
		grid-template-columns:100% 100%;
		--gutter: 0;
		--area: "col1" "col2";
	}
	.box_visistor_1_counter.module {
    padding: 0 0 0 30px;
}
.btn_mail_2.module.module-buttons .ui:not(.transparent) span{
	padding: 0 0 0 40px;
    background-size: 30px;
    background-position: center left;
}
	body #pagewrap .btn_line_2.module.module-buttons .ui:not(.transparent), body #pagewrap .btn_mail_2.module.module-buttons .ui:not(.transparent){
		height: 100px;
		font-size: 20px;
	}
	.archive .widget_text {
    display: block;
}
	div#block-7 {
    margin-bottom: -20px;
}
	.module.table_voice table th, .module.table_voice table td {
		display: block;
	}
	.module.table_voice table th {
		border:0;
		padding-bottom: 0;
	}
	.module.table_voice table td {
		padding-top: 0;
	}
	.themify_builder_content-27 .tb_iubw440.module_row {
        background-size: 50%;
    }
	body #site-logo {
    position: static;
    width: 35%;
   }
	.row_home_2 {
    background: url(../../uploads/bg1.png) no-repeat top 10px left 0px, #f5d9cd;
    background-size: 50%;
    background-position-y: center;
   }
	.btn_page_1.module.module-buttons .ui:not(.transparent) {
		margin:0 auto;
    width: auto;
	}
	.row_home_4 .first.sub_column .tb-column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 568px) {
	
	body #footerwrap #footer-nav {
		column-count: 1;
		text-align:left;
	}
	
	.list_link_home_1 .module-image img{
		height:150px;
		object-fit:cover;
	}
	.ti_2_line_1.module .tb_text_wrap{
		font-size: 24px;
	}
	
	.text_main_home_1.module {
    bottom: 6.25vw;
    left:5vw;
		right:5vw;
		font-weight: 500;
		font-size:28px;
	}
	
	.bg_sub_main {
		background-size:60%,60%;
	}
	
	.text_policy.module {
		padding: 30px 15px 40px;
	}
	
	.text_main_home_1.module {
    	bottom:10vw;
		font-size:24px;
	}
	body #pagewrap .module_row.row_home_4{
		padding-left: 0;
	}
	body #pagewrap .module_row.banner_contact_box,
	body #pagewrap .box_post_home_1, body #pagewrap .row_home_2 {
        padding-left: 5%;
        padding-right: 5%;
    }
	.module_row.list_link_home_1{
        padding-left: 0;
        padding-right: 0;
    }
}
