@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{
	border: none;
	padding:10px 15px
}
.wpcf7 table tr td input,
.wpcf7 table tr td select,
.wpcf7 table tr td textarea{
	background-color: #fff;
    border: solid 1px #ddd;
    padding: 6px 10px;
    border-radius: 0;
	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:50px auto 0;
	background-color: #26335e;
}
.wpcf7 .submit_btn input:hover[type="submit"] {
    opacity: 0.7;
}
/* =============================================
	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;
}

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

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



/***add vt-custom--------------------------------------------------------------------------*/


/**header--------------------------------------------------------------*/
#headerwrap ul {
	list-style:none;
	margin:0;
}
#headerwrap #header {
    width: 1820px;
    max-width: 94%;
    margin: auto;
    padding: 32px 0 22px;
}
.lb {
    position: absolute;
    top: 35px;
    left: 0;
	z-index:99;
}
#site-logo img {
	background:#e5e3d7;
	border-radius:50%;
}
.rb {
    display: flex;
    align-items: center;
    justify-content: end;
	flex-wrap:wrap;
}
.box-hd li {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:10px;
	margin-left:20px;
}
.box-hd li:first-child {
    color: #26335e;
    font-size: 20px;
    font-family: "Alfa Slab One", serif;
    width: 300px;
    max-width: 100%;
    text-align: center;
    border: 3px solid #26335e;
    padding: 12px 10px;
    border-radius: 30px;
	margin-left:50px;
}

/**menu--------------------------------------------------------------*/
#headerwrap #main-menu-container ul {
    list-style: none;
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#headerwrap #main-menu-container li {
	float:left;
	margin:0;
	position: relative;
	width:auto;
}
#headerwrap #main-menu-container li a {
    display: block;
    font-size: 15px;
    color: #26335e;
    font-family: "Alfa Slab One", serif;
    text-decoration: none;
    padding: 7px 10px;
    line-height: 1.5;
}

#headerwrap #main-menu-container li a:hover {
	opacity:0.7;
	text-decoration:none;
}
#main-menu-container {
	
}
#headerwrap #main-menu-container li.nav00 {
	display:none;
}
#headerwrap #main-menu-container li ul {
	display:none;
}
#headerwrap #main-menu-container li:hover ul {
	display:block;
}
#headerwrap #main-menu-container li ul {
    position: absolute;
    float: none;
    top: 36px;
    left: -40px;
    z-index: 99;
}

/*sub-menu*/
#headerwrap #main-menu-container li .sub-menu {
  	width:100%;
	min-width:170px;
  	padding:0;
  	border:none;
	padding-top:13px;
	background:url(../../uploads/up.png)no-repeat top center;
}
#headerwrap #main-menu-container li .sub-menu li {
    clear: both;
    float: none;
    display: block;
    width: 100%;
    background: #26335e;
	padding:0 10px;
}
#headerwrap #main-menu-container li .sub-menu li:first-child {
    padding-top:10px;
}
#headerwrap #main-menu-container li .sub-menu li:last-child {
    padding-bottom:25px;
}
#headerwrap #main-menu-container li .sub-menu li a {
    display: block;
    text-indent: 0;
    white-space: unset;
    background: none;
    text-align: center;
    font-size: 13px;
    color: #fff;
    border: none;
    padding: 12px 5px;
    text-decoration: none;
    height: auto;
    background: url(../../uploads/bd_01.png)repeat-x bottom;
	font-family: "Noto Sans JP", sans-serif;
}
#headerwrap #main-menu-container li .sub-menu li a:hover {
	opacity:0.7;
}


/**footer--------------------------------------------------------------*/
.ul-ft li {
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	margin-bottom:0;
}
.copyright-container {
	display:none;
}
#footerwrap #pc-backtop {
    width: auto;
    height: auto;
    right: 20px;
    bottom: 17%;
}
#footerwrap .row-ft .row_inner {
	width:1200px;
	max-width:94%;
	margin:auto;
}

