@charset "UTF-8";

/*
Theme Name:lucile-Web
Theme URI:
Description:lucile
Version: 0.92
Author: PictDesign
*/


/*==========================================
 all
===========================================*/
/**********
 base
**********/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{
	font-size:62.5%;
}

body{
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{ 
	display:block;
}


#mainNavi ul{
    list-style:none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after{
    content:'';
    content:none;
}

a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark{
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del{
    text-decoration: line-through;
}

abbr[title], dfn[title]{
    border-bottom:1px dotted;
    cursor:help;
}

/** table **/
table{
    border-collapse:collapse;
    border-spacing:0;
}

/** img **/
img{ vertical-align:bottom;}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/** hr **/
hr{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/** input select **/
input, select{
    vertical-align:middle;
}

/* ol ul */

ol, ul{ list-style: none;}

/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}

.cf { zoom: 1;}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both;}

/* clear */
.clear{ clear:both;}
.clearBlk{ overflow:hidden;}
/* after */
.afterBlk{}
.afterBlk:after{ 
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}


/**********
 common
**********/
/* margin */
.mBtmNone{ margin-bottom:none;}
.mBtm10{ margin-bottom:10px;}
.mBtm20{ margin-bottom:20px;}
.mBtm30{ margin-bottom:30px;}

.mTop5{ margin-top:5px;}
.mTop10{ margin-top:10px;}
.mTop20{ margin-top:20px;}
.mTop30{ margin-top:30px;}

/* padding */
.pBtmNone{ padding-bottom:none;}
.pBtm05{ padding-bottom:5px;}
.pBtm10{ padding-bottom:10px;}
.pBtm20{ padding-bottom:20px;}
.pBtm30{ padding-bottom:30px;}

.pTop10{ padding-top:10px;}
.pTop20{ padding-top:20px;}
.pTop30{ padding-top:30px;}

/* color */
.cRed { color:#e24000;}
.cOrg { color:#c60;}
.cGry { color:#666;}
.cBrwn{ color:#553b27;}
.cDred{ color:#990000;}
.cBlue{ color:#0059B9;}
.cGren{ color:#39954a;}
.cBGren{ color:#00a29e;;}


/* fontsize */
.fs120{ font-size:120%;}
.fs80{ font-size:80%;}


/** border **/
.underB{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #56503d;
}

/** align **/
.aCenter{ text-align:center;}
.aLeft{ text-align:left}
.aRight{ text-align:right;}


/** padding margin none **/
.pmNone{
	padding:0;
	margin:0;
}

/** margin center set **/
.centerSet{
	margin:0 auto;
}


/**********
 flexWrap
**********/
.flexWrap{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flexWrap_h{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items:flex-start;
}




/**********
 body
***********/
body{
    width:100%;
    background:#fff;
	font-family: 'Noto Sans JP', "Medium", "游ゴシック体", "Yu Gothic Medium",
		YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	color:#282828;
    line-height:1.62;
	font-size: 1.62rem;
	min-width:320px;
}

body *{
	font-family: 'Noto Sans JP', "Medium", "游ゴシック体", "Yu Gothic Medium",
		YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
	body{
		min-width:1079px;
		font-size: 1.58rem;
	}
}
@media only screen and (max-width: 768px) {
	body{
		font-size: 1.54rem;
		overflow-x: hidden;
	}
}



/**********
 a link
***********/
a{
    color:#2081E3;
    text-decoration:none;
}
a:visited{
    color:#2081E3;
    text-decoration:none;
}
a:hover{
    color:#3C9EE2;
    text-decoration:underline;
}

a:active{
    color:#3C9EE2;
    text-decoration:underline;
}

@media only screen and (max-width: 768px) {
	a {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		cursor:pointer;
	}
}


/*==========================================
 ページトップ
===========================================*/

.page-top {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: linear-gradient(270deg, #80B523 0%, #3C8434 100%) !important;
	border: solid 2px #fff;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}
.page-top__arrow {
	display: block;
	height: 10px;
	width: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateY(20%) rotate(-45deg);
}


/*==========================================
 リスト
===========================================*/
ul.commonList{
	width: 100%;
}
ul.commonList li{
	display:block;
	padding-bottom:9px;
	padding-right:9px;
	position: relative;
	padding-left:20px;
}

ul.commonList li:before{
	content: "\f111";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	padding-right:10px;
	font-size: .8rem;
	color:#ff5e79;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: -3px;
}

@media only screen and (max-width: 768px) {
	ul.commonList li:before{
		margin-top: 0;
		top: 6px;
	}
}


ul.commonList_midashi li{
	padding-bottom: 12px;
}
ul.commonList_midashi li > p:first-of-type{
	font-size: 1.1em;
	padding-bottom: 0;
	color: #ff5e79;
}

ul.commonList_midashi li:last-of-type{
	padding-bottom: 0;
}


ul.commonList_sub li{
	display:block;
	padding-bottom:9px;
	padding-right:30px;
	position: relative;
	padding-left:20px;
	font-size: 1.5rem;
}

ul.commonList_sub li:before{
	content: "\f111";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	padding-right:10px;
	font-size:0.6rem;
	color:#797979;
	position: absolute;
	top: 7px;
	left: 0;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
	ul.commonList_sub li:before{
		margin-top: 0;
	}
}



/*==========================================
 角丸ボタン
===========================================*/
.kadomaruBtn{
	border-radius:6px;
	width:100%;
	display:block;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	text-align:center;
	text-decoration:none;
	padding:7px 0;
	font-size:0.8em;
}

.kadomaruBtn span{
	padding-left:5px;
}



/*==========================================
 表示切り替え
===========================================*/

/** visible 選択項目のみ表示 **/
.visible_mb{ display:block;}
.visible_tb{ display:none;}
.visible_pc{ display:none;}

@media only screen and (min-width: 769px) and (max-width: 1050x) {
.visible_mb{ display:none;}
.visible_tb{ display:block;}
.visible_pc{ display:none;}
}

@media only screen and (min-width: 1051px) {
.visible_mb{ display:none;}
.visible_tb{ display:none;}
.visible_pc{ display:block;}
}

/** visible 選択項目のみ表示しない **/
.hidden_mb{ display:none;}
.hidden_tb{ display:block;}
.hidden_pc{ display:block;}

@media only screen and (min-width: 769px) and (max-width: 1050px) {
.hidden_mb{ display:block;}
.hidden_tb{ display:none;}
.hidden_pc{ display:block;}
}

@media only screen and (min-width: 1050px) {
.hidden_mb{ display:block;}
.hidden_tb{ display:block;}
.hidden_pc{ display:none;}
}

@media print{
.visible_mb{ display:none;}
.visible_tb{ display:none;}
.visible_pc{ display:block;}
.hidden_mb{ display:block;}
.hidden_tb{ display:block;}
.hidden_pc{ display:none;}
}



/*==========================================
 オンマウスでフェード
===========================================*/
.fade_on{
    transition: all 0.5s 0s ease;}
.fade_on:hover {
	opacity: 0.8;  
	filter: alpha(opacity=20); 
	background: #fff;
}


/*==========================================
 タイトル
===========================================*/

h2#title{
	text-align: center;
	margin-top: 50px;
}

h2#title span{
	width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	margin: 0 auto;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 3rem;
	font-weight: normal;
}

h3.title{
	font-size:2.7rem;
	text-align:center;
	margin-bottom:45px;
	font-weight:bold;
	color: #3E8534;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}

@media only screen and (max-width: 768px) {
	h2#title{
		padding:40px 0;	
	}
	h2#title p{
		font-size:3rem;
	}
	h3.title{
		font-size:2.5rem;
	}
}




/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{
	width:100%;
	clear:both;
	overflow:hidden;
	font-size:0.78em;
	text-align:left;
	padding: 10px 0 8px;
	margin-bottom:50px;
}
#breadcrumbs ol{
	display:block;
	width:96%;
	max-width:1080px;
	margin:0 auto;
}
#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
}
#breadcrumbs ol li:before {
	content: "　\f105　";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}
#breadcrumbs ol li:first-child:before {
  content:"";
}

#breadcrumbs ol li a{ color:#000;}

#breadcrumbs ol li a:hover,
#breadcrumbs ol li a:active{
    color:#3C9EE2;
    text-decoration:underline;
}



/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
header{
	width:100%;
	text-align:center;
	padding-bottom:25px;
}


@media only screen and (min-width: 769px) and (max-width: 960px) {
	header{
		min-height:120px;
		min-width:960px;
	}
}

@media only screen and (max-width: 768px) {
	header{
		padding-bottom:15px;
	}
}

#headTop_mb{
	display:none;
}
@media screen and (max-width: 768px) {
	/** headTop_mb **/
	#headTop_mb{
		display: block;
		background:#fff;
		text-align:left;
		width:100%;
		padding-top: 15px;
	}
	#headTop_mb #logo_mb img{
		width:180px;
		margin-left:15px;
	}
}

/** site-header **/
/** ヘッダーが出てくる **/
.site-header{
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    transition: .9s;
    width:auto;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}

/**********
 headContents
**********/

#headContents{
	width:100%;
	text-align:center;
}

