@charset "utf-8";



/*############################################################################*/
/*

PC向けエレメント設定

*/
/*############################################################################*/


/*=============================================

css_commonの上書き設定

=============================================*/

body {
	font-size: 95%;
	line-height: 160%;
	letter-spacing: 0.03em;
	color: #000000;
	font-family: "Hiragino Sans" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka,sanserif;
	/*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: 300;*/
}

p {
	font-family: "Hiragino Sans" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka,sanserif;
	/*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: 300;*/
}



/*=============================================

見出しタイトル設定

=============================================*/

h1,h2,h3,h4,h5,h6 {
	position: relative;
	font-weight: bold;
	/*font-family: "Hiragino Sans";
	font-weight: 600;*/
}


/*左にライン画像がくるタイトル*/

h1.side_line,
h2.side_line,
h3.side_line,
h4.side_line,
h5.side_line {
	margin-bottom: 0.5em;
	padding: 0.6em 0 0.5em 18px;
	background: url(../commonimg2/headline/side_line.gif) top left repeat-y;
}

h1.side_line { font-size: 190%; }
h2.side_line { font-size: 170%; }
h3.side_line { font-size: 145%;margin-bottom:0.4em; }
h4.side_line { font-size: 115%;margin-bottom:0.4em; }
h5.side_line { font-size: 100%;margin-bottom:0.3em; }


/*左にライン画像がくるタイトル（ピンク）*/

h1.side_line_p,
h2.side_line_p,
h3.side_line_p,
h4.side_line_p,
h5.side_line_p {
	margin-bottom: 0.5em;
	padding: 0.6em 0 0.5em 18px;
	background: url(../commonimg2/headline/side_line_p.gif) top left repeat-y;
	/*font-weight: bold;*/
}

h1.side_line_p { font-size: 190%; }
h2.side_line_p { font-size: 170%; }
h3.side_line_p { font-size: 145%;margin-bottom:0.4em; }
h4.side_line_p { font-size: 115%;margin-bottom:0.4em; }
h5.side_line_p { font-size: 100%;margin-bottom:0.3em; }


/*左にライン画像がくるタイトル（緑）*/

h1.side_line_g,
h2.side_line_g,
h3.side_line_g,
h4.side_line_g,
h5.side_line_g {
	margin-bottom: 0.5em;
	padding: 0.6em 0 0.5em 18px;
	background: url(../commonimg2/headline/side_line_g.gif) top left repeat-y;
}

h1.side_line_g { font-size: 190%; }
h2.side_line_g { font-size: 170%; }
h3.side_line_g { font-size: 145%;margin-bottom:0.4em; }
h4.side_line_g { font-size: 115%;margin-bottom:0.4em; }
h5.side_line_g { font-size: 100%;margin-bottom:0.3em; }


/*左にライン画像がくるタイトル（青）*/

h1.side_line_b,
h2.side_line_b,
h3.side_line_b,
h4.side_line_b,
h5.side_line_b {
	margin-bottom: 0.5em;
	padding: 0.6em 0 0.5em 18px;
	background: url(../commonimg2/headline/side_line_b.gif) top left repeat-y;
}

h1.side_line_b { font-size: 190%; }
h2.side_line_b { font-size: 170%; }
h3.side_line_b { font-size: 145%;margin-bottom:0.4em; }
h4.side_line_b { font-size: 115%;margin-bottom:0.4em; }
h5.side_line_b { font-size: 100%;margin-bottom:0.3em; }





/*ライン＋背景色*/

h1.side_line_bg,
h2.side_line_bg,
h3.side_line_bg,
h4.side_line_bg,
h5.side_line_bg {
	margin-bottom: 0.6em;
	padding: 0.6em 0 0.6em 14px;
	background: url(../commonimg2/headline/side_line.gif) top left repeat-y;
	background-color: #fbf4cc;
}

h1.side_line_bg { font-size: 170%; }
h2.side_line_bg { font-size: 150%; }
h3.side_line_bg { font-size: 130%;margin-bottom:0.5em; }
h4.side_line_bg { font-size: 110%;margin-bottom:0.5em; }
h5.side_line_bg { font-size: 100%;margin-bottom:0.4em; }


/*ライン＋背景色（ピンク）*/

h1.side_line_p_bg,
h2.side_line_p_bg,
h3.side_line_p_bg,
h4.side_line_p_bg,
h5.side_line_p_bg {
	margin-bottom: 0.6em;
	padding: 0.6em 0 0.6em 14px;
	background: url(../commonimg2/headline/side_line_p.gif) top left repeat-y;
	background-color: #fff1fc;
}

h1.side_line_p_bg { font-size: 170%; }
h2.side_line_p_bg { font-size: 150%; }
h3.side_line_p_bg { font-size: 130%;margin-bottom:0.5em; }
h4.side_line_p_bg { font-size: 110%;margin-bottom:0.5em; }
h5.side_line_p_bg { font-size: 100%;margin-bottom:0.4em; }


/*ライン＋背景色（緑）*/

h1.side_line_g_bg,
h2.side_line_g_bg,
h3.side_line_g_bg,
h4.side_line_g_bg,
h5.side_line_g_bg {
	margin-bottom: 0.6em;
	padding: 0.6em 0 0.6em 14px;
	background: url(../commonimg2/headline/side_line_g.gif) top left repeat-y;
	background-color: #f8fced;
}

h1.side_line_g_bg { font-size: 170%; }
h2.side_line_g_bg { font-size: 150%; }
h3.side_line_g_bg { font-size: 130%;margin-bottom:0.5em; }
h4.side_line_g_bg { font-size: 110%;margin-bottom:0.5em; }
h5.side_line_g_bg { font-size: 100%;margin-bottom:0.4em; }


/*ライン＋背景色（青）*/

h1.side_line_b_bg,
h2.side_line_b_bg,
h3.side_line_b_bg,
h4.side_line_b_bg,
h5.side_line_b_bg {
	margin-bottom: 0.6em;
	padding: 0.6em 0 0.6em 14px;
	background: url(../commonimg2/headline/side_line_b.gif) top left repeat-y;
	background-color: #f1f7fe;
}

h1.side_line_b_bg { font-size: 170%; }
h2.side_line_b_bg { font-size: 150%; }
h3.side_line_b_bg { font-size: 130%;margin-bottom:0.5em; }
h4.side_line_b_bg { font-size: 110%;margin-bottom:0.5em; }
h5.side_line_b_bg { font-size: 100%;margin-bottom:0.4em; }


/*ライン＋背景色（白）*/

h1.side_line_w_bg,
h2.side_line_w_bg,
h3.side_line_w_bg,
h4.side_line_w_bg,
h5.side_line_w_bg {
	margin-bottom: 0.6em;
	padding: 0.6em 0 0.6em 14px;
	background: url(../commonimg2/headline/side_line_p.gif) top left repeat-y;
	background-color: #ffffff;
}

h1.side_line_w_bg { font-size: 170%; }
h2.side_line_w_bg { font-size: 150%; }
h3.side_line_w_bg { font-size: 130%;margin-bottom:0.5em; }
h4.side_line_w_bg { font-size: 110%;margin-bottom:0.5em; }
h5.side_line_w_bg { font-size: 100%;margin-bottom:0.4em; }


