/****************************
	global
*****************************/
body {
	min-width: 1100px;
}

.sp_content {
	display: none !important;
}

.sp-br{
	display: none !important;
}

/****************************
	fonts
*****************************/
h2 {
	font-size: 2.5em; /* 40px */
}

h3 {
	font-size: 1.25em; /* 20px */
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #333;
}

h4 {
	font-size: 0.938em; /* 15px */
	letter-spacing: 0.06em;
	line-height: 1.4;
}

p {
	font-size: 0.813em; /* 13px */
	letter-spacing: 0.06em;
	color: #333;
}

a {
	font-size: 0.813em; /* 13px */
	color: #333;
}


/****************************
	custom class
*****************************/
/**** 6:4 layout ****/
.ct_pdg_top_120px {
	padding-top: 120px;
}

/* テクストleft */
.ct_txt_left {
	float: left;
	width: 60%;
}

/* テクストright */
.ct_txt_right {
	float: right;
	width: 60%;
}

/* テクストleft 40% */
.ct_txt_left_4 {
	float: left;
	width: 37%;
}

/* テクストright 40% */
.ct_txt_right_4 {
	float: right;
	width: 37%;
}



/* イメージエリア left */
.ct_img_area_left {
	position: relative;
	float: left;
	width: 37%;
}

/* イメージエリア right */
.ct_img_area_right {
	position: relative;
	float: right;
	width: 37%;
}

.ct_img_area_left_6 {
	position: relative;
	float: left;
	width: 60%;
}

/* イメージエリア right */
.ct_img_area_right_6 {
	position: relative;
	float: right;
	width: 60%;
}



/**** 5:5 layout ****/
/* テクストleft 49% */
.ct_txt_left_half {
	float: left;
	width: 49%;
}

/* テクストright 49% */
.ct_txt_right_half {
	float: right;
	width: 49%;
}

/* イメージエリア left 49% */
.ct_img_area_left_half {
	position: relative;
	float: left;
	width: 49%;
}

/* イメージエリア right 49% */
.ct_img_area_right_half {
	position: relative;
	float: right;
	width: 49%;
}



/* イメージ単品 100% */
.ct_figure {
	width: 100%;
	margin-bottom: 15px;
}

/* イメージ単品 left 48% */
.ct_figure_left {
	float: left;
	width: 48%;
}

/* イメージ単品 right 48% */
.ct_figure_right {
	float: right;
	width: 48%;
}

/* イメージ単品 left 3割 */
.ct_figure_left_3 {
	float: left;
	width: 29.4%;
	margin-left: 14px;
	margin-right: 14px;
}

/* イメージ単品 left 40% */
.ct_figure_left_4 {
	float: left;
	width: 37%;
}

/* イメージ単品 right 60% */
.ct_figure_right_6 {
	float: right;
	width: 60%;
}


/* リストページのリストカード */
.list_card {
	position: relative;
	width: 220px;
	height: 295px;
	box-sizing: border-box;
	border: 1px solid #c6c6c6;
	float: left;
}

.list_card_short {
	position: relative;
	width: 220px;
	height: 140px;
	box-sizing: border-box;
	border: 1px solid #c6c6c6;
	float: left;
}

.list_card_img {
	height: 126px;
	overflow: hidden;
}

.list_card a {
	display: block;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out
}

.list_card a:hover {
	opacity: 0.7;
}

.list_card_short a {
	display: block;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out
}

.list_card_short a:hover {
	opacity: 0.7;
}

.bottom_half {
	position: relative;
	height: 140px;
}

.bottom_half h3 {
	box-sizing: border-box;
	height: 35px;
	line-height: 1.2;
}

.bottom_half .txt_sec {
	position: relative;
	height: 138px;
}

.bottom_half .txt_sec p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.5;
}


/* TITLE */
.ct_title_30 {
	font-size: 1.875em; /* 30px */
	font-weight: bold;
}

.ct_title { /* タイトル */
	font-size: 1.750em; /* 28px */
	font-weight: bold;
}

.ct_title_lg { /* 大見出し */
	font-size: 1.500em; /* 24px */
	font-weight: bold;
}

.ct_title_sm {
	font-size: 1.375em; /* 22px */
	font-weight: bold;
}

.ct_title_xs {
	font-size: 1.125em; /* 18px */
	font-weight: bold;
}

.ct_sub_title {
	font-size: 0.938em; /* 15px */
	font-weight: bold;
}


