@charset "utf-8";

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}

* {
	font-family: 'Noto Sans JP','Klee One','Zen Kaku Gothic Antique','Zen Antique','Murecho','M PLUS 1 Code','BIZ UDGothic',"Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */
/*	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
	color: #0F0F0F;
}
strong {
	font-family: 'Noto Sans JP','Klee One','Zen Kaku Gothic Antique','Zen Antique','Murecho','M PLUS 1 Code','BIZ UDGothic',"Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */
	font-weight: 600;
}
.colorBlue { color: #41d00f; }
a {
	text-decoration: none;
	color: #0F0F0F;
}

a:hover {
	/*text-decoration: underline;*/
	text-decoration-color: #484848;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}
.midashi-11 {
	font-size: 11px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 11 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}
/*---------------------------------------------*/
/* reset
============================================== */
ul,ol { padding-left: 0!important;
list-style-type: none;}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	background: rgba(255,255,255,.5)!important;
}
.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-logo-bar p {
	font-size: 110%;
	margin: 0;
	line-height: 1.4em;
	}
.header-logo-bar a img {
	width: 100px;
	padding-right: 10px;
}
.nav-item .nav-link {
	font-size: 0.5rem;
	font-size: 20px;
}
.top-naviimg a img {
	width: 70px;
}
.top-naviimg a {
	color: #000;
	font-size: 140%;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.header-comments {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 5px;
/*	background-color: rgba(255,255,255,.6)!important;*/
}
.header-comments h1 {
	margin: 0;
	font-size: 12px;
	padding: 4px 0;
}
.navbar{
	background-color: rgba(255,255,255,.5)!important;
	padding-top: 0!important;
}

.sukashi-logo {
	width: 100%;
	max-width: 300px;
}

.telbox a {
	display: flex;
	flex-direction: row;
	font-family: "Arial Black", Gadget, "sans-serif";
	font-size: 140%;
	text-decoration: none;
	padding: 0;
	color: #41d00f!important;
}
.telbox img {
	width: 24px;
}

@media screen and (max-width: 767.98px) {
	.header-logo-bar a img {
		width: 50px;
	}
	
	.header-logo-bar a {
		font-size: 18px;
	}
	.navbar-toggler {
		font-size: 1rem!important;
	}
	.top-naviimg a img {
		height: 30px;
		width: auto;
	}
	.navbar{
    	border-bottom: 1px solid #a29080;
		background-color: #fff;
	}
	.header-comments {
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.header-comments p {
		margin: 0;
		font-size: 9px;
	}
}

.navbar .navbar-collapse{
    flex-grow: 0;
}

.nav-link {
	color: #0F0F0F!important;
}
.nav-item a.active {
	display: block;
	color: rgba(6,83,178,1.00);
}
.nav-item:nth-of-type(1) .nav-link.active {
	color: #F33216!important;
}
.nav-item:nth-of-type(2) .nav-link.active {
	color: #0653b2!important;
}

p.top-small {
	font-size: 0.6rem;
	padding: 0; margin: 0px auto 5px auto;
}

/*---------------------------------------------*/
/* main-contents
============================================== */
#main-contents {
	box-sizing: border-box;
	margin: 80px auto;
}

#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
	#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
	}
}
#main-contents-left table tr td {
 	padding: 1rem 0.5rem;
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-collapse: collapse;
}
#main-contents-left table tr td a {
	margin: 0; padding: 0; display: block;
	cursor: pointer;
}

#main-contents-left table tr td a:hover {
	opacity: 0.5;
}
#main-contents-left table tr td p {
	margin: 0; padding: 0;
}

#main-contents-left table tr td.active {
	background-color: #ccc;
}
#main-contents-left ul li {
	background-color: #eee;
	border: 0.5px solid #aaa;
	border-top: none;
	padding: 0 0 1rem 0;
}
#main-contents-left ul {
	width: 210px;
}
#main-contents-left ul li table {
	margin: 0 0 0 auto;
}
li.left-title {
	background-color: #aaa; color: #fff; padding: 1rem;
}

li.left-title p {
	color: #fff; margin: 0;
}

.bottom-space { height: 100px; }


/*---------------------------------------------*/
/* main-bar
============================================== */
.top-main-bar { /* 共通 */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
/*---#Page-marine .top-main-bar {	
	height: 250px;
	background: url("../images/mainbar-marine.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}--*/

#Page-marine .top-main-bar {
height: 250px;
    background: url(../images/mainbar-marine.jpg), no-repeat, url(../images/hanabi02.jpeg), no-repeat right;
    background-size: 50%;
    position: relative;
    background-repeat: no-repeat, repeat-x, no-repeat, repeat-x;
    background-position: left top, left top, right, left;
}

