@charset "UTF-8";


/****************************************************************************
    common parts
****************************************************************************/

/* PC/SP/Tabletで表示・非表示
--------------------------------*/
/*SPの時のみに表示*/
.m-sp {
	display: block;
}
@media (min-width:768px){
	.m-sp {
		display: none;
	}
}

/*PCとタブの時に表示*/
.m-pc-tab {
	display: none;
}
@media (min-width:768px){
	.m-pc-tab {
		display: block;
	}
}

/*PCの時のみに表示*/
.m-pc {
	display: none;
}
@media (min-width:1000px){
	.m-pc {
		display: block;
	}
}


/* box
--------------------------------*/
.m-inner-1000,
.m-inner-1110,
.m-inner-1200,
.m-inner-full {
	width: 100%;
	padding: 0 4%;
}
@media (min-width:960px){
	.m-inner-full {
		padding: 0 3%;
	}
}
@media (min-width:1000px){
	.m-inner-1000 {
		padding: 0;
	    width: 1000px;
		margin: 0 auto;
	}
}
@media (min-width:1110px){
	.m-inner-1110 {
		padding: 0;
	    width: 1110px;
		margin: 0 auto;
	}
}
@media (min-width:1200px){
	.m-inner-1200 {
	    padding: 0;
	    width: 1200px;
		margin: 0 auto;
	}
}


/* section *//*
.m-section {
	padding: 2rem 0 4rem 0;
}
@media (min-width:768px){
	.m-section {
		padding: 3rem 0 6rem 0;
	}
}
@media (min-width:1150px){
	.m-section {
		padding: 4rem 0 8rem 0;
	}
}*/



/* ボックス */
.m-box {
	background-color: #fff;
	border-radius: 20px;
	padding: 1.5rem 1.5rem;
}
@media (min-width:768px){
	.m-box {
		border-radius: 30px;
		padding: 2.5rem 3rem;
	}
}
@media (min-width:1000px){
	.m-box {
		border-radius: 40px;
		padding: 3rem 4rem;
	}
}


/* 背景
--------------------------------*/
.m-bg-yellow {
	background-color: #FDFBE5;
}
.m-bg-blue {
	background-color: #EFFBFF;
}



