@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub,tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}
input, textarea {
	margin: 0;
	padding: 0;
}
img, button {
	border: none;
}
img {
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
a:focus {
	outline: none;
}
iframe{
vertical-align:bottom;
}
input,
textarea,
select {
  font-size: 1em;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #666;
	text-decoration: underline;
}
a:link {
}
a:visited {
}
a:hover {
	transition-duration: 0.5s;
}
a:active {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media screen and (max-width: 1024px) {
a[href^="tel:"] {
	pointer-events: auto;
}
}
.bold {
	font-weight: bold;
}
.alnL {
	text-align: left;
}
.alnC {
	text-align: center;
}
.alnR {
	text-align: right;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
}
br.tb {
	display: none;
}
br.sp {
	display: none;
}
br.pc {
	display: inline-block;
}
@media screen and (max-width: 1024px) {
br.tb {
	display: inline-block;
}
br.pc {
	display: none;
}
}
@media screen and (max-width: 480px) {
br.sp {
	display: inline-block;
}
}
ul.asterisk {
	padding-left: 1em;
    text-indent: -1em;
}
ul.asterisk li:before {
	content: '※';
}
ul.parentheses {
	padding-left: 2em;
	text-indent: -2em;
}
ul.parentheses li {
	counter-increment: cnt;
}
ul.parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
ul.maru-number {
	counter-reset: myCounter;
}
ul.maru-number > li {
	padding-left: 25px;
	text-indent: 0;
	position: relative;
}
ul.maru-number > li:before {
	content: counter(myCounter);
	counter-increment: myCounter;
	display: block;
	float: left;
	line-height: 17px;
	margin-left: -25px;
	margin-top: 3px;
	text-align: center;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	border: 1px solid #666;
}
ul.decimal {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
ul.roman {
	list-style-type: upper-roman;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ul.disc {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1024px) {
body {
	min-width: 100%;
	font-size: 14px;
}
}
body {
	animation: contents-fadein 3s forwards;
	background: #000;
}
@keyframes contents-fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
.wrapper,
.wrapper-tbp{
	width: 100%;
}
.wrapper-tbp {
	padding-top: 110px;
	padding-bottom: 110px;
}
@media screen and (max-width: 1024px) {
.wrapper-tbp {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
.inner,
.inner-tbp,
.inner-bp{
	width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.inner-tbp {
	padding-top: 110px;
	padding-bottom: 110px;
}
.inner-bp{
	padding-bottom: 110px;
}
@media screen and (max-width: 1024px) {
.inner,
.inner-tbp,
.inner-bp {
	width: 100%;
}
.inner-tbp {
	padding-top: 60px;
	padding-bottom: 60px;
}
.inner-bp{
	padding-bottom: 60px;
}
}
#header-wp {
	width: 100%;
	position: fixed;
	display: none;
	z-index: 9999;
}
header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	background: rgba(0,0,0,0.8);
}
@media screen and (max-width: 1024px) {
header {
	padding: 0 0 0 15px ;
}
}
header #sp-menu,
header .drawer {
	display: none;
}
header .l-box a.company {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}
header .l-box a.company sub {
	font-size: 0.5em;
	margin-right: 10px;
}
header .r-box .tel {
	display: flex;
	align-items: center;
}
header .r-box .tel .tt {
	font-size: 0.8em;
	line-height: 1;
	margin-right: 1em;
}
header .r-box .tel .num a{
	font-size: 1.5em;
	line-height: 1;
	color: #ffc82c;
	font-weight: bold;
	text-decoration: none;
}
header .r-box .tel .num a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../images/common/icon-phone.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
header .r-box .tel .time{
	font-size: 0.7em;
	line-height: 1;
	margin-top: 5px;
	margin-left: 2em;
	text-align: center;
}
@media screen and (max-width: 1024px) {
header #sp-menu,
header .drawer {
	display: block;
}
}
@media screen and (max-width: 1024px) {
header .r-box{
	display: none;
}
}
header #sp-menu {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: ease .5s;
	transition: ease .5s;
	z-index: 1000;
	top: 0;
	right: 0;
}
header #sp-menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
header #sp-menu {
	position: fixed;
	width: 100%;
	height:100vh;
	padding: 70px 30px 30px 30px;
	background: linear-gradient( 70deg, #00192f 10%, #000 100%);
}
header #sp-menu  a.company {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2em;
	text-decoration: none;
}
header #sp-menu a.company sub {
	font-size: 0.5em;
	margin-right: 10px;
}
header #sp-menu .tel {
	text-align: center;
	margin-top: 30px;
}
header #sp-menu .tel .tt {
}
header #sp-menu .tel .num a{
	font-size: 2em;
	line-height: 1;
	color: #ffc82c;
	font-weight: bold;
	text-decoration: none;
}
header #sp-menu .tel .num a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../images/common/icon-phone.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
header #sp-menu .tel .time {
	font-size: 0.8em;
	line-height: 1;
	margin-left: 2em;
	margin-top: 8px;
	text-align: center;
}
header #sp-menu .tel .notes {
	font-size: 0.8em;
	line-height: 1.6;
	margin-top: 30px;
}
header #sp-menu .g-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}
header #sp-menu .g-nav li {
	width: 48%;
}
header #sp-menu .g-nav li a {
	display: block;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	padding: 1.3em 1.5em 1em 1.5em;
	border-bottom: 1px solid #525252;
}
@media screen and (max-width: 480px) {
header #sp-menu .g-nav li {
	width: 100%;
}
}
header .drawer {
	width: 70px;
	height: 70px;
	z-index: 10000;
}
.navbar_toggle {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.navbar_toggle_icon {
	position: relative;
	display: block;
	height: 2px;
	width: 30px;
	background: #fff;
	-webkit-transition: ease .5s;
	transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
	top: 0;
}
.navbar_toggle_icon:nth-child(2) {
	margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
	top: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
	top: -10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#pc-menu {
	background: #1f1f1f;
}
#pc-menu .g-nav {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
#pc-menu .g-nav li {
	text-align: center;
}
#pc-menu .g-nav li a {
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
#pc-menu .g-nav li a:hover {
	color: #cab27c;
}
@media screen and (max-width: 896px) {
#pc-menu{
	display: none;
}
}
footer {
	background: #000;
}
footer a:hover {
	opacity: 0.5;
}
footer .block-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
footer .block-info .l-box{
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer .block-info .l-box a.company {
	display: flex;
	align-items: center;
	font-size: 1.5em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
footer .block-info .l-box a.company sub{
	font-size: 0.5em;
	margin-right: 1em;
}
footer .block-info .l-box .tel {
	text-align: center;
	margin-top: 40px;
}
footer .block-info .l-box .tel .tt {
}
footer .block-info .l-box .tel .num a{
	font-size: 2em;
	line-height: 1;
	color: #ffc82c;
	font-weight: bold;
	text-decoration: none;
}
footer .block-info .l-box .tel .num a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../images/common/icon-phone.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
footer .block-info .l-box .tel .time{
	font-size: 0.8em;
	line-height: 1;
	margin-left: 2em;
	margin-top: 8px;
	text-align: center;
}
footer .block-info .l-box .tel .notes{
	font-size: 0.8em;
	line-height: 1.6;
	margin-top: 30px;
}
footer .block-info .r-box {
	flex: 1;
	margin-left: 20px;
}
footer .block-info .r-box .ft-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .block-info .r-box .ft-nav li a {
	color: #fff;
	font-size: 0.9em;
	line-height: 1;
	text-decoration: none;
}
footer .block-info .r-box .ft-nav li:not(:last-child) {
	margin-right: 2em;
	margin-bottom: 1.3em;
}
@media screen and (max-width: 896px) {
footer .block-info .l-box,
footer .block-info .r-box{
	width: 100%;
}
footer .block-info .r-box{
	margin-top: 30px;
	margin-left: 0;
}
footer .block-info .r-box .ft-nav {
	justify-content: space-between;
}
footer .block-info .r-box .ft-nav li {
	width: 48%;
	margin-right: 0;
}
footer .block-info .r-box .ft-nav li a {
	display: block;
	padding: 1.3em 1.5em 1em 1.5em;
	border-bottom: 1px solid #525252;
}
footer .block-info .r-box .ft-nav li:not(:last-child) {
	margin-right: 0;
	margin-bottom: 0;
}
}
@media screen and (max-width: 480px) {
footer .block-info .r-box .ft-nav li {
	width: 100%;
}
}
footer .block-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 90px;
	font-size: 0.8em;
	color: #898989;
}
@media screen and (orientation: portrait) {
footer .block-bottom .l-box,
footer .block-bottom .copy {
	width: 100%;
	text-align: center;
}
footer .block-bottom .copy {
	margin-top: 2em;
}
}
footer .coronavirus {
	margin-top: 90px;
	border-top: solid 1px #2a2a2a;
	border-bottom: solid 1px #2a2a2a;
	padding: 30px 0;
	font-size: 0.8em;
	color: #898989;
}
footer .coronavirus .txt-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer .coronavirus .tt {
	text-align: center;
}
footer .coronavirus .list {
	column-count: 2;
	margin-top: 1em;
}
footer .coronavirus .list li {
	position: relative;
	padding-left: 1.3em;
}
footer .coronavirus .list li::before {
	position: absolute;
	top: 0.4em;
	left: 0;
	content: "";
	width: 0.8em;
	height: 0.8em;
	background: #898989;
}
footer .coronavirus .list li:nth-child(n+2) {
	margin-top: 0.5em;
}
@media screen and (max-width: 480px) {
footer .coronavirus .list {
	column-count: auto;
}
}
#top-slide {
	width: 100%;
	height: calc(100vh - 90px);
	background: #000;
	position: relative;
	overflow: hidden;
}
#top-slide li {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top-slide li.img01 {
	background: url(../images/top/slide01_03.jpg) bottom right no-repeat;
	background-size: cover;
}
#top-slide li .txt {
	text-align: center;
}
#top-slide li .txt img {
	filter: drop-shadow(4px 4px 4px #000);
	max-width: 80%;
	height: auto;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
#top-slide {
	position: relative;
	height: auto;
}
#top-slide:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
#top-slide li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
@media screen and (max-width: 896px) and (orientation: landscape) {
#top-slide {
	height: 100vh;
}
}
@media screen and (max-width: 480px) {
#top-slide {
	height: 100vh;
}
#top-slide li.img01 {
	background: url(../images/top/slide01_sp_03.jpg) bottom left no-repeat;
	background-size: 100% auto;
}
}
#top-message {
	background: url(../images/top/message-.png) bottom left no-repeat;
}
#top-message .block {
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
}
#top-message .block .l-box {
	text-align: center;
	line-height: 1;
}
#top-message .block .l-box .number {
	font-size: 2.5em;
	margin-top: 15px;
}
#top-message .block .l-box .number sub {
	font-size: 0.6em;
}
#top-message .block .l-box .data {
	font-size: 0.7em;
	margin-top: 2px;
}
#top-message .block .r-box {
	padding-left: 80px;
}
#top-message .block .r-box sub {
	font-size: 1.4em;
}
@media screen and (max-width: 480px) {
#top-message .block .l-box {
	width: 100%;
}
#top-message .block .r-box {
	padding-left: 0;
	margin-top: 2em;
	text-align: center;
}
}
#bg-image-loop {
	width: 100%;
	height: 350px;
	position: relative;
	background: url(../images/top/topwrap2.png) repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 54s linear infinite;
	padding: 0;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -2160px 0; }
}
@media screen and (max-width: 896px) {
#bg-image-loop {
	width: 100%;
	height: 200px;
}
}
#page-title-wp {
	background: #000;
	background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	z-index: 0;
}
#page-title-wp::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
#page-title-wp.policy {
	background-image: url(../images/policy/bg-pagetitle-policy.jpg);
	background-position: center bottom;
}
#page-title-wp.policy::before {
	background:rgba(0, 0, 0, 0.7);
}
#page-title-wp.scene {
	background-image: url(../images/scene/bg-pagetitle-scene.jpg);
	background-position: left bottom;
}
#page-title-wp.scene::before {
	background:rgba(0, 0, 0, 0.4);
}
#page-title-wp.about {
	background-image: url(../images/about/bg-pagetitle-about.jpg);
}
#page-title-wp.about::before {
	background:rgba(0, 0, 0, 0.7);
}
#page-title-wp.price {
	background-image: url(../images/price/price-bg.png);
	background-position: right bottom;
}
#page-title-wp.price::before {
	background:rgba(0, 0, 0, 0.2);
}
#page-title-wp.equipment {
	background-image: url(../images/equipment/bg-pagetitle-equipment.jpg);
	background-position: right bottom;
	border-bottom: 6px solid #c21500;
	border-image: linear-gradient(70deg, #000d38, #0c719f, #000d38);
	border-image-slice: 1;
}
#page-title-wp.equipment::before {
	background:rgba(0, 0, 0, 0.4);
}
#page-title {
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#page-title .tt {
	display: flex;
	align-items: center;
	font-size: 3em;
	color: #cab27c;
	font-weight: bold;
}
#page-title .tt sub {
	font-size: 0.4em;
	font-weight: normal;
	margin-left: 1em;
}
#page-title .tt sub::before {
	content: "/";
	margin-right: 0.5em;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
