@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	color:#3E3030; /* ブラウン */	
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

#contents {
	width: 980px;
	margin: 0 auto;
}

header + #contents {
	padding-top: 50px;
}

.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

a {
	color: #043771;
}
a:hover {
	color: #144d8d;
}

h1 {
	font-size: 28px;
	text-align: center;
}

.h1Text{
	margin-top: 50px;
	margin-bottom: 0.5em;
	padding:30px 0 20px 0;
	font-size: 28px;
	text-align: center;
	line-height: 1.0;
	background: url('../images/bg_h2.png') 50% 0 no-repeat;
}

.h1Text span{
    position: relative;
    font-size: 12px;
}

.h1Text span:before{
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: 1;
    content: '';
    display: block;
    width: 1em;
    margin-top: -1px;
    border-top: 1px solid #333;
}

.h1Text span:after{
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1;
    content: '';
    display: block;
    width: 1em;
    margin-top: -1px;
    border-top: 1px solid #333;
}

.h1Topmargin{
	margin-top: 62px;
}

.h1TopPage{
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.h1TopPage span{
    font-size: 2rem;
}

h2 {
	margin-top: 50px;
	margin-bottom: 0.5em;
	padding:30px 0 20px 0;
	font-size: 28px;
	text-align: center;
	line-height: 1.0;
	background: url('../images/bg_h2.png') 50% 0 no-repeat;
}

h2 span {
	position: relative;
	font-size: 12px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

.h2Text{
	margin: 3em 0 0.25em 0;
	padding-left: 25px;
	font-size: 18px;
	background: url('../images/bg_h3.png') 0 50% no-repeat;
	border-bottom: 1px dashed #C21B8F;
	text-align: left;
	padding-bottom: 0;
    padding-top: 0;
	line-height: normal;
}

h3 {
	margin: 3em 0 0.25em 0;
	padding-left: 25px;
	font-size: 18px;
	background: url('../images/bg_h3.png') 0 50% no-repeat;
	border-bottom: 1px dashed #C21B8F;
}

.h3Text{
	margin: 1em 0 0.25em 0;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
	background:none;
	border-bottom: none;
    border-left: 5px solid #C21B8F;
    background-color: #FCECF4;

}

h4 {
	margin: 1em 0 0.25em 0;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	border-left: 5px solid #C21B8F; /* 濃いピンク */
	background-color:#FCECF4; /* 薄いピンク */
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 0px;
	font-size: 18px;
	font-weight: bold;
}

h6 {
	padding-left: 20px;
	margin: 10px 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	background: url('../images/bg_h6.png') 0 50% no-repeat;
}

p {
	margin:0 0 1em 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #3E3030;
	background-color: #FAF3E1; /* ベージュ */	
	padding:3px 7px;	
	border-radius: 10%;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	background-color: #FAF3E1; /* ベージュ */
}

ul,ol,dl {
	margin: 1em 0 1em 0.5em;
}
ul li {
	list-style: disc;
}
ul li span{
	font-size: 0.8em;
}
ol li {
	margin-bottom: 10px;
}
li {
	margin-left: 1.5em;
}

/* リストstyle */
.style01 {
    padding: 0 0; 
}
.style01 li {
	font-weight: bold;
	line-height: 2;
	margin: 0 0 0 30px;
	list-style-image:url("../images/point_list.png");
}

.style02 {
    padding: 10px; 
	background-color: #FCECF4; /*  薄いピンク */
	}

.style02 li {
	line-height: 1.5;
	margin: 0 0 0 30px;
	list-style-image:url("../images/point_list.png");
}

.style03 {
    padding: 0 0; 
}
.style03 li {
	line-height: 2;
	margin: 0 0 0 30px;
	list-style-image:url("../images/point_list.png");
}

.style04  {
	padding-left: 20px;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	background: url('../images/bg_h6.png') 0 50% no-repeat;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #A89495; /* 薄いブラウン */
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #A89495; /* 薄いブラウン */
	background: #E5DFDF;
}
td {
	padding: 10px;
	text-align: center;
	border: 1px solid #A89495; /* 薄いブラウン */
	background-color: #fff;
}

div.recommendItem{
	margin-bottom: 0.25em;
    font-size: 18px;
    font-weight: bold;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn  {
	position: relative;
	display: inline-block;
	padding: 3px 10px;
	margin: 0 0 3px 0;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;

	border-radius: 0.3em; 
}

.pink{
	background: url('../images/point_pink.png') 0 50% no-repeat;
	color:#E5408E;
	font-weight: bold;
	padding-left: 20px;
	font-size: 14px;
}
.pink a {
	color: #E5408E;
}
.pink a:hover {
	color: #CE8EA4;
}

.green{
	background: url('../images/point_green.png') 0 50% no-repeat;
	color:#5EAF26;
	font-weight: bold;
	padding-left: 20px;
	font-size: 14px;
}

.green a {
	color: #5EAF26;
}
.green a:hover {
	color: #8AC562;
}


.blue{
	/*background: #2470A0; */
	background: url('../images/point_blue.png') 0 50% no-repeat;
	color:#2470A0;
	font-weight: bold;
	padding-left: 20px;
	font-size: 14px;}
.blue a {
	color: #2470A0;
}
.blue a:hover {
	color: #6EA0C0;
}


.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #b32185;
	border-radius: 0.5em; 	
}

.btn a:hover {
	color: #fff;
	background: #333;
}

.btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 10px auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  transition: 0.3s;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin:50px 0 0 0;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: flex-start;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 0px 0;
}
.twoCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.twoCol .inner h6 {
	width: 100%;
	text-align: left;
}
.twoCol .inner p {
	width: 100%;
	margin-bottom: 50px;
	text-align: justify;
}
.twoCol .inner > a {
	width: 100%;
	height: 100%;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}
.twoCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.twoCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin:50px 0 0 0;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 0 0;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: flex-start;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 30.06%;
	width: calc((300 / 980) *100%);
	margin: 0px 5px 10px 5px;
}
.threeCol .inner h5 {
	width: 100%;
	margin-top: 0em;
	text-align: center;
}
.threeCol .inner p {
	width: 100%;
	margin: 10px 10px 0 10px;
	text-align: justify;
}

