@charset "utf-8";

/* *****共通設定***** */
html {
	font-size: 62.5%;
    
}

body {
}

main {
   padding-top: 89px; /* headerの高さ分 */
}

@media screen and (max-width:575.98px) {
    main {
        padding-top: 80px;
    }
}


body {
  font-family: 
    "メイリオ","BIZ UDPGothic","Noto Serif JP", 
    "M PLUS 1p", 
    "Yu Mincho", 
    "メイリオ", 
    "Hiragino Kaku Gothic ProN", 
    sans-serif;
}

* {
	/* font-family: 'Noto Serif JP','Noto Sans JP','M PLUS 2', sans-serif; */
	font-family: "メイリオ","BIZ UDPGothic",'Noto Sans JP','M PLUS 2', sans-serif;
    color: #333333;
	font-weight: 500;
	font-size: 1.6rem;
}

.normal-size {
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.colorRed {
	color: #ff0000;
}

@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;
}

.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: 60px 20px;
}

@media screen and (min-width:768px) {
	section {
		padding-top: 60px 10px;
	}
}

/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h2, h3{
	text-transform: uppercase;
}

.midashi-udline {
	padding-bottom: 1rem;
	border-bottom: 0.5px solid #333;
	letter-spacing: 0.2rem;
	display: inline-block;
}

.short-udline {
	display: inline-block;
    position: relative;
	width: 100%;
    padding-bottom: 10px;
    margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

.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: #3cb371;
}

.short-udlineBlue {
	display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #333333;	
}

.short-udlineBlue: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: #0653b2;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
    background-color: #333333;
}

.navFrame {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 95%;
	max-width: 1080px;
    margin: 0 auto;
}

nav {
	display: flex;
	flex-direction: column;
}
ul.nav {
	align-items: center;
}
.navbar {
	background-color: rgba(255,255,255,0.3)!important;
	padding: 0;
}
.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #ffffff;
    position: absolute;
    top: 7px;
}
.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;
    color: #ffffff;
    text-transform: uppercase;
}

.top-naviimg a {
	font-size: 30px;
	letter-spacing: -0.1rem;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

@media screen and (min-width: 768px) {
    .top-naviimg a {
        font-size: 30px;
        letter-spacing: -0.1rem;
        font-weight: bold;
        color: #ffffff;
    }
}


.nav-contact {
    padding: 10px 50px;
    background-color: #3cb371;
    color: #ffffff;
    font-weight: bold;
    font-size: 95%;
}



.header-comments {
	width: 95%;
	max-width: 1080px;
	margin: 5px auto 0 auto;
}

.header-comments p {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}

.navbar{
	background-color: rgba(51,51,51,1.0)!important;
	height: 60px;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
	header {
		position: absolute;
    	top: 0;
    	z-index: 15;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 575.98px) {
	header {
		position: absolute;
    	top: 0;
    	z-index: 15;
	}
    
    .header-logo-bar {
        top: 15px;
    }
    
	nav {
		padding: 5px 0!important;
	}

	.navbar-toggler {
		font-size: 1rem!important;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
	
	.header-comments p {
		margin: 0;
		font-size: 0.95rem
	}
	
	.top-naviimg a {
		text-decoration: none;
		color: #ffffff;
        font-size: 20px;
	}
}


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

.nav-item a.active {
	display: block;
	color: #333333!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
============================================== */
#Page-manufacturing .main-bar {
	background: url("../images/main-bar-manufacturing.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0 0 80px 0;
	opacity: 0.8;
}

#Page-regrinding .main-bar {
	background: url("../images/main-bar-regrinding.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0 0 80px 0;
}
#Page-sell .main-bar {
	background: url("../images/main-bar-sell.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	opacity: 0.8;
	margin: 0 0 80px 0;
}

#Page-contact .main-bar {
	background: url("../images/main-bar-contact.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-thanks .main-bar {
	background: url("../images/mainbar-thanks.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0 0 80px 0;
}

.main-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 220px;
	width: 100%;
	position: relative;
}

.main-bar p {
	font-size: 3.0rem;
    font-weight: bold;
	letter-spacing: 0.15em;
	margin: 0 auto;
/*	color: #fff;*/
	text-align: center;
	position: relative;
	z-index: 10;
    padding: 15px 30px;
    color: #ffffff;
}

.main-bar p span {
    text-transform: uppercase;
    color: #3cb371;
    font-size: 1.6rem;
    display: block;
}

.main-bar-img {
	background-color: rgba(0,0,0,1.0);
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 50px;
	margin: 0 auto;
}

.main-bar-img img {
	height: 45px;
}

.main-bar::after {
		content: '';
		position: absolute;
		background: rgba(0,0,0,0.4);
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 8;
	}

@media screen and (min-width: 992px) {
	.main-bar {
		height: 250px;
	}
	
	.main-bar-img img {
		height:70px;
	}
	
	#Page-about .main-bar::after, #Page-reserve .main-bar::after {
		content: '';
		position: absolute;
		background: rgba(255,255,255,0.4);
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 3;
	}
}

/*---------------------------------------------
to-contact　お問い合わせフォームへ
===============================================*/
#to-contact div img {
	width: 100%;
}

#to-contact .contact-box {
	padding: 1.5em;
	background-color: #333333;
	text-align: center;
	color: #333333;
	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: #333333;
	text-decoration: none;
	ont-size: 150%;
	font-weight: bold;
}

@media screen and (min-width:1200px) {
	#to-contact {
		background-color: #333333;
		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: #e6e8e6;
    background-color: #3cb371;
    padding: .2em .5em;
    font-size: 70%;
    margin: 0 .5em 0 1rem;
}

.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(170,162,152,0.2); */
}

