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

/* ヘッダー */
.l-header__bar{
    background-color: transparent;
    color: #000;
}

/* ページヘッダー */
.l-topTitleArea{
    min-height: 120px;
    background-color: #b29540!important;
}
.c-pageTitle{
    text-align: center;
}


/* 背景色 */
.bg-color{
    background-color: #FFF9F1;
    margin: 80px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}


/* ポイント */
.point-columns .wp-block-columns{
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 6px;
}
.point-columns .wp-block-columns .wp-block-column:first-of-type{
    color: #b29540;
}
.point-columns .wp-block-columns .wp-block-column:last-of-type a{
    color: #000;
}

.point-ttl{
    color: #b29540;
    margin-top: 80px;
    position: relative;
    padding: 0 55px;
}
.point-ttl:before, .point-ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40%;
  height: 1px;
  background-color:#b29540;
}

.point-ttl:before {
  left:0;
}
.point-ttl:after {
  right: 0;
}

.inner-columns{
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
    margin-top: 30px;
}

/* プラン料金 */
.price{
    border-bottom: 1px solid #b29540;
    padding-bottom: 8px;
    margin-top: 20px;
}

/* 流れ */
.timeline{
    background-color: #FFF9F1;
    padding: 10px;
    color: #b29540;
    margin-top: 40px;
}

/* トレーナー */
.name{
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

/* 画像 */
.w-100{
    width: 100%;
}
.w-100 img{
    width: 100%;
}

/* フッター */
.footer{
    background-color: #FFF9F1;
    margin: 80px calc(50% - 50vw) 0;
    padding: 80px calc(50vw - 50%);
}
.l-footer__foot{
    padding-top: 0;
}
.l-footer__foot, .l-footer__widgetArea{
    padding-bottom: 0;
}


/* ------- お問い合わせ ------------------- */

/* ContactFrom7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
    background-color: #FFF9F1;
    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: #D61313;
    margin-left: 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: #b29540;
	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: #b29540;
    border: 1px solid #b29540;
}





/* ------- スマホ ------------------- */

@media screen and (max-width: 960px){





}