@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/parts/space.gif);
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/parts/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(../../img/parts/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.SpNo { display: none; }

* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, Verdana, "Droid Sans", sans-serif;
	font-size: 14px;
	color: #2a2b2b;
}

div#PageTop a {
	position: fixed;
	display: block;
	bottom: 10%;
	right: 1%;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}
div#PageTop a:before {
	display: block;
	content: "";
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%) rotate(-90deg);
	    -ms-transform: translate(-50% , -50%) rotate(-90deg);
	        transform: translate(-50% , -50%) rotate(-90deg);
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}


/*------------Header------------------------------------------------------------*/
div#Header {
	position: relative;
	width: 100%;
	padding-top: 0.3em;
	z-index: 0;
	font-size: 0.85em;
}
div#Header div.InHeader {
	position: relative;
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}
div#Header div#HeaderCom02 h2.h2-top {
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 6vw;
	font-weight: lighter;
	color: #6e2775;
	width: auto;
}
/*------------HeaderCom01------------------------------------------------------------*/
div#Header div#HeaderCom01 h1 { float: left; }
div#Header div#HeaderCom01 ul {
	float: right;
	list-style: none;
	text-align: right;
}
div#Header div#HeaderCom01 ul li { display: inline-block; }
div#Header div#HeaderCom01 ul li:after { content: "｜"; }
div#Header div#HeaderCom01 ul li:nth-last-of-type(1):after { content: ""; }

/*------------HeaderCom02------------------------------------------------------------*/
div#Header div#HeaderCom02 { padding: 15px 0; }
div#Header div#HeaderCom02 h2 {
	width: 264px;
	margin: 0 auto;
}
div#Header div#HeaderCom02 h2 a {
	display: block;
	height: 65px;
	background: url(../../img/parts/header_logo.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Header div#HeaderCom02 div#HeaderTel {
	width: 90%;
	margin: 0 auto;
}
div#Header div#HeaderCom02 div#HeaderTel ul {
	width: 80px;
	list-style: none;
	margin: 5px auto;
	text-align: center;
}
div#Header div#HeaderCom02 div#HeaderTel ul li {
	display: inline-block;
	width: 50%;
	text-align: center;
}
div#Header div#HeaderCom02 div#HeaderTel dl {
	width: 310px;
	margin: 5px auto;
	overflow: hidden;
}
div#Header div#HeaderCom02 div#HeaderTel dl dt { display: none; }
div#Header div#HeaderCom02 div#HeaderTel dl dd {}
div#Header div#HeaderCom02 div#HeaderTel dl dd span,
div#Header div#HeaderCom02 div#HeaderTel dl dd a {
	display: block;
	height: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	text-align: left;
	font-size: 0;
}
div#Header div#HeaderCom02 div#HeaderTel dl dd#HFree { float: left; }
div#Header div#HeaderCom02 div#HeaderTel dl dd#HTelNum { float: right; }
div#Header div#HeaderCom02 div#HeaderTel dl dd#HFree span,
div#Header div#HeaderCom02 div#HeaderTel dl dd#HFree a {
	width: 145px;
	padding-top: 14.21052631578947%;
	background-image: url(../../img/parts/free_tel.png);
	background-size: contain;
}
div#Header div#HeaderCom02 div#HeaderTel dl dd#HTelNum span,
div#Header div#HeaderCom02 div#HeaderTel dl dd#HTelNum a {
	width: 140px;
	padding-top: 15%;
	background-image: url(../../img/parts/tel.png);
}
div#Header div#HeaderCom02 div#HeaderAdd {
	width: 80%;
	margin: 0.25em auto 0;
	text-align: center;
}
div#Header div#HeaderCom02 div#HeaderAdd * { display: inline-block; }
div#Header div#HeaderCom02 div#HeaderAdd p + dl { margin-left: 1em; }
div#Header div#HeaderCom02 div#HeaderAdd dl + p,
div#Header div#HeaderCom02 div#HeaderAdd p + p { color: #6e2775; }
div#Header div#HeaderCom02 div#HeaderAdd p + p:before {
	margin: 0 0.15em;
	content: "／";
}


