@charset "utf-8";

/******************************************

				構造

******************************************/

#contents {
	display: block;
	width: 100%;
}

.container {
	max-width: 1000px;
	width: 100%;
	min-height: 900px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#top .container {
	min-height: auto !important;
}

.box {
	-js-display: flex;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box1-1 {
	width: 34%;
	margin-right: 3%;
}

.box1-2 {
	width: 63%;
}

.box2-1 {
	width: 25%;
	margin-right: 3%;
}

.box2-2 {
	width: 72%;
}

.box_left {
	width: 48%;
	margin-right: 2%;
}

.box_right {
	width: 48%;
	margin-right: 2%;
}

.box_full {
	width: 100%;
}


#news_event .box_left {
	position: relative;
}

#news_event .box_right {
	position: relative;
	padding-bottom: 90px;
}


/******************************************

				サイドメニュー

******************************************/

#sidemenu {
	min-width: 300px;
	width: 300px;
	height: auto;
	background-color: #cdd7df;
	position: absolute;
	z-index: 99;
}

#logo {
	display: block;
	margin: 0;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	background-color: #033660;
}

#sidemenu .inner {
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.space {
	display: block;
	margin: 0 auto;
	padding: 1.5em 0;
	text-align: center;
}

.space img {
	width: 15px;
	height: auto;
}

nav {
	display: block;
	width: 100%;	
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding: 12px 3px;
	font-size: 18px;
	font-weight: normal;
	color: #1a1a1a;
	border-bottom: 2px solid #9aafbf;
	line-height: 1;
	text-decoration: none;
}

nav ul li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #033660;
}

ul.bunner {
	display: block;
	width: 100%;
	margin-top: 3em;
}

ul.bunner li {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}


ul.arw {
	display: block;
	padding: 0 20px 1em 20px;
}

ul.arw li {
	margin-bottom: 1em;
}

ul.arw li a {
	display: block;
	color: #1f53b7;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1;
}

ul.arw li a:before {
	content: url("../images/common/arw.png");
	display: inline-block;
	padding-right: 5px;
	vertical-align: baseline;
	line-height: 1;
}

.description {
	display: block;
	width: 100%;
}

.description p.text {
	padding-left: 1em;
}


p.link {
	display: block;
	margin-top: 3em;
	text-align: center;
}


/* カスタム検索 */
.search {
    position: relative;
    padding: 0 10px;
}

#search_text {
    padding: 5px !important;
    line-height: 1;
}

#search_btn {
    border: 0px;
    width: 58px;
	height: 24px;
    background: url("/endou2019/images/common/search.png") no-repeat;
    position: absolute;
    right: 0;
    top: 3px;
    line-height: 1;
    cursor: pointer;
}

/* 翻訳 */
.language {
    background-color: #e6ebef;
    margin: 1em 10px;
    padding: 5px 20px;
}

.language select {
    padding: 2px 5px;
    line-height: 1;
}


/******************************************

				メインメニュー

******************************************/

#main {
	width: 100%;
	position: relative;
	padding-left: 300px;
	background: #ffffff !important;
}

/******************************************

				ヘッダー

******************************************/

#header {
	width : calc(100% - 300px);
	padding: 20px 40px;
	background: -moz-linear-gradient(top,  rgba(26,26,26,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(26,26,26,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(26,26,26,1) 0%,rgba(255,255,255,0) 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

#header_menu {
	width: 100%;
	text-align: right;
}

.font-size {
	display: inline-block;
}

.font-size p {
	display: inline-block;
	color: #ffffff;
	font-size: 14px !important;
	margin-right: 5px;
}

.font-size ul {
	display: inline-block;
}

.font-size ul li {
	display: inline-block;
	margin-right: 3px;
}

.font-size ul li a {
	display: block;
	padding: 4px;
	background-color: #999999;
	border-radius: 3px;
	font-size: 11px;
	color: #4d4d4d;
	cursor: pointer;
	text-align: center;
	line-height: 1;
}

.font-size ul li a.active {
	background-color: #007bce;
	color: #ffffff;
}

p#contact_btn {
	display: inline-block;
	margin-left: 20px;
}

p#contact_btn a {
	display: block;
	padding: 5px 50px 5px 20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 16px;
	color: #f2f2f2;
	line-height: 1;
	position: relative;
}

