@charset "UTF-8";
	
/*
Theme Name: WordPress for HUBERT
Author: 株式会社ヒューバート
Author URI: https://hubert.co.jp
Description: 
Version: 202109

*/

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, figure, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-weight: 400;
    vertical-align: baseline;
    background: transparent;
}

html {
	font-size: 62.5%;
	height:100%;
	-webkit-text-size-adjust:100%; /*iPhone 文字サイズ調整*/
	overflow-x: hidden; /*横スクロール非表示*/
} 

body {
	background: url(../img/top/bg_body.jpg) center top / cover no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	font:500 1.4rem/2 'Noto Sans JP',sans-serif;
	color: #1c1c1c;
}




/* remember to define focus styles! */
:focus {
    outline: 0;
}

i {
	font-style: normal;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

address {
	font-style:normal;
}

/* 二乗等の上付き文字 */
sup {
    vertical-align: super;
    font-size: smaller;
}

main {
	display: block; /*IE11対応*/
}

/*------------------------------------------------------------
	LINK
------------------------------------------------------------*/

a:link {
	color: #3D2F29;
	text-decoration: none;
}

a:visited {
	color: #3D2F29;
	text-decoration: none;
}

a:hover {
	color: #3A4B78;
	text-decoration: underline;
}

a:active {
	color: #3A4B78;
}

a:focus { 
	outline:none;
}

/* タップで電話 */
a[href*="tel:"] {
	text-decoration: none;
}

/*
@media only screen and (min-width: 768px) {

	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	
}
*/


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

.cf::after {
	content: "";
	display: table;
	clear: both;
}

br.pc {
	display: none;
}

@media only screen and (min-width: 481px) {
	
	br.sp {
		display: none;
	}
	
	br.pc {
		display: block;
	}

}

/* リスト */
ol, ul {
    list-style: none;
}

/* 画像 */
img {
	max-width: 100%;
	height: auto;
	display:block;/*画像の下の余白を消す*/
}

/* 太字・注意書き */
.bold {
	font-weight:bold;
}

.bold-border {
	font-weight:bold;
	text-decoration:underline;
}

.red,.attention {
	color:#CE4B4B;
}

.redBold {
	font-weight:bold;
	color:#CE4B4B;
}

.red-border {
	color:#CE4B4B;
	text-decoration:underline;
}

.red-bold-border {
	font-weight:bold;
	color:#CE4B4B;
	text-decoration:underline;
}

/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/

.gothic {
	font-family: "游ゴシック","Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.mincho {	
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*------------------------------------------------------------
	アニメーション
------------------------------------------------------------*/

.fade-in {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*------------------------------------------------------------
	背景画像 Webp対応
------------------------------------------------------------*/

/* WebP未対応のブラウザ用のスタイル */
.no-webp .element {
  background-image: url("image.jpg");
}
/* WebP対応のブラウザ用のスタイル */
.webp .element {
  background-image: url("image.webp");
 }


/*------------------------------------------------------------
	テキストの寄せ
------------------------------------------------------------*/

.justify {text-align: justify;}
.center {text-align: center;}

/* float */
.floatL {float: left;}
.floatR {float: right;}

/* テーブル */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------------
	フォームのデザイン
------------------------------------------------------------*/

/*iOS スタイル削除*/
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="number"],
textarea  {
	max-width: 100%;
	background: #f1f1f1;
	border-radius: 0;
	padding: 7px 5px;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	appearance: none;
}

/*項目のカラー（通常時）*/
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea {
  background: #f3f3f3;
  border: 1px solid #f3f3f3; /*フォーカス時と同じ太さに*/
}

/*項目のカラー（選択時）*/
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #f9e7ed;
	border: 1px solid #CE245F;
}

/*プルダウンデザイン変更*/
.customSelect { 
	max-width: 100%;
	min-width: 200px;
	border: 1px solid #ddd;
	padding: 5px 40px 5px 10px;
}

.customSelect:after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 8px;
	right: 20px;
} 

.customSelectInner {
	width: 100%!important;
	padding-left: 15px;
}

/* 元々のチェックボックス（非表示） */
input[type="checkbox"]{
    display: none;
}

/* チェックボックスの代わりを成すラベル */
input[type="checkbox"] + span{
    display: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0 10px 0 35px;
}

/* ラベルの左に表示させる正方形のボックス□ */
input[type="checkbox"] + span::before{
    content: "";
    position: absolute;
    display: block;
    background-color: #FFF;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid #bbb;
}

/* チェックが入った時のレ点 */
input[type="checkbox"]:checked + span::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -6px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #CE245F;
}


