@charset "utf-8";
/* ===================================================================
     BASE CSS
=================================================================== */

html {
	font-size: 16px;
}
body {
	/*-webkit-text-size-adjust: 100%;
	position: relative;*/
}
body {
	color: #2c2c2c;
	/*font-size: 100%;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	position: relative;
	padding-top: 96px;
}
a {
	color: #007DC5;
	text-decoration: none;
}
a:hover {
	color: #999;
}



/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */
.icon_pdf {
	width: 16px;
	vertical-align: middle;
	margin-left: 2px;
}
.icon_arrow {
	width: 15px;
	vertical-align: middle;
	margin-right: 4px;
}
.icon_blank {
	width: 12px;
	vertical-align: initial;
	margin-left: 4px;
}
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}
.icon_pagelink {
	width: 12px;
}
.fadein {
	opacity: 0.5;
}
.invisible{
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}
.no_active, .active {
	opacity: 0.001;
}

/* -----------------------------------------------------------
	404
----------------------------------------------------------- */
.error_box {
	width: 800px;
	margin: 160px auto;
	text-align: center;
}
.error_box h1 {
	font-size: 24px;
	color: #555;
	margin-bottom: 40px;
}
.error_text {
	margin-bottom: 40px;
}
.error_box a {
	color: #2c2c2c;
	text-decoration: underline;
}
.error_box a:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
body {
	padding-top: 80px;
	font-size: 14px;
}
}
@media screen and (max-width: 767px) {
body {
	padding-top: 50px;
	font-size: 14px;
}

}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 0;
	top: 0;
    right: 0;
    z-index: 200;
	/*background: #fff;*/
}
.header_bg {
	background: #fff;
}
.header_inner {
	max-width: 94%;
	height: 96px;
	position: relative;
	margin: 0 auto;
}
.logo {
	width: 346px;
	position: absolute;
	left: 0;
	top: 10px;
}
.header_info {
	width: 418px;
	position: absolute;
	right: 0;
	top: 16px;
}
.header_info_contact {
	width: 188px;
	float: right;
}
.header_info_contact a {
	padding: 10px 0;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 15px;
	background: #eb6fa5;
	border-radius: 4px;
}
.header_info_contact a:hover {
	opacity: 0.7;
}
.header_info_tel {
	width: 190px;
	float: left;
	margin-left: 16px;
}

/* Gナビ */
.gnav_active {
	display: block;
}
.header_nav {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}
.header_nav ul {
	width: 100%;
	display: table;
}
.header_nav li {
	display: table-cell;
}
.header_nav li + li {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.header_nav li a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 13px 25px;
}
.header_nav li {
	position: relative;
}
.header_nav ul > li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #eb6fa5;
	position: absolute;
	bottom: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: width .4s;
}
.header_nav > ul > li:hover:before {
	width: 100%;
}

.header_nav_parent {
	position: relative;
}
.header_nav_parent > span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 13px 25px;
}
.header_nav .header_nav_child {
	display: block;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 51px;
	left: 0;
}
.header_nav .header_nav_child_noactive {
	display: none;
}
.header_nav .header_nav_child li {
	width: 100%;
	display: block;
	border: none;
}

.header_nav .header_nav_child li a {
	display: block;
	color: #2c2c2c;
	text-align: center;
	padding: 13px 0;
}
.header_nav .header_nav_child li a:hover {
	background: #ccc;
}

.smp_menu,
.smp_info {
	display: none;
}


/* スクロール後 */
header.sml,
.logo,
.header_nav,
.header_info_tel,
.header_info_contact a,
.header_inner {
	transition: all 0.5s ease;
}
header.sml {
	/*box-shadow: 0px 10px 8px -4px rgba(0, 0, 0, 0.16);*/
}
header.sml .header_inner {
	height: 75px;
}
header.sml .logo {
	width: 260px;
}
header.sml .header_nav {
	top: 70px;
}
header.sml .header_info_tel {
	width: 173px;
}