p#contact_btn a:after {
	content: url("../images/common/arw4.png");
	position: absolute;
	right: 10px;
	top: 4px;
	line-height: 1;
}

/******************************************

				スライド

******************************************/

#slide {
	width: 100%;
	//height: 760px;
	height: 600px;
	overflow: hidden;
}

.swiper-slide {
	height: 760px !important;
}

#slide01 {
	background: url("../images/slide/slide01.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#slide02 {
	background: url("../images/slide/slide02.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#slide03 {
	background: url("../images/slide/slide03.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#slide04 {
	background: url("../images/slide/slide04.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/******************************************

				文学館より

******************************************/

.scroll_box {
	display: block;
	margin: 30px 0;
	padding: 20px;
	background: url("../images/top/news_back.png") no-repeat;
	background-size: cover;
	background-position: left center;
	line-height: 1;
}

.scroll_box p.title {
	display: inline-block;
	padding-right: 15px;
	font-size: 30px;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000000;
	vertical-align: middle;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  //width: 65%;
  width: 670px;
  border-radius: 5px;
  padding: 12px 15px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffffff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 70%;
  left: -15px;
  margin-top: -15px;
  border: 7px solid transparent;
  border-right: 10px solid #ffffff;
}

.balloon1-left p {
margin: 0;
padding: 0;

}

.comment_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px;
	border: 2px solid #cdd7df;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.comment_box1-1 {
	width: 64%;
	margin-right: 3%;
}

.comment_box1-1 p {
	line-height: 1.8;
}

.comment_box1-2 {
	width: 33%;
}


/******************************************

			新着情報/イベント情報

******************************************/

#news_event {
	width: 100%;
	margin-bottom: 80px;
}

#news_event h3 {
	margin-bottom: 1em;
}

#news_event p.time {
	display: block;
	margin-bottom: 10px;
}

#news_event p.time span {
	display: inline-block;
	padding-right: 10px;
	line-height: 1;
	vertical-align: middle;
}

#news_event p.title {
	display: block;
	font-size: 18px;
	margin-bottom: 1em;
	color: #1f53b7;
}

#news_event p {
	font-size: 15px;
}

.news_list {
	display: block;
	margin-top: 1em;
	margin-bottom: 2em;
}

.news_list dl {
	display: block;
	width: 100%;
	padding: 5px 0;
	border-bottom: dotted #033660;
}

.news_list dl dt {
	display: block;
	width: 100%;
	padding-bottom: 5px;
}

.news_list dl dd {
	display: block;
	width: 100%;
}

p.detail_btn {
	position: absolute;
	//bottom: 10px;
	bottom: -2em;
	display: block;
	width: 100%;
}

p.detail_btn a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	border-radius: 10px;
	color: #033660;
	font-size: 18px;
	font-weight: normal;
	background-color: #e6ebef;
	border: 3px solid #b3c3cf;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	position: relative;
}

p.detail_btn a:after {
	content: url("../images/common/arw2.png");
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: absolute;
	right: 15px;
	top: 7px;
}

/******************************************

				企画展

******************************************/

#kikaku {
	display: block;
	margin-bottom: 100px;
	padding: 20px 0;
	border-bottom: 1px dashed #819aaf;
}

#kikaku .box2-2 {
	position: relative;
}

#kikaku p.title {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #1f53b7;
}

#kikaku p {
	font-size: 16px;
	line-height: 1.8;
}

#kikaku p.detail_btn2 {
	right: 20px;
	bottom: 5px;
	display: block;
	width: 350px;
	float: right;
}
#kikaku .box2-2 p.comment {
	margin-bottom: 30px;
}

p.detail_btn2 a {
	display: block;
	width: 100%;
	padding: 15px 20px;
	border-radius: 10px;
	color: #033660;
	font-size: 18px;
	font-weight: normal;
	background-color: #e6ebef;
	border: 3px solid #b3c3cf;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	position: relative;
}

p.detail_btn2 a:after {
	content: url("../images/common/arw2.png");
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: absolute;
	right: 15px;
	top: 13px;
}


/******************************************

				次階層

******************************************/

