@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
*/

.montserrat, .c-gnav>.menu-item>a .ttl, .c-pageTitle {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.heading-title h1 {
	margin-bottom: 0 !important;
}
.back-color {
	background:linear-gradient(90deg, #c9ba3e 0%, #c9ba3e 45%, #fdfdfd 45%, #fdfdfd 100%);
}
.three-column {
	background: #fff;
    padding: 15px !important;
    box-shadow: 0px 0px 15px -5px #777777;
}
/*お問い合わせ*/
.hissu {
	font-size: .8em;
	color: #952B01;
}
.wpcf7 input, .wpcf7 textarea {
	width: 100%;
}
.wpcf7-submit {
	background: #333;
    color: #fff;
    margin-top: 1em;
    padding: 10px;
}
/*フッター*/

#custom_html-7 {
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
#custom_html-7 iframe {
	vertical-align: bottom;
}
#footer .wp-block-heading {
	font-size: 2em;
}
.phone-number {
	font-size: 2em;
    font-weight: bold;
    margin-left: 5px;
}
.widget_swell_sns_links .c-iconList {
    justify-content: flex-start;
}

#menu-header-3 {
	 margin: 0 0 0 auto;
    display: flex;
    width: 60%;
    flex-wrap: wrap;
}

.c-listMenu a {
    border-bottom: none;
}
@media screen and (max-width: 1023px) {
	#menu-header-3 {
    width: 100%;
    margin: 0 auto 0 0;
}
}