/**top--------------------------------------------------------------*/
body .site {
	font-size: 15px;
    color: #26335e;
	font-weight:700;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing:0.05em;
}
.site a:visited,.site a:link {
	color:inherit;
	text-decoration:underline;
	outline:none;
}
.site a:hover {
	color:inherit;
	text-decoration:none;
	opacity:0.7;
}
body .pagewidth {
  max-width: 94%;
}
.module-fancy-heading.module .sub-head:before {
  display: none;
}
.module-fancy-heading .fancy-heading {
  	margin:0;
	line-height: 1.4;
	font-size: inherit;
}
.module-fancy-heading.module .sub-head {
  padding:0;
}
.module .gallery-icon {
  cursor:default;
}
.main-head {
	font-family: "Alfa Slab One", serif;
  	font-weight: 400;
	line-height:1.4;
}
.module {
	margin-bottom:30px;
}
.module .module-title {
	margin-bottom:15px;
}
.module p:last-child {
	margin-bottom:0;
}
.module ul {
	margin:0;
	list-style:none;
}
.module li {
	line-height:2;
}
.module table {
	width:100%;
	border-collapse: collapse;
}
.module,ul,li,a,div,span,.image-title,tr,td,th,input {
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.module_row {
	overflow: hidden;
}


/***/
#pagewrap #body .max1820 .row_inner {
	width:1820px;
	max-width:94%;
	margin:0 auto;
}
.ro-main-top {
	border-radius:30px;
	padding:230px 3% 200px;
	min-height:992px;
}
.t-main-top .main-head {
	font-size:74px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:700;
	margin-bottom:20px;
}
.t-main-top.module .sub-head {
	font-size:26px;
	font-family: "Homemade Apple", cursive;
}
.t-main-top.module {
	color:#fff;
	text-align:center;
}
.img-right-cen.module {
	text-align:right;
}
.t-top .main-head {
	font-size:60px;
}
.t-p1 .main-head {
	font-size:50px;
}
.t-top.module .sub-head,.t-p1.module .sub-head {
	font-size:20px;
}
.t-top.module,.t-p1.module {
	text-align:center;
}
#pagewrap .t-left {
	text-align:left;
}
#pagewrap .btn-top a,#pagewrap .history_back a {
    font-size: 16px;
	color:#26335e;
	text-decoration:none;
    font-family: "Arvo", serif;
    max-width: 230px;
    border: none;
    border-bottom: 3px solid #26335e;
    text-align: left;
    padding: 0;
    padding-bottom: 15px;
    padding-right: 55px;
    background: url(../../uploads/ar.png)no-repeat right top 3px;
	display: block;
    margin: auto;
}
#pagewrap .btn-s1-top a {
	color:#fff;
    border-bottom: 3px solid #fff;
    background: url(../../uploads/ar-w.png)no-repeat right top 3px;
}
#pagewrap .btn-right a {
	display:block;
	margin-left:auto;
	margin-right:0;
}
#pagewrap .image-content {
	margin:0;
	padding:0;
}
.img-top.module .image-title {
	font-size: 22px;
    margin: 25px 0 0;
}
.img-top.module .image-wrap {
	min-height:372px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.img-top.module {
	margin-bottom:25px;
	text-align:center;
}
/***/
.post-top time,.archive time {
	font-size:14px;
	order:2;
	margin:0;
	margin-left:10px;
}
#pagewrap .post-top .post-title,.archive #body .post-title {
	margin-bottom:0;
	font-size:15px;
	color:#fff;
	line-height:2;
	order:3;
	width:100%;
}
#pagewrap .post-top .post-title a,.archive #pagewrap .post-title a {
	text-decoration:none;
}
body .post-meta .post-author:after,body .post-meta .post-category:after,body .post-meta .post-tag:after {
	display:none;
}
#pagewrap .post-top .post-meta,.archive .post-meta {
    margin: 0;
    order: 1;
}
#pagewrap .post-top .post-category,.archive .post-category {
    padding: 0;
    margin: 0;
}
#pagewrap .post-top .post-category a,.archive #pagewrap .post-category a {
	display: inline-block;
    padding: 3px 20px;
    background: #fff;
    color: #26335e;
    line-height: 1.2;
    font-size: 13px;
    text-decoration: none;
    border-radius: 20px;
}
#pagewrap .post-top .post,.archive .post {
	background:#26335e;
	border-radius:30px;
	padding:20px 20px 50px;
	margin-bottom:30px;
	color:#fff;
}
.post-top .post-content,.archive .post-content {
    display: flex;
    flex-wrap: wrap;
	align-items:center;
}
.post-top .post-image,.archive .post-image {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 30px;
	background:#faf8eb;
}
/***/
#pagewrap .ro1920 .row_inner {
	max-width:1920px;
	margin:auto;
}
.ro-top {
	width:1200px;
	max-width:94%;
	margin:auto;
}
.ro-top .subrow_inner {
	background:#26335e;
	color:#fff;
	width:80%;
	max-width:790px;
	padding:120px 3% 110px;
	border-radius:30px;
}
.ro-top .tb-column-inner {
	max-width:580px;
	margin:auto;
}
#pagewrap .bg-top {
	background-size:48.4% auto;
}
.ro1-top .tb-column-inner {
	max-width:580px;
}
.t-ic1 .main-head:after {
	content:url(../../uploads/star.png);
	display:inline-block;
}

