@charset "utf-8";

/* *****共通設定***** */
body {
	font-family: 'Noto Serif JP','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

* {
	font-family: 'Noto Serif JP','Noto Sans JP','M PLUS 2', sans-serif;
	color: #333;
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

strong {
    font-family: 'Noto Serif JP','Noto Sans JP','M PLUS 2', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900;
}

p {
	font-size: 110%;
}

#order p{
    font-size: 100%;
    text-align: left;
    padding-left: 50px;
}

price p{
    font-size: 100%;
    text-align: left;
    padding-left: 0;
}

@media screen and (max-width: 767.98px) {
	p {  font-size: 100%; }
}

.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;
}

@media screen and (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
	color: #5B5B5B;
}

main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}


.gray {
    color: #6c757d;
}

.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-top: 60px;
	padding-bottom: 60px;
}

section.index-top {
	padding-top: 20px;
}

@media screen and (min-width:767.98px) {  
	section.index-top {
		padding: 15vh 0;
	}
}


/* 個別ページのsection　背景を白に */
#Page-contact section {
	background-color: #ffffff;
}

/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1.service-midashi {
	font-size: 2rem;
	background: linear-gradient( #1EAB5E , #333333);
	padding: 1rem;
	color: #fff;

}

h2, h3{
   color: #401f0f;
}

h3 {
	font-size: 180%;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.midashi-udline {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 0.5px solid #333;
	letter-spacing: 0.2rem;
	display: inline-block;
}

/*---------------------------------------------
よく使う指示
===============================================*/
.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}



/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	width: 100%;
	height: 60px;
    background: rgba(0, 0, 0, 1.0);
}