#page-title {
	height: 200px;
}
#page-title .tt {
	font-size: 2em;
}
}
#page-title .breadcrumb {
	display: flex;
	align-items: center;
	font-size: 0.8em;
	line-height: 1;
	margin-top: 60px;
	color: #f4f4f4;
}
#page-title .breadcrumb li a {
	color: #fff;
}
#page-title .breadcrumb li a:hover {
	color: #cab27c;
	text-decoration: none;
}
#page-title .breadcrumb li sub,
#page-title .breadcrumb li h2 {
	display: inline-block;
	font-size: 1em;
}
#page-title .breadcrumb li:not(:first-child)::before {
	content: ">";
	margin: 0 0.5em;
	font-weight: bold;
}
.scene-list .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content :flex-start;
	padding: 90px;
}
.scene-list:nth-child(2n+1) .block {
	 flex-direction: row-reverse;
}
.scene-list .block .img-box,
.scene-list .block .txt-box {
	width: 45%;
	align-self: center;
}
@media screen and (max-width: 1024px) {
.scene-list .block {
	padding: 60px 30px;
}
}
@media screen and (max-width: 480px) {
.scene-list .block .img-box,
.scene-list .block .txt-box {
	width: 100%;
}
.scene-list .block .img-box {
	margin-bottom: 30px;
}
}
.scene-list .block .txt-box .tt {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 4em;
	text-align: center;
}
.scene-list .block .txt-box .tt sub {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.4em;
	margin-top: 8px;
	color: #cab27c;
}
.scene-list .block .txt-box .tt sub::before,
.scene-list .block .txt-box .tt sub::after {
	border-top: 1px solid;
	content: "";
	width: 1em;
}
.scene-list .block .txt-box .tt sub::before {
	margin-right: 1em;
}
.scene-list .block .txt-box .tt sub::after {
	margin-left: 1em;
}
@media screen and (max-width: 1024px) {
	.scene-list .block .txt-box .tt {
	margin-bottom: 2em;
}
}
.scene-list .block .txt-box .catch {
	font-size: 1.3em;
	margin-bottom: 2em;
	line-height: 1.3;
}
.scene-list .block .img-box img {
	max-width: 100%;
}
.scene-list#business {
	background: #000;
}
.scene-list#business .block .img-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.scene-list#business .block .img-box img:nth-child(-n+2) {
	width: 50%;
	height: auto;
}
.scene-list#business .block .img-box img:nth-child(n+3) {
	width : calc(100% / 3) ;
	height: auto;
}
.scene-list#move {
	background: url(../images/scene/move-bg.jpg) right bottom no-repeat;
    background-size: cover;
	position: relative;
	z-index: 0;
}
.scene-list#move::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.8);
	z-index: -1;
}
.scene-list#move .block .img-box {
	display: flex;
	flex-wrap: wrap;
}
.scene-list#move .block .img-box img.photo01 {
	width: 80%;
	height: auto;
}
.scene-list#move .block .img-box img.photo02 {
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-top: -40px;
}
.scene-list#special {
	background: linear-gradient( 70deg, #00192f 10%, #000 100%);
}
.scene-list#special .block .img-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.scene-list#special .block .img-box img.photo01 {
	width: 40%;
	height: auto;
}
.scene-list#special .block .img-box img.photo02 {
	width: 20%;
	height: auto;
	margin-left: 5%;
	margin-top: 40px;
}
.scene-list#special .block .img-box img.photo03 {
	width: 40%;
	height: auto;
	margin-right: 5%;
}
.scene-list#special .block .img-box img.photo04 {
	width: 40%;
	height: auto;
	margin-top: 40px;
}
@media screen and (max-width: 480px) {
.scene-list#special .block .img-box img.photo01 {
	width: 45%;
}
.scene-list#special .block .img-box img.photo02 {
	width: 25%;
	margin-top: 20px;
}
.scene-list#special .block .img-box img.photo03 {
	width: 45%;
}
.scene-list#special .block .img-box img.photo04 {
	width: 45%;
	margin-top: 20px;
}
}
.scene-list#travel {
	background-image: url(../images/scene/travel-bg_parts.png), url(../images/scene/travel-bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position:  right bottom, right center;
	background-size: 25% auto, cover;
	position: relative;
	z-index: 0;
}
.scene-list#travel::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.8);
	z-index: -1;
}
@media screen and (max-width: 480px) {
.scene-list#travel {
	padding-bottom: 15%;
	background-size: 60% auto, cover;
}
}
.scene-list#travel .block .img-box img {
	width: 100%;
	height: auto;
}
#equipment {
	background: url(../images/equipment/pattern.jpg) repeat;
}
#equipment .contents-tt {
	font-size: 1.8em;
	margin-bottom: 1em;
	text-align: center;
}
#equipment .block {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #000;
}
#equipment .block:not(:first-of-type) {
	margin-top: 60px;
}
#equipment .block:nth-of-type(even) {
	flex-direction: row-reverse;
	margin-left: auto;
}
#equipment .block .img-box,
#equipment .block .txt-box {
	width: 48%;
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
}
#equipment .block .img-box img {
	width: 100%;
	height: auto;
}
#equipment .block .txt-box {
	padding: 60px;
	line-height: 1.4;
}
#equipment .block .txt-box .tt {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 1.5em;
	text-align: center;
}
#equipment .block .txt-box .tt sub {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.4em;
	margin-top: 8px;
	color: #cab27c;
}
#equipment .block .txt-box .tt sub::before,
#equipment .block .txt-box .tt sub::after {
	border-top: 1px solid;
	content: "";
	width: 1em;
}
#equipment .block .txt-box .tt sub::before {
	margin-right: 1em;
}
#equipment .block .txt-box .tt sub::after {
	margin-left: 1em;
}
#equipment .block .txt-box li:not(:last-child) {
	margin-bottom: 1em;
}
#equipment .block .txt-box li {
	position: relative;
	padding-left: 1em;
}
#equipment .block .txt-box li::before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: .6em;
  height: .6em;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#equipment .block .txt-box li.car-name::before {
    content: none;
}
#equipment .block .txt-box li.attention::before {
    content: "※";
    background: none;
    transform: rotate(0deg);
    top: 0;
    margin-left: -3.3px;
}
@media screen and (max-width: 1024px) {
#equipment .block .txt-box {
	padding: 40px 2em;
}
}
@media screen and (max-width: 480px) {
#equipment .block .img-box,
#equipment .block .txt-box {
	width: 100%;
}
}
#equipment .block-other {
	margin-top: 60px;
}
#equipment .block-other .tt {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	margin-top: 8px;
	margin-bottom: 2em;
	font-weight: bold;
}
#equipment .block-other .tt::before,
#equipment .block-other .tt::after {
	border-top: 2px solid;
	content: "";
	width: 1em;
}
#equipment .block-other .tt::before {
	margin-right: 1em;
}
#equipment .block-other .tt::after {
	margin-left: 1em;
}
#equipment .block-other ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#equipment .block-other li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: calc((100% - 40px) / 3);
	background: #000;
	padding: 40px 2em;
	border: 1px solid #024ac3;
	box-shadow:0px 0px 6px 4px rgba(62,153,232,0.8);
}
#equipment .block-other li:nth-child(n+4) {
	margin-top: 20px;
}
#equipment .block-other li .img-box {
	max-width: 60%;
	width: 55px;
}
#equipment .block-other li .img-box img{
	width: 100%;
	height: auto;
}
#equipment .block-other li .txt-box{
	width: 100%;
	margin-top: 1.5em;
	text-align: center;
	line-height: 1.3;
}
#equipment .block-other li .txt-box sub {
	display: block;
	font-size: 0.8em;
	margin-top: 0.2em;
}
@media screen and (max-width: 480px) {
#equipment .block-other li {
	width: calc((100% - 20px) / 2);
	padding: 1.5em 0.5em;
}
#equipment .block-other li:nth-child(n+3) {
	margin-top: 20px;
}
#equipment .block-other li .img-box {
	max-width: 30%;
}
#equipment .block-other li .txt-box{
	margin-top: 20px;
}
}
#message .inner-tbp{
	background: radial-gradient(circle , #2a4e96, black 50%);
}
#message .messag-block {
	display: flex;
	flex-direction: column;
}
#message .messag-block .l-box .catch {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 1em;
}
#message .messag-block .r-box {
	margin-left: auto;
	width: 80%;
	margin-top: 60px;
}
#message .messag-block .r-box .name-box {
	margin-top: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 0.8em;
}
#message .messag-block .r-box .name-box .name{
	margin-left: 1em;
}
#message .hospitality {
	display: flex;
	justify-content:center;
	margin-top: 90px;
}
#message .txt-box {
	background: #232323;
	padding: 30px;
	font-size: 0.9em;
	text-align: center;
}
#message .txt-box .txt {
	border-top: 1px dotted #525252;
	padding-top: 1em;
	margin-top: 0.8em;
}
#outline {
	position: relative;
	background: linear-gradient(70deg, #333, #000);
}
#outline .tt {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 1.5em;
	text-align: center;
}
#outline .tt sub {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.4em;
	margin-top: 8px;
	color: #cab27c;
}
#outline .tt sub::before,
#outline .tt sub::after {
	border-top: 1px solid;
	content: "";
	width: 1em;
}
#outline .tt sub::before {
	margin-right: 1em;
}
#outline .tt sub::after {
	margin-left: 1em;
}
#outline .data {
	width: 100%;
	font-size: 0.9em;
}
#outline .data th,
#outline .data td {
	padding: 1.5em 1em;
}
#outline .data th {
	border-bottom: solid 1px #898989;
	vertical-align: middle;
	color: #ccc;
	line-height: 1.3;
}
#outline .data td {
	border-bottom: solid 1px #525252;
}
#outline .data a {
	color: #fff;
	text-decoration: none;
}
#price {
	background-image: url(../images/price/bg.png);
	background-repeat: repeat;              /* 繰り返し */
  background-size: 7%;                  /* 実寸サイズで表示 */
  background-position: top left;
}
#price .block {
	background: #101010;
	padding: 60px;
}
@media screen and (max-width: 480px) {
#price .block {
	padding: 20px;
}
}
#price .tt-box .contents-tt {
	font-size: 1.5em;
	line-height: 1.3;
	text-align: center;
	border-bottom: solid 1px #cab27c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#price .tt-box .contents-tt span{
	display: inline-block;
	margin-left: 1em;
}
#price .tt-box .comment-excerpt {
	text-align: right;
	font-size: 0.8em;
}
#price .tt-box .comment-cartype {
	margin: 40px 0;
}
#price .cat-tt {
	background: linear-gradient(70deg, #0c719f, #000d38);
	padding: 1em;
	margin-bottom: 30px;
	text-align: center;
}
#price .cat-tt:not(:first-of-type) {
	margin-top: 90px;
}
#price .cat-tt-sub {
	margin-bottom: 1em;
	text-align: center;
}
@media screen and (max-width: 480px) {
#price .tt-box .contents-tt span{
	display: block;
	margin-left: 0;
}
#price .cat-tt:not(:first-of-type) {
	margin-top: 30px;
}
}
#price .scrollbar-wp {
	width: 100%;
	overflow-x: auto;
	padding-bottom: 20px;
}
#price .scrollbar-wp::-webkit-scrollbar {
	height: 4px;
}
#price .scrollbar-wp::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 30px;
}
#price .list {
	font-size: 0.9em;
	white-space: nowrap;
	margin: 0 auto;
}
#price .list th,
#price .list td {
	border: solid 1px #b2b2b2;
	padding: 0.5em 2em;
	vertical-align: middle;
}
#price .pickup {
	background: #474747;
}
#price .list .yen_alR {
	text-align: right;
}
#price .list.distance th {
	text-align: center;
}
#price .list.jointly th {
	text-align: center;
}
#price .time-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#price .time-block.list02 {
	margin-top: 20px;
}
#price .time-block .list-tt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 2em;
	border: solid 1px #b2b2b2;
	font-size: 0.9em;
}
#price .list.time {
	margin: 0;
}
#price .list.time th {
	border-width: 1px 1px 1px 0;
}
@media screen and (max-width: 480px) {
#price .time-block {
	flex-direction: column;
}
#price .list.time th {
	border-width: 0 1px 1px 1px;
}
#price .list.time td {
	border-width: 0 1px 1px 1px;
}
}
#price .flat-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#price .flat-block .l-box,
#price .flat-block .r-box{
	width: 50%;
}
#price .flat-block .l-box{
	padding: 0 30px 0 0;
}
#price .flat-block .r-box {
	border-left: 2px dotted #404040;
	padding: 0 0 0 30px;
}
#price .flat-block .destination {
	margin-bottom: 1em;
	text-align: center;
}
#price .flat-block .destination span {
	display: block;
}
#price .flat-block .destination span.arrow {
	transform: rotate(-90deg);
	line-height: 1;
	margin: 0.5em 0;
}
#price .list.flat th,
#price .list.flat td {
	text-align: center;
}
@media screen and (max-width: 1024px) {
#price .flat-block .l-box,
#price .flat-block .r-box{
	width: 100%;
	padding: 0 0;
}
#price .flat-block .r-box {
	border-left: none;
	border-top: 2px dotted #404040;
	padding-top: 30px;
	margin-top: 16px;
}
}
#price .list.case th{
	text-align: center;
}
#price .case-note {
	display: flex;
	justify-content: center;
	margin-top: 2em;
	font-size: 0.8em;
}
#price .addition-wp {
	padding: 20px;
	background: #1f1f1f;
	margin-top: 70px;
}
#price .addition {
	font-size: 0.9em;
	white-space: nowrap;
	margin: 0 auto;
}
#price .addition th,
#price .addition td {
	border-bottom: solid 1px #b2b2b2;
	vertical-align: middle;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
