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


/** 電話リンクスマホのみ **/
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


.w70 {width: 70%; margin: 0 auto;}
@media (max-width: 768px) {
	.w70 {width: 100%;}
}


/** header **/
.l-header {
	background: rgba(255,255,255,0);
}

.l-topTitleArea {
	margin-top: -88px;
	min-height: 212px;
}

@media (min-width: 600px) {
	.l-topTitleArea {
		min-height: 512px;
	}
}



/** Gmenu **/
.gmenu {
	padding: 10px 20px;
	background: #003c3e;
	border-radius: 10px;
}
.gmenu a {color: #fff;}
.gmenu a:hover {color: #cfdb00;}

.gmenu p {margin-right: 20px !important;}
.gmenu p:last-child {margin-right: 0px !important;}

.btn-contact {}
.btn-contact a {
	color: #170604;
	text-decoration: none;
	padding: 5px 10px;
	background: #cfdb00;
	border-radius: 10px;
}
.btn-contact a:hover {background: #fff; color: #231815;}


/** H1 **/
.l-topTitleArea__body {
	position: unset;
	height: 100%;	/* 背景エリアに合わせる */
}
.c-pageTitle {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
	bottom: 5%;	/* 下からの距離 */
	font-size: 3em;
}
@media screen and (max-width:1020px){
	.c-pageTitle {
		max-width: 1020px;
		right: 5% !important;
	}
}
@media screen and (max-width:768px){
	.c-pageTitle {
		font-size: 1.8em !important;
		max-width: 100% !important;
		right: 5% !important;	/* 右からの距離 */
	}
}



/** page contents **/
.post_content {
	padding: 0 !important;
}

h2 {
	margin-left: 0 !important;
	font-size: 1.5em !important;
}

.p20 {padding: 20px;}

.area_white {
	background-color: #fff;
}

.table-deco {}
.table-deco th {
	font-weight: 500;
	width: 200px !important;
}
@media screen and (max-width:768px){
	.table-deco {}
	.table-deco th {
		font-weight: 700;
		width: 100% !important;
	}
	.table-deco td {
		border-top: 1px solid #fff;
		padding-top: 0;
	}
}



/** footer **/
.footer_common {
	color: #fff;
}
.footer_txt {
	padding: 0 70px !important;
}
@media screen and (max-width:768px){
	.footer_txt {
		width: 80% !important;
		margin: 0 auto !important;
		padding: 0px !important;
	}
}
.footer_txt a {color: #fff;}

.footer_contact {}
.footer_contact a {
	color: #170604 !important;
	background: #cfdb00 !important;
	padding: 10px 20px !important;
}
.footer_contact a:hover {background: #fff; color: #231815;}

.footer_link {
	text-align: right;
}
.footer_link a {color: #fff;}
@media screen and (max-width:768px){
	.footer_link {
		text-align: center !important;
	}
}

.l-footer span {display: none;}