.headerFrame {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.headerFrame .inner-left {
	background-color: red;
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.inner-left .bg-red {
	background-color: #000;
    position: fixed;
    top: 10px;
    right: 70px;
    height: 40px;
    z-index: 100;
    padding: 6px 7px;
}

@media screen and (min-width: 768px) {
	header {
		display: none;
		height: 0;
	}

	.navbar-nav {
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	
	.navbar {
		background-color: rgba(0,0,0,1.0);
		padding: 0;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.nav-sub {
	font-size: 10px;
	color: #ccc;
	display: block;
}

.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 .nav-link {
	font-size: 100%;
	font-weight: 600;
}

.top-naviimg a img {
	height: 40px;
	width: auto;
	margin: 10px 0;
}

.top-naviimg a {
	color: #000;
	font-size: 140%;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.navTel p, .navTel-pc {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.5rem;
	color: #feaa5f;
}

@media screen and (min-width: 768px) {
	.nav-item .nav-link {
		font-size: 14px;
	}
}

.navbar .navbar-collapse{
    flex-grow: 0;
}

.nav-link {
	color: #eeeeee!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);
}

.pc-naviicon {
	display: flex;
	position: absolute;
	top: 0;
	right: 30px;
}

/*---------------------------------------------*/
/* breadcrumb
============================================== */
.breadcrumbBox {
	background-color: #9E9E9F;
	padding: 5px 0;
}

.breadcrumb {
	margin-bottom: 0!important;
}

.breadcrumb-item a, .breadcrumb-item.active {
	color: #333;
}

ol.breadcrumb.bg-white.mb-5.rounded-0 {
    padding: 25px 0;
    overflow: hidden;
}

/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Page-office .main-bar {
	background: url("../images/mainbar-office2.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-business .main-bar {
	background: url("../images/mainbar-business2.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	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 p {
    font-size: 1.5rem;
	letter-spacing: 0.15em;
    margin: 0 auto;
    color: #333;
	text-align: center;
}

.main-bar p span {
    text-transform: uppercase;
}

.main-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 150px;
	width: 100%;
}

.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;
}

@media screen and (max-width: 767.98px) {
	.main-bar {
		height: 120px!important;
	}
    
	.main-bar-img img {
		height: 45px;
	}
}

/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/
/* メイン画像 */


@media screen and (min-width: 768px) and (max-width:991.98px) {
	.TEL img {
/*		width: 40%; */
		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;
	}
}

/*---------------------------------------------

banner指示

===============================================*/

.banner_logo a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
    padding: 30px 0 0 0;
    display: block;
    font-size: calc(1.275rem + 0.3vw);
}

.bannerbox{
    display: block;
	background-color: rgba(0,0,0,1.0);
}


/*---------------------------------------------

order.html　のオーダーの流れ

===============================================*/

span.sabtitle {
    font-size: 18px;
    margin-left: 50px;
}


.modal-data__border-arrow-block:first-child {
    border-top: none;
}

.modal-data__border-arrow-block-wrap {
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 80%;
}


.modal-data__border-arrow-block {
    display: table;
    width: 100%;
    border-bottom: 1px solid #000;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 0;
    border-top: 1px solid #000;
}

.modal-data__step-image {
    padding: 20px 50px;
    width: 112px;
    display: table-cell;
    vertical-align: middle;
    border-right: solid 1px #000;
}

.modal-data__step-image__text {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.modal-data__step-image__img {
    width: 70px;
}

.modal-data__border-arrow-block:after {
    content: '';
    display: block;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
    border-top: solid 11px #000;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -26px;
    margin-bottom: 0;
}

.modal-data__border-arrow-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.modal-data__border-arrow-block:after :last-child {
    display: none;
}

.modal-data__step-text__title {
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 50px;
    border-bottom: none;
}

.modal-data__step-text__text {
    font-size: 14px;
    line-height: 1.7em;
}

.modal-data__border-arrow-block:last-child:after {
    display: none;
}


@media screen and (max-width: 769.99px) {
    
    .bannerbox {
    display: none;
}
}





@media screen and (max-width: 750px) {
    
       .modal-data__border-arrow-block-wrap {
        max-height: none;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    
        .modal-data__border-arrow-block {
        display: block;
        margin-bottom: 27px;
        padding: 0;
    }
    
    .modal-data__step-image {
        padding: 0;
        width: 100%;
        display: block;
        border-right: none;
    }
    
    .modal-data__step-image__text {
        padding-left: 0;
        font-size: 16px;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        line-height: 25px;
    }
    
        .modal-data__step-image__img {
        width: 25px;
        position: absolute;
        right: 0;
        top: 5px;
    }
    
    .modal-data__border-arrow-block:after {
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        border-top: solid 7px #000;
        margin-left: -8px;
        bottom: -19px;
    }
    
    .modal-data__step-text__title {
        font-size: 16px;
        line-height: 1.7em;
        margin-bottom: 15px;
        text-align: left;
        padding-left: 50px;
        border-bottom: solid 1px #000;
        padding-bottom: 5px;
}

    
    #Page-order p {
    padding-left: 0;
}
    
    span.sabtitle {
    font-size: 18px;
    margin-left: 0;
}
    
    
}


/*---------------------------------------------

order.html　の料金

===============================================*/

#price {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, .5), /* 半透明の白色 */ rgba(0, 0, 0, .5)),url(../images/order_price_287_0.jpg);
}



#price h1.short-udline {
    color: #ffffff;
	text-transform: uppercase;
}


.modal-data__border-block-wrap {
    max-height: calc(100vh - 150px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 80%;
}

.modal-data__border-block:first-child {
    border-bottom: none;
}

.modal-data__dl-list {
    padding: 22px 0 3px;
    width: 100%;
    font-size: 16px;
    letter-spacing: .05em;
    color: #fff;
}

.modal-data__dl-list__dt {
    width: 200px;
    margin-bottom: 18px;
    padding-left: 30px;
    float: left;
    clear: left;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: left;
}

.modal-data__dl-list__dd {
     border-left: 1px solid #fff;
    margin-left: 210px;
    padding-left: 40px;
    margin-bottom: 18px;
    line-height: 20px;
    color: #fff;
    text-align: left;
    letter-spacing: 0.2em;
}


#price .breadcrumb-item + .breadcrumb-item::before {
    color: white;
}


@media screen and (max-width: 750px) {
    .lightmodal .modal-content {
        max-width: 100%;
    }
    
    .modal-content .section__contents__modal {
        padding: 16px;
    }
    
        .modal-data__dl-list {
        padding: 10px 0 10px;
        font-size: 13px;
    }
    
    .modal-data__dl-list__dt {
        width: auto;
        margin-bottom: 5px;
        display: inline-block;
        padding-left: 0;
        padding-bottom: 0;
        float: none;
        clear: none;
        line-height: 1.5em;
        border-bottom: 1px solid #fff;
    }
    
    .modal-data__dl-list__dd {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 15px;
        line-height: 1.5em;
        text-align: center;
    }
    
    
}



/*---------------------------------------------

works.html

===============================================*/



#Page-works .bi-caret-right-fill::before {
    color: #fff;
}


#Page-works .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

#Page-works .breadcrumb {
    padding: 25px 0;
    overflow: hidden;
    margin-bottom: 0 !important;
}

#works {
    background-position: top 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, .3), /* 半透明の白色 */ rgba(0, 0, 0, .3)),url("../images/works01_297_0.jpg");
}



