@import url(https://fonts.googleapis.com/css?family=Hind);

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a {
	text-decoration: underline;
	color: #3600d9;
	outline: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 1.6em;
}

hr {
	border: none;
	border-bottom: 1px solid #cccccc;
}

select.append_arrow {
	-webkit-appearance: none;
	background: white url("../new-misc/icon_select.png") 97% center no-repeat;
	padding-right: 16px;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.ta {
	text-align: left !important;
}

.text-big {
	font-size: 18px;
}

.text-medium {
	font-size: 15px;
}

.text-semi-medium {
	font-size: 13px;
}

.text-default {
	color: #666666;
}

.bg-default {
	background-color: #666666;
	color: #FFF;
}

.text-primary {
	color: #422100;
}

.bg-primary {
	background-color: #422100;
	color: #FFF;
}

.text-secondary {
	color: #cccccc;
}

.bg-secondary {
	background-color: #cccccc;
	color: #FFF;
}

.text-info {
	color: #cccccc;
}

.bg-info {
	background-color: #cccccc;
	color: #FFF;
}

.text-error {
	color: #8c0000;
}

.bg-error {
	background-color: #8c0000;
	color: #FFF;
}

.hide-all {
	display: none;
}

strong,
.bold {
	font-weight: 700;
}

.col-main {
	width: 61.93237%;
	margin-right: 3.38164%;
}

.radius {
	border-radius: 12px;
}

.circle {
	border-radius: 100%;
}

.shadow {
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

img {
	max-width: 100%;
	height: auto;
}

.flex-gmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.flex-gmap iframe,
.flex-gmap object,
.flex-gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

img[src*="acclog"] {
	display: none !important;
}

.clear {
	overflow: hidden;
	*zoom: 1;
}

.photo-rotate {
	-ms-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
	padding: 8px;
	background-color: #FFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.sns {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
}
.sns img {
	margin-right: 10px;
}

header#header a {
	color: #000;
	text-decoration: none;
}

header#header a:hover {
	text-decoration: underline;
}

header#header h1,
header#header p {
	margin-bottom: 0;
}

header#header h1 img,
header#header p img {
	vertical-align: bottom;
}

#banners {
	overflow: hidden;
	*zoom: 1;
}
#banners.wrapper {
	clear: both;
}
#totop a {
	display: block;
	text-align: center;
	color: #444;
	text-decoration: none;
	padding: 8px;
	font-size: 18px;
	font-family: "Hind", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	background-color: #EEE;
}

#totop a:before {
	content: "↑";
	display: block;
}

#totop2 {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	z-index: 10000;
}

#totop2 i {
	color: #FFF;
	background-color: #422100;
	font-size: 40px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	border: 2px solid #FFF;
}

#totop2 i:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -13px;
	margin-top: -22px;
}

#footer {
	margin-bottom: 20px;
}

#footer .footer_nav a {
	color: #422100;
	text-decoration: none;
}

#footer .footer_nav a:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	padding: 8px 0;
}

#copyright img {
	margin-bottom: 0.5em;
}

#copyright p {
	margin-bottom: 0;
}

button {
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
}

.heading_next {
	text-align: center;
}

.heading_next h1 {
	color: #392C1F;
	font-weight: 700;
}

.heading_next p {
	color: #8B7D67;
}

.main_content {
	background-color: #ECE6DA;
}

.note {
	background-color: #FFFFFF;
	padding: 12px;
	margin-bottom: 25px;
}

.note h5 {
	font-weight: 700;
}

.note p {
	margin-bottom: 0;
}

.required {
	color: #D80000;
}

.bg-full {
	text-align: center;
	background: center center no-repeat;
	background-size: cover;
}

.bg-full img {
	vertical-align: bottom;
}

.bg-full p {
	margin-bottom: 0;
}

.bg-wave {
	background-repeat: repeat-x,no-repeat;
	background-size: auto,cover;
	background-position: center top,center center;
	margin-bottom: 1em;
}

