/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Details 1
- Details 2
- Details Lightbox
- Details 3
- Mission
- Strengths
- Projects
- About
- Invitation
- Contact
- Footer
- Copyright
- Back To Top Button 
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds, navbar - black #000000
- Backgrounds - light gray #f5f5f5
- Buttons, icons - red #c2337b
- Headings text - black #000000
- Body text - dark gray #6b747b
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
	font-family: 'Kiwi Maru', serif;
}

body, p {
	color: #6b747b; 
	
	
}

h1 {
	color: #000000;
	font-weight: 700;
	font-size: 35px;
	line-height: 3.25rem;
	font-family: 'Kiwi Maru', serif;
}

h2 {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
    line-height: 2.5rem;
    text-align: center;
    
}

h3 {
	color: #000000;
	font-weight: 700;
	font-size: 19px;
	line-height: 2.25rem;
	font-family: 'Kiwi Maru', serif;
}

h4 {
	color: #000000;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	ffont-family: 'Kiwi Maru', serif;
}

h5 {
	color: #000000;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: 'Kiwi Maru', serif;
}

h6 {
	color: #000000;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: 'Kiwi Maru', serif;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
	color: #6b747b;
	text-decoration: none;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.red {
	color: #c2337b;
}

.bg-gray {
	background-color: #f5f5f5;
}

.hr-heading {
    display: block;
    width: 60%;
    height: 3px;
    margin-top: 0.75rem;
    margin-bottom: -1.25rem;
    border: none;
    background-color: #ef7d44;
}
.text_saishin_form {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 8px 0px;
    text-align: center;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #c2337b;
	border-radius: 32px;
	background-color: #c2337b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #c2337b; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #c2337b;
	border-radius: 32px;
	background-color: #c2337b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}
.all_bg{
	background: url(../images/contact-background11.png) center center no-repeat;
    
	 min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.btn-solid-lg:hover {
	background-color: transparent;
	color: #c2337b; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}
.btn-solid-lg2 {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #c2337b;
	border-radius: 32px;
	background-color: #c2337b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg2:hover {
	background-color: transparent;
	color: #c2337b; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #000000;
	border-radius: 32px;
	background-color: transparent;
	color: #000000;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #000000;
	border-radius: 32px;
	background-color: transparent;
	color: #000000;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #000000;
	border-radius: 32px;
	background-color: transparent;
	color: #000000;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.label-control {
	position: absolute;
	top: 0.875rem;
	left: 1.5rem;
	color: #7d838a;
	opacity: 1;
	font-size: 0.875rem;
	line-height: 1.375rem;
	cursor: text;
	transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	color: #6b747b;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.125rem;
	padding-bottom: 0.125rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	background-color: #ffffff;
	color: #6b747b;
	font-size: 0.875rem;
	line-height: 1.875rem;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3.25rem;
	color: #7d838a;
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.5rem;
	padding-left: 1.3125rem;
	border: 1px solid #cbcbd1;
	background-color: #ffffff;
	color: #6b747b;
	font-size: 0.875rem;
	line-height: 1.5rem;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font-size: 0.75rem;
	line-height: 1.25rem;
}

input[type='checkbox'] {
	vertical-align: -10%;
	margin-right: 0.5rem;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #c2337b;
	border-radius: 32px;
	background-color: #c2337b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #000000;
	background-color: transparent;
	color: #000000;
}

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for details lightbox - magnific popup */


/**********************/
/*     Navigation     */
/**********************/
.navbar {
    background-color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 3%);
    border-bottom: solid 1px#000;
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 65px;
    height: 35px;
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
    position: fixed;
    top: 58px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fffffff5;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 400;
}


.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item  {
	color: #ffb5ff;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border: none;
	background-color: #000000;
}

.navbar .dropdown-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #eeeeee;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #000000;
	color: #ef7d44;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #505050;
}
/* end of dropdown menu */

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
    color: #24ca58;
    transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #24ca58;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/
.header {
    padding-top: 7rem;
    background: #fff;
    background-size: cover;
    text-align: center;
    border-bottom: solid 1px #000;
}

.header .image-container {
	margin-bottom: 2.75rem;
}

.header .text-container {
	margin-bottom: 7rem;
}

.header h3 {
    margin-bottom: 6rem;
    color: #000000;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
    font-weight: bold;
    font-size: 18px;
}
.header .btn-solid-lg:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.header .services {
	padding-top: 4.5rem;
	padding-bottom: 0.375rem;
	background: linear-gradient(to bottom right, #4b00d7, #fa4c50);
}

.header .card {
	margin-bottom: 4rem;
	border: 0;
	background-color: transparent;
}

.header .card .fas {
	margin-bottom: 1.75rem;
	color: #ffffff;
	font-size: 4rem;
}

.header .card-body {
	padding: 0;
}

.header .card h5 {
	margin-bottom: 0.5rem;
	color: #ffffff;
}

.header .card .card-text {
	color: #ffffff;
}


/*********************/
/*     Details 1     */
/*********************/
.basic-1 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.basic-1 .text-container {
	margin-bottom: 4rem;
}

.basic-1 .hr-heading {
	display: inline-block;
	margin-top: 0.25rem;
	margin-bottom: 1.375rem;
}

.basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-1 .list-unstyled .media-body {
	margin-left: 0.5rem;
}


/*********************/
/*     Details 2     */
/*********************/
.basic-2 .image-area {
	margin-right: auto;
	margin-left: auto;
}

.basic-2 .text-area {
	width: 100%;
	padding: 3.5rem 1rem 4rem 1rem;
	background-color: #f5f5f5;
}

.basic-2 .text-container {
	max-width: 510px;
	margin-right: auto;
	margin-left: auto;
}

.basic-2 .hr-heading {
	display: inline-block;
	margin-top: 0.25rem;
	margin-bottom: 1rem;
}

.basic-2 p {
	margin-bottom: 1.375rem;
}


/****************************/
/*     Details Lightbox     */
/****************************/
.lightbox-basic {
	position: relative;
	max-width: 1150px;
	margin: 2.5rem auto;
	padding: 3rem 1rem;
	background-color: #ffffff;
	text-align: left;
}

.lightbox-basic .image-container {
	margin-bottom: 3rem;
	text-align: center;
}

.lightbox-basic h3 {
	margin-bottom: 0.5rem;
}

.lightbox-basic hr {
	width: 44px;
	height: 2px;
	margin-top: 0.125rem;
	margin-bottom: 1rem;
	margin-left: 0;
	border: none;
	background-color: #c2337b;
}

.lightbox-basic h4 {
	margin-top: 1.75rem;
	margin-bottom: 0.625rem;
}

.lightbox-basic .list-unstyled {
	margin-bottom: 1.5rem;
}

.lightbox-basic .list-unstyled .fas {
	color: #c2337b;
	font-size: 0.875rem;
	line-height: 1.75rem;
}

.lightbox-basic .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.lightbox-basic .list-unstyled {
	margin-bottom: 1.5rem;
}

/* Action Button */
.lightbox-basic .btn-solid-reg.mfp-close {
	position: relative;
	width: auto;
	height: auto;
	color: #ffffff;
	opacity: 1;
	font-family: 'Kiwi Maru', serif;
}

.lightbox-basic .btn-solid-reg.mfp-close:hover {
	color: #c2337b;
}
/* end of action Button */

/* Back Button */
.lightbox-basic .btn-outline-reg.mfp-close.as-button {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: 0.375rem;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #000000;
	color: #000000;
	opacity: 1;
	font-family: 'Kiwi Maru', serif;
}

.lightbox-basic .btn-outline-reg.mfp-close.as-button:hover {
	color: #ffffff;
}
/* end of back button */

/* Close X Button */
.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 44px;
	height: 44px;
	color: #555555;
}
/* end of close x button */


/*********************/
/*     Details 3     */
/*********************/
.basic-3 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.basic-3 .text-container {
	margin-bottom: 4rem;
}

.basic-3 .hr-heading {
	display: inline-block;
	margin-top: 0.25rem;
	margin-bottom: 1.375rem;
}

.basic-3 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-3 .list-unstyled .media-body {
	margin-left: 0rem;
}


/*******************/
/*     Mission     */
/*******************/
.basic-4 {
	padding-top: 9rem;
	padding-bottom: 9rem;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/mission-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.basic-4 .text-container {
	margin-right: 1rem;
	margin-left: 1rem;
	padding: 1.5rem;
	background-color: #ffffff;
}

.basic-4 h4 {
	margin-bottom: 0;
}


/*********************/
/*     Strengths     */
/*********************/
.basic-5 {
	padding-top: 10rem;
	padding-bottom: 2rem;
}

.basic-5 .list-unstyled .media {
	margin-bottom: 4rem;
}

.basic-5 .media .bullet {
	color: #e0d8d8;
	font-weight: 600;
	font-size: 3rem;
	line-height: 2.625rem;
	font-family: 'Kiwi Maru', serif;
}

.basic-5 .media-body {
	margin-left: 0.625rem;
}


/********************/
/*     Projects     */
/********************/
.slider-1 {
	padding-top: 3rem;
	padding-bottom: 6rem;
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	position: static;
	width: 86%;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
	width: 18px;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23505c67'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23505c67'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .image-container {
	margin-bottom: 3rem;
}

.slider-1 h3 {
	margin-bottom: 1rem;
}

.slider-1 .testimonial-author {
	color: #000000;
}


/*****************/
/*     About     */
/*****************/
.basic-6 {
	padding-top: 5rem;
	padding-bottom: 10rem;
}

.basic-6 .text-container {
	padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}

.basic-6 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-6 .list-unstyled .media-body {
	margin-left: 0.5rem;
}


/**********************/
/*     Invitation     */
/**********************/
.basic-7 {
    padding-top: 0.5rem;
    padding-bottom: 3.5rem;
   
    text-align: center;
}

.basic-7 h4 {
    margin-bottom: 5px;
    color: #ffffff;
}
.basic-7 .btn-solid-lg {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #48c542;
}

.basic-7 .btn-solid-lg:hover {
	background-color: transparent;
	color: #ffffff;
}
.basic-7 .btn-solid-lg2 {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #f37f25;
}


.basic-7 .btn-solid-lg2:hover {
	background-color: transparent;
	color: #ffffff;
}
.basic-77 h4 {
    margin-bottom: 5px;
    color: #ffffff;
}
.basic-77 .btn-solid-lg {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #48c542;
}

.basic-77 .btn-solid-lg:hover {
	background-color: transparent;
	color: #ffffff;
}
.basic-77 .btn-solid-lg2 {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #f37f25;
}


.basic-77 .btn-solid-lg2:hover {
	background-color: transparent;
	color: #ffffff;
}

/*******************/
/*     Contact     */
/*******************/
.form-1 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	background:url('../images/contact-background1.jpg') center center no-repeat;
	background-size: cover;
}

.form-1 h2 {
	margin-bottom: 0.75rem;
}

.form-1 h2,
.form-1 .p-heading,
.form-1 .list-unstyled {
	color: #000;
	text-align: center;
}

.form-1 a:hover {
	color: #ef7d44;
}
.form-1 a {
	color: #000;
	padding: 0;
}
.form-1 .p-heading {
	margin-bottom: 0.25rem;
}

.form-1 .list-unstyled {
	margin-bottom: 3.5rem;
}

.form-1 .form-control-input:focus + .label-control,
.form-1 .form-control-input.notEmpty + .label-control {
	color: #dad5d5;
}

.form-1 .label-control {
	color: #dad5d5;
}

.form-1 .form-control-input {
	border: 1px solid #585757;
	background-color: #3a3939;
	color: #dad5d5;
}

.form-1 .form-control-input:hover {
	border-color: #817e7e;
}

.form-1 .form-control-submit-button:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6.5rem;
	padding-bottom: 2rem;
	background-color: #000000;
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 0.625rem;
	color: #bfc4cd;
}

.footer p,
.footer a,
.footer ul {
	color: #bfc4cd;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #adaeb3;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
    color: #000000;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
    color: #c2337b;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 1rem;
	background-color: #000000;
	text-align: center;
}

.copyright p, .copyright a {
    color: #bfc4cd;
    text-decoration: none;
    margin-top: 27px;
}


/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 12px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 30px;
	background: #3a424d url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 18px 18px;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #c2337b;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background: linear-gradient(rgb(0 0 0 / 12%), rgb(0 0 0 / 43%)), url(../images/contact_bg.png) center center no-repeat;
	background-size: cover;
}
.ex-header3 {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background: linear-gradient(rgb(0 0 0 / 12%), rgb(0 0 0 / 43%)), url(../images/contact_bg.png) center center no-repeat;
	background-size: cover;
}
.ex-header h1 {
	color: #ffffff;
	text-align: center;
}
.ex-header2 h1 {
	color: #ffffff;
	text-align: center;
}
.ex-header3 h1 {
	color: #ffffff;
	text-align: center;
}
.ex-header2 {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background: linear-gradient(rgb(0 0 0 / 12%), rgb(0 0 0 / 43%)), url("../images/newsbg.png") center center no-repeat;
	background-size: cover;
}

.ex-header2 h1 {
	color: #ffffff;
	text-align: center;
}
.ex-header3 h1 {
	color: #ffffff;
	text-align: center;
}
.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .media-body {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f5f5f5;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: #c2337b;
}

.ex-cards-1 .card .fa-stack-1x {
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .media-body {
	margin-left: 0.75rem;
}

.ex-cards-1 .card .list-unstyled .media-body h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.375rem;
}


/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	
	.header {
		padding-top: 10rem;
	}

	.header .text-container {
		margin-bottom: 9rem;
	}
	/* end of header */


	/* Details 2 */
	.basic-2 .text-container {
		max-width: 690px;
	}
	/* end of details 2 */


	/* Contact */
	.form-1 form {
		width: 500px;
		margin-right: auto;
		margin-left: auto;
	}

	.form-1 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}
	/* end of extra pages */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
    padding-top: 0;
    background-color: white;
    box-shadow: none;
    transition: all 0.2s;
    border-bottom: solid 1px #000;
	padding: 6px 0px;
}


	.navbar.top-nav-collapse {
    padding-top: 0;
    padding-bottom: 0.5rem;
    background-color: #ffffff;
    box-shadow: 0 6px 9px 0 rgb(0 0 0 / 3%);
    border-bottom: solid 1px #000;
}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
}

	
	.navbar .nav-item .nav-link {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
	}

	.navbar .dropdown-menu {
		margin-top: 0.25rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	/* end of navigation */

     
	/* Header */
	.header h3 {
    margin-bottom: 0rem;
    color: #000000;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
}
	.header {
		padding-top: 7rem;
		text-align: left;
	}

	.header .image-container {
		margin-bottom: 0;
	}

	.header .text-container {
		margin-bottom: 11rem;
	}

	.header .services {
		text-align: center;
	}

	.header .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}

	.header .card:nth-of-type(3n+2) {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
	/* end of header */


	/* Details 1 */
	.basic-1 .text-container {
		margin-bottom: 0;
	}
	/* end of details 1 */


	/* Details Lightbox */
	.lightbox-basic {
		padding: 3rem 3rem;
	}

	.lightbox-basic .image-container {
		margin-bottom: 0;
		text-align: left;
	}
	/* end of details lightbox */


	/* Details 3 */
	.basic-3 .text-container {
		margin-bottom: 0;
	}
	/* end of details 3 */


	/* Projects */
	.slider-1 .swiper-container {
		width: 98%;
	}

	.slider-1 .image-container {
		margin-bottom: 0;
	}
	
	.slider-1 .swiper-button-prev {
		left: -22px;
	}
	
	.slider-1 .swiper-button-next {
		right: -22px;
	}
	/* end of projects */


	/* About */
	.basic-6 .text-container {
		padding: 2.75rem 2.75rem 2rem 2.75rem;
	}
	/* end of about */


	/* Invitation */
	.basic-7 h4 {
		
		margin-right: auto;
		margin-left: auto;
	}
	/* end of invitation */


	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of extra pages */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* Navigation */
	.navbar .container {
		max-width: 1430px;
	}
	/* end of navigation */


	/* Header */
	.header h3 {
    margin-bottom: 0rem;
    color: #000000;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}
	.header {
    position: relative;
    padding-top: 5.5rem;
    padding-bottom: 2rem;
}
	.header .text-container {
		margin-top: 3rem;
		margin-bottom: 0;
		margin-left: 0rem;
	}

	.header .services {
		position: absolute;
		right: 0;
		bottom: -8rem;
		left: 0;
		width: 1180px;
		margin-right: auto;
		margin-left: auto;
	}

	.header .card {
		width: 290px;
	}

	.header .card:nth-of-type(3n+2) {
		margin-right: 3.5rem;
		margin-left: 3.5rem;
	}
	/* end of header */


	/* Details 1 */
	.basic-1 {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}

	.basic-1 .text-container {
		margin-top: 0rem;
		margin-right: 0rem;
	}

	.basic-1 .image-container {
		margin-bottom: 0rem;
	}
	.basic-12 .image-container2 {
		margin-bottom: 0rem;
	}
	/* end of details 1 */


	/* Details 2 */
	.basic-2 .image-area {
		position: relative;
		width: 53%;
		text-align: right;
	}

	.basic-2 .image-container {
		position: absolute;
		right: 0;
		bottom: -2rem;
		max-width: 605px;
	}
	
	.basic-2 .text-area {
		width: 47%;
	}

	.basic-2 .text-container {
		width: 424px;
		margin-left: 4.5rem;
		margin-right: auto;
	}
	/* end of details 2 */


	/* Details Lightbox */
	.lightbox-basic .image-container {
		margin-right: 1.5rem;
	}
	/* end of details lightbox */


	/* Details 3 */
	.basic-3 {
		padding-top: 12.5rem;
	}

	.basic-3 .text-container {
		margin-top: 3.5rem;
		margin-right: 0rem;
	}

	.basic-3 .image-container {
		margin-left: 0rem;
	}
	/* end of details 3 */


	/* Mission */
	.basic-4 {
		position: relative;
		height: 800px;
		padding: 0;
	}

	.basic-4 .text-container {
		position: absolute;
		right: 0;
		bottom: -6rem;
		left: 0;
		width: 1110px;
		margin-right: auto;
		margin-left: auto;
		padding: 5rem 0;
	}

	.basic-4 h4 {
		width: 800px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of mission */


	/* Strengths */
	.basic-5 {
		padding-top: 11rem;
	}

	.basic-5 .list-unstyled {
		width: 850px;
		margin-right: auto;
		margin-left: auto;
	}

	.basic-5 .media .bullet {
		width: 52px;
		font-size: 6rem;
		line-height: 5.25rem;
		text-align: center;
	}
	
	.basic-5 .media-body {
		margin-left: 1.5rem;
	}
	/* end of strengths */


	/* Projects */
	.slider-1 .image-container {
		margin-right: 2rem;
	}

	.slider-1 .text-container {
		margin-top: 1.75rem;
		margin-left: 2rem;
	}

	.slider-1 .swiper-button-prev {
		left: -36px;
	}
	
	.slider-1 .swiper-button-next {
		right: -36px;
	}
	/* end of projects */


	/* About */
	.basic-6 .text-container {
		position: absolute;
		bottom: 6rem;
		width: 470px;
	}

	.basic-6 .image-container {
		width: 920px;
		margin-right: 0;
		margin-left: auto;
	}
	/* end of about */


	/* Footer */
	.footer .footer-col.first {
		width: 352px;
		margin-right: 6rem;
	}
	
	.footer .footer-col.second {
		margin-right: 6.5rem;
	}
	
	.footer .footer-col.third {
		text-align: right;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of extra pages */
}
/* end of min-width 1200px */

.news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
    border: solid 1px #000;
	background: #fff;
}

.news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 15px 10px;
    margin: 0 24px;
}
.news-plan {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 15px 10px;
    margin: 0 24px;
}
.news-list .item:first-child a{
  
}
.news-list .item .date {
    margin: 0;
    min-width: 100px;
    font-size: 16px;
    color: #999;
    padding: 0 10px 0 0;
}

.news-list .item .category {
    margin: 0;
    min-width: 115px;
    padding: 0 20px 0 0;
}
.news-list .item .category span {
    background: #999;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}
.news-list2 {
    list-style: none outside;
    margin: 40px;
    padding: 0;
    border: solid 1px #000;
}
.news-list2 .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 15px 10px;
    margin: 0 24px;
}
.news-list2 .item:first-child a{
  
}
.news-list2 .item .date {
    margin: 0;
    min-width: 100px;
    font-size: 16px;
    color: #999;
    padding: 0 10px 0 0;
}

.news-list2 .item .category {
    margin: 0;
    min-width: 115px;
    padding: 0 20px 0 0;
}
.news-list2 .item .category span {
    background: #999;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
}
.news-list2 .item .title{
  margin: 0;
  width: 100%;
}
.news-list2 .item a:hover .title{
  color: #00F;
}
 .news-btn{
    text-align: right;
    margin: 10px 0;
    color: #ef7d44;
}
.con_tx2 {
    text-align: left;
    font-size: 18px;
    color: #000;
    margin: 30px 0 0;
    line-height: 35px;
}
.tanks_eria {
    max-width: 810px;
    margin: 90px auto;
}
.hr-heading2 {
    display: block;
    width: 62%;
    height: 3px;
    margin-top: 0.55rem;
    margin-bottom: -1.25rem;
    border: none;
    background-color: #ffffff;
}
.hr-heading3 {
    display: block;
    width: 62%;
    height: 3px;
    margin-top: 0.55rem;
    margin-bottom: -1.25rem;
    border: none;
    background-color: #ef7d44;
}
 .btn_eria{
    margin: 20px auto;
    text-align: center;
}
@media screen and (max-width: 768px){
.ex-header2 h1 {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
}
.news-list2 .item a{
  flex-wrap: wrap;
}
.news-list2 .item .date{
  min-width: 100px;
}
.news-list2 .item .title{
  margin-top: 10px;
}
}

 .news-btn{
    text-align: right;
    margin: 10px 0;
    color: #000;
}
@media screen and (max-width: 768px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-plan{
  flex-wrap: wrap;
}
.news-plan {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 15px 1px;
    margin: 0 15px;
    font-size: 13px;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

 .saishin{
    background:url('../images/saishin.jpg') center center no-repeat;
    text-align: left;
    margin: 0px;
    padding: 40px 40px;
    border-radius: 55px;
}
.saishin_form{
    background:#FF9D4A;
    text-align: left;
    margin: 0px;
    padding: 12px 40px;
    border-radius: 55px;
}
.design01 {
 width: 100%;
 text-align: left;
 border-collapse: collapse;
 border-spacing: 0;
 margin: 60px 0px;
}
 .design01 th {
    padding: 5px 0;
    /* background: #e9faf900; */
    border: none;
    vertical-align: top;
    font-weight: bold;
    color: #ef7d44;
    font-size: 13px;
    width: 75px;
}

.design01 td {
    padding: 7px;
    border: none;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    line-height: 30px;
}

 .text_saishin{
    color: #000;
    font-size: 19px;
    font-weight: bold;
    margin: 26px 0px;
}
.text_form {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
}


.ryoukin{
color: #000000;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 34px 0 0;
	}
.s_box {
    width: 100%;
    height: 537px;
    border: 2px solid #ef7d44;
    overflow-y: scroll;
    padding: 12px;
}
 .scloo{
    font-size: 13px;
    text-align: center;
    margin-bottom: 4px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	
	
	
}


.cochi_title {
    color: #000 !important;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 0px 0px 46px !important;
}
.cochibg {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: linear-gradient(rgb(255 255 255 / 86%), rgb(255 255 255 / 77%)), url(../images/cothi_bg1.jpg) center center no-repeat;

    background-size: cover;
}
.cochibg2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: linear-gradient(rgb(255 255 255 / 86%), rgb(255 255 255 / 77%)), url("../images/cochi_bg2.jpg") center center no-repeat;

    background-size: cover;
}
.cochibg4 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background:url("../images/header-background2.jpg") center center no-repeat;

    background-size: cover;
}

.cochi_neme {
    color: #000000;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    margin: 24px 0 2px;
}
 .cochi_neme span{
    font-size: 16px;
    margin-left: 12px;
}
 .cochi_neme2{
    color: #ef7d44;
    font-size: 16px;
    font-weight: 700;
}
.cochi_neme4 {
    color: #000000;
    font-size: 16px;
    /* font-weight: 700; */
    margin-bottom: 4px;
}
.keireki {
    line-height: 22px;
    margin-left: 0px;
    color: #000;
    font-size: 15px;
}
.iconspe {
    margin-right: 8px;
    font-size: 13px;
    line-height: 23px;
}
.cochi_neme3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}
.keireki_bg {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 46px 0px 0px 0px;
    padding: 20px 40px;
    border-radius: 55px;
    
}