/*------------GlobalBg------------------------------------------------------------*/
.IsFixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
div#Global {
	width: 100%;
	background-color: #2a2b2b;
}
div#InGNav {
	width: 100%;
	margin: 0 auto;
	padding: 0.35em 0;
	overflow: hidden;
}
div#InGNav h2 { display: none; }
div#InGNav ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
.IsFixed div#InGNav h2 {
	display: block;
	width: 18%;
	padding: 1.3em 0 0 2%;
	float: left;
}
.IsFixed div#InGNav h2 span {
	display: block;
	width: 100%;
}
.IsFixed div#InGNav h2 a {
	display: block;
	height: 0;
	padding-top: 40%;
	background: url(../../img/parts/global_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
.IsFixed div#InGNav ul {
	width: 80%;
	float: right;
}
div#InGNav ul li {
	position: relative;
	width: 33.33333333333333%;
	float: left;
	z-index: 1;
}
div#InGNav ul li:nth-child(4),
div#InGNav ul li:nth-child(5),
div#InGNav ul li:nth-child(6),
div#InGNav ul li:nth-child(7) { width: 50%; }
div#InGNav ul li:before {
	position: absolute;
	display: block;
	content: "";
	height: 6px;
	border-left: 1px solid #fff;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 0;
}
div#InGNav ul li:nth-child(3):before,
div#InGNav ul li:nth-child(5):before,
div#InGNav ul li:nth-last-of-type(1):before { border-left: 0 none; }
div#InGNav ul li a {
	display: block;
	padding: 0.15em 0;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 0.85em;
	color: #fff;
	transition: opacity .3s;
}
div#InGNav ul li a:hover {
	-webkit-opacity: 1;
	   -moz-opacity: 1;
	    -ms-opacity: 1;
	        opacity: 1;
	         filter: alpha(opacity=100);
	text-decoration: none;
	color: #ff0;
}


/*------------Main---------------------------------------------------------------*/
div#Main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}

/*------------Title------------------------------------*/

/*------------Title------------------------------------*/
.title01 {
	margin-bottom: 35px;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.14em;
	font-weight: bolder;
	color: #2a2b2b;
}
.title02 {
	margin-bottom: 20px;
	padding-bottom: 0.25em;
	border-bottom: 2px solid #6e2775;
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.28em;
	font-weight: lighter;
	color: #6e2775;
}
.subtitle01 {
	margin-bottom: 10px;
	padding: 0 0.35em 0.35em;
	border-bottom: 2px solid #b397c9;
	line-height: 1.2;
	font-size: 1.28em;
	color: #6e2775;
}
.subtitle02 {
	margin-bottom: 10px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.28em;
	font-weight: lighter;
	color: #6e2775;
}
.black { color: #2a2b2b; }


/*------------Title---------------------------------------------------------------*/
div#Title {
	position: relative;
	display: block;
	min-height: 200px;
	background-color: #e8e8e8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
}
div#Title:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1;
}
div#Title h2 {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 2;
	text-align: center;
	line-height: 1.15;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.5em;
	font-weight: lighter;
	color: #6e2775;
	text-shadow : 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
	z-index: 2;
}


/*------------pan---------------------------------------------------------------*/
div#pan {
	position: relative;
	display: block;
	width: 96%;
	margin: 15px auto  60px;
	z-index: 1;
}
div#pan ul { list-style: none; }
div#pan ul li { display: inline-block; }
div#pan ul li:after {
	margin-left: 0.45em;
	content: "\003e";
}
div#pan ul li:nth-last-of-type(1):after {
	margin-left: 0;
	content: "";
}
div#pan ul li a { color: #cf0073; }


