@charset "utf-8";

/* *****共通設定***** */
html {
	font-size: 62.5%;
}
body {
	font-family: 'Roboto Condensed', '游ゴシック体', 'Yu Gothic', 'YuGothic', "Arial", sans-serif;
}
* {
	font-family: 'Roboto Condensed', '游ゴシック体', 'Yu Gothic', 'YuGothic', "Arial", sans-serif;
	color :#615c61;
	font-size: 1.6rem;
}
strong { font-family: 'Roboto Condensed', '游ゴシック体', 'Yu Gothic', 'YuGothic', "Arial", sans-serif;
	font-weight: 900; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ }


.btn-warning-navy {
	background-color: #615c61!important;
	color: #ffffff;
}
p {

}

.fw-bold700 {
	font-family: 'M PLUS 1', "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'sans-serif';
	font-weight: 700;
}

.fw-black900 {
		font-family: 'M PLUS 1', "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'sans-serif';
		font-weight: 900;
	}
.colorRed {
	color: #ff0000;
}

#index-service .box-title{
	font-family: 'Noto Sans JP';
	font-weight: bold;
}

span.spann {
    font-size: 22px;
    font-weight: bold;
}

#Aboutpage p{
	font-family: 'Noto Sans JP';
}

#Menupage p{
	font-family: 'Noto Sans JP';
}

#collagen p{
	font-family: 'Noto Sans JP';
}

#scalp p{
	font-family: 'Noto Sans JP';
}

#setplan p{
	font-family: 'Noto Sans JP';
}



@media screen and (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
    display: block;
	color: #5B5B5B;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((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));
}

/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
	padding: 50px 10px;
}

@media screen and (max-width:767.98px) {
	section {
		padding: 50px 10px;
	}
	section.index-top {
		padding-top: 20px;
	}
	
	.midashi-10 {
	font-size: 8px; 
}
}

/* 個別ページのsection　背景を白に */
#Page-contact section ,#Page-lesson section {
	background-color: #ffffff;
}