#Page-beauty .top-main-bar {
	height: 250px;
	background: url("../images/index-beauty3.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}
#Page-about .top-main-bar {
	height: 250px;
	background: url("../images/mainbar-beauty2.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}
#Page-contact .top-main-bar {
	height: 250px;
	background: url("../images/mainbar-contact.jpeg") no-repeat center;
	background-size: cover;
	position: relative;
}
#Page-construction .top-main-bar {
	height: 250px;
	background: url("../images/mainbar-construction.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

.top-main-bar::after {
	content: '';
	background-color: rgba(0,0,0,0.30);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}
#Page-thanks .top-main-bar::after {
	content: '';
	background-color: rgba(0,0,0,0.0);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}
.top-main-bar p {
	font-size: 140%;
	margin: 0 auto;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	z-index: 5;
}

@media screen and (max-width: 767.98px) {
	.top-main-bar {
		height: 200px!important;
	}
}

.recruit-push {border: 1px solid #484848; padding: 0.75em; margin: 0;}
/*---------------------------------------------*/
/* Carousel
============================================== */
.carousel-control-next, .carousel-control-prev {
	width: 5%!important;
}
/*---------------------------------------------*/
/* business
============================================== */
#bundenban div {
	width: 30%;
	padding: 30px 0;
}

#business-circle, #business-circle2 ,#business-circle3 {
	width: 100%;
	margin: 10px auto;
	align-items: flex-start;
}
#business-circle .inner {
	width: 100%;
	margin-bottom: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#business-circle .inner .inner-img {
	width: 30%;
}
#business-circle .inner .inner-text {
	width: 67%;
}
.business-list li {
	padding: 0.75em 0;
}
@media screen and (max-width: 767.98px) {
	#business-circle .inner {
		width: 100%;
		margin-bottom: 80px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#business-circle .inner .inner-img, #business-circle .inner .inner-text {
		width: 100%;
		margin: 10px auto;
	}
	#business-circle .inner:nth-of-type(even) {
		flex-direction: column-reverse;
	}

}

.flow-list { width: 100%; max-width: 18em; }
.flow-list li:nth-of-type(2n-1) {
	padding: 1em; background-color: #eeeeee;
	text-align: center;
}
.flow-list li:nth-of-type(2n) {
	padding: 0.5em; font-size: 120%;
	text-align: center;
}

/*---------------------------------------------*/
/* Footer
============================================== */
footer {
	background-color: #ccc;
	font-size: 1em;
	color: #fff;
	border-top: 2px solid #484848;
}
.footer-copyright {
	width: 100%;
	color: #fff;
	padding: 10px;
	line-height: 1em;
	background-color: #484848;
}
.footer-copyright a, .footer-copyright span {
	font-size: 14px;
}
.footer-copyright span a:hover {
	text-decoration: none;
}
#footer-content {
	display: flex; flex-direction: row; align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

img.footer-logo { width: 30px; }

#footer-content p { margin: 0; }

.map iframe {
	width: 100%;
	height: 450px;
}
.footer a { color: #333; }
.footer a:hover { text-decoration: underline;}
/*---------------------------------------------*/
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {

	
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
	img.footer-logo {
		width: 25px;
	}

.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
/*
table th, table td {
	padding: .25rem !important;
}
*/
/*
table th:first-child {
	width: 25%;
}
*/
} /* END */



/* h1～h6
============================================== */
.h-udline {
	letter-spacing: 0.1em;
	margin: 10px 0 15px 0;
	padding: 0px;
	font-weight: bold;
	width: 100%;
}

.h-udline p {
	font-size: 50%;
	letter-spacing: 0;
	font-weight: normal;
	margin: 5px 0 5px 0;
	color: #666;
}
.short-udline {
	display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #333333;
}
.short-udline:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #41d00f;
}
@media screen and (min-width: 768px) and (max-width:991.98px) {
	h2 {
		font-size: calc( 1.325rem + .2vw );
	}
}
/*スマホ*/
@media screen and (min-width: 320px) and (max-width:767.98px) {

	.h-udlineGray {
		border-bottom: 2px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
		border-left: none;
	}
}

/*tablet*/
@media screen and (min-width: 768px)  {
	.h-udlineGray {
		border-bottom: 1px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
	}
	
	.h2-sideline {
		color: #484848;
		font-size: 1.2em;
		display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	
	.h2-sideline::before, .h2-sideline::after {
	  border-top: 1px solid #484848;
	  content: "";
	  width: 25vw; 
	}
	.h2-sideline::before {
	  margin-right: 1em; 
	}
	.h2-sideline::after {
	  margin-left: 1em; 
	}
}
/*---------------------------------------------*/
/* index.html #itemLineup-frame
============================================== */
#LineupNew {
	padding: 3vw 0 0 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}