.cochibg5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: linear-gradient(rgb(0 0 0 / 48%), rgb(0 0 0 / 46%)), url(../images/vdbg.jpg) center center no-repeat;
    background-size: cover;
}
.image-container2 {
    
    margin-bottom: 20px;
}
.vd_size{
    width: 60%;
}

.vd_eria{
	
    margin: 0 auto;
    text-align: center;
	
}

.vd_eria ul {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
	margin-top: 20px;
}
.vd_eria ul li {
	text-align: left;
}

.title11 {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #feb936;
    width: 66%;
    margin: 40px auto 33px;
}
.title11:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.title12_2 {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #feb936;
    width: 66%;
    margin: 40px auto 30px;
}
.title12_2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.title12 {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #feb936;
    width: 66%;
    margin: 40px auto 0px;
}
.title12:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.title13 {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #feb936;
    width: 66%;
    margin: 0px auto 41px;
}
.title13:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.title14 {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #feb936;
    width: 66%;
    margin: 40px auto 33px;
}
.title14:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.title15 {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #feb936;
    width: 66%;
    margin: 40px auto 33px;
}
.title15:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.titlesw{
    color: #e67942;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 36px;
   font-family: 'Kiwi Maru', serif;
}
.sw_text{
    color: #000;
    line-height: 30px;
}

.toiawase {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 2.5rem;
    text-align: center;
    margin: 0px auto 36px;
  
}
.toiawase2 {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 2.5rem;
    text-align: center;
    margin: 30px auto 36px;
  
}
.mail_con {
    background: linear-gradient(to bottom right, #e32e09, #fba533);
    padding: 20px;
}
.line_con{
    background: #48c542;
    padding: 20px;
}
.map_con {
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 39px;
}
.toi_text{
    color: #fff;
}
.access_text {
    color: #000;
    font-size: 18px;
    border-bottom: solid 3px #000;
    line-height: 39px;
    text-align: left;
}

.access_text span{
    font-size: 14px;
    margin-left: 14px;
}
.box{
 display: flex;
}
.hd_logo{
	width: 81%; 
	margin-left: 48px;
	
}
 .con_tx{
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 30px 0 0;
}

.span_th{
    font-size: 14px;
    color: #ff7979;
}	
 .smo{
    font-size: 12px;
    line-height: 15px;
}
.span_th44 {
    font-size: 12px;
    color: #ffffff;
   }
.h3_title {
    margin-bottom: -20px;
    line-height: 26px;
    font-size: 20px;
    background: #ef7d44;
    color: #fff;
    padding: 5px 12px;
}
.span_th2 {
    font-size: 14px;
    color: #000000;
}
.saishin {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 0px;
    padding: 25px 55px 3px;
    border-radius: 55px;
    height: 370px;
}
.saishin_form {
    background: #FF9D4A;
    text-align: left;
    margin: 0px;
    padding: 25px 55px 3px;
    border-radius: 55px;
    height: 370px;
}
.img-fluid2{
    width: 12%;
    margin: 0 auto 20px;
}
.toiawase2 {
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
    margin: 20px auto 20px;
}
.eria45 {
    margin: 40px auto !important;
}

.line_toi {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 23px;
    text-align: center;
    line-height: 25px;
}
.basic-77 {
    padding-top: 0.5rem;
    padding-bottom: 3.5rem;
    background: #fff;
    text-align: center;
    margin: 0px 58px;
}
.contents_innner36 {
    padding-top: 5px;
    margin-top: 0px;
}
.p_forme{
    margin: 10px 0 -15px;
}
@media screen and (max-width: 768px) {
	.p_forme{
    margin: 10px 0;
}
	.news-list2 {
    list-style: none outside;
    margin: 40px 0;
    padding: 0;
    border: solid 1
px
 #000;
}
	.line_toi {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 17px;
    text-align: left;
    line-height: 25px;
}
	.basic-77 {
    padding-top: 0.5rem;
    padding-bottom: 3.5rem;
    background: #fff;
    text-align: center;
    margin: 0px;
}
	.img-fluid2 {
    width: 35%;
  
}
	.saishin_form_eria {
    background: #FF9D4A;
    text-align: left;
    margin: 0px;
    padding: 15px;
    border-radius: 17px;
    height: auto;
}
.s_box {
    width: 100%;
    height: 410px;
    border: none;
    overflow-y: scroll;
    padding: 5px;
}
.span_th2 {
    font-size: 11px;
    color: #000000;
}
.h3_title {
    margin-bottom: -20px;
    line-height: 26px;
    font-size: 15px;
    background: #ef7d44;
    color: #fff;
    padding: 1px 10px;
}
.span_th{
    font-size: 11px;
    color: #ff7979;
}	
.tanks_eria {
    max-width: 810px;
    margin: 30px 20px;
}

.con_tx2 {
    text-align: left;
    font-size: 18px;
    color: #000;
    margin: 30px 0 0;
    line-height: 31px;
}
.ex-header h1 {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
}
.ex-header3 h1 {
    color: #ffffff;
    text-align: center;
    font-size: 26px;
}
.con_tx{
    text-align: left;
    font-size: 18px;
    color: #000;
    margin: 30px 20px 0;
}
.title11 {
    position: relative;
    padding: 0.5rem 0.5rem calc(0.5rem + 10px);
    background: #feb936;
    width: 97%;
    margin: 30px 10px 21px;
    font-size: 18px;
}
.title12_2 {
    position: relative;
    padding: 0.5rem 0.5rem calc(0.5rem + 10px);
    background: #feb936;
    width: 86%;
    margin: 30px 28px 21px;
    font-size: 18px;
}
.title12 {
    position: relative;
    padding: 0.5rem 0.5rem calc(0.5rem + 10px);
    background: #feb936;
    width: 86%;
    margin: 30px 28px -1px;
    font-size: 18px;
}

.title13 {
    position: relative;
    padding: 0.5rem 0.5rem calc(0.5rem + 10px);
    background: #feb936;
    width: 86%;
    margin: 7px 28px 21px;
    font-size: 18px;
}
.title14 {
    position: relative;
    padding: 0.5rem 0.5rem calc(0.5rem + 10px);
    background: #feb936;
    width: 86%;
    margin: 30px 28px 24px;
    font-size: 18px;
}
.title15 {
    position: relative;
    padding: 0.5rem 0.5rem calc(0.5rem + 10px);
    background: #feb936;
    width: 86%;
    margin: 33px 28px 21px;
    font-size: 18px;
}

.hd_logo{
	width: 80%; 
	margin-left: 0;
	
}	
.box{
  flex-direction: column;
 }
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}
.header h3 {
    /* margin-bottom: 33rem; */
    color: #000000;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    margin-top: 20px;
}

.form-1 h2, .form-1 .p-heading, .form-1 .list-unstyled {
    color: #000;
    text-align: center;
    font-size: 25px;
}


.saishin {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 0px 0 30px;
    padding: 5px 7px;
    border-radius: 55px;
}

.design01 {
    width: 100%;
    text-align: left;
    border-collapse: revert;
    border-spacing: 0;
    margin: 0px 0px 7px;
    border: solid 2px #ccc;
    border-radius: 10px;
	padding: 9px 5px;
}

 .design01 th {
    padding: 5px 0px 0px 5px;
    /* background: #e9faf900; */
    border: none;
    vertical-align: top;
    font-weight: bold;
    color: #ef7d44;
    font-size: 12px;
    width: 88px;
}
.design01 td {
    padding: 3px 5px 8px 0px;
    border: none;
    font-size: 12px;
    font-weight: 900;
    color: #000;
    line-height: 20px;
}
.text_saishin {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin: 13px 6px 7px;
}
.text_saishin_form {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 8px 0px;
    text-align: center;
}
.text_saishin_form2 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin: 8px 0px;
    text-align: center;
}
.saishin {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 0px 0 30px;
    padding: 12px 13px;
    border-radius: 25px;
	height: auto;
}
.saishin_form {
    background: #FF9D4A;
    text-align: left;
    margin: 0px;
    padding: 12px 13px;
    border-radius: 25px;
}
.saishin_form2 {
    background: #FF9D4A;
    text-align: left;
    margin: 0px;
    padding: 40px 100px;
    border-radius: 25px;
    height: auto;
}

