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

.text80{ font-size: 80% !important;}
/*お問い合わせ*/
.hissu {
	font-size: .8em;
	color: #952B01;
}
.wpcf7 input, .wpcf7 textarea {
	width: 100%;
}
.wpcf7-submit {
	background: #333;
    color: #fff;
    margin-top: 1em;
    padding: 10px;
}
.post_content table.contact_tbl th{
	width: 200px;
	border: none;
	background: none;
}
.post_content table.contact_tbl td{
	border: none;
	background: none;
}
.required{
    font-size: 10px;
    line-height: 1.5;
    background: #dd9933;
    color: #fff;
    padding: 0 1em;
    border-radius: 5px;
	margin-left: .5em;
}
@media screen and (max-width: 782px) {
	.post_content table.contact_tbl th,
	.post_content table.contact_tbl td{
		display: block;
		width: 100%;
	}
}
/*フッター*/
#custom_html-7 iframe {
	vertical-align: bottom;
}
#custom_html-7 {
	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
#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.c-listMenu li {
    width: 150px;
}
.c-listMenu a {
    border-bottom: none;
}
@media screen and (max-width: 1023px) {
	#menu-header-3 {
    width: 100%;
    margin: 0 auto 0 0;
}
}
/* メインビジュアル */
.p-mainVisual__slideTitle{
	font-size: 2rem;
	font-weight: 700;
	text-shadow: 1px 1px 5px rgba(168, 112, 28, 0.8);
}
.p-mainVisual__slideText{
	margin-top:0;
	font-size: 3rem;
	font-weight: 700;
	text-shadow: 1px 1px 5px rgba(168, 112, 28, 0.8);
}
@media screen and (max-width: 782px) {
	.p-mainVisual__slideText{
		font-size: 2.6rem;
	}
}