#Page-works h1.short-udline {
    color: #ffffff;
}

#Page-works span.sabtitle {
   color: #ffffff;
}


.works_insta {
    border: 1px solid #fff;
    width: 300px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
}


a.insta-btn {
    color: white;
}

.works_insta:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .5);
}

@media screen and (max-width: 750px) {
    .works_insta {
        width: 231px;
        top: 30px;
        font-size: 16px;
    }
}



/*---------------------------------------------

company.html　の料金

===============================================*/

#access {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, .5), /* 半透明の白色 */ rgba(0, 0, 0, .5)),url(../images/company_access_295_0.jpg);
}



#access h1.short-udline {
    color: #ffffff;
}

#access span.sabtitle {
    color: #ffffff;
}


.map {
    display: flex;
    justify-content: space-between;
    width: 95%;
    padding: 30px 0;
}

.map-syosai {
    width: 100%;
	margin-bottom: 30px;
}

@media (min-width:992px) {
	.map {
		width: 80%;
	}

	.map-syosai {
		width: 48%;
		
	}

	.map-syosai:last-child {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

p.text {
    color: white;
    text-align: left;
    /* margin-left: 20%; */
}

p.text a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .5);
}

a.map-btn {
    border: solid 1px;
    padding: 5px 10px;
    color: white;
	max-width: 200px;
	font-size: 10px!important;
}


#company ol, #company ul {
    padding-left: 1.2rem;
}

td.torihiki {
    display: flex;
    justify-content: space-between;
    line-height: 1.8rem;
}


#company ul.pl-0 {
    padding-left: 1.2rem;
}

#table01 ul li a {
    color: #333;
}

#access .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}


@media screen and (max-width: 750px) {
    
    /* .map {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 30px 0;
		flex-direction: column;
	} */
    
    
	p.text {
		color: white;
		text-align: center;
	}
    
    #company ul.pl-0 {
		padding-left: 0;
	}
}


@media only screen and (max-width: 480px) {
.works_insta {
        width: 170px;
        top: 30px;
        font-size: 12px;
    }
    
    .pl-0{
    padding-left: 0;
}
}


/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

table#table01 {
    margin: 30px auto;
}

#table01 th {
    width: 30%;
	max-width: 130px;
}


/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}



/*---------------------------------------------

contact.html

===============================================*/
.syosai .text {
    text-align: center;
}

p.mail img {
    width: 4%;
}


section.syosai {
    background: #F3F3F3;
    margin: 60px auto;
}

.info-container {
    background: #fff;
    border: 2px solid #ccc;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 48px auto 0;
    flex-wrap: wrap;
}

.contact, .hours {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}

.hours p {
    margin: 0;
}

.divider {
    width: 1px;
    background-color: #ccc;
    margin: 10px 20px;
}

.contact {
    font-size: 30px;
    margin: auto;
    text-align: center;
}

a.tap-call {
    color: #333;
    text-decoration: none;
	font-size: 2.5rem;
}

p.mail {
    line-height: 2rem;
}

@media (max-width: 767.98px) {
    .info-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .divider {
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }
}




.formFrame {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    border: none;
    border-bottom: 0.5px solid #aaa;
    margin-bottom: 30px;
}

.formFrame .form-naiyou {
	width: 100%;
	padding: 10px 0 25px;
	background-color: #ffffff;
	border: none;
}

.formFrame .form-koumoku {
	width: 30%;
	padding: 10px 0;	
}

.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;
}


.box1-2 {
	margin: 2em auto;
	padding:3em 5em;/*内側余白*/
	border:double 5px #CCCFD6;/*線の種類・太さ・色*/
}

sup.red {
    color: red;
}

textarea.form-control {
    height: 120px;
}


