@charset "utf-8";
/*===============================================================
	
	2016/6/6
	
===============================================================*/

/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
}
blockquote, q {	quotes: none;	}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}
input, textarea { margin: 0;	padding: 0;}
table{	border-collapse: collapse; border-spacing:0;	}
body { font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif; }
h1,h2,h3,h4,h5,h6,p,li,th,td,dt,dd { font-size:14px; line-height:22px; }
caption,th,td { text-align:left; vertical-align:top; }
img { vertical-align:top; border:0; }
ul,li { list-style:none; }
option { padding-right:1em; }
address,caption { font-style:normal; font-weight:normal; }
a {	outline:none;	text-decoration:underline; }
a:focus {	outline:none;	}
ul a ,li a {	zoom:1;	}
strong{ font-weight: bold; }
em{ font-style: italic; }

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

/* 文字サイズ、装飾
----------------------------------------------------------------*/
.bold	{	font-weight:bold; }
.cap {
	font-size:12px;
	line-height:15px;
	}		
.red	{	color:#943023;		}
.yellow	{	color:#cbb847;		}
.blue	{	color:#0047a2;		}
.lightblue { color:#00afd7; }
.green	{	color:#5b9000;	}
.brown	{	color:#633;		}
.pink	{	color:#f3c;		}
.gray	{	color:#eaeeed;		}
.deepgray { color:#92999f ;}
.align_center	{	text-align:center;		}
.align_right	{	text-align:right;		}
.replace {	overflow:hidden;	white-space:nowrap;	text-indent:100%;	}

/* フロート関係
----------------------------------------------------------------*/
.clear {
	width:100%;
	overflow:hidden;
}
.clearboth {
	clear:both;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
  *zoom: 1;
}
.flol {
	float:left;
}
.flor {
	float:right;
}
/* マージン
----------------------------------------------------------------*/
.mt0	{	margin-top:0px !important; }
.mt05	{	margin-top:5px;		}
.mt10	{	margin-top:10px;	}
.mt15	{	margin-top:15px;	}
.mt20	{	margin-top:20px;	}
.mt25	{	margin-top:25px;	}
.mt30	{	margin-top:30px;	}
.mt40	{	margin-top:40px;	}
.mt50	{	margin-top:50px;	}
.mt60	{	margin-top:60px;	}
.mt70	{	margin-top:70px;	}
.mt80	{	margin-top:80px;	}
.mt90	{	margin-top:90px;	}
.mt100	{	margin-top:100px;	}

.mb05	{	margin-bottom:5px;	}
.mb10	{	margin-bottom:10px;	}
.mb15	{	margin-bottom:15px;	}
.mb20	{	margin-bottom:20px;	}
.mb25	{	margin-bottom:25px;	}
.mb30	{	margin-bottom:30px;	}
.mb40	{	margin-bottom:40px;	}
.mb50	{	margin-bottom:50px;	}

/* html/body設定
----------------------------------------------------------------*/
html {
}
body {
	width: 100%;
	color:#000;
	text-align:left;
	font-size:14px;
	line-height:25px;
	-webkit-text-size-adjust:none; /* 縦横文字サイズ同じ */
	-webkit-font-smoothing: antialiased;
}
a {
	color:#36C;
	-webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
	-ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;  
	-moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
	-o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}
a:hover { color:#39F }

.boxshadow {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.hover a {
	-webkit-transition: .1s linear opacity, .1s linear transform;
	transition: .1s linear opacity, .1s linear transform;
}
.hover a:hover {
	opacity: 0.7;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～640px */
@media only screen and (max-width: 736px) {
body {
	font-size:4vw;
	line-height:1.6;
}
.hover a:hover {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}	/* for SP max-width: 736px */

/*===============================================================
	
	基本文字サイズ
	
===============================================================*/
h2 {
	/*font-size:172%;	/* 24px */
	font-weight:bold;
}
h3 {
	/*font-size:172%;	/* 24px */
	font-weight:bold;
}
h4 {
	/*font-size:115%;	/* 16px */
	line-height:1.6;
	font-weight:bold;
}
p {
	/*font-size:100%;	/* 14px */
	line-height:1.8;
}
sup {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:15px;
}
/*===============================================================
	
	PC/SP/TABLET
	
===============================================================*/
.sp {
	display:none;
}
.pc {
}
.tablet {
	display:none;
}
.sp {
	display:none;
}
.sp_tablet {
	display:none;
}
.none {
	display:none;
}
/* タブレット以下 */
@media screen and (max-width: 1030px) {
.pc {
	display:none;
}
.tablet,
.pc_tablet,
.sp_tablet {
	display:block;
}
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.sp {
	display:block;
}
.pc_tablet,
.tablet {
	display:none;
}
}	/* for SP max-width: 736px */

/*===============================================================
	
	img fig
	
===============================================================*/
.fig img,
.fitimg img, 
.photo img {
	width:100%;
	height:auto;
}

.fig {
	border:solid 1px #ddd;
}
.content .fig {
	margin-top:30px;
}
.borderimg {
	border:solid 1px #ddd;
}
/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.content .fig {
	margin-top:15px;
}
}	/* for SP max-width: 736px */

/*===============================================================
	
	レイアウト
	
===============================================================*/
.wrapper {
}
.content_width {
	width:1030px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.narrow_width {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
/* タブレット以下 */
@media screen and (max-width: 1030px) {
.wrapper {
	background: url("../images/bg_cats_sp.jpg") repeat top center;
	background-size: 100% auto;
}	
.content_width {
	width: 100%;
}
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.narrow_width {
	width: 100%;
}
}	/* for SP max-width: 736px */
/*===============================================================
	
	ヘッダ
	
===============================================================*/
.header_wrp {
	width:100%;
	background: #fff url("../images/pattern_line.png") repeat-x top center;
	background-size: 102px 12px;
	border-bottom: 1px solid #eee;
	padding-top: 12px;
	position: fixed;
	z-index: 300;
}
.header {
	width: 100%;
	height: 110px;
	position: relative;
}
.header .logo {
	position: absolute;
	width: 215px;
	height: 65px;
	top:0; bottom: 0; left: 0; margin: auto;
}
.header .logo a {
	display: block;
}
.header .logo img {
	width: 100%; height: auto;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.header_wrp {
	height: 40px;
	background: none;
	border-bottom: none;
	padding-top: 0;
	position: static;
}
.header {
	width: 100%;
	height: 40px;
	position: relative;
	position: fixed;
	background: #fff;
	z-index: 500;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
.header .logo {
	width: 90px;
	height: 27px;
	right: 0;
}

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	nav_wrp	
-------------------------------------------------------------*/
.header .nav_wrp {
	position: absolute;
	top: 20px;
	right: 0;
	width: 815px;
}
.header .nav_wrp .nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.header .nav_wrp .nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.header .nav_wrp .nav .navlist li {
	font-size: 14px;
	line-height: 25px;
	margin-right: 30px;
}
.header .nav_wrp .nav .navlist li a {
	display: block;
	text-decoration: none;
	color: #000;
	border-bottom: solid 1px #fff;
}
.header .nav_wrp .nav .navlist li a:hover {
	border-bottom: solid 1px #000;
}
.header .nav_wrp .nav .sns li {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}
.header .nav_wrp .nav .sns li:last-child {
	margin-right:0;
}
.header .nav_wrp .nav .sns li a {
	display: block;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.header .nav_wrp {
	display: none;
}
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	navigation	
-------------------------------------------------------------*/
.header .nav_wrp .navigation {
	margin-top: 15px;
}
.header .nav_wrp .navigation ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.header .nav_wrp .navigation ul li {
	width: 110px;
	margin-left: 10px;
}
.header .nav_wrp .navigation ul li a {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 15px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */

/*===============================================================
	
	フッター
	
===============================================================*/
.footer_wrp {
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.footer_wrp {
}	

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	.footer_sitemap
-------------------------------------------------------------*/
.footer_sitemap_wrp {
	background:url("../images/pattern_line.png") repeat-x bottom center;
	background-size: 102px 12px;
	padding-bottom: 12px;
}
.footer_sitemap_wrp .menubtn {
	display: none;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.footer_sitemap_wrp .menubtn {
	display: block;
	padding-bottom: 20px;
}
.footer_sitemap_wrp .menubtn a {
	display: block;
	width: 100px;
	margin: 0 auto;
	color: #FF4543;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #FF4543;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
}

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	footer_copy_wrp	
-------------------------------------------------------------*/
.footer_copy_wrp {
	position: relative;
	padding: 20px 0;
	background: #fff;
}
.footer_copy_wrp .logo {
	position: relative;
	z-index: 1;
	width: 200px;
}
.footer_copy_wrp .logo img {
	width: 100%;
	height: auto;
}
.footer_copy_wrp .nav {
	position: absolute;
	top: 0; bottom: 0; left: 220px; margin: auto;
	height: 26px;
}
.footer_copy_wrp .nav ul {
	text-align: center;
}
.footer_copy_wrp .nav ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
}
.footer_copy_wrp .nav ul li:nth-child(1) {
	padding-right: 20px;
}
.footer_copy_wrp .nav ul li a {
	display: block;
	text-decoration:none;
	color:#000;
	border-bottom:solid 1px #fff;
}
.footer_copy_wrp .nav ul li a:hover {
	border-bottom: solid 1px #000;
}
.footer_copy_wrp .copyright {
	position: absolute;
	display: inline-block;
	top: 0; bottom: 0; right: 0; margin: auto;
	height: 44px;
	font-size: 14px;
	line-height: 22px;
	text-align: right;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.footer_copy_wrp {
	display: block;
	padding: 20px;
}
.footer_copy_wrp .logo {
	width: 150px;
}	
.footer_copy_wrp .nav {
	top: 30px; bottom: auto; left: 0; right: 0;
}
.footer_copy_wrp .copyright {
	top: auto; bottom: 30px; left: 0; right: 0;
	font-size: 12px;
	text-align: center;
}	

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.footer_copy_wrp {
	padding: 4vw 4vw 6vw;
}
.footer_copy_wrp .logo {
	width: 25vw;
	margin: 0 auto;
}		
.footer_copy_wrp .nav {
	position: static;
	margin-top: 3vw;
}
.footer_copy_wrp .nav ul {
}
.footer_copy_wrp .nav ul li {
	font-size: 4vw;
	line-height: 1.6;
}
.footer_copy_wrp .nav ul li a:hover {
	border-bottom: solid 1px #fff;
}	
.footer_copy_wrp .copyright {
	position: static;
	display: block;
	margin-top: 3vw;
	font-size: 3vw;
	line-height: 1.6;
}		

}	/* for SP max-width: 736px */

/*===============================================================
	
	MENU
	
===============================================================*/

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.menu_bg {
	background:#7E3E3E;
	position:absolute;
	z-index:300;
	top:0;
	left:0;
}
.menu_icon {
	position:absolute;
	position:fixed;
	top:10px;
	right:10px;
	z-index:300;
}
.menu .menu_nav {
	background:#7E3E3E;
	position:absolute;
	top:40px;
	width:100%;
	z-index:300;
}
.menu .navlist {
	width:100%;
	overflow:hidden;
}
.menu .navlist li a {
	position:relative;
	width:100%;
	font-weight:bold;
	display:block;
	border-bottom:solid 1px rgba(255,255,255,0.1);
	font-size:16px;
	line-height:45px;
	text-decoration:none;
	padding:0 15px;
	box-sizing:border-box;
	color:#fff;
}
.menu .navlist li a:after {
	position:absolute;
	content:" ";
	width:8px; height:8px;
	top:0; bottom:0; left:auto; right:15px;
	margin:auto;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.menu .navlist li .subnav li a {
	font-weight:normal;
	font-size:14px;
	line-height:40px;
	padding:0 20px 0 40px;
	color:#6d6886;
	background:#fff;
	border-bottom:solid 1px rgba(0,0,0,0.1);
}
.menu .navlist li .subnav li a:after {
	width:10px; height:10px;
	top:0; bottom:0; left:auto; right:20px;
	margin:auto;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
}
.menu .sns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 0;
}
.menu .sns li {
	width: 30px;
	height: 30px;
	padding: 0 5px;
}
.menu .sns li a {
	display: block;
	
}
.menu .closebtn {
	border-top:solid 1px rgba(255,255,255,0.1);
	padding:20px 0;
}
.menu .closebtn a {
	display:block;
	border:solid 1px rgba(255,255,255,0.5);
	border-radius:5px;
	width:100px;
	box-sizing:border-box;
	color:#fff;
	text-align:center;
	margin:0 auto;
	text-decoration:none;
	line-height:40px;
}
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	menu-trigger
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 1030px) {
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 20px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* animation */
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9.5px) rotate(-45deg);
	transform: translateY(9.5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	-webkit-transform: translateY(0) rotate(180deg);
	transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9.5px) rotate(45deg);
	transform: translateY(-9.5px) rotate(45deg);
}
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */


/*===============================================================
	
	grid
	
===============================================================*/
.gridconatiner {
	margin-top:-50px;
}
.gridconatiner .grid {
	float:left;
}
.grid {
	margin-top:50px;
}
/*	gridSize :445 gutterSize :50 column :2 */
.gridwrp_2 { width:105.319%;}
.gridwrp_2 .grid_2 { width:94.949%; margin-right:5.051%; }
.gridwrp_2 .grid_1 { width:44.949%; margin-right:5.051%; }
.gridwrp_2 .grid:nth-child(2n+1) {
	clear:both;
}

/*	gridSize :280 gutterSize :50 column :3 */
.gridwrp_3 { width:105.319%;}
.gridwrp_3 .grid_3 { width:94.949%; margin-right:5.051%; }
.gridwrp_3 .grid_2 { width:61.616%; margin-right:5.051%; }
.gridwrp_3 .grid_1 { width:28.283%; margin-right:5.051%; }
.gridwrp_3 .grid:nth-child(3n+1) {
	clear:both;
}

/*	gridSize :210 gutterSize :40 column :4 */
.gridwrp_4 { width:104.167%;}
.gridwrp_4 .grid_4 { width:96.000%; margin-right:4.000%; }
.gridwrp_4 .grid_3 { width:71.000%; margin-right:4.000%; }
.gridwrp_4 .grid_2 { width:46.000%; margin-right:4.000%; }
.gridwrp_4 .grid_1 { width:21.000%; margin-right:4.000%; }
.gridwrp_4 .grid:nth-child(4n+1) {
	clear:both;
}

.column + .gridconatiner {
	margin-top:-20px;
} 

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.gridconatiner {
	margin-top:-20px;
}
.gridwrp_3,
.gridwrp_3 .grid_1,
.gridwrp_2,
.gridwrp_2 .grid_1 {
	width:100%; margin-right:0;
}
.gridwrp_4 { width:105.000%;}
.gridwrp_4 .grid_1 { width:45.238%; margin-right:4.762%; }

.grid {
	margin-top:20px;
}
.grid:first-child {
	/*margin-top:0px;*/
}
.gridwrp_4 .grid:nth-child(2) {
	/*margin-top:0;*/
}

.sp_gridwrp2 .gridwrp_3 { width:105.319%;}
.sp_gridwrp2 .gridwrp_3 .grid_2 { width:94.949%; margin-right:5.051%; }
.sp_gridwrp2 .gridwrp_3 .grid_1 { width:44.949%; margin-right:5.051%; }
.sp_gridwrp2 .gridwrp_3 .grid:nth-child(2n+1) {
	clear:both;
}
.sp_gridwrp2 .gridwrp_3 .grid:nth-child(3n+1) {
	clear:none;
}
.sp_gridwrp2 .gridwrp_2 { width:105.319%;}
.sp_gridwrp2 .gridwrp_2 .grid_2 { width:94.949%; margin-right:5.051%; }
.sp_gridwrp2 .gridwrp_2 .grid_1 { width:44.949%; margin-right:5.051%; }
.sp_gridwrp2 .gridwrp_2 .grid:nth-child(2n+1) {
	clear:both;
}
.sp_gridwrp2 .gridwrp_2 .grid:nth-child(3n+1) {
	clear:none;
}
.sp_gridwrp2 .linkarea p {
	padding: 0;
}
.column + .gridconatiner {
	margin-top:0;
} 
}	/* for SP max-width: 736px */

/*===============================================================
	
	flex_container
	
===============================================================*/
.flex_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: -40px;
}
.flex_container .item {
	flex-basis: auto;
	margin-top: 40px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
	
} /* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.flex_container {
	margin-top: -4vw;
}	
.flex_container .item {
	margin-top: 4vw;
}	
	
} /* for SP max-width: 736px */

/*----------------------------------------------------------------
アイテム比率
----------------------------------------------------------------*/
.flex_container .item_1_1 {
	width: 100%;
}
.flex_container .item_2_1 {
	width: 48.5%;
	margin-right: 3%;
}
.flex_container .item_3_1 {
	width: 31%;
	margin-right: 3.5%;
}
.flex_container .item_4_1 {
	width: 23.5%;
	margin-right: 2%;
}
.flex_container .item_5_1 {
	width: 18.75%;
	margin-right: 1.5625%;
}
.flex_container .item_2_1:nth-child(2n),
.flex_container .item_3_1:nth-child(3n),
.flex_container .item_4_1:nth-child(4n),
.flex_container .item_5_1:nth-child(5n) {
	margin-right: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
/*4→3カラム*/
.flex_container .item_4_1,
.flex_container .item_4_1:nth-child(4n) {
	width: 32%;
	margin-right: 2%;
}
/*5→4カラム*/
.flex_container .item_5_1,
.flex_container .item_5_1:nth-child(5n) {
	width: 23%;
	margin-right: 2.6666%;
}
.flex_container .item_4_1:nth-child(3n),
.flex_container .item_5_1:nth-child(4n) {
	margin-right: 0;
}
} /* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
/*2→1カラム*/
/*3→1カラム*/
/*4→1カラム*/	
.flex_container .item_2_1,
.flex_container .item_3_1,
.flex_container .item_4_1 {
	width: 100%;
	margin-right: 0;
}
.flex_container .item_4_1:nth-child(4n) {
	width: 100%;
	margin-right: 0;
}
	
/*5→2カラム*/
.flex_container .item_5_1,
.flex_container .item_5_1:nth-child(4n),
.flex_container .item_5_1:nth-child(5n) {
	width: 48%;
	margin-right: 4%;
}	
.flex_container .item_5_1:nth-child(2n) {
	margin-right: 0;
}
	
} /* for SP max-width: 736px */

/*===============================================================
	
	fixed
	
===============================================================*/
.fixed {
	position: fixed;
	top: 0;
}
.bg_fixed {
	background-attachment: fixed;
}
/* タブレット以下 */
@media screen and (max-width: 940px) {
.fixed {
	position: fixed;
	top: 0;
}
}	/* for tablet max-width: 940px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */


/*===============================================================
	
	PAGETOP
	
===============================================================*/
#btn_pagetop {
	width:100%;
	overflow:hidden;
}
#btn_pagetop a {
	display:block;
	position:fixed;
	right:-300px; top:0;
	width:50px; height:50px;
	color:#fff;
	background-color:#FF4543;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	z-index:101;
	border-radius:30px;
	-webkit-transition: .1s linear background-color, .1s linear transform;
	transition: .1s linear background-color, .1s linear transform;
}
#btn_pagetop a:hover {
	background-color:#ff8f8e;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
#btn_pagetop a:after {
	position:absolute;
	content:" ";
	width:14px; height:14px;
	top:20px; left:0; right:0; bottom:auto;
	margin:auto;
	border-top:solid 2px #fff;
	border-left:solid 2px #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius:2px;
}

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
#btn_pagetop a {
	width:40px;
	height:40px;
	background-size:40px 40px;
}
#btn_pagetop a:hover {
	background-color:#FF4543;
	-webkit-transform: none;
	transform: none;
}	
#btn_pagetop a:after {
	width:12px; height:12px;
	top:17px; left:0; right:0; bottom:auto;
}
}	/* for SP max-width: 736px */

/*===============================================================
	
	btn_detail
	
===============================================================*/
.btn_detail {
	width:250px;
	margin:0 auto;
}
* + .btn_detail {
	margin-top:40px;
}
.btn_detail + .btn_detail {
	margin-top:20px;
}
.btn_detail a {
	position: relative;
	text-decoration: none;
	display: block;
	background-color: #7E3E3E;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 20px;
}
.btn_detail.arw_go a:after {
	position: absolute;
	content: '';
	width: 8px; height: 8px;
	top: 0; left: auto; bottom: 0; right: 10px;
	margin: auto;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.btn_detail.arw_back a:after {
	position: absolute;
	content: '';
	width: 8px; height: 8px;
	top: 0; right: auto; bottom: 0; left: 10px;
	margin: auto;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.btn_detail {
}
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.btn_detail {
	width:80%;
	margin:0 auto;
}
* + .btn_detail {
	margin-top: 5vw;
}
.btn_detail + .btn_detail {
	margin-top: 2vw;
}	
.btn_detail a {
	font-size: 4.5vw;
	padding: 4vw;
	border-radius: 15vw;
}
.btn_detail.arw_go a:after {
	width: 2vw; height: 2vw;
}
.btn_detail.arw_back a:after {
	width: 2vw; height: 2vw;
}

}	/* for SP max-width: 736px */

/*===============================================================
	
	btn
	
===============================================================*/
.btn_red a {
	color: #fff;
	background: #FF4543;
}
.btn_orange a {
	color: #fff;
	background: #FC7F00;
}
.btn_green a {
	color: #fff;
	background: #34A34E;
}
.btn_blue a {
	color: #fff;
	background: #1A9193;
}
.btn_purple a {
	color: #fff;
	background: #98449E;
}


.btn_new_book a {
	color: #fff;
	background: #FC7F00;
}
.btn_seasonal a {
	color: #fff;
	background: #34A34E;
}
.btn_rieko_nakagawa_yuriko_yamawaki a {
	color: #fff;
	background: #1A9193;
}
.btn_play_book a {
	color: #fff;
	background: #FF4543;
}
.btn_fun_poem a {
	color: #fff;
	background: #34A34E;
}
.btn_word_play_book a {
	color: #fff;
	background: #FC7F00;
}
.btn_creative_picture_book a {
	color: #fff;
	background: #FF4543;
}
.btn_overseas_picture_book a {
	color: #fff;
	background: #98449E;
}
.btn_nora_original a {
	color: #fff;
	background: #FC7F00;
}
.btn_overseas_book a {
	color: #fff;
	background: #1A9193;
}
.btn_masterpieces a {
	color: #fff;
	background: #98449E;
}
.btn_dorothy_butler a {
	color: #fff;
	background: #FC7F00;
}
.btn_present_book a {
	color: #fff;
	background: #34A34E;
}
.btn_set_products a {
	color: #fff;
	background: #FF4543;
}
.btn_featured_books a {
	color: #fff;
	background: #98449E;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */

/*===============================================================
	
	pankuzu
	
===============================================================*/
.pankuzu {
	background: #F2EFEC;	
}
.pankuzu ul {
	text-align: left;
	padding: 7.5px 0;
}
.pankuzu li {
	display: inline-block;
	color: #7E3E3E;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
}
.pankuzu li:first-child {
	padding-left: 0;
}
.pankuzu li a {
	position: relative;
	color: #7E3E3E;
	text-decoration: none;
	padding-right: 15px;
}
.pankuzu li a:after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0; bottom: 0;
	right: 0;
	border-right: solid 1px #7E3E3E;
	border-bottom: solid 1px #7E3E3E;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* タブレット以下 */
@media screen and (max-width: 1030px) {
.pankuzu {
}	
.pankuzu ul {
	padding: 7.5px 20px;
	overflow-x: auto;
  white-space: nowrap;
}
/*スクロールバー全体*/
.pankuzu ul::-webkit-scrollbar {
	height: 3px;
}
/*スクロールバーの軌道*/
.pankuzu ul::-webkit-scrollbar-track {
  background: #b7a2a2;
}
/*スクロールバーの動く部分*/
.pankuzu ul::-webkit-scrollbar-thumb {
  background-color: #7E3E3E;
  border-radius: 1.5px;
}

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.pankuzu {
	padding: 0;
}		
.pankuzu ul {
	padding: 2vw 4vw;
	overflow-x: auto;
  white-space: nowrap;
}
.pankuzu li {
	font-size: 3.5vw;
	line-height: 1.4;
	padding-left: 2vw;
}
.pankuzu li a {
	padding-right: 4vw;
}

}	/* for SP max-width: 736px */

/*===============================================================
	
	section
	headlineとcontentなど、複数の要素、機能を取りまとめるコンテナ的な親要素。
	幅はsection_innerに記述する
	
===============================================================*/
.section_wrp {
	padding: 123px 0 60px;
	background: url("../images/bg_cats.jpg") no-repeat center center;
	background-color: #fff;
	background-size: contain;
	background-attachment: fixed;
}
.section {
	width: 100%;
}
.section_minh {
	min-height: 700px;
}
.section_inner {
	margin: 0 auto;
	padding: 50px 0 50px 0;
}
.section + .section .section_inner {
	padding-top: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.section_wrp {
	padding: 12px 0 60px;
	background: url("../images/pattern_line.png");
	background-repeat: repeat-x;
	background-position: top center;
	background-size: 102px 12px;
}
.section_inner {
	margin: 0 auto;
	padding: 50px 20px 60px 20px;
}
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.section_wrp {
	padding: 12px 0 6vw;
}	
.section_minh {
	min-height: 80vw;
}	
.section_inner {
	margin: 0 auto;
	padding: 6vw 4vw 6vw;
}
.section + .section .section_inner {
	padding-top: 1vw;
}
}	/* for SP max-width: 736px */


/*===============================================================
	
	content 
	個別のコンテンツ
	
===============================================================*/
.content {
}
.headline + .content {
	margin-top: 40px;
}
.headline_sub + .content {
	margin-top: 40px;
}
.content + .content {
	margin-top: 50px;
}
.content + .headline {
	margin-top: 50px;
}
.content p {
	font-size: 16px;
	line-height: 1.8;
}
.content dt,
.content dd {
	font-size: 16px;
	line-height: 1.6;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.content {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.content {
	width: 100%;
	margin: 0 auto;
}
.headline + .content {
	margin-top: 5vw;
}
.headline_sub + .content {
	margin-top: 5vw;
}	
.content + .content {
	margin-top: 6vw;
}
.content + .headline {
	margin-top: 6vw;
}
.content p,
.content dt,
.content dd {
	font-size: 4vw;
	line-height: 1.6;
}	
	
}	/* for SP max-width: 736px */

/*===============================================================
	
	headline
	
===============================================================*/
.headline {
	padding: 0 10px;
	border: 1px solid #FF4543;
	box-sizing: border-box;
	border-radius: 30px;
	background: #fff;
}
.headline .title {
	color: #FF4543;
	font-size: 35px;
	line-height: 58px;
	font-weight: bold;
	text-align: center;
}
.headline_sub .title {
	font-size: 25px;
}
.headline_blue {
	border: 1px solid #1A9193;
	background: #1A9193;
}
.headline_blue .title {
	color: #fff;
}
.headline_brown {
	border: 1px solid #7E3E3E;
	background: #7E3E3E;
}
.headline_brown .title {
	color: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.headline {
	padding: 2vw;
	border-radius: 10vw;
}
.headline .title {
	font-size: 5vw;
	line-height: 1;
}
.headline_sub .title {
	font-size: 5vw;
}

}	/* for SP max-width: 736px */


/*===============================================================
	
	txtlink 2016/11/16
	
===============================================================*/
.txtlink a {
	padding-left:15px;
	color:#000;
	text-decoration:none;
	position:relative;
	display:inline-block;
}
.txtlink a:hover {
	color:#c00;
}
.txtlink a:after {
	position:absolute;
	content:" ";
	width:6px; height:6px;
	top:7px; bottom:auto; left:0; right:auto;
	margin:auto;
	border-top:solid 2px #c00;
	border-left:solid 2px #c00;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.txtlink.arw_prev a {
}
.txtlink.arw_prev a:after {
	top:7px; bottom:auto; left:3px; right:auto;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.txtlink.arw_after a {
	padding-left:0;
	padding-right:10px;
}
.txtlink.arw_after a:after {
	left:auto; right:0;
}
.txtlink.arw_down a:after {
	top:7px; bottom:auto; left:2px; right:auto;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.txtlink.arw_after_down a {
	padding-left:0;
	padding-right:10px;
}
.txtlink.arw_after_down a:after {
	top:7px; bottom:auto; left:auto; right:0;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/*	arw_box */
.txtlink.arw_box a {
	padding-left:25px;
}
.txtlink.arw_box a:before {
	content:' ';
	width:20px;
	height:20px;
	background:#000;
	position:absolute;
	top:2px; bottom:auto; left:0; right:auto; margin:auto;
}
.txtlink.arw_box a:after {
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	top:8px; bottom:auto; left:5px; right:auto;
}

/*===============================================================
	
	topiclist
	
===============================================================*/
.topiclist .item {
	position: relative;
}
.topiclist .item + .item {
	margin-top: 30px;
}
.topiclist .item a {
	display: block;
	text-decoration: none;
	background: #F2EFEC;
	padding: 30px 20px;
	border-radius: 40px;
}
.topiclist .item .tag {
	position: absolute;
	top: -15px;
	left: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
	border-radius: 15px;
	background: #FF4543;
}
.topiclist .item dl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #7E3E3E;
}
.topiclist .item dt {
	width: 170px;
	line-height: 20px;
	font-weight: bold;
}
.topiclist .item dd {
	width: calc(100% - 170px);
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.topiclist .item_deactive a {
	pointer-events: none;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.topiclist .item + .item {
	margin-top: 4vw;
}
.topiclist .item:after {
	content:'';
	position:absolute;
	width: 2vw; height: 2vw;
	top: 6vw; left: auto; right: 4vw;
	margin: auto;
	border-top: solid 1px #7E3E3E;
	border-left: solid 1px #7E3E3E;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.topiclist .item_deactive:after {
	display: none;
}		
.topiclist .item a {
	padding: 4vw;
	border-radius: 2vw;
}
.topiclist .item .tag {
	position: absolute;
	top: -2vw;
	left: 4vw;
	font-size: 3vw;
	line-height: 1;
	padding: 1vw 2vw;
	border-radius: 15px;
}
.topiclist .item dt {
	width: 100%;
	font-size: 4vw;
	line-height: 1.6;
}
.topiclist .item dd {
	border-top: dashed 1px rgba(126,62,62,0.2);
	margin-top: 2vw;
	padding-top: 2.5vw;
	width: 100%;
	font-size: 4vw;
	line-height: 1.6;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}

}	/* for SP max-width: 736px */

/*===============================================================
	
	txtdetail
	
===============================================================*/
.txtdetail {
}
.txtdetail .date {
	color: #FF4543;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	margin-top: 0;
}
.txtdetail .title {
	color: #7E3E3E;
	font-size: 30px;
	line-height: 1.6;
	font-weight: bold;
}
.txtdetail .date + .title {
	margin-top: 15px;
}
.txtdetail * + .title {
	margin-top: 80px;
}
.txtdetail .head {
	color: #34A34E;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}
.txtdetail * + .head {
	margin-top: 30px;
}
.txtdetail p {
}
.txtdetail * + p {
	margin-top: 30px;
}
.txtdetail .title + p {
	margin-top: 20px;
}
.txtdetail .head + p {
	margin-top: 10px;
}
.txtdetail p a {
	color: #FF4543;
	text-decoration: none;
}
.txtdetail p a:hover {
	text-decoration: underline;
}
.txtdetail .list {
	margin-top: 20px;
}
.txtdetail .list li {
	font-size: 14px;
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}
.txtdetail .list li ul {
	margin-top: 10px;
}
.txtdetail .list li ul li {
	font-size: 12px;
	margin-top: 0;
}
.txtdetail .data {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
}
.txtdetail .data dt {
	width: 200px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.txtdetail .data dd {
	width: calc(100% - 200px);
	font-size: 16px;
	line-height: 1.8;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}


/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.txtdetail {
}
.txtdetail .date {
	font-size: 4vw;
}
.txtdetail .title {
	font-size: 4.5vw;
}
.txtdetail .date + .title {
	margin-top: 2vw;
}
.txtdetail * + .title {
	margin-top: 5vw;
}
.txtdetail .head {
	font-size: 4vw;
}	
.txtdetail * + .head {
	margin-top: 3vw;
}
.txtdetail p {
}
.txtdetail * + p {
	margin-top: 3vw;
}
.txtdetail .title + p {
	margin-top: 2vw;
}
.txtdetail .head + p {
	margin-top: 1vw;
}	
.txtdetail .list {
	margin-top: 2vw;
}
.txtdetail .list li {
	font-size: 3.5vw;
	line-height: 1.6;
	margin-top: 2vw;
}
.txtdetail .list li ul {
	margin-top: 2vw;
}
.txtdetail .list li ul li {
	font-size: 3vw;
}	
.txtdetail .data {
	margin-top: 2vw;
	border-bottom: 1px solid #ddd;
}
.txtdetail .data dt {
	width: 100%;
	font-size: 4vw;
	line-height: 1.6;
	padding: 2vw 0 0;
	border-top: 1px solid #ddd;
}
.txtdetail .data dd {
	width: 100%;
	font-size: 4vw;
	line-height: 1.6;
	padding: 0 0 2vw;
	border-top: none;
}	

}	/* for SP max-width: 736px */

/*===============================================================
	
	ビジュアルエディタ部分（フロントおよび入力欄共通）
	
===============================================================*/
html .mceContentBody {
	text-align:left;
	color:#000;
	margin-top: 40px;
}
html .book_detail .mceContentBody {
	margin-top: 0;
}
html .book_detail .mceContentBody .cap {
	font-size: 12px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
html .mceContentBody {
}
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
html .mceContentBody {
	width:auto;
	margin-top: 4vw;
	font-size: 4vw;
	line-height: 1.6;
}
}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
見出し
-------------------------------------------------------------*/
html .mceContentBody h3 {
	color: #34A34E;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}
html .mceContentBody * + h3 {
	margin-top: 30px;
}
html .mceContentBody h4 {
/*	color: #34A34E;*/
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
}
html .mceContentBody * + h4 {
	margin-top: 30px;
}
html .mceContentBody p {
	margin-top: 0;
}
html .mceContentBody * + p {
/*	margin-top: 30px;*/
	margin-top: 10px;
}
html .mceContentBody h3 +  p {
	margin-top: 10px;
}
html .mceContentBody h4 +  p {
	margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
html .mceContentBody h3 {
	font-size: 4vw;
}
html .mceContentBody * + h3 {
	margin-top: 3vw;
}
html .mceContentBody h4 {
	font-size: 4vw;
}
html .mceContentBody * + h4 {
	margin-top: 3vw;
}
html .mceContentBody p {
	margin-top: 0;
}
html .mceContentBody * + p {
	margin-top: 3vw;
}	
html .mceContentBody h3 +  p {
	margin-top: 1vw;
}
html .mceContentBody h4 +  p {
	margin-top: 1vw;
}	
	
}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
リンク
-------------------------------------------------------------*/
html .mceContentBody a {
	color: #FF4543;
	text-decoration: none;
}
html .mceContentBody a:hover {
	text-decoration: underline;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
html .mceContentBody a {
}

}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
テキスト
-------------------------------------------------------------*/
html .mceContentBody strong {
	font-weight: bold;
}

html .mceContentBody em {
	font-style:italic;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
画像
-------------------------------------------------------------*/
html .mceContentBody img {
	width:auto;
	margin:0 auto;
}
.aligncenter {
	clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
html .mceContentBody img {
	max-width: 100%;
	height: auto;
	width: auto;
}
}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
引用
-------------------------------------------------------------*/
html .mceContentBody blockquote {
	font-size: 16px;
	line-height: 1.8;
	padding: 20px;
	border: solid 1px #ddd;
	background: #fff;
	margin-top: 1em;
}
html .mceContentBody blockquote p {
	margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
html .mceContentBody blockquote {
	font-size: 4vw;
	line-height: 1.6;
	padding: 4vw;
}

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
リスト
-------------------------------------------------------------*/
html .mceContentBody ul,ol {
	margin-top: 1em;
}
html .mceContentBody ul li {
	list-style-type: disc;
	margin-bottom: 0.7em;
	margin-left: 1.5em;
	font-size: 16px;
	line-height: 1.8;
}
html .mceContentBody ol li {
	list-style-type: decimal-leading-zero;
	margin-left: 2.3em;
	margin-bottom: 0.7em;
	font-size: 16px;
	line-height: 1.8;
}
html .mceContentBody dl {
	margin-bottom: 1em;
}
html .mceContentBody dl dt {
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
}
html .mceContentBody dl dd {
	margin-bottom: 0.7em;
	padding-left: 2em;
	font-size: 16px;
	line-height: 1.8;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
html .mceContentBody ul li {
	font-size: 4vw;
	line-height: 1.6;
}
html .mceContentBody ol li {
	font-size: 4vw;
	line-height: 1.6;
}
html .mceContentBody dl dt {
	font-size: 4vw;
	line-height: 1.6;
}
html .mceContentBody dl dd {
	font-size: 4vw;
	line-height: 1.6;
}

}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
テーブル
	
-------------------------------------------------------------*/
html .mceContentBody table {
	width: 100%;
  border-collapse:collapse;
  border:none;
  border-spacing:0;
	background: #fff;
	margin-top: 20px;
}
html .mceContentBody table th,
html .mceContentBody table td {
	vertical-align:top;
	font-size: 16px;
	line-height: 1.8;
	font-weight:normal;
  text-align:left;
	padding: 10px;
  border:solid 1px #000;
}
html .mceContentBody table th {
	font-weight: bold;
	border: 1px solid #ddd;
}
html .mceContentBody table td {
	color: #666;
	border: 1px solid #ddd;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
html .mceContentBody table {
	margin-top: 2vw;
}
html .mceContentBody table th,
html .mceContentBody table td {
	display:block;
	width:auto;
	font-size: 4vw;
	line-height: 1.6;
	padding: 2vw;
	margin:0;
	border-top:0;
	box-sizing:border-box;
}
html .mceContentBody table tr:first-child th {
	border-top:1px solid #ddd;
}

}	/* for SP max-width: 736px */

/*===============================================================
	
	旧コーディング用
	
===============================================================*/
html .mceContentBody .news,
html .mceContentBody .event_body {
	font-size: 16px;
	line-height: 1.8;
}
html .mceContentBody .event_more {
	font-size: 16px;
	line-height: 1.8;
	padding: 20px;
	border: solid 1px #ddd;
	background: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
html .mceContentBody .news,	
html .mceContentBody .event_body {
	font-size: 4vw;
	line-height: 1.6;
}
html .mceContentBody .event_more {
	font-size: 4vw;
	line-height: 1.6;
	padding: 4vw;
}	

}	/* for SP max-width: 736px */

/*===============================================================
	
	書籍詳細Wysiwig用
	
===============================================================*/
html .single_book_detail .bookdetail .mceContentBody {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 0;
}
html .single_book_detail .bookdetail .mceContentBody p {
	font-size: 16px;
}
html .single_book_detail .bookdetail .mceContentBody p+p {
	margin-top: 20px;
}
html .single_book_detail .field_ex_text .mceContentBody {
	font-size: 16px;
	margin-top: 20px;
}
html .single_book_detail .field_ex_text .mceContentBody h4 {
	font-size: 22px;
	color: #000;
	line-height: 1.6;
	font-weight: bold;
	margin-top: 0;
}
/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
html .single_book_detail .bookdetail .mceContentBody {
	font-size: 4vw;
	line-height: 1.6;
	margin-top: 0;
}
html .single_book_detail .field_ex_text .mceContentBody h4 {
	font-size: 4vw;
	margin-top: 2vw;
}

}	/* for SP max-width: 736px */

/*===============================================================
	
	object_fit_img
	
===============================================================*/
.object_fit_img {
 }
.object_fit_img img {
	width: 100%;
	height: 250px;
	object-fit: contain;
	font-family: 'object-fit:contain;'
}
.bookdetail .object_fit_img img {
	height: 500px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.object_fit_img img {
	height: 92vw;
}
.bookdetail .object_fit_img img {
	height: 92vw;
}	

}	/* for SP max-width: 736px */

/*===============================================================
	
	booklist
	
===============================================================*/
.booklist .item a {
	display: block;
	color: #000;
	text-decoration: none;
}
.booklist .item .box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.booklist .item .img {
	width: 50%;
	margin-right: 4%;
	text-align: center;
}
.booklist .item .img .inner {
	background: rgba(0,0,0,0.05);
}
.booklist .item .info {
	width: 46%;
}
.booklist .item .info .read {
	color: #FF4543;
	line-height: 1.4;
	font-weight: bold;
}
.booklist .item .info .title {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 5px;
}
.booklist .item .info .caption {
	font-size: 12px;
	margin-top: 5px;
}
.booklist .item .info .mention {
	color: #FC7F00;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.booklist .item .txt {
	font-size: 14px;
	margin-top: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.booklist .item + .item {
	margin-top: 6vw;
	padding-top: 6vw;
	border-top: 1px solid #ddd;
}
.booklist .item .img {
	width: 100%;
	margin-right: 0;
}
.booklist .item .info {
	width: 100%;
	margin-top: 4vw;
}
.booklist .item .info .read {
	line-height: 1.6;
}
.booklist .item .info .title {
	font-size: 4.5vw;
	margin-top: 1vw;
}
.booklist .item .info .caption {
	font-size: 3.5vw;
	margin-top: 2vw;
}
.booklist .item .info .mention {
	font-size: 3.5vw;
	margin-top: 2vw;
}	
.booklist .item .txt {
	font-size: 4vw;
	margin-top: 2vw;
}	

}	/* for SP max-width: 736px */

/*===============================================================
	
	bookinfo
	
===============================================================*/
.bookinfo .item {
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;*/
}
.bookinfo .item a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #000;
	text-decoration: none;
}
.bookinfo .item + .item {
	margin-top: 40px;
}
.bookinfo .item .img {
	width: 24.3%;
	margin-right: 2%;
	text-align: center;
}
.bookinfo .item .img .inner {
	background: #F5F5F5;
}
.bookinfo .item .info {
	width: 71.7%;
}
.bookinfo .item .info .read {
	color: #FF4543;
	line-height: 1.6;
	font-weight: bold;
}
.bookinfo .item .info .title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.bookinfo .item .info .caption {
	font-size: 12px;
	margin-top: 5px;
}
.bookinfo .item .info .mention {
	color: #FC7F00;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
.bookinfo .item .info .txt {
	font-size: 14px;
	margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.bookinfo .item + .item {
	margin-top: 4vw;
	padding-top: 4vw;
	border-top: 1px solid #ddd;
}
.bookinfo .item .img {
	width: 100%;
	margin-right: 0;
}
.bookinfo .item .info {
	width: 100%;
	margin-top: 4vw;
}
.bookinfo .item .info .title {
	font-size: 4.5vw;
	margin-top: 1vw;
}
.bookinfo .item .info .caption {
	font-size: 3.5vw;
	margin-top: 2vw;
}
.bookinfo .item .info .mention {
	font-size: 3.5vw;
	margin-top: 2vw;
}	
.bookinfo .item .txt {
	font-size: 4vw;
	margin-top: 2vw;
}	

}	/* for SP max-width: 736px */

/*===============================================================
	
	bookdetail
	
===============================================================*/
.bookdetail .read {
	color: #FF4543;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}
.bookdetail .title {
	font-size: 30px;
	line-height: 1.6;
	font-weight: bold;
	margin-top: 10px;
}
.bookdetail .item {
	margin-top: 70px;	
}
.bookdetail .item .img {
	text-align: center;
}
.bookdetail .item .img .inner {
	background: #F5F5F5;
}
.bookdetail .item .info {
}
.bookdetail .item .info .txt {
	font-size: 16px;
}
.bookdetail .item .info .txt + .txt {
	margin-top: 20px;
}
.bookdetail .item .line {
	padding: 20px 0;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.bookdetail .item .info .mention {
	color: #FC7F00;
	font-size: 16px;
	font-weight: bold;
}
.bookdetail .item .info .caption {
	font-size: 14px;
	line-height: 2;
}
.bookdetail .item .info * + .caption {
	margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.bookdetail .read {
	font-size: 4vw;
	line-height: 1.6;
}
.bookdetail .title {
	font-size: 4.5vw;
	margin-top: 1vw;
}		
.bookdetail .item {
	margin-top: 8vw;	
}
.bookdetail .item + .item {
	margin-top: 4vw;	
}
.bookdetail .item .img {
	width: 100%;
	margin-right: 0;
}
.bookdetail .item .info {
	width: 100%;
}
.bookdetail .item .info .txt {
	font-size: 4vw;
}
.bookdetail .item .info .txt + .txt {
	margin-top: 2vw;
}
.bookdetail .item .line {
	padding: 4vw 0;
	margin-top: 4vw;
}	
.bookdetail .item .info .mention {
	font-size: 4vw;
}	
.bookdetail .item .info .caption {
	font-size: 3.5vw;
}
.bookdetail .item .info * + .caption {
	margin-top: 2vw;
}

}	/* for SP max-width: 736px */

/*===============================================================
	
	slick_slider
	
===============================================================*/
.slick_slider {
  opacity: 0;
	height: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	margin-bottom: 0 !important;
}
.slick-initialized {
  opacity: 1;
	height: auto;
}
.slick-slide,
.slick-slide a {
	outline: none;
}
.slick-dots {
	position: static;
	margin-top: 5px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 14px;
	height: 14px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 1px solid #ddd;
	outline: none;
	background: #ddd;
	border-radius: 50%;
}
.slick-dots li.slick-active button {
	background: #fff;
}
.slick-dots li button:before {
	display: none;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.slick-dots {
	margin-top: 0;
}	
.slick-dots li {
	width: 10px;
	height: 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
}	

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	slick_slider正方形の中に画像が上下中央で配置する場合	
-------------------------------------------------------------*/
.square li .squareimg {
	background: rgba(0,0,0,0.05);
	display: block;
	position: relative;
	min-height: 500px;
}
.square li .squareimg img {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.square li .squareimg {
	min-height: 46vw;
}
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.square li .squareimg {
	min-height: 92vw;
}
}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	btn_buy	
-------------------------------------------------------------*/
.bookdetail .btn_buy {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 20px;
	width: 48.5%;
}
.bookdetail .btn_buy .btn {
	width: 32%;
	margin-right: 2%;
}
.bookdetail .btn_buy .btn:nth-child(3) {
	margin-right: 0;
}
.bookdetail .btn_buy .btn a {
	display: block;
	color: #000;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #FCCC00;
	border-radius: 5px;
	padding: 10px 0;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.bookdetail .btn_buy {
	width: 100%;
}

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {	
.bookdetail .btn_buy {
	width: 100%;
	margin-top: 5vw;
}	
.bookdetail .btn_buy .btn {
	width: 100%;
	margin-right: 0;
	margin-top: 2vw;
}
.bookdetail .btn_buy .btn a {
	font-size: 4.5vw;
	border-radius: 5px;
	padding: 4vw 0;
}

}	/* for SP max-width: 736px */

/*===============================================================
	
	bookcolumn
	
===============================================================*/
.bookcolumn {
	border: 1px solid #000;
	padding: 40px 50px;
	border-radius: 30px;
}
.bookcolumn + .bookcolumn {
	margin-top: 30px;
}
.bookcolumn .title {
	color: #000;
	font-size: 25px;
	line-height: 1.6;
	font-weight: bold;
}
.bookcolumn * + .title {
	margin-top: 30px;
}
.bookcolumn .read {
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
	margin-top: 20px;
}
.bookcolumn .read2 {
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
	margin-top: 20px;
}
.bookcolumn .read + p,
.bookcolumn .read2 + p {
	margin-top: 10px;
}
.bookcolumn p {
	margin-top: 20px;
}
.bookcolumn p.small {
	font-size: 14px;
}
.bookcolumn .img {
	float: right;
	width: 120px;
/*	margin: 20px 0 20px 30px;*/
	margin: 0 0 20px 30px;
}
.bookcolumn .img img {
	width: 100%;
	height: auto;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.bookcolumn {
	padding: 30px;
}	

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.bookcolumn {
	padding: 4vw;
	border-radius: 4vw;
}
.bookcolumn + .bookcolumn {
	margin-top: 4vw;
}
.bookcolumn .title {
	font-size: 4.5vw;
}
.bookcolumn * + .title {
	margin-top: 4vw;
}
.bookcolumn .read {
	font-size: 4vw;
	margin-top: 2vw;
}
.bookcolumn .read2 {
	font-size: 4vw;
	margin-top: 2vw;
}
.bookcolumn .read + p,
.bookcolumn .read2 + p {
	margin-top: 1vw;
}
.bookcolumn p {
	margin-top: 2vw;
}
.bookcolumn p.small {
	font-size: 3.5vw;
}	
.bookcolumn .img {
	width: 22vw;
/*	margin: 2vw 0 2vw 4vw;*/
	margin: 0 0 2vw 4vw;
}

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	color	
-------------------------------------------------------------*/
.bookcolumn_red {
	border: 1px solid #FF4543;
}
.bookcolumn_orange {
	border: 1px solid #FC7F00;
}
.bookcolumn_green {
	border: 1px solid #34A34E;
}
.bookcolumn_blue {
	border: 1px solid #1A9193;
}
.bookcolumn_purple {
	border: 1px solid #98449E;
}
.bookcolumn_brown {
	border: 1px solid #7E3E3E;
}
.bookcolumn_red .title {
	color: #FF4543;
}
.bookcolumn_orange .title {
	color: #FC7F00;
}
.bookcolumn_green .title {
	color: #34A34E;
}
.bookcolumn_blue .title {
	color: #1A9193;
}
.bookcolumn_purple .title {
	color: #98449E;
}
.bookcolumn_brown .title {
	color: #7E3E3E;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */

/*===============================================================
	
	btnlist
	
===============================================================*/
.btnlist .flex_container {
	margin-top: -20px;
}	
.btnlist .item {
	margin-top: 20px;
}
.btnlist .btn a {
	display: block;
	font-size: 25px;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 40px;
	border-radius: 50px;
}
.btnlist .btn a .caption {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.btnlist .btn a {
	font-size: 2.5vw;
	padding: 20px 0 20px 30px;
}
.btnlist .btn a .caption {
	font-size: 1.5vw;
	margin-top: 1vw;
}	

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.btnlist .flex_container {
	margin-top: -2vw;
}	
.btnlist .item {
	margin-top: 2vw;
}	
.btnlist .btn a {
	font-size: 4.5vw;
	padding: 4vw;
	border-radius: 15vw;
}
.btnlist .btn a .caption {
	font-size: 3vw;
	margin-top: 1vw;
}	
	
}	/* for SP max-width: 736px */


/*===============================================================
	
	btnlist_mini
	
===============================================================*/
.btnlist_mini .flex_container {
	margin-top: -20px;
}
.btnlist_mini .item {
	margin-top: 10px;
}
.btnlist_mini .btn a {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
	border-radius: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {	
.btnlist_mini .btn a {
	font-size: 1.8vw;
	padding: 20px 0;
}

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.btnlist_mini .flex_container {
	margin-top: -2vw;
}	
.btnlist_mini .item {
	margin-top: 2vw;
}	
.btnlist_mini .btn a {
	font-size: 4.5vw;
	padding: 4vw;
	border-radius: 8vw;
}
	
}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
	.セレクト 
-------------------------------------------------------------*/
.btn_select {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	background: #FF4543;
	border-radius: 50px;
	box-sizing: border-box;
	-webkit-transition: .1s linear opacity, .1s linear transform;
	transition: .1s linear opacity, .1s linear transform;
}
.btn_select:hover {
	opacity: 0.7;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
/*IE用ハック*/
@media all and (-ms-high-contrast: none) {
  .btn_select:hover {
    -webkit-transform: none;
		transform: none;
  }
}
.btn_select .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: calc(100% + 3em);
	margin: 0;
	padding: 20px 40px;
	background: transparent;
	border: 0;
	outline: none;
	color: #fff;
	font-size: 28px;
	line-height: 1.1;
	font-weight: bold;
	cursor: pointer; 
}
.btn_select .select option {
	color: #000 !important;
}
.btn_select:before {
	content: '';
	position: absolute;
	top: 12px;
	right: 20px;
	width: 10px;
	height: 20px;
	border-top: 10px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 5px solid transparent;
	box-sizing: border-box;
}
.btn_select:after {
	content: '';
	position: absolute;
	bottom: 12px;
	right: 20px;
	width: 10px;
	height: 20px;
	border-top: 10px solid #fff;
	border-right: 5px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 5px solid transparent;
	box-sizing: border-box;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
.btn_select .select {
	font-size: 2.8vw;
	padding: 20px 0 20px 30px;
}
.btn_select:before {
	top: 1.2vw;
}
.btn_select:after {
	bottom: 1.2vw;
}	
	
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.btn_select:hover {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}		
.btn_select .select {
	font-size: 4.7vw;
	padding: 4vw;
}	
.btn_select:before {
	top: 1.9vw;
	right: 4vw;
	width: 2vw;
	height: 4vw;
	border-top: 2vw solid transparent;
	border-right: 1vw solid transparent;
	border-bottom: 2vw solid #fff;
	border-left: 1vw solid transparent;
}
.btn_select:after {
	bottom: 1.9vw;
	right: 4vw;
	width: 2vw;
	height: 4vw;
	border-top: 2vw solid #fff;
	border-right: 1vw solid transparent;
	border-bottom: 2vw solid transparent;
	border-left: 1vw solid transparent;
}	
	
}	/* for SP max-width: 736px */

/*===============================================================
	
	twitter_wrp
	
===============================================================*/
.twitter_wrp {
}
.twitter_wrp .box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.twitter_wrp .box .left {
	width: 48%;
	margin-right: 4%;
}
.twitter_wrp .box .right {
	width: 48%;
}
.twitter_wrp .box .right .twi {
  border: 1px solid #3782BD;
	box-sizing:border-box;
	overflow: hidden;
	border-radius: 30px;
	padding: 10px 30px 0;
	background: #fff;
}
.twitter_wrp .box .right .twi .twitter_widget iframe {
  width:1000px !important;
	max-width:100% !important;
	box-sizing:border-box;
}


/* タブレット以下 */
@media screen and (max-width: 1030px) {
.twitter_wrp .box .left {
	width: 100%;
	margin-right: 0;
}
.twitter_wrp .box .right {
	width: 100%;
	margin-top: 40px;
}

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.twitter_wrp .box .left {
}
.twitter_wrp .box .right {
	margin-top: 5vw;
}	
.twitter_wrp .box .right .twi {
	width:auto;
	border-radius: 20px;
	padding: 0 4vw;
}
.twitter_wrp .box .right .twi .twitter_widget iframe a {
	word-wrap:break-word !important;
  overflow-wrap:break-word !important;
}
	
}	/* for SP max-width: 736px */

/*===============================================================
	
	pager_num
	
===============================================================*/
.pager_num {
}
.pager_num ul {
	display: table;
	margin: 0 auto;
	position: relative;
}
.pager_num ul li {
	display: inline-block;
	padding: 0 8px;
}
.pager_num li a {
	display: block;
	width: 40px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #7E3E3E;
	border: solid 1px #7E3E3E;
	border-radius: 50%;
}
.pager_num li.current a {
	color: #7E3E3E;
	background: #fff;
	border: solid 1px #7E3E3E;
	pointer-events: none;
}
.pager_num li a:hover {
	opacity: 0.7;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.pager_num .trim {
	font-size:18px;
	font-weight:bold;
	display: inline-block;
	margin-right: 0;
	color: #7E3E3E;
	vertical-align: bottom;
/*	line-height: 50px;*/
}
.pager_num .prev + .trim {
	margin-left: 5px;
}
.pager_num .prev ,
.pager_num .next  {
}
.pager_num .prev a,
.pager_num .next a {
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.pager_num .prev a:after ,
.pager_num .next a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0px 15px;
	border-color: #7E3E3E transparent transparent transparent;
	position: absolute;
	margin: auto;
}
.pager_num .prev a:after {
	top: 0;
	bottom: 0;
	left: -30px;
	right: auto;
	transform: rotate(90deg); 
}
.pager_num .next a:after {
	top: 0;
	bottom: 0;
	left: auto;
	right: -35px;
	transform: rotate(-90deg); 
}
.pager_num .prev a:hover:after {
	opacity: .7;
	transform: rotate(90deg) scale(1.03);
}
.pager_num .next a:hover:after {
	opacity: .7;
	transform: rotate(-90deg) scale(1.03);
}
/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.pager_num ul li {
	padding: 0 1vw;
}
.pager_num li a {
	width: 10vw;
	font-size: 4vw;
	line-height: 10vw;
}
.pager_num .trim {
	font-size: 4vw;
/*	line-height: 15vw;*/
}

}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
    WP-PageNavi
-------------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
	display: table;
	margin: 0 auto;
	-webkit-transition: .1s linear opacity, .1s linear transform;
	transition: .1s linear opacity, .1s linear transform;
	position: relative;
}
.wp-pagenavi .extend {
	font-size:18px;
	font-weight:bold;
	display: inline-block;
	margin-left: 5px;
	margin-right: -5px;
	color: #7E3E3E;
	vertical-align: bottom;
}
.wp-pagenavi .previouspostslink + .extend {
	margin-left: 10px;
	margin-right: -10px;
}
.wp-pagenavi .page ,
.wp-pagenavi .first ,
.wp-pagenavi .last ,
.wp-pagenavi .current {
	display: inline-block;
	width: 40px;
	margin-left: 16px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #7E3E3E;
	border: solid 1px #7E3E3E;
	border-radius: 50%;
}
.wp-pagenavi .page:first-child ,
.wp-pagenavi .first:first-child ,
.wp-pagenavi .last:first-child ,
.wp-pagenavi .current:first-child {
    margin-left: 0px;
}
.wp-pagenavi a:hover {
	opacity: 0.7;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.wp-pagenavi .current {
	background:#fff;
	color: #7E3E3E;
	border: solid 1px #7E3E3E;
	/*    cursor: pointer;*/
}
.wp-pagenavi .previouspostslink ,
.wp-pagenavi .nextpostslink {
	font-size: 0;
	text-decoration: none;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.wp-pagenavi .previouspostslink:after ,
.wp-pagenavi .nextpostslink:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0px 15px;
	border-color: #7E3E3E transparent transparent transparent;
	position: absolute;
	margin: auto;
}
.wp-pagenavi .previouspostslink:after {
	top: 0;
	bottom: 0;
	left: -24px;
	right: auto;
	transform: rotate(90deg); 
}
.wp-pagenavi .nextpostslink:after {
	top: 0;
	bottom: 0;
	left: auto;
	right: -40px;
	transform: rotate(-90deg); 
}
.wp-pagenavi .previouspostslink:hover:after {
	transform: rotate(90deg) scale(1.03);
}
.wp-pagenavi .nextpostslink:hover:after {
	transform: rotate(-90deg) scale(1.03);
}


/* タブレット以下 */
@media screen and (max-width: 960px) {

}    /* for tablet max-width: 960px */


/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.wp-pagenavi .extend {
	margin-left: 1vw;
	margin-right: -1vw;
}
.wp-pagenavi .previouspostslink + .extend {
	margin-left: 1vw;
	margin-right: -1vw;
}
.wp-pagenavi .page ,
.wp-pagenavi .first ,
.wp-pagenavi .last ,
.wp-pagenavi .current {
	width: 10vw;
	font-size: 4vw;
	line-height: 10vw;
	margin-left: 2vw;
	}
.wp-pagenavi .page:first-child ,
.wp-pagenavi .first:first-child ,
.wp-pagenavi .last:first-child ,
.wp-pagenavi .current:first-child {
    margin-left: 0px;
}
.wp-pagenavi .previouspostslink:after ,
.wp-pagenavi .nextpostslink:after {
/*	border-width: 4vw 4vw 0px 4vw;*/
}
.wp-pagenavi .previouspostslink:after {
	left: -7vw;
}
.wp-pagenavi .nextpostslink:after {
	right: -9vw;
}
}    /* for SP max-width: 736px */


/*===============================================================
	
	notfound_error
	
===============================================================*/
.notfound_error {
	text-align: center;
}
.notfound_error .read {
	font-size: 20px;
	line-height: 1.8;
	font-weight: bold;
}
.notfound_error .read + p {
	margin-top: 5px;
}
.notfound_error p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 30px;
}
.notfound_error .box {
	width: 500px;
	padding: 30px;
	margin: 0 auto;
	margin-top: 30px;
	background: #F2EFEC;
	box-sizing: border-box;
	border-radius: 20px;
}
.notfound_error li {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.notfound_error li + li {
	margin-top: 5px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.notfound_error .read {
	font-size: 4vw;
	line-height: 1.6;
}
.notfound_error .read + p {
	margin-top: 4vw;
}
.notfound_error p {
	font-size: 4vw;
	line-height: 1.6;
	margin-top: 4vw;
}
.notfound_error .box {
	width: 100%;
	padding: 4vw;
	margin-top: 4vw;
	border-radius: 10px;
}
.notfound_error li {
	font-size: 3.5vw;
	line-height: 1.6;
}
.notfound_error li + li {
	margin-top: 1vw;
}

}	/* for SP max-width: 736px */

/*===============================================================
	
	メールフォーム
	
===============================================================*/
/*-------------------------------------------------------------
	form_section	
-------------------------------------------------------------*/
.form_section {
}
.form_content .title {
	color: #7E3E3E;
	font-size: 30px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
.form_content form {
	/*border-top: 1px solid #ddd;*/
	/*margin-top: 30px;*/
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
	
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.form_content {
}	
.form_content .title {
	font-size: 5vw;
	padding-bottom: 4vw;
}	
	
}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
	form dl	
-------------------------------------------------------------*/
.form_content dl {
	border-bottom: solid 1px #ddd;
	margin: 0;
}
.form_content dl:nth-child(1) {
	border-top: solid 1px #ddd;
}
.form_content dt {
	padding: 20px 0 10px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
}
.form_content dt span {
	padding-left: 5px;
}
.form_content dd {
	padding: 0 0 25px;
	float: right;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
}
.form_content .red {
	font-size: 14px;
	color: #FF4543;
	font-weight: normal;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

.form_content dl:nth-child(1) {
	border-top: solid 1px #ddd;
}	
.form_content dt {
	padding: 3vw 0 0 0;
	float: none;
	width: 100%;
	font-size: 4vw;
	line-height: 1.6;
}
.form_content dd {
	padding: 1vw 0 4vw 0;
	float: left;
	width: 100%;
	font-size: 4vw;
	line-height: 1.6;
}
.form_content .red {
	font-size: 3vw;
}
}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
	テキスト入力
-------------------------------------------------------------*/
.txtinput {
	vertical-align: bottom;
	width:100%;
	box-sizing: border-box;
	padding:10px;
	font-size:16px;
	line-height:1.6;
	border:solid 1px #aaa;
	margin:0;
	border-radius:3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline:0;
	transition:all 0.1s linear;
}
.txtinput_postal {
	width:150px;
}
.txtinput:focus,
.txtinput_postal:focus {
	border-color:#000;
}
/* タブレット以下 */
@media screen and (max-width: 1030px) {
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.txtinput{
	font-size: 4vw;
	padding: 3vw;
}
}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	ラジオボタン
-------------------------------------------------------------*/
.radio li input {
	width: auto;
  display: none;
  border: 0;
  margin: 0;
}
.radio li {
	padding: 0;
}
.radio li + li {
	margin-top: 10px;
}
/*　ラジオボタンの装飾　*/
.radio li label {
	display: inline-block;
	vertical-align: middle; 
	position: relative;
	padding-left: 24px;
	cursor: pointer; 
	font-size: 16px;
	line-height: 20px;
}
.radio li label:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
}
.radio li label:after {
  content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	margin: auto;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: #000;
	transition: all 0.1s linear;
	transform: scale(0);
}
.radio li input:checked + label:after {
	transform: scale(1);
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.radio li label {
	font-size:4vw;
	line-height:1.6;
}
.radio li + li {
	margin-top:3vw;
}
}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	チェックボックス
-------------------------------------------------------------*/
.checkbox li {
	float: left;
	width: 33.3333%;
	padding: 0;
}
.checkbox li:nth-child(4),
.checkbox li:nth-child(5),
.checkbox li:nth-child(6) {
	margin-top:10px;
}
.agreebox {
	padding-top: 20px;
	font-size: 16px; 
	line-height: 20px;
	text-align: center;
}
.agreebox a {
	color: #7E3E3E;
	text-decoration: none;
}
.agreebox a:hover {
	text-decoration: underline;
}
.checkbox li input,
.agreebox input {
	width: auto;
	display: none;
  border: 0;
  margin: 0;
}
/*　チェックボックスの装飾　*/
.checkbox li label,
.agreebox label {
	display: inline-block;
	vertical-align: middle; 
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	font-size: 16px; 
	line-height: 20px;
}
.checkbox li label:before,
.agreebox label:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 10%;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #333;

	box-sizing: border-box;
}
.checkbox li label:after,
.agreebox label:after {
  content: "";
	position: absolute;
	top: -4px;
  left: 5px;
	margin: auto;
  width: 6px;
  height: 14px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(40deg);
	transition: border-bottom-color,border-right-color .2s linear;
}
.checkbox li input:checked + label:after,
.agreebox input:checked + label:after {
	border-color: #333;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.checkbox li {
	width: 100%;
}	
.checkbox li + li {
	margin-top: 3vw;
}
.checkbox li label,
.agreebox label {
	font-size: 3.5vw; 
}	
.agreebox {
	padding-top: 3vw;
	font-size: 3.5vw; 
	text-align: left;
}
}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
	.セレクト 
-------------------------------------------------------------*/
.select_wrap .select {
	background: #fff;
}
.select_wrap .select option {
	background: #fff;
	color: #000;
}
.select_wrap .select optgroup.area {
	color: #000;
	background: #eee;
}
/*	 セレクタの装飾 */
.select_wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 30em;
	background-color: #ffffff;
	/*
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #eee 100%);
	background-image: linear-gradient(top, #ffffff 0%, #eee 100%);
	*/
	border: 1px solid #aaa;
	border-radius: 3px;
	color: #333;
	box-sizing: border-box;
	transition: all 0.1s linear;
}
.select_wrap:hover {
	border: mediumsolid #000;
}
.select_wrap2 {
	min-width: 20em;
}
.select_wrap3 {
	min-width: 10em;
	margin-right: 5px;
}
.select_wrap .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	/* fallback non calc support */
	width: calc(100% + 5em);
	margin: 0;
	padding: 10px;
	background: transparent;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 1.6;
	cursor: pointer; 
}
.select_wrap:before {
	content: '';
	position: absolute;
	top: 8px;
	right: 10px;
	width: 6px;
	height: 12px;
	border-top: 6px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,0.5);
	border-left: 3px solid transparent;
	box-sizing: border-box;
}
.select_wrap:after {
	content: '';
	position: absolute;
	bottom: 8px;
	right: 10px;
	width: 6px;
	height: 12px;
	border-top: 6px solid rgba(0,0,0,0.5);
	border-right: 3px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 3px solid transparent;
	box-sizing: border-box;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
	
}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
/*	 セレクタの装飾 */
.select_wrap {
	min-width: auto;
	width: 100%;
	padding: 0;
	margin: 0;
}
.select_wrap + .select_wrap {
	margin-top: 4vw;
}	
.select_wrap .select {
	padding: 2vw;
	font-size: 4vw;
}
.select_wrap:before {
	top: 0.5vw;
	right: 2vw;
	width: 2vw;
	height: 4vw;
	border-top: 2vw solid transparent;
	border-right: 1vw solid transparent;
	border-bottom: 2vw solid solid rgba(0,0,0,0.5);
	border-left: 1vw solid transparent;
}
.select_wrap:after {
	bottom: 0.5vw;
	right: 2vw;
	width: 2vw;
	height: 4vw;
	border-top: 2vw solid solid rgba(0,0,0,0.5);
	border-right: 1vw solid transparent;
	border-bottom: 2vw solid transparent;
	border-left: 1vw solid transparent;
}	
	
}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
	サブミット
-------------------------------------------------------------*/
.submit {
	padding: 50px 0 0;
	margin: 0;
}
.submit input {
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	border-radius: 20px;
	background: #7E3E3E;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: .1s linear opacity, .1s linear transform;
	transition: .1s linear opacity, .1s linear transform;
}
.submit input:hover {
	opacity: 0.7;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.submit .cap {
	color: #666;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 40px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.submit {
	padding: 5vw 0 0;
}	
.submit input {
	width: 80%;
	padding: 4vw;
	font-size: 4.5vw;
	border-radius: 15vw;
}
.submit input:hover {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}	
.submit .cap {
	margin-top: 4vw;
	font-size: 3vw;
}	

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------
	サブミット
-------------------------------------------------------------*/
.submit_two {
	width: 520px;
	margin: 0 auto;
}
.submit_two .flol ,
.submit_two .flor {
	width: 250px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.submit_two {
	width: 100%;
}
.submit_two .flol ,
.submit_two .flor {
	width: 48.5%;
}

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------	
	jquery mailform バリデート
-------------------------------------------------------------*/
.validate {
	margin-bottom: 10px;
}
.validate p {
	background: #ffeded;
	padding: 10px;
	color: #FF4543;
	font-size: 14px;
	line-height: 1.2;
}
.validate_submit {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.validate_submit p {
	padding: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.validate {
	margin-bottom: 3vw;
}
.validate p {
	font-size: 3.5vw;
	padding: 2vw;
}	
.validate_submit {
	margin: 0 auto;
	text-align: left;
}

}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
	search_box	
-------------------------------------------------------------*/
.search_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 300px;
}
.search_box input {
	width: 230px;
}
.search_box .search_btn {
	width: 60px;
}
.search_box .search_btn a {
	display: block;
	background: #a00;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 2.8;
	border-radius: 3px;
	margin-top: 1px;
	letter-spacing: 0.2em;
}
.search_box .search_btn a:hover {
	text-decoration: none;
	background: #c00;
}
/* タブレット以下 */
@media screen and (max-width: 1030px) {

}/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.search_box {
	width: 100%;
}
.search_box input {
	width: calc(100% - 22vw);
}
.search_box .search_btn {
	width: 20vw;
}
.search_box .search_btn a {
	font-size: 4.6vw;
	line-height: 2.8;
}
}/* for SP max-width: 736px */


/*===============================================================
	
	scroll_in
	
===============================================================*/
.scroll_in {
	opacity: 0;
	-webkit-transition: opacity .6s linear;
	transition: opacity .6s linear;
}
.scroll_in.active {
	opacity: 1; 
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */

/*-------------------------------------------------------------

	投稿が無い場合

-------------------------------------------------------------*/
.nopost {
	width: 100%;
	text-align: center;
	padding:50px 0;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.nopost {
	padding:5vw 0;
}
}	/* for SP max-width: 736px */



/*===============================================================
	
	hoge　ほげほげ
	
===============================================================*/
.hoge {
	
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */


/*-------------------------------------------------------------
	foo	
-------------------------------------------------------------*/
.foo {
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {

}	/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */



