@charset "utf-8";
/*
 * The template for displaying all pages
 *
 * This is the template that displays all pages by default.
 * Please note that this is the WordPress construct of pages and that
 * other 'pages' on your WordPress site will use a different template.
 *
 * @package WordPress
 * @subpackage Nano_Temp_White
 * @since Nano Template White 1.0
 */


	.disp_none										{	display		: none;								}

	.swiper-container								{	width		: auto;								}

	/*	ページネーションが必要な場合は設置	*/
	.swiper-pagination								{	bottom		: 0				!important;			}
	.swiper-pagination	.swiper-pagination-bullet	{	display		: inline-block;						}
	.swiper-pagination	.swiper-pagination-bullet	{	padding		: 0.50rem;							}
	.swiper-pagination	.swiper-pagination-bullet	{	margin		: 0 2.00rem		!important;			}

	/*	ページネーションが必要な場合は設置	*/

	.nav-btn										{	margin		: 0 auto;								}
	.nav-btn										{	top			: 0;									}
	.nav-btn										{	width		: 4.00rem;			height	: 100%;		}
	.nav-btn										{	color		: #ffffff;								}

	.swiper-button-prev 							{	left		: 0;			right	: inherit;		}
	.swiper-button-next 							{	left		: inherit;		right	: 0;			}

	.nav-btn::before	,.nav-btn::after			{	content		: "";									}
	.nav-btn::before	,.nav-btn::after			{	font-size	: 6.00rem;		font-weight	: bold;		}
	.nav-btn::before	,.nav-btn::after			{	opacity		: 0.7;									}
	.nav-btn:hover		.nav-btn::before			{	opacity		: 1.0;									}
	.nav-btn:hover		.nav-btn::after				{	opacity		: 1.0;								}

	.swiper-button-prev::before 					{	content		: "〈";			margin-left	: -80%;		}
	.swiper-button-next::before 					{	content		: "〉";			margin-right: -80%;		}

	/*
	.swiper-button-next::before						{	width		: 2.00rem;		height	: 2.00rem;			}
	.swiper-button-next::before						{	border		: 5px solid;	rgba(255,255,255,0.5);		}
	.swiper-button-next::before						{	border-left	: rgba(#fff,#fff,#fff,0.5);					}
	.swiper-button-next::before						{	border-left	: transparent;	border-bottom: transparent;	}
	.swiper-button-next::before						{	transform	: rotate(45deg);							}
	*/