.text_form {
    color: #000;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 7px;
	margin-top: 12px;
}
	.text_form2_2 {
    color: #000;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 7px;
	margin-top: 30px;
}
	.basic-3 {
   
    padding-bottom: 0rem;
}
.text_form2 {
    color: #000;
    font-size: 12px;
    line-height: 23px;
   margin: 20PX auto;
}
.basic-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.basic-1 .text-container {
    margin-bottom: 1rem;
}

.cochibg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: linear-gradient(rgb(255 255 255 / 86%), rgb(255 255 255 / 77%)), url(../images/cothi_bg1.jpg) center center no-repeat;
    background-size: cover;
}
.cochibg3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: linear-gradient(rgb(255 255 255 / 86%), rgb(255 255 255 / 77%)), url(../images/cothi_bg1.jpg) center center no-repeat;
    background-size: cover;
}
.cochibg2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: linear-gradient(rgb(255 255 255 / 86%), rgb(255 255 255 / 77%)), url(../images/cothi_bg1.jpg) center center no-repeat;
    background-size: cover;
}

.cochi_photo{
   width: 100%;
   margin: 0 auto;
   padding-top: 1rem;

}
.cochi_photo3{
   width: 100%;
   margin: 0 auto;
   padding-top: 0rem;

}
.cochi_photo2{
   width: 100%;
   margin: 0 auto;
   padding-top: 0rem;

}
.keireki_bg {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 20px 0px 20px 0px;
    padding: 10px 20px;
    border-radius: 35px;
}
.keireki_bg2 {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 20px 0px 20px 0px;
    padding: 10px 20px;
    border-radius: 35px;
}
.keireki_bg3 {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 20px 0px 20px 0px;
    padding: 10px 20px;
    border-radius: 35px;
}
.cochi_neme {
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    line-height: 2.5rem;
    text-align: left;
    margin: 24px 0 2px;
}
	.cochi_neme span {
    font-size: 12px;
    margin-left: 12px;
}
.slider-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
	.titlesw {
    color: #e67942;
    font-weight: 700;
   
    line-height: 26px;
    font-family: 'Kiwi Maru', serif;
    font-size: 18px;
}
.sw_text {
    color: #000;
    line-height: 26px;
}
.vd_size {
    width: 100%;
    margin-bottom: 26px;
}
	.vd_eria ul {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.image-container2 {
    margin-bottom: -17px;
    margin-top: 20px;
}
.access_text {
    color: #000;
    font-size: 16px;
    border-bottom: solid 3px #000;
    line-height: 27px;
}
.toiawase {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin: 0px 15px 48px;
}
.basic-7 h4 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 20px;
}
.toi_text {
    color: #fff;
    font-size: 12px;
}
.keireki {
    line-height: 22px;
    margin-left: 0px;
    color: #000;
    font-size: 13px;
}
.cochi_neme4 {
    color: #000000;
    font-size: 13px;
    /* font-weight: 700; */
    margin-bottom: 4px;
}
.text_saishin2 {
    color: rgb(239 125 68);
    font-size: 19px;
    font-weight: bold;
    margin: 6px 0px 0px;
    text-align: center;
}
.hr-heading2 {
    display: block;
    width: 60%;
    height: 3px;
    margin-top: 0.75rem;
    margin-bottom: -0.25rem;
    border: none;
    background-color: #fff;
}

}
/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {



}
@media (min-width: 992px) {
	.saishin {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 0px;
    padding: 25px 13px 3px;
    border-radius: 55px;
    height: 370px;
}
	.saishin_form {
    background: #FF9D4A;
    text-align: left;
    margin: 0px;
    padding: 25px 13px 3px;
    border-radius: 55px;
    height: 370px;
}
	.hr-heading3 {
    display: block;
    width: 62%;
    height: 3px;
    margin-top: 0.55rem;
    margin-bottom: 0.75rem;
    border: none;
    background-color: #ef7d44;
}
	.s_box {
    width: 100%;
    height: 477px;
    border: 2px solid #ef7d44;
    overflow-y: scroll;
    padding: 12px;
}
 .text_saishin_form {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin:0;
    text-align: center;
}
	.text_saishin_form2 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
	
.text_form {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 30px;
}
.text_form2_2 {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0px;
}
.text_form2 {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 540px;
    margin: 40px auto 15px;
}
.basic-1 .image-container {
		margin-bottom: 0rem;
	}
	


.design01 td {
    padding: 5px 5px 0px 0px;
    border: none;
    font-size: 15px;
    font-weight: 900;
    color: rgb(0, 0, 0);
    line-height: 23px;
}


.design01 th {
    padding: 5px 0px 5px 7px;
    border: none;
    vertical-align: top;
    font-weight: bold;
    color: rgb(239, 125, 68);
    font-size: 15px;
    width: 104px;
}
.text_saishin {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    margin: 11px 0px 20px;
    text-align: center;
}
.text_saishin2 {
    color: rgb(239 125 68);
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0px 1px;
    text-align: center;
}

.design01 {
    width: 100%;
    text-align: left;
    border-collapse: revert !important;
    border-spacing: 0px;
    margin: 0px 0px 10px;
    border: solid 2px #ccc;
    border-radius: 8px !important;
}
.keireki_bg {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 75px 0px 0px 0px;
    padding: 20px 40px;
    border-radius: 55px;
}
.keireki_bg2 {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 42px 0px 0px 0px;
    padding: 20px 26px;
    border-radius: 55px;
}
.keireki_bg3 {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 22px 0px 0px 0px;
    padding: 20px 26px;
    border-radius: 55px;
}
.cochi_photo {
    width: 100%;
    margin: 28px auto 0;
    margin-left: 0;
    /* padding: 10px; */
}
.cochi_photo2 {
    width: 100%;
    margin: 0 auto;
    margin-right: 0px;
}
.cochi_photo3 {
    width: 100%;
    margin: 0px auto 0;
    margin-left: 0;
    /* padding: 10px; */
}
.basic-1 {
    padding-top: 0;
    padding-bottom: 0;
}
	.saishin_form_eria {
    background: #FF9D4A;
    text-align: left;
    margin: 0px;
    padding: 25px 37px 15px;
    border-radius: 55px;
    height: auto;
}
}