/**p1--------about-------------*/
.t-sub .main-head {
	font-size:45px;
	color:#fff;
	text-align:center;
}
#pagewrap .ro-sub {
	padding:100px 3% 70px;
	min-height:350px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#183f66;
	border-radius:30px;
}
.ul-p1 li {
	display:inline-block;
	font-size:20px;
	margin:0;
	margin-left:40px;
}
.ul-p1 li:first-child {
	margin-left:0;
}
.ul-p1 ul {
	text-align:right;
}
.ro-p1 {
	background:#fff;
	border-radius:30px;
	padding:50px 50px 20px;
	margin-bottom:50px;
}
.t1-p1 .main-head {
    font-size: 40px;
    position: absolute;
    top: -5px;
    left: 0;
}
.t1-p1.module .sub-head {
	font-size:30px;
	padding-left:75px;
}
.t1-p1.module {
	margin-bottom:20px;
}


/**p2-----------service--------*/
.ul-p2 li {
	color:#fff;
	padding:5px 20px;
	margin-bottom:10px;
	background:#e2071d;
}
.ul-p2 li:nth-child(even) {
	background:#f06c00;
}
/**/
.ro-p2 {
	overflow:hidden;
	margin-bottom:15px;
}
.ro-p2 .module_column {
    background: #26335e;
    color: #fff;
    min-height: 180px;
    padding: 30px 20px 0;
	padding-left:40px;
    position: relative;
}
.ro-p2 .module_column:first-child {
    background: #26335e;
	padding-left:20px;
}
.ro-p2 .module_column:before, .ro-p2 .module_column:after {
    content: "";
    width: 15px;
    height: 100%;
    background: #faf8eb;
    z-index: 2;
    position: absolute;
    top: -47%;
    right: 0;
    transform: rotate(345deg);
}
.ro-p2 .module_column:after {
	top:auto;
    bottom: -47%;
    transform: rotate(15deg);
}
.ro-p2 .module_column:last-child:before,.ro-p2 .module_column:last-child:after {
    width:23px;
	right:-1px;
}