/*------------TopNav---------------------------------------------------------------*/
div#TopNav {
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto 60px;
	z-index: 1;
}
div#TopNav ul li {
	width: 48%;
	margin-right: 4%;
	background-color: #2a2b2b;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	list-style: none;
	text-align: center;
	float: left;
	transition: opacity .3s;
}
div#TopNav ul li:nth-last-of-type(1) { margin-right: 0; }
div#TopNav ul a {
	position: relative;
	display: block;
	padding: 0.55em 0.35em;
	text-align: center;
	color: #fff;
}
div#TopNav ul a:before {
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 11px;
	background-image: url(../../img/parts/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	content: "";
	top: 50%;
	left: 0.55em;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
div#TopNav ul li:hover,
div#TopNav ul a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}

/*------------InBox---------------------------------------------------------------*/
div.InBox {
	position: relative;
	width: 96%;
	margin: -90px auto 60px;
	padding: 90px 0 60px;
	overflow: hidden;
	z-index: 0;
}
section:nth-last-of-type(1) div.InBox {
	margin-bottom: 0;
	padding-bottom: 0;
}
div.InBox table {
	width: 100%;
	border-collapse: collapse;
}
div.InBox table tr th {
	display: block;
	width: auto;
	padding: 5px 10px;
	background-color: #eaeaea;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	display: block;
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.ScrollBar {
	width: 100%;
	padding-bottom: 5px;
	white-space: nowrap;
	overflow: auto;
}

div.ScrollBar:-webkit-scrollbar { height: 5px; }
div.ScrollBar:-webkit-scrollbar-track { background: #F1F1F1; }
div.ScrollBar:-webkit-scrollbar-thumb { background: #BCBCBC; }
div.ScrollBar p.Note {
	margin-bottom: 5px;
	font-size: 0.87rem;
	font-weight: bolder;
	color: #f00;
}
div.ScrollBar table tr th,
div.ScrollBar table tr td {
	display: table-cell;
	border-left: 1px solid #bfbfbf;
	text-align: center;
}
div.ScrollBar table tr th:nth-of-type(1),
div.ScrollBar table tr td:nth-of-type(1) {
	border-left: 0 none;
}
div.InBox p + p { margin-top: 0.8em; }
div.In100 {
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
}
div.In950 {
	width: 96%;
	margin: 0 auto 30px;
	overflow: hidden;
}
div.In910 {
	width: 94%;
	margin: 0 auto 30px;
	overflow: hidden;
}
div.marTop60 { margin-top: 60px; }
div.In100:nth-last-of-type(1),
div.In950:nth-last-of-type(1),
div.In910:nth-last-of-type(1) { margin-bottom: 0; }

/*------------footerInq---------------------------------------------------------------*/
div#footerInq {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 99999;
}
div#footerInq ul {
	width: 96%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#footerInq ul li { width: 49%; }
div#footerInq ul li:nth-of-type(1) { float: left; }
div#footerInq ul li:nth-of-type(2) { float: right; }
div#footerInq ul li a {
	position: relative;
	display: block;
	padding: 0.25em 0.5em;
	border-radius: 10px;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.37em;
	font-weight: bold;
	color: #fff;
}
div#footerInq ul li:nth-of-type(1) a { background-color: #cf0073; }
div#footerInq ul li:nth-of-type(2) a { background-color: #6e2775; }
div#footerInq ul li a span:before {
	position: absolute;
	display: inline-block;
	content: "▲";
	margin-left: 0.5em;
	font-size: 0.62rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	    -ms-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	margin-top: 80px;
	font-size: 0.75rem;
}

/*------------LogoTel------------------------*/
div#LogoTel {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
div#LogoTel h2 {
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	overflow: hidden;
}
div#LogoTel h2 a {
	display: block;
	height: 0;
	padding-top: 56.66666666666667%;
	background: url(../../img/parts/footer_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#LogoTel dl {
	width: 100%;
	margin: 25px auto 0;
	overflow: hidden;
}
div#LogoTel dl dt { display: none; }
div#LogoTel dl dd {}
div#LogoTel dl dd span,
div#LogoTel dl dd a {
	display: block;
	height: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	text-align: left;
	font-size: 0;
}
div#LogoTel dl dd#FFree { float: left; }
div#LogoTel dl dd#FTelNum { float: right; }
div#LogoTel dl dd#FFree span,
div#LogoTel dl dd#FFree a {
	width: 145px;
	padding-top: 14.21052631578947%;
	background-image: url(../../img/parts/free_tel.png);
}
div#LogoTel dl dd#FTelNum span,
div#LogoTel dl dd#FTelNum a {
	width: 140px;
	padding-top: 15%;
	background-image: url(../../img/parts/tel.png);
}
div#LogoTel ul {
	width: 60px;
	list-style: none;
	margin: 20px auto 0;
}
div#LogoTel ul li {
	display: inline-block;
	width: 100%;
	text-align: center;
}

/*------------FooterNav------------------------*/
div#FooterNav {
	width: 100%;
	margin-top: 30px;
	margin-bottom: -10px;
	padding: 30px 0 100px;
	background-color: #2a2b2b;
}
div#FooterNav table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
}
div#FooterNav table tr td {
	display: block;
	width: auto;
	padding: 0 10px 10px;
	float: left;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
	color: #fff;
}
div#FooterNav table tr td .FSp01  { margin-top: 1.6em; }
div#FooterNav table tr td ul {
	width: auto;
	list-style: none;
}
div#FooterNav table tr td ul li a {
	font-weight: normal;
	color: #fff;
}

/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 100%;
	margin: 15px auto 0;
	text-align: center;
}
div#FooterAdd div * { display: inline-block; }
div#FooterAdd div h2,
div#FooterAdd div dl { display: block; }
div#FooterAdd div p + p { margin-left: 1em; }
div#FooterAdd dl a { color: #2a2b2b; }

/*------------address------------------------*/
div#Footer address {
	padding: 10px 0 10px;
	text-align: center;
}

/*------------mail------------------------------------*/
.about-mail{
	padding: 15px;
	background: #eaeaea;
	margin-top: 20px;
}
.about-mail>p {
	font-weight: bold;
}
.about-mail>a { color: #2a2b2b; }
.about-mail>a>span {
	color: #6e2775;
	font-weight: bold;
}

.sp{
	display: block;
}
.pc{
	display: none;
}

/*------------Cookie同意バナー------------------------------------*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(40, 40, 40, 0.9);
  color: #fff;
  padding: 20px;
  z-index: 200000;
  width: 100%;
}
.cookie-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px){
	.cookie-content {
		display: block;
	}
}

.cookie-content p {
  margin: 0;
  font-size: 14px;
	width: 57%;
}
@media screen and (max-width: 767px){
	.cookie-content p {
		width: 100%;
		font-size: 13px;
	}
}
.cookie-content a {
  /* color: #ffe600; */
	color: #fff;
  text-decoration: underline;
	transition: all 0.3s ease;
}
.cookie-content a:hover {
	opacity: 0.7;
}
.cookie-button {
  background: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 60px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px){
	.cookie-button {
		display: block;
		max-width: 180px;
		margin: 20px auto 0;
	}
}
.cookie-button:hover {
  opacity: 0.7;
}