@media screen and (max-width: 768px) {
	#headContents{
		display:none;
	}
}




/*********
 headLogo
**********/
#headContents #headContentsTop #headLogo{
	padding-top:16px;
	width: 132px;
}

#headContents h1{
	display:block;
	margin-left: 20px;
}

#headContents h1 img{
	width:100%;
	max-width: 250px;
	margin: 0 auto 0 0;
	display:block;
	vertical-align:bottom;
}




/** headContentsTop **/
#headContents #headContentsTop{
	width:100%;
}


/** headContentsTopInner **/
#headContents #headContentsTop #headContentsTopInner{
	padding-right:20px;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	background: #fff;
}

/** 追従固定　**/
#headContents_set.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	padding: 0;
}


/**********
 headConInner
**********/
#headContents #headContentsTop #headConInner{
	flex-grow: 1;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	text-align: left;
}


/*********
 mainNavi
**********/
#headContents #headContentsTop #headConInner #mainNavi{
	padding-top:20px;
	padding-bottom:10px;
	width: 100%;
	max-width:860px;
	margin:0 auto 0 0;
	
}

#headContents #headContentsTop #headConInner #mainNavi ul{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left: 15px;
}

#headContents #headContentsTop #headConInner #mainNavi ul li{
	display:block;
	min-height:25px;
	width:15.2%;
	text-align: center;
}

