@charset "UTF-8";

/* //////////////////////////////////////////////////

　サイト全般のスタイル

////////////////////////////////////////////////// */
/*
  FONT
-------------------------------------------------- */
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
}

@media screen and (max-width: 960px) {
	body {
		font-size: 14px;
	}
}

@media screen and (max-width: 560px) {
	body {
		font-size: 13px;
	}
}

p {
	line-height: 1.75;
}

li,
dt,
dd,
th,
td,
address {
	line-height: 1.6;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

i,
em {
	font-style: normal;
}

input,
textarea,
select {
	font-size: 16px;
}

/*
  LAYOUT
-------------------------------------------------- */
#wrapper {
	overflow: hidden;
}


.container {
	margin: auto;
	max-width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}

#contents > .container {
	margin-bottom: 100px;
}

.container.narrow {
	max-width: 800px;
}

/*
  HEADER
-------------------------------------------------- */
#wrapper {
	position: relative;
}

.page_header {
	background-color: #fff;
}

/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 769px) {
	.page_header {
		border-bottom: 1px solid #dddddd;
	}
	.page_header_inr {
		width: 980px;
		height: 99px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.page_header_logo {
		display: block;
		width: 483px;
		height: 0;
		padding-top: 56px;
		background: url(../img/h_logo.png) 0 0 no-repeat;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 100%;
		margin: 18px 0 0 -14px;
	}
	.page_header_block {
		width: 420px;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
    .page_header_cont-group {
		display: block;
		width: 164px;
		height: 40px;
		line-height: 37px;
		border: 3px solid #cecece;
		border-radius: 20px;
		color: #555;
		text-align: center;
		font-size: 16px;
		margin-top: 15px;
		margin-right: 10px;
	}
	.page_header_cont {
		display: block;
		width: 164px;
		height: 40px;
		line-height: 37px;
		border: 3px solid #cecece;
		border-radius: 20px; 
		color: #555;
		text-align: center;
		font-size: 16px;
		margin-top: 15px;
		margin-right: -20px;
	}
/*	.page_header_cont {
		display: block;
		width: 202px;
		height: 37px;
		line-height: 37px;
		background: url(../img/h_bg_01.png) 0 0 no-repeat;
		color: #fff;
		text-align: center;
		font-size: 14px;
		margin-right: -20px;
	}*/
	.page_header_cont span {
		display: inline-block;
		padding-left: 25px;
		background: url(../img/h_icn_01.png) 0 50% no-repeat;
	}
	.page_header_link {
		margin-top: 10px;
	}
	.page_header_link li {
		display: inline-block;
		padding-left: 20px;
		margin-left: 20px;
		line-height: 1;
	}
	.page_header_link li:not(:first-child) {
		border-left: 1px solid #dddddd
	}

	.page_header_link li a {
		color: #555555;
		font-size: 16px;
	}
}

/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 768px) {
	.page_header {
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.page_header_inr {
		width: 100vw;
		height: 50px;
		padding: 0 0 0 10px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.page_header_logo {
		display: block;
		width: 240px;
		height: 33px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 100%;
		background: url(../img/h_logo_sp.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	#btn_menu {
		display: block;
		width: 50px;
		height: 50px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 100%;
		background: url(../img/btn_menu.png) 50% 50% no-repeat;
		background-size: 20px auto;
	}
	#btn_menu.active {
		background: url(../img/btn_menu_close.png) 50% 50% no-repeat;
		background-size: 20px auto;
	}
    .btn_menu_c {
		display: block;
		width: 50px;
		height: 50px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 100%;
		background: url(../img/btn_menu_c.png) 50% 50% no-repeat;
        margin-left: 35px;
		background-size: 20px auto;
	}
}

/*
  GLOBAL MENU
-------------------------------------------------- */
#gnavi_pc, #gnavi_sp {
	position: relative;
}


/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 769px) {
	#gnavi_pc {
		width: 100%;
		box-sizing: border-box;
		height: 55px;
		/*border-bottom: 1px solid #ddd;
		background-color: #26997b;*/
		z-index: 101;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	body:not(.home) #gnavi_pc {
		border-bottom: 1px solid #ddd;
	}
	#gnavi_pc.fix {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	#gnavi_pc.fix + #contents {
		margin-top: 60px;
	}
	#gnavi_pc .menu {
		position: relative;
		width: 980px;
		box-sizing: border-box;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	#gnavi_pc .menu > li {
		min-width: 140px;
		box-sizing: border-box;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	#gnavi_pc .menu > li:not(:last-child) .gnavi_pc_menu_btn::after {
		content: "";
		display: block;
		width: 1px;
		position: absolute;
		top: 10px;
		bottom: 10px;
		background-color: #fff;
		right: 0px;
	}
	#gnavi_pc .menu .gnavi_pc_menu_btn {
		display: block;
		/*padding: 0 20px;*/
		border-right: 1px dotted #ddd;
		/*border-top: 5px solid #26997b;
		border-bottom: 5px solid #26997b;*/
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		line-height: 50px;
		white-space: nowrap;
		text-decoration: none;
		color: #555;
		cursor: pointer;
		position: relative;
	}
	#gnavi_pc .menu > li:first-child .gnavi_pc_menu_btn {
		border-left: 1px dotted #ddd;
	}
	#gnavi_pc .menu > li:hover > .gnavi_pc_menu_btn {
		border-bottom: 5px solid #26997b;
	}
	#gnavi_pc .menu > li > *:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-width: 5px;
		border-color: transparent transparent #26997b;
		border-style: solid;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -5px;
		opacity: 0;
	}
	#gnavi_pc .menu > li:hover > .gnavi_pc_menu_btn:before {
		opacity: 1;
	}
	#gnavi_pc .child {
		width: 100%;
		box-sizing: border-box;
		padding: 20px;

		-webkit-transition: all .3s;
		transition: all .3s;

		visibility: hidden;
		opacity: 0;
		z-index: 100;
		pointer-events: none;
		overflow: hidden;

		position: absolute;
		left: 0;
		top: 0;
	}

	#gnavi_pc .parent:hover .child {
		top: 36px;
		visibility: visible;
		opacity: 1;
		pointer-events: inherit;
	}
	#gnavi_pc .child_inr {
		width: 100%;
		box-sizing: border-box;
		/*display: flex;*/
		align-items: center;
		padding: 20px;
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	#gnavi_pc .child_ttl {
		display: flex;
		/*align-items: center;
		justify-content: center;
		width: 25%;*/
		padding: 20px 20px 20px 10px;
		text-align: center;
		box-sizing: border-box;
		background: #249074;
	}
    #gnavi_pc .child_ttl_last {
		display: flex;
		/*align-items: center;
		justify-content: center;
		width: 25%;*/
		padding: 20px 20px 20px 10px;
        margin-top: 20px;
		text-align: center;
		box-sizing: border-box;
		background: #249074;
	}
	#gnavi_pc .child ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		border-bottom: 1px solid #fff;
		height: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	#gnavi_pc .child a {
		color: #fff;
	}
	#gnavi_pc .child ul li {
		display: inline-block;
	}
	#gnavi_pc .child li a {
		/*display: block;*/
		height: 45px;
		padding: 0 25px;
		line-height: 45px;
		text-decoration: none;
		color: #000000;
		font-size: 14px;
	}
    #gnavi_pc .child li a::before {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: calc(2em - 4px);
		height: calc(2em - 4px);
		border: 2px solid;
		border-radius: 50%;
		content: "▶︎";
		line-height: 1;
		transform: scale(0.5) translateX(-50%);
        color: #249074;
    }
	#gnavi_pc .child li:hover {
		-webkit-transition: all .5s;
		transition: all .5s;
		opacity: .7;
	}
	#gnavi_pc .btn_openable {
		display: none;
	}
}