/*------------------------------------------------------------
	マージン
------------------------------------------------------------*/

.mb5 { margin-bottom:5px;}
.mb10 {	margin-bottom:10px;}
.mb15 {	margin-bottom:15px;}
.mb20 {	margin-bottom:20px;}
.mb25 {	margin-bottom:25px;}
.mb30 {	margin-bottom:30px;}
.mb35 {	margin-bottom:35px;}
.mb40 {	margin-bottom:40px;}
.mb45 {	margin-bottom:45px;}
.mb50 {	margin-bottom:50px;}
.mb55 {	margin-bottom:50px;}
.mb60 {	margin-bottom:60px;}
.mb70 {	margin-bottom:70px;}
.mb80 {	margin-bottom:80px;}
.mb90 {	margin-bottom:90px;}
.mb100 {margin-bottom:100px;}
.mb110 {margin-bottom:110px;}
.mb120 {margin-bottom:120px;}


/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/








/*
h4 {
	font-size:7.4vw;
	font-family: "m-plus-1p", sans-serif;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.3vw;
	margin-bottom: 30px;
}

h4 span {
	display: block;
	font-size:4.7vw;
	font-weight: 700;
	letter-spacing: 0.3vw;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	
	h4 {
		font-size:5.6rem;
		letter-spacing: 0.1rem;
		margin-bottom: 60px;
	}
	
	h4 span {
		font-size:3.6rem;
		letter-spacing: 0.1rem;
		margin-bottom: 10px;
	}
	
}
*/




/*------------------------------------------------------------
	汎用テキスト
------------------------------------------------------------*/

p.txt10 {
	font-size: 1rem;
	text-align:justify;
}

p.txt11 {
	font-size: 1.1rem;
	text-align:justify;
}

p.txt12 {
	font-size: 1.2rem;
	text-align:justify;
}

p.txt13 {
	font-size: 1.3rem;
	text-align:justify;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header {
	background: rgba(255,255,255,1);
	width:100%;
	height:50px;
	margin-bottom:20px;
	position:fixed; /*またはabsoluteで非固定*/
	top:0;
	left: 50%;
	transform: translateX(-50%);
	z-index:100;
	transition: .3s;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

header.is-scrolled {
	background: rgba(255,255,255,1);
}

header.fixed {
	top: 0!important;
}

@media only screen and (min-width: 768px) {
	
	header {
		width: 375px;
	}
	
}



header #siteID {
	display: block;
	background: url(../img/top/logo.png) center center / contain no-repeat;
	width: 168px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-indent: -9999px;
}

header .place {
    width: 120px;
    height: 34px;
    position: absolute;
    top: 6px;
    right: 10px;
}


header div#inner-head {
	width:96%;
	margin:0 auto;
}



a.modal-btn {
	font-size: 3rem;
	color: #fff;
	position: absolute;
	top: 0;
	left: 20px;
}

.menu-btn {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
	position: absolute;
	top: 34px;
	right: 20px;
    z-index: 100;
}

.menu-btn span {
    display: block;
    position: absolute;
    width: 70%;
    border-bottom: solid 1px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
}
.menu-btn span:nth-child(1) {
    top: 3px;
}
.menu-btn span:nth-child(2) {
    top: 11px;
}
.menu-btn span:nth-child(3) {
    top: 19px;
}

.menu-btn.active span {
	border-color: #000;
    border-bottom: solid 1px #000;
}

.menu-btn.active span:nth-child(1) {
    top: 10px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {

	
	.menu-btn {
		display: none;
	}

}

/*------------------------------------------------------------
	ドロワーメニュー
------------------------------------------------------------*/

#wrapper {
	position: relative;
	width: 100%;
	padding-top: 50px;
}


.drawer {
	background:rgba(29,29,29,0.95);
	width: 100%;
	height: 100%;
	padding: 80px 5vw 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: ease .3s;
	transition: ease .3s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}

.drawer.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*


.drawer {
	background: #f1f1f1;
	position: fixed;
	top: 0;
	right: 0;
	width: 260px;
	height: 100%;
	padding: 80px 15px 50px;
	-webkit-transform: translateX(260px);
	transform: translateX(260px);
	-webkit-transition: ease .3s;
	transition: ease .3s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 100;
}

.drawer.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
*/

.drawer section div.one-fourth {
	background-color: #fff;
	margin-bottom: 10px;
}

.drawer section div.one-fourth:last-child {
	background: #FFEC00;
	color: #000;
}

.drawer section div.one-fourth a {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
}