#headContents #headContentsTop #headConInner #mainNavi ul li:nth-of-type(3){
	width: 20%;
}
#headContents #headContentsTop #headConInner #mainNavi ul li:nth-of-type(5){
	width: 13%;
}

#headContents #headContentsTop #headConInner #mainNavi ul li:last-of-type{
	border-right:none;
}

#headContents #headContentsTop #headConInner #mainNavi ul li a{
	font-size:1.6rem;
	font-weight:400;
	text-decoration:none;
	color:#1a1a1a;
	padding:3px 0;
}

#headContents #headContentsTop #headConInner #mainNavi ul li a span{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}


#headContents #headContentsTop #headConInner #mainNavi ul li a:visited{
	color:#1a1a1a;
}

#headContents #headContentsTop #headConInner #mainNavi ul li a:hover,
#headConInner #mainNavi ul li a:active{
	color:#3C9EE2;
}


/** headCommon_entry **/
#headContents #headContentsTop #headCommon_entry{
	padding-top: 10px;
}
#headContents #headContentsTop #headCommon_entry a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.6rem;
	border-radius: 12px;
	width: 100%;
	max-width: 200px;
	border: 1px solid #ff5e79;
    transition: all 0.3s ease-out;
	background-image: linear-gradient(180deg, rgba(255, 170, 171, 1), rgba(248, 116, 127, 1));
}