/* Min-width 1200px */
@media (min-width: 1200px) {
	.honbun{
	font-size: 13px;
	
}
	.saishin {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 0px;
    padding: 25px 55px 3px;
    border-radius: 55px;
    height: 370px;
}
.saishin_form {
    background: #FF9D4A;
    text-align: left;
    margin: 0px;
    padding: 25px 55px 3px;
    border-radius: 55px;
    height: 370px;
}
	.text_form {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
   
}
.text_form
.keireki_bg {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 60px 0px 0px 0px;
    padding: 20px 40px;
    border-radius: 55px;
}	
.keireki_bg2 {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 42px 0px 0px 0px;
    padding: 20px 40px;
    border-radius: 55px;
}
.keireki_bg3 {
    background: url(../images/saishin.jpg) center center no-repeat;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 20px 40px;
    border-radius: 55px;
    
}

.design01 {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    /* background: #000; */
    border: solid 2px #ccc;
	margin: 0 0 7px 0px;
}
.design01 th {
    padding: 10px;
    /* background: #e9faf900; */
    border: none;
    vertical-align: top;
    font-weight: bold;
    color: #ef7d44;
    font-size: 18px;
    width: 128px;
}

.design01 td {
    padding: 7px;
    border: none;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    line-height: 25px;
}	
.cochi_photo {
    width: 80%;
    margin: 0 auto;
    margin-left: 100px;
}
.cochi_photo2 {
    width: 80%;
    margin: 0 auto;
    margin-right: 100px;
}
.cochi_photo3 {
    width: 80%;
    margin: 0px auto 0;
    margin-left: 100px;
    /* padding: 10px; */
}

	.text_form2 {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 540px;
    margin: 20PX auto;
}
 .text_saishin_form {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin:0;
    text-align: center;
}
	.text_saishin_form2 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.hr-heading2 {
    display: block;
    width: 62%;
    height: 3px;
    margin-top: 0.55rem;
    margin-bottom: 0.75rem;
    border: none;
    background-color: #ffffff;
}
	.hr-heading3 {
    display: block;
    width: 62%;
    height: 3px;
    margin-top: 0.55rem;
    margin-bottom: 0.75rem;
    border: none;
    background-color: #ef7d44;
}
.text_saishin {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    margin: 14px 0px 20px;
    text-align: center;
}
.saishin_form_eria {
    background: #FF9D4A;
    text-align: left;
    margin: 0px;
    padding: 25px 34px 15px;
    border-radius: 25px;
    height: auto;
}
}
.contents_32 {
	padding-top: 100px;
}

