@charset "utf-8";

/* *****共通設定***** */
html {
	font-size: 62.5%;
    
}

body {
    background-color: #402501;
}

main {
    background-color: #402501!important;
    
}

.cormorantGaramond {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
}

body {
  font-family: 
    "Shippori Mincho", 
    "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: "Shippori Mincho",'Noto Sans JP','M PLUS 2', sans-serif;
/*	color :#3d3d3d;*/
    color: #ffffff;
	font-weight: 500;
	font-size: 1.6rem;
}

.normal-size {
    font-size: 1.6rem;
    line-height: 2.1rem;
}

strong {
	font-family: "Shippori Mincho",'Noto Serif JP','Noto Sans JP','M PLUS 2', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */
}

.btn-warning-navy {
	background-color: #3d3d3d!important;
	color: #ffffff;
}

.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;
}

.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: 60px 10px;
}

@media screen and (max-width:767.98px) {
	section {
		padding-top: 60px 10px;
	}
}

/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1.service-midashi {
	font-size: 2rem;
	background: linear-gradient( #1EAB5E , #3d3d3d);
	padding: 1rem;
	color: #fff;

}
h2, h3{
	text-transform: uppercase;
}

h3 {
	font-size: 180%;
}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}

.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; */
	position: absolute;
	top: 0;
	z-index: 150;

}

.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.3)!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: 300;
	font-family: Montserrat;
}

.top-naviimg a img {
	width: 90px;
	margin: 5px 0 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,0.3)!important;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.nav-link-comments p, .header-comments p span {
		font-size: 1.2rem;
	}
	
	header {
		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;
	}
	
	.top-naviimg span {
		display: block;
		align-self: flex-end;
    	padding-bottom: 10px;
	}
}
@media screen and (max-width: 575.98px) {
	header {
		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
	}
}

@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;
	}
}


.navbar .navbar-collapse{
    flex-grow: 0;
	/* background-color: #fff; */
}

.nav-link {
	color: #5b5b5b!important;
	text-transform: uppercase;
}

.nav-item a.active {
	display: block;
	color: #3d3d3d!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-gallery .main-bar {
	background: url("../images/mainbar-gallery.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
	opacity: 0.8;
}

#Page-profile .main-bar {
	background: url("../images/mainbar-profile.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	opacity: 0.8;
	margin: 0;
}
#Page-voice .main-bar {
	background: url("../images/mainbar-voice.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	opacity: 0.8;
	margin: 0;
}

#Page-contact .main-bar {
	background: url("../images/mainbar-contact.jpeg") 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;
}

.main-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 120px;
	width: 100%;
	position: relative;
}

.main-bar p {
	font-size: 3.0rem;
	letter-spacing: 0.15em;
	margin: 0 auto;
/*	color: #fff;*/
	text-align: center;
	position: relative;
	z-index: 7;
    background-color: rgba(255,255,255,.8);
    padding: 15px 30px;
    color: #402501;
}

.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: 45px;
}


@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: #3d3d3d;
	text-align: center;
	color: #3d3d3d;
	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: #3d3d3d;
	text-decoration: none;
	ont-size: 150%;
	font-weight: bold;
}

@media screen and (min-width:1200px) {
	#to-contact {
		background-color: #3d3d3d;
		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: #ff0000;
    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 #3d3d3d;
	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: #3d3d3d;
}

#sec-TOPcontact .contactBox .tap-Line a {
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: 1px solid #3d3d3d;
	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: #3d3d3d;
}

#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 #3d3d3d;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	-webkit-appearance: none;
	color: #3d3d3d;
	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;
    background-color: #3d3d3d;
}

#footer-contents {
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: space-around;
	width: 100%;
    max-width: 960px;
    margin: 0 auto;
	padding-bottom: 50px;
}

#footer-contents .inner-left {
	display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
	width: 100%;
    padding: 50px;
}

#footer-contents .inner-left h2 {
   
    color: #fff;
}

