@charset "UTF-8";

/* ===================================
	File Name   : menu.css
	Description : Menu Page's Layout CSS
	
	Update Description :
	[2019/12/09] スペシャルセットなどで使う注釈のセッティング .atention
	[2015/04/07] モーダルウインドウ用セット
	[2015/03/04] カラム定義追加
	[2015/03/03] 調整
	[2015/02/27] 調整

====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. page navigation
	3. Section Setting
	4. Media Queries
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
#wrapper { padding-bottom: 0;}




/*===== ■1. page navigation =====*/
/*
#wrapper > ul { margin-bottom: 30px;}

#wrapper > ul li a {
	display: block;
	padding: 12px 10px 10px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 11px;
	font-size: 1.1rem;
	font-family: 'Montserrat', sans-serif;
	line-height: 100%;
	text-align: right;
}

#wrapper > ul li i {
	position: relative;
	top: -2px;
	font-size: 20px;
	font-size: 2.0rem;
	vertical-align: middle;
}
*/



/*===== ■2. Section Setting =====*/
#wrapper section {
	margin: 0 0 15px;
	padding: 20px 0 25px;
	border-bottom: 1px solid #eee;
}
#wrapper section:last-child { border-bottom: 0;}

#wrapper section h3 {
	margin-bottom: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 2px;
}

#wrapper section h3:before {
	display: block;
	width: 64px;
	height: 18px;
	margin: 0 auto 5px;
	background: url(../img/common/mark-head.png) no-repeat;
	background-size: 64px,18px;
	content: '';
}

#wrapper section h3 b {
	display: block;
	font-weight: bold;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 100%;
	text-align: center;
	font-style: normal;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
}

#wrapper section p.intro {
	margin: 0 3% 20px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 150%;
	text-align: center;
}


/* Single column */
section .single_column figure {
	margin: 0 0 10px;
	padding: 0 3%;
}

section .single_column dl { padding: 0 5%;}

section .single_column dt {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 150%;
	text-align: center;
}

section .single_column dd p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 160%;
	text-align: center;
}

section .single_column dd p em {
	display: block;
	margin: 15px auto 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Libre Baskerville', serif;
}

section .single_column dd p.atention{
  margin-top: 10px;
}


/* Three column */
section .three_column li {
	margin-bottom: 30px;
	text-align: center;
}
section .three_column li:last-child { margin-bottom: 0px;}

section .three_column figure,
section .three_column div {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
section .three_column figure { margin-bottom: 10px;}

section .three_column dl { margin: 0 10px;}

section .three_column dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

section .three_column dt {
	float: left;
	width: 110px;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 100%;
	font-family: 'Libre Baskerville', serif;
	text-align: right;
}

section .three_column dt b {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 100%;
	font-style: italic;
	text-align: right;
	letter-spacing: 1px;
}

section .three_column dd {
	float: right;
	width: 150px;
	text-align: left;
}

section .three_column dd em {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 100%;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 2px;
}

section .three_column dd p {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 150%;
}


/* Multi column */
section .multi_column li {
	max-width: 700px;
	margin: 0 auto;
}

section .multi_column li div {
	width: 300px;
	margin: 0 auto 15px;
}

section .multi_column li:after,
section .multi_column li div:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

section .multi_column div figure {
	position: relative;
	float: left;
	width: 100px;
	vertical-align: top;
}

section .multi_column div figure a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

section .multi_column div figure a:before {
	position: absolute;
	top: 80px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(../img/menu/mark-plus.png);
	background-size: 20px 20px;
	line-height: 0;
	content:'';
}

section .multi_column div dl {
	float: right;
	width: 200px;
	padding-left: 20px;
	vertical-align: top;
}

section .multi_column div dt {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 160%;
}

section .multi_column div dd {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 1px;
}



/* Text column */
section .text_column li {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
section .text_column dl {
	width: 300px;
	margin: 0 auto 10px;
}

section .text_column li:after,
section .text_column dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

section .text_column dt {
	display: inline-block;
	float: left;
	width: 200px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
}
section .text_column dt b { display: block;}

section .text_column dd {
	display: inline-block;
	float: right;
	width: 100px;
	text-align: right;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 130%;
	font-family: 'Libre Baskerville', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
	vertical-align: top;
}

section .text_column dd span { display: block;}

section .multi_column dd p {
	margin: 5px 0;
	font-size: 10px;
	font-size: 1.0rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
	letter-spacing: 1px;
}


/*
section .text_column li {
	max-width: 700px;
	margin: 0 auto;
}

section .text_column li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

section .text_column dl {
	display: inline-block;
	width: 320px;
	margin: 0 auto 10px;
	padding: 0 3%;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 190%;
	text-align: left;
	vertical-align: top;
}

section .text_column dt {
	display: inline;
	margin-right: 10px;
}

section .text_column dd {
	display: inline;
	font-family: 'Libre Baskerville', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}

section .text_column dd span {
	display: inline-block;
	margin-right: 10px;
}
*/

/* text_detail_column */
/*section .text_detail_column li {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

section .text_detail_column li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

section .text_detail_column dl {
	display: inline-block;
	width: 300px;
	margin: 0 auto 15px;
	vertical-align: top;
}

section .text_detail_column dt {
	margin-bottom: 5px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 160%;
	text-align: center;
}

section .text_detail_column dd {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 2px;
	text-align: center;
}

section .text_detail_column dd p {
	margin-bottom: 5px;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
	letter-spacing: 1px;
}*/





/*===== ■3. Media Queries =====*/
/* 例外処理 */
@media all and (min-width: 621px) {
	/* Single Column */
	section .single_column {
		max-width: 700px;
		margin: 0 auto;
		text-align: right;
	}
	
	section .single_column figure {
		display: inline-block;
		float: left;
		max-width: 300px;
		padding: 0;
		vertical-align: top;
	}
	
	section .single_column dl {
		display: inline-block;
		max-width: 300px;
		padding: 0;
		vertical-align: top;
	}
	
	section .single_column dt,
	section .single_column dd p { text-align: left;}

	
	/* Multi Column */
	section .multi_column li div { float: left;}
	section .multi_column li div+div { float: right;}
	
	/* Text Column */
	section .text_column dl { float: left;}
	section .text_column dl+dl { float: right;}
	
	/* Text Detail Column */
	section .text_detail_column dl { float: left;}
	section .text_detail_column dl+dl { float: right;}
}


@media all and (min-width: 981px) {
	/* Individual Redefinition */
	.mm-menu li.active a:hover b {opacity: 0.1;}
	.mm-menu li.active a span { display: block;}
	
	
	/* page navigation
	#wrapper > ul { margin: 0 20px 25px;}
	
	#wrapper > ul li {
		margin-bottom: 3px;
		text-align: right;
	}
	
	#wrapper > ul li a {
		display: inline;
		padding: 0;
		border-bottom: none;
	}
 */
 
 
	/* Section Setting */
	#wrapper section {
		margin: 0 0 15px;
		padding: 20px 0 50px;
	}
	
	#wrapper section h3 {
		margin-bottom: 40px;
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	#wrapper section h3 b { margin-top: 5px;}
	
	#wrapper section h3:before { margin: 0 auto 25px;}
	
	#wrapper section p.intro { margin-bottom: 35px;}
	
	
	/* Three column */
	section .three_column li {
		display: table-cell;
		margin-bottom: 0;
	}
	
	
	/* Multi Column */
	section .multi_column li div { margin-bottom: 35px;}
	section .multi_column li:nth-child(even) div figure { float: right;}
	section .multi_column li:nth-child(even) div dl {
		float: left;
		padding: 0 20px 0 0;
	}
}