/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 768px) {
	#contents {
		margin-top: 50px;
	}
	#gnavi_sp {
		display: none;
		position: fixed;
		z-index: 100;
		top: 50px;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		color: #fff;
		font-size: 13px;
	}
	#gnavi_sp a {
		color: #fff;
	}
	#gnavi_sp .menu {
		flex-direction: column;
	}
	#gnavi_sp .menu li {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		background-color: #249074;
		border-top: 1px solid #fff;
	}
	#gnavi_sp .menu li a {
		width: 100%;
		box-sizing: border-box;
		display: block;
		padding: 20px 15px;
		line-height: 1;
		position: relative;
		background: url(../img/h_link_arw.png) right 15px top 50% no-repeat;
		background-size: 9px auto;
	}
	#gnavi_sp .menu li .gnavi_sp_label {
		display: block;
		width: 87%;
		box-sizing: border-box;
	}
	#gnavi_sp .menu li .gnavi_sp_label a {
		display: block;
		line-height: 1;
		margin: 0;
		background: none;
	}
	#gnavi_sp .btn_openable {
		display: block;
		width: 13%;
		background: url(../img/h_open.png) right 15px top 50% no-repeat;
		background-size: 15px auto;
	}
	#gnavi_sp .btn_openable.active {
		background-image: url(../img/h_close.png);
	}
	#gnavi_sp .child {
		display: none;
		position: static;
		background: none;
		padding: 0;
		opacity: 1;
		pointer-events: inherit;
		transition: none;
		width: 100%;
	}
	#gnavi_sp .menu li li {
		border-top: none;
		border-bottom: 1px solid #098061;
		background-color: #098061;
	}
	#gnavi_sp .menu li li a {
		padding: 20px 0 20px 30px;
	}
	#gnavi_sp .menu li li li {
		border-top: none;
		border-bottom: 1px solid #026249;
		background-color: #014c39;
	}
	#gnavi_sp .menu li li li a {
		padding: 20px 0 20px 45px;
	}
	.ac_menu {
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.active + .ac_menu {
		display: block !important;
	}
}


