@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
*/


.pc{
	display: block;
}
.sp{
	display: none;
}

.top #content{
    padding-top: 0;
}
.p-postSlider{
    display: none;
}

/* 背景色 */
.bg-color{
    background-color: #f6f6f6;
    margin: 80px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

/* ページヘッダー */
.l-content{
    padding-top: 0;
}
.c-pageTitle[data-style=b_bottom]{
    border: none;
    background-color: #AB8D53;
    color: #fff;
    margin: 0 calc(50% - 50vw) 60px;
    padding: 20px calc(50vw - 50%);
    text-align: center;
    font-size: 28px;
}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    border: none;
    padding-left: 0;
}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    float: none!important;
}


/* ------- トップページ ------------------- */

body{
    font-family: "Noto Serif JP", serif;
}

.h2-en{
    font-family: "Oooh Baby", cursive;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #AB8D53;
    transform: rotate(-7deg);
}
.midashi{
    font-size: 22px;
    letter-spacing: 0.05em;
}

h2{
    border-left: 4px solid #AB8D53;
    padding-left: 10px;
}
.cta h2{
    border-left: none;
    padding-left: 0;
}

.merit-columns p span{
    font-family: "Oooh Baby", cursive;
    font-size: 40px;
    line-height: 40px;
    color: #AB8D53;
    margin-right: 10px;
    transform: rotate(-7deg);
    width: 40px;
    display: inline-block;
}

h3{
    font-size: 18px!important;
    padding-left: 25px;
}
h3::before{
    content: "●";
    color: #AB8D53;
}

.access-table tr td{
    border: none;
    padding-left: 0;
}

.name{
    font-size: 20px;
}
.border-bottom{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.cta .wp-block-button__link{
    border: 1px solid #fff;
}
.cta .wp-block-button{
    width: 100%;
}
.cta .wp-block-button__link:hover{
    opacity: 0.7;
}

.links-wrapper{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;        /* ← 重要 */
    background-color: #f6f6f6;
    z-index: 10000;
    padding: 10px 0;
}
.links{
    max-width: 1200px; /* テーマに合わせて */
    margin: 0 auto;
}
.links .wp-block-columns{
    gap: 0!important;
}
.links p span{
    font-size: 24px;
}
.links figure{
    margin-right: 10px;
}
.links a{
    color: #333;
}

#pagetop{
    display: none;
}

.header-btn .wp-block-button .wp-block-button__link{
    font-size: 14px!important;
    padding: 8px 16px;
}




/* ------- お問い合わせ ------------------- */

/* ContactFrom7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 3% 3% 5%;
    margin-top: 50px;
}
.contact7 dd {
	margin: 0 0 30px 0;
    border-left: none;
    padding-left: 0;
}
.contact7 dd:last-of-type{
    margin-bottom: 0;
}
.contact7 dt {
	font-weight: normal;
    border-left: none;
    padding-left: 0;
}
span.wpcf7-spinner{
    display: none;
}
 
/* 必須マーク */
.contact7 .must {
	color: #fff;
    background-color: #D61313;
    font-size: 14px;
    padding: 1px 4px;
    margin-right: 10px;
    display: inline-block;
    line-height: 16px;
}
/* 任意マーク */
.contact7 .optional {
	color: #fff;
    background-color: #666;
    font-size: 14px;
    padding: 1px 4px;
    margin-right: 10px;
    display: inline-block;
    line-height: 16px;
}

.contact7 dt{
    margin-bottom: 20px;
    margin-top: 40px;
}
.contact7 dt, .contact7 dd{
    padding-left: 0;
}

p.text-center{
    text-align: center;
    margin-top: 40px;
}

.contact7 input, .contact7 textarea, .contact7 select{
    background-color: #fff;
}
.contact7 input.wpcf7-text, .contact7 textarea{
    width: 100%;
}
.contact7 select{
    margin-right: 10px;
    margin-left: 5px;
}
.contact7 .wpcf7-date{
    margin-right: 20px;
    margin-left: 10px;
}

.form-control{
    border-radius: 0;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 40%;
	background-color: #AB8D53;
	color: #fff;
    font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
    margin-top: 50px;
    padding-left: 2em;
    height: 44px;
    border-radius: 0;
    border: none;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #395492;
    border: 1px solid #395492;
}

