@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

/* ---------- Booking Package上書き ---------- */

#booking-package_schedulePage .closed{
	color: #CCC !important;
}
#booking-package_inputFormPanel .row{
	display: flex;
	gap: 10px;
	text-align: left;
	align-items: center;
}
#booking-package_inputFormPanel .name, #booking-package_serviceDetails .name, #booking-package_myBookingDetailsFroVisitor .name, #booking-package_myBookingDetails_panel .name, #booking-package-user-form .name, #booking-package-loginform .name, #booking-package-user-edit-form .name {
    display: inline-block;
    font-weight: normal;
    padding-bottom: 5px;
	width: 20%;
}
#booking-package_inputFormPanel .value, #booking-package_serviceDetails .value, #booking-package_myBookingDetailsFroVisitor .value, #booking-package_myBookingDetails_panel .value, #booking-package-user-form .value, #booking-package-loginform .value, #booking-package-user-edit-form .value {
    display: flex;
    font-weight: normal;
	flex: 1;
	gap: 10px;
}
#booking-package input[type=text], #booking-package textarea, #booking-package-user-form input[type=text], #booking-package-user-form input[type=password], #booking-package-user-form textarea, #booking-package-loginform input[type=text], #booking-package-loginform input[type=password], #booking-package-loginform textarea, #booking-package-user-edit-form input[type=text], #booking-package-user-edit-form input[type=password], #booking-package-user-edit-form textarea {
    border: 1px solid #d6d6d6;
    font-size: 16px;
    padding: 8px;
}
#booking-package_inputFormPanel .cartPanel,#booking-package_inputFormPanel .bottomBarPanel, #booking-package_pay_with_stripe_konbini .bottomBarPanel{
	display: inline-block;
	width: fit-content;
	margin: 0 5px;
	button{
		padding: 8px 25px;
		min-width: 120px;
	}
}
#booking-package_inputFormPanel .book_now_button, #booking-package_inputFormPanel .next_page_button, #booking-package-subscription_form .book_now_button{
    background-color: #f6a800;
    font-weight: bold;
    color: #FFF;
    border: solid 1px #999;
    border-radius: 3px;
}
#booking-package_inputFormPanel .return_form_button {
    background-color: #EEE;
    border: solid 1px #999;
    border-radius: 3px;
}

#booking-package_calendarPage .available_day .symbolPanel{
	text-decoration: underline;
	color: #0000ff !important;
}

/* ---------- メイン ---------- */
div#main_img {
    margin-bottom: 30px;
    margin-left:auto;    /* 左側マージンを自動的に空ける */
    margin-right:auto;   /* 右側マージンを自動的に空ける */
}

div#top_area {
    margin-left:37px;    /* 左側マージンを自動的に空ける */
    margin-right:37px;   /* 右側マージンを自動的に空ける */
    overflow: hidden;
}

#contents{
    width: 1100px !important;
}
@media screen and (max-width: 1100px){
    #contents{
        width: 90% !important;
    }
}

#main h2{
    font-size: 26px;
    font-weight: bolder;
    color: #7cc4c4;
    margin: 10px 0px 30px;
}

