@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #FFF;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}
img {
	max-width:100%;
}

/* ----------- ヘッダー ----------- */
header {
	position:fixed;
	width:100%;
	height:80px;
	background:#3f285b;
	z-index:2;
}
h1.title {
	float: left;
	position:relative;
	top:18px;
	left:2%;
    font-size: 26px;
    letter-spacing: 6px;
    color:#FFF;
    text-align: center;
    margin:0;
}
h1.title span {
	display: block;
    font-size: 8px;
    margin-top: 4px;
    letter-spacing: 2.5px;
    text-align: center;
    font-family: Times New Roman, serif;
}
h1.title a{
    color:#FFF;
    text-decoration:none;
}
h1.title a:link {
    color:#FFF;
    text-decoration:none;
}
h1.title a:visited {
    color:#FFF;
    text-decoration:none;
}
h1.title a:hover {
    color:#FFF;
    text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
nav {
	position:relative;
	top:30px;
	right:2%;
    float: right;
}
nav ul {
	text-align: right;
}
nav ul li {
	display: inline;
	list-style:none;
	padding-right:30px;
	word-break: keep-all;
}
nav ul li:last-child {
	padding-right: 0;
}
nav ul li a {
    text-decoration:none;
    color:#FFF;
}
nav ul li a:link {
    text-decoration:none;
    color:#FFF;
}
nav ul li a:visited {
    text-decoration:none;
    color:#FFF;
}
nav ul li a:hover {
	color:#FFF;
    text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}

/* ----------- main_v ----------- */
#main-v {
    width:100%;
    position:relative;
    z-index:1;
    margin-bottom:80px;
}
#main-v img {
    width:100%;
}
#main-v .main-title {
    position: absolute;
    top: 18%;
    left: 50%;
    -webkit-transform: translate(-50%, -18%);
    transform: translate(-50%, -18%);
    z-index: 3;
    text-align: center;
    color: #FFF;
    width: 90%;
}
#main-v .main-title h1 {
    font-size: 60px;
    text-shadow: 0 0 10px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    letter-spacing: 10px;
}
#main-v .main-title h1 span {
	display: block;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 25px;
    letter-spacing: 3.5px;
    text-align: center;
    font-family: Times New Roman, serif;
}
#main-v .main-title .lead {
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0,0,0,0.15);
    letter-spacing: 4px;
    line-height:160%;
    margin-bottom:0;
}

/* ----------- contents ----------- */
#contents-wrap {
    padding-top: 80px;
}
#contents {
	width:100%;
}
section:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#contents .flame {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 80px;
}
#contents .flame:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.btn-item {
	margin:0 auto;
	border:#333 1px solid;
	position:relative;
	background: #FFF;
	color:#333;
	text-align:center;
	width: 580px;
	height: 70px;
	line-height: 320%;
	font-size:22px;
	letter-spacing:2px;
}
.btn-item a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#000;
}
.btn-item a:link {
    color:#333;
    text-decoration:none;
}
.btn-item a:visited {
    color:#333;
    text-decoration:none;
}
.btn-item a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
    background: #efefef;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}