.contents_innner32 {
    padding-top: 80px;
    margin-top:-80px;
}
.text_gp{
    line-height: 30px;
    font-size: 14px;
	margin-bottom: 15px !important;
}
.b1{
    margin-bottom: 0 !important;
}
.text_gpl{
    font-size: 15px;
    text-align: right;
}


.txt{
   text-align: left;
   font-size: .85em;
}
.price {
    text-align: left;
    color: #000;
    font-weight: bold;
}
.non{
  background:#fff
}
@media screen and (max-width: 768px) {
	.honbun{
	font-size: 11px;
	
}
	.price {
    text-align: right;
    color: #000;
    font-weight: bold;
}
 
}
#accordionExample2 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 transparent;
}
 
/* Font Awesome 5 を使う場合 */
#accordionExample2 .card-header button[data-toggle="collapse"].collapsed::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f103";/* angle-double-down */
  float: right;
}
#accordionExample2 .card-header button[data-toggle="collapse"]::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f102";/* angle-double-up */
  float: right;
}
.ske_title {
    padding: 0.4em 0.5em;
    color: #494949;
    background: #f3f3f3;
    border-left: solid 5px #ef7d44;
    border-bottom: solid 3px #ef7d44;
    font-size: 20px;
    text-align: left;
   margin: 20px 0;
}
.form-22 {
    padding-top: 0.5rem;
    padding-bottom: 3.5rem;
    background: url(../images/contact-background11.png) center center no-repeat;
    background-size: cover;
}