#Page-lesson section:nth-child(even) {
	background-color: rgba(38,157,255,.05) /*#f2f2f2*/;
}
/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1.service-midashi {
	font-size: 2rem;
	background: linear-gradient( #1EAB5E , #615c61);
	padding: 1rem;
	color: #fff;

}
h2, h3{
   color: #401f0f;
	text-transform: uppercase;
}

h3 {
	font-size: 180%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

.midashi-sub {
	color: #4e454a;
}
.midashi-udline {
	padding-bottom: 1rem;
	border-bottom: 0.5px solid #333;
	letter-spacing: 0.2rem;
	display: inline-block;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	width: 100%;
	background-color: #fff;
}

.navFrame {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav {
	display: flex;
	flex-direction: column;
}
ul.nav {
	align-items: center;
}
.navbar {
	background-color: rgba(255,255,255,0.0)!important;
	padding: 0;
}
.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-logo-bar p {
	font-size: 110%;
	margin: 0;
	line-height: 1.4em;
}

.nav-item:nth-child(2n) p {
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
}

.nav-item .nav-link {
	font-size: 1.8rem;
	font-weight: 600;
}

.top-naviimg a img {
	width: 100px;
	margin: 10px 0;
}

.header-comments {
	width:100%;
}

.header-comments p, .header-comments p span {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}

.navbar{
	background-color: rgba(255,255,255,1.0)!important;
}

.logo {
    margin: 0 auto;
}

.Instagram {
    padding: 0px 44%;
}

.sns {
    margin: auto;
    padding: 0 47%;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.nav-link-comments p, .header-comments p span {
		font-size: 1.2rem;
	}
	
	header {
		background-color: rgba(255,255,255,.6)!important;
		position: absolute;
    	top: 0;
    	z-index: 15;
	}
	
	#Page-menu header, #Page-reserve header, #Page-thanks header, #Page-php header, #Page-about header {
		position: relative;
	}
	
	.navbar {
		background-color: transparent!important;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
		text-align: center;
	}
	
	.top-naviimg span {
		display: block;
		align-self: flex-end;
    	padding-bottom: 10px;
	}
	
	.Instagram {
         padding: 0px 45%
}
	
	
	
}
@media screen and (max-width: 575.98px) {
	header {
		background-color: rgba(255,255,255,.6)!important;
		position: absolute;
    	top: 0;
    	z-index: 15;
	}
	
	#Page-menu header, #Page-reserve header, #Page-thanks header, #Page-php header, #Page-about header {
		position: relative;
	}
	
	.navbar {
		background-color: transparent!important;
	}
	
	nav {
		padding: 5px 0!important;
	}
	
	.header-logo-bar a {
		font-size: 90%;
	}
	
	.navbar-toggler {
		font-size: 1rem!important;
	}
	
	.top-naviimg a img {
		width: 60px;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
	
	.top-naviimg span {
		display: block;
		align-self: flex-end;
    	padding-bottom: 5px;
	}
	
	.navbar{
		background-color: #fff;
	}
	
	.header-comments {
		width:100%;
	}
	
	.header-comments p, .header-comments p span {
		margin: 0;
		font-size: 1.2rem
	}
	
	.Instagram {
    padding: 0px 38%;
}
}

@media screen and (max-width: 575.98px) {
	nav.navbar {
		height: 100%;
	}
	
	.top-naviimg a {
		text-decoration: none;
	}
	
	.top-naviimg a img {
		width: 80px;
		margin: 5px 0 5px 0;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
	
	.top-naviimg span {
		display: block;
		align-self: flex-end;
    	padding-bottom: 5px;
	}
	
	.top-naviimg a img {
    width: 130px;
    margin: 5px 0 10px 0;
}
	
	.Instagram {
    padding: 0px 42%;
}
	
	
	
	
}


.navbar .navbar-collapse{
    flex-grow: 0;
	background-color: #fff;
}

.nav-link {
	color: #5b5b5b!important;
	text-transform: uppercase;
}

.nav-item a.active {
	display: block;
	color: #615c61!important;
}

a.nav-link:hover{
	opacity: 1.0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}

p.top-small {
	font-size: 0.6rem;
	padding: 0; margin: 0px auto 5px auto;
}

/*---------------------------------------------*/
/* breadcrumb
============================================== */
.breadcrumbBox {
	background-color: #9E9E9F;
	padding: 5px 0;
}

.breadcrumb {
	margin-bottom: 0!important;
}

.breadcrumb-item a, .breadcrumb-item.active {
	color: #ffffff;
}
/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#interiorpers-page .main-bar {
	background: url("../images/banner_interiorpers.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#contact-page .main-bar {
	background: url("../images/menu01.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#komuten-page .main-bar {
	background: url("../images/menu04.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#business-page .main-bar {
    background: url(../images/menu03.jpeg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 0;
}

#Page-thanks .main-bar {
	background: url("../images/interiorpurse02.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

.main-bar p {
	letter-spacing: 0.15em;
    margin: 0 auto;
    color: #333;
	text-align: center;
	position: relative;
	z-index: 4;
	font-weight: bold;
}

.main-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 200px;
	width: 100%;
	position: relative;
}

.main-bar-img {
	background-color: rgba(0,0,0,0.0);
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 50px;
	margin: 0 auto;
}

.main-bar-img img {
	height:70px;
}

#interiorpers-page .main-bar::after, #contact-page .main-bar::after {
	content: '';
	position: absolute;
	background: rgba(255,255,255,0.4);
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 3;
}

#komuten-page .main-bar::after {
	content: '';
	position: absolute;
	background: rgba(255,255,255,0.4);
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 3;
}

#sec-topcontact {
	background-color: rgba(160, 233, 255,0.2);
}

#komuten-page {
	background: rgb(238, 238, 238, 0.6);

}

#interiorpers-page {
    background: rgb(238, 242, 255,0.5);
}

@media screen and (max-width: 767.98px) {
	.main-bar {
		height: 120px!important;
	}
	.main-bar-img img {
		height: 45px;
	}
}
/*---------------------------------------------
to-contact　お問い合わせフォームへ
===============================================*/
#to-contact div img {
	width: 100%;
}