/*色ベタ*/

h1.bg_pink,
h2.bg_pink,
h3.bg_pink,
h4.bg_pink,
h5.bg_pink {
	margin-bottom: 0.6em;
	padding: 0.3em 0.6em 0.3em 0.6em;
	background-color:#fb03a1;
	color:#ffffff;
		border-radius: 10px;
}

h1.bg_pink { font-size: 170%; }
h2.bg_pink { font-size: 150%; }
h3.bg_pink { font-size: 130%;margin-bottom:0.5em; }
h4.bg_pink { font-size: 110%;margin-bottom:0.5em; }
h5.bg_pink { font-size: 100%;margin-bottom:0.4em; }


h1.bg_green,
h2.bg_green,
h3.bg_green,
h4.bg_green,
h5.bg_green {
	margin-bottom: 0.6em;
	padding: 0.5em 0.6em 0.5em 0.6em;
	background-color:#008000;
	color:#ffffff;
	border-radius: 10px;
}

h1.bg_green { font-size: 170%; }
h2.bg_green { font-size: 150%; }
h3.bg_green { font-size: 130%;margin-bottom:0.5em; }
h4.bg_green { font-size: 110%;margin-bottom:0.5em;padding: 0.7em 0.6em; }
h5.bg_green { font-size: 100%;margin-bottom:0.4em;padding: 0.7em 0.6em; }



/*罫線囲みのタイトル*/

h1.side_line_memo,
h2.side_line_memo,
h3.side_line_memo,
h4.side_line_memo,
h5.side_line_memo {
	margin-bottom: 0.6em;
	padding: 0.4em 12px 0.4em 14px;
	background-image: url(../commonimg2/headline/side_line.gif),url(../commonimg2/headline/side_line_memo_image.png);
	background-repeat: repeat-y,no-repeat;
	background-position: top left,top right;
	background-size: auto,950px;
	border-bottom: 1px solid #f7850b;
	box-shadow: 0px 5px 4px -5px #f7850b;
	-webkit-box-shadow: 0px 5px 4px -5px #f7850b;
	-moz-box-shadow: 0px 5px 4px -5px #f7850b;
}

h1.side_line_memo2,
h2.side_line_memo2,
h3.side_line_memo2,
h4.side_line_memo2,
h5.side_line_memo2 {
	margin-bottom: 0.6em;
	padding: 0.4em 12px 0.4em 14px;
	background-image: url(../commonimg2/headline/side_line.gif),url(../commonimg2/headline/side_line_memo_image.gif);
	background-repeat: repeat-y,no-repeat;
	background-position: top left,top right;
	background-color: #ffffff;
	border: 1px solid #f7850b;
	box-shadow: 0px 5px 4px -5px #f7850b;
	-webkit-box-shadow: 0px 5px 4px -5px #f7850b;
	-moz-box-shadow: 0px 5px 4px -5px #f7850b;
}

h1.side_line_memo { font-size: 170%; }
h2.side_line_memo { font-size: 150%; }
h3.side_line_memo { font-size: 130%;margin-bottom:0.5em; }
h4.side_line_memo { font-size: 110%;margin-bottom:0.5em; }
h5.side_line_memo { font-size: 100%;margin-bottom:0.5em; }



/*罫線囲みのタイトル（ピンク）*/

h1.side_line_memo_p,
h2.side_line_memo_p,
h3.side_line_memo_p,
h4.side_line_memo_p,
h5.side_line_memo_p {
	margin-bottom: 0.6em;
	padding: 0.4em 12px 0.4em 14px;
	background-image: url(../commonimg2/headline/side_line_p.gif),url(../commonimg2/headline/side_line_memo_image_p.png);
	background-repeat: repeat-y,no-repeat;
	background-position: top left,top right;
	background-size: auto,950px;
	border-bottom: 1px solid #fa84c9;
	box-shadow: 0px 5px 4px -5px #fa84c9;
	-webkit-box-shadow: 0px 5px 4px -5px #fa84c9;
	-moz-box-shadow: 0px 5px 4px -5px #fa84c9;
}

h1.side_line_memo_p { font-size: 170%; }
h2.side_line_memo_p { font-size: 150%; }
h3.side_line_memo_p { font-size: 130%;margin-bottom:0.5em; }
h4.side_line_memo_p { font-size: 110%;margin-bottom:0.5em; }
h5.side_line_memo_p { font-size: 100%;margin-bottom:0.5em; }


/*罫線囲みのタイトル（緑）*/

h1.side_line_memo_g,
h2.side_line_memo_g,
h3.side_line_memo_g,
h4.side_line_memo_g,
h5.side_line_memo_g {
	margin-bottom: 0.6em;
	padding: 0.4em 12px 0.4em 14px;
	background-image: url(../commonimg2/headline/side_line_g.gif),url(../commonimg2/headline/side_line_memo_image_g.png);
	background-repeat: repeat-y,no-repeat;
	background-position: top left,top right;
	background-size: auto,950px;
	border-bottom: 1px solid #72b947;
	box-shadow: 0px 5px 4px -5px #72b947;
	-webkit-box-shadow: 0px 5px 4px -5px #72b947;
	-moz-box-shadow: 0px 5px 4px -5px #72b947;
}

h1.side_line_memo_g { font-size: 170%; }
h2.side_line_memo_g { font-size: 150%; }
h3.side_line_memo_g { font-size: 130%;margin-bottom:0.5em; }
h4.side_line_memo_g { font-size: 110%;margin-bottom:0.5em; }
h5.side_line_memo_g { font-size: 100%;margin-bottom:0.5em; }


/*罫線囲みのタイトル（青）*/

h1.side_line_memo_b,
h2.side_line_memo_b,
h3.side_line_memo_b,
h4.side_line_memo_b,
h5.side_line_memo_b {
	margin-bottom: 0.6em;
	padding: 0.4em 12px 0.4em 14px;
	background-image: url(../commonimg2/headline/side_line_b.gif),url(../commonimg2/headline/side_line_memo_image_b.png);
	background-repeat: repeat-y,no-repeat;
	background-position: top left,top right;
	background-size: auto,950px;
	border-bottom: 1px solid #337de7;
	box-shadow: 0px 5px 4px -5px #337de7;
	-webkit-box-shadow: 0px 5px 4px -5px #337de7;
	-moz-box-shadow: 0px 5px 4px -5px #337de7;
}

h1.side_line_memo_b { font-size: 170%; }
h2.side_line_memo_b { font-size: 150%; }
h3.side_line_memo_b { font-size: 130%;margin-bottom:0.5em; }
h4.side_line_memo_b { font-size: 110%;margin-bottom:0.5em; }
h5.side_line_memo_b { font-size: 100%;margin-bottom:0.5em; }


/*下に装飾画像のライン*/

h1.under_image,
h2.under_image,
h3.under_image,
h4.under_image,
h5.under_image {
	margin-bottom: 0.7em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_image.gif) bottom left repeat-x;
}

h1.under_image { font-size: 170%; }
h2.under_image { font-size: 150%; }
h3.under_image { font-size: 130%; }
h4.under_image { font-size: 110%; }
h5.under_image { font-size: 100%; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_image,
	h2.under_image,
	h3.under_image,
	h4.under_image,
	h5.under_image {
		background: url(../commonimg2/headline/retina/under_image.gif) bottom left repeat-x;
		background-size: 6px;
	}
}