.btn--orange,
a.btn--orange {
font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  
  background-color: #eb6100;

}
.btn--orange:hover,
a.btn--orange:hover {
  color: #eb6100;
  background: #fff;
}

.btn--orange2, a.btn--orange2 {
	font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #eb6100;
  border-radius: 0.5rem;
  
    background-color: #ffffff;
}
.btn--orange2:hover,
a.btn--orange2:hover {
  color: #fff;
  background: #eb6100;
}
@media screen and (max-width: 768px) {
	.btn--orange, a.btn--orange {
    padding: 1rem 2rem;
    margin-top: 0;
}
.btn--orange2, a.btn--orange2 {	
	padding: 1rem 2rem;
    margin-top: 0;
	}
}
.acd-check{
    display: none;
}
.acd-label {
    background: #f7f7f7;
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    border: solid 1px #dfdfdf;
}

.acd-label:after{
    background: #e1e1e1;
    box-sizing: border-box;
    display: block;
    height: 43px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f103";/* angle-double-down */
  float: right;
}
.acd-content {
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    background: #fff;
}
.acd-check:checked + .acd-label:after{
    content: '\f102';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.cr{
background: #ef7d44 !important;	
}


.memu-span{
    font-size: 10px;
	color: #FF98FF;
}

.logo-title{
    font-size: 25px;
    font-weight: 400;
}

.eria1{
    margin-top: -25px;
    margin-bottom: -10px;
}
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: block;
    
}
@media screen and (max-width: 1000px) {
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
}
.pad{
    padding: 0 0 20px;
}

}
hr {
    margin-top: 0.1rem;
    margin-bottom: 0.7rem;
    border: 0;
    border-top: 1px solid rgb(0 0 0);
}


@media (max-width: 768px){
.container, .container-sm, .container-md {
    max-width: 780px;
}
}