#headContents #headContentsTop #headCommon_entry a:hover,
#headContents #headContentsTop #headCommon_entry a:active{
	background-image: linear-gradient(180deg, rgba(255, 164, 176, 1), rgba(247, 94, 110, 1));
}

#headContents #headContentsTop #headCommon_entry a span{
	display: block;
	padding: 12px 12px 10px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}



/**********
 toggle sp向けメニュー
**********/

.toggleWrap {
	position:relative;
}

/* */
.toggleNav{
	display:block;
	width:84%;
	padding-top:75px;
	margin:0 auto;
}

.toggleNav li{
	list-style-type: none;
	display: block;
	width:100%;
	border-bottom: 1px solid #444;
}


.toggleNav li a{
	display: block;
	color:#1a1a1a;
	text-decoration:none;
	font-size:1.8rem;
	line-height:1.26;
	padding: 6px 3px;
	text-align:left;
	
}

.toggleNav li:last-of-type a{
	margin-bottom:0;
}

.toggleNav li a p{
	display:block;
	padding:12px 0px 10px 10px;
	position:relative;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.toggleNav li a p:after{
	content: "\f054";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	width:12px;
	height:31px;
	position:absolute;
	right:5px;
	top:12px;
	color: #ff5e79;
}

.toggleNav li a:hover,
.toggleNav li a:active{
    color:#ff5e79;
}


/** taggleNav_other **/
#taggleNav_other{
	width:84%;
	margin:0 auto;
	padding:20px 0;
}

#taggleNav_other a{
    color:#fff;
	font-size: 1.7rem;
    border-radius:28px;
    text-decoration: none;
	text-align: left;
    outline: none;
    background: linear-gradient(180deg, #ffaab5 0%, #f8747f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
    display: block;
	width: 100%;
	margin-bottom: 15px;
}

#taggleNav_other a p{
    padding: 16px 30px 16px 10px;
	margin: 0 7px;
	position: relative;
}
#taggleNav_other a p:after{
	content: "\f054";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-size: 0.9em;
	width:12px;
	height:31px;
	position:absolute;
	right:5px;
	top:18px;
	color: #fff;
}


#taggleNav_other a#tNav_access {
}

#taggleNav_other a#tNav_contact {
}
/**
#taggleNav_other a#tNav_access p:after{
	content: "\f3c5";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	position:absolute;
	right:15px;
	top:18px;
	font-size: 1em;
}

#taggleNav_other a#tNav_contact p:after{
	content: "\f0e0";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	position:absolute;
	right:15px;
	top:18px;
	font-size: 1em;
}
**/

#taggleNav_other a:hover {
    color: #fff;
    background-position: 99% 50%;
}


/** taggleNav_phone **/
#taggleNav_phone{
	display:block;
	text-align:center;
	padding-top: 5px;
}

#taggleNav_phone{
	font-size:1.6rem;
	padding-top:10px;
}

#taggleNav_phone a{
	color:#538439;
	text-decoration:none;
	font-size:30px;
	margin-left:10px;
	font-weight:bold;
	display:block;
}

#taggleNav_phone span{
	display:block;
	font-size:12px;
	text-align:center;
	color: #414141;
}


@media screen and (min-width: 769px) {
  .toggleWrap {
    background: none;
    height: auto;
    position: static;
    padding: 0;
    margin-bottom: 20px;
  }
  .mainNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 670px;
    margin: 0 auto;
  }
  .navItem {
    padding: 5px 15px;
  }
  .navItem:hover {
    border-color: #ff5e79;
  }
  .animation {
  -webkit-transition: none;
          transition: none;
  }
  .hide {
    opacity: 1;
    visibility: visible;
  }
}


/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
#wrap{
	width:100%;
	background:#fff !important;
}
#container{
	padding:0 0 20px 0;
	margin:0 auto;
	overflow: hidden;
}