/*下に装飾画像のライン（ピンク）*/

h1.under_image_p,
h2.under_image_p,
h3.under_image_p,
h4.under_image_p,
h5.under_image_p {
	margin-bottom: 0.7em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_image_p.gif) bottom left repeat-x;
}

h1.under_image_p { font-size: 170%; }
h2.under_image_p { font-size: 150%; }
h3.under_image_p { font-size: 130%; }
h4.under_image_p { font-size: 110%; }
h5.under_image_p { font-size: 100%; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_image_p,
	h2.under_image_p,
	h3.under_image_p,
	h4.under_image_p,
	h5.under_image_p {
		background: url(../commonimg2/headline/retina/under_image_p.gif) bottom left repeat-x;
		background-size: 6px;
	}
}


/*下に装飾画像のライン（緑）*/

h1.under_image_g,
h2.under_image_g,
h3.under_image_g,
h4.under_image_g,
h5.under_image_g {
	margin-bottom: 0.7em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_image_g.gif) bottom left repeat-x;
}

h1.under_image_g { font-size: 170%; }
h2.under_image_g { font-size: 150%; }
h3.under_image_g { font-size: 130%; }
h4.under_image_g { font-size: 110%; }
h5.under_image_g { font-size: 100%; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_image_g,
	h2.under_image_g,
	h3.under_image_g,
	h4.under_image_g,
	h5.under_image_g {
		background: url(../commonimg2/headline/retina/under_image_g.gif) bottom left repeat-x;
		background-size: 6px;
	}
}


/*下に装飾画像のライン（青）*/

h1.under_image_b,
h2.under_image_b,
h3.under_image_b,
h4.under_image_b,
h5.under_image_b {
	margin-bottom: 0.7em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_image_b.gif) bottom left repeat-x;
}

h1.under_image_b { font-size: 170%; }
h2.under_image_g { font-size: 150%; }
h3.under_image_b { font-size: 130%; }
h4.under_image_b { font-size: 110%; }
h5.under_image_b { font-size: 100%; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_image_b,
	h2.under_image_b,
	h3.under_image_b,
	h4.under_image_b,
	h5.under_image_b {
		background: url(../commonimg2/headline/retina/under_image_b.gif) bottom left repeat-x;
		background-size: 6px;
	}
}






/*下に装飾画像のライン2*/

h1.under_image_line,
h2.under_image_line,
h3.under_image_line,
h4.under_image_line,
h5.under_image_line {
	margin-bottom: 0.6em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_image_line.png) bottom left repeat-x;
}

h1.under_image_line { font-size: 170%; }
h2.under_image_line { font-size: 150%; }
h3.under_image_line { font-size: 130%; }
h4.under_image_line { font-size: 110%;padding-bottom:0.7em; }
h5.under_image_line { font-size: 100%;padding-bottom:0.7em; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_image_line,
	h2.under_image_line,
	h3.under_image_line,
	h4.under_image_line,
	h5.under_image_line {
		background: url(../commonimg2/headline/retina/under_image_line.png) bottom left repeat-x;
		background-size: 6px;
	}
}



/*下に装飾画像のライン2（ピンク）*/

h1.under_image_line_p,
h2.under_image_line_p,
h3.under_image_line_p,
h4.under_image_line_p,
h5.under_image_line_p {
	margin-bottom: 0.6em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_image_line_p.png) bottom left repeat-x;
}

h1.under_image_line_p { font-size: 170%; }
h2.under_image_line_p { font-size: 150%; }
h3.under_image_line_p { font-size: 130%; }
h4.under_image_line_p { font-size: 110%;padding-bottom:0.7em; }
h5.under_image_line_p { font-size: 100%;padding-bottom:0.7em; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_image_line_p,
	h2.under_image_line_p,
	h3.under_image_line_p,
	h4.under_image_line_p,
	h5.under_image_line_p {
		background: url(../commonimg2/headline/retina/under_image_line_p.png) bottom left repeat-x;
		background-size: 6px;
	}
}


/*下に装飾画像のライン2（緑）*/

h1.under_image_line_g,
h2.under_image_line_g,
h3.under_image_line_g,
h4.under_image_line_g,
h5.under_image_line_g {
	margin-bottom: 0.6em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_image_line_g.png) bottom left repeat-x;
}

h1.under_image_line_g { font-size: 170%; }
h2.under_image_line_g { font-size: 150%; }
h3.under_image_line_g { font-size: 130%; }
h4.under_image_line_g { font-size: 110%;padding-bottom:0.7em; }
h5.under_image_line_g { font-size: 100%;padding-bottom:0.7em; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_image_line_g,
	h2.under_image_line_g,
	h3.under_image_line_g,
	h4.under_image_line_g,
	h5.under_image_line_g {
		background: url(../commonimg2/headline/retina/under_image_line_g.png) bottom left repeat-x;
		background-size: 6px;
	}
}


/*下に装飾画像のライン2（青）*/

h1.under_image_line_b,
h2.under_image_line_b,
h3.under_image_line_b,
h4.under_image_line_b,
h5.under_image_line_b {
	margin-bottom: 0.6em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_image_line_b.png) bottom left repeat-x;
}

h1.under_image_line_b { font-size: 170%; }
h2.under_image_line_b { font-size: 150%; }
h3.under_image_line_b { font-size: 130%; }
h4.under_image_line_b { font-size: 110%;padding-bottom:0.7em; }
h5.under_image_line_b { font-size: 100%;padding-bottom:0.7em; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_image_line_b,
	h2.under_image_line_b,
	h3.under_image_line_b,
	h4.under_image_line_b,
	h5.under_image_line_b {
		background: url(../commonimg2/headline/retina/under_image_line_b.png) bottom left repeat-x;
		background-size: 6px;
	}
}



/*下に画像ライン*/

h1.under_line,
h2.under_line,
h3.under_line,
h4.under_line,
h5.under_line {
	margin-bottom: 0.7em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_line.gif) bottom left repeat-x;
}

h1.under_line { font-size: 170%; }
h2.under_line { font-size: 150%; }
h3.under_line { font-size: 130%; }
h4.under_line { font-size: 110%;padding-bottom:0.7em; }
h5.under_line { font-size: 100%;padding-bottom:0.7em; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_line,
	h2.under_line,
	h3.under_line,
	h4.under_line,
	h5.under_line {
		background: url(../commonimg2/headline/retina/under_line.gif) bottom left repeat-x;
		background-size: 5px 5px;
	}
}


/*下に画像ライン（ピンク）*/

h1.under_line_p,
h2.under_line_p,
h3.under_line_p,
h4.under_line_p,
h5.under_line_p {
	margin-bottom: 0.7em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_line_p.gif) bottom left repeat-x;
}

h1.under_line_p { font-size: 170%; }
h2.under_line_p { font-size: 150%; }
h3.under_line_p { font-size: 130%; }
h4.under_line_p { font-size: 110%;padding-bottom:0.7em; }
h5.under_line_p { font-size: 100%;padding-bottom:0.7em; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_line_p,
	h2.under_line_p,
	h3.under_line_p,
	h4.under_line_p,
	h5.under_line_p {
		background: url(../commonimg2/headline/retina/under_line_p.gif) bottom left repeat-x;
		background-size: 5px 5px;
	}
}