h4 {
	display: block;
	font-size: 19px;
	padding: 10px;
	border-top: 1px solid #033660;
	border-bottom: 1px solid #033660;
	background: url("../images/common/h4_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	line-height: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h4:before {
	content: url("../images/common/h4_icon.png");
	display: inline-block;
	padding-right: 8px;
	vertical-align: baseline;
	line-height: 1;
}

h5 {
	display: block;
	padding: 10px 12px;
	font-size: 18px;
	color: #1a1a1a;
	border-bottom: 2px dotted #6886a0;
	line-height: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h5:before {
	content: url("../images/common/h5_icon.png");
	display: inline-block;
	padding-right: 8px;
	vertical-align: baseline;
	line-height: 1;
}

.next_visual {
	width: 100%;
	height: 200px;
	background-size: cover !important;
	background-position: center center !important;
}

.next_section {
	padding: 10px;
	margin-bottom: 2em;
}

.next_section p {
	font-size: 16px;
	line-height: 1.8;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img.float_right {
	float: right;
	padding: 10px;
}

.pankuzu {
	display: block;
	padding: 20px 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pankuzu ul li {
	display: inline-block;
}

.pankuzu ul li.arw5 {
	padding: 0 5px;
	line-height: 1;
}

.pankuzu ul li a {
	color: #1f53b7;
}

.pankuzu ul li i {
	color: #1f53b7;
	padding-right: 3px;
	line-height: 1;
}

ul.colum2 {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

ul.colum2 li {
	display: inline-block;
	width: 49%;
	margin-right: 1%;
	vertical-align: top;
}

ul.colum2 li:last-child {
	margin-right: 0;
}

ul.colum2 li span {
	display: block;
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

ul.colum2 li p.left {
	text-align: left;
	vertical-align: top;
}


ul.colum3 {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

ul.colum3 li {
	display: inline-block;
	width: 32%;
	margin-right: 1%;
}

ul.colum3 li:last-child {
	margin-right: 0;
}

ul.colum3 li span {
	display: block;
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

/******************************************
			次階層（見出し）
******************************************/
#facility_visual {
	background: url("../images/next/head_facility.jpg") no-repeat;
}
#chotou_visual {
	background: url("../images/next/head_chotou.jpg") no-repeat;
}
#shop_visual {
	background: url("../images/next/head_shop.jpg") no-repeat;
}
#introduction_visual {
	background: url("../images/next/head_introduction.jpg") no-repeat;
}
#project_visual {
	background: url("../images/next/head_project.jpg") no-repeat;
}
#lecture_visual {
	background: url("../images/next/head_lecture.jpg") no-repeat;
}
#remember_visual {
	background: url("../images/next/head_remember.jpg") no-repeat;
}
#literature_visual {
	background: url("../images/next/head_literature.jpg") no-repeat;
}
#history_visual {
	background: url("../images/next/head_history.jpg") no-repeat;
}
#walk_visual {
	background: url("../images/next/head_walk.jpg") no-repeat;
}
#guide_visual {
	background: url("../images/next/head_guide.jpg") no-repeat;
}
#monument_visual {
	background: url("../images/next/head_monument.jpg") no-repeat;
}
#sunset_visual {
	background: url("../images/next/head_sunset.jpg") no-repeat;
}
#access_visual {
	background: url("../images/next/head_access.jpg") no-repeat;
}
#link_visual {
	background: url("../images/next/head_link.jpg") no-repeat;
}
#enchante_visual {
	background: url("../images/next/head_enchante.jpg") no-repeat;
}
#dbook_visual {
	background: url("../images/next/head_dbook.jpg") no-repeat;
}
#discount_visual {
	background: url("../images/next/head_discount.jpg") no-repeat;
}
#document_visual {
	background: url("../images/next/head_document.jpg") no-repeat;
}
#sitemap_visual {
	background: url("../images/next/head_sitemap.jpg") no-repeat;
}
#privacy_visual {
	background: url("../images/next/head_privacy.jpg") no-repeat;
}
#inquiry_visual {
	background: url("../images/next/head_inquiry.jpg") no-repeat;
}

#news_visual {
	background: url("../images/next/head_news.jpg") no-repeat;
}
#event_visual {
	background: url("../images/next/head_event.jpg") no-repeat;
}

/******************************************
			次階層（一覧表示）
******************************************/
#contents .info_header ,
#contents .project_list ,
#contents .remember_list ,
#contents .lecture_list ,
#contents .sunset_list ,
#contents .chotou_list {
	margin-bottom: 1.5em;
}

