@charset "utf-8";
/* ----------------------------------------------------------------------------------
	Reset
---------------------------------------------------------------------------------- */
html {
	font-size: calc( 100vw / 32 );
	font-family: "Kosugi Maru","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: 100%;
	vertical-align: central;
}
input, textarea, select{
	border: 1px solid #aaa !important;
}
body {
	background: #fff;
	color: #495256;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
a img:hover {
	text-decoration: none;
	opacity: 0.8;
}
.mainarea p{
	margin-bottom:0.5rem;
}
section{
	margin-bottom:2rem;
}


/* ----------------------------------------------------------------------------------
	Common Definition
---------------------------------------------------------------------------------- */


/* Layout
-------------------------------------------*/
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.txt_c {
	text-align: center;
}
.txt_l {
	text-align: left;
}
.txt_r {
	text-align: right;
}
.cf::after {
	height: 0;
	content: "";
	display: block;
	clear: both;
}


/* Font
-------------------------------------------*/
.ft8 {
	font-size: 0.8rem !important;
}
.ft10 {
	font-size: 1rem !important;
}
.ft12 {
	font-size: 1.2rem !important;
}
.ft14 {
	font-size: 1.4rem !important;
}
.ft16 {
	font-size: 1.6rem !important;
}
.ft18 {
	font-size: 1.8rem !important;
}
.ft20 {
	font-size: 2.0rem !important;
}
.ft22 {
	font-size: 2.2rem !important;
}
.ft24 {
	font-size: 2.4rem !important;
}
.ft26 {
	font-size: 2.6rem !important;
}
.ft28 {
	font-size: 2.8rem !important;
}
.ft30 {
	font-size: 3.0rem !important;
}
.ft32 {
	font-size: 3.2rem !important;
}



.mb{
	margin-bottom:1rem;
}
.mb2{
	margin-bottom:2rem;
}
.mb3{
	margin-bottom:3rem;
}


/* WebFont
-------------------------------------------*/
.icon_map::before{
	font-family: FontAwesome;
	content: "\f041\00a0";
}
.icon_tel::before{
	font-family: FontAwesome;
	content: "\f095\00a0";
}
.icon_carret::before{
	font-family: FontAwesome;
	content: "\f138\00a0";
}
.icon_train::before{
	font-family: FontAwesome;
	content: "\f239\00a0";
}
.icon_car::before{
	font-family: FontAwesome;
	content: "\f1b9\00a0";
}
.icon_check::before{
	font-family: FontAwesome;
	content: "\f14a\00a0";
}
.icon_text::before{
	font-family: FontAwesome;
	content: "\f0f6\00a0";
}
.icon_male::before{
	font-family: FontAwesome;
	content: "\f0f6\00a0";
}
.icon_bus::before{
	font-family: FontAwesome;
	content: "\f0f6\00a0";
}



/* Flex
-------------------------------------------*/
.flex {
	display: flex;
	display: -webkit-flex;
}
.flex_wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.flex_rrev {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.flex_crev {
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}
.justify_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.items_center {
	align-items: center;
	-webkit-align-items: center;
}
.flex1 {
	flex: 1;
}
.flex3 {
	flex: 3;
}
.flex2 {
	flex: 2;
}
.flex4 {
	flex: 4;
}
.flex6 {
	flex: 6;
}
.flex7 {
	flex: 7;
}
.flex8 {
	flex: 8;
}

/* PC-Smartphone Swithcer
-------------------------------------------*/
.sp_n, .sp_n_il {
	display: none !important;
}

.flex1, .flex2, .flex3, .flex4, .flex6, .flex7, .flex8 {
	padding: 0;
}





/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet
----------------------------------------------------------------------------------------------------------------------------------- */
/*
@media screen and (min-width: 46.875em) and (max-width: 73.063em){
}
*/





/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */

@media print, screen and (min-width: 46.875em) {
html {
	font-size: 62.5%;
}

/* PC-Smartphone Swithcer
-------------------------------------------*/
.pc_n {
	display: none !important;
}
.sp_n {
	display: block !important;
}
.sp_n_il {
	display: inline !important;
}

.flex1, .flex2, .flex3, .flex4, .flex6, .flex7, .flex8 {
	padding: 0 1rem;
}

/* 両端余白を解除する場合
-------------------------------------------*/
.nopad {
	padding: 0 !important;
}
.nopadR {
	padding: 0 0 0 1rem !important;
}
.nopadL {
	padding: 0 1rem 0 0 !important;
}
	
	
}