/***/
.t-p2 .main-head {
	font-size:16px;
	font-family: "Arvo", serif;
	font-weight:700;
}
.t-p2.module .sub-head {
	font-size:25px;
}
.t-p2.module {
	text-align:center;
	z-index:10;
}
.ro1-p2 {
	background:#fff;
	border-radius:30px;
	padding:50px 50px 15px;
	margin-bottom:40px;
}
.ro1-s1-p2 {
	padding-top:60px;
	padding-bottom:20px;
}
.te-p2.module .module-title {
	font-size:25px;
	border-bottom:1px solid #26335e;
	padding-bottom:15px;
	margin-bottom:10px;
}
.te-p2.module {
	font-size:40px;
	line-height:1.4;
	text-align:center;
}
.te-p2.module strong {
	font-size:25px;
}
.t1-p2 .main-head {
    font-size: 20px;
	font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
	max-width:400px;
    margin: auto;
    background: #26335e;
    border-radius: 30px;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
}
.t1-p2 .main-head:after {
    content: url(../../uploads/dw.png);
    display: block;
    text-align: center;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    line-height: 1;
}
.t1-p2.module {
	text-align:center;
	margin-bottom:-20px;
	z-index:2;
}
.ro640 {
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
}
.t2-p2 .main-head {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 2;
    padding: 5px 10px;
    background: #26335e;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}
.ro3-p2 > .tb-column-inner {
	max-width:1050px;
	margin:auto;
	border:1px solid #26335e;
	border-top:none;
	padding:25px 25px 0;
}
.tab-p2 tr td {
	border:none;
	padding:0;
}
.tab-p2 tr td:last-child {
	text-align:right;
	min-width:70px;
}
.tab-p2.module {
	margin-bottom:20px;
}
.mo1050.module {
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
}
.mo220.module {
	max-width:220px;
	margin-left:auto;
	margin-right:auto;
}
.mo250.module {
	max-width:250px;
	margin-left:auto;
	margin-right:auto;
}
.mo310.module {
	max-width:310px;
	margin-left:auto;
	margin-right:auto;
}
.mo430f.module {
	max-width:430px;
}

/**p3-------------------------------------*/
#pagewrap .img-p3 {
	z-index:2;
	margin-bottom:0;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
}
#pagewrap .img-p3.img-p3-eco {
    font-size: 26px;
    padding: 10px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