#price .addition th span {
	border-left: solid 4px #0c719f;
	padding-left: 8px;
}
#price .addition td {
	padding-left: 3em;
}
#price-payment {
	background-image: url(../images/price/bg.png) ;
	background-size: 7%;
	position: relative;
	z-index: 0;
}

#price-payment .block {
	background: #101010;
	padding: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#price-payment .tt {
	line-height: 1;
}
#price-payment .list-box {
	margin: 0 0 0 60px;
	padding: 0 0 0 60px;
	border-left: 2px dotted #404040;
}
#price-payment .list li {
	position: relative;
	padding-left: 1.3em;
	font-size: 0.9em;
}
#price-payment .list li::before {
	position: absolute;
	top: 0.4em;
	left: 0;
	content: "";
	width: 0.8em;
	height: 0.8em;
	background: #cab27c;
}
#price-payment .list li .notes {
	display: inline-block;
	margin-left: 1em;
	font-size: 0.8em;
}
#price-payment .payment-note {
	margin-top: 20px;
	font-size: 0.8em;
}
@media screen and (max-width: 480px) {
#price-payment .block {
	padding: 20px;
	justify-content: flex-start;
}
#price-payment .tt,
#price-payment .list-box {
	width: 100%;
}
#price-payment .tt {
	text-align: center;
}
#price-payment .list-box {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-left: none;
	border-top: 2px dotted #404040;
}
#price-payment .list li .notes {
	display: block;
	margin-left: 0;
}
}
#price-supplement {
	background: linear-gradient(70deg, #333, #000);
	font-size: 0.8em;
}
#price-supplement .tt{
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
#price-supplement .tt:nth-of-type(n+2) {
	margin-top: 2em;
}
#price-supplement .tt sub{
	font-size: 0.8em;
	margin-left: 1em;
}
#price-supplement .list-kana > li {
	list-style-type: katakana;
	list-style-position: inside;
	padding-left: 2em;
	text-indent: -2em;
}
#price-supplement .list-roma > li {
	list-style-type: lower-alpha;
	list-style-position: inside;
	padding-left: 1.25em;
	text-indent: -1.25em;

}
#price-supplement .asterisk{
	margin-top: 2em;
}
#policy-wp,
#conditions-wp {
	background: #333;
	font-size: 0.9em;
}
#policy .policy-title,
#conditions .conditions-title {
	font-size: 1.8em;
	margin-bottom: 1.2em;
	text-align: center;
	font-weight: bold;
}
#policy .policy-tt {
	margin-top: 2.8em;
	font-size: 1.3em;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
#policy .policy-title,
#conditions .conditions-title {
	font-size: 1.3em;
}
#policy .policy-tt {
	font-size: 1.2em;
}
}
#policy .maru-number > li {
	margin-top: 1.3em;
}
#conditions .conditions-sub {
	text-align: right;
	margin-top: 3em;
}
#conditions .conditions-tt {
	margin-top: 2em;
}
#conditions .conditions-name {
	text-align: center;
}
#conditions .conditions-name sub {
	font-size: 1.7em;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
#conditions .conditions-name sub {
	display: block;
	font-size: 1.5em;
}
}