/* ----------- その他 ----------- */
p.normal {
    line-height:180%;
}
.text-s {
    font-size:13px;
	font-size:1.3rem;
}
.txt-bold {
    font-weight:bold;
}
.txt-g {
    color:#79b12b;
}
.txt-o {
    color:#ed6c00;
}
.align-center {
    text-align:center !important;
}
.align-right {
    text-align:right !important;
}
.bbnone {
    border-bottom:none !important;
}
.mb40 {
    margin-bottom:40px !important;
}
.mb30 {
    margin-bottom:30px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mbnone {
    margin-bottom: 0 !important;
}
.mtnone {
    margin-top: 0 !important;
}
.pbnone {
    padding-bottom: 0 !important;
}
.line-height0 {
    line-height:0 !important;
}
.display-inlineblock {
    display:inline-block !important;
}
a{
    color:#333;
    text-decoration:underline;
}
a:link {
    color:#333;
    text-decoration:underline;
}
a:visited {
    color:#333;
    text-decoration:underline;
}
a:hover {
    color:#333;
    text-decoration:underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
a.noline {
    color:#333;
    text-decoration:none;
}
a.noline:link {
    color:#333;
    text-decoration:none;
}
a.noline:visited {
    color:#333;
    text-decoration:none;
}
a.noline:hover {
    color:#333;
    text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
a[href^="tel:"] {
    pointer-events: none;
}
a[href^="fax:"] {
    pointer-events: none;
}

/* ----------- footer ----------- */
footer {
    width:100%;
    background:#333;
    padding:50px 0;
}
.copy {
    color:#FFF;
    font-size:12px;
    font-size:1.2rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

/* 1499以下　Laptop L */
@media screen and (max-width: 1499px)
{
/* ----------- main_v ----------- */
}

/* 1299以下　Laptop L */
@media screen and (max-width: 1299px)
{
	#contents .flame {
	    width: 960px;
	}
	#main-v {
	    margin-bottom:60px;
	}
}

/* 991px以下　タブレットサイズ */
@media (max-width: 991px)
{

	html {
		font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/
	}
	body {
		font-size: 1.6rem;
	}

	/* ----------- ヘッダー ----------- */
	header {
		position:fixed;
		height:60px;
		background:#3f285b;
		top:0;
		z-index:10;
	}
	h1.title {
	    top: 12px;
	    left: 2.5%;
	    font-size: 2.2rem;
	    letter-spacing: 6px;
	}
	h1.title span {
	    font-size: 0.8rem;
	    margin-top: 2px;
	    letter-spacing: 1.5px;
	}
	ul.right-item {
		float: right;
    	position: relative;
		top:10px;
		right:2%;
	}


	/* ----------- modal ----------- */
	button {
	    background-color: transparent;
	    border: none;
	    cursor: pointer;
	    outline: none;
	    padding: 0;
	    appearance: none;
	}
	#btn_open {
	    color: #FFF;
	    float: right;
	}
	#btn_open .icon-bar {
	    display: block;
	    height: 3px;
	    width: 37px;
	    margin: 2px 0px 6px 0px;
	    background-color: #FFF;
	}
	.menu {
	    position: relative;
		font-family: Times New Roman, serif;
		font-size:1.0rem;
		letter-spacing: 1.5px;
		top:-3px;
	}
	#modal {
	    display: none;
	    position: fixed;
	    z-index: 1;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    background-color:rgba(102,102,102,0.9);
	}
	#modal_content {
	    width:100%;
	    margin:0 auto;
	    position:relative;
	    animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
	}
	#modal_content ul.modal_navi {
	    clear: both;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		width:50%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#modal_content ul.modal_navi li {
	    padding: 12px 15px;
	    margin: 0;
	    width: 100%;
	    font-size: 1.6rem;
	    color: #333;
	    background: #FFF;
	    border-bottom: 2px dotted #CCC;
	}
	#modal_content ul.modal_navi li::before {
		margin: auto;
		content: "";
		position: relative;
		display: inline-block;
		float: right;
		vertical-align: middle;
		text-decoration: none;
		top: 5px;
		bottom: 0;
		width: 8px;
		height: 8px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#modal_content ul.modal_navi li:first-child {
	    border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	#modal_content ul.modal_navi li:last-child {
	    border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom:none;
	}
	#modal_content ul.modal_navi li a{
	    text-decoration:none;
	    color:#333;
	    display:block;
	}
	#modal_content ul.modal_navi li a:link {
	    text-decoration:none;
	    color:#333;
	}
	#modal_content ul.modal_navi li a:visited {
	    text-decoration:none;
	    color:#333;
	}
	#modal_content ul.modal_navi li a:hover {
		color:#333;
	    text-decoration:none;
	}
	.btn_close {
	    color: #FFF;
	    float: right;
	    font-size: 4.0rem;
	    font-weight: bold;
	    position: relative;
	    background:#333;
	    width:70px;
	    height:60px;
	    border: none;
	    margin-bottom: 13px;
	}
	.btn_close:hover,
	.btn_close:focus {
	    color: #DDD;
	    text-decoration: none;
	    cursor: pointer;
	}
	.close_icon {
	    position:relative;
	    top:-5px;
	}
	.close_txt {
		font-family: Times New Roman, serif;
	    color: #FFF;
		font-size: 1.0rem;
	    position: relative;
	    top: -17px;
	    font-weight: normal;
		letter-spacing:1px;
	}

	/* ----------- main_v ----------- */
	#main-v {
	    margin-bottom:40px;
	}
	#main-v .main-title h1 {
	    font-size: 4.8rem;
	    margin-bottom: 20px;
	    margin-top: 0;
	}
	#main-v .main-title h1 span {
	    display: block;
	    font-size: 1.2rem;
	    margin-top: 10px;
	    margin-bottom: 20px;
	    letter-spacing: 2.5px;
	}
	#main-v .main-title .lead {
	    font-size: 1.6rem;
	}

	/* ----------- contents ----------- */
	#contents-wrap {
		padding-top:60px;
	}
	#contents .flame {
		width:90%;
		padding:0 0 50px;
	}
	.btn-item {
	    width: 70%;
	    height: 70px;
	    line-height: 350%;
	    font-size: 2rem;
	}

	/* ----------- 下層ページ ----------- */

	/* ----------- その他 ----------- */
	h3.lead {
		font-size: 2.4rem;
	    margin-bottom: 30px;
	}
	h4.basic {
		font-size: 2.0rem;
	    letter-spacing: 2.5px;
	    margin-bottom: 30px;
	}
	a[href^="tel:"] {
	    pointer-events: visible;
	}
	.mb30 {
	    margin-bottom: 25px !important;
	}
	.mb20 {
	    margin-bottom: 15px !important;
	}

	/* ----------- footer ----------- */
	footer {
	    padding:30px 0;
	    position: relative;
	}



}