#LineupNew a {
	text-decoration: none;
}
#LineupNew .LineupNew-inner {
	width: calc( ( 100% - 100px )/3);
/*	width: 100%;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 70px;
/*	height: 200px;*/
}
.LineupNew-inner .inner-text {
	display: flex;
/*	width: 38%;*/
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.LineupNew-inner .inner-text a:hover + .LineupNew-inner .inner-img img {
	transform: scale(1.5,1.5);
}
.LineupNew-inner .inner-text a:hover + .LineupNew-inner .inner-img {
	overflow: hidden!important;
}
.LineupNew-inner .inner-img img {
	height: 200px;
	object-fit: cover;
}
.LineupNew-inner .inner-img {
/*	width: 60%;*/
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
/*	border-radius: 20px;*/
	height: 200px;
}


.LineupNew-inner:first-child .inner-img {
	background: url("../images/index-beauty3.jpg");
	height: 200px;
	background-size: cover;
}
.LineupNew-inner:nth-child(2) .inner-img {
	background: url("../images/index-kensetsu.jpg");
	height: 200px;
	background-size: cover;
}
.LineupNew-inner:last-child .inner-img {
	background: url("../images/index-marine.jpg");
	height: 200px;
	background-size: cover;
}
.LineupNew-inner .inner-img p {
	color: #ffffff;
}
.LineupNew-inner .inner-img a:hover + .LineupNew-inner .inner-img a img {
	transform: scale(1.2,1.2);
}
@media screen and (max-width: 767.98px) {
	#LineupNew .LineupNew-inner {
		width: calc( 100% - 10px );
		margin-bottom: 30px;
	}
	.LineupNew-inner .inner-img {
		width: 100%;
		margin-bottom: 20px;
	}
	.LineupNew-inner:first-child .inner-img {
		background: url("../images/index-beauty3.jpg");
		height: 220px;
		background-size: cover;
	}
	.LineupNew-inner:nth-child(2) .inner-img {
		background: url("../images/index-kensetsu.jpg");
		height: 220px;
		background-size: cover;
	}
	.LineupNew-inner:last-child .inner-img {
		background: url("../images/index-marine.jpg");
		height: 220px;
		background-size: cover;
	}
	.LineupNew-inner .inner-img img {
		height: 220px;
	}
	.LineupNew-inner .inner-text {
		width: 100%;
		margin-bottom: 70px;
	}
/*
	#LineupNew .LineupNew-inner:nth-child(odd) {
		flex-direction: column-reverse;
	}
*/
}

.LineupNew-title { font-size: 20px; padding-top: 30px;}
.LinupNew-inner p.colorBlue { font-size: 100%; padding-bottom: 30px; }

.toph1 {
	background: rgba(48,48,48,.1);
	background: #fff;
	padding: 30px;
	margin-bottom: 50px;
	border-top: 2px solid #41d00f;
	border-bottom: 2px solid #41d00f;
}
.toph1 h1 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	color: #41d00f;
	margin: 0;
}
@media screen and (max-width:575.98px) {
	.toph1 {
		padding: 20px;
	}
	.toph1 h1 {
		font-size: 1rem;
		line-height: 1.4em;
	}
}

/*---------------------------------------------*/
/* index.html #menu
============================================== */
table tr td,th{
	padding:10px;
	border: 1px solid black;
}

table{
	width: 100%;
	max-width: 600px;
}











/*---------------------------------------------*/
/* contact
============================================== */
.hissu { color: #fff; 
	background-color: #f40000;
	padding: .25em .5em;
	font-size: 70%;
	border-radius: 5px;
	margin: 0 0.5em 0 0;
}

.formFrame {
	display: flex; flex-wrap: wrap; flex-direction: row;
	width: 100%; align-items: center;
	background-color: rgba(65,208,15,.15);
	border: none;
	border-left: 0.5px solid #aaa;
	border-right: 0.5px solid #aaa;
	border-top: 0.5px solid #aaa;
}