/* smart-phone */
@media screen and (max-width:767.98px) {
	.formFrame .form-naiyou {
		width: 100%;
		padding: 10px 0;
		border-top: none;
		border-bottom: none;
		
	}
	.formFrame {
        width: 100%;
        padding: 10px 0;
        border-bottom: 0.5px solid #aaa;
    }
    
    p.mail img {
    width: 8%;
}
    
    .formFrame .form-koumoku {
    width: 50%;
    padding: 10px 0;
}
    
    .box1-2 {
    margin: 2em auto;
    padding: 3em 1em;
    border: double 5px #CCCFD6;
    width: 95%;
}

}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	
    
	.formFrame .form-naiyou {
		width: 100%;
		padding: 10px 0;
		border: none;
	}
    
	.formFrame .form-koumoku {
		width: 100%;
		padding: 10px 0;
		border: none;
	}
    
    
    
    p.mail img {
    width: 5%;
}

}

.age-group {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.age-group div {
	width: 49%;
	padding: 0.25em 0em;
}

@media screen and (max-width:991.98px) {
	.age-group div {
	    width: 49%;
		padding: 0.25em 0em;
    }
}


.btn-rvform {
	text-align: center;
	margin: 30px auto;
}

.btn-rvform .form-contact {
	background: #fff;
    border: 2px solid #ccc;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: block;
    max-width: 800px;
	margin: 5px auto;
	text-decoration: none;
	color: #333;
	text-align: center;
	font-size: 1.3rem;
}

.btn-rvform .form-contact:hover {
	background: #ccc;
}

/*---------------------------------------------
footer
===============================================*/
#footer{
	background-color: #000;
    margin-top: auto;
}

#footer-contents {
	margin: 60px 0;
}

#footer-contents a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
    margin: 0 0 20px 0;
	display: block;
    font-size: calc(1.275rem + 0.3vw); /* fs-4 */
}

#footer-contents a img.footer-logo {
    width: 200px;
}

#footer-contents p {
	color: #ddd;
}

#footer address p {
    margin-bottom: 0.5rem;
	color: #ddd;
}

#copyright{
    background-color: #1d1c1c;
	font-size: 60%;
}

#copyright p {
    text-align: center;
    margin-bottom: 0;
    padding: 1rem 0;
	color: #ddd;
}

#copyright p a {
    text-decoration: none;
    color: #ddd;
}

.sns-icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100px;
}

/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* index.html #sec-access
============================================== */
#sec-access {
	background-color: rgba(254,170,95,.15);
}

#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;
}


@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 #Topmenu
============================================== */
#Page-top .menuBox {
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}

.menuBox .innerFrame01, .menuBox .innerFrame02 {
	display: flex;
	flex-wrap: wrap;
}

.menuBox .innerFrame02 {
	width: 100vw;
	height: 50vw;
	/* background-image: url(../images/menu-04.jpeg); */
	background-size: cover;
	background-color: rgba(255,255,255,.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.menuBox .innerFrame02 img {
    position: absolute;
	object-fit: cover;
	width: 100%;
	height: 50vw;
	opacity: 1.0;
}

.menuBox .innerFrame02::after {
	content: '';
	background: rgba(218, 76, 76, 0.9);
	position: absolute;
	left: 0;
	z-index: 10;
}

.menuBox .innerFrame02 div {
	position: relative;
}

.menuBox .inner-sub50 {
	width: 100vw;
	height: 25vh;
	display: flex;
	flex-direction: column;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
}

.menuBox .inner-sub50:first-child {
	background-image: url(../images/index_order_IMG_4618.JPG);
}

.menuBox .inner-sub50:nth-child(2) {
	background-image: url(../images/index_factory_S__2916395_0.jpg);
}

.menuBox .inner-sub50:nth-child(3) {
	background-image: url(../images/index_company_IMG_4549.JPG);
}

.menuBox .inner-sub50:nth-child(4) {
	background-image: url(../images/index_furusato_S__2932752.jpg);
}

.menuBox .inner-sub50 p {
	color: #fff;
}

.menuBox .inner-sub50 p, .menuBox .inner-sub50 a {
	position: relative;
	z-index: 5;
}


@media screen and (min-width:992px) {
	.menuBox {
		flex-direction: row;
	}

	.menuBox .inner-sub50 {
		width: 50%;
		height: 40vh;
	}
}

.menuBox .inner-sub50:nth-child(1):after, .menuBox .inner-sub50:nth-child(2):after{
	content: '';
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}

.menuBox .inner-sub50:nth-child(3):after {
	content: '';
	background-color: rgba(0,0,0, .0);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}

.menuBox .inner-sub50:nth-child(4):after {
	content: '';
	background-color: rgba(0, 0, 0, .65);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}

/*---------------------------------------------*/
/* index.html #gyoumu
============================================== */
#Page-top #gyoumu {
	background:  url("../images/index-gyomu-back.jpeg") no-repeat center ;
	background-size: cover;
}

#Page-top .cbBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
}

