@charset "UTF-8";
	
/*
Theme Name: HUBERT THEME
Author: 株式会社ヒューバート
Author URI: http://www.hubert.co.jp
Description: 
Version: 20190915




*/


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

* {
	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: 300;
    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/bg_body.jpg) center center / cover no-repeat;
		background-attachment: fixed;
	width: 100%;
	height:100%;
	font:300 1.4rem/2 "游ゴシック","Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #0c0c0c;
}


@media only screen and (min-width: 813px) {
	
	body {
	}
	
	
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* 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;
}

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

.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;
}

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

.red,.attention {
	color:#9F3340;
}

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

.redBorder {
	color:#9F3340;
	text-decoration:underline;
}

.redBoldBorder {
	font-weight:bold;
	color:#9F3340;
	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, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0;
  padding: 0;
  -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: #edf4ff;
	border: 1px solid #4881d9;
}

/*プルダウンデザイン変更*/
.customSelect { 
	max-width: 100%;
	min-width: 200px;
	border: 1px solid #ddd;
	background: #fff url("../img/arrow_down.svg") 95% 14px no-repeat;
	background-size: 10px 10px;
	padding: 5px 40px 5px 10px;
}

.customSelectInner {
	width: 100%!important;
}

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

.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;}


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

div.container {
	width:100%;
	max-width:640px;
	padding-bottom: 40px;
	position: relative;
}

div.container img {
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 713px) {
	
	div.container {
		margin: 0 auto;
		padding-bottom: 150px;
	}
	
}

/*------------------------------------------------------------
	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: 813px) {
	
	.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;
	}
	
}


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

p#page-top a {
	display: block;
	background: #181C3A;
	width: 40px;
	height: 40px;
	font-size: 2rem;
	color: #fff;
	line-height: 40px;
	text-align: center;
	position: fixed;
	bottom: 90px;
	right: 5%;
	z-index: 10000;
    border-radius: 40px;
}

@media only screen and (min-width: 713px) {
	
	p#page-top a {
	    width: 70px;
	    height: 70px;
	    font-size: 3rem;
	    line-height: 70px;
	    bottom: 183px;
	    right: 50%;
	    transform: translateX(315px);
	}

}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/

a.button,
a.button::before,
a.button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a.button {
	display: block;
	background: #fff;
	width: 240px;
	max-width: 100%;
	line-height: 42px;
	text-align: center;
	text-decoration: none!important;
	color: #364F3E;
	position: relative;
	z-index: 2;
	border: 1px solid #364F3E;
	overflow: hidden;
}

a.button:hover {
  color: #fff!important;
  text-decoration: none;
}

a.button:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -20px;
}

a.button:hover:before {
	right: 17px;
}

a.button::after{
	display: block;
	content: '';
	background: #364F3E;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
}

a.button:hover::after {
  left: 0;
}


@media only screen and (min-width: 813px) {
	
	a.button {
		width: 280px;
		line-height: 56px;
	}

}

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

@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;
	}
		
}