.formFrame .form-naiyou {
	width: 70%;
	padding: 10px 10px;
	background-color: #ffffff;
	border: none;
}
.formFrame .form-naiyou input::placeholder, .formFrame .form-naiyou textarea::placeholder {
	color: #ccc;
}
.formFrame .form-naiyou label {
	font-size: 18px;
}
.formFrame .form-naiyou input{
	font-size: 18px;
}
.formFrame .form-naiyou textarea {
	height: 10rem;
}
.formFrame .form-koumoku {
	width: 30%;
	font-size: 16px;
	padding: 10px 10px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.formFrame:last-child {
	border-bottom: 0.5px solid #aaa;
}

.hissu {
	color: #fff; 
	background-color: #f40000;
	padding: .25em .5em;
	font-size: 70%;
	border-radius: 5px;
	margin: 0 0.5em 0 0;
}

/* smart-phone */
@media screen and (max-width:767.98px) {
	.formFrame .form-naiyou {
		width: 100%;
		padding: 10px 10px;
		border-top: none;
		border-bottom: none;
	}
	.formFrame .form-koumoku {
		width: 100%;
		padding: 10px 10px;
/*		border-top: 0.5px solid #aaa;*/
		border-bottom: none;
	}
	.formFrame .form-naiyou label {
		font-size: 16px;
	}
	.formFrame .form-naiyou input{
		font-size: 16px;
	}
}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	.formFrame {
		border-left: 0.5px solid #aaa;
		border-right: 0.5px solid #aaa;
		border-top: 0.5px solid #aaa;
	}
	.formFrame .form-naiyou {
		width: 70%;
		padding: 10px 10px;
		border: none;
	}
	.formFrame .form-koumoku {
		width: 30%;
		padding: 10px 10px;
		border: none;
	}
	
}
	
/*---------------------------------------------*/
/* company
============================================== */
.top-aisatsu-table, .company-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-aisatsu-table .left {
	width: 60%;
}

.top-aisatsu-table .right {
	width: 35%;
}
section.top-aisatsu {
	padding: 50px 0;
}
.company-info .company-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
}
.company-line div.ccc {
	width: 77%;
}
.company-line .ccc.accessMap {
	display: flex;
	flex-wrap: wrap;
}
.company-line .ccc.accessMap div {
	width: 48%;
}
.Google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;/* 56.25%比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 575.98px) {
	.company-line .ccc.accessMap div {
		width: 100%;
		margin-bottom: 20px;
	}
	.Google-map {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 50%;/* 56.25%比率をお好みで*/
	}
}
.company-line div.ccc p {
		margin: 0;
	}
.company-midashi {
	color: #41d00f;
	font-weight: bolder;
	padding-left: 1em;
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.torihikisaki {
		display: flex; flex-wrap: wrap; flex-direction: row;
		
	}
	.torihikisaki div.aaa {
		width: 30%;
	}
	.torihikisaki div.bbb {
		width: 70%;
		line-height: 1.2em;
		padding-bottom: 1em;
	}
.torihikisaki p {
	word-break: break-all;
}


@media screen and (max-width:767.98px) {
	.top-aisatsu { padding: 10px;}
	.top-aisatsu-table {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 90%;
	}
	.top-aisatsu-table .left, .top-aisatsu-table .right {
		width: 100%;
	}
	
	.company-line div:nth-child(2n) {
		width: 100%;
	}
	.company-line div:nth-child(2n) p {
		margin: 0;
	}
	.company-midashi {
		color: #41d00f;
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 100%;
		justify-content: flex-start;
	}
}

.company-images {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
}
.company-images .course-box {
	width: calc( 50% - 10px );
		margin-bottom: 20px;
}



@media screen and (min-width:768px) {
	.history-kaihatsu {
		flex-direction: row;
	}

	.company-images .course-box {
	width: calc( 25% - 10px );
}
}


.text-line {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-line:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ  .text-line:before, */
  background: #aaa; /* 線の色 */
}

.text-line:after {
	margin-left: 2rem;
}


.text-lineBlue {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-lineBlue:before, .text-lineBlue:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background:#3b74a6; /* 線の色 */
}

.text-lineBlue:before {
	margin-right: 2rem;
}

.text-lineBlue:after {
	margin-left: 2rem;
}



.ouyoubunya {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.-ouyoubunyainner {
	display: flex;
	width: calc(50% - 10px);
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.appli-images {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.appli-images div img{
	width: 100%;
}

.appli-images div {
	width: calc(50% - 10px);
}


#product-design .kaihatsu-box p:nth-child(odd) {
	margin: 0rem 0 1.5rem 1.25rem;
	line-height: 1.5rem;
}

#product-design .history-kaihatsu strong {
	color: #3b74a6;
}





.more-info {
	background-color: #ffff00;
	padding: 1rem 0;
}

.more-images {
	border: 3px solid #ffff00;
}


.keikou {
	background-color: #FB64F5;
}


/*---------------------------------------------*/
/* recruit
============================================== */
.recruit-info { border: 0.5px solid #aaa; }

.recruit-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-info .recruit-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	line-height: 1.8rem;
}

.recruit-line div:nth-child(2n) {
	width: 85%;
}
.recruit-line div:nth-child(2n) p {
	margin: 0;
	padding:  1em;
	}
.recruit-midashi {
	color: #000000;
	font-weight: bolder;
/*	background-color: rgba(0,51,0.30);*/
	background-color: rgba(0,128,255,.30);
	padding-left: 0em;
	width: 15%;
	display: flex;
	align-items: center;
}
.recruit-midashi p {
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width:767.98px) {
	.recruit-line div:nth-child(2n) {
		width: 100%;
	}
	.recruit-midashi {
		width: 100%;
	}

}


/*---------------------------------------------*/
.hissu { color: #fff; 
	background-color: #f40000;
	padding: .25em .5em;
	font-size: 70%;
	border-radius: 5px;
	margin: 0 0.5em 0 0;
}
#Page-recruit #form-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#Page-recruit #form-div .recform-koumoku {
	width: 20%;
	border-top: 0.5px solid #333;
	padding: 10px 20px;
	background-color: rgba(0,128,255,.3);
	font-weight: bold;
	display: flex;
	align-items: center;
}
#Page-recruit #form-div .recform-naiyou {
	width: 80%;
	border-top: 0.5px solid #333;
	padding: 10px 20px;
	
}
#Page-recruit #form-div .recform-naiyou input,  #Page-recruit #form-div .recform-naiyou textarea {
		font-size: 18px;
		padding: 5px;
		width: 100%;
}
#Page-recruit .form-check input{
	align-items: flex-start!important;
	
}