#sec-TOPcontact {
	padding: 30px 10px;
}

#sec-TOPcontact .contactBox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 15px 70px 15px;
	/* border-top: 0.5px solid #aaa; */
	border-bottom: 0.5px solid #aaa;
	width: 100%;
	margin: 0 auto;
}

#sec-TOPcontact .contactBox div {
	width: 55%;
}

#sec-TOPcontact .contactBox .logo-img {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	#sec-TOPcontact .contactBox .logo-img {
		max-width:350px;
	}
}

#sec-TOPcontact .contactBox .tap-call a {
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: 1px solid #333333;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	-webkit-appearance: none;
	height: 10rem;
}

#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: #333333;
}

#sec-TOPcontact .contactBox .tap-Line a {
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: 1px solid #333333;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	-webkit-appearance: none;
	height: 10rem;
}

#sec-TOPcontact .contactBox .tap-Line a div {
	font-size: clamp( 20px , 2.5vw, 3.0rem);
	line-height: 1.3;
    width: 100%;
	text-align: center;
	color: #333333;
}

#sec-TOPcontact .contactBox .tap-call a p {
	font-size: 1.4rem;
}

.tap-parking {
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: 1px solid #333333;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	-webkit-appearance: none;
	color: #333333;
	text-align: center;
	margin: 20px 0 20px 0;
}

@media screen and (max-width: 991.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;
	padding-top: 50px;
}

#footer-contents {
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
	width: 100%;
    max-width: 960px;
    margin: 0 auto;
	padding-bottom: 50px;
    flex-wrap: wrap;
}

#footer-contents h3 {
    color: #333333;
    font-size: 2.5rem;
    font-weight: bold;
}

#footer-contents .inner-address, #footer-contents .inner-link {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#footer-contents .inner-link {
    display: flex;
    column-gap: 20px;
}

#footer-contents .inner-link a {
    text-decoration: none;
    letter-spacing: -0.05em;
    font-family: "Arial Black", Impact, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    color: #778899;
}

#footer-contents .inner-link a span {
    display: inline-block;
    margin-right: 0.5em;
}

#footer address, #footer p {
	color: #333333;
    margin-bottom: 0.5rem;
	letter-spacing: 0.1em;
}

#footer #copyright p, #footer #copyright a {
    background-color: #000000;
    color: #ccc;
	font-size: 1rem;
	text-decoration: none;
}