#to-contact .contact-box {
	padding: 1.5em;
	background-color: #615c61;
	text-align: center;
	color: #615c61;
	box-sizing: border-box;
}

#to-contact .contact-title {
	font-size: 140%;
	font-weight: bold;
	margin: 0 auto;
	display: block;
	padding-bottom: 15px;
	color: #fff;
}

#to-contact .contact-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-inner div {
	width:47%;
}

.contact-inner div a:hover {
	opacity: 0.5;
}

.btn-contact {
	display: block;
	padding: 0.5em 0.75em ;
	background-color: #fff;
	color: #615c61;
	text-decoration: none;
	ont-size: 150%;
	font-weight: bold;
}

@media screen and (min-width:1200px) {
	#to-contact {
		background-color: #615c61;
		width: 100%;
		padding: 20px 0;
	}
	
	.contact-title {
		width:100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	.contact-inner div {
		width:38%;
	}
	
	#to-contact .contact-inner {
		justify-content: space-around;
	}
}

@media screen and (max-width:767.98px) {
	#to-contact {
  		margin: auto;
		padding-top: 4%;
		padding-bottom: 4.5%;
	}
	
	.contact-box .contact-inner {
		flex-direction: column;
	}
	
	.contact-inner div {
		width:100%;
		padding-bottom: 15px;
	}
}

/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/
/* メイン画像 */
h1{
    font-weight: bold !important;
}


@media screen and (min-width: 768px) and (max-width:991.98px) {
	.TEL img {
		height: 50px;
		margin: 0 30px;
		padding: 0;
	}
	
	.TEL p {
		font-size: 2.5rem;
		font-weight: bold;
		padding: 0; margin: 0;
	}
	.TEL {
		background-color: #269dff;
		width: 100%;
		margin: 0;
	}
	
	.TEL p.small {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.TEL div {
		padding: 0.75rem;
		flex-direction: row;
		align-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	
	.TEL div a {
		font-size: 2.5rem;
		padding: 0; margin: 0;
		text-decoration: none;
	}
}


/* *****フォーム***** */

/*---------------------------------------------
contact.html
===============================================*/
.formFrame {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	align-items: center;
	background-color: rgba(170,162,152,0.15);
	border: none;
	border-top: 0.5px solid #aaa;
}

.formFrame .form-naiyou {
	width: 70%;
	padding: 10px 10px;
	background-color: #ffffff;
	border: none;
}

.formFrame .form-koumoku {
	width: 30%;
	padding: 10px 10px;	
}

.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;
}

.formFrame input, .formFrame textarea ,.formFrame select {
	font-size: 1.8rem;
}

.formFrame input::placeholder, .formFrame textarea::placeholder, .formFrame select::placeholder {
	color: #bbb;
}

/* smart-phone */
@media screen and (max-width:767.98px) {
	.formFrame {
		border-top: none;
		margin-bottom: 20px;
	}
	.formFrame .form-koumoku {
		width: 100%;
		padding: 10px 10px;
		border-top: none;
	}
	
	.formFrame .form-naiyou {
		width: 100%;
		padding: 10px 10px;
		border-top: none;
		border-bottom: none;
	}
}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	.formFrame .form-naiyou {
		width: 70%;
		padding: 10px 10px;
		border: none;
	}
	
	.formFrame .form-koumoku {
		width: 30%;
		padding: 10px 10px;
		border: none;
	}

}
/*---------------------------------------------
index.html #sec-TOPcontact
===============================================*/
#sec-access {
	background-color: rgba(160, 233, 255,0.2);
}

#sec-TOPcontact {
	padding: 70px 10px;
}

#sec-TOPcontact .contactBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	border-top: 0.5px solid #aaa;
	border-bottom: 0.5px solid #aaa;
	width: 100%;
	margin: 0 auto;
}

#sec-TOPcontact .contactBox div {
	width: 50%;
}