#footer-contents .inner-right {
    width: 100%;
    text-align: center;
}

#footer-contents .inner-right a {
    text-decoration: none;
    color: #fff;
}

#footer address, #footer p {
	color: #3d3d3d;
    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;
}

#footer-contents .inner-right ul {
    padding-left: 0;
}
#footer-contents .inner-right ul li {
    padding: 10px 0;
}

@media screen and (min-width: 768px) {
    #footer-contents {
        flex-direction: row;
    }
    
    #footer-contents .inner-left {
        align-items: flex-end;
        justify-content: flex-end;
    }
    
    #footer-contents .inner-left, #footer-contents .inner-right {
        width: 100%;
    }
    
    #footer-contents .inner-right {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
    
    #footer-contents .inner-right ul {
        display: flex;
        column-gap: 30px;
        font-size: 12px;
        list-style: none;
    }
    
    #footer-contents .inner-left img {
        max-width: 200px;
    }
    
	.footer-mt {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
    
    #footer-contents .inner-left h2 {
        width: 200px;
    }
}

/*---------------------------------------------
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-bg {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #402501;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/index-bg-trans.png");
    align-items: center;
}

.index-catch {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.index-catch h1 {
    position: absolute;
    /* text-align: right; */
    /* left: 0%; */
        display: block;
    top: 100px;
    z-index: 2;
    right: 10px;
    /* width: 30rem; */
    padding-left: 1rem;
    letter-spacing: 0.2rem;
    line-height: 4rem;
    color: #ffffff;
    font-size: 3rem;
    writing-mode: vertical-rl;
}

.index-catch h1 span {
    display: block;
    font-size: 1.5rem;
    margin-top: 70px;
    margin-right: 1rem;
    line-height: 2.5rem;
}

/*
.index-catch img {
    position: relative;
    z-index: 1;
    height: 30vh;
    width: auto;
}
*/

.bg-img {
    width: 60%;
    position: absolute;
    left: 0;
/*    height: 60vh;*/
    bottom: 0;
    max-height: 550px;
}

.bg-img img {
    object-fit: cover;
/*    height: 60vh;*/
    object-position: top;
}


.index-menu {
    display: none;
}

@media screen and (min-width:768px) and (max-width: 991.98px) {
    .index-catch-bg {
        background-position: center;
    }
    
    .index-catch {
         width: 70%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: flex-end;
    max-width: 960px;
    /* margin: 0 auto; */
    position: absolute;
    right: 0;
    }
    
    .index-catch h1 {
        right: 10%;
        line-height: 5rem;
        font-size: 3.5rem;
    }
    
    .index-catch h1 span {
        font-size: 1.9rem;
    }
    
    .bg-img {
        width: 50%;
    }
    
    .index-catch, .index-catch-bg {
        height: 700px;
    }
    
    .bg-img img {
        height: 100%;
    }
    
    /*-------------  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;
    }
    
    .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;
    }
}

@media screen and (min-width:992px) {
    .index-catch img {
        width: 100%;
    }
    
    .index-catch h1 {
        right: 20%;
        top: 15%;
        letter-spacing: 0.4rem;
        line-height: 6rem;
        color: #ffffff;
        font-size: 3.5rem;
        width: 100%;
    }
    
    .bg-img {
        width: 40%;
        position: absolute;
        left: 10%;
        bottom: 0;
        max-height: 550px;
    }
    
    .index-catch, .index-catch-bg {
        height: 700px;
    }
    
    /*---  index-catch内のmenu   ---*/
    .index-catch {
        width: calc(100% - 230px);
        margin: 0 0 0 230px;
    }
    
    .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
============================================== */
.index-top {
    padding: 0;
}

.introBox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.introBox .inner-text {
    width: 100%;
    padding: 70px 0;
}

.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-image: url("../images/作業用・撮影生データ/sowaca_20240721/request/_MG_8647.jpg");*/
    background-position: center;
}


