/****************************
	global
*****************************/
.pc_content {
	display: none !important;
}

.positionFixed {
	position: fixed !important;
}


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

h3 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #333;
}

h4 {
	font-size: 9px;
	letter-spacing: 0.08em;
}

p {
	font-size: 12px;
	letter-spacing: 0.06em;
	color: #333;
}

a {
	font-size: 0.875em; /* 14px */
	color: #333;
}



/****************************
	custom class
*****************************/
.sp-br{
	display: inline !important;
}
.ct_pdg_top_50px {
	padding-top: 50px;
}

/* テクストメインエリア */
.ct_txt_area {
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

/* イメージ単品 */
.sp_ct_figure {
	margin-bottom: 15px;
}


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

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

.list_card_img {
	/*height: 120px;*/
	/*overflow: hidden;*/
}

.list_card a {
	display: block;
}

.list_card_short a {
	display: block;
}

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

.bottom_half h3 {
	box-sizing: border-box;
	height: 30px;
	line-height: 1;
}

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

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



/* TITLE */
.ct_title { /* タイトル */
	font-size: 22px; /* 22px */
	font-weight: bold;
	line-height: 1.5;
}

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

.ct_title_sm {
	font-size: 16px; /* 14px */
	font-weight: bold;
}

.ct_title_xs {
	font-size: 16px;
	font-weight: bold;
}

.ct_sub_title {
	font-size: 0.750em; /* 12px */
	font-weight: bold;
}



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

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

.ct_txt_body_sm {
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.ct_txt_body_xs {
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.sub_hd_txt {
	color: #fff !important;
	text-align: center;
	padding: 13px;
}

.lh_1-4 {
	line-height: 1.4 !important;
}
.lh_1-5 {
	line-height: 1.5 !important;
}
.txt_indent_1{
	text-indent: 1em;
}

/* BORDER */
.border_top {
	border-top: 1px solid #eee;
}

.border_btm {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

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

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

.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: #eee;
}

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

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

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

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

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

/* MARGIN BOTTOM */
.sp_mb_30 {
	margin-bottom: 30px;
}

.sp_mb_25 {
	margin-bottom: 25px;
}
.sp_mb_15 {
	margin-bottom: 15px;
}

.sp_mb_10 {
	margin-bottom: 10px;
}

.sp_mb_7 {
	margin-bottom: 7px;
}

.sp_mb_5 {
	margin-bottom: 5px;
}

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

/* MARGIN TOP */
.sp_mt_5 {
	margin-top: 5px;
}

.sp_mt_10 {
	margin-top: 10px;
}

.sp_mt_15 {
	margin-top: 15px;
}

.sp_mt_20 {
	margin-top: 20px;
}

.sp_mt_25 {
	margin-top: 25px;
}

.sp_mt_30 {
	margin-top: 30px;
}

.sp_mt_40 {
	margin-top: 40px;
}


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


/* PADDING BOTTOM */
.ct_table_pd {
	padding: 27px 20px 20px 20px;
	box-sizing: border-box;
}

.pd_5 {
	padding: 5px;
}

.pd_10 {
	padding: 10px;
}

.pd_15 {
	padding: 15px;
}

.pd_20 {
	padding: 0 10px 20px 10px;
}

.pd_top_25 {
	padding-top: 25px;
}

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

.pd_left_15 {
	padding-left: 15px;
	padding-right: 0;
	box-sizing: border-box;
}

.sp_pd_left_15 {
	padding-left: 15px;
	padding-right: 0;
	box-sizing: border-box;
}

.pd_side_10 {
	padding-left: 10px;
	padding-right: 10px;
}

.pd_top_btm_5 {
	padding-top: 5px;
	padding-bottom: 5px;
}


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

.report_txt {
	color: #6ccdcb;
}

.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 {
	font-size: 12px;
	color: #333;
	line-height: 1.8;
	border-bottom: 1px solid #888;
}


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


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

th {
	font-size: 14px;
	color: #333;
}

td {
	position: relative;
}

td {
	font-size: 13px;
	display: block;
	color: #333;
}

.vert_top {
	vertical-align: top;
}

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

.table_cell {
	display: table-cell;
}


/* inline-block 用 %width */
.sp_width_10 {
	position: relative;
	display: inline-block;
	width: 10%;
}

.sp_width_20 {
	position: relative;
	display: inline-block;
	width: 20%;
}

.sp_width_25 {
	position: relative;
	display: inline-block;
	width: 25%;
}

.sp_width_30 {
	position: relative;
	display: inline-block;
	width: 30%;
}

.sp_width_40 {
	position: relative;
	display: inline-block;
	width: 40%;
}

.sp_width_50 {
	position: relative;
	display: inline-block;
	width: 50%;
}

.sp_width_60 {
	position: relative;
	display: inline-block;
	width: 60%;
}

.sp_width_70 {
	position: relative;
	display: inline-block;
	width: 70%;
}

.sp_width_75 {
	position: relative;
	display: inline-block;
	width: 75%;
}

.sp_width_80 {
	position: relative;
	display: inline-block;
	width: 80%;
}

.sp_width_90 {
	position: relative;
	display: inline-block;
	width: 90%;
}

.sp_width_100 {
	position: relative;
	display: inline-block;
	width: 100%;
}


/* %width */
.sp_w_10 {
	position: relative;
	width: 10%;
}

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

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

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

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

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

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

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

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

.sp_w_100 {
	position: relative;
	width: 100%;
}


/* for iframe */
.oveflow_s {
	overflow: scroll;
}

.oveflow_s iframe {
	width: 700px;
	height: 500px;
}

/* 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:not(:last-of-type),
.ct_2images_inline li:not(:nth-last-of-type(2)) {
	margin-bottom: 5px;
}

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

.ct_2images_inline li img {
	width: 100%;
}

.ct_2images_inline li p {
	font-size: 10px;
}


/* 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 p {
	font-size: 11px;
	letter-spacing: -0.03em;
}

.ct_3images_inline li p b {
	font-weight: normal;
}

.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: 50%;
	margin: -2px;
}

.ct_4images_inline li:nth-of-type(3),
.ct_4images_inline li:nth-of-type(4) {
	margin-top: 10px;
}

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

.ct_4images_inline li img {
	width: 100%;
	vertical-align: top;
}


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

.ct_notice_box p {
	font-size: 9px;
}


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

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

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



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

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

.contact_box .bottom {
	padding-bottom: 10px;
}

.contact_box .bottom h2 {
	font-size: 14px;
}

.contact_box .bottom h2 span:nth-child(1) {
	font-size: 22px;
}



/****************************
	header
*****************************/

.header_outer {
	width: 100%;
}

.header_outer .fixed {
	position: fixed;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 9999;
}

.header_outer .fixed_sidenav {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 9999;
	overflow-y: scroll;
}

.header_outer .fixed .wrapper {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.header_outer {
	position: fixed;
	height: 50px;
	background-color: #193547;
	z-index: 9999;
}

.header_outer .logo {
	width: 55px;
	margin: 0 auto;
	padding: 9px 0;
}

.header_outer .logo a {
	display: block;
}

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

.header_outer .sidenav_btn {
	background-image: url(./../images/icons/hamburger_open_white.png);
	background-repeat: no-repeat;
	background-size: 36px 28px;
	position: absolute;
	width: 36px;
	height: 28px;
	right: 8px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.header_outer header figure.sidenav_btn_close {
	background-image: url(./../images/icons/hamburger_close_white.png);
	background-repeat: no-repeat;
	background-size: 36px 28px;
	position: absolute;
	width: 36px;
	height: 28px;
	right: 8px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.sp_nav_area {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.sp_nav_area .wrapper {
	background-color: #fff;
	overflow: scroll;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 10px 120px;
	box-sizing: border-box;
}

.sp_nav_area .sp_nav_area_contact p {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%;
	height: 27px;
	border: 1px solid #6ccdcb;
	border-radius: 17px;
	box-sizing: border-box;
}

.sp_nav_area .sp_nav_area_contact p span {
	background-image: url(./../images/icons/icon_phone.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	padding-left: 20px;
}

.sp_nav_area .sp_nav_area_contact ul {
	list-style-type: none;
	margin: 0 auto 40px auto;
	width: 70%;
	color: #333;
}

.sp_nav_area .sp_nav_area_contact ul li {
	position: relative;
	margin-bottom: 8px;
	letter-spacing: 0.18em;
}

.sp_nav_area .sp_nav_area_contact ul li span {
	position: absolute;
	right: 0;
}

.sp_nav_area .logo_area figure {
	width: 200px;
	margin: 0 auto;
	padding-top: 27px;
	padding-bottom: 18px;
}

.sp_nav_area .logo_area figure a {
	display: block;
}

.sp_nav_area .logo_area figure img {
	width: 100%;
}

.sp_nav_area .logo_area p {
	text-align: center;
	line-height: 2.3;
	margin-bottom: 21px;
}

.sp_nav_area .copyright {
	background-color: #a6d3d2;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2;
}

.sp_nav_area .col_01 h4,
.sp_nav_area .col_02 h4,
.sp_nav_area .col_03 h4,
.sp_nav_area .col_04 h4 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	padding-top: 16px;
	padding-bottom: 16px;
	box-sizing: border-box;
	width: 100%;
	/*height: 50px;*/
	border-bottom: 1px solid #000;
}

/* arrow down */
.sp_nav_area .col_01 h4 span,
.sp_nav_area .col_02 h4 span,
.sp_nav_area .col_03 h4 span,
.sp_nav_area .col_04 h4 span {
	position: absolute;
	content: "";
	background-image: url(./../images/icons/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	right: 0;
	height: 18px;
	width: 18px;
	margin-top: 5px;
}

.sp_nav_area .col_01 h4 span.arrow_up,
.sp_nav_area .col_02 h4 span.arrow_up,
.sp_nav_area .col_03 h4 span.arrow_up,
.sp_nav_area .col_04 h4 span.arrow_up {
	position: absolute;
	content: "";
	background-image: url(./../images/icons/icon_arrow_up.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	right: 0;
	height: 18px;
	width: 18px;
	margin-top: 5px;
}

.sp_nav_area .col_01 ul,
.sp_nav_area .col_02 ul,
.sp_nav_area .col_03 ul,
.sp_nav_area .col_04 ul {
	margin-top: 2px;
	display: none;
	list-style-type: none;
}

.sp_nav_area .col_01 ul li,
.sp_nav_area .col_02 ul li,
.sp_nav_area .col_03 ul li,
.sp_nav_area .col_04 ul li {
	position: relative;
	height: 40px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

.sp_nav_area .col_01 ul li a,
.sp_nav_area .col_02 ul li a,
.sp_nav_area .col_03 ul li a,
.sp_nav_area .col_04 ul li a {
	position: absolute;
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
}

.sp_nav_area .lang_btn {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
}

.sp_nav_area .lang_btn a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 16px;
	box-sizing: border-box;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 120px;
	height: 30px;
}

.sp_nav_area .lang_btn a:first-child {
	background-color: #455b6a;
	color: #fff;
	margin-right: 14px;
}

.sp_nav_area .lang_btn a:last-child {
	background-color: #455b6a;
	color: #fff;
}

.sp_nav_area .policy_btn {
	font-size: 0;
	margin-top: 14px;
}
.sp_nav_area .policy_btn li{
	display: inline-block;
	font-size: 13px;
	width: 50%;
	text-align: center;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
.sp_nav_area .policy_btn li:last-child{
	border-right: 1px solid #fff;
}
.sp_nav_area .policy_btn li a{
	color: #fff;
	display: block;
	text-align: center;
	padding: 3px 0 3px;
	box-sizing: border-box;
}
.sp_nav_area ul.second_menu {
	list-style-type: none;
	margin-top: 30px;
}

.sp_nav_area ul.second_menu li {
	width: 100%;
	height: 50px;
	background-color: #6ccdcb;
	margin-bottom: 11px;
	border-radius: 1px;
	font-size: 18px;
	text-align: center;
}

.sp_nav_area ul.second_menu li:nth-last-of-type(2),
.sp_nav_area ul.second_menu li:last-of-type {
	height: 50px;
	margin-bottom: 11px;
	background-color: #f4b8ba;
}

.sp_nav_area ul.second_menu li:last-of-type {
	float: right;
}

.sp_nav_area ul.second_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 17px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
}

.sp_nav_area ul.second_menu li:last-of-type a,
.sp_nav_area ul.second_menu li:nth-last-of-type(2) a {
	padding-top: 17px;
}

.sp_nav_area ul.second_menu li span.icon_01 {
	background-image: url(./../images/icons/icon_houji.png);
	background-repeat: no-repeat;
	background-size: 27px auto;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 45px;
}

.sp_nav_area ul.second_menu li span.icon_02 {
	background-image: url(./../images/icons/icon_houwa.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 45px;
}

.sp_nav_area ul.second_menu li span.icon_03 {
	background-image: url(./../images/icons/icon_dokkyo.png);
	background-repeat: no-repeat;
	background-size: 26px auto;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 45px;
}

.sp_nav_area ul.second_menu li span.icon_04 {
	background-image: url(./../images/icons/icon_noukotsu.png);
	background-repeat: no-repeat;
	background-size: 19px auto;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 40px;
}

.sp_nav_area ul.second_menu li span.icon_05 {
	background-image: url(./../images/icons/icon_kikyoushiki.png);
	background-repeat: no-repeat;
	background-size: 23px auto;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 42px;
}

.sp_nav_area ul.second_menu li span.icon_06 {
	background-image: url(./../images/icons/icon_shosanshiki.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 33px;
}

.sp_nav_area ul.second_menu li span.icon_07 {
	background-image: url(./../images/icons/icon_wedding.png);
	background-repeat: no-repeat;
	background-size: 27px auto;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 44px;
}

.sp_nav_area ul.second_menu li span.icon_08 {
	background-image: url(./../images/icons/icon_soushiki.png);
	background-repeat: no-repeat;
	background-size: 22px auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 42px;
}

.sp_nav_area ul.second_menu li span.icon_09 {
	background-image: url(./../images/icons/icon_concert.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
}


/* Search bar start */
.sp_nav_area .search {
	float: left;
}

.sp_nav_area .search {
	position: relative;
	width: 100%;
	margin: 26px 0;
}

.sp_nav_area .search .top_row > p {
	line-height: 2.2;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin-right: 5px;
}

.sp_nav_area .search .top_row .font_size_btn {
	float: right;
}

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

.sp_nav_area .search .top_row .font_size_btn a:nth-child(2) {
	border-radius: 0 20px 20px 0;
	background-color: #6ccdcb;
	line-height: 1.8;
	text-align: center;
	font-size: 17px;
	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;
}

.sp_nav_area .search .top_row .font_size_btn a:nth-child(1):hover,
.sp_nav_area .search .top_row .font_size_btn a:nth-child(2):hover {
	opacity: 0.6;
}

.sp_nav_area .search .search_bar {
	background-color: #6ccdcb;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
}

.sp_nav_area .search .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;
}

.sp_nav_area .search .search_bar input {
	position: absolute;
	background-color: #6ccdcb;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: none;
	height: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	box-sizing: border-box;
}

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

.sp_nav_area .search .search_bar input:focus {
	outline: none;
}

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



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



/****************************
	Pagenavi
*****************************/
/* pagenavi */
.pagenavi {
	margin-top: 40px;
	margin-bottom: 30px;
	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: #333;
	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;
}



/****************************
	pg_top body content
*****************************/
.pg_top {
	width: 100%;
	padding-top: 50px;
}

.pg_top .hero {
	padding-top:50px; 
}

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

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

.pg_top .bx-wrapper .bx-pager {
	padding-top: 0;
	bottom: -15px;
}

.pg_top .bx-wrapper .bx-pager.bx-default-pager a {
	width: 7px;
	height: 7px;
	margin: 0 3px;
}

.pg_top .business_hourWrapper {
	padding: 0 10px;
	box-sizing: border-box;
}

.pg_top .business_hour {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 0;
	border: 1px solid #193547;
}

.pg_top .business_hour .txt_01 {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	width: 50%;
	height: 25px;
	padding: 4px 0;
	box-sizing: border-box;
	background-color: #193547;
}

.pg_top .business_hour .txt_02 {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #193547;
	width: 50%;
	height: 25px;
	vertical-align: top;
	padding: 3px 0;
	border-bottom: 1px solid #193547;
	box-sizing: border-box;
}

.pg_top .business_hour .txt_03 {
	font-size: 10px;
	text-align: center;
	line-height: 1.4;
	padding: 3px 10px;
}

/* secondary_menu START */
.secondary_menu {
	margin-top: 2px;
}

.secondary_menu--sp {
	padding: 0 10px;
}

.secondary_menu .col_01 h4,
.secondary_menu .col_02 h4,
.secondary_menu .col_03 h4,
.secondary_menu .col_04 h4 {
	position: relative;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #193547;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 8px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}

/* arrow down */
.secondary_menu .col_01 h4 span,
.secondary_menu .col_02 h4 span,
.secondary_menu .col_03 h4 span,
.secondary_menu .col_04 h4 span {
	position: absolute;
	content: "";
	background-image: url(./../images/icons/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	right: 0;
	height: 18px;
	width: 18px;
	margin-top: 5px;
}

.secondary_menu .col_01 h4 span.arrow_up,
.secondary_menu .col_02 h4 span.arrow_up,
.secondary_menu .col_03 h4 span.arrow_up,
.secondary_menu .col_04 h4 span.arrow_up {
	position: absolute;
	content: "";
	background-image: url(./../images/icons/icon_arrow_up.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	right: 0;
	height: 18px;
	width: 18px;
	margin-top: 5px;
}

.secondary_menu .col_01 ul,
.secondary_menu .col_02 ul,
.secondary_menu .col_03 ul,
.secondary_menu .col_04 ul {
	margin-top: 2px;
	display: none;
	list-style-type: none;
}

.secondary_menu .col_01 ul li,
.secondary_menu .col_02 ul li,
.secondary_menu .col_03 ul li,
.secondary_menu .col_04 ul li {
	position: relative;
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

.secondary_menu .col_01 ul li a,
.secondary_menu .col_02 ul li a,
.secondary_menu .col_03 ul li a,
.secondary_menu .col_04 ul li a {
	position: absolute;
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
}
/* secondary_menu END */


/* icon menu */
.icon_menu {
	font-size: 0;
	list-style-type: none;
	margin-top: 10px;
	box-sizing: border-box;
}

.icon_menu--sp {
	padding: 0 10px;
}

.icon_menu .icon_menu_li {
	position: relative;
	display: inline-block;
	width: calc(50% - 3px);
	height: 40px;
	margin: 0 auto 6px auto;
	background-color: #c6a780;
	border-radius: 3px;
	vertical-align: top;
}

.icon_menu li.icon_menu_li:nth-of-type(even) {
	margin-left: 6px;
}

.icon_menu .icon_menu_li a {
	position: relative;
	display: table;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	color: #193547;
	height: 100%;
	width: 100%;
}

.icon_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%;
}

.icon_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%;
}

.icon_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%;
}

.icon_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%;
}

.icon_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%;
}

.icon_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%;
}

.icon_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%;
}

.icon_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%;
}

.icon_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%;
}

.icon_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%;
}

.icon_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%;
}

.icon_menu .item_01 {
	display: table-cell;
	padding: 2px 5px 0 60px;
	vertical-align: middle;
}

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

.icon_menu .no-icon span {
	text-align: center;
	padding: 0;
}
/* icon menu */

.sp_nav {
	margin-top: 15px;
	padding-bottom: 10px;
}


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

.pg_top .second_menu_container .wrapper {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
	padding-bottom: 5px;
}

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

.pg_top .second_menu_container .notice{
	text-align: center;
	margin-bottom: 30px;
}

.pg_top .second_menu_container .open_hour {
	display: table;
	width: 100%;
	height: 35px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 13px;
}

.pg_top .second_menu_container .top_row {
	float: left;
	height: 35px;
	background-color: #6ccdcb;
	width: 50%;
	border-radius: 5px 0 0 0;
	display: table;
}

.pg_top .second_menu_container .top_row h4 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding-top: 2px;
}

.pg_top .second_menu_container .bottom_row {
	float: right;
	width: 50%;
}

.pg_top .second_menu_container .inner_container {
	position: relative;
}

.pg_top .second_menu_container .inner_container h3 {
	font-size: 15px;
	text-align: center;
	color: #6ccdcb;
	width: 100%;
	padding-top: 9px;
	padding-bottom: 9px;
	box-sizing: border-box;
	border-bottom: 1px solid #6ccdcb;
}

.pg_top .second_menu_container .inner_container figure {
	display: table-cell;
	vertical-align: middle;
	width: 1px;
	background-color: #6ccdcb;
}

.pg_top .second_menu_container .inner_container > div {
	width: 100%;
	height: 30px;
}

.pg_top .second_menu_container .month_time {
	text-align: center;
}

.pg_top .second_menu_container .month_time p {
	display: inline-block;
	padding: 10px 0;
	color: #6ccdcb
}

.pg_top .second_menu_container .month_time p:nth-child(1) {
	margin-right: 10px;
}

.pg_top .second_menu_container .month_time p .item_01 {
	font-weight: bold;
	margin-right: 5px;
}

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

.pg_top .second_menu_container ul.second_menu li {
	width: 100%;
	height: 45px;
	background-color: #6ccdcb;
	margin-bottom: 11px;
	border-radius: 1px;
	font-size: 16px;
	text-align: center;
}

.pg_top .second_menu_container ul.second_menu li:nth-child(odd) {
	/*float: left;*/
}

.pg_top .second_menu_container ul.second_menu li:nth-child(even) {
	/*float: right;*/
}

.pg_top .second_menu_container ul.second_menu li:nth-last-of-type(2),
.pg_top .second_menu_container ul.second_menu li:last-of-type {
	height: 45px;
	margin-bottom: 11px;
	background-color: #f4b8ba;
}

.pg_top .second_menu_container ul.second_menu li:last-of-type {
	float: right;
}

.pg_top .second_menu_container ul.second_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
}

.pg_top .second_menu_container ul.second_menu li:last-of-type a,
.pg_top .second_menu_container ul.second_menu li:nth-last-of-type(2) a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pg_top .second_menu_container ul.second_menu li span.icon_01 {
	background-image: url(./../images/icons/icon_houji.png);
	background-repeat: no-repeat;
	background-size: 26px auto;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 40px;
}

.pg_top .second_menu_container ul.second_menu li span.icon_02 {
	background-image: url(./../images/icons/icon_houwa.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 41px;
}

.pg_top .second_menu_container ul.second_menu li span.icon_03 {
	background-image: url(./../images/icons/icon_dokkyo.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 43px;
}

.pg_top .second_menu_container ul.second_menu li span.icon_04 {
	background-image: url(./../images/icons/icon_noukotsu.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 32px;
}

.pg_top .second_menu_container ul.second_menu li span.icon_05 {
	background-image: url(./../images/icons/icon_kikyoushiki.png);
	background-repeat: no-repeat;
	background-size: 22px auto;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 35px;
}

.pg_top .second_menu_container ul.second_menu li span.icon_06 {
	background-image: url(./../images/icons/icon_shosanshiki.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 29px;
}

.pg_top .second_menu_container ul.second_menu li span.icon_07 {
	background-image: url(./../images/icons/icon_wedding.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 37px;
}

.pg_top .second_menu_container ul.second_menu li span.icon_08 {
	background-image: url(./../images/icons/icon_soushiki.png);
	background-repeat: no-repeat;
	background-size: 21px auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 36px;
}

.pg_top .second_menu_container ul.second_menu li span.icon_09 {
	background-image: url(./../images/icons/icon_concert.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 34px;
}

/*.pg_top .event_channel {
	background-image: url(./../images/sp_green_texture_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.pg_top .event_channel .wrapper {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.pg_top .event_channel figure {
	width: 100%;
}

.pg_top .event_channel figure:first-child {
	margin-bottom: 11px;
}

.pg_top .event_channel figure a {
	display: block;
}

.pg_top .event_channel figure img {
	width: 100%;
}*/

.pg_top  .sidebar__bnrWrapper {
	font-size: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.pg_top .sidebar__bnr {
	display: inline-block;
	width: calc(50% - 3px);
	margin-bottom: 6px;
}

.pg_top .sidebar__bnr a {
	display: block;
}

.pg_top figure.sidebar__bnr:nth-of-type(2) {
	margin-left: 6px;
}

.pg_top .news_container .wrapper {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
}

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

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

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

.pg_top .news .head_row .heading {
	position: absolute;
	bottom: 0;
	padding-left: 35px;
	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 h3 {
	font-size: 12px;
}

.pg_top .news .head_row p {
	font-size: 8px;
}

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

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

.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: 2px;
	background-color: #333;
}

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

.pg_top .news ul li {
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #c4c4c4;
}

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

.pg_top .news .item_container {
	position: relative;
}

.pg_top .news .item_container p.date,
.pg_top .news .item_container .tag {
	display: inline-block;
	padding-right: 6px;
}

.pg_top .news ul .item_container .tag span {
	display: inline-block;
	font-size: 11px;
	text-align: center;
	line-height: 1.4;
	width: 60px;
	padding: 3px 0;
}

.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 p:nth-child(3) {
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.6;
}

.pg_top .news .item_container a:last-of-type {
	position: absolute;
	display: inline-block;
	top: 0;
	width: 100%;
	height: 100%;
}

.pg_top .pickup {
	padding-top: 20px;
}

.pg_top .pickup .head_row {
	position: relative;
	margin-bottom: 8px;
}

.pg_top .pickup .head_row figure {
	width: 26px;
}

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

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

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

.pg_top .pickup .head_row p {
	font-weight: bold;
	color: #b2dad9;
}

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

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

.pg_top .pickup .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 .pickup .bottom_border {
	width: 100%;
	height: 2px;
	background-color: #333;
	margin-bottom: 21px;
}

.pg_top .pickup > figure {
	width: 250px;
	margin: 0 auto 15px;
	/*margin-bottom: 10px;*/
}

.pg_top .pickup > figure:last-of-type {
	margin-bottom: 28px;
}

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

.pg_top .pickup > figure img {
	width: 100%;
}





/****************************
	pg_child_basic body 
*****************************/
.pg_child_basic .hero {
	position: relative;
	background-image: url(./../images/pg-history_hero.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto 100%;
	width: 100%;
	height: 180px;
	margin-bottom: 30px;
}

.pg_child_basic .hero .title_box_outer {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.pg_child_basic .hero .title_box {
	display: table-cell;
	vertical-align: middle;
}

.pg_child_basic .hero .title_box h4,
.pg_child_basic .hero .title_box h2 {
	line-height: 1.5;
}

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

.pg_child_basic .hero .title_box h2 {
	color: #fff;
}

.pg_child_basic .content_mainWrapper {
	padding-left: 15px;
	padding-right: 15px;
}



/****************************
	お知らせ 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: 0 10px 30px 10px;
	box-sizing: border-box;
}

.pg_info_archive ul .item_container {
	position: relative;
}

.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;
}

.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: 10px;
	display: block;
}

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



/****************************
	お知らせ single 
*****************************/
.info_single {
	overflow: hidden;
}

.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 {
	margin-bottom: 10px;
	line-height: 1.7;
}

.info_single img {
	max-width: 100%;
	height: auto;
}

.info_single a {
	color: #333;
	line-height: 1.8;
	border-bottom: 1px solid #888;
}

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



/****************************
	Internet 3min lecture 
*****************************/
.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 li {
	display: inline-block;
	font-size: 14px;
	padding-top: 8px;
}

.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: 100%;
}

.int_lecture .list_last li:nth-child(4) {
	width: 100%;
}


/****************************
	結婚式 
*****************************/
.pg_wedding .sec_01 .sub_ttl {
	width: 84%;
	max-width: 336px;
	margin: 0 auto;
}

.pg_wedding .sec_01 .txt {
	font-size: 12px;
	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: 282px;
	margin: 0 auto;
}

.pg_wedding .sec_02 .box_left {
	position: relative;
	width: 100%;
}

.pg_wedding .sec_02 .box_right {
	position: relative;
	width: 100%;
}

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

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

.pg_wedding .sec_02 .box_right .img_01 {
	margin-top: 10px;
}

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

.pg_wedding .sec_03 .img_box .box_left {
	width: 176px;
	margin: 0 auto;
}

.pg_wedding .sec_03 .img_box .box_right {
	width: 176px;
	margin: 20px auto 0;
}

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

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

.pg_wedding .sec_03 .ttl_img01 {
	font-size: 0;
	line-height: 0;
	width: 120px;
}

.pg_wedding .sec_03 .ttl_img02 {
	font-size: 0;
	line-height: 0;
	width: 149px;
}

.pg_wedding .sec_03 .txt {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 8px;
}

.pg_wedding .sec_04 .sub_ttl {
	width: 207px;
	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: 12px;
	line-height: 1.9;
	letter-spacing: 0.1em;
	margin-top: 12px;
}

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

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

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

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

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

.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: 156px;
	margin: 0 auto;
}

.pg_wedding .sec_06 .box_wrapper {
	font-size: 9px;
}

.pg_wedding .sec_06 .box_left dt {
	position: relative;
	font-size: 	12px;
	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: 20px;
}

.pg_wedding .sec_06 .box_left dd {
	font-size: 12px;
	line-height: 1.8;
	margin-left: 20px;
	margin-top: 5px;
}

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

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

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

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

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

.pg_wedding .sec_07 .txt_phone {
	width: 94px;
	margin: 3px auto 40px;
}


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

.goudou .goudou_ttl {
	width: 130px;
	margin: -21px auto 0;
}

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

.goudou .btn_sec {
	width: 100%;
	margin-top: 10px;
	padding: 0 12px;
	box-sizing: border-box;
}

.goudou .btn_sec .btn {
	width: 48.6%;
	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: 14px;
	font-weight: bold;
	text-align: center;
	color: #263849;
	padding: 7px 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: 12px;
	text-align: center;
	line-height: 1.5;
	width: 100%;
	margin: 7px auto 0;
	border-bottom: 1px solid #263849;
}

.goudou .txt {
	font-size: 12px;
	line-height: 1.3;
}

.goudou .box_wrapper {
	width: 80%;
	min-width: 250px;
	margin: 0 auto;
}

.goudou .box_left,
.goudou .box_right {
	display: table;
	margin-top: 10px;
}

.goudou .term_date,
.goudou .txt_wrapper {
	display: table-cell;
	vertical-align: middle;
}

.goudou .term_date {
	width: 70px
}

.goudou .txt_wrapper .txt {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.goudou .txt_wrapper .txt span {
	font-size: 11px;
	font-weight: bold;
	color: #283848;
}

.goudou .note {
	font-size: 10px;
	margin-top: 1px;
}

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


/****************************
	footer
*****************************/
.footer_contactWrapper {
	background-color: #193547;
	/*background-image: url(./../images/footer_bg.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-size: 200% auto;*/
	/*background-position: 50% 100%;*/
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 14px 10px 0;
	box-sizing: border-box;
}

.footer_contactWrapper--nav {
	padding-bottom: 14px;
}

.footer_contact .txt_container {
	margin-top: 10px;
	padding: 10px 0;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	/*border-bottom: 1px solid #fff;*/
}

.footer_contact div.txt_box:not(:first-of-type) {
	margin-top: 10px;
}

.footer_contact .txt_01 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.footer_contact .txt_02 {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0;
}

.footer_contact .txt_02 a {
	color: #fff;
}

.footer_contact .txt_03 {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
}
.footer_contact .txt_05 {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
	margin-top: 2px;
}


.footer_contact {
	border-bottom: 1px solid #fff;
}

.footer_contact ul {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	list-style-type: none;
	width: 200px;
	margin: 15px auto 20px;
}

.footer_contact ul li {
	position: relative;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.18em;
	color: #fff;
	margin-bottom: 5px;

}

.footer_contact ul li span {
	position: absolute;
	letter-spacing: 0;
	right: 0;
}

.footer_contact ul li span a {
	color: #fff;
}

footer .logo_area figure {
	width: 211px;
	margin: 0 auto;
	padding: 18px 0 10px;
}

footer .logo_area figure a {
	display: block;
}

footer .logo_area figure img {
	width: 100%;
}

footer .logo_area p {
	font-size: 12px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0;
	margin-bottom: 13px;
}

footer .copyright {
	background-color: #193547;
	font-size: 9px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 15px 0;
	line-height: 1.3;
}

footer .col_01 h4,
footer .col_02 h4,
footer .col_03 h4,
footer .col_04 h4 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	padding-top: 16px;
	padding-bottom: 16px;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #000;
}

/* arrow down */
footer .col_01 h4 span,
footer .col_02 h4 span,
footer .col_03 h4 span,
footer .col_04 h4 span {
	position: absolute;
	content: "";
	background-image: url(./../images/icons/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	right: 0;
	height: 18px;
	width: 18px;
	margin-top: 5px;
}

footer .col_01 h4 span.arrow_up,
footer .col_02 h4 span.arrow_up,
footer .col_03 h4 span.arrow_up,
footer .col_04 h4 span.arrow_up {
	position: absolute;
	content: "";
	background-image: url(./../images/icons/icon_arrow_up.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	right: 0;
	height: 18px;
	width: 18px;
	margin-top: 5px;
}

footer .col_01 ul,
footer .col_02 ul,
footer .col_03 ul,
footer .col_04 ul {
	margin-top: 2px;
	display: none;
	list-style-type: none;
}

footer .col_01 ul li,
footer .col_02 ul li,
footer .col_03 ul li,
footer .col_04 ul li {
	position: relative;
	height: 40px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

footer .col_01 ul li a,
footer .col_02 ul li a,
footer .col_03 ul li a,
footer .col_04 ul li a {
	position: absolute;
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
}

footer .lang_btn {
	width: 252px;
	margin: 14px auto 14px;
}

footer .lang_btn a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 16px;
	box-sizing: border-box;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 120px;
	height: 30px;
}

footer .lang_btn a:first-child {
	background-color: #455b6a;
	color: #fff;
	margin-right: 7px;
}

footer .lang_btn a:last-child {
	background-color: #455b6a;
	color: #fff;
}
footer .policy_btn {
	font-size: 0;
	margin-bottom: 14px;
}
footer .policy_btn li{
	display: inline-block;
	font-size: 13px;
	width: 50%;
	text-align: center;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
footer .policy_btn li:last-child{
	border-right: 1px solid #fff;
}
footer .policy_btn li a{
	color: #fff;
	display: block;
	text-align: center;
	padding: 3px 0 3px;
	box-sizing: border-box;
}

/****************************
	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;
    background-size: contain;
    margin: 20px auto 0;
}

.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;
     background-size: contain;
    height: 55px;
    display: block;
}

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

.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;
    background-size: contain;
    margin: 20px auto 0;
}

.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;
    background-size: contain;
    height: 55px;
    display: block;
}

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

.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;
    background-size: contain;
    margin: 20px auto 0;
}

.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;
    background-size: contain;
    height: 55px;
    display: block;
}

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

.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;
    background-size: contain;
    margin: 20px auto 0;
}

.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;
    background-size: contain;
    height: 55px;
    display: block;
}

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


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

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

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


