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

/* フォント */
.font-1{
  font-family: "Baskervville", serif;
  font-weight: 600;
}
.font-2{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.font-3{
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}


/* 表示出しわけ */
.pc_contents{
display:block;
}
.sp_contents{
display:none;
}
@media not all and (min-width: 600px) {
.pc_contents{
display:none;
}
.sp_contents{
display:block;
}
}

.l-header__logo{
	display: none !important;
}

/* PCでハンバーガーメニュー表示 */
.sp_{
  display: block !important;
}
.is-hide-last--pc .p-postList__item:last-child, .p-spMenu {
 display: block !important;

}
.l-header__spNav{
	display:none;
}


/* ハンバーガーデザイン */
.icon-close-thin{
	color: #2f71b8;
}
.p-spMenu__inner{
	width:76%;
	max-width:410px;
}

.-menuBtn{
	color: white;
	background: #2f71b8;
	border-radius: 50%;
	transition: all, 0.6s;
	border: 3px solid #2f71b8;
}
.-menuBtn:hover{
  color: #2f6aac;
	background:#fff;
	transition: all, 0.6s;
}
.l-header__menuBtn{
	position:fixed;
	top:30px;
	right:30px;
}
.p-spMenu__closeBtn{
	top:30px;
	right:30px !important;
	border-radius: 50%;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 24px;
}
.p-spMenu__closeBtn button{
	background: #fff;
}

/* クリック時のスマホ開閉メニューの動きをドロワーからフェードに変更 */
.-right .p-spMenu__inner {
  transform: translateX(0);
  opacity: 0;
  transition: opacity 0.6s;
}

[data-spmenu="opened"] .p-spMenu__inner {
  transform: translateX(0);
  opacity: 1;
}

@media not all and (min-width: 600px){
	.top #content{
    padding-top: 2em !important;
}
	.l-header__menuBtn,.p-spMenu__closeBtn{
		top:20px;
		right:20px !important;
	}
}

/* ハンバーガーメニュー　中身 */
.p-spMenu__body{
	padding: 64px 40px 20px;
}
.c-listMenu a {
	line-height:1.1;
}
.c-listMenu a{
	padding: .75em 1em 1em 1em;
	transition: all, 0.4s;
}
.c-listMenu a:hover{
background:#fff;
	padding: .75em 1em 1em 1em;
	border-color:#2f71b8;
	transition: all, 0.4s;
}
.c-listMenu a:before {
	display:none;
}
.c-widget__title{
	display: none;
}
#gnav{
	display: none;
}
.menu-item{
	font-size: 18px;
	color: #2f71b8;
	font-family: "Shippori Mincho", serif;
  font-weight: 600;
	letter-spacing:2px;
}
.c-spnav .desc {
    margin-left: 0;
    white-space: nowrap;
}
.c-smallNavTitl{
	font-size:13px;
}

@media not all and (min-width: 600px){
	.menu-item:not(:first-child){
	font-size: 16px;
	}
	.c-listMenu a,.c-listMenu a:hover{
	padding: 0.75em 0.5em 1em 0.5em;
}
.p-spMenu__body {

    padding: 20px 30px 40px;
	}
}

#custom_html-3{
max-width:300px;
}
#custom_html-3 .hbg_banner_1{
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, .05);
	margin-bottom:12px;
}

/* シェアボタン */
.addtoany_shortcode{
	    text-align: right;
}
.addtoany_list a{
	padding: 0 8px !important;
}


/* フッター */
#before_footer_widget{
	display:none;
}
@media not all and (min-width: 960px) {
	#before_footer_widget{
		display:block;
}
}

/* コンテンツ下の余白調整 */
#content{
	    margin: 0 auto 2em;
}

.banner_area{
	justify-content:right;
	column-gap: 20px;
}
.banner_area_txt{
	padding-top:10px;
}
@media not all and (min-width: 960px) {
.banner_area{
display:block !important;
}
.banner_area a:first-child{
margin-bottom:10px;
}
.banner_area_txt{
text-align:left;
}
}


/* 下層 */
.page h1{
	text-align:center;
	font-weight:600px;
	letter-spacing:2px;
	font-family: "Shippori Mincho", serif;
}
.l-header{
box-shadow:none;
}
#breadcrumb{
	display:none;
}


/* お問い合わせフォーム */
.red {
    color: #dc6060;
    padding-left: 5px;
}
.contact-wrap{
  width:100%;
  max-width: 700px !important;
  margin: 0 auto;
}
textarea,.input-area {
	width:100%;
  max-width: 700px !important;
}
.contact-wrap tr, .contact-wrap tr th, .contact-wrap tr td {
    display: block;
	border:none;
	 font-weight: normal;
}
.post_content th{
	background:none;
	font-size: 16px;
	letter-spacing:2px;
	font-family: "Shippori Mincho", serif;
	font-weight:700 !important;
}
.table-list{
	margin-bottom: 20px;
}
.table-list td{
		width:100%;
	padding-top: 0;
	font-size: 16px;
	}
input{
	padding: 8px;
}
input::placeholder{
	opacity: 0.4;
}
.contact-btn{
  text-align: center;
}
.submit-button,.return-btn{
  letter-spacing: 2px;
  font-size: 15px;
	width: 250px;
    height: 50px;
    line-height: 32px;
	text-align: center;
	transition:all .4s;
	margin-bottom: 14px;
	color:#fff;
}
.submit-button{
	border:1px solid #2f71b8;
	background:#2f71b8;
}
.return-btn{
	border:1px solid #888;
	background:#888;
}
.submit-button:hover,.return-btn:hover{
	transition:all .4s;
  background:#fff;
	color:#000;
}
.mw_wp_form_confirm .contact-wrap{
	margin-bottom:24px;
}
.mw_wp_form_confirm .contact-wrap tr{
	margin-bottom:14px;
}
.mw_wp_form_confirm .contact-wrap tr td{
	background: #f7f7f7;
}
.mw_wp_form_confirm .contact-wrap tr td{
	background:none;
}
.top_back_btn{
	max-width:460px;
	margin:0 auto;
}
.top_back_btn a{
	font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media not all and (min-width: 960px) {
.table-list td{
	padding: 0 0 20px;
	}
	.mw_wp_form_confirm .table-list td{
	padding:12px 8px;
	}
	.input-area, textarea{
		width:100%;
	}
}

/* 地域別　詳細ページ */
.coming-soon{
  text-align: center;
  letter-spacing: 2px;
  font-size: 22px;
  color: #2f71b8;
  height: 200px;
}
#content-hotspot-94{
	display: none;
}