.drawer dl.normal-menu dt a,
.drawer dl.accordion-menu dt {
	font-weight: 500;
	padding: 8px 5px 7px;
	color: #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	position: relative;
}

.drawer dl.normal-menu dt a {
	display: block;
	text-decoration: none;
}


/*アロー*/
.drawer dl.accordion-menu dt:after {
	content: '\f105';
	font-size: 1.6rem;
	font-family: 'fontawesome';
	color: #1d1d1d;
	position: absolute;
	top: 6px;
	right: 11px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear; 
 }
  
.drawer dl.accordion-menu dt.active:after {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg); 
	top: 5px;
	right: 10px;
}

.drawer dl.accordion-menu dd.child {
    display: none; /*閉じておくアコーディオンにのみ設置*/
}

.drawer dl.accordion-menu dd.child ul li {
    border-bottom: 1px solid #1d1d1d;
}

.drawer dl.accordion-menu dd.child ul li a {
	display: block;
	padding: 8px 5px 7px 10px;
	position: relative;
	text-decoration: none;
}

.drawer dl.normal-menu dt a:after,
.drawer dl.accordion-menu dd.child ul li a:before {
	display: block;
	position: absolute;
	content: '';
	background: url('../img/arrow-right.svg') left top no-repeat;
	background-size: contain;
	width: 10px;
	height: 8px;
	top: 17px;
	right: 7px;
	z-index: 1;
}

.drawer dl.normal-menu dt a:after {
	right: 8px;
}

.drawer dl.accordion-menu dd.child ul li:last-child {
	margin-bottom: 15px;
}

/*------------------------------------------------------------
	コンテンツ：レイアウト
------------------------------------------------------------*/

.container {
	background: #fff;
	width:100%;
	margin: 0 auto;
}

.container .contents {
	width:100%;
	margin:0 auto;
	padding: 0 5%;
	position:relative;
}


@media only screen and (min-width: 768px) {
	
	.container {
		width: 375px;
	}

	
	.container .contents {
		padding: 0;
	}
	

}

/*------------------------------------------------------------
	RESPONSIVE GRID（flex-box）
------------------------------------------------------------*/

.flex-box {
	display:flex;
	flex-wrap:wrap;
	display: -webkit-flex; /*古いブラウザ用*/
	-webkit-flex-wrap: wrap;/*古いブラウザ用*/
}

/*テンプレ用 仮設定*/
.grid {
	margin-bottom:10px;
	/*↓2行 テンプレ判別用 実際には不要*/
	background:#f1f1f1;
	min-height:100px;
}

.fullwidth,
.one-half,
.one-third,
.one-third-left,
.one-third-right,
.two-third-left,
.two-third-right,
.two-fifth-left,
.two-fifth-right,
.three-fifth-left,
.three-fifth-right {
	width:100%;
}

.one-fourth,
.one-fifth {
	width:48%;
	margin-right:4%;
}

.one-sixth {
	width:32%;
	margin-right:2%;
}

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

	.one-fourth:nth-child(2n),
	.one-fifth:nth-child(2n),
	.one-sixth:nth-child(3n) {
		margin-right:0;
	}

}

@media only screen and (min-width: 768px) {
	
	.grid {
		margin-bottom:20px;
	}
	
	.one-half {
		width:48%;
		margin-right:4%;
	}
	
	.one-third,
	.one-third-left,
	.one-third-right {
		width:32%;
	}
	
	.one-fourth {
		width:23.5%;
		margin-right:2%;
	}
	
	.one-fifth {
		width:18.4%;
		margin-right:2%;
	}
	
	.one-sixth {
		width:15%;
	}
	
	.two-third-left,
	.two-third-right {
		width:66%;
	}
	
	.two-fifth-left,
	.two-fifth-right{
		width:38.8%;
	}
	
	.three-fifth-left,
	.three-fifth-right {
		width:59.2%;
	}
	
	.one-third,
	.one-third-left,
	.two-third-left,
	.two-fifth-left,
	.three-fifth-left {
		margin-right:2%;
	}
	
	.one-half:nth-child(2n),
	.one-third:nth-child(3n),
	.one-fourth:nth-child(4n),
	.one-fifth:nth-child(5n),
	.one-sixth:nth-child(6n) {
		margin-right:0;
	}
	
}
/*------------------------------------------------------------
	2カラム（サイドナビ有り）
------------------------------------------------------------*/

#side-left,
#side-right {
	display:none;
	/*↓2行 テンプレ判別用 実際には不要*/
	background:#3BC9B4;
}