/* ---------- top_area ---------- */
div#menu_area {
    width: 265px;
    float: left;
}
div#main_area {
    width:100%;
}
#gallery{
	background: url(../topimg/overlay01.png) repeat 0 0 / auto,url(../topimg/topimg202305.jpg) no-repeat 0 0 / cover;
    width: 100%;
    height: 600px;
}
#gallery .inner{
	display: block;
	width: 100%;
	max-width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#gallery .inner .logo{
	position: absolute;
	top: calc(50% - 40px);
	left: -50px;
}
#gallery .inner .catch01,
#gallery .inner .catch02{
	display: none;
}
#gallery h1{
    font-weight: bold;
    font-size: 18px;
    background-color: #d6ecec;
    position: absolute;
    right: 0;
    top: 90px;
    padding: 4px 33px;
}
@media screen and (max-width: 1300px){
	#gallery .inner .logo{
		left: 10px;
	}
}
@media screen and (max-width: 1200px){
	#gallery .inner .catch01{
		right: 0.5em;
	}
	#gallery .inner .catch02{
		right: 2.3em;
	}
	#top-works_area > ul > li:nth-last-child(1) {
		display: none;
	}
}
@media screen and (max-width: 1000px){
	#gallery{
        height: 500px; 
        position: relative;
    }
	#top-works_area > ul > li:nth-last-child(1) {
		display: none;
	}
	#top-works_area > ul > li:nth-last-child(2) {
		display: none;
	}
}
#main .lead{
	text-align: left;
	margin-right: 8em;
}
#main .lead p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	line-height: 2.0;
}
#main .lead p.tit{
	font-size: 50px;
	color: #aaa;
	position: relative;
	display: inline-block;
}
#main .lead p.tit::after{
	content: '';
    background-color: #aaa;
    width: 200px;
    display: block;
    height: 1px;
    position: absolute;
    top: 55%;
    left: 110%;
}

    .copyarea{
        width: 88%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: auto;
        margin-top: 70px;
    }
    .copyarea .about{
        width: 9%;
        margin-top: 57px;
    }
    .copyarea .about img{
        width: 100%;
        margin-left: 25px
    }
    .top-underimg{
        width: 84%;
    }
    .top-underimg img{
        width: 100%;
    }
    .copy-text{
        font-size: 15px;
        width: 50%;
        background-color: #ffffffc4;
        text-align: left;
        margin-top: -170px;
        position: relative;
        padding: 40px;
        font-family: sans-serif;
        font-weight: bold;
        color: black;
        margin-bottom: 100px;
    }

    .service{
        width: 100%;
    }
    .title{
        width: 117px;
        margin-left: 40px;
    }
    .title img{
        width: 100%;
    }
    .service-inner{
        width: 84%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto;
        background-color: #dfefef;
        padding: 48px 79px;
        margin-top: -10px;
        margin-bottom: 40px;
    }
@media (max-width: 460px){
	.buner1{
		display: none;
	}
}
.buner2{
	display: none;
}
@media (max-width: 460px){
	.buner2{
		display: block;
		width: 99%;
		margin: auto;
		margin-top: -42px;
	}
	.buner2 a img{
		width: 100%;
	}
}
    .service-inner .ser{
        width: 20%;
    }

    .service-inner .ser img{
        width: 100%;
    }
	@media screen and (max-width: 1200px){
	.copy-text {
		width: 64%;
		margin-top: -50px;
	}
	.service-inner {
		width: 73%;}
	#gallery h1 {
    font-weight: bold;
    font-size: 18px;
    background-color: #d6ecec;
    position: absolute;
    right: 0;
    top: 69px;
    padding: 4px 33px;
}
}
.buner1{
	margin-bottom: 45px;
}
@media screen and (max-width: 460px){
    #gallery{
        height: 400px; 
        position: relative;
    }
    #gallery h1{
        font-size: 12px;
        padding: 4px 6px;
        bottom: 12px;
        top: auto;
        } 
    }
    @media screen and (max-width: 460px){
        .copyarea{
            margin: auto;
            width: 100%;
            margin-top: 40px;
        }
        .top-underimg {
            width: 100%;
        }
        .copyarea .about{
            display: none;
        }
         .copy-text{
            width: 90%;
            padding: 17px;
            margin: auto;
            margin-top: -21px;
            margin-bottom: 50px;

        }
        .title {
            width: 117px;
            margin-left: 40px;
            margin: auto;
        }
        .service-inner{
            margin: auto; 
            width: 90%; 
            padding: 0;
        }
        .service-inner .ser {
            width: 48%;
            margin-top: 6%;
            
        }
        .service{
            background-color: #dfefef;
            padding: 25px 0;
            padding-bottom: 40px;
            margin-bottom: 70px;
        }
        .top-contact {
            display: block;
        }
        .top-contact a {
            display: block;
            width: 100%;
            margin-top: 1%;
        }
    }

/* ---------- main_area ---------- */
div#ifream_area {
    width: 565px;
    border: 1px solid #edece7;
    background-color: #fffae8;
    margin-bottom: 10px;
}