#sec-TOPcontact .contactBox .tap-call a {
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: 1px solid #615c61;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	-webkit-appearance: none;
	color: #615c61;
	font-size: 15px;
}

#sec-TOPcontact .contactBox .tap-call a div {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: clamp( 20px , 3vw, 3.5rem);
	line-height: 1.3;
    width: 100%;
	text-align: center;
	color: #615c61;
}

#sec-TOPcontact .contactBox .tap-call a p {
	font-size: 1.4rem;
}

@media screen and (max-width: 767.98px) {
	#sec-TOPcontact .contactBox {
		flex-direction: column;
	}
	
	#sec-TOPcontact .contactBox div {
		margin-bottom: 10px;
		width: 100%;
	}
	
	#sec-TOPcontact .contactBox div:last-child {
		margin-bottom: 0;
	}
	
	
}

/*---------------------------------------------
footer
===============================================*/
#footer{
	margin-top: auto;
	background: url("../images/footer.jpeg");
}

#footer .fonnter-Box{
	margin: auto;
    padding: 0 350px 50px;
}

#footer-contents {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 50px 0;
}

#footer-contents .footer-contents-inner {
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
}

#footer .footer-logo {
	display: block;
	margin-bottom: 30px;
}

#footer .footer-logo img {
	width: 165px;
}

#footer .btm-green {
	height: 150px;
	background: url("../images/footer-btm-green.jpg");
	background-size: cover;
	background-position: top center;
}

.bannerBox {
	padding: 20px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
} 

.fonnter-sabBox {
    margin: 30px auto;
    text-align: center;
    border: solid 3px #EEEEEE;
    padding: 10px 30px;
    width: 60%;
}

.fonnter-sabBox a {
    color: #EEEEEE;
    text-align: center;
    text-decoration: none;
	display: block;
}

#footer .top-naviimg a img {
    width: 100px;
    margin: 20px 0;
}

#footer address {
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width:1199.98px) {

	#footer .fonnter-Box {
    margin: auto;
    padding: 0 30% 50px;
}
	
	.sns {
    margin: auto;
    padding: 0 43%;
}
	
	
	
}

@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#footer-contents img {
		width: 120px;
	}
	
	#footer .fonnter-Box {
    margin: auto;
    padding: 0 50px 50px;
}
	
	.sns {
    margin: auto;
    padding: 0 43%;
}

}

#footer address, #footer p {
	color: #EEEEEE;
	margin-bottom: 0;
}

#footer #copyright p, #footer #copyright a {
    background-color: #393E46;
    color: #ccc;
	font-size: 1.4rem;
	text-decoration: none;
}




/*---------------------------------------------
about.html
===============================================*/
.menu-box .inner a:hover {
	opacity: 0.5;
}

.btn-white {
	border: 1px solid #fff;
	display: block;
	max-width: 300px;
	padding: 20px;
	margin: 20px auto 0 auto;
	color: #fff;
	font-size: 150%;
}

a.btn-white:hover {
	opacity: 0.5;
}
/*---------------------------------------------*/
/*  index.html .index-top
============================================== */
.index-top {
	
}

.index-top p {
	margin: 0;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 3.0rem;
    font-size: 18px;
	font-weight: bold;
}

#index-mousai p {
	margin: 0;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 3.5rem;
	font-size: 19px;
	font-weight: normal;
}

.center-border {
	height: 1px;
	width: 50px;
	background-color: #615c61;
	margin: 30px auto;
}

.index-top .rl-text p {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	line-height: 5.5rem;
	font-size: clamp( 18px, 4.5vw, 3.0rem);
	color: #615c61;
}

#index-main .about{
	height: 140px;
	background-size: cover;
	background-position: top center;
}

.rl-text{
	margin-bottom: 30px;
}


section#index-menu {
    padding: 0;
    margin: 0px auto 200px auto;
}

#index-menu .list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

#index-menu .example.list-img {
    width: 50%;
}


#index-menu .example {
  position: relative;
  }

#index-menu .example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  z-index: 4;
  }

/*.example.list-img::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}*/