header.sml .header_info_contact a {
	padding: 6px 0;
}
.header_nav ._br {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1340px) {
.header_nav {
	height: 77px;
}
.header_nav li a {
    height: 77px;
	padding: 13px 8px;
	box-sizing: border-box;
}
/*.header_nav li.gnavi_top a,
.header_nav li.gnavi_room a,
.header_nav li.gnavi_common a,
.header_nav li.gnavi_service a,
.header_nav li.gnavi_fee a {
	line-height: 77px;
	padding: 0 8px;
}*/
.header_nav ._br {
	display: block;
}
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
.header {
	height: 80px;
}
.header_inner {
	height: 80px;
}
.logo {
	width: 260px;
	position: relative;
	z-index: 9999;
}
.header_info {
	width: 300px;
	top: 13px;
}
.header_info_contact {
	width: 110px;
	margin-left: 16px;
}
.header_info_contact a {
	font-size: 13px;
	padding: 6px 0;
}
.header_info_tel {
	width: 144px;
}

.header_nav {
	width: 100%;
}
.header_nav li.gnavi_top {
	display: none;
}
.header_nav li a {
	font-size: 14px;
	padding: 13px 8px;
}
.header_nav_parent > span {
	font-size: 14px;
	padding: 0 8px;
}
.header_nav .header_nav_child {
	top: 48px;
}
.smp_menu,
.smp_info {
	display: none;
}


/* スクロール後 */
header.sml {
	height: 96px;
}
header.sml .header_inner {
	height: 75px;
}
header.sml .logo {
	/*width: 64px;*/
}
header.sml .header_nav {
	top: 25px;
}
header.sml .header_info_tel {
	width: 144px;
}
header.sml .header_info_contact a {
	/*padding: 10px 0;*/
}

.header_nav ._br {
	display: block;
}
}
@media screen and (max-width: 767px) {
header {
	height: 50px;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.header_inner {
	height: 50px;
}
header.sml {
	height: 50px;
}
.logo {
	width: 190px;
	position: relative;
	z-index: 9999;
	top: 4px;
}
header.sml .logo {
    width: 80px;
}
.header_info {
	display: none;
}
.header_nav {
	position: fixed;
	width: 80%;
	height: 100%;
	right: -100%;
	top: 50px;
	background: #fafafa;
	border-top: 1px solid #ccc;
	box-shadow: -3px 0px 2px -2px rgba(0, 0, 0, 0.3);
}
.gnav_active {
	right: 0;
}
.header_nav ul {
	display: block;
}
.header_nav li {
	display: block;
	position: relative;
	border-bottom: 1px solid #ccc;
	border-left: none !important;
}
.header_nav ul > li:before {
	display: none;
}
.header_nav li:after {
	position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header_nav li a {
	font-size: 15px;
	color: #2c2c2c;
	text-align: left;
	padding: 8px 10px;
}
.header_nav_parent > span {
	font-size: 15px;
	color: #2c2c2c;
	text-align: left;
	padding: 8px 10px;
}
.header_nav .header_nav_child_noactive {
	display: block;
	position: static;
	background: #f4f4f4;
	box-shadow: none;
}
.header_nav .header_nav_child li {
	border-top: 1px solid #ccc;
}
.header_nav .header_nav_child li a {
	padding: 8px 35px;
	text-align: left;
}

.smp_menu {
	display: block;
    width: 90px;
    height: 30px;
    margin: -25px 0 5px;
    background: url(../img/btn_smp_menu.png) no-repeat;
    background-size: 90px;
    cursor: pointer;
    float: right;
}
.smp_info {
	display: block;
}

.smp_info_contact {
	border-bottom: 1px solid #ccc;
	position: relative;
}
.smp_info_contact:after {
	position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.smp_info_contact a {
	display: block;
    text-align: left;
    font-size: 15px;
    color: #2c2c2c;
    padding: 8px 10px;
}
.navi_contact {
	padding: 8px 10px 13px;
}
.info_tel_smp {
	float: left;
	width: 150px;
}
.btn_tel_smp {
	display: block;
	width: 86px;
	float: right;
}

header.sml .header_nav {
	top: 0;
}
header.sml .header_nav ul li a span.en {
	font-size: 18px;
}
header.sml .header_nav ul li a span.jp {
	opacity: 1;
}
header.sml .sns_list {
	top: 8px;
}

header.sml .logo {
	width: 190px;
}
header.sml .header_inner {
	height: 50px;
}
header.sml .header_nav {
	top: 50px;
}
.header_nav ._br {
	display: none;
}
}

@keyframes header_on {
	100% { top:0; opacity:1; }
}
@keyframes header_nav_on {
	100% { top:0; opacity:1; }
}


/* -----------------------------------------------------------
	#main
		メイン
----------------------------------------------------------- */
.main {
	min-height: 400px;
}
.gene_inner {
	width: 1140px;
	margin: 0 auto;
}
.gene_inner_max {
	width: 94%;
	max-width: 1600px;
	margin: 0 auto;
}
.gene_bg {
	background: #f6f4ee;
	overflow: hidden;
}
.gene_bg_zure {
	margin-top: -140px;
	padding-top: 180px;
}
.page_ttl_box {
	height: 320px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.page_ttl {
	color: #000;
	font-size: 32px;
	font-family: serif;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 15px;
	width: 100%;
}
.gene_ttl_1 {
	font-size: 36px;
	color: #eb6fa5;
	font-family: serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}
.gene_ttl_1 span {
	font-size: 130%;
}
.gene_ttl_2 {
	font-size: 30px;
	font-family: serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.gene_ttl_2::after {
	content: '';
	position: absolute;
	bottom: -8px;
	width: 50px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #e26b9d;
}
.gene_text_1 {
	font-size: 17px;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 0.04em;
	margin-bottom: 70px;
}

.pic_lage_1 {
	width: 980px;
	margin: 0 auto;
}
.pic_cap {
	font-size: 16px;
	color: #fff;
	margin-top: -28px;
	/*margin-right: 10px;*/
	text-align: right;
	display: block;
	/*text-shadow: 
		1px 1px 8px rgba(0, 0, 0, 0.5),
		1px 1px 8px rgba(0, 0, 0, 0.5),
		1px 1px 8px rgba(0, 0, 0, 0.5),
		1px 1px 8px rgba(0, 0, 0, 0.5);*/
}
.pic_cap span {
	background: rgba(0, 0, 0, 0.6);
    padding: 3px 14px;
    height: 28px;
    display: inline-block;
}

.pic_text {
	margin-top: 8px;
}

/* パンくず */
.pan {
	border-top: 1px solid #ccc;
	padding: 6px 0;
}
.pan ul {
	width: 1140px;
	margin: 0 auto;
}
.pan ul li {
	display: inline;
	font-size: 13px;
	color: #666;
	padding-right: 15px;
}
.pan ul li a {
	color: #666;
	position: relative;
}
.pan ul li a:after {
	position: absolute;
    top: 50%;
    right: -12px;
    left: auto;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pan ul li a:hover {
	text-decoration: underline;
}

/* テーブル関係 */
.table_01 table th, .table_01 table td {
	border: 1px solid #ccc;
	padding: 6px 16px;
	font-weight: normal;
}

.table_01 table th, table .td_bg {
	background: url(../img/bg_table_01.gif) #eee;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
.gene_inner {
	width: 94%;
}
.gene_inner_max {
	width: 96%;
}
.pic_lage_1 {
	width: 90%;
	margin: 0 auto;
}
.page_ttl_box {
	height: 250px;
}
.page_ttl {
	font-size: 20px;
	letter-spacing: 0.1em;
}
.gene_ttl_1 {
	font-size: 24px;
	margin-bottom: 30px;
}
.gene_ttl_1::after {
	width: 160px;
	height: 1px;
}
.gene_text_1 {
	font-size: 14px;
	text-align: left;
}

.pic_cap {
	font-size: 14px;
}

/* パンくず */
.pan ul {
	width: 94%;
}
}
@media screen and (max-width: 767px) {
.gene_inner {
	width: 94%;
}
.gene_inner_max {
	width: 94%;
}
.page_ttl_box {
	height: 90px;
	margin-bottom: 40px;
}
.page_ttl {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-top: 0;
}
.gene_ttl_1 {
	font-size: 18px;
	margin-bottom: 30px;
}
.gene_ttl_1::after {
	width: 100px;
	height: 1px;
}
.gene_ttl_2 {
	font-size: 22px;
	margin-bottom: 40px;
}
.gene_text_1 {
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}

.pic_lage_1 {
	width: 100%;
	margin: 0 auto;
}
.pic_cap {
	font-size: 12px;
	margin-top: -22px;
}
.pic_cap span {
	padding: 2px 14px;
    height: 22px;
}
.table_01 table th, .table_01 table td {
	padding: 8px;
}

/* パンくず */
.pan ul {
	width: 94%;
}
.pan ul li {
	font-size: 11px;
}
}



/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
.footer {
	background: #f3e3e3;
	padding-top: 40px;
}
.footer_inner {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}
.footer_line {
	height: 1px;
	background: #eb6fa5;
	margin-bottom: 20px;
}
.relation_list {
	margin: 0 auto 40px;
	width: 90%;
}
.relation_list li {
	width: calc(94% / 4);
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}
.relation_list li:nth-child(4n +1) {
	margin-left: 0;
}
.footer_left {
	width: 50%;
	float: left;
}
.footer_right {
	width: 50%;
	float: right;
}

.footer_info {
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}
.footer_list {
	text-align: right;
}
.footer_list li {
	display: inline;
	border-left: 1px solid #333;
	padding: 0 8px;
}
.footer_list li:last-child {
	border-right: 1px solid #333;
}
.footer_list li a {
	color: #000;
	font-size: 13px;
}
.footer_list li a:hover {
	opacity: .7;
}
.footer_info_tel span {
	font-size: 18px;
}
.footer_copy {
	clear: both;
	padding: 10px;
	text-align: center;
	color: #333;
	font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
.footer_inner {
	width: 94%;
}
}
@media screen and (max-width: 767px) {
.footer_inner {
	width: 94%;
}
.footer_left,
.footer_right {
	width: 100%;
	float: none;
	position: static;
	text-align: center;
}
.footer_left {
	margin-bottom: 20px;
}
.footer_right {
	margin-bottom: 30px;
}
.footer_info {
	font-size: 12px;
}
.footer_info a {
	color: #333;
	text-decoration: underline;
}
.footer_list {
	text-align: center;
}
.footer_copy {
	font-size: 10px;
}
.relation_list {
	max-width: 460px;
	width: 100%;
}
.relation_list li {
	width: calc(98% / 2);
}
.relation_list li:nth-child(4n +1) {
	margin-left: 2%;
}
.relation_list li:nth-child(2n +1) {
	margin-left: 0;
}
}