/* 767px以下　スマホサイズ */
@media (max-width: 767px)
{

	html {
		font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/
	}
	body {
		font-size: 1.6rem;
	}

	/* ----------- ヘッダー ----------- */
	h1.title {
	    left: 3.5%;
	}
	/* ----------- modal ----------- */
	button {
	    background-color: transparent;
	    border: none;
	    cursor: pointer;
	    outline: none;
	    padding: 0;
	    appearance: none;
	}
	#btn_open {
	    color: #FFF;
	    float: right;
	}
	#btn_open .icon-bar {
	    display: block;
	    height: 3px;
	    width: 37px;
	    margin: 2px 0px 6px 0px;
	    background-color: #FFF;
	}
	.menu {
	    position: relative;
		font-family: Times New Roman, serif;
		font-size:1.0rem;
		letter-spacing: 1.5px;
		top:-3px;
	}
	#modal {
	    display: none;
	    position: fixed;
	    z-index: 1;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    background-color:rgba(102,102,102,0.9);
	}
	#modal_content {
	    width:100%;
	    margin:0 auto;
	    position:relative;
	    animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
	}
	#modal_content ul.modal_navi {
	    clear: both;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		width:90%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#modal_content ul.modal_navi li {
	    padding: 12px 15px;
	    margin: 0;
	    width: 100%;
	    font-size: 1.6rem;
	    color: #333;
	    background: #FFF;
	    border-bottom: 2px dotted #CCC;
	}
	#modal_content ul.modal_navi li::before {
		margin: auto;
		content: "";
		position: relative;
		display: inline-block;
		float: right;
		vertical-align: middle;
		text-decoration: none;
		top: 5px;
		bottom: 0;
		width: 8px;
		height: 8px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#modal_content ul.modal_navi li:first-child {
	    border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	#modal_content ul.modal_navi li:last-child {
	    border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom:none;
	}
	#modal_content ul.modal_navi li a{
	    text-decoration:none;
	    color:#333;
	    display:block;
	}
	#modal_content ul.modal_navi li a:link {
	    text-decoration:none;
	    color:#333;
	}
	#modal_content ul.modal_navi li a:visited {
	    text-decoration:none;
	    color:#333;
	}
	#modal_content ul.modal_navi li a:hover {
		color:#333;
	    text-decoration:none;
	}
	.btn_close {
	    color: #FFF;
	    float: right;
	    font-size: 4.0rem;
	    font-weight: bold;
	    position: relative;
	    background:#333;
	    width:70px;
	    height:60px;
	    border: none;
	    margin-bottom: 13px;
	}
	.btn_close:hover,
	.btn_close:focus {
	    color: #DDD;
	    text-decoration: none;
	    cursor: pointer;
	}
	.close_icon {
	    position:relative;
	    top:-5px;
	}
	.close_txt {
		font-family: Times New Roman, serif;
	    color: #FFF;
		font-size: 1.0rem;
	    position: relative;
	    top: -17px;
	    font-weight: normal;
		letter-spacing:1px;
	}

	/* ----------- main_v ----------- */
	#main-v .main-title h1 {
	    font-size: 3.6rem;
	    margin-bottom: 15px;
	    margin-top: 0;
	    letter-spacing:6px;
	}
	#main-v .main-title h1 span {
	    margin-top: 7px;
	    margin-bottom: 15px;
	}
	#main-v .main-title .lead {
	    text-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

	/* ----------- contents ----------- */
	.btn-item {
	    width: 100%;
	    height: 65px;
	    line-height: 400%;
	    font-size: 1.6rem;
	    letter-spacing: 1px;
	}

	/* ----------- 下層ページ ----------- */

	/* ----------- その他 ----------- */
	h3.lead {
		font-size: 2.2rem;
	    margin-bottom: 20px;
	    letter-spacing: 1.5px;
	}
	h4.basic {
	    margin-bottom: 20px;
	    letter-spacing: 1.5px;
	}
	.mb30 {
	    margin-bottom: 20px !important;
	}
	.mb40 {
	    margin-bottom: 30px !important;
	}
	.btn-r {
	    float:none !important;
	}

	/* ----------- footer ----------- */
	.copy {
	    font-size: 1.0rem;
	}
}

@media screen and (max-width: 425px) {
}

@media screen and (max-width: 320px) {
.btn-item {
    line-height: 450%;
    font-size: 1.4rem;
    letter-spacing: 0px;
}
}