#main-left,
#main-right {
	width:100%;
	/*↓2行 テンプレ判別用 実際には不要*/
	background:#DBD2F0;
}

@media only screen and (min-width: 768px) {
	
	#main-right,
	#main-left  {
		width:75%;
	}
	
	#side-left,
	#side-right {
		display:block;
		width:23.5%;
	}
	
	#side-left #side-conts,
	#side-left #side-conts {
		background: #900;
		position: sticky;
		top: 160px;
		left: 0;
	}

}

/*------------------------------------------------------------
	レスポンシブ動画（YouTube埋め込み）
------------------------------------------------------------*/

.embed-container { 
	position: relative;
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
	background: #fff;
	padding: 20px 0 65px;
	font-size: 1.2rem;
	color: #34502e;
	text-align: center;
	
}

/*------------------------------------------------------------
	フッターフロート
------------------------------------------------------------*/

#footer-menu {
  width: 100%;
  height: 0px;
  z-index: 300;
  overflow: none;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#footer-menu.show {
  height: 46px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#footer-menu div {
	width: calc(100% / 3);
	background: rgba(0,0,0,0.6);
	background: -webkit-linear-gradient(#885205 0%, #ffffff 30%);
	height: 46px;
	text-align: center;
}

#footer-menu div.one-half {
	width: calc(100% / 2);
	height: 46px;
	text-align: center;
}


#footer-menu div:first-child a:link {
	background: #1b6e34;
}

#footer-menu div:nth-child(2) a:link,
#footer-menu div.one-half:nth-child(2) a:link {
	background: #EA6A1C;
}

#footer-menu div:nth-child(3) {
	background: #EA6A1C;
}

#footer-menu div:nth-child(2) div:nth-child(3) {
	background: #EA6A1C;
}

#footer-menu div a {
	display: block;
	font-size: 1.2rem;
	color: #fff;
	line-height: 46px;
	text-decoration: none;
}



/*------------------------------------------------------------
	横スクロールコンテンツ
------------------------------------------------------------*/

.scroll-area {
	  overflow-x: scroll;
	  overflow-y: hidden;
	  -webkit-overflow-scrolling: touch;
}

/*横スクロールするラップ全体の設定*/
.scroll-area .scroll-wrap {
	width: 3000px;/*読み込み時に崩れないように。最終的にJSで上書きしてる。*/
	 height:190px; 
}

/*横スクロールするアイテム単体の設定*/
.scroll-area .scroll-wrap .scroll-item {
	width: 230px;
	height: auto;
	margin-right: 10px;
	float: left;
}

@media only screen and (min-width: 768px) {
	
	.scroll-area {
		overflow-x: hidden;
	}
	
	/*横スクロールするラップ全体の設定*/
	.scroll-area .scroll-wrap {
		width: 1180px!important; /*JSで自動取得する幅を強制リセット */
		margin: 0 auto;
		height:auto; 
	}
	
	/*横スクロールするアイテム単体の設定*/
	.scroll-area .scroll-wrap .scroll-item {
		width: 32%; /*個別に設定 or ここで一括設定 */
		margin: 0 0 20px;
	}
	
	.scroll-area .scroll-wrap .scroll-item:not(:nth-child(3n)) {
		margin-right: 2%;
	}
	
}

/*------------------------------------------------------------
	ページトップへ
------------------------------------------------------------*/

#page-top {
    background: var(--top-button);
    width: 56px;
    height: 56px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    position: fixed;
    bottom: 60px;
    right: 5%;
    display: block;
    color: #fff;
    border-radius: 40px;
    z-index: 10000;
}

#page-top:hover {
	text-decoration: none;
}

#page-top i {
    font-size: 1.6rem;
	line-height: 1;
	margin-top: 6px;
}

#page-top span {
	display: block;
	font-size: 1rem;
	line-height: 1.3;
}



/*------------------------------------------------------------
	並び替え
------------------------------------------------------------*/

@media only screen and (max-width: 812px) {
	
	.order-01 {
		order: 1;
	}
	
	.order-02 {
		order: 2;
	}
	
	.order-03 {
		order: 3;
	}
	
	.order-04 {
		order: 4;
	}
	
	.order-05 {
		order: 5;
	}
	
	.order-06 {
		order: 6;
	}
	
	.order-07 {
		order: 7;
	}
	
	.order-08 {
		order: 8;
	}
	
	.order-09 {
		order: 9;
	}
	
	.order-10 {
		order: 10;
	}
	
	.order-11 {
		order: 11;
	}
	
	.order-12 {
		order: 12;
	}
		
}