/*下に画像ライン（緑）*/

h1.under_line_g,
h2.under_line_g,
h3.under_line_g,
h4.under_line_g,
h5.under_line_g {
	margin-bottom: 0.7em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_line_g.gif) bottom left repeat-x;
}

h1.under_line_g { font-size: 170%; }
h2.under_line_g { font-size: 150%; }
h3.under_line_g { font-size: 130%; }
h4.under_line_g { font-size: 110%;padding-bottom:0.7em; }
h5.under_line_g { font-size: 100%;padding-bottom:0.7em; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_line_g,
	h2.under_line_g,
	h3.under_line_g,
	h4.under_line_g,
	h5.under_line_g {
		background: url(../commonimg2/headline/retina/under_line_g.gif) bottom left repeat-x;
		background-size: 5px 5px;
	}
}



/*下に画像ライン（青）*/

h1.under_line_b,
h2.under_line_b,
h3.under_line_b,
h4.under_line_b,
h5.under_line_b {
	margin-bottom: 0.7em;
	padding: 0.2em 0.2em 0.6em 0.2em;
	background: url(../commonimg2/headline/under_line_b.gif) bottom left repeat-x;
}

h1.under_line_b { font-size: 170%; }
h2.under_line_b { font-size: 150%; }
h3.under_line_b { font-size: 130%; }
h4.under_line_b { font-size: 110%;padding-bottom:0.7em; }
h5.under_line_b { font-size: 100%;padding-bottom:0.7em; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	h1.under_line_b,
	h2.under_line_b,
	h3.under_line_b,
	h4.under_line_b,
	h5.under_line_b {
		background: url(../commonimg2/headline/retina/under_line_b.gif) bottom left repeat-x;
		background-size: 5px 5px;
	}
}




/*タイトルに影がつくパターン*/

h1.title_shadow,
h2.title_shadow,
h3.title_shadow,
h4.title_shadow,
h5.title_shadow {
	margin-bottom: 0.7em;
	padding: 10px 10px 10px 0.9em;
/*	background: url(../commonimg2/headline/title_shadow.gif) bottom left repeat-x;*/
	background-color:#faab22;
	color:#ffffff;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;  
	border-radius:4px 4px 0 0;
	box-shadow: 0 8px 8px -8px #989795;
	-webkit-box-shadow: 0 8px 8px -8px #989795;
	-moz-box-shadow: 0 8px 8px -8px #989795;
}

h1.title_shadow { font-size: 170%; }
h2.title_shadow { font-size: 150%; }
h3.title_shadow { font-size: 130%; }
h4.title_shadow { font-size: 110%; }
h5.title_shadow { font-size: 100%; }


.title_shadow:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 17px;
	height: 0 !important;
	line-height: 250%;
	width: 17px;
	background: url(../commonimg2/headline/title_paper.gif) top left no-repeat;
}


h1.silhouette,
h2.silhouette,
h3.silhouette,
h4.silhouette,
h5.silhouette {
	margin-bottom: 0.7em;
	padding: 0.6em 0.4em 0.4em 0.4em;
	background: url(../commonimg2/headline/silhouette_image.png) bottom left repeat-x;
	text-shadow:2px 0px 2px #ffffff,-2px 0px 2px #ffffff,0px 2px 2px #ffffff,0px -2px 2px #ffffff;
}

h1.silhouette { font-size: 170%; }
h2.silhouette { font-size: 150%; }
h3.silhouette { font-size: 130%; }
h4.silhouette { font-size: 110%;padding-bottom:0.7em; }
h5.silhouette { font-size: 100%;padding-bottom:0.7em; }



h1.line45,
h2.line45,
h3.line45,
h4.line45,
h5.line45 {
	margin-bottom: 0.6em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background: url(../commonimg2/headline/45line.png);
	background-size: 5px;
	border-top:1px solid #fcd449;
	/*border-top:2px solid #fcd449;*/
	text-shadow:2px 0px 2px #ffffff,-2px 0px 2px #ffffff,0px 2px 2px #ffffff,0px -2px 2px #ffffff;
}

h1.line45_g,
h2.line45_g,
h3.line45_g,
h4.line45_g,
h5.line45_g {
	margin-bottom: 0.6em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background: url(../commonimg2/headline/45line_g.png);
	background-size: 5px;
	border-top:1px solid #759e49;
	text-shadow:2px 0px 2px #ffffff,-2px 0px 2px #ffffff,0px 2px 2px #ffffff,0px -2px 2px #ffffff;
}

h1.line45,h1.line45_g { font-size: 170%; }
h2.line45,h2.line45_g { font-size: 150%; }
h3.line45,h3.line45_g { font-size: 130%; }
h4.line45,h4.line45_g { font-size: 110%;padding-top:0.7em;padding-bottom:0.7em; }
h5.line45,h5.line45_g { font-size: 100%;padding-top:0.7em;padding-bottom:0.7em; }








/*=============================================

ボックスシャドウ

=============================================*/

.box_shadow {
	box-shadow: 0 0 2px 1px #d3d2d3;
	-moz-box-shadow: 0 0 2px 1px #d3d2d3;
	-webkit-box-shadow: 0 0 2px 1px #d3d2d3;
}


/*=============================================

アイコン類

=============================================*/

/*アイコン*/
.mark_cal {
	margin: 0 0 2px 0;
	padding: 0 0 2px 27px;
	background: url(../commonimg2/mark/cal.png) center left no-repeat;
	background-position: 0 0.1em;
	border-bottom: 2px solid #e7e7e6;
}

.mark_time {
	margin: 0 0 2px 0;
	padding: 0 0 2px 27px;
	background: url(../commonimg2/mark/time.png) center left no-repeat;
	background-position: 0 0.1em;
	border-bottom: 2px solid #e7e7e6;
}

.mark_target {
	margin: 0 0 2px 0;
	padding: 0 0 2px 27px;
	background: url(../commonimg2/mark/target.png) center left no-repeat;
	background-position: 0 0.1em;
	border-bottom: 2px solid #e7e7e6;
}

.mark_place {
	margin: 0 0 2px 0;
	padding: 0 0 2px 27px;
	background: url(../commonimg2/mark/place.png) center left no-repeat;
	background-position: 0 0.1em;
	border-bottom: 2px solid #e7e7e6;
}

.mark_price {
	margin: 0 0 2px 0;
	padding: 0 0 2px 27px;
	background: url(../commonimg2/mark/price.png) center left no-repeat;
	background-position: 0 0.1em;
	border-bottom: 2px solid #e7e7e6;
}

.mark_book {
	margin: 0 0 2px 0;
	padding: 0 0 2px 27px;
	background: url(../commonimg2/mark/book.png) center left no-repeat;
	background-position: 0 0.1em;
	border-bottom: 2px solid #e7e7e6;
}

.mark_join {
	margin: 0 0 2px 0;
	padding: 0 0 2px 27px;
	background: url(../commonimg2/mark/join.png) center left no-repeat;
	background-position: 0 0.1em;
	border-bottom: 2px solid #e7e7e6;
}