.t-p3 .main-head {
	font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    background: #26335e;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}
.t1-p3 .main-head {
	font-size:15px;
	font-weight:700;
	font-family: "Noto Sans JP", sans-serif;
	line-height:2;
	padding:0 30px;
	display:inline-block;
	padding-bottom:5px;
	background:url(../../uploads/bd1_01.png)repeat-x bottom;
}
.t1-p3.module {
	text-align:center;
	margin-bottom:25px;
}
.ro1-p3 {
	background:#fff;
	padding:0 50px 50px;
	border-radius:0 0 30px 30px;
}
/* .ro-p3.ro-p3-eco > .tb-column-inner,
.ro1-p3 > .tb-column-inner {
	border:1px solid #26335e;
}
 */
.ro1-p3s {
	padding:0 3%;
}
.ro1-p3s .subrow_inner {
	max-width:550px;
	margin:auto;
}
.ro2-p3 {
	background:#fff;
	border-radius:30px;
	padding:0 3%;
	margin-bottom:30px;
}
.ro2-p3 .tb-column-inner {
	max-width:455px;
	margin:auto;
}
.ul-p3 li {
	font-size:20px;
	text-align:center;
	margin:0;
	position:relative;
}
.ul-p3 li:nth-child(2) {
    font-size: 13px;
    color: #fff;
    max-width: 180px;
    margin: auto;
	margin-bottom:18px;
    background: #26335e;
    padding: 3px 10px;
}
.ul-p3 li:nth-child(2):after {
    content: url(../../uploads/dw1.png);
    display: block;
    position: absolute;
    bottom: -18px;
    left: -20px;
    right: 0;
    line-height: 1;
}
.ul-p3 li:last-child,.ul1-p4 li:last-child {
	font-size:40px;
	line-height:1.4;
}
.ul-p3 li:last-child strong,.ul1-p4 li:last-child strong {
	font-size:25px;
}
.ul-p3 ul,.ul1-p4 ul {
	max-width:280px;
	margin:auto;
	padding-bottom:10px;
	border-bottom:1px solid #26335e;
}
.ul1-p3 li {
    font-size: 17px;
    margin: 0 0 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    background: url(../../uploads/chk.png) no-repeat left 8px top 7px, url(../../uploads/bd1_01.png) repeat-x bottom;
}
.ul1-p3 li:last-child {
    margin-bottom:0;
}
.ro-p3 {
	background:#fff;
	padding:60px 35px 0;
	border-radius:30px 30px 0 0;
}

/**p4--------------------------------*/
.ro-p4 .module_column {
	background:#fff;
	border-radius:30px;
	margin-bottom:30px;
	padding:0 3% 20px;
}
.ro-p4 .module_column > .tb-column-inner {
	max-width:280px;
	margin:auto;
}
.ul-p4 li {
	font-size:25px;
	line-height:1.4;
	margin:0;
	text-align:center;
}
.ul-p4 li:first-child:after {
	content:url(../../uploads/sum.png);
	display:inline-block;
	margin-left:5px;
}
.ul-s1-p4 li:first-child:after {
	display:none;
}
.ul-p4 ul {
    padding-bottom: 15px;
    border-bottom: 1px solid #26335e;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.ul-p4.module {
	margin-bottom:15px;
}
.ul1-p4 li {
	text-align:center;
	margin-bottom:0;
}
.ul1-p4 li:first-child {
    font-size: 15px;
    color: #fff;
    line-height: 2;
    background: #26335e;
    padding: 1px 10px;
    max-width: 180px;
    margin: 0 auto;
	width: 100%;
}
.ul1-p4 ul {
	min-height:157px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

/**archive----------blog-----------------*/
#body .post-author,.archive .pagenav,.archive .page-title,.row-ed-archive {
	display:none;
}
.archive #layout {
	padding-bottom:40px;
}
.archive .row-ed-archive {
	display:block;
}
.cate-archive.module {
	text-align:center;
}
.cate-archive .widgettitle {
	display:inline-block;
	color:#26335e;
	font-size:18px;
	margin-right:25px;
}
.cate-archive .categories-list {
	display:inline-block;
}
.cate-archive li {
	display:inline-block;
	padding:0;
	margin:0;
	margin-bottom:10px;
	margin-left:25px;
}
#pagewrap .cate-archive li a {
	display: inline-block;
    background: #183f66;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
    min-width: 90px;
    text-align: center;
    padding: 2px 10px 5px;
    border-radius: 20px;
}


/**---single---------------------------------------*/
.single .post {
	padding-top:150px;
}
.single .post-image {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.single .post-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single time {
	order:2;
	font-size:19px;
	display:inline-block;
	margin-left:15px;
}
.single .post-meta {
   display:inline-block;
    margin: 0;
    order: 1;
}
.single .post-title {
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #26335e;
    padding-bottom: 20px;
	padding-top:10px;
    line-height: 1.4;
    margin-bottom: 25px;
	order:3;
}
.single .entry-content {
    order: 4;
}
.single .post-meta .post-category {
	padding:0;
	margin:0;
}
.single #body .post-category a {
	display: inline-block;
    text-align: center;
    min-width: 100px;
    text-decoration: none;
    color: #26335e;
    background: #fff;
    font-size: 18px;
    border-radius: 20px;
    line-height: 1.4;
    padding: 3px 10px;
}
.history_back {
	padding-bottom:70px;
}