#contents .info_header p ,
#contents .project_list p ,
#contents .remember_list p ,
#contents .lecture_list p ,
#contents .chotou_list p {
	margin: 0.5em 1em;
}

#contents .photo-right {
	float: right;
	margin: 0px 15px 1em 15px;
	padding: 0;
	font-size: 90%;
	width: 25%;
}
#contents .photo-left {
	float: left;
	margin: 0px 15px 1em 15px;
	padding: 0;
	font-size: 90%;
	width: 25%;
}

#contents .photo-right p.photo ,
#contents .photo-left p.photo {
	margin: 0 0.5em;
}
#contents .photo-right p.caption ,
#contents .photo-left p.caption {
	margin-top: 0;
	padding-top: 0;
	font-size: 90%;
}

#contents .photo-right img ,
#contents .photo-left img {
	margin: 0.5em 0;
	width: 100%;
}


/* pagenavi
-----------------------------*/
.pagenavi{
	margin:0 auto;
}

.pagenavi ul{
	list-style:none;
	text-align: center;
	padding:15px 0;
}

.pagenavi ul li{
	font-size: 90%;
	display:inline;
	line-height:1em;
	margin:0 7px 0 0;
	padding:0;
}

.pagenavi ul li span.cur,
.pagenavi ul li a{
	padding:5px 10px;
}

.pagenavi ul li a{
	background-color:#233869;
	color:#fff;
	text-decoration:none;
}

.pagenavi ul li a:hover,
.pagenavi ul li span.cur{
	color:#fff;
	background-color:#AFAFAF;
}

p.countnavi  {
	font-size: 90%;
	margin: 10px 0 10px 0;
}


/******************************************
			次階層（詳細表示）
******************************************/
#news p.date ,
#event p.date {
	text-align: right;
	margin-right: 20px;
	padding: 10px 0 5px 0;
}

#event p.period {
	margin-bottom: 1em;
	color: #1f53b7;
	font-size: 1.1em;
}

#news dl.next_news_list ,
#event dl.next_event_list {
	border-bottom: dotted #033660;
	margin: 0.7em auto;
	padding-bottom: 0.3em;
}
#news dl.next_news_list dt,
#event dl.next_event_list dt {
	float: left;
}
#news dl.next_news_list dd,
#event dl.next_event_list dd {
	margin-left: 8em;
}

#news .photo-right ,
#event .photo-right {
	width: 35%;
}
#news p.img_caption ,
#event p.img_caption {
	font-size: 14px;
}

#contents div.comment {
    margin-bottom: 15px;
}

#contents ul.link {
	font-size: 15px;
    margin: 15px;
}
#contents ul.link li {
	background-image: url(../images/common/arw2.png);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	line-height: 1.8em;
	padding-left: 10px;
}
#contents ul.link li.sub_link {
	background-position: left 0.7em;
}
#contents ul.link li.sub_link ul {
    margin-top: 0;
}

#contents div.wak ,
#contents div.wak_left {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 0 20px 10px 20px;
}

#contents div.wak dl ,
#contents div.wak_left dl {
	margin:0;
	padding:0.5em 1em;
}

#contents div.wak dl dt ,
#contents div.wak_left dl dt {
	font-weight:normal;
	margin:0 0 -1.8em 0;
	padding:0;
}

#contents div.wak dl dd ,
#contents div.wak_left dl dd {
	margin:5px 0 0 3em;
	padding:0;
}

/* 枠 */
#contents div.wak {
	width: 90%;
	margin: 1em 5% 0.5em;
}
#contents div.wak_left {
	width: 65%;
	margin: 1em 5% 0.5em;
}

/* n_subnavi
-----------------------------*/
div.n_subnavi{
	clear:both;
	text-align:center;
	width:auto;
	padding: 0;
	margin-top:10px;
}

div.n_subnavi ul li{
	display: inline;
	color:#fff;
	font-size:10pt;
	background-image: url(../images/common/arw2.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#contents p#nodata {
	text-align: center;
	margin: 1em auto 2em;
}


/* ギャラリー（文学館から見る夕陽・聴濤）（アンシャンテ） */
#contents div.gallery-flame {
	margin-top: 1em;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents div.gallery-flame .gallery-box {
	width: 49%;
	margin-bottom: 1em;
	float: left;
	display: block;
}
/* アンシャンテ */
#contents div.gallery-flame .gallery-box3 {
	width: 32%;
	margin-bottom: 1em;
	float: left;
	display: block;
}
#contents div.gallery-flame .gallery-box3 p.comment {
	text-align: center;
}

