@charset "utf-8";
/*
****************************************
----------------------------------------
------- common
----------------------------------------
****************************************
*/

html {
	font-size: 50%;
}
.inner {
	padding: 0 15px;
}

section {
	padding: 25px 0 30px;
}

#wrapper {
	margin-top: 52px;
}

.sp_none {
	display: none;
}


/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
listdot
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/

.dot li {
position: relative;
padding-left: 1em;
}

.dot li+li {
	margin-top: 0.3em;
}

.dot li:before {
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
button
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
.button {
	position: relative;
	text-align: center;
}

.button a{
	display: block;
	padding: 10px 12px 10px 10px;
}
/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
arrow
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
.arrow a {
	display: block;
	position: relative;
}

.arrow a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
d_arrow
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
.d_arrow a {
	position: relative;
	display: block;
	padding: 10px 12px 10px 10px;
}

.d_arrow a:before,
.d_arrow a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.d_arrow a:before {
	left: 0;
}

.d_arrow a:after {
	left: 6px;
}
/*
****************************************
----------------------------------------
------- title
----------------------------------------
****************************************
*/
/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
h2
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/

.h2box {
	text-align: center;
	margin-bottom: 30px;
}

h2 {
	position: relative;
	display: inline-block;
	font-size: 4rem;
	letter-spacing: 4px;
	padding-bottom: 5px;
	padding: 0 0.2em 5px;
}

h2:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background: -webkit-repeating-linear-gradient(-45deg,#318cc4,#318cc4 10%,#fff 10%,#fff 30%,#318cc4 30%,#318cc4 70%,#fff 70%,#fff 90%,#318cc4 90%,#318cc4 100%);
	background: repeating-linear-gradient(-45deg,#318cc4,#318cc4 10%,#fff 10%,#fff 30%,#318cc4 30%,#318cc4 70%,#fff 70%,#fff 90%,#318cc4 90%,#318cc4 100%);
	background-size: 6px 4px;
}

/*
****************************************
----------------------------------------
-------header
----------------------------------------
****************************************
*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-moz-box-shadow:0px 2px 10px 0px rgba(160, 160, 160, 0.5);
	-webkit-box-shadow:0px 2px 10px 0px rgba(160, 160, 160, 0.5);
	box-shadow:0px 2px 10px 0px rgba(160, 160, 160, 0.5);
	z-index: 1000;
}

header h1 {
	position: relative;
	padding: 10px;
	z-index: 11;
	height: 52px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 50%;
}

header nav li {
	padding: 0 14px;
}

header nav a {
	padding: 20px 0;
}

header nav .arrow a:before {
	right: 3px;
}

/*++++++++++++++++++++++++++++++++++++++
ハンバーガーメニュー
++++++++++++++++++++++++++++++++++++++++
*/

#menu {
	display: none;
}

nav .slicknav_nav li:first-of-type {
	border-top: 1px solid #318cc4;
}

nav .slicknav_menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}

nav .slicknav_btn {
	margin: 0;
	padding: 18px 15px;
	background-image: none;
}

nav .slicknav_menu .slicknav_icon,
nav .slicknav_menu .slicknav_icon:before {
	width: 18px;
	height: inherit;
}

nav .slicknav_menu .slicknav_icon-bar {
	width: 18px;
}

nav .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: 5px;
}

nav .slicknav_nav a,
nav .slicknav_nav .slicknav_row {
	margin: 0;
	padding: 12px 10px;
}

nav .slicknav_nav li:last-of-type a {
	background-image: none;
}

nav .slicknav_nav .slicknav_arrow {
	display: none;
}

nav .slicknav_nav ul {
	margin: 0 15px;
}

nav .slicknav_item p {
	position: relative;
	display: inline-block;
	padding-right: 18px;
}

nav .slicknav_item p:before {
	content: '';
	position: absolute;
	top: 9px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
}


/*
****************************************
----------------------------------------
------- gmap
----------------------------------------
****************************************
*/

.gmap {
	width: 100%;
}

.gmap iframe {
	width: 100%;
	height: 400px;
}

.g_box {
	background: #fff;
	padding: 10px;
	border-radius: 2px;
	margin: 5px;
}
/*

/*
****************************************
----------------------------------------
-------mv_wrap
----------------------------------------
****************************************
*/

#mv_wrap .p_img {
	position: absolute;
	max-width: 270px;
	width: 22.5%;
	top: 0;
	left: 0;
}
#mv_wrap .l_img {
	position: absolute;
	max-width: 30px;
	width: 2.5%;
	top: 0;
	right: 0;
}

/*
****************************************
----------------------------------------
-------corporate
----------------------------------------
****************************************
*/

#corporate th {
	vertical-align: middle;
	padding: 10px 5px;
}

#corporate td {
	vertical-align: middle;
	padding: 10px 14px;
}

#corporate th {
	width: 30%;
	text-align: center;
}


/*
****************************************
----------------------------------------
------- access
----------------------------------------
****************************************
*/

#access {
	padding-bottom: 0;
}

#access table,#access tbody,
#access tr,#access th,
#access td {
	display: block;
}

#access table {
	max-width: 500px;
	margin: 0 auto 30px;
}

#access td {
	text-align: center;
	font-size: 1.4rem;
}

#access th {
	text-align: center;
}

#access tr+tr {
	margin-top: 20px;
}

#access th span {
 	position: relative;
	display: inline-block;
 	margin: 0 0 1.5em 0;
	padding: 17px 5px;
 	width: 50px;
 	height: 50px;
 	vertical-align: middle;
 	text-align: center;
 	color: #fff;
	background: #ea6285;
 	border-radius: 50%;
}

#access th span:before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #ea6285;
 	z-index: 0;
}

#access ul {
	text-align: center;
}

#access li {
	display: inline-block;
	font-size: 1.4rem;
}

#map-canvas01,
#map-canvas01 iframe {
	height: 350px;
}


/*
****************************************
----------------------------------------
------- top_button
----------------------------------------
****************************************
*/

#top_button {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 36px;
	z-index: 1000;
}

#top_button a {
	display: block;
	width: 60px;
	height: 36px;
	padding-top: 16px;
	text-align: center;
	font-size: 10px;
	font-size: 1rem;
}

#top_button a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}


/*
****************************************
----------------------------------------
-------footer
----------------------------------------
****************************************
*/

footer {
	position: relative;
	z-index: 10;
}

footer .f_bottom {
	padding: 10px 0;
}