.mark_memo {
	margin: 0 0 2px 0;
	padding: 0 0 2px 27px;
	background: url(../commonimg2/mark/memo.png) center left no-repeat;
	background-position: 0 0.1em;
	border-bottom: 2px solid #e7e7e6;
}

.mark_free {
	display: block;
	overflow: hidden;
	margin: 0 0 0.4em 0;
	padding: 50px 0 0 0;
	height: 0 !important;
	line-height: 250%;
	width: 50px;
	background: url(../commonimg2/mark/free.png) center left no-repeat;
	background-position: -51px 0;
}

.mark_pay {
	display: block;
	overflow: hidden;
	margin: 0 0 0.4em 0;
	padding: 50px 0 0 0;
	height: 0 !important;
	line-height: 250%;
	width: 50px;
	background: url(../commonimg2/mark/free.png) center left no-repeat;
}

.mark_floar {
	float: left;
	margin-right: 0.2em;
}


@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
.mark_cal {
	background: url(../commonimg2/mark/cal_r.png) center left no-repeat;
	background-size: 22px;
}

.mark_time {
	background: url(../commonimg2/mark/time_r.png) center left no-repeat;
	background-size: 22px;
}

.mark_target {
	background: url(../commonimg2/mark/target_r.png) center left no-repeat;
	background-size: 22px;
}

.mark_place {
	background: url(../commonimg2/mark/place_r.png) center left no-repeat;
	background-size: 22px;
}

.mark_price {
	background: url(../commonimg2/mark/price_r.png) center left no-repeat;
	background-size: 22px;
}

.mark_book {
	background: url(../commonimg2/mark/book_r.png) center left no-repeat;
	background-size: 22px;
}

.mark_join {
	background: url(../commonimg2/mark/join_r.png) center left no-repeat;
	background-size: 22px;
}

.mark_memo {
	background: url(../commonimg2/mark/memo_r.png) center left no-repeat;
	background-size: 22px;
}

.mark_free {
	background: url(../commonimg2/mark/free_big.png) center left no-repeat;
	background-size: 101px;
	background-position: -51px 0;
}

.mark_pay {
	background: url(../commonimg2/mark/free_big.png) center left no-repeat;
	background-size: 101px;
}
}



/*=============================================

年齢表記、雨でもOK

=============================================*/

.baby_mark00,
.baby_mark0,
.baby_mark1,
.baby_mark2,
.baby_mark4,
.baby_mark5,
.rain_mark {
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 68px;
	height: 0 !important;
	line-height: 250%;
	width: 68px;
	background: url(../commonimg2/mark/baby_image.png) top left no-repeat;
}
.baby_mark00 { background-position: -204px 0; }
.baby_mark0 { background-position: -272px 0; }
.baby_mark1 { background-position: 0 0; }
.baby_mark2 { background-position: -68px 0; }
.baby_mark4 { background-position: -136px 0; }
.baby_mark5 { background-position: -408px 0; }
.rain_mark { background-position: -340px 0; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
.baby_mark00,
.baby_mark0,
.baby_mark1,
.baby_mark2,
.baby_mark4,
.baby_mark5,
.rain_mark {
		background: url(../commonimg2/mark/baby_image_big.png) top left no-repeat;
		background-size: 476px;
	}
.baby_mark00 { background-position: -204px 0; }
.baby_mark0 { background-position: -272px 0; }
.baby_mark1 { background-position: 0 0; }
.baby_mark2 { background-position: -68px 0; }
.baby_mark4 { background-position: -136px 0; }
.baby_mark5 { background-position: -408px 0; }
.rain_mark { background-position: -340px 0; }
}


/*=============================================

いちおし商品、おすすめ商品

=============================================*/

.itiosi_mark,
.osusume_mark {
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 57px;
	height: 0 !important;
	line-height: 250%;
	width: 67px;
	background: url(../commonimg2/mark/special_image.png) top left no-repeat;
}
.osusume_mark { background-position: -68px 0; }

@media only screen and  (-webkit-min-device-pixel-ratio: 2) {
	.itiosi_mark,.osusume_mark {
		background: url(../commonimg2/mark/special_image_r.png) top left no-repeat;
		background-size: 135px;
	}
	.osusume_mark { background-position: -68px 0; }
}


/*=============================================

newアイテム

=============================================*/

.new_item {
	position: absolute;
	left: -15px;
	top: -15px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 70px;
	height: 0 !important;
	line-height: 250%;
	width: 70px;
	background: url(../commonimg2/mark/new_item.svg) top left no-repeat;
	background-size: 100%;
	animation: new_item_anime 2s forwards infinite;
}

@keyframes new_item_anime {
	0% {transform: rotate(-10deg);}
	80% {transform: rotate(-5deg);}
	100% {transform: rotate(-10deg);}
}


.attention_item {
	position: absolute;
	left: -15px;
	top: -15px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 70px;
	height: 0 !important;
	line-height: 250%;
	width: 70px;
	background: url(../commonimg2/mark/attention_item.svg) top left no-repeat;
	background-size: 100%;
	animation: attention_item_anime 2s forwards infinite;
}

@keyframes attention_item_anime {
	0% {transform: rotate(-10deg);transform-origin:right bottom;}
	80% {transform: rotate(-5deg);transform-origin:right bottom;}
	100% {transform: rotate(-10deg);transform-origin:right bottom;}
}


/*=============================================

広さアイコン

=============================================*/

.space30,
.space50,
.space70,
.space80,
.space90,
.space100,
.space110,
.space120,
.space130,
.space220 {
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 46px;
	height: 0 !important;
	line-height: 250%;
	width: 67px;
	background: url(../commonimg2/mark/space_image.svg) top left no-repeat;
}

.space30 { background-position: -476px 0; }
.space50 { background-position: 0 0; }
.space70 { background-position: -407px 0; }
.space90 { background-position: -543px 0; }
.space100 { background-position: -68px 0; }
.space110 { background-position: -340px 0; }
.space120 { background-position: -136px 0; }
.space130 { background-position: -204px 0; }
.space220 { background-position: -272px 0; }
.space80 { background-position: -612px 0; }





/*=============================================

押しピンアイコン

=============================================*/

.pin_pink_left:after {
	content: "";
	position: absolute;
	left: -5px;
	top: -8px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 23px;
	height: 0 !important;
	line-height: 250%;
	width: 18px;
	background: url(../commonimg2/pin.svg) top left no-repeat;
}
.pin_pink_right:after {
	content: "";
	position: absolute;
	right: -5px;
	top: -8px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 23px;
	height: 0 !important;
	line-height: 250%;
	width: 18px;
	background: url(../commonimg2/pin.svg) top left no-repeat;
	background-position: -72px 0;
}

.pin_yellow_left:after {
	content: "";
	position: absolute;
	left: -5px;
	top: -8px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 23px;
	height: 0 !important;
	line-height: 250%;
	width: 18px;
	background: url(../commonimg2/pin.svg) top left no-repeat;
	background-position: -18px 0;
}
.pin_yellow_right:after {
	content: "";
	position: absolute;
	right: -5px;
	top: -8px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 23px;
	height: 0 !important;
	line-height: 250%;
	width: 18px;
	background: url(../commonimg2/pin.svg) top left no-repeat;
	background-position: -90px 0;
}