#Page-recruit .naiyou-radio input {
	width: auto!important;
}
#Page-recruit #form-div .recform-naiyou .form-check input {
	width: 15px;
    height: 15px;
}
#Page-recruit #form-div .recform-naiyou:last-child {
	border-bottom: 0.5px solid #333;
}
#Page-recruit #form-div .recform-koumoku.last {
	border-bottom: 0.5px solid #333;
}
@media screen and (max-width: 767.98px) {
	#Page-recruit #form-div .recform-koumoku {
		width: 100%;
		padding: 10px 10px;
	}
	#Page-recruit #form-div .recform-naiyou {
		width: 100%;
		padding: 10px 0;
	}
	#Page-recruit #form-div .recform-naiyou input,  #Page-recruit #form-div .recform-naiyou textarea {
		font-size: 16px;
		padding: 5px;
		width: 100%;
	}
}

.yellowhigh {
	background: #ff00ff;
}

/*---------------------------------------------*/
/* tippy
============================================== */
.tippy-button {
	border-radius: 50%;
	border: none;
	background-color: rgba(65,208,15,.15);
	font-size: 50%;
}
/*---------------------------------------------*/
/* beauty.html
============================================== */
.menuBox {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.menuBox .inner-menu {
	width: 70%;
	margin-bottom: 50px;
}

.menuBox .inner-menu h4 {
	font-weight: 600;
	color: #41d00f;
	padding-bottom: 0.5rem;
}
.menuBox ul li {
	padding: 5px 0;
}
.menuBox .inner-menu .menuright {
	margin-right: 40px;
	width: 30%;
}
.menuBox .inner-menu .menuleft {
	text-align: right;
	margin-left: 20px;
}
.menuBox .inner-menu .menuleft {
	text-align: right;
}

/*  共通 メニューごとの大枠  */
/*
.priceBox-cut, .priceBox-color {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.koumoku-price {
	text-align: right;
}
.koumoku-menu {
	height: 41px!important;
}
*/
.inner-menu table  {
	width: 100%;
	max-width: 700px;
}
.table-cut tr td , .table-color tr td , .table-perm tr td , .table-ex tr td {
	border: 0.5px solid #aaa;
	padding: 10px;
	height: 60px;
}
.inner-menu table, .inner-menu td {
	border: 0.5px solid #aaa;
	padding: 10px;
	height: 60px;
}
.tb-border {
	border: 0.5px solid #aaa;
}
.table-cut tr td:first-child, .table-color tr td:first-child, .table-perm tr td:first-child, .table-ex tr td:first-child {
	width: 80%;
}
.table-cut tr td p, .table-color tr td p, .table-perm tr td p, .table-ex tr td p {
	color: #333;
	font-size: 0.7rem;
	margin: 0;
}
@media screen and (max-width: 575.98px) {
	.table-cut tr td:first-child, .table-color tr td:first-child, .table-perm tr td:first-child, .table-ex tr td:first-child {
		width: 75%;
	}
	.table-cut tr td, .table-color tr td, .table-perm tr td, .table-ex tr td {
		padding: 5px;
		font-size: 0.90rem;
	}
}
/*------------  CUT --------------*/
/*
.priceBox-cut .inner {
	width: 50%;
	padding: 10px;
	border-top: 0.25px solid #aaa;
	border-left: 0.25px solid #aaa;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.priceBox-cut .inner:nth-child(even) {
	border-right: 0.25px solid #aaa;
}
.priceBox-cut .inner:nth-child(7),
.priceBox-cut .inner:nth-child(8) {
	border-bottom: 0.25px solid #aaa;
}
*/
.table-cut {
	width: 100%;
}

@media screen and (max-width: 575.98px) {
	.priceBox-cut .inner {
		width: 100%;
		border-top: 0.25px solid #aaa;
		border-left: none!important;
		border-right: none!important;
	}
	.priceBox-cut .inner:nth-child(even) {
		border-right: none!important;
}
	.priceBox-cut .inner:nth-child(7) {
		border-bottom: none;
	}
	.priceBox-cut .inner:last-child {
		border-bottom: 0.25px solid #aaa;
	}
}
/*------------  COLOR --------------*/	
.priceBox-color .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-top: 0.25px solid #aaa;
	padding: 10px;
}
.priceBox-color .inner .koumoku-menu p {
	color: #333;
	font-size: 0.7rem;
	margin: 0;
}
.priceBox-color .inner:last-child {
	border-bottom: 0.25px solid #aaa;
}