#Page-top .cbBox .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	background-color: #fff;
	padding: 20px auto;
	height: 100%;
	box-shadow: 2px 2px 4px gray;
}

#Page-top .cbBox .inner a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#Page-top .cbBox .inner p {
	border-color: #feaa5f;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
}

a.btn-bottom {
	font-size: 1.5rem;
}

#Page-top .cbBox .inner:hover {
	color: #333;
	background-color: rgba(254,170,95,.15);
	background-color: #FEE3CA;
}

@media screen and (max-width:575.98px) {
	#Page-top .cbBox .inner {
		width: 100%;
		padding: 15px;
		margin-bottom: 10px;
	}
    
	#Page-top .cbBox .inner p {
		line-height: 1.4em;
	}
    
	#Page-top .cbBox .inner a {
	}
}

@media screen and (min-width: 576px) and (max-width:767.98px) {
	#Page-top .cbBox .inner {
		padding: 20px;
		width: calc(( 100% - 20px )/2);
		margin-bottom: 20px;
	}
}

@media screen and (min-width:768px) {
	#Page-top .cbBox .inner {
		padding: 20px;
		width: calc(( 100% -  40px )/3);
		margin-bottom: 20px;
	}
	
}
/*---------------------------------------------*/
/* index.html #sec-access
============================================== */
#sec-access .accessBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}

#sec-access .accessBox .inner-text {
	width: 47%;
}

#sec-access .accessBox .inner-img {
	width: 47%;
	flex-direction: column;
}

#sec-access .accessBox .inner-text img {
	width: 100%;
}
.Google-map {
    position: relative;
    width: 100%;
	margin: 0 auto;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-appearance:none;
}

.sp-map .Google-map {
	padding-top: 56.25%;
	margin: 30px 0;
}

@media screen and (max-width: 991.98px) { /* min-width: 320px */
	#sec-access .accessBox {
		flex-direction: column;
	}
    
	#sec-access .accessBox .inner-text {
		width: 100%;
		margin-bottom: 20px;
		order: 1;
	}
    
	#sec-access .accessBox .inner-img {
		width: 100%;
		order: 2;
	}
    
	#sec-access .accessBox .sp-map {
		order: 3;
	}

}

@media screen and (min-width: 992px)  { /* min-width: 320px */
	#sec-access .accessBox {
		flex-direction: column;
	}
    
	#sec-access .accessBox .inner-text {
		width: 47%;
		margin-bottom: 40px;
		order: 1;
	}
    
	#sec-access .accessBox .inner-img {
		width: 100%;
		order: 2;
		flex-direction: row;
		align-self: flex-start;
		justify-content: space-between;
		height: 56.25%;
		flex-wrap: wrap;
	}
    
	#sec-access .accessBox .inner-img .inner-address {
		width: 47%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
    
	#sec-access .accessBox .inner-img .inner-mapimage {
		width: 47%;
	}
	
	#sec-access .accessBox .sp-map {
		order: 3!important;
		width: 100%;
	}

	.Google-map {
		padding-top: 40%;
	}
}

/*---------------------------------------------*/
/* company.html
============================================== */
.aisatsuBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.aisatsuBox .inner-img {
	width: 30%
}


.aisatsuBox .inner-text {
	width: 65%;
	display: flex;
	flex-direction: column;
	align-content:space-between;
	height: 100%;
	margin-bottom: 30px; 
}

.aisatsuBox .inner-text p {
	flex-grow: 1;
	font-size: 14px;
}

@media screen and (min-width: 992px) and (max-width:1199.98px) {
	.aisatsuBox .inner-img {
		width: 30%;
	}

	.aisatsuBox .inner-text {
		width: 65%;
		display: flex;
		flex-direction: column;
		align-content:space-between;
	}
}