@media screen and (min-width: 992px) {
    .introBox {
        width: 100%;
        flex-direction: row;
    }
    
/*
    .introBox .inner-img, .introBox .inner-text {
        width: 50%;
        height: auto;
    }
}
*/
}
/*---------------------------------------------*/
/* 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
============================================== */
.index-aboutBox {
    width: 100%;
/*    background-color: #e6e8e6;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
/*    align-items: center;*/
    justify-content: space-between;
}

.index-aboutBox-inner:first-child {
    padding-top: clamp(40px, 3vw, 50px);
    padding-bottom: clamp(40px, 3vw, 50px);
    padding-left: clamp(20px, 3vw, 50px);
    padding-right: clamp(20px, 3vw, 50px);    
    width: 90%;
    background-color: #ffffff;
    z-index: 6;
}

.index-aboutBox-inner {
/*    height: 50vw;*/
}

.index-aboutBox-inner:last-child {
/*    padding: 10%;*/
	position: relative;
    background-position: center;
    /* 背景画像の上に半透明の白色グラデーションを重ねる */
/*    background: url('../images/AdobeStock_250559169.jpeg');*/
    background-size: cover;
    background-position: center bottom;
    width: 90%;
    margin-left: 10%;
/*    margin-top: -30px;*/
}


.text-overlay a {
    margin-top: 50px;
    
}
.text-overlay h2 {
    margin-bottom: 30px;
    color: #3d3d3d;
}

.text-overlay p {
    color: #3d3d3d;
    font-size: clamp(12px, 5vw, 20px);
}

.h2-sub {
    font-size: 50%;
    letter-spacing: 0.15rem;
}

.index-btn06 {
    margin: 20px auto;
    width: 200px;
}

.index-btn06 a {
    background-color: #e6e8e6;
    width: 200px;
    display: block;
    
}

@media screen and (min-width: 992px) {
	.index-aboutBox {
        display: flex;
		flex-direction: row;
		width: 100%;
/*		height: 50vw;*/
        max-width: 1200px;
        margin: 0 auto;
	}
    
    .index-aboutBox-inner:first-child {
        width: 60%;
        margin-bottom: 50px;
    }
    
    .index-aboutBox-inner:last-child {
        width: 40%;
        margin-left: 0;
        margin-top: 50px;
    }
    
    .index-btn06 {
        width: 600px;
    }
    .index-btn06 a {
        width: 600px;
        height: 120%;
        margin: 0 auto;
    }
}

/*---------------------------------------------*/
/* index.html #index-gallery
============================================== */
#Page-top .index-galleryBox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    position: relative;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-top: 100px;
}

.index-galleryBox-inner {
	width: 100%;
    
}

.index-galleryBox-inner:first-child {
    padding-top: clamp(40px, 3vw, 50px);
    padding-bottom: clamp(40px, 3vw, 50px);
    padding-left: clamp(20px, 3vw, 50px);
    padding-right: clamp(20px, 3vw, 50px);
    width: 90%;
    background-color: #ffffff;
    z-index: 6;
}

.index-galleryBox-inner:last-child {
/*	padding: 10%;*/
	position: relative;
    background-position: center;
    /* 背景画像の上に半透明の白色グラデーションを重ねる */
/*    background: url('../images/AdobeStock_250559169.jpeg');*/
    background-size: cover;
    background-position: center bottom;
    width: 90%;
    margin-left: 10%;
/*    margin-top: -30px;*/
}
/*

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    text-align: center;
}
*/

@media screen and (min-width: 992px) {
	#Page-top .index-galleryBox {
		flex-direction: row;
		width: 100%;
/*		height: 50vw;*/
        max-width: 1200px;
        margin: 150px auto 0 auto;
		max-height: 9999px;
	}
    
    .index-galleryBox-inner:first-child {
        width: 60%;
        margin-bottom: 50px;
    }
    
    .index-galleryBox-inner:last-child {
        width: 40%;
        margin-left: 0;
        margin-top: 50px;
    }
}

.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;
}