/* テキスト関連
--------------------------------*/
.m-txt-en {
	font-family: "Grape Nuts", cursive;
	letter-spacing: 0;
}
.m-txt-en-gothic {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.m-txt-C {
	text-align: center;
}
.m-txt-R {
	text-align:  right;
}

.m-txt-smaller {
	font-size: .9em;
}

/* テキストリンク
--------------------------------*/
a.m-link-text {
	color: #09A0FF;
	text-decoration: underline;
	font-weight: 700;
}
a.m-link-text:hover {
	text-decoration: none;
}
/*
a.m-link-arrow {
	color: #70C1F4;
	position: relative;
	padding-left: 20px;
	text-decoration: underline;
}
a.m-link-arrow:before {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	display: block;
	content:"";
	width: 13px;
	height: 10px;
	background: url("../img/common/icon_arrow_right_blue.svg") no-repeat 0 0;
	background-size: cover;
}
a.m-link-arrow:hover {
	text-decoration: none;
}*/

/* 電話発信（スマホでタップした時だけ電話発信を有効にする）
--------------------------------*/
@media (min-width:768px){
	.m-tel {
		pointer-events: none;
	}
}



/****************************************************************************
 	pagenavi
****************************************************************************/
/*wp-pagenavi base*/
.wp-pagenavi {
	margin: 4em 0 0 0;
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #656B72;
	background-color: #FFF;
	border: solid 1px #dcdcdc;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	background-color:#ece3d2; 
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #c7c7c7;
	border-color: #c7c7c7;
	font-weight: bold;
}
.wp-pagenavi span.pages{
	border: 1px solid #c7c7c7;
	background-color: #F5F4F5;
}


/****************************************************************************
 	ページタイトル
****************************************************************************/
.m-pagettl-sec {
	margin-bottom: 2.5rem;
}
/*ぶらり一覧ページの場合*/
.page-burari-arc .m-pagettl-sec {
	background: url("../img/burari/bg_ill_town.webp")no-repeat center bottom;
	background-size: 200%;
	padding-bottom: 4rem;
	margin-bottom: 0;
}
@media (min-width:768px){
	.m-pagettl-sec {
		margin-bottom: 3rem;
	}
	/*ぶらり一覧ページの場合*/
	.page-burari-arc .m-pagettl-sec {
		background-size: 100%;
		padding-bottom: 5rem;
	}
}
@media (min-width:960px){/*headerのブレイクポイント*/
	.m-pagettl-sec {
		margin-bottom: 4rem;
	}
	/*ぶらり一覧ページの場合*/
	.page-burari-arc .m-pagettl-sec {
		padding-bottom: 7rem;
	}
}


/****************************************************************************
 	topic-path
****************************************************************************/
.m-topic-path-sec {
	/*background-color: #fff;*/
	padding: .8rem 0;
	line-height: 1.4;
	text-align: right;
	font-size: .7rem;
}
.m-topic-path-sec li {
	display: inline;
	letter-spacing: 0;
	font-weight: 400;
}
.m-topic-path-sec li a {
	text-decoration: underline;
	font-weight: 400;
	position: relative;
	padding-right: 15px;
	margin-right: 8px;
}
.m-topic-path-sec li a:hover {
	text-decoration: none;
}
.m-topic-path-sec li a:after {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/****************************************************************************
 	タイトル
****************************************************************************/
.m-ttl-L {
	margin-bottom: 1.5rem;
	text-align: center;
}
.m-ttl-L .en {
	font-size: 6rem;
	letter-spacing: -1px;
	line-height: 1;
	color: #fff;
}
.m-ttl-L .en.beige {
	color: #F8F3EA;
}
.m-ttl-L .en.green {
	color: #1EA36D;
}
.m-ttl-L .jp {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	color: #05935A;
	margin-top: -3.5rem;
}
.m-ttl-L .jp span {
	border-bottom: 4px dotted #059359;
}
.m-ttl-L .jp.white {
	color: #fff;
}
.m-ttl-L .jp.white span {
	border-bottom: 4px dotted #fff;
}
@media (min-width:768px) {
	.m-ttl-L {
		margin-bottom: 1.5rem;
	}
	.m-ttl-L .en {
		font-size: 7.5rem;
	}
	.m-ttl-L .jp {
		font-size: 2.1rem;
		margin-top: -4rem;
	}
}
@media (min-width:1000px) {
}

/*
.m-ttl-M {
	background-color: #FDFBE5;
	padding: .5rem 1rem;
	font-weight: 700;
	line-height: 1.4;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
@media (min-width:768px) {
	.m-ttl-M {
		font-size: 1.4rem;
	}
}
@media (min-width:1150px) {
	.m-ttl-M {
		padding: .5rem 1.5rem;
		font-size: 1.7rem;
		margin-bottom: 1.8rem;
	}
}*/

/*
.m-ttl-S {
	padding: .5rem .5rem;
	border-bottom: 2px solid #FFE109;
	font-weight: 700;
	line-height: 1.4;
	font-size: 1.1rem;
}
@media (min-width:768px) {
	.m-ttl-S {
		font-size: 1.15rem;
	}
}
@media (min-width:1150px) {
	.m-ttl-S {
		padding: .5rem 1rem;
		font-size: 1.5rem;
	}
}*/

/****************************************************************************
 	ボタン
****************************************************************************/

a.m-btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 14rem;
	padding: 15px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: .9rem;
	line-height: 1.4;
	letter-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #059359;
	color: #fff;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
a.m-btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	display: block;
	content:"";
	width: 16px;
	height: 16px;
	background: url("../img/common/btn_arrow_white.svg") no-repeat 0 0;
	background-size: cover;
}
a.m-btn:hover {
	opacity: .7;
}
/*黄色ボタン*/
a.m-btn.yellow {
	background-color: #FFE857;
	color: #059359;
}
a.m-btn.yellow:after {
	background: url("../img/common/btn_arrow_green.svg") no-repeat 0 0;
	background-size: cover;
}
@media (min-width:768px){
	a.m-btn {
		padding: 18px 3px;
		font-size: .9rem;
	}
	a.m-btn:after {
		right: 15px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
	}
}
@media (min-width:1000px){
}



/* 戻るボタン */
a.m-btn.return:after {
	transform: rotate(180deg);
	left: 10px;
	right: auto;
}
@media (min-width:768px){
	a.m-btn.return:after {
		left: 15px;
		right: auto;
	}
}


/****************************************************************************
 	table
****************************************************************************/
table {
	word-break: break-all;
	word-wrap: break-word;
	width: 100%;
}
.m-table-base {
	border-top: 1px dashed #D6D5CA;
}
.m-table-base.top-border-none {/*一番上の線なし*/
	border-top: none;
}
.m-table-base tr {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.m-table-base th,
.m-table-base td {
	padding: .8rem .5rem;
	border-bottom: 1px dashed #D6D5CA;
	line-height: 1.5;
	font-size: .9rem;
}
.m-table-base.wide th,
.m-table-base.wide td {/*余白多めの表*/
	padding: 1.2rem .5rem;
}
.m-table-base th {
	width: 30%;
	font-weight: 700;
	background-color: #F7F7F7;
}
.m-table-base.beige th {/*ベージュ背景の場合*/
	background-color: #FCFAF4;
}
.m-table-base.white th {/*ベージュ背景の場合*/
	background-color: #FFF;
}
.m-table-base td {
	width: 70%;
	font-weight: 500;
}
@media (min-width:768px){
	.m-table-base tr {
		display: flex;
	}
	.m-table-base th,
	.m-table-base td {
		padding: 1rem 1rem;
		line-height: 1.5;
		font-size: .9rem;
	}
	.m-table-base.wide th,
	.m-table-base.wide td {/*余白多めの表*/
		padding: 1.5rem 1rem;
	}
	.m-table-base th {
		width: 20%;
	}
	.m-table-base td {
		width: 80%;
	}
	.m-table-base.column-4 td {
		width: 30%;
	}
	.m-table-base.column-4 td.colspan {
		width: 80%;
	}
}
@media (min-width:1000px){
	.m-table-base th,
	.m-table-base td {
		padding: .9rem 1.2rem;
		font-size: .95em;
	}
	.m-table-base.wide th,
	.m-table-base.wide td {/*余白多めの表*/
		padding: 1.4rem 1.2rem;
	}
	.m-table-base th {
		width: 18%;
	}
	.m-table-base td {
		width: 82%;
	}
	.m-table-base.column-4 td {
		width: 32%;
	}
	.m-table-base.column-4 td.colspan {
		width: 82%;
	}
}




/****************************************************************************
    margin top
****************************************************************************/

/*   XXSサイズ
---------------------*/
.m-mt-XXS {
	margin-top: .5rem;
}

/*   XSサイズ
---------------------*/
.m-mt-XS {
	margin-top: 1rem;
}


/*   Sサイズ
---------------------*/
.m-mt-S {
	margin-top: 2rem;
}


/*   Mサイズ
---------------------*/
.m-mt-M {
	margin-top: 3rem;
}

/*   Lサイズ
---------------------*/
.m-mt-L {
	margin-top: 4rem;
}


/*   XLサイズ
---------------------*/
.m-mt-XL {
	margin-top: 5rem;
}