@media screen and (min-width: 992px) {
    #footer-contents {
        justify-content: center;
        column-gap: 50px;
    }
    
    #footer-contents .inner-address, #footer-contents .inner-link {
        width: auto;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }
    
    #footer-contents .inner-address {
        flex-direction: column;
    }
    
    #footer-contents .inner-link a span {
        display: block;
        margin-right: 0;
    }
}

/*---------------------------------------------
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-catch
============================================== */
.index-catch {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.index-catch h1 {
    line-height: 4rem;
    font-size: clamp(2.5rem, 6vw,3.5rem);
    text-align: center;
}

.index-catch h1 span {
    display: block;
    font-size: clamp(16px, 5.5vw, 24px);
    color: #778899;
    line-height: 1;
}

.bg-img {
    width: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 550px;
}

.bg-img img {
    object-fit: cover;
    object-position: top;
}


.index-menu {
    display: none;
}

@media screen and (min-width:992px) {
    .index-catch img {
        width: 100%;
    }
    
    .index-catch h1 {
        line-height: 7rem;
        font-size: 5rem;
        width: 100%;
        letter-spacing: 0.1rem;
    }
    
    .index-catch h1 span {
        font-size: clamp( 3.5rem, 4vw, 4rem);
    }
    .bg-img {
        width: 40%;
        position: absolute;
        left: 10%;
        bottom: 0;
        max-height: 550px;
    }
    
    /*---  index-catch内のmenu   ---*/    
    .index-menu {
        width: 230px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #402501;
        margin-top: 15px;
    }
    
    .index-menu ul li {
        padding: 3px;
        border: 1px solid #e6e8e6;
        margin: 5px;
    }
    
    .index-menu ul li:nth-child(7),
    .index-menu ul li:nth-child(8),
    .index-menu ul li:nth-child(9) {
        border: none;
    }
    
    .index-menu ul li:nth-child(7) p {
        font-size: 14px;
    }
    
    .index-menu ul li a {
        text-decoration: none;
        text-align: center;
        color: #e6e8e6;
        display: block;
        padding: 7px;
    }
    
    .index-menu ul li a:hover {
        opacity: 0.5;
        background-color: #e6e8e6;
        color: #402501;
    }
    
    .index-menu ul li:nth-child(7) a,
    .index-menu ul li:nth-child(8) a {
        letter-spacing: 0.15rem;
        font-size: 22px;
        text-align: left;
        padding: 0;
    }
    
    .index-menu h4 {
        font-size: calc(1.675rem + 0.3vw);
    }
    
    .index-menu address {
        font-size: 14px;
    }
    
    h6.menu-title {
        font-size: 18px;
        font-weight: bold;
        color: #402501;
        padding: 5px;
        background-color: #e6e8e6;
        text-align: center;
        margin-top: 20px;
    }
}

/*---------------------------------------------*/
/*  index.html .index-top
============================================== */
.bladeBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
    width: 100%;
    padding: 50px 20px;
    max-width: 960px;
}

.bladeBox img {
     width: calc(( 100% - 40px ) /3);
}


.index-top {
    padding: 100px 0;
    max-width: 1080px;
    margin: 0 auto;
}

.introBox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.introBox .inner-text {
    width: 100%;
    padding: 50px 20px 0 20px;
}

.introBox .inner-text p {
    margin: 25px 0;
    line-height: 3rem;
/*    text-align: center;*/
    font-size: clamp(12px, 5vw, 20px);
    
}
.introBox .inner-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
}


@media screen and (min-width: 992px) {
    .index-top {
        padding: 150px 0;
    }
    
    .introBox {
        width: 100%;
        flex-direction: row;
    }
    
    .introBox .inner-text {
        padding: 0 0 0 0;
    }
    
    .bladeBox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        column-gap: 50px;
        width: 100%;
        padding: 50px 20px;
        max-width: 960px;
        margin: 0 auto;
    }
    
    .bladeBox img {
        width: calc(( 100% - 100px ) /3);
    }

}
/*---------------------------------------------*/
/* 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:320px) and (max-width:991.98px) {
	#sec-access .businessBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#sec-access .businessBox .inner-business {
		width: 80%;
		margin: 0 auto 50px auto;
	}
}

#Page-office #sec-access {
	background-color: #ffffff;
}
/*---------------------------------------------*/
/* index_jolly.html #sec-Contact
============================================== */
#sec-Contact .contactBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#sec-Contact .contactBox .inner-contact {
	width: 40%;
	margin-bottom: 30px;
}