div#read_area {
    width: 486px;
    _width: 567px;
    background-color: #6faf51;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    padding-top: 16px;
    padding-right: 42px;
    padding-bottom: 14px;
    padding-left: 39px;
    text-align: left;
    margin-bottom: 10px;
}

div#bt_area {
    margin-bottom: 10px;
}

div#bnr_area {
    margin-bottom: 10px;
}

div#bnr_area p {
    font-size: 11px;
    line-height: 15px;
    color: #807962;
    margin-bottom: 30px;
}

/* ---------- info ---------- */

#nav {
    list-style: none;
    overflow: hidden;
    margin-left: 32px;
    margin-bottom:-18px;
    margin-top: 17px;
  }
   
  #nav li {
    
    text-align: center;
    
    float: left;
  }
   
  #nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }

div#info_area_base {
    width: 100%;
    font-size: 12px;
    line-height: 150%;
    margin: 0px;
    padding: 5px;
    background-color: #fffae8;
    text-align: left;
}

div#info_area_base td {
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdbdc;
}

div#info_area_base .day {
    color: #86857B;
}
div#info_area_base p {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: #689E3A;
    font-size: 12px;
    margin: 0px;
    line-height: 18px;

}

/* ---------- service_area ---------- */
div#service_area {
    width: 168px;
    font-size: 11px;
    line-height: 15px;
    color: #807962;
    background-image: url(../topimg/area.gif);
    height: 50px;
    padding-top: 26px;
    padding-right: 10px;
    padding-left: 87px;
    text-align: left;
}


/* ---------- fair_area131010 ---------- */



div#fair_area131010 {
    margin-bottom: 10px;
}

div#fair_area131010 #point1 {
    background-image: url(../topimg/131010_fair02.jpg);
    background-repeat: no-repeat;
    height: 199px;
    text-align: left;
}

div#fair_area131010 #point1 img{
    margin-top: 40px;
    margin-left: 40px;
}

div#fair_area131010 #point1 p{
    width: 205px;
    margin-top: 12px;
    margin-left: 40px;
    font-size: 12px;
    line-height: 18px;
    color: #625E5F;
}

div#fair_area131010 #point2 {
    background-image: url(../topimg/131010_fair03.jpg);
    background-repeat: no-repeat;
    height: 209px;
    text-align: left;
}


div#fair_area131010 #point2 img{
    margin-top: 45px;
    margin-left: 40px;
}

div#fair_area131010 #point2 p{
    width: 205px;
    margin-top: 12px;
    margin-left: 40px;
    font-size: 12px;
    line-height: 18px;
    color: #625E5F;
}

/* ---------- leftsaide_area ---------- */
.mt03 { margin-top:3px;}

/*----------- product_catch ------------*/
.product_catch {
    background: url(../topimg/product_catch.png) no-repeat center center;
    height:175px;
    position: relative;
    overflow: hidden;
    width: 538px;
    padding:40px 17px 5px;
    margin-bottom: 20px;
}

.product_catch li {
    list-style: none;
    float: left;
    margin-right: 16px;
}

.product_catch li:nth-child(2n) {
    margin-right: 0;
}

/*
#gallery img{
    margin-bottom:19px;
    width: 100%;
    margin-top: 70px;
}
*/
.categories{
    margin-bottom: 45px;
}
.categories h2{
    margin-bottom: 17px;
}

.categories ul{
    width: 880px;
    background-color: antiquewhite;
    margin: auto;
    display: contents;
}

.categories ul li{
    display: inline;
}

.categories ul li img{
    width: 32%;
}

.work-recommended{
    margin-bottom: 50px;
}

.recommended-iner{
    width: 48%;
}


.recommended-iner a:link {
        color:#525252;
    }