#contents div.next_section ol {
	margin: 1em 0px 10px 1em;
	list-style-position: inside;
}

/* 文学館から見る夕陽 */
#contents div.sunset_list dl {
	margin:0;
	padding:0.5em 1em;
}

#contents div.sunset_list dl dt {
	font-weight:normal;
	margin:0 0 -1.8em 0;
	padding:0;
}

#contents div.sunset_list dl dd {
	margin:5px 0 0 5em;
	padding:0;
}

/* 遠藤文学散歩 */
#contents dl.walk dt {
	margin-top: 0.5em;
	font-weight: bold;
}
#contents dl.walk dd {
	padding-left: 1em;
}

/* 年譜 */
table.history {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}

table.history th ,
table.history td {
	padding: 10px 0;
	text-align: center;
}
table.history td {
	vertical-align: top;
}

table.history th:nth-child(1) {
	width: 4.5em;
}
table.history th:nth-child(2) {
	width: 5.5em;
}
table.history th:nth-child(3) {
	width: 3.5em;
}
table.history td:nth-child(4) {
	text-align: left;
	padding-left: 0.5em;
}

table.history tr:nth-child(odd) {
	background-color: #eff5f9;
}
table.history tr:nth-child(1) {
	background-color: #CDD7DF;
}
table.history tr:last-child {
	border-bottom: 1px solid #CDD7DF;
}

/* 沈黙の碑 */
p.monument-message {
	margin: 1em 2em;
	font-size: 1.2em;
	color: #1a1a1a;
}

/* 観覧料減免 */
table.discount {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}

table.discount th ,
table.discount td {
	padding: 10px 0;
	text-align: center;
}
table.discount td {
	vertical-align: top;
}

table.discount td:nth-child(1) {
	text-align: left;
	padding-right: 0.5em;
}
table.discount th:nth-child(2) {
	width: 9em;
}
table.discount th:nth-child(3) {
	width: 9em;
}

table.discount tr:nth-child(odd) {
	background-color: #eff5f9;
}
table.discount tr:nth-child(1) {
	background-color: #CDD7DF;
}
table.discount tr:last-child {
	border-bottom: 1px solid #CDD7DF;
}

/* 思索空間アンシャンテ */

div.enchante_box {
	margin-bottom: 1em;
}
p.enchante_sign {
	text-align:right;
	margin-right: 1em;
}
h3.enchante_1 ,
h3.enchante_2 {
	text-align: center;
}
h3.enchante_1 {
	background: none;
	background-color: transparent;
}
h3.enchante_2 {
	background: none;
	background-color: transparent;
}

h3.enchante_1::before ,
h3.enchante_2::before {
	content: none;
}
h4.enchante_1 ,
h4.enchante_2 {
	text-align: center;
	background: none;
	border: none;
	border-radius: 5px;
	background-color: #D2E5F4;
	color: #0e3656;
	margin: 2em 0 0.5em;
	padding: 0.7em;
}
h4.enchante_1::before ,
h4.enchante_2::before {
	content: none;
}
h4.enchante_1 i ,
h4.enchante_2 i {
	padding-left: 0.5em;
	padding-right: 0.5em;
}


/******************************************

				フッター

******************************************/

#footer {
	display: block;
	width: 100%;
	padding: 30px 20px 0 20px;
	background: #1c4a70;
}

#footer ul {
	display: block;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align: center;
}

#footer ul li {
	display: inline-block;
	margin-right: 1.5em;
}

#footer ul li:last-child {
	margin-right: 0;
}

#footer ul li a {
	display: block;
	color: #b3b3b3;
	font-size: 16px;
	text-decoration: none;
	line-height: 1;
}

#footer ul li a:before {
	content: url("../images/common/arw3.png");
	display: inline-block;
	padding-right: 5px;
	vertical-align: top;
	line-height: 1;
	margin-top: -2px;
}

#footer p.copy {
	display: block;
	font-size: 16px;
	color: #b3b3b3;
	text-align: center;
	padding: 30px;
	border-top: 2px solid #033660;
}

p#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0.8;
}

p#pagetop img:hover {
	opacity: 0.6;
}