a.btn-contactDrone {
	background-color: #00B900;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	display: block;
	text-align: center;
}

a.btn-contactSecurity {
	background-color: #8C8C8C;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	display: block;
	text-align: center;
}

@media screen and (max-width: 767.98px) {
	#sec-Contact .contactBox {
		flex-direction: column;
	}
	
	#sec-Contact .contactBox .inner-contact {
		width: 100%;
		text-align: center;
	}
}
/*---------------------------------------------*/
/* index.html #index-about
============================================== */
/* スペース調整 */
@media screen and (ax-width:767.98px) {
    .index-service {
        padding: 40px 20px;
    }
}


.index-serviceBox {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: 100%;
    justify-content: space-between;
   
}

.index-serviceBox img {
    object-fit: cover;
    clip-path: polygon(
        20% 0%/* 右上 */,
        100% 0%, /* 右上 */
        100% 100%, /* 右下 */
        0% 100% /* 左下 */);
}

.index-serviceBox-inner:first-child {
    width: 90%;
    z-index: 6;
    padding: 0;
    margin: 30px auto 0 auto;
    position: relative;
}

.index-serviceBox-inner {
/*    height: 50vw;*/
}

.index-serviceBox-inner:last-child {
/*    padding: 10%;*/
	position: relative;
    background-position: center;
    background-size: cover;
    background-position: center bottom;
    width: 90%;
}


.text-overlay a {
    margin-top: 50px;
    
}
.text-overlay h2 {
    margin-bottom: 30px;
    color: #333333;
    font-size: 2.5rem;
    font-weight: bold;
}

.text-overlay p {
    font-size: clamp(12px, 5vw, 20px);
}

.h2-sub-eg {
    letter-spacing: 0.2rem;
    display: block;
    line-height: 3rem;
    color: #778899;
}

.h2-sub {
    font-size: 50%;
    letter-spacing: 0.15rem;
}

.index-btn06 {
    margin: 20px auto;
    width: 100%;
}

.index-btn06 a {
    /* background-color: #e6e8e6; */
    width: 100%;
    display: block;
}

@media screen and (min-width: 992px) {
	.index-serviceBox {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        padding: 100px 0 0 0;
 }
    
    .index-serviceBox-inner:first-child {
        width: calc((100% - 50px)*0.55);
        padding: 0 20px;
    }
    
    .index-serviceBox-inner:last-child {
        width: calc((100% - 50px)*0.4);
        margin-left: 0;
    }
    
    .text-overlay h2 {
        font-size: 3.5rem;
    }
    
    .index-btn06 {
        width: 100%;
        margin-top: 30px;
        max-width: 500px;
        /* margin: 20px 0; */
    }
    .index-btn06 a {
        width: 100%;
        /* max-width: 500px; */
        height: 120%;
        margin: 0;
    }
}


.petitGalleryBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 3;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
}

.petitGalleryBox .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.petitGalleryBox .inner p {
    border-left: 3px solid #ffffff;
    padding-left: 10px;
}

.petitGalleryBox .inner div {
    width: 100%;
    margin-bottom: 20px;
}

.petitGalleryBox .inner div img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.petitGalleryBox .inner:nth-child(5),
.petitGalleryBox .inner:nth-child(6),
.petitGalleryBox .inner:nth-child(7),
.petitGalleryBox .inner:nth-child(8) {
    display: none;
}


@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .petitGalleryBox .inner div img {
        height: 250px;
    }
    
    .petitGalleryBox {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 45px;
        gap: 45px;
    }
    
    .petitGalleryBox .inner:nth-child(5),
    .petitGalleryBox .inner:nth-child(6) {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .petitGalleryBox .inner div img {
        height: 300px;
    }
    
    .petitGalleryBox {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 60px;
        gap: 60px;
        max-width: 1080px;
        margin: 0 auto;
    }
    
    .petitGalleryBox .inner:nth-child(5),
    .petitGalleryBox .inner:nth-child(6),
    .petitGalleryBox .inner:nth-child(7),
    .petitGalleryBox .inner:nth-child(8) {
        display: flex;
    }
    
}