/*==========================================
 コンテンツ共通
===========================================*/


/**********
 コンテンツ区切り
**********/
.contentInner{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}


@media only screen and (min-width: 769px) and (max-width: 1082px) {
	.contentInner{
		width: 96%;
		max-width: 1050px;
	}

}
@media screen and (max-width: 768px) {
	.contentInner{
		width: 90%;
		max-width: 749px;
	}
}

/**********
 グラデーションボタン
**********/
/** a.pageLinkBtn **/
a.pageLinkBtn{
    display: inline-block;
    color:#fff;
	font-size: 1.7rem;
    border-radius:30px;
    text-decoration: none;
    outline: none;
    background: linear-gradient(180deg, #ffaab5 0%, #f8747f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}

/** a.pageLinkBtn_b **/
a.pageLinkBtn_b{
    background: linear-gradient(180deg, #ffa4b0 0%, #f7626e 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}


a.pageLinkBtn p{
    padding: 16px 36px 16px 30px;
	margin: 0 15px;
	position: relative;
}
a.pageLinkBtn p:after{
	content: "\f054";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-size: 0.9em;
	width:12px;
	height:31px;
	position:absolute;
	right:5px;
	top:18px;
	color: #fff;
}
a.pageLinkBtn:hover,
a.pageLinkBtn_b:hover{
    color: #fff;
    background-position: 99% 50%;
}

@media screen and (max-width: 768px) {
	a.pageLinkBtn{
		display: block;
		width: auto;
		max-width: 86%;
		margin: 0 auto;
		font-size: 1.68rem;
	}
	a.pageLinkBtn p{
		padding: 16px 36px 16px 20px;
		margin: 0 15px;
		position: relative;
	}
	a.pageLinkBtn p:after{
		right:5px;
		top:19px;
	}
}


/**********
 グラデーション背景色
**********/

/** 黄・ピンク **/
.gbg_yp{
	background-color: hsla(197.0000000000001, 0%, 100%, 1);
    background-image: radial-gradient(circle at 96% 96%, hsla(329.55882352941177, 100%, 94%, 0.5) 5%, transparent 86%), radial-gradient(circle at 5% 90%, hsla(55.36363636363606, 100%, 87%, 0.35) 13%, transparent 65%), radial-gradient(circle at 20% 4%, hsla(37.42857142857099, 100%, 94%, 0.87) 22%, transparent 56%), radial-gradient(circle at 74% 15%, hsla(333.52941176470586, 100%, 92%, 0.4) 13%, transparent 57%);
    background-blend-mode: normal, normal, normal, normal;
	padding-bottom: 90px;
}

/** 黄・黄 **/
.gbg_yy{
	background-color: hsla(197.0000000000001, 0%, 100%, 1);
    background-image: radial-gradient(circle at 96% 96%, hsla(329.55882352941177, 100%, 94%, 0.5) 5%, transparent 86%), radial-gradient(circle at 5% 90%, hsla(55.36363636363606, 100%, 87%, 0.35) 13%, transparent 65%), radial-gradient(circle at 20% 4%, hsla(37.42857142857099, 100%, 94%, 0.87) 22%, transparent 56%), radial-gradient(circle at 74% 15%, hsla(333.52941176470586, 100%, 92%, 0.4) 13%, transparent 57%);
    background-blend-mode: normal, normal, normal, normal;
	padding-bottom: 90px;
}

/**********
 グラデーション背景時見出し
**********/
h2.gbg_title{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

h2.gbg_title span{
	position: absolute;
	top: -30px;
	left: 50%;
	width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	margin: 0 auto;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 4rem;
	font-weight: normal;
}

@media only screen and (max-width: 769px) {
	h2.gbg_title span{
		font-size: 3.7rem;
		line-height: 1.3;
		top: -20px;
	}
}

/**********
 グラデーション背景時 上部説明
**********/
.gbg_topCom{
	padding-top: 90px;
}

.gbg_topCom .gbgTxt{
	flex: 1;
	max-width: 490px;
	font-size: 1.04em;
	line-height: 1.6;
}

.gbg_topCom .gbgImg{
	width: 480px;
}


.gbg_topCom .gbgTxt h3{
	font-size:2rem;
	font-weight: normal;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	display: block;
	line-height: 1.7;
	margin-bottom: 50px;
	margin-top: 25px;
}

.gbg_topCom .gbgTxt p{
	line-height: 1.6;
}

.gbg_topCom .gbgTxt p span{
	font-size: 2.5rem;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	color: #ff5e79;
}

.gbg_topCom .gbgImg img{
	width: 100%;
	max-width: 480px;
}


@media only screen and (max-width: 769px) {
	.gbg_topCom .gbgTxt{
		flex:auto;
		width: 100%;
		max-width: 100%;
		padding-bottom: 50px;
	}

	.gbg_topCom .gbgImg{
		width: 100%;
		text-align: center;
	}

	.gbg_topCom .gbgTxt h3{
		font-size:1.9rem;
		text-align: center;
		line-height: 1.7;
		margin-bottom: 30px;
		margin-top: 0;
	}

	.gbg_topCom .gbgTxt p{
		line-height: 1.6;
	}
	
}



/*==========================================
 フッター
===========================================*/

footer{
	margin-top: 150px;
	padding-top: 90px;
	background: url("./img/footerBg.png") repeat-x top;
}

/**********
 footNavi_common
**********/
#footNavi_top{
	background: #ffe0e0;
	padding: 50px 0;
	width: 100%;
}

#footNavi_top > div{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

#footNavi_top > div a,
#footNavi_top > div > div{
	display: block;
	width: 30%;
    background: linear-gradient(180deg, #ffffff 0%, #fef1f2 100%);
	border-radius: 4px;
	text-decoration: none;
	border: 1px solid #999;
}
#footNavi_top > div a div,
#footNavi_top > div > div div{
	padding: 20px 15px;
}

#footNavi_top > div a div span,
#footNavi_top > div > div div span{
	font-size: 2.6rem;
	color:#444; 
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}

#footNavi_top > div a#footNavi_line div span{
	background-position: 0 10px;
	position: relative;
	padding-left: 58px;
}
#footNavi_top > div a#footNavi_line div span:before{
	content: url(./img/footnavi_icon_line.png);
	position: absolute;
	left: 0;
	top: -5px;
}