/**p5---------------faq--------------------*/
#pagewrap .acc-p5 ul,#pagewrap .acc-p5 li {
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#pagewrap .acc-p5 .accordion-title {
	background:none;
}
#pagewrap .acc-p5 .accordion-title a {
	font-size:15px;
	color:#26335e;
	line-height:2;
	background:url(../../uploads/ic1.png)no-repeat right 20px top 20px,#faf8eb;
	border-radius:20px;
	padding:15px 50px;
	padding-left:70px;
}
#pagewrap .acc-p5 .current .accordion-title a {
	background:url(../../uploads/ic2.png)no-repeat right 20px top 20px,#faf8eb;
}
.acc-p5 .accordion-title a:before {
    content: "Q.";
    font-size: 25px;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    display: block;
    position: absolute;
    top: 5px;
    left: 28px;
}
.acc-p5 .accordion-content {
    background: none;
    color: #26335e;
    font-size: 15px;
    padding: 15px 0;
}
#pagewrap .acc-p5 li {
	margin-bottom:30px;
}


/**p7----------------info-------------------*/
.tab-p7 tr td {
    vertical-align: top;
    padding: 22px 0;
    border: none;
    border-bottom: 1px solid #26335e;
}
.tab-p7 tr td:first-child {
	width:110px;
}

/**p8---------------contact-----------------*/
.policy-p8.module {
	height:300px;
	overflow:auto;
}
.policy-p8.module strong {
	font-size:20px;
}




/* =============================================
	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: 10px;
	right: 10px;
	width: 48px;
	height: 48px;
	background-color: #26335e;
	color:#333;
}
#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 Header Menu Container */
nav.nav-off{
	display:none;
}
#main-menu-container.is-active {
    position: fixed;
    z-index: 700;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #26335e;
    color: #fff;
    display: block;
}
/* Header Main Menu */
#main-menu-container.is-active .main-menu,
#main-menu-container.is-active .sub-menu {
	margin: 0;
	list-style: none;
}
#main-menu-container.is-active .menu-item {
	margin: 0;
	padding: 8px 0 0 16px;
}
#main-menu-container.is-active .main-menu {
	position: static;
	width: 100%;
	max-width: 94%;
	margin: 0 auto 16px;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
#main-menu-container.is-active .main-menu>li {
	margin: 0 16px;
	padding: 8px;
	border-bottom: dotted 1px #ccc;
}
#main-menu-container.is-active .main-menu>li:last-of-type {
	border-bottom: none;
}
#main-menu-container.is-active .main-menu li a {
	font-size: 16px;
	line-height: 2;
	color: #111;
}
.sp-br{
	display: none;
}
.ul-p3 li:last-child, 
.ul1-p4 li:last-child,
.te-p2.module .tb_text_wrap p {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.box-hd.sp-box-hd{
	display: none;
}
.module.title-line{
	border-radius: 30px;
}
.module.title-line .module-title{
	border-bottom: dashed 1px #fff;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	width: 22%;
}
.module.title-line .tb_text_wrap{
	text-align: left;
}
.custom-title .tb_text_wrap {
    background: #26335e;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    width: 200px;
}
.custom-title {
	margin-top: -80px;
	margin-bottom: 80px;
    text-align: center;
}
.module_column.bike-container {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}




@media screen and (max-width: 1024px) { /* mobile visibility changes for max-width */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	#main-menu-container:not(.is-active){
		display:none;
	}
	
	/**menu**/
	#headerwrap #main-menu-container li a {
		display: block;
		color: #fff;
		padding: 15px;
	}
	#headerwrap #main-menu-container li a:hover {
		opacity:0.7;
	}
	#pagewrap #headerwrap #main-menu-container li {
		float: none;
		text-align: center;
		padding: 0;
		background:none;
		display:block;
	}
	#headerwrap #main-menu-container ul {
		display:block;
		width:100%;
		max-width: 94%;
		margin: 0 auto;
		padding: 20% 0 0;
	}
	.box-hd.sp-box-hd {
		display: block;
	}
	#headerwrap #main-menu-container .box-hd.sp-box-hd ul {
		display: flex;
		justify-content: center;
		padding: 0 0 20%;
		flex-direction: column;
	}
	#headerwrap #main-menu-container .box-hd.sp-box-hd ul li a{
		padding: 5px;
	}
	#headerwrap #main-menu-container li a:hover, #headerwrap #main-menu-container li.current-menu-item a {
		color: #fff;
	}
	
	
	/**sub*/
	#headerwrap #main-menu-container li .sub-menu {
		position: static;
		display: block;
		width: 100%;
		background: rgb(255 255 255 / 50%);
		padding: 0;
		max-width: 100%;
		margin-top: 0;
	}
	#headerwrap #main-menu-container li .sub-menu li a {
		padding: 15px 0;
		text-decoration: none;
		background: none;
		border-bottom: dotted 1px #fff;
	}
	#headerwrap #main-menu-container li .sub-menu li:last-child a{
		border-bottom: none;
	}
	#headerwrap #main-menu-container li .sub-menu li {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	
	
}