/*---------------------------------------------*/
/* index.html #sec-access
============================================== */

#Page-top #sec-access .accessBox {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	margin: 40px 0;
	padding: 15px;
}

#Page-top #sec-access .accessBox .inner-text {
	width: 100%;
	margin-bottom: 20px;
}

#Page-top #sec-access .accessBox .inner-img {
	width: 100%;
}

#Page-top .Google-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 62.6%;/*比率をお好みで*/
}

#Page-top .Google-map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-appearance:none;
}

@media screen and (min-width: 992px) {
	#Page-top #sec-access .accessBox {
		flex-direction: row;
		justify-content: space-between;
		margin: 30px auto;
		padding: 0;
	}
	
	#Page-top #sec-access .accessBox .inner-text {
		width: 48%;
	}
	
	#Page-top #sec-access .accessBox .inner-img {
		width: 48%;
		flex-direction: column;
	}
	
	#Page-top #sec-access .accessBox .inner-text img {
		width: 100%;
	}
	
	#Page-top #sec-access .accessBox address a {
		pointer-events: none;
	}

	#Page-top .Google-map {
		padding-top: 41%;/*比率をお好みで*/
	}
}
/* 
@media screen and (min-width: 768px)  {
	#Page-top #sec-access .accessBox {
		flex-direction: row;
	}
	
	#Page-top #sec-access .accessBox .inner-text {
		width: 47%;
		margin-bottom: 40px;
		order: 1;
	}
	
	#Page-top #sec-access .accessBox .inner-img {
		width: 47%;
		order: 2;
		flex-direction: row;
		align-self: flex-start;
		justify-content: space-between;
		height: 66.6%;
		flex-wrap: wrap;
	}
	
	#Page-top #sec-access .accessBox .inner-img .inner-address {
		width: 47%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	#Page-top #sec-access .accessBox .inner-img .inner-mapimage {
		width: 47%;
	}
} */

/*---------------------------------------------*/
/* menu.html
============================================== */
.menu-intro {
	 width: 95%;
	margin: 0 auto 30px auto;
}

.menuList {
	list-style: none;
	padding-left: 0;
	width: 95%;
	margin: 0 auto;
	max-width: 960px;
}

.menuList .menu-inner {
	padding: 10px 0 0 0 ;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}

.menuList .menu-inner2 {
	padding: 0px 0 20px 0 ;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}

.menuList .menu-inner .menuCategory, .menuList .menu-inner2 .menuCategory {
	width: 24%;
	text-align: center;
	background-color: rgba(170,162,152,.3);
	display: flex;
    align-items: center;
	justify-content: center;
	border-top: 0.5px solid #bbb;
	border-bottom: 0.5px solid #bbb;
}

.menuList .menu-inner .menuTitle, .menuList .menu-inner2 .menuTitle {
	width: 76%;
   
	align-self: center;
}

.menuList .menu-inner .menuTitle ul li,.menuList .menu-inner2 .menuTitle ul li  {
	list-style-type: square;
	border-top: 0.5px solid #bbb;
}

.menuList .menu-inner .menuTitle dl, .menuList .menu-inner2 .menuTitle dl {
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	margin: 0;
	border-top: 0.5px solid #bbb;
	border-collapse: collapse;
}

.menuList .menu-inner .menuTitle dl:last-child, .menuList .menu-inner2 .menuTitle dl:last-child {
	border-bottom: 0.5px solid #bbb;
}

.menuList .menu-inner .menuTitle dl dd, .menuList .menu-inner2 .menuTitle dl dd {
	margin: 0;
	text-align: right;
	font-weight: bold;
}

.menu-inner p.small, .menu-inner2 p.small {
	text-align: right;
	font-size: 1.3rem;
	width: 100%;
}

dd h2 {
	text-transform: uppercase;
}

