@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.custom #wprmenu_menu_ul {
	padding: 4rem;
    display: flex;
    width: 60%;
    margin: 4rem auto;
    border: double 5px #c19787;
    flex-wrap: wrap;
}

.wprmenu_bar #custom_menu_icon.hamburger {
	background-color:transparent;
	top:53px;
}

#mg-wprm-wrap {
	background-color:rgb(255, 255, 255, 0.8);
}

.l-fixHeader:before {
	background: #D0C2B5;
	opacity:0.6;
}

/*お問合せ画面カスタマイズ*/
div.wpforms-container-full input[type=text],div.wpforms-container-full input[type=email],div.wpforms-container-full textarea {
	border-radius:50px!important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center!important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #426AB3 !important;
　　border-radius: 50px !important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
		background: #fff !important;
		color: #426AB3 !important ;
	    border: 2px solid #426AB3;
	    transition: 0.3s;
}

.wpforms-confirmation-container-full {
    background: #fff !important;
    border: 2px solid #426AB3 !important;
	border-radius:50px!important;
}