#footNavi_top > div a#footNavi_insta div span{
	background-position: 0 10px;
	position: relative;
	padding-left: 58px;
}
#footNavi_top > div a#footNavi_insta div span:before{
	content: url("./img/footnavi_icon_insta.png");
	position: absolute;
	left: 0;
	top: -5px;
}

#footNavi_top > div a#footNavi_blog div span{
	background-position: 0 10px;
	position: relative;
	padding-left: 58px;
}
#footNavi_top > div a#footNavi_blog div span:before{
	content: url("./img/footnavi_icon_blog.png");
	position: absolute;
	left: 0;
	top: -5px;
}

@media only screen and (max-width: 768px) {
	#footNavi_top{
		padding: 40px 0;
	}
	#footNavi_top > div a,
	#footNavi_top > div > div{
		width: 100%;
		margin-bottom: 25px;
		text-align: left;
	}
	#footNavi_top > div a:last-of-type{
		margin-bottom: 0;
	}
	
	#footNavi_top > div a div,
	#footNavi_top > div > div div{
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content:space-between;
		align-items:flex-start;
		width: 90%;
		max-width: 640px;
		margin: 0 auto;
	}
	#footNavi_top > div a div img,
	#footNavi_top > div > div div img{
		margin: 10px 0 0 0;
		width: 48px;
	}
	#footNavi_top > div a div p,
	#footNavi_top > div > div div p{
		padding-top: 0;
		display: block;
		width: 80%;
		font-size: 2.5rem;
	}
}