/* === mobile menu end === */


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

	Media Query

============================================= */
@media screen and (max-width: 1300px) { 
	
	/**header*/
	.rb {
		display: block;
		text-align: right;
	}
	#main-menu-container {
		display: inline-block;
	}
	.box-hd {
		padding-top: 20px;
	}
	
	
}



@media screen and (max-width: 1024px) { 
	
	/**header*/
	.box-hd {
		padding-top: 0;
		display: none;
	}
	
	/**footer*/
	body #pc-backtop {
		display:none;
	}
	body #footer .sp-footer-icons-container a {
		background:#26335e;
		color:#fff;
		text-decoration:none;
		border-color:#fff;
		height:50px;
		padding-top:6px;
	}
	#pagewrap .sp-footer-icons-container {
		display:flex;
		border-top:1px solid #fff;
	}
	#footerwrap {
		margin-bottom:50px;
	}
	body #footer .sp-footer-icons-container svg {
		fill:#fff;
	}
	
	
	/**p1*/
	.ro-p1,.ro3-p2 > .tb-column-inner,.ro1-p2,.ro-p3,.ro1-p3 {
		padding-left:3%;
		padding-right:3%;
	}
	.t-top .main-head {
		font-size: 55px;
	}
	
	
	/**p2*/
	.ro-p2 .module_column { 
		border-width:10px;
	}
	
}


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

}


@media screen and (max-width: 768px) {
	.t-main-top .main-head{
		font-size: 50px;
	}
	.t-main-top.module .sub-head{
		font-size: 20px;
	}
	.ro-main-top{
		padding: 170px 3% 200px;
	}
	
}