@media screen and (max-width: 767.98px) {
	.priceBox-color .inner .koumoku-menu,.priceBox-color .inner .koumoku-price {
		width: 100%;
	}
}
/*------------  PERM・STRAIGHT --------------*/	
.priceBox-perm .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-top: 0.25px solid #aaa;
	padding: 10px;
}
.priceBox-perm .inner .koumoku-menu p {
	perm: #333;
	font-size: 0.7rem;
	margin: 0;
}
.priceBox-perm .inner:last-child {
	border-bottom: 0.25px solid #aaa;
}
@media screen and (max-width: 767.98px) {
	.priceBox-perm .inner .koumoku-menu,.priceBox-perm .inner .koumoku-price {
		width: 100%;
	}
}
/*------------  EXTENSION・SET --------------*/	
.priceBox-ex .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-top: 0.25px solid #aaa;
	padding: 10px;
}
.priceBox-ex .inner .koumoku-menu p {
	ex: #333;
	font-size: 0.7rem;
	margin: 0;
}
.priceBox-ex .inner:last-child {
	border-bottom: 0.25px solid #aaa;
}
@media screen and (max-width: 767.98px) {
	.priceBox-ex .inner .koumoku-menu,.priceBox-ex .inner .koumoku-price {
		width: 100%;
	}
}