.recommended-iner a:visited { color: #525252 }
.recommended-iner a:hover { color: #f6a800; }
.recommended-iner a:active { color: #f6a800; }

.recommended-iner h3{
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin-top: 6px;
    color: #689e3a;
}

.recommended-iner p{
    text-align: left;
}

.work-recommended-content{
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 50px;
}

.top-contact{
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    margin-bottom: 23px;
}

.top-contact a{
    display: block;
    width: 49%;
    margin-top: 1%;
}

.top-contact a img{
    width: 100%;
}

.totop a:link {
    color: #507d2b;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    border: 0;
    margin-bottom: 43px;
}

#top-works_area{
    margin-bottom:20px;

}


#top-works_area ul li,
#info_area ul li{
    list-style: none;
    font-size:12px;
    text-align: left;
}

#top-works_area ul li a,
#info_area ul li a{
    color:#689e3a;
    font-weight: bold;
}

#top-works_area ul li a h3{
    font-size:14px;
    font-weight: bold;
    margin:3px 0;
}

#top-works_area ul li a:hover,
#info_area ul li a:hover{
    color:#f6a800;
}

#top-works_area ul li a:hover img{
    opacity: 0.7;
}

#top-works_area > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: left;
    width: 96%;
    margin: auto;
    justify-content: space-between;
    margin-top: 29px;
    border-top:none;
}



#top-works_area > ul > li{
    width:173px;
}



#top-works_area .works_tax_list li{
    display: inline-block;
}

#top-works_area .works_tax_list .workstax{
    display: block;
    font-size: 11px;
    color:#fff;
    background-color: #f6a800;
    margin:0 5px 5px 0;
    border-radius: 5px;
    padding:4px 6px;
    line-height:1;
    font-weight: normal;
}

#top-works_area .works_tax_list .workstax:hover{
    opacity: 0.7;
}

.bannerarea ul li{
    display: inline-block;
}

body .modal {
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
  body .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%; }
  body .modal__content {
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 530px; }
    @media (max-width: 1000px) {
      body .modal__content {
        width: 80%; } }
    @media (max-width: 460px) {
      body .modal__content {
        width: 80%; } }
    body .modal__content .modal01-inner {
       }
      @media (max-width: 460px) {
        body .modal__content .modal01-inner {
          display: block; } }
      body .modal__content .modal01-inner .area {
        width: 50%; }
        @media (max-width: 460px) {
          body .modal__content .modal01-inner .area {
            width: 100%; } }
        body .modal__content .modal01-inner .area img {
          width: 100%; }
      body .modal__content .modal01-inner .area-text {
        width: 46%; }
        @media (max-width: 460px) {
          body .modal__content .modal01-inner .area-text {
            width: 100%; } }
body .modal__content .modal01-inner .mainimg{
	width: 100%;
}
body .modal__content .modal01-inner .mainimg img{
	width: 100%;
}
body .modal__content .modal01-inner .coronalink{
	display: block;
    width: 210px;
    margin: auto;
    font-size: 15px;
    padding: 9px 0px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    color: white;
    background-color: #e95412;
}
    body .modal__content .modal02-inner .flee {
      margin: 0;
      font-size: 28px;
      color: #828282;
      text-align: center; }
      @media (max-width: 460px) {
        body .modal__content .modal02-inner .flee {
          font-size: 16px; } }
    body .modal__content .modal02-inner .text02 {
      color: #828282;
      margin: 0px; }
      @media (max-width: 460px) {
        body .modal__content .modal02-inner .text02 {
          margin-bottom: 10px;
          font-size: 12px; } }
      @media (min-width: 461px) {
        body .modal__content .modal02-inner .text02 br {
          display: none; } }
    body .modal__content .modal02-inner a {
      display: block;
      font-size: 90px;
      text-align: center;
      text-decoration: none; }
      @media (max-width: 460px) {
        body .modal__content .modal02-inner a {
          font-size: 39px; } }
.corona{
	width: 80%;
    margin: auto;
    display: none;
}
@media (max-width: 460px){
	.corona{
	width: 90%;
}
}
.corona img{
	width: 100%;
}
.coronalink{
    
	display: block;
    width: 210px;
    margin: auto;
    font-size: 15px;
    padding: 9px 0px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    color: white !important;
    background-color: #e95412;
    margin-bottom: 50px;
    display: none;
}