.menuPrice-space {
	padding: 0 0.125em;
}

.menu-inner:nth-child(2) { /* CUTの下にのみmargin */
	margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {
	.menuList {
		width: 95%;
	}
	
	.menuList .menu-inner {
		flex-direction: row;
		border: none;
		padding: 0;
		margin: 15px 0 10px 0;
	}
	
	.menuList .menu-inner2 {
		flex-direction: row;
		border: none;
		padding: 0px 0 10px 0;
	}
	
	.menuList .menu-inner .menuCategory, .menuList .menu-inner2 .menuCategory  {
		width: 100%;
		padding: 10px;
		border-top: 0.5px solid #bbb;
		border-bottom: none;
	}
	
	.menuList .menu-inner .menuTitle, .menuList .menu-inner2 .menuTitle {
		width: 100%;
		padding-left: 0px;
	}
	
	.menuList .menu-inner .menuTitle dl, .menuList .menu-inner2 .menuTitle dl {
		padding: 7px 0 7px 10px;
	}
	
	.menuList .menu-inner .menuTitle dl dt, .menuList .menu-inner2 .menuTitle dl dt {
		width: calc( 100% - 90px );
		font-size: 1.4rem;
	}
	
	.menuList .menu-inner .menuTitle dl dd, .menuList .menu-inner2 .menuTitle dl dd {
		width: 80px;
		font-size: 1.4rem;
	}
	
	.menu-inner p.small, .menu-inner2 p.small {
		text-align: right;
		width: 100%;
		font-size: 0.9rem;
    	margin: 3px 0;
	}
}
/*---------------------------------------------*/
/* about.html
============================================== */
#sec-about {
	position: relative;
	margin: 60px auto;
	padding: 30px 0;
	width: 100%;
	max-width: 960px;
}

.about-img01 {
	position: absolute;
    width: 50%;
	max-width: 450px;
    top: 0;
    left: 10vw;
	z-index: 4;
}

.about-img01 img {
	max-width: 100%;
}

.about-img02 {
	position: absolute;
	width: 30%;
	max-width: 300px;
	z-index: 5;
	top: 30;
	right: 0%;
}

.about-img02 img {
	max-width: 100%;
}

.about-img03 {
	position: relative;
	z-index: 3;
	width: 90%;
	margin-top: 100px;
	background-color: rgba(150,195,95,0.3);
	padding: 20vw 30px 30px 30px;
}

 .about-img03 div {
	width:70%;
}

@media screen and (max-width: 767.98px) {
	.about-img01 {
		position: absolute;
		width: 50%;
		top: 0;
		left: 40px;
		z-index: 4;
	}

	.about-img01 img {
		max-width: 100%;
	}

	.about-img02 {
		position: absolute;
		width: 30%;
		z-index: 5;
		top: 30;
		right: 0%;
	}

	.about-img02 img {
		max-width: 100%;
	}

	.about-img03 {
		position: relative;
		z-index: 3;
		margin-top: 80px;
		background-color: rgba(150,195,95,0.3);
		padding: 22vw 30px 30px 30px;
	}
	
	 .about-img03 div {
		width:100%;
	}	
}

/*----------  #sec-access  ---------- */
#Page-about #sec-access {
	background-color: #fff;
}

#Page-about #sec-access .accessBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}

#Page-about #sec-access .accessBox .inner-text {
	width: 47%;
}

#Page-about #sec-access .accessBox .inner-img {
	width: 47%;
	flex-direction: column;
}

#Page-about #sec-access .accessBox .inner-text img {
	width: 100%;
}

#Page-about #sec-access .accessBox address a {
	pointer-events: none;
}

#Page-about .Google-map {
    position: relative;
    width: 100%;
	height: 0;
    padding-top: 66.6%;/*比率をお好みで*/
}

#Page-about .Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-appearance:none;
}

@media screen and (max-width: 767.98px) {
	#Page-about #sec-access .accessBox {
		flex-direction: column;
	}
	
	#Page-about #sec-access .accessBox .inner-text {
		width: 100%;
		margin-bottom: 20px;
		order: 1;
	}
	
	#Page-about #sec-access .accessBox .inner-img {
		width: 100%;
		order: 2;
	}
	
}