.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 30px 0;
		padding-bottom: 20px;
		border-bottom: solid 1px #cccccc;
	}
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header .hd {
	float: left;
	height: 35px;
	font-size: 16px;
	line-height: 15px;
}

header .hd img {
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	header .hd {
		padding: 0 0 0 10px;
	}
}






/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		display: block !important;
		float: right;
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position: relative;
		line-height: 55px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: #fff;
		color: #3E3030; /* ブラウン */
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	nav.gnav ul li:hover > a {
		color:#3E3030; /* ブラウン */
		background: #FCECF4; /* 薄いピンク */
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 110px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 55px;
	}
	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #3E3030; /* ブラウン */
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 230px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color:#3E3030;  /* ブラウン */
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: #FCECF4; /* 薄いピンク */
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover {
		background: #FAD9E9; /* 薄いピンク */
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #fff;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #3E3030; /* ブラウン */
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #fff;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		background: #FCECF4; /* 薄いピンク */
	}
	nav.gnav ul li ul li ul li a:hover {
		background: #FAD9E9; /* 薄いピンク */
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {
	nav.gnav {
		display: none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #fff;
		background: #FCECF4; /* 薄いピンク */
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #584342;  /* ブラウン */
		text-decoration: none;
		background: #FCECF4; /* 薄いピンク */
	}
	nav.gnav li a:hover {
		color: #3E3030;  /* ブラウン */
		background:  #FAD9E9; /* 濃いピンク */
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #3E3030;  /* ブラウン */
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #FCECF4; /* 薄いピンク */
	}
	nav.gnav .subnav a:hover:after {
		background:  #FAD9E9; /* 濃いピンク */
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #C21B8F; /* 濃いピンク */
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: 80px;
	background: #FCECF4; /* 薄いピンク */
}

.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 50px;
	padding: 20px 0;
}

.fnav .text {
	width: 80%;
	margin: 10px;
	font-size: 12px;
}

.fnav img {
	margin: 10px 0;
}

.fnav > ul {
	margin-bottom: 0;
	font-size: 12px;
}
.fnav > ul li {
	text-align: left;
}


.copyright {
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	background-color: #fff;
}

@media screen and (max-width:767px) {
	footer {
		margin-top: 40px;
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#E5418F; /* ロゴのピンク */ 
}
.totop img:hover {
	background:#EF8DBC; /* ロゴの薄いピンク */
}

/*================================================
 *  メイン画像
 ================================================*/
.hd_img{
	padding-top: 50px;
	overflow: hidden;
	position: relative;
}



/*================================================
   電話問い合わせ（ヘッダー下）
 ================================================*/
#tel	{
	width: 100%;
	margin: 0 auto;
	text-align: right;
	font-weight:bold;
	background-color:#FCECF4; /* 薄いピンク */
}

#tel span {
	font-weight:bold;
	font-family:Times, "Times New Roman", "游明朝", "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 28px;
	padding-right:5px;
	
}

@media screen and (max-width:768px) {
	#tel span {
	font-weight:bold;
	font-family:Times, "Times New Roman", "游明朝", "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
	padding-right:3px;
	}
}

/*================================================
   電話問い合わせ・WEB予約（フッター上）
 ================================================*/
.f_tel	{
	width: 100%;
	margin: 40px auto 0;
	text-align: center;
	border-top:solid 1px #E5418F;  
}

.f_tel .hd	{
	color:#E5418F;	
	font-size: 20px;
}	


@media screen and (max-width:768px) {
	
	#f_tel	{
	width: 100%;
	margin: 0 auto 0;

	}		
	
}

/*================================================
   パンくずリスト
 ================================================*/
.bcl ul {
padding-bottom:0px;
}

.bcl li{
display:inline-block;
vertical-align:text-top;
margin-right: -10px;
}

.bcl li a {
display:block;
overflow:hidden;
text-decoration:none;
}

.bcl li :after{
content:"　＞";
}

*:first-child+html .bcl li{
display:inline;
}



/*================================================
   アイコン・装飾
 ================================================*/
.icon	{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 20px;
	padding:7px;	
	border-radius: 50%;
	text-align: center;
	background-color: #C21B8F;
	color: #FCECF4;
}

.font01{ 
	font-weight: bold;
	color:#C21B8F;/* 濃いピンク */
	border-bottom: dashed 1px #aaa;
}

.font02{
	color: #2470A0;  /* ブルー */ 
	font-weight: bold;

}

.font03{
	color:#E5418F; /* ロゴのピンク */
	font-size: 16px;
	font-weight: bold;
}

.font04{
	color:#E5418F; /* ロゴのピンク */
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dashed #C21B8F;
}

.font05{
	color:#E5418F; /* 濃いピンク */
}

.font06{
	font-size: 13px;
}


/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}

	footer {
		width: 100%;
	}

	.lock {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
	}
}