.pin_green_left:after {
	content: "";
	position: absolute;
	left: -5px;
	top: -8px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 23px;
	height: 0 !important;
	line-height: 250%;
	width: 18px;
	background: url(../commonimg2/pin.svg) top left no-repeat;
	background-position: -36px 0;
}
.pin_green_right:after {
	content: "";
	position: absolute;
	right: -5px;
	top: -8px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 23px;
	height: 0 !important;
	line-height: 250%;
	width: 18px;
	background: url(../commonimg2/pin.svg) top left no-repeat;
	background-position: -108px 0;
}

.pin_blue_left:after {
	content: "";
	position: absolute;
	left: -5px;
	top: -8px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 23px;
	height: 0 !important;
	line-height: 250%;
	width: 18px;
	background: url(../commonimg2/pin.svg) top left no-repeat;
	background-position: -54px 0;
}
.pin_blue_right:after {
	content: "";
	position: absolute;
	right: -5px;
	top: -8px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 23px;
	height: 0 !important;
	line-height: 250%;
	width: 18px;
	background: url(../commonimg2/pin.svg) top left no-repeat;
	background-position: -126px 0;
}



/*=============================================

めくれアイコン

=============================================*/

.mekure:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 19px;
	height: 0 !important;
	line-height: 250%;
	width: 96px;
	background: url(../commonimg2/mekure.png) top left no-repeat;
	background-size: 100%;
}



/*=============================================

テープアイコン

=============================================*/

.tape01:after {
	content: "";
	position: absolute;
	left: -10px;
	top: 2px;
	display: block;
	line-height: 250%;
	width: 30px;
	height:10px;
	border:1px solid #d8d7d3;
	background-color:#ffffff;
	opacity: 0.5;
	transform: rotate(-45deg); 
}
.tape01:before {
	content: "";
	position: absolute;
	right: -10px;
	bottom: 2px;
	display: block;
	line-height: 250%;
	width: 30px;
	height:10px;
	border:1px solid #d8d7d3;
	background-color:#ffffff;
	opacity: 0.5;
	transform: rotate(-45deg); 
}

.tape02:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 2px;
	display: block;
	line-height: 250%;
	width: 30px;
	height:10px;
	border:1px solid #d8d7d3;
	background-color:#ffffff;
	opacity: 0.5;
	transform: rotate(45deg); 
}
.tape02:before {
	content: "";
	position: absolute;
	left: -10px;
	bottom: 2px;
	display: block;
	line-height: 250%;
	width: 30px;
	height:10px;
	border:1px solid #d8d7d3;
	background-color:#ffffff;
	opacity: 0.5;
	transform: rotate(45deg); 
}



/*=============================================

影付きのテープアイコン

=============================================*/

.tape_shadow {
	position: relative;
	margin: 5px 0 5px 0;
	padding: 14px;
	background-color: #fdf9c7;
	box-shadow: 0 8px 8px -8px #c3c1bb;
	-webkit-box-shadow: 0 8px 8px -8px #c3c1bb;
	-moz-box-shadow: 0 8px 8px -8px #c3c1bb;
}

.tape_shadow:before {
	content: "";
	position: absolute;
	left: -12px;
	top: -2px;
	display: block;
	line-height: 250%;
	width: 34px;
	height:12px;
	border:1px solid #d8d7d3;
	background-color:#ffffff;
	opacity: 0.5;
	transform: rotate(-45deg); 
}

.tape_shadow:after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: -1px;
	display: block;
	line-height: 250%;
	width: 34px;
	height:12px;
	border:1px solid #d8d7d3;
	background-color:#ffffff;
	opacity: 0.5;
	transform: rotate(-45deg); 
}


/*=============================================

パンチ穴付きエリア

=============================================*/

.note_image_top {
	position: relative;
	padding: 20px 14px 10px 14px;
	background: url(../commonimg2/note_image.png) top left repeat-x;
	background-size: 12px;
	background-color: #fdf9c7;
/*	box-shadow: 0 8px 8px -8px #c3c1bb;
	-webkit-box-shadow: 0 8px 8px -8px #c3c1bb;
	-moz-box-shadow: 0 8px 8px -8px #c3c1bb;*/
}

.note_image_left {
	position: relative;
	padding: 12px 14px 12px 20px;
	background: url(../commonimg2/note_image_left.png) top left repeat-y;
	background-size: 8px;
	background-color: #fdf9c7;
}


/*=============================================

告知枠

=============================================*/

.board {
	position: relative;
	margin: 14px 0 0 0;
	padding: 10px;
	background-color: #ffebf7;
	border: 2px solid #fbc4e6;
	border-radius: 10px;
	color: #ff009f;
}

.board .bold {
	display: block;
	margin: 0 0 5px 0;
	padding: 5px 0 2px 0;
	border-bottom: 2px dotted #fbc4e6;
	font-weight: bold;
	text-align: center;
}

.board_m_top { margin-top:30px; }
.board_m_bottom { margin-bottom:20px; }

.board:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 -7px;
	padding-top: 20px;
	height: 0 !important;
	line-height: 250%;
	width: 14px;
	background: url(../commonimg2/pin.svg) top left no-repeat;
	/*background-position: -72px 0;*/
	background-size: 120px;
}


/*告知したい：強度->弱*/

.normal_board {
	position: relative;
	padding: 10px;
	background-color: #f8f8f8;
	border: 2px solid #dddede;
	border-radius: 10px;
	color: #828281;
	font-size: 85%;
	line-height: 150%;
}


/*告知したい：強度->強い*/

.caution {
	margin: 14px 0 0 0;
	padding: 10px;
	background-color: #ff0000;
	border-radius: 10px;
	color: #ffffff;
	font-size: 120%;
	line-height: 150%;
}

.caution .bold {
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	border-bottom: 2px dotted #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
}

.caution .imagebox {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background-color: #ffffff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
}

.caution .imagebox img {
	margin: 0;
	padding: 5px 0 0 0;
}


/*告知したい：冬向け*/

.blue_board {
	position: relative;
	padding: 10px;
	background-color: #eef4fd;
	border-radius: 10px;
	color: #4b78bc;
	font-size: 85%;
	line-height: 150%;
}


/*雪アイコンを追加*/

.snowman_right:after {
	content: "";
	position: absolute;
	right: 4px;
	top: -18px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 40px;
	height: 0 !important;
	line-height: 250%;
	width: 40px;
	background: url(../commonimg2/snowman.png) top left no-repeat;
	background-size: 40px;
}

.snowman_left{
margin-top:20px;
padding-left:60px;
}

.snowman_left:after {
	content: "";
	position: absolute;
	left: 4px;
	top: -15px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 50px;
	height: 0 !important;
	line-height: 250%;
	width: 50px;
	background: url(../commonimg2/snowman.png) top left no-repeat;
	background-size: 100%;
}


.snowman_left_box{
padding-left:80px;
position: relative;
}

.snowman_left_box:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 0px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 50px;
	height: 0 !important;
	line-height: 250%;
	width: 50px;
	background: url(../commonimg2/snowman.png) top left no-repeat;
	background-size: 100%;
}