#index-menu .example img {
  width: 100%;
  }


.box17{
    margin:2em 0;
    position: relative;
    padding: 1.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}


#komuten-page .box17{
    margin:2em 0;
    position: relative;
    padding: 1.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
	background: #ffffff;
}


#interiorpers-page .box17 {
    margin: 2em 0;
    position: relative;
    padding: 1.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    background: #ffffff;
}

p.title {
    margin: 30px;
}

section.pastpic p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

h1 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	font-size: 25px;
    margin-bottom: 20px;
}

h1:before, h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h1:before {
  left:0;
}
h1:after {
  right: 0;
}


h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h2:before {
  left:0;
}
h2:after {
  right: 0;
}



section.pastpic p {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

section.pastpic p :before, section.pastpic p :after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

section.pastpic p :before {
  left:0;
}
section.pastpic p :after {
  right: 0;
}

.about{
	text-align: center;
}

p.current a {
    text-decoration: none;
    font-size: 20px;
}

.meinBox {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
	border: solid 2px #eee;
}

.right {
    width: 50%;
}

.left {
    width: 50%;
}

.right p {
    margin: 45px;
}

.left p {
    margin: 45px;
}


.right .btn-flat-simple {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 1.6em;
    text-decoration: none;
    color: #393E46;
    background: #F7F7F7;
    transition: .4s;
    margin: 20px auto 0 auto;
	width: 100%;
	text-align: center;
}

.left .btn-flat-simple {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 1.6em;
    text-decoration: none;
    color: #393E46;
    background: #F7F7F7;
    transition: .4s;
    margin: 20px auto 0 auto;
	width: 100%;
	text-align: center;
}

.btn-flat-simple:hover {
  background: #393E46;
  color: #F7F7F7;
}

ul.choice-btn.slick-initialized.slick-slider li {
    color: #F7F7F7;
    background: #929AAB;
}

#index-kagu .about{
	margin-top: 50px;
}

#company-about .about{
	margin-top: 0px;
}

span.company_item {
    font-weight: bold;
    font-size: 1.8rem;
}

p.companytext {
    margin: auto 108px;
    line-height: 5rem;
}



.top-aisatsu-table, .company-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-info .company-line {
    border-top: 0.5px solid #aaa;
    border-collapse: collapse;
    padding: 1rem 0.5em;
    line-height: 1.8rem;
}

.company-midashi {
    color: #393E46;
    font-weight: bolder;
    padding-left: 1em;
    width: 25%;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.company-line div.ccc {
    width: 75%;
    font-size: 18px;
	line-height: 3rem;
}

.company-main {
    width: 80%;
    margin: 0 auto 50px auto;
}

.company-line:last-child {
    border-bottom: 0.5px solid #aaa;
}

.fonnter-sabBox:hover {
    background: rgb(146, 154, 171,0.7);
    color: white;
}

@media screen and (min-width: 768px) and (max-width:1199.98px) {
	#index-menu .list {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#index-menu .example.list-img {
    width: 100%;
}
	
	#index-menu .example img {
    width: 100%;
}
	
	.meinBox {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    border: solid 2px #eee;
    flex-direction: column;
}
	
	.meinBox.Box2 {
    display: flex;
    flex-direction: column-reverse;
}
	
	.right {
    width: 100%;
    margin-left: 0;
}
	
	.right p {
    margin: 20px;
}
	
	.left {
    width: 100%;
}
	
	.left p {
    margin: 20px;
}
	
	.index-top p {
    margin: 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 3.0rem;
    font-size: 16px;
    font-weight: bold;
}
	
	p.current a {
    text-decoration: none;
    font-size: 18px;
}
	
	p.companytext {
    margin: auto 34px;
    line-height: 4rem;
}
	
	.company-main {
    width: 100%;
    margin: 0 auto 100px auto;
}
	
	.company-midashi {
    color: #393E46;
    font-weight: bolder;
    padding-left: 1em;
    width: 30%;
    display: flex;
    align-items: center;
    font-size: 18px;
}
	
	.company-line div.ccc {
    width: 70%;
    font-size: 18px;
    line-height: 3rem;
}

}