@media screen and (max-width:767.98px) {
	.aisatsuBox .inner-img {
		width: 100%;
	}
    
	.aisatsuBox .inner-img img {
		width: 100%;
	}
    
	.aisatsuBox .inner-text {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-content:space-between;
		height: 100%;
	}
}

/* 会社概要---------------------- */
.company-info {
	width: 80%;
	margin: 0 auto;
}

.company-info .company-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.company-line div.ccc {
	width: 70%;
}

.company-line div.ccc p {
    margin: 0;
}

.company-midashi {
	color: #4e454a;
	font-weight: bolder;
	padding-left: 2em;
	width: 30%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 250px;
}

.company-info .company-line:last-child {
	border-bottom: 0.5px solid #aaa;
}
 
@media screen and (max-width:767.98px) {
	.company-info {
		width: 100%;
	}
    
	.company-line div.ccc {
		width: 66%;
	}
    
	.company-line div.ccc p {
		margin: 0;
	}
    
	.company-midashi {
		font-weight: bolder;
		padding-left: 0em;
		padding-bottom: 0.5em;
		width: 33%;
	}
}

#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%;
	max-width: 750px;
	margin: 0 auto;
}

#sec-TOPcontact .contactBox div:nth-child(2) a.tap-call {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2.3rem;
	display: flex;
	text-decoration: none;
	color: #333;
	align-items: center;
	-webkit-appearance: none;
}

@media screen and (max-width: 767.98px) {
	#sec-TOPcontact .contactBox {
		flex-direction: column;
	}
    
	#sec-TOPcontact .contactBox div {
		margin-bottom: 10px;
	}
    
	#sec-TOPcontact .contactBox div:last-child {
		margin-bottom: 0;
	}
}


/*---------------------------------------------*/
/* business.html
============================================== */
#Page-business .top_sec {
    margin-bottom: 100px;
	position: relative;
}

.top_sec .top_sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	position: relative!important;
}
.top_sec_flex .inner-img {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative!important;
	width: 46%;
}
.top_sec .top_sec_flex .inner-text {
    width: 46%;
	position: relative;
}

.top_sec .top_sec_flex .inner-img img:first-child {
	z-index: 6;
	max-width: 55%;
	box-shadow: 2px 2px 4px gray;
}

.top_sec .top_sec_flex .inner-img img:last-child {
	position: absolute;
	right: 0;
	z-index: 5;
	max-width: 55%;
	top: 100px;
	box-shadow: 2px 2px 4px gray;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.top_sec_flex .inner-img {
		widtrh: 50%;
	}
	.top_sec .top_sec_flex .inner-text {
		width: 47%;
		position: relative;
	}
	.top_sec .top_sec_flex .inner-img img:first-child {
		max-width: 65%;
		box-shadow: 2px 2px 4px gray;
	}
	.top_sec .top_sec_flex .inner-img img:last-child {
		max-width: 65%;
		top:120px;
		box-shadow: 2px 2px 4px gray;
	}
}
@media screen and (max-width: 767.98px) {
	.top_sec .top_sec_flex {
		flex-wrap: wrap;
		position: relative!important;
	}
	.top_sec .top_sec_flex .inner-text {
		width: 100%;
	}
	.top_sec .top_sec_flex .inner-img {
		width: 100%;
	}
	.top_sec .top_sec_flex .inner-img img:first-child {
		max-width: 65%;
		box-shadow: 2px 2px 4px gray;
	}
	.top_sec .top_sec_flex .inner-img img:last-child {
		max-width: 55%;
		top:150px;
		box-shadow: 2px 2px 4px gray;
	}
}

.businesBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.businesBox .inner {
	width: 100%;
	margin-bottom: 50px;
}
.businesBox .inner h3 {
	border-color: #feaa5f;
	width:100%;
}

.business-icon {
	width: 1.75rem;
	padding: 0 5px 2px 0;
}

.index-schedule {
	max-width: 700px;
	margin: 30px auto 0 auto;
}

.index-schedule dl {
	display: flex;
	flex-direction: row;
	column-gap: 30px;
	margin-top: 30px;
	padding: 10px 0;
	border-top: 0.5px solid #aaa;
	
}

.index-schedule dl:last-child {
	border-bottom: 0.5px solid #aaa;
}




.calenderBox {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 40px;
}



@media screen and (min-width:768px) {
	.calenderBox {
		flex-direction: row;
	}

	.calenderBox div {
		width: 45%;
	}
}