/*=============================================

商品のテーブル

=============================================*/

ul.item_datas {
	margin: 0;
	padding: 4px 0 4px 0;
	list-style-type: none;
}

ul.item_datas li {
	margin: 0;
	padding: 2px 0 4px 0;
	background: url(../commonimg2/dot_line.png) bottom left repeat-x;
	background-size: 3px;
}
ul.item_datas li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

ul.item_datas li i {
	float: right;
	font-style: normal;
}


/*=============================================

インデントのリスト

=============================================*/

ul.indent {
	margin: 0;
	padding: 4px 0 4px 0;
	list-style-type: none;
}

ul.indent li {
	position: relative;
	margin: 0;
	padding: 2px 0 2px 1.2em;
}

ul.indent li:after {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 0;
}


ul.indent_num {
	margin: 0;
	padding: 4px 0 4px 0;
	list-style-type: none;
}

ul.indent_num li {
	position: relative;
	margin: 0;
	padding: 2px 0 2px 1.5em;
}

ul.indent_num li:after {
	content: attr(data-text);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:1.2em;
	text-align: center;
	padding: 2px 0;
}


ul.kome2 {
	margin: 0;
	padding: 4px 0 4px 0;
	list-style-type: none;
}

ul.kome2 li {
	position: relative;
	margin: 0;
	padding: 2px 0 2px 1em;
}

ul.kome2 li:after {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 0;
	font-size: 80%;
}



/*=============================================

目次形式のリスト

=============================================*/

dl.data_dl_structure {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

dl.data_dl_structure i {
	background-color: #ffffff;
	font-style: normal;
	padding: 0 10px 0 0;
}

dl.data_dl_structure dt {
	box-sizing: border-box;
	margin-right: 10px;
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px );
	background: url(../commonimg2/dot_line.png) center left repeat-x;
	background-size: 3px;
}
dl.data_dl_structure dd {
	box-sizing: border-box;
	margin: 0;
	padding-right: 0;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}



/*=============================================

強調

=============================================*/

.emp_red {
	position: relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	border-bottom:2px solid #fe4584;
	font-weight: bold;
	color:#fe4584;
}
.emp_red:before {
	content: "";
	position: absolute;
	left: 1px;
	top: -5px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 15px;
	height: 0 !important;
	line-height: 250%;
	width: 16px;
	background: url(../commonimg2/emp.svg) top left no-repeat;
}

.emp_yellow {
	position: relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	border-bottom:2px solid #fd8a02;
	font-weight: bold;
	color:#fd8a02;
}
.emp_yellow:before {
	content: "";
	position: absolute;
	left: 1px;
	top: -5px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 15px;
	height: 0 !important;
	line-height: 250%;
	width: 16px;
	background: url(../commonimg2/emp.svg) top left no-repeat;
	background-position: -16px 0;
}


.emp_green {
	position: relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	border-bottom:2px solid #008000;
	font-weight: bold;
	color:#008000;
}
.emp_green:before {
	content: "";
	position: absolute;
	left: 1px;
	top: -5px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 15px;
	height: 0 !important;
	line-height: 250%;
	width: 16px;
	background: url(../commonimg2/emp.svg) top left no-repeat;
	background-position: -32px 0;
}

.emp_blue {
	position: relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	border-bottom:2px solid #029af2;
	font-weight: bold;
	color:#029af2;
}
.emp_blue:before {
	content: "";
	position: absolute;
	left: 1px;
	top: -5px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 15px;
	height: 0 !important;
	line-height: 250%;
	width: 16px;
	background: url(../commonimg2/emp.svg) top left no-repeat;
	background-position: -48px 0;
}



/*=============================================

もみじアイコン

=============================================*/

.maple_text{
	margin: 0;
	padding: 5px 0 5px 24px;
	background: url(../commonimg2/maple.png) center left no-repeat;
	color:#ee7702;
}


/*=============================================

写真の枠

=============================================*/

.photo_flame {
	box-sizing: border-box;
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 0 1px 4px 1px #dfd2ce;
}


/*=============================================

その他

=============================================*/


/*お知らせ*/

.osirase{
margin:10px 0px 0px 0px;
padding:10px;
border:1px solid #dddcda;
background-color:#f5f4f2;
}

.osirase.snowman_left{
margin:10px 0px 0px 0px;
padding:10px;
padding-left:60px;
border:1px solid #dddcda;
background-color:#f5f4f2;
}

.extra_osirase{
	padding: 10px;
	font-size: 120%;
	color:#ff3300;
	border:4px solid #ff3300;
}


/*透過する*/

.alpha_style{opacity: 0.5;}
.alpha_no_style{opacity: 0;}

/*----------------------------------------------------------------*/
/*表示切り換え*/

div.m { display: none; }
div.p { display: block; }

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

.alpha_on_anime {
	-webkit-animation: alpha_on_anime_flm 2s forwards;
	animation: alpha_on_anime_flm 2s forwards;
}

@keyframes alpha_on_anime_flm {
	0% { opacity:0;  }
	100% { opacity:1; }
}

@-webkit-keyframes alpha_on_anime_flm {
	0% { opacity:0;  }
	100% { 	opacity:1;  }
}




/*=============================================

メインボタン

=============================================*/


/*ページ横のボタン*/

.side_smailclub {
	box-sizing: border-box;
	display: block;
	margin: 20px 0 7px -3px;
	padding: 0;
	width: 220px;
	height: 85px;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 42px;
	background-color: #fc1b55;
	box-shadow: 10px 10px 20px 0 #ff99bb inset,
-10px -10px 20px 0px #c00241 inset,
0px 1px 6px 0px #a4a3a2;
	transition: all 0.2s;
}

.side_smailclub i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 80px;
	height: 0 !important;
	line-height: 250%;
	width: 190px;
	background: url(../commonimg2/sideimage/smailclub.png) center center no-repeat;
	background-size: 100%;
}

.side_smailclub:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #fdd1e0 inset,
-10px -10px 20px 0px #ec3772 inset,
0px 1px 6px 0px #a4a3a2;
}



.side_ticket {
	box-sizing: border-box;
	display: block;
	margin: 0 0 7px -3px;
	padding: 0;
	width: 220px;
	height: 85px;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 42px;
	background-color: #ffa926;
	box-shadow: 10px 10px 20px 0 #fee29e inset,
-10px -10px 20px 0px #d05503 inset,
0px 1px 6px 0px #a4a3a2;
	transition: all 0.2s;
}

.side_ticket i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 80px;
	height: 0 !important;
	line-height: 250%;
	width: 190px;
	background: url(../commonimg2/sideimage/ticket.png) center center no-repeat;
	background-size: 100%;
}

.side_ticket:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #fef5de inset,
-10px -10px 20px 0px #eb8a17 inset,
0px 1px 6px 0px #a4a3a2;
}



.side_coupon {
	box-sizing: border-box;
	display: block;
	margin: 20px 0 7px -3px;
	padding: 0;
	width: 220px;
	height: 85px;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 42px;
	background-color: #fc1b55;
	box-shadow: 10px 10px 20px 0 #ff99bb inset,
-10px -10px 20px 0px #c00241 inset,
0px 1px 6px 0px #a4a3a2;
	transition: all 0.2s;
}