/*------------------------------
	footer
------------------------------*/
.page_footer_block_01 {
	background-color: #f8f8f8;
	padding: 35px 0;
}
.page_footer_list {
	display: flex;
}
.page_footer_list li {
	width: 50%;
	box-sizing: border-box;
}
.page_footer_list li:first-child {
	border-right: 1px solid #cacaca;
}
.page_footer_list li:first-child .tel {
	display: block;
	width: 400px;
	height: 0;
	margin: 0 auto;
	padding-top: 82px;
	background: url(../img/f_tel_01.png) 0 0 no-repeat;
	background-size: 100% auto;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
}
.page_footer_list li:last-child .tel {
	display: block;
	width: 397px;
	height: 0;
	margin: 0 auto;
	padding-top: 82px;
	background: url(../img/f_tel_02.png) 0 0 no-repeat;
	background-size: 100% auto;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
}
.page_footer_block_02 {
	padding: 20px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 13px;
	background-color: #fff;
	line-height: 1;
}
.page_footer_block_02 li {
	display: inline-block;
	margin-bottom: 15px;
}
.page_footer_block_02 li:not(:last-child) {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
.page_footer_block_02 li a {
	color: #333;
}
.page_footer_copy {
	margin-bottom: 15px;
}
/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 769px) {
	.page_footer_list {
		width: 980px;
		margin: 0 auto;
		display: flex;
	}
	.page_footer_block_02 {
		width: 980px;
		margin: 0 auto;
	}
    .page_footer_block_02 strong {
		font-size: 1.4rem;
    }
	#pagetop a {
		display: block;
		width: 66px;
		height: 0;
		padding-top: 66px;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 100%;
		background: url(../img/icn_pagetop.png) 50% 0 no-repeat;
		position: fixed;
		bottom: 135px;
		right: 100px;
		opacity: 0;
		-webkit-transition: all .5s;
		transition: all .5s;
		pointer-events: none;
		visibility: hidden;
	}

	#pagetop.view a {
		visibility: visible;
		opacity: 1;
		pointer-events: inherit;
	}

	#pagetop a:hover {
		opacity: .7;
	}
}

/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 768px) {
	.page_footer_block_01 {
		padding: 4vw 0;
	}
	.page_footer_list li:first-child .tel {
		width: calc((313/750)*100vw);
		padding-top: calc((68/750)*100vw);
		background: url(../img/f_tel_01_sp.png) 0 0 no-repeat;
		background-size: 100% auto;
	}
	.page_footer_list li:last-child .tel {
		width: calc((277/750)*100vw);
		padding-top: calc((64/750)*100vw);
		background: url(../img/f_tel_02_sp.png) 0 0 no-repeat;
		background-size: 100% auto;
	}

	.page_footer_block_02 {
		padding: 4vw 0;
		font-size: 10px;
		justify-content: center;
		text-align: center;
	}
    .page_footer_block_02 strong {
		font-size: 1.4rem;
    }
	.page_footer_copy {
		width: 100%;
	}
}

/* パンくず
-------------------------------------------------- */

#breadcrumbs {
	margin-top: 5px;
	padding: 10px 0;
	color: #666;
	font-size: 0.75em;
}

#breadcrumbs ul {
	width: 100%;
}

#breadcrumbs ul li {
	display: inline-block;
	vertical-align: top;
}

#breadcrumbs ul li a {
	text-decoration: none;
    padding-right: 0;
}

#breadcrumbs ul li a:hover {
	text-decoration: underline;
    padding-right: 0;
}

#breadcrumbs ul li:before{
	content: "";
}





/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.breadcrumbs {
		margin-bottom: 1px;
	}

	.breadcrumbs .item:first-child {
		padding-left: 0px;
	}
}