@media screen and (max-width: 767.98px) {
#index-menu .example p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    z-index: 4;
}
	
	p.current a {
    text-decoration: none;
    font-size: 16px;
}
	
	#index-main .about {
    height: 200px;
    background-size: cover;
    background-position: top center;
}
	
	#index-menu .example.list-img {
    width: 100%;
}
	
	.meinBox {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    border: solid 2px #eee;
    flex-direction: column;
}
	
	.meinBox.Box2 {
    display: flex;
    flex-direction: column-reverse;
}
	
	.right {
    width: 100%;
    margin-left: 0;
}
	
	.right p {
    margin: 20px;
}
	
	.left {
    width: 100%;
}
	
	.left p {
    margin: 20px;
}
	
	.index-top p {
    margin: 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 3.0rem;
    font-size: 16px;
    font-weight: bold;
}
	
	.box17 {
    margin: 2em 0;
    position: relative;
    padding: 1.0em 1.0em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
	
	.company-main {
    width: 100%;
    margin: 0 auto 100px auto;
}
	
	.company-midashi {
    color: #393E46;
    font-weight: bolder;
    padding-left: 0;
    width: 40%;
    display: flex;
    align-items: center;
    font-size: 18px;
}
	
	.company-line div.ccc {
    width: 60%;
    font-size: 18px;
    line-height: 3rem;
}
	
	p.companytext {
    margin: auto 12px;
    line-height: 3rem;
}
	
	.fonnter-sabBox {
    margin: 30px auto;
    text-align: center;
    border: solid 3px #EEEEEE;
    padding: 10px 30px;
    width: 100%;
}

}



/*---------------------------------------------*/
/* size
============================================== */
.max-960 {
	 max-width: 960px;
	margin: 0 auto;
}

/*---------------------------------------------*/
/* index.html #sec-access
============================================== */
#sec-access .businessBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 20px 5px;
	flex-wrap: wrap;
}

#sec-access div.businessBox:nth-of-type(2n-1) {
	background-color: #4e454a!important;
}

#sec-access div.businessBox:nth-of-type(2n) {
	background-color: #0653b2!important;
}

#sec-access .businessBox .inner-business {
	width: calc(( 100% - 100px )/3);
}

a.btn-business {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
}

a.btn-business p {
	padding: 1rem 0;
	font-size: 140%;
	font-weight: bold;
}

a.btn-business:hover {
	opacity: 0.5;
}

.business-sub {
	color: #4e454a;
}

.business-sub-security {
	color: #0653b2;
}



@media screen and (min-width: 650px) and (max-width: 768px){
	.index-menu-sab {
    width: calc( (100% - 12%)/2);
    margin: 15px;
}
}
	


@media screen and (min-width: 767.98px) and (max-width:1399.98px) {

}


@media screen and (min-width: 1199.98px) and (max-width:1399.98px) {
	
	
}

@media screen and (min-width: 993.33px) and (max-width:1199.98px) {

}


@media screen and (min-width: 767.98px) and (max-width:993.32px) {
	
	
}


@media screen and (max-width: 767.98px) {

}


#index-menu .example.list-img.gnavi.index002 {
    width: 100%;
	margin: 0;
}

h2.h2 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: bold;
}


/*---------------------------------------------*/
/* contact
============================================== */
#form-table, .form-line {
	display: flex; flex-direction: row; align-items: center;
	width: 100%; flex-wrap: wrap;
}
.form-line {
	border-bottom: 0.5px dotted #aaa;
	padding: 0 0.5em;
}

.form-koumoku {
	font-weight: bold;
	color: #393E46;
	width: 25%;
}

.form-naiyou {
	width: 65%;
	padding: 0.75em 0;
}

.colorBlue {
    color: #929AAB !important;
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 150%;
}

.red {
    color: #ff0000;
}

sup {
    top: -.5em;
}
sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}

.form-select{
	font-size: 1.2rem;
}

.form-control{
	font-size: 1.2rem;
}

