/**
Theme Name: Astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body {
	background-color: #f7f5f1;
}
body a{
	text-decoration: none;
}
.overflow {
    overflow: hidden;
    max-width: 100px
}
.ast-container {
    max-width: 100%;
}
/*パンクズリスト*/
.breadcrumb li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.breadcrumb li::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #81cc91;
        position: absolute;
    right: -20px;
    top: 55%;

}
.breadcrumb li:last-child {
    margin-right: 0;
}
.breadcrumb li:last-child::after {
    display: none;
}
.breadcrumb a {
  color:#33230b;
  text-decoration: none!important;
}
.breadcrumb a:hover {
  color:#81cc91;
}
#menu-1-6ed402d0 a {
	transition: ease-in .3s;
}
#menu-1-6ed402d0 a:hover {
	 color: #81cc91;
}
/*top テキストボックスクローバー*/
.textbox  {
    text-align: center;
}
.textbox .top_copy {
        margin: 0;
}
.top_copy {
    font-size: 18px;
    color: #00a496;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0;
    
}
.top_copy span {
    display: inline-block;
    background:linear-gradient(transparent 60%, #fef5b6 60%);
    margin-bottom: 10px;
}
	.top_copy .pc {
		display: block;
    background:linear-gradient(transparent 60%, #fef5b6 60%);
    margin-bottom: 10px;
	}
		.top_copy .sp {
		display: none;
	}
/*予約の流れ*/
.flow_box {
    background: #fff;
    border-radius: 30px;
}
.flow_box .btnwrap {
    width: 32%;
    margin: 0 0.5%;
}

.flow_title {
    display: flex;
    align-items: center;
    justify-content: center;
		font-family: マメロン, sans-serif;
}
.flow_title span{
    color: #81cc91;
    font-size:50px;
    font-weight: bold;
font-family: "Montserrat", Sans-serif!important;
padding-right: 8px;
}

.bg_yellow {
    background-color: #fffccc;
    border: 2px dotted #feec69;
    padding: 40px 40px;
    border-radius: 20px;
	
}
.bg_yellow p {
    margin: 0;
}
.bg_yellow .flow_mini {
    font-size: 24px;
    color: #6cc692;
    font-weight: 500;
    padding-bottom: 14px;
}
.bg_yellow p{
    font-size: 18px;
}
.bg_yellow .flow_adress {
    font-size: 16px;
}
.bg_yellow .flow_tel {
    color:#6cc692;
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px
}
.bg_yellow .flow_tel a{
    color:#6cc692;
	text-decoration:none;
}
.bg_yellow .flow_tel span {
    font-size: 16px;
    padding-right: 4px;
}

}

@media (max-width: 769px) {
.flow_box {
	margin-top: 50px;
}
	.bgbox {
    max-width: 1000px;
    margin: 0 20px;
    border-radius: 30px;
}

.elementor-13 .elementor-element.elementor-element-df0d15a > .elementor-container,
.elementor-13 .elementor-element.elementor-element-98cf4e9 > .elementor-container,
.elementor-13 .elementor-element.elementor-element-7bbadab > .elementor-container{
    max-width: 100%;
}
.flow_box .btnwrap {
    width: 100%;
    margin: 20px auto 0;
}
}

@media (max-width: 1024px) {
			.flow_box .btnwrap {
		width: 100%;
		margin: 20px auto 0;
	}
}
@media (max-width: 575px) {
	.flow_title span{
    font-size:40px;
}
.flow_title {
    font-size: 24px!important;
}
.bg_yellow {
    padding: 20px;
    border-radius: 20px;
}
.bg_yellow .flow_mini {
    font-size: 18px;
    padding-bottom: 6px;
}
.bg_yellow .spanbk {
    display:block;
    margin-bottom: -20px;
}


}

/*top メニュー*/
.card_menu {
    max-width: 320px;
	    margin: 0 auto;
  box-shadow: 0px 0px 21.87px 5.13px rgba(247, 245, 241, 0.77);
}
.card_menu .elementor-image-box-title {
    border-bottom: 3px dotted #81cc91;
    display: inline-block;
}

.card_menu .elementor-image-box-description {
    padding: 0 20px;
    text-align: left;
}
.card_menu .menu_btn a{
        display: block;
    background-color: #81cc91;
    color: #fff;
    text-decoration: none;
    width: 260px;
    height: 60px;
    text-align: center;
    margin: 30px auto 0;
    line-height: 60px;
    border-radius: 30px;
    font-weight:500;
    font-size: 18px;
    border: 1px solid #81cc91;
box-sizing: border-box;
    
}
.card_menu .menu_btn a:hover {
    background-color: #fff;
    color: #81cc91;   
}


/*画像　角丸*/
.br_img img{
    border-radius: 30px;
}
/*pageheader*/
.bgbox {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 30px;
}


@media (max-width: 769px) {
	.bgbox {
    margin: 0 20px;

}
}
@media (max-width: 575px) {
	.breadcrumb li {
	font-size:12px;
}
.top_copy {
    font-size: 16px;
	}
	.top_copy span {
    display: block;
    background:linear-gradient(transparent 60%, #fef5b6 60%);
    margin-bottom: 10px;
}
	.top_copy .pc {
		display: none;
	}
		.top_copy .sp {
		display: block;
    background:linear-gradient(transparent 60%, #fef5b6 60%);
    margin-bottom: 10px;
	}
	.flow_title span{
    font-size:40px;
}
		.bgbox {
    margin: 0;
    border-radius: 0;
}
	
	.card_menu .menu_btn a{
    font-size: 14px;
    
}

}

/*メニュー*/
.bg_yellow.price {
    text-align: center;
}
.bg_yellow .price_title{
 font-size: 28px;
font-weight: bold;
 display: inline-block;
 border-bottom: 2px dotted #81cc91;
 padding-bottom: 10px;
 color: #81cc91;
}

.bg_yellow ul{
 font-size: 24px;
 margin-top: 20px;
 list-style: none;
 margin-right: 20px;
	line-height:1.6;
	
}
.bg_yellow.price p {
    text-align: left;

}

@media (max-width: 575px) {
.bg_yellow.price {
padding: 40px 20px;
}
.bg_yellow.price .price_title{
 font-size: 24px;

}

.bg_yellow ul{
 font-size: 20px;
 margin-right: 30px;
	
}
.bg_yellow.price p {
    font-size: 14px;
}

}
.flex-none{
       max-width: 1000px;
    margin: 0 auto; 
}
.flex-none .elementor-container{
    display: block;


}
.w_100 {
    width: 100%!important;

}

.green {
      background: #81cc91;
      border-radius: 30px;
      width: 240px;
      height: 60px;
      font-weight: bold;
      font-size: 15px;
     
}
.pure-button-primary{
	background: #81cc91!important;
}