@media screen and (max-width: 991.98px) {
	.menuBox .inner-menu {
		width: 100%;
/*		font-size: 14px;*/
	}
	.menuBox .inner-menu .menuleft {
		text-align: right;
		margin-left: 10px;
	}
	
}
.beautyTop {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.beautyTop .inner-img {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative!important;
	width: 50%;
}

.beautyTop .inner-img img.tennai-before:first-child {
	z-index: 6;
	max-width: 60%;
	box-shadow: 2px 2px 4px gray;	
}
.beautyTop .inner-img img.tennai-before:last-child {
	position: absolute;
	right: 0;
	z-index: 5;
	max-width: 60%;
	top: 100px;
	box-shadow: 2px 2px 4px gray;
}

.beautyTop .inner-text {
	width: 45%
}

.beautyTop .inner-img .interiorBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.beautyTop .inner-img .interiorBox .interior-item {
	width: 30%;
	height: 200px;
	margin-bottom: 3%;
}
/*
.beautyTop .inner-img .interiorBox .interior-item a {
	display: block;
}
*/
.beautyTop .inner-img .interiorBox .interior-item a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.beauty-newsBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.beauty-newsBox .beauty-news-inner {
	width: 49%;
}
.beautynews-list {
	list-style-type: none;
	padding-left: 0;
	max-width: 500px;
}

.beautynews-list li {
	display: flex;
	align-items: center;
	padding: 0.5em;
	border-top: 0.5px dotted #aaa;
}
.beautynews-list li:last-child {
	border-bottom: 0.5px dotted #aaa;
}
.beautynews-list li div:first-child {
	width: 6em;
	text-align: center;
	margin-right: 1em;
	font-size: 80%;
	padding: 5px 10px;
	background-color: #ccc;
	
}
@media screen and (max-width: 991.98px) {
	.beautyTop {
		flex-direction: column;
		position: relative!important;
	}
	.beautyTop .inner-img {
		width: 100%;
		margin: 0 auto 30px auto;
		position: relative!important;
	}
	.beautyTop .inner-text {
		width: 100%;
		margin: 0 auto 30px 0;
		
	}
	.beautyTop .inner-img img.tennai-before:first-child {
		max-width: 65%;
		box-shadow: 2px 2px 4px gray;
	}
	.beautyTop.inner-img img.tennai-before:last-child {
		max-width: 55%;
		top:150px;
		box-shadow: 2px 2px 4px gray;
	}
	.beautyTop .inner-img .interiorBox .interior-item {
		width: 30%;
		height: 180px;
		margin-bottom: 3%;
	}
	.beauty-newsBox {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.beauty-newsBox .beauty-news-inner {
		width: 100%;
	}
}
.btn-access {
	background-color: #41d00f;
	color: #fff;
	padding: 10px;
	border-radius: 20px;
	margin: 20px 0;
	display: block;
	text-align: center;
}
.btn-access:hover {
	opacity: 0.5;
}
/*---------------------------------------------*/
/* index.html l-contact
============================================== */
#sec-topContact {
	padding: 50px;
	background-color: rgba(48,48,48,.10);
/*	background: url("../images/AdobeStock_450808522.jpeg");*/
	background-size: cover;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.l-contact {
	width: 32%;
	background-color: #fff;
	padding: 20px 10px;
}
#Page-beauty .l-contact, #Page-marine .l-contact, #Page-construction .l-contact {
	width: 100%;
}
 .l-contact__cv {
    display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
}
@media (max-width: 767.98px) {
    .l-contact__cv {
        display: block;
	}
}

@media (max-width: 767.98px) {
        .l-contact__cv .l-contact__cv__tel {
          margin: 0;
          text-align: center;
		  }
}

      .l-contact__cv .l-contact__cv__tel .l-contact__cv__number, .l-contact__cv__number {
        font-size: 2.0vw;
        font-weight: bold;
        line-height: 1;
}
        .l-contact__cv .l-contact__cv__tel .l-contact__cv__number a, .l-contact__cv__number a {
          color: #000000;
}
        .l-contact__cv .l-contact__cv__tel .l-contact__cv__number a:before {
          content: '';
          display: inline-block;
          margin: 0px 6px 0px 0px;
          width: 1.4vw;
          height: 1.4vw;
          background-image: url("../images/tellphone.svg");
          background-size: cover;
	}
    .l-contact__cv .c-btn--cv {
      margin: 0
}
.l-contact-bumon {
	 border-bottom: 0.5px solid #333;
	margin-bottom: 15px;
}
.c-btn.c-btn--cv a:hover {
	opacity: 0.5;
}
.c-btn--cv a {
    background: #41d00f;
}
.c-btn--cv a span {
	color: #fff!important;
}
.c-btn a {
    display: block;
    padding: 10px 20px;
    font-size:1.5vw;
	width: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
}

@media screen and (min-width: 1200px) {
	.l-contact__cv .l-contact__cv__tel .l-contact__cv__number,.l-contact__cv__number {
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
	}
	.l-contact__cv .l-contact__cv__tel .l-contact__cv__number a:before {
		margin: 0px 6px 0px 0px;
        width: 20px;
        height: 20px;
	}
	.c-btn a {
		font-size: 20px;
	}
}

@media screen and (max-width: 767.98px) {
	#sec-topContact {
		padding: 30px 10px;
	}
	
	.l-contact-SPBox {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;
	}
	.l-contact-SP {
		margin-bottom: 15px;
		padding-bottom: 15px;
		background-color: #fff;
		padding: 15px;
	}
	.l-contact-SP:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	.l-contact-SP .l-contact-bumon {
		width: 100%;
		border-bottom: none;
	}
	.l-contact-SP .c-btnTel {
		font-size: 1.3rem;
		padding: 10px;
		display: block;
		background-color: #41d00f;
		box-shadow: 2px 2px 4px gray;
		border-radius: 35px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.bumon01 .c-btnTel:before, .bumon02 .c-btnTel:before, .bumon03 .c-btnTel:before {
          content: '';
          display: inline-block;
          margin: 0px 6px 0px 0px;
          width: 1.1rem;
          height: 1.1rem;
          background-image: url("../images/tellphone-white.svg");
          background-size: cover;
	}
	.l-contact-SP .c-btnForm {
		font-size: 1.1rem;
		padding: 15px;
		display: block;
		background-color: rgba(85,177,78,1.0);
		box-shadow: 2px 2px 4px gray;
		border-radius: 35px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.l-contact-SP .c-btnTel:hover ,.l-contact-SP .c-btnForm:hover {
		opacity: 0.5;
	}
}
/*---------------------------------------------*/
/* marine.html
============================================== */
.marineTop {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 70px;
	position: relative;
}
.marineTop .inner-img {
	width: 280px;
	display: flex;
	flex-direction: column;
	position: relative;
	flex-wrap: wrap;
}
.marineTop .inner-img img {
	position: absolute;
	top: 30px;
	width: 90%;
	right: 0;
}
.marineTop .inner-img .overlap-text {
	position: relative;
	background-color: #41d00f;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	height: 60px;
	margin: 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.marineTop .inner-text {
	width: calc( 100% - 300px );
	position: relative;
	padding-top: 30px;
}
.marineTop .inner-text h4 {
	margin-top: 0;
	padding: 0;
	line-height: 1;
	margin-bottom: 10px;
}
.marinePhoto {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
	background-color: #f2f2f2;
	margin: 24px auto;
}
.marinePhoto div {
	width: 22%;
}

@media screen and (min-width:576px) and (max-width: 991.98px) {
	.marineTop .inner-img {
		width: 200px;
	}
	.marineTop .inner-text {
		width: calc( 100% - 220px );
	}
	.marinePhoto img {
		width: 100%!important;
	}
	.marineTop .inner-img .overlap-text {
		position: relative;
		background-color: #41d00f;
		width: 170px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px 10px 10px 10px;
		text-align: center;
		height: 50px;
		margin: 0;
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
	}
}
@media screen and (min-width:320px) and (max-width: 575.98px) {
	.marineTop .inner-img {
		width: 100%;
		margin: 0 auto;
	}
	.marineTop .inner-text {
		width: 95%;
		margin-top: calc( 270px - 5vh );
		margin-left: auto;
		margin-right: auto;
	}
	.marineTop .inner-img img {
		position: absolute;
		top: 25px;
		width: 100%;
		max-width: 250px;
/*		left: calc(( 100vw - 250px )/4);*/
		left: 24%;
	}
	.marineTop .inner-img .overlap-text {
		position: relative;
		background-color: #41d00f;
		width: 200px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px 10px 10px 10px;
		text-align: center;
		height: 50px;
		left: 22%;
		margin: 0;
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
	}
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
	
}

/*---------------------------------------------*/
/* construction.html
============================================== */
.businessBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.businessBox .inner {
	width: 30%;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background-color: #000;
	align-items: center;
	justify-content: center;
}
.businessBox .inner p {
	font-weight: bold;
	margin: 0;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	text-align: center;
	position: absolute;
	color: #fff;
}
.businessBox .inner img {
	position: relative;
	opacity: 0.7;
}
.businessBox .inner img {
	position: relative;
}
@media screen and (min-width: 767.98px) {
	.businessBox .inner {
		
	}
}
.galleryFrame {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 5%;
}
.galleryFrame .galleryBox {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
/*
	flex-wrap: wrap;
	align-items: stretch;
*/
}
.galleryFrame .galleryBox .slider-nav {
	height: 100px;
	padding: 0 10px;
}
@media screen and (max-width: 767.98px) {
	.galleryFrame .galleryBox {
		width: 100%;
		margin-bottom: 30px;
	}
}

.slider-navigation{
	height: 150px;
}

.slider-navigation li{
	height: 150px;
}

.slider-navigation li img{
	object-fit: cover;
}




/*---------------------------------------------*/

/* まつ毛サロン　紹介

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

.main-section {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    width: 50%;
}

.new-open {
    font-size: 1.2em;
    color: #d9534f;
    font-weight: bold;
    margin-bottom: 0;
}

.eyeBox {
    margin: auto 0;
}

section p {
    font-size: 1.1em;
    line-height: 1.6;
    margin: 0 0 20px;
}

.reservation-button {
    display: inline-block;
    margin-left: 20px;
    padding: 10px 20px;
    font-size: 1.2em;
    color: #fff;
    background-color: #d9534f;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.reservation-button:hover {
    background-color: #c9302c;
	color: #fff;
}

@media screen and (max-width: 900px) {
    
    .main-section {
    width: 70%;
}

}




/* メディアクエリ */
@media (max-width: 768px) {

    .new-open {
        font-size: 1em;
    }

    section p {
        font-size: 1em;
    }

    .reservation-button {
        font-size: 1em;
        padding: 8px 16px;
    }
    
    .main-section {
    width: 98%;
}
}

@media (max-width: 480px) {

    .new-open {
        font-size: 0.9em;
    }

    section p {
        font-size: 0.9em;
    }

    .reservation-button {
        font-size: 0.9em;
        padding: 6px 12px;
    }
}