/* TEXT */
.ct_txt_body {
	font-size: 1em; /* 16px */
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.ct_txt_notice {
	font-size: 1em; /* 16px */
	line-height: 1.8;
	letter-spacing: 0;
}

.ct_txt_body_box {
	display: inline-block;
	font-size: 1em; /* 16px */
	color: #fff;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding: 3px 20px;
}

.ct_txt_body_sm {
	font-size: 0.875em; /* 14px */
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.ct_txt_body_xs {
	font-size: 0.750em; /* 12px */
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.lh_1 {
	line-height: 1;
}
.lh_1-4 {
	line-height: 1.4 !important;
}


.lh_1-5 {
	line-height: 1.5 !important;
}

.sub_hd_txt {
	color: #fff !important;
	padding: 16px 0 16px 15px;
}
.txt_indent_1{
	text-indent: 1em;
}


/* BORDER */
.ct_border_green {
	width: 100%;
	height: 3px;
	background-color: #6ccdcb;
}

.ct_border_blue {
	width: 100%;
	height: 3px;
	background-color: #6f81bc;
}

.ct_border_brown {
	width: 100%;
	height: 3px;
	background-color: #ca8a46;
}

.ct_border_grey {
	width: 100%;
	height: 1px;
	background-color: #c6c6c6;
}

.ct_border_red {
	width: 100%;
	height: 1px;
	background-color: #ab1c23;
}

.border_top {
	border-top: 1px solid #c6c6c6;
}

.border_btm {
	border-bottom: 1px solid #c6c6c6;
}

.border_left {
	border-left: 1px solid #c6c6c6;
}

.border_right {
	border-right: 1px solid #c6c6c6;
}

.date_box {
	border: 1px solid #888;
	padding: 5px;
	font-size: 0.813em;
}

/* DOT */
.dot {
	position: relative;
}

.dot::before {
	position: absolute;
	content: '';
	width: 18px;
	height: 17px;
	margin-top: 4px;
	margin-left: -20px;
	background: url('./../images/icons/dot_black_pc');
	background-repeat: no-repeat;
	-webkit-background-size: 18px 17px;
	background-size: 18px 17px;
}

/* MARGIN BOTTOM */
.mb_50 {
	margin-bottom: 50px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.mr_30 {
	margin-right: 30px !important;
}

.mb_25 {
	margin-bottom: 25px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.mb_15 {
	margin-bottom: 15px !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mb_5 {
	margin-bottom: 5px !important;
}

.mb_0 {
	margin-bottom: 0px !important;
}

/* MARGIN TOP */
.mt_10 {
	margin-top: 10px;
}

.mt_15 {
	margin-top: 15px;
}

.mt_20 {
	margin-top: 20px;
}

.mt_25 {
	margin-top: 25px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_40 {
	margin-top: 40px;
}

.mt_50 {
	margin-top: 50px;
}

/* CENTER */
.txt_center {
	text-align: center;
}


/* PADDING BOTTOM */
.ct_table_pd {
	padding: 27px 20px 20px 20px;
}

.pd_5 {
	padding: 5px;
}

.pd_10 {
	padding: 10px;
}

.pd_15 {
	padding: 15px;
}

.pd_20 {
	padding: 20px;
}

.pd_top_25 {
	padding-top: 25px;
}

.pd_10_top_bottom {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pd_left_15 {
	padding-left: 15px;
}

.pd_left_20 {
	padding-left: 20px;
}


/* COLOUR */
/* text */
.green_txt {
	color: #6ccdcb !important;
}

.dark_green_txt {
	color: #2c878b !important;
}

.blue_txt {
	color: #6f81bc !important;
}

.brown_txt {
	color: #ca8a46 !important;
}

.info_txt {
	color: #f4b8ba !important;
}

.report_txt {
	color: #6ccdcb !important;
}

.red_txt {
	color: #c0272d !important;
}


/* background */
.green_bg {
	background-color: #6ccdcb !important;
}

.blue_bg {
	background-color: #6f81bc !important;
}

.brown_bg {
	background-color: #ca8a46 !important;
}
/* overlay */
.overlay_green::before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,206,204,0.2);
}

.overlay_blue::before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(111,129,188,0.3);
}

.overlay_brown::before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(202,138,70,0.4);
}


/* LINK */
.link_txt {
	color: #333;
	line-height: 1.8;
	border-bottom: 1px solid #888;
	transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
}

.link_txt:hover {
	border-color: #fff;
}


/* SUB HEADING BOX */
.sub_hd_green {
	width: 100%;
	background-color: #6ccdcb !important;
}

.sub_hd_blue {
	width: 100%;
	background-color: #6f81bc !important;
}

.sub_hd_brown {
	width: 100%;
	background-color: #ca8a46 !important;
}

.box_txt {
	width: 100px;
}


/* TABLE */
table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
}

th {
	color: #333;
}

td {
	color: #333;
}

.cross_line {
	background-image: linear-gradient(to bottom right,  transparent calc(50% - 1px), #c6c6c6, transparent calc(50% + 1px));
}

.lh_2 {
	line-height: 2;
}

.vert_top {
	vertical-align: top;
}

.word_wrap {
	word-wrap: break-word;
}

.width_5 {
	position: relative;
	width: 5%;
}

.width_7 {
	position: relative;
	width: 7%;
}

.width_10 {
	position: relative;
	width: 10%;
}

.width_11 {
	position: relative;
	width: 11%;
}

.width_15 {
	position: relative;
	width: 15%;
}

.width_20 {
	position: relative;
	width: 20%;
}

.width_30 {
	position: relative;
	width: 30%;
}

.width_40 {
	position: relative;
	width: 40%;
}

.width_50 {
	position: relative;
	width: 50%;
}

.width_60 {
	position: relative;
	width: 60%;
}

.width_70 {
	position: relative;
	width: 70%;
}

.width_80 {
	position: relative;
	width: 80%;
}

.width_85 {
	position: relative;
	width: 85%;
}

.width_90 {
	position: relative;
	width: 90%;
}

/* ct ul inline 2images */
.ct_2images_inline {
	list-style-type: none;
}

.ct_2images_inline li {
	position: relative;
	display: inline-block;
	width: 49%;
	margin: -2px;
}

.ct_2images_inline li:nth-of-type(odd) {
	float: left;
}

.ct_2images_inline li:nth-of-type(even) {
	float: right;
}

.ct_2images_inline li figure {
	margin-top: 2px;
}

.ct_2images_inline li img {
	width: 100%;
}


/* ct ul inline 3images */
.ct_3images_inline {
	list-style-type: none;
}

.ct_3images_inline li {
	position: relative;
	display: inline-block;
	width: 33.333%;
	margin: -2px;
}

.ct_3images_inline li figure {
	margin-top: 2px;
}

.ct_3images_inline li img {
	width: 100%;
}


/* ct ul inline 4images */
.ct_4images_inline {
	list-style-type: none;
}

.ct_4images_inline li {
	position: relative;
	display: inline-block;
	width: 25%;
	margin: -2px;
}

.ct_4images_inline li figure {
	margin-top: 2px;
}

.ct_4images_inline li img {
	width: 100%;
}


/* ご注意box */
.ct_notice_box {
	padding: 15px 25px;
	border: 1px solid #c0272d;
}


/* custom list 01 */
.ct_ul_01 {
	list-style-type: none;
}

.ct_ul_01 li {
	position: relative;
	font-size: 1em;
	letter-spacing: 0;
	line-height: 1.3;
	padding-left: 20px;
	padding: 5px 0 5px 20px
}

.ct_ul_01 li::before {
	position: absolute;
	content: '・';
	margin-left: -20px;
}


/****************************
	contact box
*****************************/
.contact_box {
	border: 1px solid #2c878b;
}

.contact_box .top {
	border-bottom: 1px solid #2c878b;
}


/****************************
	header
*****************************/
.header_outer {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	background: #efe7dc;
}

.header_outer .fixed .wrapper {
	position: relative;
	width: 1120px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.header_outer header {
	height: 120px;
}

.header_outer .sp_nav_area {
	display: none !important;
}

.header_outer .logo {
	float: left;
	width: 200px;
	margin: 0 15px 0 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.header_outer h1.logo:hover {
	opacity: 0.6;
}

.header_outer .logo img {
	width: 100%;
}

.header_outer .main_nav_wrapper {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.header_outer .main_nav_li {
	position: relative;
	list-style-type: none;
	float: left;
	text-align: center;
	width: 172px;
	height: 90px;
	cursor: pointer;
	box-sizing: border-box;
	border-left: 1px solid #193547;
	transition: border-right 0.2s ease-in-out;
	-webkit-transition: border-right 0.2s ease-in-out;
}

.header_outer li.main_nav_li:last-of-type {
	border-right: 1px solid #193547;
}

.header_outer li.main_nav_li:hover {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.header_outer li.main_nav_li:nth-child(1):hover {
	background-color: #6ccdcb;
}

.header_outer li.main_nav_li:nth-child(2):hover {
	background-color: #6f81bc;
}

.header_outer li.main_nav_li:nth-child(3):hover {
	background-color: #ca8a46;
}

.header_outer li.main_nav_li:nth-child(4):hover {
	background-color: #aaa300;
}

.header_outer li.main_nav_li .nav_text_wrap {
	position: relative;
	height: 100%;
}

.header_outer li.main_nav_li .nav_text_wrap a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}

.header_outer .main_nav li .nav_text_wrap_inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.header_outer .nav_text {
	color: #193547;
	margin-bottom: 10px;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
}

.header_outer li.main_nav_li:hover .nav_text {
	color: #fff;
}

.header_outer .nav_subText {
	color: #8a8a8a;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
}

.header_outer li.main_nav_li:hover .nav_subText {
	color: #fff;
}



/* sub menu start */
.header_outer .main_nav > li ul.sub_menu {
	position: relative;
	display: none;
	width: 200px;
	height: auto;
	background-color: #fff;
	list-style-type: none;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	z-index: 10;
}

.header_outer .main_nav > li ul.sub_menu li {
	position: relative;
	text-align: left;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
}

.header_outer .main_nav > li ul.sub_menu li:nth-child(n+2) {
	margin-top: -1px;
}

.header_outer .main_nav > li:nth-child(1) ul.sub_menu li:hover {
	background-color: #6ccdcb;
}

.header_outer .main_nav > li:nth-child(2) ul.sub_menu li:hover {
	background-color: #6f81bc;
}

.header_outer .main_nav > li:nth-child(3) ul.sub_menu li:hover {
	background-color: #ca8a46;
}

.header_outer .main_nav > li:nth-child(4) ul.sub_menu li:hover {
	background-color: #aaa300;
}

.header_outer .main_nav > li:nth-child(1) ul.sub_menu li:not(:last-child) span {
	display: block;
	border-bottom: 1px dotted #6ccdcb;
	border-style: none none dotted;
	box-sizing: border-box;
	margin: 0 10px;
}

.header_outer .main_nav > li:nth-child(2) ul.sub_menu li:not(:last-child) span {
	display: block;
	border-bottom: 1px dotted #6f81bc;
	border-style: none none dotted;
	box-sizing: border-box;
	margin: 0 10px;
}

.header_outer .main_nav > li:nth-child(3) ul.sub_menu li:not(:last-child) span {
	display: block;
	border-bottom: 1px dotted #ca8a46;
	border-style: none none dotted;
	box-sizing: border-box;
	margin: 0 10px;
}

.header_outer .main_nav > li ul.sub_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	line-height: 1.6;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.header_outer .main_nav > li ul.sub_menu li:hover a {
	color: #fff;
}

.header_outer .main_nav > li ul.sub_menu li a span {
	display: table-cell;
	vertical-align: middle;
}
/* sub menu end */



/* Search bar start */
.header_outer header .search {
	position: relative;
	float: right;
	width: 167px;
	height: 75px;
	margin-top: 26px;
	position: relative;
}

.header_outer header .search .top_row > p {
	line-height: 1.2;
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-right: 5px;
	padding-top: 2px;
}

.header_outer .font_size_btn {
	float: right;
}

.header_outer .font_size_btn a:nth-child(1) {
	float: left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #193547;
	line-height: 2.2;
	width: 60px;
	height: 30px;
	border-radius: 20px 0 0 20px;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.header_outer .font_size_btn a:nth-child(2) {
	border-radius: 0 20px 20px 0;
	background-color: #193547;
	line-height: 1.9;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 60px;
	height: 30px;
	color: #fff;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.header_outer .font_size_btn a:hover {
	opacity: 0.6;
}

.header_outer .search_bar {
	background-color: #193547;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
}

.header_outer .search_bar::before {
	content: "";
	position: absolute;
	background-image: url(./../images/icons/iocn_search.png);
	background-repeat: no-repeat;
	background-size: 17px 16px;
	top: 0;
	bottom: 0;
	padding-left: 17px;
	margin-left: 15px;
	margin-top: 7px;
}

.header_outer .search_bar input {
	background-color: #193547;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: none;
	height: 30px;
	margin-left: 35px;
	width: 110px;
}

.header_outer header .search .search_bar input::-webkit-input-placeholder {
	font-weight: bold;
	color: #fff;
}

.header_outer header .search .search_bar input:focus {
	outline: none;
}

.header_outer input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #6ccdcb inset;
}
/* Search bar end */



.header_outer header .contact_area {
	float: right;
	margin-top: 27px;
	position: relative;
	width: 166px;
	height: 85px;
}

.header_outer header .contact_area p {
	position: absolute;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
	height: 25px;
	width: 166px;
	padding: 7px 10px 0 28px;
	box-sizing: border-box;
	border: 1px solid #6ccdcb;
	border-radius: 20px;
}

.header_outer header .contact_area p span.phone_ico {
	background-image: url(./../images/icons/icon_phone.png);
	background-repeat: no-repeat;
	background-size: 13px 13px;
	padding-left: 20px;
	position: absolute;
	height: 13px;
	top: 0;
	bottom: 0;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
}

.header_outer header .contact_area ul.contact_nums {
	list-style-type: none;
	font-size: 13px;
	color: #333;
	position: absolute;
	line-height: 1.4;
	width: 166px;
	bottom: 0;
}

.header_outer header .contact_area ul.contact_nums li span {
	float: right;
	letter-spacing: 0.12em;
}


/****************************
	pg_top body content
*****************************/
.pg_top {
	margin-top: 120px !important;
	/*padding-top: 120px;*/
	/*min-height: 1120px;*/
	width: 100%;
}

.pg_top .bx-wrapper {
	margin-bottom: 50px;
	box-shadow: none;
	border: none;
}

.pg_top .bx-wrapper .bx-controls-direction a {
	z-index: 1;
}

.pg_top .contents {
	width: 900px;
	min-height: 1100px;
	margin-left: 200px;
	padding: 0 0 45px;
	box-sizing: border-box;
}

.pg_top .hero {
	background-image: url(./../images/0915_bnr_pc.jpg);
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: center bottom;
	height: 520px;
	border-bottom: 3px solid #9ad2d1;
}

.pg_top .hero .wrapper {
	position: relative;
	width: 1100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding:0 20px;
	display: block;
	height: 100%;
	box-sizing: border-box;
}

/* 170913追加　TOP クリッカブル */
.pg_top .hero .wrapper .cliccable_top_mv{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.pg_top .hero .cliccable_top_mv img{
	display: none;
}

.pg_top .hero .open_hour {
	position: absolute;
	width: 290px;
	height: 147px;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin-bottom: 28px;
	padding-right: 20px;
}

.pg_top .open_hour.pc_content{
	display: none;
}

.pg_top .hero .open_hour .top_row {
	position: relative;
	background-color: #6ccdcb;
	border-radius: 4px 4px 0 0;
	width: 100%;
	height: 40px;
	display: table;
}

.pg_top .hero .open_hour .top_row h4 {
	text-align: center;
	font-weight: bold;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.pg_top .hero .open_hour .bottom_row {
	position: relative;
	background-color: #fff;
	height: 107px;
	border-radius: 0 0 4px 4px;
}

.pg_top .hero .open_hour .bottom_row .inner_container {
	position: absolute;
	width: 250px;
	height: 90px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.pg_top .hero .open_hour .bottom_row .inner_container .border {
	border-bottom: 1px solid #6ccdcb;
}

.pg_top .hero .open_hour .bottom_row h3 {
	text-align: center;
	font-size: 1.563em;
	font-weight: bold;
	color: #6ccdcb;
	line-height: 1.5;
}

.pg_top .hero .open_hour .bottom_row p {
	position: relative;
	/*text-align: center;*/
	color: #6ccdcb;
	width: 225px;
}

.pg_top .hero .open_hour .bottom_row p:nth-of-type(1) {
	margin-top: 7px;
	margin-bottom: 4px;
}

.pg_top .hero .open_hour .bottom_row p span.item_01 {
	float: left;
	text-align: right;
	width: 90px;
}

.pg_top .hero .open_hour .bottom_row p span.item_02 {
	font-weight: bold;
	float: right;
}

.pg_top .second_menu_container {
	background-image: url(./../images/pc-top_body_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.pg_top .second_menu_container .wrapper {
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.pg_top .second_menu_container .notice{
	text-align: center;
	padding-top: 20px;
}
.pg_top .second_menu_container .second_menu {
	list-style-type: none;
	padding-top: 42px;
}

.pg_top .second_menu_container .second_menu li {
	width: 31.5%;
	height: 80px;
	background-color: #6ccdcb;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
}

.pg_top .second_menu_container .second_menu li:hover {
	background-color: #92dad8;
}

.pg_top .second_menu_container .second_menu li:nth-child(3n+2) {
	margin-left: 25px;
	margin-right: 25px;
} 

.pg_top .second_menu_container .second_menu li a {
	position: relative;
	font-size: 1.375em;
	font-weight: bold;
	color: #fff;
	display: table;
	height: 100%;
	width: 100%;
}

.pg_top .second_menu_container .second_menu li span:first-child {
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.pg_top .second_menu_container .second_menu li span.icon_01 {
	background-image: url(./../images/icons/icon_houji.png);
	background-size: 45px auto;
	width: 45px;
	height: 40px;
	margin-left: 45px;
}

.pg_top .second_menu_container .second_menu li span.icon_02 {
	background-image: url(./../images/icons/icon_houwa.png);
	background-size: 40px auto;
	width: 40px;
	height: 38px;
	margin-left: 45px;
}

.pg_top .second_menu_container .second_menu li span.icon_03 {
	background-image: url(./../images/icons/icon_dokkyo.png);
	background-size: 40px auto;
	width: 40px;
	height: 35px;
	margin-left: 37px;
}

.pg_top .second_menu_container .second_menu li span.icon_04 {
	background-image: url(./../images/icons/icon_noukotsu.png);
	background-size: 33px auto;
	width: 33px;
	height: 40px;
	margin-left: 50px;
}

.pg_top .second_menu_container .second_menu li span.icon_05 {
	background-image: url(./../images/icons/icon_kikyoushiki.png);
	background-size: 40px auto;
	width: 40px;
	height: 46px;
	margin-left: 75px;
}

.pg_top .second_menu_container .second_menu li span.icon_06 {
	background-image: url(./../images/icons/icon_shosanshiki.png);
	background-size: 24px auto;
	width: 24px;
	height: 40px;
	margin-left: 15px;
}

.pg_top .second_menu_container .second_menu li span.icon_07 {
	background-image: url(./../images/icons/icon_wedding.png);
	background-size: 42px auto;
	width: 42px;
	height: 40px;
	margin-left: 70px;
}

.pg_top .second_menu_container .second_menu li span.icon_08 {
	background-image: url(./../images/icons/icon_soushiki.png);
	background-size: 32px auto;
	width: 32px;
	height: 36px;
	margin-left: 90px;
}

.pg_top .second_menu_container .second_menu li span.icon_09 {
	background-image: url(./../images/icons/icon_concert.png);
	background-size: 29px auto;
	width: 29px;
	height: 32px;
	margin-left: 10px;
}

.pg_top .second_menu_container .second_menu li span:nth-child(2) {
	display: table-cell;
	vertical-align: middle;
}

.pg_top .second_menu_container .second_menu li span.item_01 {
	padding-left: 45px;
}

.pg_top .second_menu_container .second_menu li:nth-of-type(9) span.item_01 {
	letter-spacing: -0.05em;
}

.pg_top .second_menu_container .access_note {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 34px;
}

.pg_top .second_menu_container .access_note a {
	width: 410px;
	background-color: #f4b8ba;
	border-radius: 5px;
	float: left;
	color: #fff;
	font-size: 1.250em;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 15px 0 12px 0;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
}

.pg_top .second_menu_container .access_note a:hover {
	background-color: #f8d2d3;
}

.pg_top .second_menu_container .access_note a:first-child {
	margin-right: 25px;
}

.pg_top .second_menu_container .access_note a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.1;
}

.pg_top .event_channel {
	background-image: url(./../images/green_texture_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 268px;
	margin-bottom: 45px;
}

.pg_top .event_channel .wrapper {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 45px;
	padding-bottom: 45px;
}

.pg_top .event_channel figure {
	width: 48%;
	float: left;
	margin: 0 auto;
}

.pg_top .event_channel figure:first-child {
	margin-right: 40px;
}

.pg_top .event_channel figure img {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	width: 100%;
}

.pg_top .event_channel a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
}

.pg_top .event_channel a:hover::before {
	background-color: rgba(255,255,255,0.3);
}

/*.pg_top .event_channel figure:hover img {
	opacity: 0.7;
}
*/
.pg_top .event_channel figure a {
	display: block;
}

.pg_top .news_container .wrapper {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-left: 15px;
	box-sizing: border-box;
}

.pg_top .news {
	position: relative;
	width: 600px;
	box-sizing: border-box;
	display: inline-block;
}

.pg_top .news .head_row {
	position: relative;
	margin-bottom: 10px;
}

.pg_top .news .head_row figure {
	width: 40px;
}

.pg_top .news .head_row figure img {
	width: 100%;
}

.pg_top .news .head_row .heading {
	position: absolute;
	bottom: 0;
	padding-left: 50px;
	width: 100%;
	box-sizing: border-box;
}

.pg_top .news .head_row h3,
.pg_top .news .head_row p {
	display: inline-block;
}

.pg_top .news .head_row p {
	font-weight: bold;
	color: #63707b;
}

.pg_top .news .head_row a {
	display: inline-block;
	position: absolute;
	right: 0;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

.pg_top .news .head_row a:hover {
	opacity: 0.6;
}

.pg_top .news .head_row a span {
	background-image: url(./../images/icons/icon_mini_menu.png);
	background-repeat: no-repeat;
	background-size: 20px 14px;
	width: 20px;
	height: 14px;
	margin-left: 10px;
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
}

.pg_top .news .bottom_border {
	width: 100%;
	height: 3px;
	background-color: #333;
	margin-bottom: 21px;
}

.pg_top .news ul {
	list-style-type: none;
}

.pg_top .news ul li {
	position: relative;
	display: table;
	width: 100%;
	border-top-color: #c4c4c4 !important;
	border-bottom-color: #c4c4c4 !important;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	line-height: 1.7;
	padding-left: 10px;
	box-sizing: border-box;
	transition: height 0.2s ease-in-out, border 0.2s ease-in-out, border-radius 0.2s ease-in-out;
	-webkit-transition: height 0.2s ease-in-out, border 0.2s ease-in-out, border-radius 0.2s ease-in-out;
}

.pg_top .news ul li:first-child {
	border-top: 1px solid #c4c4c4;
}

.pg_top .news ul li:not(:nth-of-type(-n+8)) {
	display: none;
}

.pg_top .news ul li:hover {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	background-color: #eee;
}

.pg_top .news ul .item_container {
	position: relative;
	padding: 15px 0 15px 0;
	transition: padding 0.2s ease-in-out;
	-webkit-transition: padding 0.2s ease-in-out;
}

.pg_top .news ul .item_container:hover {
	padding: 23px 0 23px 0;
}

.pg_top .news ul .item_container p {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-right: 7px;
}

.pg_top .news ul .item_container .tag {
	color: #333;
}

.pg_top .news ul .item_container .tag span {
	width: 102px;
	text-align: center;
	margin-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}

.pg_top .news ul .item_container .tag span.info {
	background-color: #f4b8b9;
}

.pg_top .news ul .item_container .tag span.report {
	background-color: #b0d9d8;
}

.pg_top .news ul .item_container a:last-of-type {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.pg_top .pickup {
	position: relative;
	width: 260px;
	float: right;
}

.pg_top .pickup > figure {
	width: 100%;
	margin-top: 10px;
}

.pg_top .pickup > figure a {
	display: block;
}

.pg_top .pickup > figure img {
	width: 100%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.pg_top .pickup > figure:hover img {
	opacity: 0.7;
}

.pg_top .business_hour,
.pg_top .call_center {
	font-family: 'YuGothic';
}

.pg_top .business_hour .txt {
	text-align: center;
}

.pg_top .business_hour .txt_01 {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	padding: 11px 0;
	background-color: #193547;
}

.pg_top .business_hour .txt_02 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	color: #193547;
	padding: 11px 0;
	border: 1px solid #193547;
}

.pg_top .business_hour .txt_container {
	border-bottom: 1px solid #193547;
	border-left: 1px solid #193547;
	border-right: 1px solid #193547;
	padding: 10px 55px 10px 10px;
	box-sizing: border-box;
}

.pg_top .business_hour .txt_03 {
	font-size: 14px;
	text-align: right;
	color: #193547;
}

.pg_top .call_center {
	margin-top: 10px;
}

.pg_top .call_center div.txt_box:not(:first-of-type) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #d2d2d2;
}

.pg_top .call_center .txt {
	text-align: center;
	letter-spacing: 0;
}

.pg_top .call_center .txt_01 {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	padding: 11px 0;
	background-color: #193547;
}

.pg_top .call_center .txt_container {
	border-bottom: 1px solid #193547;
	border-left: 1px solid #193547;
	border-right: 1px solid #193547;
	padding: 10px 20px;
	box-sizing: border-box;
}

.pg_top .call_center .txt_02 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #193547;
	/*border-bottom: 1px solid #d2d2d2;*/
}

/*.pg_top .call_center p.txt_02:not(:first-of-type) {
	margin-top: 4px;
}*/

.pg_top .call_center .txt_03 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	color: #193547;
	margin-top: 3px;
}

.pg_top .call_center .txt_04 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	color: #193547;
}

.pg_top .call_center .txt_05 {
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
	color: #193547;
}


/****************************
	pg_child_basic body 
*****************************/
.pg_child_basic .hero {
	background-image: url(./../images/pg-history_hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 1100px;
	position: absolute;
	width: 100%;
	height: 200px;
}

.pg_child_basic .hero .title_box_outer {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

.pg_child_basic .hero .title_box {
	position: absolute;
	width: 900px;
	height: 95px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.pg_child_basic .hero .ct_height {
	height: 60px !important;
}

.pg_child_basic .hero .title_box h4,
.pg_child_basic .hero .title_box h2 {
	text-align: center;
	color: #fff;
	line-height: 1.9;
}

.pg_child_basic .hero .title_box h4 {
	color: #6ccdcb;
}

.content_mainWrapper {
	position: relative;
	width: 1100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	height: 100%;
	box-sizing: border-box;
}

.vertical_menu_container {
	position: absolute;
	float: left;
	width: 200px;
	height: 100%;
	background-image: url(./../images/vert_menu_bg.jpg);
	background-size: 100%;
	/*padding: 20px 10px 10px;*/
	box-sizing: border-box;
}

.sidebar {
	will-change: min-height;
}

.vertical_menu {
	list-style-type: none;
	box-sizing: border-box;
}

.vertical_menu li {
	position: relative;
	width: 100%;
	height: 45px;
	margin: 0 auto 15px auto;
	background-color: #c6a780;
	border-radius: 5px;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
}

.vertical_menu li:last-of-type {
	margin-bottom: 0;
}

.vertical_menu li:hover {
	background-color: #193547;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
}

.vertical_menu li a {
	position: relative;
	display: table;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	color: #193547;
	height: 100%;
	width: 100%;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
}

.vertical_menu li:hover a {
	color: #c6a780;
}

.vertical_menu .icon_01 {
	background-image: url(./../images/icons/icon_houji_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 26px 22px;
	background-size: 26px 22px;
	background-position: 18px 50%;
}

.vertical_menu .icon_02 {
	background-image: url(./../images/icons/icon_houwa_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 27px 23px;
	background-size: 27px 23px;
	background-position: 15px 50%;
}

.vertical_menu .icon_03 {
	background-image: url(./../images/icons/icon_dokkyo_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 30px 25px;
	background-size: 30px 25px;
	background-position: 15px 50%;
}

.vertical_menu .icon_04 {
	background-image: url(./../images/icons/icon_noukotsu_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 23px 27px;
	background-size: 23px 27px;
	background-position: 19px 50%;
}

.vertical_menu .icon_05 {
	background-image: url(./../images/icons/icon_kikyoushiki_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 29px 32px;
	background-size: 29px 32px;
	background-position: 16px 50%;
}

.vertical_menu .icon_06 {
	background-image: url(./../images/icons/icon_shosanshiki_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 19px 30px;
	background-size: 19px 30px;
	background-position: 21px 50%;
}

.vertical_menu .icon_07 {
	background-image: url(./../images/icons/icon_wedding_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 29px 26px;
	background-size: 29px 26px;
	background-position: 16px 50%;
}

.vertical_menu .icon_08 {
	background-image: url(./../images/icons/icon_soushiki_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 24px 26px;
	background-size: 24px 26px;
	background-position: 18px 50%;
}

.vertical_menu .icon_09 {
	background-image: url(./../images/icons/icon_concert_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 18px 21px;
	background-size: 18px 21px;
	background-position: 21px 50%;
}

.vertical_menu .icon_10 {
	background-image: url(./../images/icons/icon_access_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 33px 29px;
	background-size: 33px 29px;
	background-position: 15px 50%;
}

.vertical_menu .icon_11 {
	background-image: url(./../images/icons/icon_monthlyEvent_blue.png);
	background-repeat: no-repeat;
	-webkit-background-size: 27px 27px;
	background-size: 27px 27px;
	background-position: 18px 50%;
}

.vertical_menu .icon_01:hover {
	background-image: url(./../images/icons/icon_houji_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 26px 22px;
	background-size: 26px 22px;
	background-position: 18px 50%;
}

.vertical_menu .icon_02:hover {
	background-image: url(./../images/icons/icon_houwa_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 27px 23px;
	background-size: 27px 23px;
	background-position: 15px 50%;
}

.vertical_menu .icon_03:hover {
	background-image: url(./../images/icons/icon_dokkyo_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 30px 25px;
	background-size: 30px 25px;
	background-position: 15px 50%;
}

.vertical_menu .icon_04:hover {
	background-image: url(./../images/icons/icon_noukotsu_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 23px 27px;
	background-size: 23px 27px;
	background-position: 19px 50%;
}

.vertical_menu .icon_05:hover {
	background-image: url(./../images/icons/icon_kikyoushiki_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 29px 32px;
	background-size: 29px 32px;
	background-position: 16px 50%;
}

.vertical_menu .icon_06:hover {
	background-image: url(./../images/icons/icon_shosanshiki_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 19px 30px;
	background-size: 19px 30px;
	background-position: 21px 50%;
}

.vertical_menu .icon_07:hover {
	background-image: url(./../images/icons/icon_wedding_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 29px 26px;
	background-size: 29px 26px;
	background-position: 16px 50%;
}

.vertical_menu .icon_08:hover {
	background-image: url(./../images/icons/icon_soushiki_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 24px 26px;
	background-size: 24px 26px;
	background-position: 18px 50%;
}

.vertical_menu .icon_09:hover {
	background-image: url(./../images/icons/icon_concert_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 18px 21px;
	background-size: 18px 21px;
	background-position: 21px 50%;
}

.vertical_menu .icon_10:hover {
	background-image: url(./../images/icons/icon_access_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 33px 29px;
	background-size: 33px 29px;
	background-position: 15px 50%;
}

.vertical_menu .icon_11:hover {
	background-image: url(./../images/icons/icon_monthlyEvent_brown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 27px 27px;
	background-size: 27px 27px;
	background-position: 18px 50%;
}

.vertical_menu .item_01 {
	display: table-cell;
	padding: 3px 10px 0 60px;
	vertical-align: middle;
}

.vertical_menu .item--middle {
	text-align: center;
	padding: 0;
}

.sidebar__inner {
	padding: 20px 10px 10px;
	
	transform: translate(0, 0); /* For browsers don't support translate3d. */
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
	box-sizing: border-box;
}

.sidebar__bnr {
	margin-top: 10px;
}

.sidebar__bnr a {
	display: block;
	height: 100%;
}

.pg_child_basic .contents {
	min-height: 1000px;
	width: 900px;
	margin-left: 200px;
	box-sizing: border-box;
	padding: 245px 90px 45px;
}

.contents h2 {
	line-height: 1;
	color: #333;
}

.contents .text_area {
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.contents .text_area .ct_body_figure_right img {
	width: 100%;
}


/****************************
	search result page
*****************************/
.pg_search_results br {
	display: none;
}

.pg_search_results br {
	display: none;
}

.pg_search_results a.item_link h3,
.pg_search_results a.item_link p {
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out
}

.pg_search_results a.item_link:hover h3,
.pg_search_results a.item_link:hover p {
	opacity: 0.7;
}


/****************************
	Pagenavi
*****************************/
/* pagenavi */
.pagenavi {
	margin-top: 40px;
	text-align: center;
}

.pagenavi .wp-pagenavi:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.wp-pagenavi {
	display: inline-block;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	padding: 10px;
	font-size: 0.875em; /* 14px */
	text-align: center;
	display: block;
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

.wp-pagenavi .current {
	color: #fff;
	background-color: #6ccdcb;
	border: 1px solid #6ccdcb !important;
}

.wp-pagenavi a {
	color: #666;
	background-color: #fff;
	text-decoration: none;
}

.wp-pagenavi a:hover {
	border: 1px solid #6ccdcb !important;
	background: #e2f5f5;
}

.wp-pagenavi a:last-child,
.wp-pagenavi span:last-child {
	margin-right: 0;
}


/****************************
	お知らせ archive 
*****************************/
.pg_info_archive ul {
	list-style-type: none;
}

.pg_info_archive ul li {
	position: relative;
	display: table;
	width: 100%;
	line-height: 1.7;
	padding-left: 10px;
	box-sizing: border-box;
	transition: height 0.2s ease-in-out, border 0.2s ease-in-out, border-radius 0.2s ease-in-out;
	-webkit-transition: height 0.2s ease-in-out, border 0.2s ease-in-out, border-radius 0.2s ease-in-out;
}

.pg_info_archive ul .item_container {
	position: relative;
	margin-bottom: 30px;
	transition: padding 0.2s ease-in-out;
	-webkit-transition: padding 0.2s ease-in-out;
}

.pg_info_archive ul .item_container:hover {
}

.pg_info_archive ul .item_container p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	color: #333;
}

.pg_info_archive ul .item_container .tag {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-right: 15px;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

.pg_info_archive ul .item_container .tag:hover {
	opacity: 0.6;
}

.pg_info_archive ul .item_container .tag span {
	width: 102px;
	height: 28px;
	display: table-cell;
	vertical-align: middle;
}

.pg_info_archive ul .item_container .tag span.info {
	background-color: #f4b8b9;
}

.pg_info_archive ul .item_container .tag span.report {
	background-color: #b0d9d8;
}

.pg_info_archive ul .item_container .title {
	line-height: 1.3;
	padding-top: 3px;
	display: inline-block;
	vertical-align: middle;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

.pg_info_archive ul .item_container .title:hover {
	opacity: 0.6;
}

.for_archive {
	height: 55px !important;
}


/****************************
	お知らせ single 
*****************************/
.info_single img {
	/* width: inherit;
	height: inherit; */
	max-width: 100%;
	height: auto;
}

.info_single h2 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.info_single h3 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.info_single h4 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.info_single p {
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 1.7;
}

.info_single a {
	font-size: 1em;
	color: #333;
	line-height: 1.8;
	border-bottom: 1px solid #888;
	transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
}

.info_single a:hover {
	border-color: #fff;
}

.pg_child_basic .date {
	text-align: center;
	color: #fff;
}



/****************************
	Internet 3min lecture 
*****************************/
.int_lecture .list_head {
	cursor: pointer;
}

.int_lecture .list_head h2 {
	position: relative;
}

.int_lecture .list_head h2 span {
	position: absolute;
	background: url(./../images/icons/arrow_white_below.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 8px;
	margin: auto 0;
	padding-left: 20px;
}

.int_lecture .list_head h2 span.active {
	position: absolute;
	background: url(./../images/icons/arrow_white_top.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 8px;
	margin: auto 0;
	padding-left: 20px;
}

.int_lecture .list_table:not(:nth-of-type(1)) .list_head h2 span {
	position: absolute;
	background: url(./../images/icons/arrow_white_top.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 8px;
	margin: auto 0;
	padding-left: 20px;
}

.int_lecture .list_table:not(:nth-of-type(1)) .list_head h2 span.active {
	position: absolute;
	background: url(./../images/icons/arrow_white_below.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 8px;
	margin: auto 0;
	padding-left: 20px;
}

.int_lecture .list_table:not(:nth-of-type(1)) .list_sub {
	display: none;
}

.int_lecture .list_sub,
.int_lecture .list_last {
	list-style-type: none;
}

.int_lecture .list_sub {
	padding-bottom: 20px;
}

.int_lecture .list_last {
	/*display: none;*/
}

.int_lecture .list_last li {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 8px 5px;
}

.int_lecture .list_last li:first-child {
	width: 80px;
}

.int_lecture .list_last li:nth-child(2) {
	width: 200px;
}

.int_lecture .list_last li:nth-child(3) {
	width: 300px;
}

.int_lecture .list_last li:nth-child(4) {
	width: 120px;
	line-height: 1.4;
	font-size: 13px;
}
.int_lecture .pc_content .list_last li:nth-child(4) {
	font-size: 16px;
}

.newTab {
	display: none;
}

/****************************
	結婚式 
*****************************/
.pg_wedding .sec_01 .sub_ttl {
	width: 420px;
	margin: 0 auto;
}

.pg_wedding .sec_01 .txt {
	font-size: 1em;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
}

.pg_wedding .sec_01 .img_01 {
	width: 100%;
}

.pg_wedding .sec_02 .sub_ttl {
	width: 415px;
	margin: 0 auto;
}

.pg_wedding .sec_02 .box_wrapper {
	margin-top: 34px;
}

.pg_wedding .sec_02 .box_left {
	position: relative;
	width: 50%;
	float: left;
}

.pg_wedding .sec_02 .box_right {
	position: relative;
	width: 50%;
	float: right;
}

.pg_wedding .sec_02 .box_left .txt {
	font-size: 1em;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.pg_wedding .sec_02 .box_left .list {
	width: 242px;
	margin: 10px auto 0;
}

.pg_wedding .sec_02 .box_right .img_01 {
	float: right;
	width: 334px;
	right: 0;
}

.pg_wedding .sec_03 .sub_ttl {
	width: 647px;
	margin: 0 auto;
}

.pg_wedding .sec_03 .img_box .box_left {
	width: 49%;
	float: left;
}

.pg_wedding .sec_03 .img_box .box_right {
	width: 49%;
	float: right;
}

.pg_wedding .sec_03 .img_01 {
	margin-bottom: 19px;
}

.pg_wedding .sec_03 .img_02 {
	margin-bottom: 19px;
}

.pg_wedding .sec_03 .ttl_img01 {
	width: 245px;
}

.pg_wedding .sec_03 .ttl_img02 {
	width: 297px;
}

.pg_wedding .sec_03 .txt {
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 14px;
}

.pg_wedding .sec_04 .sub_ttl {
	width: 694px;
	margin: 0 auto;
}

.pg_wedding .sec_04 .img_box .box_left {
	width: 49%;
	float: left;
}

.pg_wedding .sec_04 .img_box .box_right {
	width: 49%;
	float: right;
}

.pg_wedding .sec_04 .txt {
	font-size: 1em;
	line-height: 1.9;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

.pg_wedding .sec_05 .sub_ttl {
	width: 220px;
	margin: 0 auto;
}

.pg_wedding .sec_05 .sub_ttl02 {
	width: 670px;
	margin: 26px auto 0;
}

.pg_wedding .sec_05 .img_01 {
	margin-top: 30px;
}

.pg_wedding .sec_05 ul {
	list-style-type: none;
	margin-top: 22px;
}

.pg_wedding .sec_05 li {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 1em;
	font-weight: 400;
	font-weight: bold;
	text-align: center;
	line-height: 1.9;
}

.pg_wedding .sec_05 li span.txt_purple {
	color: #746bab;
}

.pg_wedding .sec_05 li span.txt_green {
	color: #a7c63d;
}

.pg_wedding .sec_05 li span.txt_pink {
	color: #ce6387;
}

.pg_wedding .sec_06 .sub_ttl {
	width: 281px;
	margin: 0 auto;
}

.pg_wedding .sec_06 .box_wrapper {

}

.pg_wedding .sec_06 .box_left {
	float: left;
	width: 500px;
	padding-top: 20px;
}

.pg_wedding .sec_06 .box_left dt {
	position: relative;
	font-size: 	1.188em;
	font-weight: bold;
	color: #ab1c23;
	padding-left: 20px;
}

.pg_wedding .sec_06 .box_left dt::before {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	margin-left: -20px;
	background: url('./../images/wedding/dot_red.png');
	background-repeat: no-repeat;
	-webkit-background-size: 17px;
	background-size: 17px;
}

.pg_wedding .sec_06 .box_left dt:not(:first-of-type) {
	margin-top: 40px;
}

.pg_wedding .sec_06 .box_left dd {
	line-height: 1.8;
	margin-left: 40px;
}

.pg_wedding .sec_06 .box_left dd {
	margin-top: 10px;
}

.pg_wedding .sec_06 .box_right {
	float: right;
	width: 216px;
	margin-top: 10px;
}

.pg_wedding .sec_06 .box_grey {
	margin-top: 30px;
	padding: 13px 50px;
	background-color: #f4f2f1;
	box-sizing: border-box;
}

.pg_wedding .sec_06 .box_grey p {
	font-size: 1em;
	line-height: 2;
	letter-spacing: -0.01em;
}

.pg_wedding .sec_07 .sub_ttl {
	width: 152px;
	margin: 0 auto;
}

.pg_wedding .sec_07 .txt_company {
	width: 263px;
	margin: 0 auto;
}

.pg_wedding .sec_07 .txt_phone {
	width: 194px;
	margin: 12px auto 0;
}


/****************************
	納骨堂・墓地：合同墓
*****************************/
.goudou {
	position: relative;
	width: 100%;
	height: 236px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border: 1px solid #263849;
	border-top: 40px solid #263849;
	box-sizing: border-box;
}

.goudou .goudou_ttl {
	width: 279px;
	margin: -35px auto 0;
}

.goudou .address {
	font-size: 0.938em;
	margin-top: 12px;
	text-align: center;
}

.goudou .btn_sec {
	width: 485px;
	margin: 10px auto 0;
}

.goudou .btn_sec .btn {
	width: 218px;
	background-color: #bd9d85;
}

.goudou .btn_sec .btn_left {
	float: left;
}

.goudou .btn_sec .btn_right {
	float: right;
}

.goudou .btn_sec .btn a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #263849;
	padding: 16px 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.goudou .btn_sec .btn a:hover {
	opacity: 0.6;
}

.goudou .txt_inquiry {
	font-size: 0.938em;
	text-align: center;
	line-height: 1.5;
	width: 663px;
	margin: 7px auto 0;
	border-bottom: 2px solid #263849;
}

.goudou .box_wrapper {
	width: 556px;
	margin: 10px auto 0;
}

.goudou .box_left {
	float: left;
	width: 50%;
}

.goudou .box_right {
	float: right;
	width: 50%;
}

.goudou .txt {
	font-size: 0.938em;
	line-height: 1.5;
}

.goudou .txt span {
	margin-left: -4px;
}

.goudou .note {
	font-size: 0.813em;
	margin-top: 3px;
}

/****************************
	Googlemaps
*****************************/
.maps_akiruno {
	width: 100%;
	height: 400px;
}

/****************************
	footer
*****************************/
footer {
	position: relative;
	background: #193547;
	z-index: 10;
}

footer li a {
	color: #fff;
}

footer .content_mainWrapper {
	position: relative;
	width: 1100px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 68px;
	box-sizing: border-box;
}

footer .content_mainWrapper .col_01,
footer .content_mainWrapper .col_02 {
	width: 18.5%;
	display: inline-block;
	vertical-align: top;
}

footer .content_mainWrapper .col_03 {
	width: 21%;
	display: inline-block;
	vertical-align: top;
}

footer .content_mainWrapper .col_04 {
	width: 19%;
	display: inline-block;
	vertical-align: top;
}

footer .content_mainWrapper .col_05 {
	width: 21%;
	display: inline-block;
	vertical-align: top;
}

footer .lang_btn {
	float: right;
	width: 260px;
	margin-top: -55px;
}

footer .lang_btn a {
	text-align: center;
	width: 120px;
	height: 30px;
	border-radius: 16px;
	display: table;
	font-weight: bold;
}

footer .lang_btn a:first-child {
	background-color: #455b6a;
	margin-right: 20px;
	float: left;
	color: #fff;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

footer .lang_btn a:last-child {
	background-color: #455b6a;
	float: right;
	color: #fff;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

footer .lang_btn a:first-child:hover,
footer .lang_btn a:last-child:hover {
	opacity: 0.7;
}

footer .lang_btn a span {
	display: table-cell;
	vertical-align: middle;
}

footer .content_mainWrapper .col_01 h4,
footer .content_mainWrapper .col_02 h4,
footer .content_mainWrapper .col_03 h4,
footer .content_mainWrapper .col_04 h4,
footer .content_mainWrapper .col_05 h4 {
	display: block;
	font-size: 1.125em;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

footer .content_mainWrapper .col_01 h4 a,
footer .content_mainWrapper .col_02 h4 a,
footer .content_mainWrapper .col_03 h4 a,
footer .content_mainWrapper .col_04 h4 a,
footer .content_mainWrapper .col_05 h4 a {
	font-size: 1.125em;
	font-weight: bold;
	color: #c7a880;
	letter-spacing: 0.1em;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

footer .content_mainWrapper .col_04 h4 a {
	pointer-events: none;
}

footer .content_mainWrapper .col_01 h4:hover a,
footer .content_mainWrapper .col_02 h4:hover a,
footer .content_mainWrapper .col_03 h4:hover a,
footer .content_mainWrapper .col_05 h4:hover a {
	opacity: 0.6;
}

footer .content_mainWrapper .col_01 ul,
footer .content_mainWrapper .col_02 ul,
footer .content_mainWrapper .col_03 ul,
footer .content_mainWrapper .col_04 ul,
footer .content_mainWrapper .col_05 ul {
	list-style-type: none;
	line-height: 1;
	color: #333;
	display: inline-block !important;
}

footer .content_mainWrapper .col_04 .ul01 {
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}

footer .content_mainWrapper .col_04 .ul02 {
	margin-top: 22px;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}
footer .content_mainWrapper .col_04 .ul03 {
	margin-top: 22px;
}

footer .content_mainWrapper .col_01 ul li,
footer .content_mainWrapper .col_02 ul li,
footer .content_mainWrapper .col_03 ul li,
footer .content_mainWrapper .col_04 ul li,
footer .content_mainWrapper .col_05 ul li {
	padding: 5px 0;
	line-height: 1.4;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

footer .content_mainWrapper .col_01 ul li:hover,
footer .content_mainWrapper .col_02 ul li:hover,
footer .content_mainWrapper .col_03 ul li:hover,
footer .content_mainWrapper .col_04 ul li:hover,
footer .content_mainWrapper .col_05 ul li:hover {
	opacity: 0.5;
}

footer .logo_area {
	background-color: #fff;
	margin-top: 50px;
	width: 100%;
}

footer .logo_area figure {
	width: 362px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 10px;
}

footer .logo_area figure img {
	width: 100%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

footer .logo_area figure:hover img {
	opacity: 0.7;
}

footer .logo_area p {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	padding-bottom: 10px;
	letter-spacing: 0;
}

footer .copyright {
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	padding: 18px 0;
}

footer .copyright br {
	display: none;
}

/*footer .breadcrumbs_outer {
	width: 100%;
	background-color: #6ccdcb;
}

footer .breadcrumbs {
	color: #fff;
	max-width: 1100px;
	margin: 0 auto;
	padding: 9px 20px;
}

footer .breadcrumbs {
	width: 100%;
	background-color: #6ccdcb;
}

footer .breadcrumbs span {
	padding: 0 3px;
}

footer .breadcrumbs a {
	color: #fff;
	font-size: 0.938em;
	font-weight: bold;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

footer .breadcrumbs a:hover {
	opacity: 0.6;
}

footer .breadcrumbs > span:last-of-type {
	font-size: 0.938em;
	font-weight: bold;
}

footer .breadcrumbs br {
	display: none;
}*/

.breadcrumbs_outer {
	width: 100%;
	background-color: #efe7dc;
}

.breadcrumbs {
	color: #fff;
	max-width: 1100px;
	margin: 0 auto;
	padding: 3px 10px;
	box-sizing: border-box;
}

#breadcrumbs {
	list-style:none;
	overflow:hidden;
}

#breadcrumbs li {
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	font-weight: bold;
	color: #193547;
}

#breadcrumbs .separator {
	font-size:18px;
	font-weight:100;
	color:#193547;
	margin-top: -3px;
}

#breadcrumbs a {
	color:#193547;
}

/****************************
	link_button追加
*****************************/
.contents .food_about_link {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-image: url(./../images/icons/food_about.png);
    background-repeat: no-repeat;
    margin: 50px auto;
}

.contents .food_about_link a {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-image: url(./../iages/icons/food_about.png);
    background-repeat: no-repeat;
    height: 55px;
    display: block;
}

.contents .food_about_link a:hover {
	background-image: url(./../images/icons/food_about_hv.png);
	background-repeat: no-repeat;
}

.contents .stay_about_link {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-image: url(./../images/icons/stay_about.png);
    background-repeat: no-repeat;
    margin: 50px auto;
}

.contents .stay_about_link a {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-image: url(./../iages/icons/stay_about.png);
    background-repeat: no-repeat;
    height: 55px;
    display: block;
}

.contents .stay_about_link a:hover {
	background-image: url(./../images/icons/stay_about_hv.png);
	background-repeat: no-repeat;
}

.contents .memorial_about_link {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-image: url(./../images/icons/memorial_about.png);
    background-repeat: no-repeat;
    margin: 50px auto;
}

.contents .memorial_about_link a {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-image: url(./../iages/icons/memorial_about.png);
    background-repeat: no-repeat;
    height: 55px;
    display: block;
}

.contents .memorial_about_link a:hover {
	background-image: url(./../images/icons/memorial_about_hv.png);
	background-repeat: no-repeat;
}

.contents .wedding_about_link {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-image: url(./../images/icons/wedding_about.png);
    background-repeat: no-repeat;
    margin: 50px auto;
}

.contents .wedding_about_link a {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-image: url(./../iages/icons/wedding_about.png);
    background-repeat: no-repeat;
    height: 55px;
    display: block;
}

.contents .wedding_about_link a:hover {
	background-image: url(./../images/icons/wedding_about_hv.png);
	background-repeat: no-repeat;
}


/*201809~*/
/*
プライバシーポリシー・サイトポリシー
 */

 .policy_sec h3{
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: bold;
 }
 .policy_sec ol{
	padding: 0 0 0 25px;
 }
 .policy_sec ol li{
	font-size: 1em;
	line-height: 1.8;
	letter-spacing: 0.1em;
	/* font-weight: bold; */
	list-style-position: outside;
 }
 .policy_update{
 	text-align: right;
 }

 .policy_sec ul li{
 	list-style: none;
 }
 .policy_sec ul li h4{
	font-weight: bold;
	font-size: 1.05em;
	line-height: 1.4;
	letter-spacing: 0.1em;
 }