/**********
 footNavi_btm
**********/
#footNavi_btm{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: linear-gradient(180deg, #ffe0e0 0%, #ffffff 100%);
}

/** footAddress **/
#footAddress{
	width: 40%;
}

#footAddress > a:first-of-type{
	width: 200px;
	margin: 0 0 20px 15px;
	display: block;
}

#footAddress a img{
	width: 200px;
}

#footAddress p{
	font-size: 1.4rem;
	padding-bottom: 5px;
	margin-left: 15px;
}

@media only screen and (max-width: 768px) {
	#footAddress{
		width: 94%;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 25px;
		margin: 0 auto;
	}
	#footAddress > a:first-of-type{
		margin: 0 auto 25px;
	}
	
	#footAddress p{
		margin-left:0;
		font-size: 1.5rem;
	}

}


/** footNavi **/
#footNavi{
	width: 59%;
}

#footNavi > div{
	width: 100%;
}

#footNavi ul#footNavi_list{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content:flex-end;
	align-items:flex-start;
}

#footNavi ul#footNavi_list > li{
	display: block;
	width: 26%;
}

#footNavi ul#footNavi_list > li p{
	display:block;
}

#footNavi ul#footNavi_list > li p:last-of-type{
	margin-bottom: 0;
}

#footNavi ul#footNavi_list > li p a{
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
}


@media only screen and (max-width: 768px) {
	#footNavi{
		width: 100%;
		display:block;
		padding: 0;
		text-align: center;
		
	}
	#footNavi ul#footNavi_list{
		-webkit-justify-content:center;
		justify-content:center;
	}
	
	#footNavi ul#footNavi_list > li{
		border-left: none;
		box-sizing: border-box;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		width: 100%;
	}
	
	
	#footNavi ul#footNavi_list > li p{
		margin: 0;
		width:calc(100%/2);
	}
	#footNavi ul#footNavi_list > li p a{
		display: block;
		padding: .9em 0;
    	transition: all 0.5s 0s ease;
	}
	
	#footNavi ul#footNavi_list > li p a:hover,
	#footNavi ul#footNavi_list > li p a:active{
		background: #ff5e79;
		color: #fff;
	}
	
	#footNavi ul#footNavi_list > li:last-of-type{
		width: 100%;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content:center;
		justify-content:center;
	}
	
	#footNavi ul#footNavi_list > li:last-of-type p{
		display: inline-block;
		width: 50%;
		box-sizing: border-box;
		border-bottom:none;
		padding: 0;
		margin: 0;
	}
	#footNavi ul#footNavi_list > li:last-of-type p:nth-child(2){
		border-right: none;	
	}
}

/**********
 footBtm
**********/
#footBtm{
	margin: 0 10px;
	padding: 20px 90px 10px 10px;
	display: flex;
}

#footBtm #copyright{
	width: 30%;
	order:1;
	font-size: 0.8em;
}

#footBtm #footBana{
	width: 50%;
	order: 2;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content:flex-end;
	align-items:flex-start;
}

#footBtm #footBana a:last-of-type{
	margin-left: 15px;
}

#footBtm #footBana p{
	padding-top: 8px;
	font-size: 0.7em;
	display: block;
	width: 100%;
	text-align: right;
}


@media only screen and (max-width: 768px) {
	#footBtm{
		padding: 0 10px 10px 10px;
		border-top: none;
	}
	#footBtm #copyright{
		width: 100%;
		order: 2;
		text-align: center;
		font-size: 0.9em;
	}
	#footBtm #footBana{
		width: 100%;
		display: block;
		text-align: center;
	}
	
	#footBtm #footBana a{
		display: block;
		max-width: 160px;
		margin: 0 auto 10px auto;
	}
	#footBtm #footBana a:last-of-type{
		margin: 0 auto;
	}
	
	#footBtm #footBana p{
		text-align: center;
		padding-bottom: 20px;
	}
}

