@charset "utf-8";
/* ----------------------------------------------------------------------------------
	Reset
---------------------------------------------------------------------------------- */
html {
	font-size: calc( 100vw / 32 );
	font-family: "Kosugi Maru", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 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;
}
p{
	margin-bottom:1rem;
}
section{
	margin-bottom:2rem;
}
.font0{
	font-size:0;
}

/* ----------------------------------------------------------------------------------
	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;
}


.img_c { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }
.img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }
  
@media print, screen and (min-width: 46.875em) {
.img_r { 
	float: right; 
	margin: 0 0 3.0rem 3.0rem;
}
}

/* Font
-------------------------------------------*/
.fp60{
	font-size:60%;
}
.fp70{
	font-size:70%;
}
.fp80{
	font-size:80%;
}
.fp90{
	font-size:90%;
}

.mb{
	margin-bottom:1rem;
}
.mb2{
	margin-bottom:2rem;
}
.mb3{
	margin-bottom:3rem;
}
.mb8{
	margin-bottom: 8rem;
}
.mt8{
	margin-top: 8rem;
}
.mb4{
	margin-bottom: 4rem;
}
.mb5{
	margin-bottom: 5rem;
}
.mt1{
	margin-top:1rem;
}
.mt3{
	margin-top:3rem;
}

.pt0{
	padding-top: 0!important;
}
.ml_auto{
	margin-left: auto;
}
.mr_auto{
	margin-right: auto;
}

/* 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: "\f183\00a0";
}
.icon_bus::before{
	font-family: FontAwesome;
	content: "\f207\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;
}
.flex45 {
	flex: 4.5;
}
.flex6 {
	flex: 6;
}
.flex55 {
	flex: 5.5;
}
.flex7 {
	flex: 7;
}
.flex8 {
	flex: 8;
}

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

.flex1, .flex2, .flex3, .flex4, .flex45, .flex55, .flex6, .flex7, .flex8 {
	padding: 0;
}
.sppad{
	padding: 1rem !important;
}




/* -----------------------------------------------------------------------------------------------------------------------------------
	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%;
}
	
/* 電話番号リンク無効 */
a[href^="tel:"] {
    pointer-events: none;
	color: #495256 !important;
}


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

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

/* 両端余白を解除する場合
-------------------------------------------*/
.nopad {
	padding: 0 !important;
}
.nopadR {
	padding: 0 0 0 1rem !important;
}
.nopadL {
	padding: 0 1rem 0 0 !important;
}
.sppad{
	padding: 0 !important;
}
	
	
	.pc_w50{
		width: 50%;
	}
	.pc_f150{
		font-size: 150%;
	}
}