.bg-wave p {
	margin-bottom: 0;
}

.form_footer {
	margin-bottom: 2em;
}

#contact_info .wrapper,
#contact_info #footer {
	background: url("../new-misc/line_01.png") left top repeat-x, url("../new-misc/line_01.png") left bottom repeat-x;
}

.gradient-1 {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.slider{
	// display: none;
}

.slider img{
	vertical-align: bottom;
}

@media print, screen and (min-width: 741px) {

#toggle_ext{
	cursor: pointer;
}

body {
	font-size: 14px;
}

a img:hover,
.box:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	cursor: pointer;
}

.switch img:first-child {
	display: none;
}

.text-big {
	font-size: 30px;
}

.text-medium {
	font-size: 25px;
}

.text-semi-medium {
	font-size: 16px;
}

.hide-pc {
	display: none;
}

.fr {
	float: right !important;
	margin: 0 0 25px 25px;
}

.fl {
	float: left !important;
	margin: 0 25px 25px 0;
}

.wrapper,
#footer {
	width: 1035px;
	margin: auto;
	margin-bottom: 35px;
}

header#header #toggle_global-sp {
	display: none;
}

header#header {
	width: 1035px;
	margin: auto;
	height: 105px;
	position: relative;
	z-index: 1000;
}

header#header h1,
header#header p {
	position: absolute;
	text-align: center;
	width: 1035px;
	height: 1px;
}

header#header h1 a:hover,
header#header p a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

header#header h1 img,
header#header p img {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

header#header nav#nav_global {
	padding-top: 65px;
}

header#header nav#nav_global ul.nav_left {
	float: left;
}

header#header nav#nav_global ul.nav_left li {
	margin-right: 3.5em;
}

header#header nav#nav_global ul.nav_right {
	float: right;
	width: 354px;
}

header#header nav#nav_global ul.nav_right li {
	margin-left: 60px;
}

header#header nav#nav_global li {
	float: left;
}

header#header nav#nav_global .nav_extra{
	position: absolute;
	right:0;
	bottom:-7.5em;
	display: none;
	border-top: 1px solid #000;
}

header#header nav#nav_global .nav_extra li{
	float: none;
	text-align: right;
	width: 250px;
}

header#header nav#nav_global .nav_extra li a{
	display: block;
	padding: 7px;
	background-color: #FFF;
	border-bottom: 1px solid #000;
}

#banners ul li {
	float: left;
}

#banners ul li.bnr_half {
	width: 49%;
	margin-left: 2%;
	margin-bottom: 15px;
}

#banners ul li.bnr_half:first-child {
	margin-left: 0;
}

#totop {
	margin-bottom: 35px;
}

#totop a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

#footer .footer_nav ul {
	text-align: center;
}

#footer .footer_nav ul li {
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #422100;
	margin-right: 1em;
	padding-right: 1em;
}

#footer .footer_nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.heading_next {
	border-top: 1px dashed #000;
	width: 1035px;
	margin: auto;
	padding-top: 75px;
	padding-bottom: 30px;
}

.heading_next h1 {
	font-size: 19px;
}

.main_content {
	padding: 45px 0;
	margin-bottom: 45px;
}

.bg-full {
	padding: 50px 0;
}

.bg-wave {
	padding: 50px 0;
}

.form_footer ul {
	text-align: center;
}

.form_footer ul li {
	display: inline-block;
}

#contact_info {
	margin-bottom: 45px;
}

#contact_info .wrapper,
#contact_info #footer {
	width: 907px;
	margin: auto;
	padding: 35px 0;
	box-sizing: border-box;
}

#contact_info .wrapper dl,
#contact_info #footer dl {
	display: table;
}

#contact_info .wrapper dl dt,
#contact_info #footer dl dt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}