@media screen and (min-width: 768px)  {
	#Page-about #sec-access .accessBox {
		flex-direction: row;
	}
	
	#Page-about #sec-access .accessBox .inner-text {
		width: 47%;
		margin-bottom: 40px;
		order: 1;
	}
	
	#Page-about #sec-access .accessBox .inner-img {
		width: 47%;
		order: 2;
		flex-direction: row;
		align-self: flex-start;
		justify-content: space-between;
		height: 66.6%;
		flex-wrap: wrap;
	}
	
	#Page-about #sec-access .accessBox .inner-img .inner-address {
		width: 47%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	#Page-about #sec-access .accessBox .inner-img .inner-mapimage {
		width: 47%;
	}
}

.stylistBox {
	display: flex;
	flex-wrap: wrap;
	
}

.stylistBox .inner {
	width: 50%;
	max-width: 400px;
	margin-right: 30px;
	display: flex;
	justify-content: center;
}

.stylistBox .inner img {
	width: 240px;
}

@media screen and (max-width: 767.98px) {
	.stylistBox .inner {
		width: 100%;
		margin-bottom: 30px;
	}
	.stylistBox .inner img {
		width: 180px;
	}
}

/*---------------------------------------------*/
/* 
============================================== */

.borderYellow {
	border: 5px solid yellow;
	box-sizing: border-box;
}


.attention-common {
    font-size: clamp(11px, 5vw, 13px);
    max-width: 960px;
    margin: 50px auto;
}

#Page-voice .attention-common {
    max-width: 1200px;
}


.index-news {
    background-color: rgba(119, 136, 153, .1);
}


.news-list {
    padding-left: 0;
    max-width: 1080px;
    margin: 0 auto;
}

.news-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    padding: 7px 0;
    padding: 20px;
    border-top: 0.5px dotted #aaa;
    border-bottom: 0.5px dotted #aaa;
}

.icon-new {
    padding: 5px 10px;
    background-color: #778899;
    display: block;
    margin: 0;
    line-height: 1em;
    border-radius: 3px; 
    width: 60px;
    text-align: center;
    font-size: 1.4rem;
    color: #ffffff;
}

.news-date {
    font-size: 1.4rem;
    width: 6em;
}

.news-list li p {
    color: #3cb371;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.6rem;
    margin: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
    .icon-new {
        font-size: 1.8rem;
        padding: 5px 15px;
        font-weight: bold;
        width: 80px;
    }
    .news-date {
        width: auto;
        font-size: 1.8rem;
        display: inline;
    }
    
    .news-list li {
        column-gap: 20px;
    }
    
    .news-list li p {
        width: auto;
        margin: 0;
        font-size: 2rem;
    }
}


/*************************************************************
きらっと光るcss
*************************************************************/
.contact-section {
  position: relative;
  background: linear-gradient(135deg, #333333, #1a1a1a);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
    margin-top: 200px;
}

.contact-section h2 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-section p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
}

.contact-section .btn {
    background-color: #fff;
    color: #333;
    padding: 12px 30px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
    width: calc(100% - 100px);
    max-width: 450px;
    margin-bottom: 20px;
}

.contact-section .btn:hover {
  background-color: #778899;
}

/* 光のエフェクト */
.shine-effect {
  content: "";
  position: absolute;
  top: -50%;main-bar
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  transform: translateX(-100%) rotate(25deg);
  opacity: 0;
  pointer-events: none;
}

.shine-animate {
  animation: shine 2s ease-out forwards;
}

@keyframes shine {
  0% {
    transform: translateX(-100%) rotate(25deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%) rotate(25deg);
    opacity: 0;
  }
}

/* スマホ対応 */
@media (max-width: 767.98px) {
    .contact-section {
        margin-top: 100px;
    }
  .contact-section h2 {
    font-size: 30px;
  }

  .contact-section p {
    font-size: 16px;
  }

  .contact-section .btn {
    font-size: 14px;
    padding: 10px 20px;
      width: 100%;
  }
}