.side_coupon i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 80px;
	height: 0 !important;
	line-height: 250%;
	width: 190px;
	background: url(../commonimg2/sideimage/coupon.png) center center no-repeat;
	background-size: 100%;
}

.side_coupon:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #fdd1e0 inset,
-10px -10px 20px 0px #ec3772 inset,
0px 1px 6px 0px #a4a3a2;
}



.side_hgp {
	box-sizing: border-box;
	display: block;
	margin: 0 0 30px -3px;
	padding: 0;
	width: 220px;
	height: 85px;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 42px;
	background-color: #6fc142;
	box-shadow: 10px 10px 20px 0 #94e568 inset,
-10px -10px 20px 0px #3e8617 inset,
0px 1px 6px 0px #a4a3a2;
	transition: all 0.2s;
}

.side_hgp i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 80px;
	height: 0 !important;
	line-height: 250%;
	width: 190px;
	background: url(../commonimg2/sideimage/hgp.png) center center no-repeat;
	background-size: 100%;
}

.side_hgp:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #cefeb4 inset,
-10px -10px 20px 0px #54b320 inset,
0px 1px 6px 0px #a4a3a2;
}



/*本文中のボタン*/

.page_smailclub {
	float: left;
	box-sizing: border-box;
	display: block;
	margin: 10px 10px 7px 10px;
	padding: 0;
	width: calc(50% - 20px);
	height: 120px;
	border: 5px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 60px;
	background-color: #fc1b55;
	box-shadow: 10px 10px 30px 0 #ff99bb inset,
-10px -10px 30px 0px #88032f inset,
0px 1px 8px 0px #a4a3a2;
	transition: all 0.2s;
}

.page_smailclub i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 110px;
	height: 0 !important;
	line-height: 250%;
	width: 300px;
	background: url(../commonimg2/sideimage/page_smailclub.png) center center no-repeat;
	background-size: 110%;
}

.page_smailclub:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #fdd1e0 inset,
-10px -10px 20px 0px #ec3772 inset,
0px 1px 6px 0px #a4a3a2;
}



.page_hgp {
	float: left;
	box-sizing: border-box;
	display: block;
	margin: 10px 10px 7px 10px;
	padding: 0;
	width: calc(50% - 20px);
	height: 120px;
	border: 5px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 60px;
	background-color: #6fc142;
	box-shadow: 10px 10px 30px 0 #94e568 inset,
-10px -10px 30px 0px #2e6f0a inset,
0px 1px 8px 0px #a4a3a2;
	transition: all 0.2s;
}

.page_hgp i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 110px;
	height: 0 !important;
	line-height: 250%;
	width: 300px;
	background: url(../commonimg2/sideimage/page_hgp.png) center center no-repeat;
	background-size: 110%;
}

.page_hgp:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #cefeb4 inset,
-10px -10px 20px 0px #54b320 inset,
0px 1px 6px 0px #a4a3a2;
}



.page_coupon {
	float: left;
	box-sizing: border-box;
	display: block;
	margin: 10px 10px 7px 10px;
	padding: 0;
	width: calc(50% - 20px);
	height: 120px;
	border: 5px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 60px;
	background-color: #fc1b55;
	box-shadow: 10px 10px 30px 0 #ff99bb inset,
-10px -10px 30px 0px #88032f inset,
0px 1px 8px 0px #a4a3a2;
	transition: all 0.2s;
}

.page_coupon i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 110px;
	height: 0 !important;
	line-height: 250%;
	width: 300px;
	background: url(../commonimg2/sideimage/page_coupon.png) center center no-repeat;
	background-size: 110%;
}

.page_coupon:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #fdd1e0 inset,
-10px -10px 20px 0px #ec3772 inset,
0px 1px 6px 0px #a4a3a2;
}



.page_hgp_single {
	box-sizing: border-box;
	display: block;
	margin: 50px 0 0 0;
	padding: 0;
	width: 100%;
	height: 110px;
	border: 5px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 55px;
	background-color: #6fc142;
	box-shadow: 10px 10px 30px 0 #94e568 inset,
-10px -10px 30px 0px #235209 inset,
0px 1px 10px 0px #a4a3a2;
	transition: all 0.2s;
}

.page_hgp_single i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 100px;
	height: 0 !important;
	line-height: 250%;
	width: 90%;
	background: url(../commonimg2/sideimage/page_hgp_single.png) center center no-repeat;
	background-size: 90%;
}

.page_hgp_single:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #cefeb4 inset,
-10px -10px 20px 0px #54b320 inset,
0px 1px 6px 0px #a4a3a2;
}



.page_hgp_karuizawa {
	box-sizing: border-box;
	display: block;
	margin: 50px 0 0 0;
	padding: 0;
	width: 100%;
	height: 110px;
	border: 5px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 55px;
	background-color: #6fc142;
	box-shadow: 10px 10px 30px 0 #94e568 inset,
-10px -10px 30px 0px #235209 inset,
0px 1px 10px 0px #a4a3a2;
	transition: all 0.2s;
}

.page_hgp_karuizawa i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 100px;
	height: 0 !important;
	line-height: 250%;
	width: 90%;
	background: url(../commonimg2/sideimage/page_hgp_karuizawa.png) center center no-repeat;
	background-size: 90%;
}

.page_hgp_karuizawa:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #cefeb4 inset,
-10px -10px 20px 0px #54b320 inset,
0px 1px 6px 0px #a4a3a2;
}






/*トップページのホテルボタン*/

.top_hgp {
	box-sizing: border-box;
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	height: 120px;
	border: 5px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 60px;
	background-color: #6fc142;
	box-shadow: 10px 10px 30px 0 #94e568 inset,
-10px -10px 30px 0px #235209 inset,
0px 1px 10px 0px #a4a3a2;
	transition: all 0.2s;
}

.top_hgp i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 110px;
	height: 0 !important;
	line-height: 250%;
	width: 900px;
	background: url(../commonimg2/sideimage/top_hgp.png) center center no-repeat;
	background-size: 100%;
}

.top_hgp:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #cefeb4 inset,
-10px -10px 20px 0px #54b320 inset,
0px 1px 6px 0px #a4a3a2;
}



.top_hgp_karuizawa {
	box-sizing: border-box;
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	height: 120px;
	border: 5px solid #ffffff;
	box-shadow: 0 1px 6px 0 #a4a3a2;
	border-radius: 60px;
	background-color: #6fc142;
	box-shadow: 10px 10px 30px 0 #94e568 inset,
-10px -10px 30px 0px #235209 inset,
0px 1px 10px 0px #a4a3a2;
	transition: all 0.2s;
}

.top_hgp_karuizawa i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 110px;
	height: 0 !important;
	line-height: 250%;
	width: 900px;
	background: url(../commonimg2/sideimage/top_hgp_karuizawa.png) center center no-repeat;
	background-size: 100%;
}

.top_hgp_karuizawa:hover {
	transform: translate(0px, -2px);
	box-shadow: 10px 10px 20px 0 #cefeb4 inset,
-10px -10px 20px 0px #54b320 inset,
0px 1px 6px 0px #a4a3a2;
}











/*以上*/