#contact_info .wrapper dl dd,
#contact_info #footer dl dd {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.gradient-1 {
	width: 1035px;
	margin: auto;
	padding: 30px 0;
}

.table {
	display: table;
}

.table .table-cell {
	vertical-align: top;
	display: table-cell;
}

}

@media only screen and (max-width: 740px) {
#toggle_ext{
	display: none;
}

.switch img:nth-child(2) {
	display: none;
}

.tac-sp {
	text-align: center;
}

.tar-sp {
	text-align: right;
}

.ta-sp {
	text-align: left !important;
}

.image-center-sp {
	display: block;
	margin: auto;
	margin-bottom: 1em;
}

img.image-small-sp {
	width: 45%;
}

img.image-medium-sp {
	width: 65%;
}

img.image-large-sp {
	width: 85%;
}

.hide-sp {
	display: none;
}

.fr-sp {
	float: right;
	margin: 0 0 3% 3%;
}

.fl-sp {
	float: left;
	margin: 0 3% 3% 0;
}

.anchor {
	padding-top: 67px !important;
	margin-top: -67px !important;
}

.wrapper-sp {
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 2.5em;
}

.sns {
	right: 5px;
	top: 15px;
	text-align: right;
}
.sns img {
	max-width: 35%;
}
.sns a:last-child img {
	margin-right: 0;
}

header#header #toggle_global-sp {
	width: 44px;
	height: 44px;
	position: fixed;
	z-index: 10000;
	top: 10px;
	left: 10px;
}

header#header #toggle_global-sp.nav_open {
	background: url("../new-misc/nav_open.png") no-repeat;
	background-size: cover;
}

header#header #toggle_global-sp.nav_close {
	background: url("../new-misc/nav_close.png") no-repeat;
	background-size: cover;
}

header#header h1,
header#header p {
	width: 270px;
	margin-left: 60px;
	padding: 11px 0;
}

header#header nav#nav_global {
	position: fixed;
	top: 62px;
	left: 0;
	width: 100%;
	z-index: 10000;
}

header#header nav#nav_global li a {
	text-align: center;
	display: block;
	background-color: rgba(72, 57, 44, 0.9);
	padding: 14px 0;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#banners {
	margin: 0 3%;
	margin-bottom: 12px;
}

#banners ul li{
	margin-bottom: 5px;
}

#totop a {
	font-size: 14px;
}

#footer .footer_nav ul li a {
	border-bottom: 1px solid #422100;
	display: block;
	padding: 12px;
}

#footer .footer_nav ul li a:before {
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	right: 3%;
	color: #422100;
}

#copyright p {
	font-size: 10px;
}

button img {
	width: 100%;
}

.heading_next{
	border-top: 1px dashed #000;
	padding-top: 1.5em;
}

.heading_next h1 {
	font-size: 16px;
}

.main_content {
	padding: 20px 0;
	margin-bottom: 20px;
}

.bg-full {
	padding: 30px 0;
}

.bg-wave {
	padding: 30px 0;
}

.form_footer ul {
	overflow: hidden;
	*zoom: 1;
	text-align: center;
}

.form_footer ul li {
	overflow: hidden;
	display: inline-block;
	*zoom: 1;
	/*width: 50%;*/
	/*float: left;*/
	margin-left: 0;
	margin-bottom: 0;
}

/*.form_footer ul li:first-child {
	margin-left: 0;
}

.form_footer ul li:nth-of-type(2n+1) {
	margin-left: 0;
	clear: both;
}
*/
#contact_info .wrapper,
#contact_info #footer {
	padding: 17px 3%;
	margin: 0 3%;
	margin-bottom: 2em;
}

#contact_info .wrapper dl dt,
#contact_info #footer dl dt {
	margin-bottom: 0.5em;
}

#contact_info .tel{
	width: 80%;
}

.gradient-1 {
	padding: 15px 0;
}

}

.bm_bunner{
	margin-left:30px;
}