@media screen and (max-width: 680px) {
	
	
	/**header*/
	.lb {
		position: static;
	}
	#site-logo img {
		max-width:80%;
		margin:0 auto 20px;
	}
	.rb {
		text-align: center;
	}
	.box-hd li:first-child {
		margin-left: 0;
		display: block;
		margin: 0 auto 10px;
	}
	.box-hd li:nth-child(2) {
		margin-left:0;
	}
	
	
	/***/
	.module-image {
		text-align:center;
	}
	#pagewrap .module-gallery .gallery-item {
		width:49.25%;
		margin: 0 1.5% 1.5% 0;
		float:left;
	}
	#pagewrap .module-gallery .gallery-item:nth-of-type(2n) {
		margin-right:0;
	}
  	#pagewrap .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
		clear:none;
	}
	.module .module-gallery-grid {
		display:block;
	}
	
	/*top*/
	.ro-main-top {
		padding: 160px 3% 100px;
		min-height: auto;
	}
	.img-top.module .image-wrap {
		min-height: auto;
		display:block;
	}
	.ro-top .subrow_inner {
		width: 100%;
		padding: 70px 3% 40px;
	}
	#pagewrap .bg-top {
		background: none;
		padding: 0;
	}
	#pagewrap .t-left,.img-right-cen.module {
		text-align: center;
	}
	#pagewrap .btn-right a {
		margin: auto;
	}
	.t-ic1 .main-head:after {
		display:none;
	}
	.t-ic1 .main-head:before {
		content:url(../../uploads/star.png);
		display:block;
	}
	
	/**p1*/
	#pagewrap .ro-sub {
		min-height: auto;
	}
	.t1-p1 .main-head {
		font-size: 24px;
		position: static;
	}
	.t1-p1.module .sub-head {
		font-size: 24px;
		padding-left: 0;
	}
	
	/**p2*/
	.ro-p2 .module_column,.ro-p2 .module_column:first-child,.ro-p2 .module_column:last-child {
		padding:80px 3% 0;
		background: #26335e;
		border:none;
		margin-bottom:0;
	}
	.ro-p2 .module_column:first-child {
		padding-top:50px;
	}
	.ro-p2 .module_column:before,.ro-p2 .module_column:after {
		width: 100%;
		height: 10px;
		top:auto;
		bottom:0;
		right: auto;
		left: -49%;
		transform: rotate(10deg);
	}
	.ro-p2 .module_column:after {
		left: auto;
		right: -49%;
		transform: rotate(350deg);
	}
	.ro-p2 .module_column:last-child:before,.ro-p2 .module_column:last-child:after {
		content: "";
		background: #faf8eb;
		display: block;
		width:100%;
		height: 35px;
		right:auto;
		left: -49%;
		bottom: -1px;
	}
	.ro-p2 .module_column:last-child:after {
		left:auto;
		right:-49%;
		transform: rotate(350deg);
	} 
	.ro-p2 .module_column:last-child {
		padding-bottom:50px;
	}
	
	/***/
	.tab-p2.module {
		max-width:100%;
	}
	
	/**blog*/
	.cate-archive .widgettitle {
		display: block;
		margin-right: 0;
	}
	.cate-archive li {
		margin-left:10px;
	}
	.cate-archive li:first-child {
		margin-left:0;
	}
	
	/**single*/
	.single .post {
		padding-top:80px;
	}
	
	
	/**down font size*/
	.t-main-top .main-head,.t-top .main-head,
	.t-sub .main-head,.t-p1 .main-head {
		font-size: 40px;
	}
	.te-p2.module {
		font-size: 30px;
	}
	.t-main-top.module .sub-head,.te-p2.module .module-title,.te-p2.module strong {
		font-size:20px;
	}
	body #site-logo {
		width: 20%;
	}
	.sp-br{
		display: block;
	}
	#headerwrap #header {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.t-main-top .main-head {
		font-size: 32px;
		text-align: left;
	}
	.t-main-top.module .sub-head {
		font-size: 10px;
		text-align: left;
	}
	.ul-ft li{
		margin: 0 15px;
	}
	#footerwrap .module-image.tb_74c4955{
		width: 25%;
		margin: 0 auto 30px;
	}
	.tab-p2 tr td{
		padding-bottom: 10px;
	}
	#pagewrap .cate-archive li a{
		min-width: 80px;
	}
	.policy-p8.module strong {
		font-size: 18px;
	}
	.ro-main-top{
		background-image: none!important;
	}
	.module.title-line .module-title{
		width: auto;
	}
	
}


.ul-p3-001 li:nth-child(1) {
    font-size: 13px;
    color: #fff;
    max-width: 180px;
    margin: auto;
	margin-bottom:18px;
    background: #26335e;
    padding: 3px 10px;
}

.ul-p3-001 li:last-child,.ul1-p4 li:last-child {
	font-size:40px;
	line-height:1.4;
}
.ul-p3-001 li:last-child strong,.ul1-p4 li:last-child strong {
	font-size:28px;
}
.ul-p3-001 ul,.ul1-p4 ul {
	max-width:280px;
	margin:auto;
	padding-bottom:10px;
	border-bottom:1px solid #26335e;
}