.en-title {
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 180%;
    margin: 0;
    padding: 1em 0 0.5em 0;
    line-height: 1em;
}

.btn-primary {
    --bs-btn-color: #F7F7F7;
    --bs-btn-bg: #666;
    --bs-btn-border-color: #666;
    --bs-btn-hover-color: #F7F7F7;
    --bs-btn-hover-bg: #929AAB;
    --bs-btn-hover-border-color: #929AAB;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #F7F7F7;
    --bs-btn-active-bg: #929AAB;
    --bs-btn-active-border-color: #929AAB;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #F7F7F7;
    --bs-btn-disabled-bg: #666;
    --bs-btn-disabled-border-color: #666;
}

@media screen and (max-width: 767.98px) {
	.form-koumoku {
		width: 100%; padding: 0.75em 0 0.25em 0;
	}
	
	.form-naiyou {
		width: 100%; padding: 0 0 0.75em 0;
	}
}

div.form-line:first-child {
	border-top: 0.5px dotted #aaa;
}
/*---------------------------------------------*/
/* technical-data, technical-data-DL
============================================== */
.form-DL-table {
	width: 80%;
	margin: 0 auto;
	display: flex; flex-direction: row; align-items: center;
	flex-wrap: wrap;
}

.form-DL-table .form-koumoku {
	font-size: 80%;
	color: #fbaa05;
}

.form-DL-table .form-naiyou {
	width: calc( 100% - 25% - 30px);
	padding: 0.75em 0;
}

@media screen and (max-width: 767.98px) {
	.form-DL-table {
		width: 100%;
	}
	.form-DL-table .form-naiyou {
	width:100%;
}
}


/*---------------------------------------------*/
/* interiorpursepageのフローデザイン
============================================== */
.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 20px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
	background: #ffffff;
    padding: 20px;
	line-height: 3rem;
}

#Page-top .flow_design03 dd {
    margin-left: 0;
    background: #ffffff;
    padding: 20px 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}


#komuten-page .flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #ffffff;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8EB83C;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #8EB83C;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #8EB83C;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}


#Page-top .flow03 > li .icon03 {
  background: #3AA6B9;
}

#Page-top .flow03 > li dl::before {
	background: #3AA6B9;
}

#Page-top .flow03 > li dl dt {
    color: #3AA6B9;
}

#komuten-page .flow03 > li .icon03 {
  background: #FF6868;
}

#komuten-page .flow03 > li dl::before {
	background: #FF6868;
}

#komuten-page .flow03 > li dl dt {
    color: #FF6868;
}


.mainBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sabbox {
    width: 48%;
	margin: 50px 30px;
}

#business-page section.pastpic {
    background: rgb(247, 247, 247);
}

.thanks{
	margin: 50px auto 300px;
}


@media screen and (max-width: 767.98px) {
.mainBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}


.sabbox {
    width: 100%;
	margin: 20px 30px;
}
	
	ul.choice-btn.slick-initialized.slick-slider li {
    color: #F7F7F7;
    background: #929AAB;
    font-size: 10px;
}
	
	.flow03 > li dl dt {
    font-size: 1.0em;
    font-weight: 600;
    color: #8EB83C;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
}
	
	span.spann {
    font-size: 20px;
    font-weight: bold;
}
	h1 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 20px;
    margin-bottom: 20px;
}
	
	h2 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
}
	
	}


#contact-page h1:before, #contact-page h1:after {
  display: none;
}

#contact-page h1:before {
  display: none;
}
#contact-page h1:after {
  display: none;
}


/*---------------------------------------------*/
/* 

代表写真入れるまでは下記のcssで対応

============================================== */
#introduction .companytext {
    margin: auto 108px;
    line-height: 2rem;
}

@media screen and (min-width: 768px) and (max-width:1199.98px) {
#introduction .companytext {
		margin: auto 34px;
        line-height: 2rem;
}
}

@media screen and (max-width: 767.98px) {
	#introduction .companytext {
		margin: auto 12px;
        line-height: 2rem;
        
}
}

















