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

/*---------------------------------
COMMON
---------------------------------*/
html{
	font-size: 62.5%;
}
body{
	font-family: 'Noto Serif JP', "hiragino kaku gothic pro", "ヒラギノ角ゴ pro w3", yugothic, "yu gothic", 游ゴシック, 游ゴシック体, sans-serif;
	font-size: 1.6rem;
	color: #000;
	background-image: url(../img/container_bg.png);
	background-size: cover;
	overflow-x: hidden;
	line-height: 1.6;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	flex-shrink: 0;
}
.section_wrapper{
	max-width: 992px;
	margin: 0 auto;
}
/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	.section_wrapper {
		margin: 0 48px;
	}
}

/*-------------タブレット700px以下-------------*/

@media screen and (max-width: 700px){
	.section_wrapper {
		margin: 0 32px;
	}
}

/*-------------スマホ-------------*/
@media screen and (max-width: 500px){
	body{
		font-size: 1.4rem;
	}
	.section_wrapper {
		margin: 0 20px;
	}
}

/*---------------------------------
HEADER
---------------------------------*/
header .header_bg ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 56px;
}
header .header_bg ul h1 {
	font-size: 3.6vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 16px;
	margin-top: -24px;
}
header .header_bg ul li {
	list-style: none;
	padding-top: 40px;
}
header .header_bg li a{
	text-align: center;
	text-decoration: none;
	color: inherit;
	font-size: 1.5vw;
}

header .header_bg {
	display: block;
}

header .header_sp {
	display: none;
}

/*-------------タブレット1600px以下-------------*/
@media screen and (max-width: 1600px){
	header .header_bg ul li h1 {
		padding-bottom: 8px;
	}
	
}

/*-------------タブレット1300px以下-------------*/
@media screen and (max-width: 1300px){
	header .header_bg ul li {
		padding-bottom: 4px;
	}
	
	header .header_bg ul li h1 {
		padding-bottom: 4px;
	}
	
}

/*-------------タブレット1150px以下-------------*/
@media screen and (max-width: 1150px){
	header .header_bg li {
		padding-bottom: 4px;
	}
	
}
		

/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	header .header_bg ul {
		margin: 0 32px;
	}
	
	header .header_bg ul li {
		display: none;
	}
	
	header .header_sp {
		display: block;
	}
	
	header .header_sp h1 {
		font-size: 3.2rem;
		padding: 10px 0 10px 24px;
		letter-spacing: 3.0px;
	}
	
	header .header_sp #drawer_toggle {
		z-index: 700;
		box-sizing: border-box;
		position: fixed;
		top: 12px;
		right: 8px;
		display: inline-block;
		width: 50px;
		height: 50px;
	}
	
	header .header_sp #drawer_toggle span {
		position: absolute;
		top: 14px;
		right: 9px;
		display: inline-block;
		width: 32px;
		height: 3px;
		background-color: rgb(0, 0, 0,1.0);
		vertical-align: top;
		border-radius: 10px;
	}
	
	header .header_sp #drawer_toggle span:nth-child(2) {
		margin-top: 11px;
	}
	header .header_sp #drawer_toggle span:last-child {
		margin-top: 22px;
	}
	header .header_sp #drawer_toggle.open span {
		top: 37px;
		right: 13px;
		width: 40px;
		margin: 0;
		position: fixed;
	}
	header .header_sp #drawer_toggle.open span:first-child {
		transform: rotate(45deg);
	}
	header .header_sp #drawer_toggle.open span:nth-child(2) {
		display: none;
	}
	header .header_sp #drawer_toggle.open span:last-child {
		transform: rotate(-45deg);
	}
	
	header .header_sp nav {
		box-sizing: border-box;
		position: fixed;
		top: 0px;
		display: none;
		width: 100%;
		height: 554px;
		background-color: #fff;
		opacity: 0.95;
		z-index: 600;
	}
	
	header .header_sp nav h1 {
		border-bottom: 0.7px #000 solid;
	}
	
	header .header_sp nav h1 a {
		text-decoration: none;
		color: #000;
	}
	
	header .header_sp nav ul {
		position: absolute;
		padding: 24px 0px 24px;
		width: 100%;
		list-style: none;
	}
	
	header .header_sp nav ul li a {
		display: block;
		color: #000;
		font-size: 2.0rem;
		text-decoration: none;
		padding-left: 26px;
	}
	
	header .header_sp nav ul li a:hover {
		
	}
	
	header .header_sp nav ul li {
		margin-bottom: 24px;
		padding-bottom: 24px;
		border-bottom: 0.5px #000 solid;
	}
	
	header .header_sp nav ul li a span{
		font-size: 1.0rem;
		padding-left: 8px;
	}
}
/*-------------スマホ-------------*/
@media screen and (max-width: 500px){
	
	header .header_bg {
		display: none;
	}

	header ul h1 {
		font-size: 2.0rem;
	}
	
	header .header_sp {
		display: block;
	}
	
	header .header_sp h1 {
		font-size: 2.0rem;
		padding: 5px 0 5px 21px;
		letter-spacing: 2.0px;
	}
	
	header .header_sp #drawer_toggle {
		z-index: 700;
		box-sizing: border-box;
		position: fixed;
		top: 0px;
		right: 4px;
		display: inline-block;
		width: 40px;
		height: 40px;
	
	}
	header .header_sp #drawer_toggle span {
		position: absolute;
		top: 12px;
		right: 7px;
		display: inline-block;
		width: 26px;
		height: 2px;
		border-radius: 10px;
		background-color: #000;
		vertical-align: top;
	}
	header .header_sp #drawer_toggle span:nth-child(2) {
		margin-top: 8.5px;
	}
	header .header_sp #drawer_toggle span:last-child {
		margin-top: 17px;
	}
	
	header .header_sp #drawer_toggle.open span {
		top: 20px;
		right: 8.5px;
		width: 32px;
		margin: 0;
		position: fixed;
	}
	header .header_sp #drawer_toggle.open span:first-child {
		transform: rotate(45deg);
	}
	header .header_sp #drawer_toggle.open span:nth-child(2) {
		display: none;
	}
	header .header_sp #drawer_toggle.open span:last-child {
		transform: rotate(-45deg);
	}
	
	header .header_sp nav {
		box-sizing: border-box;
		position: fixed;
		top: 0px;
		display: none;
		width: 100%;
		height: 434px;
		background-color: #fff;
		opacity: 0.95;
		z-index: 600;
	}
	
	header .header_sp nav h1 {
		border-bottom: 0.5px #000 solid;
	}
	
	header .header_sp nav h1 a {
		text-decoration: none;
	}
	
	header .header_sp nav ul {
		position: absolute;
		padding: 20px 0px 20px;
		width: 100%;
		list-style: none;
	}
	
	header .header_sp nav ul li a {
		display: block;
		color: #000;
		font-size: 1.6rem;
		text-decoration: none;
		padding-left: 20px;
	}
	
	header .header_sp nav ul li {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 0.5px #000 solid;
	}
	
	header .header_sp nav ul li a span{
		font-size: 1.0rem;
		padding-left: 8px;
	}
	
	@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
	 	header .header_sp nav  {
			height: 442px;
		} 
	}
	
	_:lang(x)::-internal-media-controls-overlay-cast-button, header .header_sp nav {
		height: 438px;
	}
	
	_:lang(x)+_:-webkit-full-screen-document, header .header_sp nav  {
	 	height: 434px;
	}
	
	@-moz-document url-prefix() { 
		header .header_sp nav  {
			height: 438px;
		}
	}
	
}
/*-----------------------------------
MAIN VISUAL
------------------------------------*/
#mv{
	background-image: url("../img/header_bg_02.png");
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
	margin: 0 56px 80px;
}
#mv h2 img{
	margin: 0 auto;
	width: 68%;
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*-------------タブレット-------------*/
@media screen and (max-width: 1300px){
	#mv{
		background-image: url(../img/header_bg_02.png);
		height: 85vh;
	}
}
		
/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	#mv{
		background-image: url(../img/header_bg_02.png);
		height: 75vh;
		margin: 0 0 56px;
	}
	#mv h2 img{
		width: 73%;
	}
	
}

/*-------------タブレット700px以下-------------*/
@media screen and (max-width: 700px){
	#mv{
		background-image: url(../img/header_bg_02.png);
		height: 50vh;
		margin: 0 0px 56px;
	}
	
	#mv h2 img{
		width: 63%;
	}
}
/*-------------スマホ-------------*/
@media screen and (max-width: 500px){
	#mv{
		background-image: url(../img/header_sp04.png);
		height: 40vh;
		margin: 0 0px 40px;
	}
	#mv h1{
		width: 44%;
	}
	
	#mv h2 img{
		width: 88%;
	}
}

/*-----------------------------------
OPEN
------------------------------------*/
#open .open_wrapper{
	background-color: #fff;
	padding: 0 64px;
}

#open .section_wrapper{
	position: relative;
}

#open h3{
	font-weight: bold;
	font-size: 2.4rem;
	position: absolute;
	top: -18px;
	left: 60px;
}
	
#open .open_wrapper .open_txt{
	font-size: 2.0rem;
	padding-top: 40px;
}

#open .open_wrapper .open_txt .open_txt_bg {
	display: block;
}

#open .open_wrapper .open_telephone{
	font-size: 2.0rem;
	padding: 20px 0 32px 0;
}

#open .open_wrapper .open_telephone span {
	font-weight: bold;
}
	
/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	#open .open_wrapper {
		padding: 0 48px;
	}
	
	#open h3 {
		font-size: 2.2rem;
		top: -18px;
		left: 44px;
	}
	
	#open .open_wrapper .open_txt{
		font-size: 1.8rem;
	}
	
	#open .open_wrapper .open_txt .open_txt_bg {
		display: none;
	}
	
	#open .open_wrapper .open_telephone {
		padding-bottom: 32px;
		font-size: 1.8rem;
	}
}

/*-------------タブレット700px以下-------------*/
@media screen and (max-width: 700px){
	#open .open_wrapper {
		padding: 0 32px;
	}
	
	#open h3 {
		font-size: 2.0rem;
		top: -16px;
		left: 29px;
	}
	
	#open .open_wrapper .open_txt{
		font-size: 1.6rem;
		padding-top: 32px;
	}
	
	#open .open_wrapper .open_telephone {
		font-size: 1.6rem;
	}
}

/*-------------スマホ-------------*/
@media screen and (max-width: 500px){
	#open .open_wrapper {
		padding: 0 20px;
	}
	
	#open h3 {
		font-size: 1.6rem;
		top: -12px;
		left: 18px;
	}
	
	#open .open_wrapper .open_txt{
		font-size: 1.4rem;
		padding-top: 30px;
	}
	
	#open .open_wrapper .open_txt .open_txt_bg {
		display: none;
	}
	
	#open .open_wrapper .open_telephone {
		padding-bottom: 20px;
	}
	
	#open .open_wrapper .open_telephone{
		font-size: 1.4rem;
		padding: 20px 0;
	}
	
	#open .open_wrapper .open_telephone span a {
		text-decoration: none;
		color: #000;
	}
}
/*-----------------------------------
CONTENTS
------------------------------------*/
#contents h4 {
	font-size: 3.2rem;
	text-align: center;
	margin: 80px 0 32px;
}

#contents .head-border {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

#contents .head-border:before,
#contents .head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 42px;
    height: 1px;
    background-color: #666;
}
 
#contents .head-border:before {
    left: 0;
}
 
#contents .head-border:after {
    right: 0;
}

#contents .contents_tytle {
	text-align: center;
}

#contents .contents_topic {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#contents .contents_txt {
	font-size: 2.0rem;
}

#contents .contents_list li{
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

#contents .contents_list li .contents_box {
	background-color: #fff;
	padding: 32px 64px;
	width: 100%;
}

#contents .contents_list li .contents_box:nth-child(even) {
	margin-right: inherit;
}

#contents .contents_list li:nth-child(even){
	flex-direction: row-reverse;
}

#contents .contents_list li .contents_triangle {
	margin-left: 32px;
	width: 40px;
	height: 57px;
}

#contents .contents_list li .reverse_triangle {
	transform: scale(-1, 1);
	margin-right: 32px;
	width: 40px;
	height: 57px;
} 

/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	#contents h4 {
		font-size: 2.8rem;
		margin: 56px 0 32px;
	}
	
	#contents .contents_topic {
		font-size: 2.2rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	#contents .contents_txt {
		font-size: 1.8rem;
	}
	
	#contents .contents_list {
		margin-bottom: 32px;
	}
	
	#contents .contents_list li {
		margin-bottom: 32px;
	}
	
	#contents .contents_list li .contents_triangle {
		margin-left: 7px;
		width: 35px;
		height: 47px;
	}

	#contents .contents_list li .reverse_triangle {
		margin-right: 7px;
		width: 35px;
		height: 47px;
	} 
	
	#contents .contents_list li .contents_box {
		padding: 32px 48px;
	}
	
	#contents .head-border:before,
	#contents .head-border:after {
		width: 32px;
	}
	
	#contents .head-border {
		padding: 0 48px;
	}
	
}

/*-------------タブレット700px以下-------------*/
@media screen and (max-width: 700px){
	#contents .contents_list li .contents_box {
		padding: 32px;
	}
	
	#contents h4 {
		font-size: 2.6rem;
		margin: 56px 0 32px;
	}
	
	#contents .contents_topic {
		font-size: 2.0rem;
	}
	
	#contents .contents_txt {
		font-size: 1.6rem;
	}
	
	#contents .contents_list li .contents_triangle {
		margin-left: 7px;
		width: 31px;
		height: 41px;
	}

	#contents .contents_list li .reverse_triangle {
		margin-right: 7px;
		width: 31px;
		height: 41px;
	} 
	
}

/*-------------スマホ-------------*/
@media screen and (max-width: 500px){
	
	#contents h4 {
		font-size: 2.2rem;
		margin: 56px 0 20px;
	}
	
	#contents .head-border:before,
	#contents .head-border:after {
		width: 24px;
	}
	
	#contents .head-border {
		padding: 0 32px;
	}
	
	#contents .contents_topic {
		font-size: 1.6rem;
	}
	
	#contents h3 img {
		width: 133px;
	}
	
	#contents .contents_txt {
		font-size: 1.3rem;
	}
	
	#contents .contents_list li .contents_box {
		padding: 20px;
	}
	
	#contents .contents_list li .contents_triangle {
		margin-left: 3px;
		width: 20px;
		height: 27px;
	}

	#contents .contents_list li .reverse_triangle {
		margin-right: 3px;
		width: 20px;
		height: 27px;
	} 
}

/*-----------------------------------
SCHEDULE
------------------------------------*/
#schedule ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

#schedule ul li {
	list-style: none;
	position: relative;
	margin-top: 60px;
}

#schedule ul li .schedule_tytle {
	font-size: 2.8rem;
	position: absolute;
	top: -23px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#schedule ul li .schedule_price {
	font-size: 2.8rem;
	position: absolute;
	top: -23px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#schedule ul li .schedule_txt {
	background-color: #fff;
	text-align: center;
	font-size: 2.4rem;
	width: 472px;
	padding: 32px 0;
}

#schedule .schedule_deteil {
	margin: -24px 0 80px 40px;
}

#schedule .schedule_deteil .schedule_txt_bg {
	display: block;
}

#schedule .schedule_deteil .schedule_txt_sp {
	display: none;
}

/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	
	#schedule ul li {
		margin-top: 32px;
		width: 90%;
	}
	
	#schedule ul li:nth-child(1) {
		margin-right: 16px;
	}
	
	#schedule ul li:nth-child(2) {
		margin-left: 16px;
	}
	
	#schedule ul li .schedule_tytle {
		font-size: 2.2rem;
		top: -18px;
		width: 100%;
		text-align: center;
	}
	
	#schedule ul li .schedule_price {
		font-size: 2.2rem;
		top: -18px;
	}
	
	#schedule ul li .schedule_txt {
		font-size: 2.0rem;
		padding: 24px 0;
		width: auto;
	}
	
	#schedule .schedule_deteil {
		font-size: 1.4rem;
		margin: -24px 0 56px;
		width: 48%;
	}
	
	#schedule .schedule_deteil .schedule_txt_bg {
		display: none;
	}
	
	#schedule .schedule_deteil .schedule_txt_sp {
		display: none;
	}
}

/*-------------タブレット700px以下-------------*/
@media screen and (max-width: 700px) {
	
	#schedule ul li .schedule_tytle {
		font-size: 2.2rem;
	}

	#schedule ul li .schedule_price {
		font-size: 2.2rem;
	}

	#schedule ul li .schedule_tytle {
		top: -18px;
	}
	
	#schedule ul li .schedule_price {
		top: -18px;
	}

	#schedule .schedule_deteil {
		margin: -24px 0 56px 0px;
		font-size: 1.3rem;
	}
	
}


/*-------------スマホ-------------*/
@media screen and (max-width: 500px){
	#schedule ul {
		display: block;
		margin-top: 60px;
	}
	
	#schedule ul li {
		width: auto;
	}
	
	#schedule ul li:nth-child(1) {
		margin-right: inherit;
	}
	
	#schedule ul li:nth-child(2) {
		margin-left: inherit;
	}
	
	#schedule ul li .schedule_tytle {
		font-size: 2.2rem;
		top: -20px;
	}
	
	#schedule ul li .schedule_price {
		font-size: 2.2rem;
		top: -20px;
	}
	
	#schedule ul li .schedule_txt {
		font-size: 2.0rem;
		padding: 24px 0;
	}
	
	#schedule .schedule_deteil {
		text-align: center;
		margin: 12px 0 60px;
		width: auto;
	}
	
	#schedule .schedule_deteil .schedule_txt_bg {
		display: none;
	}
	
	#schedule .schedule_deteil .schedule_txt_sp {
		display: block;
	}
}

/*-----------------------------------
PROFILE
------------------------------------*/

#profile .section_wrapper {
	background-color: #fff;
}

#profile h5 {
	font-size: 2.8rem;
	text-align: center;
	padding: 40px 0;
}

#profile .profile_wrapper .profile_bg_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 64px 40px;
}

#profile .profile_wrapper .profile_bg_wrapper li {
	list-style: none;
}

#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_leader {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin: 8px 0 80px;
}

#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_leader span {
	font-size: 2.2rem;
	font-weight: 400;
}

#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_txt_leader {
	font-size: 2.0rem;
	line-height: 1.4;
	margin: 12px 0 88px 64px;
}

#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_deputy {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_deputy span {
	font-size: 2.2rem;
	font-weight: 400;
}

#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_txt_deputy {
	font-size: 2.0rem;
	line-height: 1.4;
	margin: 8px 0 0 64px;
}

#profile .profile_wrapper .profile_bg {
	width: 320px;
	height: 271px;
}

#profile .profile_wrapper .profile_tb {
	display: none;
}

#profile .profile_wrapper .profile_sp {
	display: none;
}

#profile .profile_wrapper .profile_sp_wrapper {
	display: none;
}

/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	
	#profile .profile_wrapper .profile_bg_wrapper {
		padding: 0 48px 40px;
	}
	
	#profile h5 {
		font-size: 2.4rem;
		padding: 32px 0;
	}
	
	#profile .profile_wrapper .profile_bg {
		display: none;
	}
	
	#profile .profile_bg_wrapper li .profile_tb {
		display: block;
		width: 245px;
		height: 207px;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_leader {
		font-size: 2.5vw;
		margin-bottom: 54px;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_leader span {
		font-size: 2.1vw;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper li  .profile_bg_deteil li .profile_txt_leader {
		font-size: 1.9vw;
		line-height: 1.4;
		margin: 8px 0 66px;
		margin-left: 48px;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_deputy {
		font-size: 2.5vw;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_deputy span  {
		font-size: 2.1vw;
	}

	#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_txt_deputy {
		font-size: 1.9vw;
		line-height: 1.4;
		margin: 4px 0 0 48px;
	}
	
	#profile .profile_wrapper .profile_sp {
		display: none;
	}
	
	#profile .profile_wrapper ul {
		display: none;
	}
}

/*-------------タブレット700px以下-------------*/
@media screen and (max-width: 700px){
	
	#profile .profile_wrapper .profile_bg_wrapper {
		padding: 0 32px 32px;
	}
	
	#profile h5 {
		font-size: 2.2rem;
		padding: 32px 0;
	}
	
	#profile .profile_wrapper .profile_bg {
		display: none;
	}
	
	#profile .profile_bg_wrapper li .profile_tb {
		display: block;
		width: auto;
		height: 160px;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_leader {
		font-size: 2.8vw;
		margin-bottom: 54px;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_leader span {
		font-size: 2.2vw;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper li  .profile_bg_deteil li .profile_txt_leader {
		font-size: 2.0vw;
		line-height: 1.4;
		margin: 10px 0 48px;
		margin-left: 32px;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_deputy {
		font-size: 2.8vw;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_name_deputy span  {
		font-size: 2.2vw;
	}

	#profile .profile_wrapper .profile_bg_wrapper li .profile_bg_deteil li .profile_txt_deputy {
		font-size: 2.0vw;
		line-height: 1.4;
		margin: 2px 0 0 32px;
	}
	
	#profile .profile_wrapper .profile_sp {
		display: none;
	}
	
	#profile .profile_wrapper ul {
		display: none;
	}
}

/*-------------スマホ500px以下-------------*/
@media screen and (max-width: 500px){
	#profile h5 {
		padding: 20px 0;
	}
	
	#profile .profile_wrapper {
		padding: 0 20px 20px;
		display: block;
	}
	
	#profile .profile_wrapper .profile_bg_wrapper {
		display: none;
	}
	
	#profile .profile_bg_wrapper li .profile_tb {
		display: none;
	}
	
	#profile .profile_wrapper .profile_sp {
		display: block;
		margin-bottom: 20px;
	}
	
	#profile .profile_wrapper .profile_sp_wrapper {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	
	#profile .profile_wrapper .profile_sp_wrapper li {
		list-style: none;
	}
	
	#profile .profile_wrapper .profile_sp_wrapper .profile_sp_name .profile_name_leader {
		font-size: 4.6vw;
		margin-bottom: 48px;
		line-height: 1.2;
		font-weight: 500;
	}
	
	#profile .profile_wrapper .profile_sp_wrapper .profile_sp_name .profile_name_leader span{
		font-size: 3.1vw;
		font-weight: 300;
	}
	
	#profile .profile_wrapper .profile_sp_wrapper .profile_sp_txt .profile_txt_leader {
		margin: 0 0px 24px 0;
		font-size: 3.4vw;
	}
	
	#profile .profile_wrapper .profile_sp_wrapper .profile_sp_name .profile_name_deputy {
		font-size: 4.6vw;
		text-align: center;
		line-height: 1.2;
		font-weight: 500;
	}
	
	#profile .profile_wrapper .profile_sp_wrapper .profile_sp_name .profile_name_deputy span  {
		font-size: 3.1vw;
		font-weight: 300;
	}
		
	#profile .profile_wrapper .profile_sp_wrapper .profile_sp_txt .profile_txt_deputy {
		font-size: 3.4vw;
	}
}

/*-------------スマホ400px以下-------------*/
@media screen and (max-width: 400px){
	
	#profile .profile_wrapper .profile_sp_wrapper .profile_sp_txt .profile_txt_leader {
		margin: 0 0px 28px 0;
	}
}

/*---------------------------------
RECOMMEND
---------------------------------*/

#recommend .section_wrapper {
	background-color: #fff;
	margin-top: 80px;
}

#recommend h5 {
	font-size: 2.8rem;
	text-align: center;
	padding-top: 40px;
}

#recommend .recommend_wrapper {
	padding: 0 64px;
}

#recommend .recommend_wrapper p {
	border-bottom: solid 0.9px #E06969;
	padding: 40px 0;
	font-weight: 300;
	font-size: 1.5rem;
}

#recommend .recommend_wrapper .recommend_last_txt {
	border-bottom: inherit;
	padding: 40px 0;
}

/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	#recommend .section_wrapper  {
		margin-top: 56px;
	}
	
	#recommend  .recommend_wrapper {
		padding: 0 48px;
	}
	
	#recommend h5 {
		font-size: 2.4rem;
		padding-top: 32px;
	}
	
	#recommend .recommend_wrapper p {
		padding: 32px 0;
		font-size: 1.4rem;
	}
	
	#recommend .recommend_wrapper .recommend_last_txt {
		padding: 32px 0;
		font-size: 1.4rem;
	}
}

/*-------------タブレット700px以下-------------*/
@media screen and (max-width: 700px){
	#recommend h5 {
		font-size: 2.2rem;
		padding-top: 32px;
	}
	
	#recommend  .recommend_wrapper {
		padding: 0 32px;
	}
}

/*-------------スマホ-------------*/
@media screen and (max-width: 500px){
	#recommend .section_wrapper  {
		margin-top: 60px;
	}
	
	#recommend  .recommend_wrapper {
		padding: 0 20px;
	}
	
	#recommend h5 {
		font-size: 2.2rem;
		padding-top: 20px;
	}
	
	#recommend .recommend_wrapper p {
		border-bottom: solid 0.8px #E06969;
		padding: 20px 0;
	}
	
	#recommend .recommend_wrapper .recommend_last_txt {
		padding: 20px 0;
	}
}

/*-----------------------------------
CONTACT
------------------------------------*/

#contact .section_wrapper {
	margin-top: 80px;
	background-color: #fff;
}

#contact .contact_wrapper {
	padding: 0px 160px 40px;
}

#contact .contact_wrapper h5 {
	font-size: 2.8rem;
	text-align: center;
	padding: 40px 0;
}

#contact {
	width:100%;
	margin:0 auto;
	color:#000;
	line-height:120%;
	font-size:1.4rem;
}

#contact table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

#contact table.formTable td,table.formTable th{
	border:0.7px solid #000;
	padding:20px;
}

#contact table.formTable td input {
	border-style:solid;
	border-width: 0.8px;
	accent-color: red;
}

#contact table.formTable td textarea {
	border-style:solid;
	border-width: 0.8px;
	height: 200px;
	width: 100%;
}

#contact table.formTable tr td .lebel {
	margin-right: 10px;
}

#contact table.formTable th{
	width:30%;
	font-weight:normal;
	background:#f6f6f6;
	text-align:left;
}

#contact table.formTable th .contact_txt_red {
	color: #FF0000;
	font-size: 1.3rem;
}

#contact .contact_submit {
	display: block;
	margin: 40px auto 0;
	padding: 14px 168px;
	font-size: 1.8rem;
	background-color: #E06969;
	color: #fff;
} 

_:lang(x)+_:-webkit-full-screen-document, #contact .contact_wrapper {
	padding: 0px 144px 40px;
}

_:lang(x)+_:-webkit-full-screen-document, #contact form input[type="text"], form textarea {
	 width: 70%;
}

@-moz-document url-prefix() { 
 	#contact form input[type="text"], form textarea {
    	width: 70%;
	}	
	
	#contact table.formTable td input {
		border-style:solid;
		border-width: 2.0px;
	}
	
	#contact table.formTable td textarea {
		border-style:solid;
		border-width: 2.0px;
	}
}

/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	#contact table.formTable th{
		width:192px;
	}
	
	#contact .section_wrapper {
		margin-top: 56px;
	}
	
	#contact .contact_wrapper h5 {
		font-size: 2.4rem;
		text-align: center;
		padding: 32px 0;
	}
	
	#contact .contact_wrapper {
		padding: 0px 80px 32px;
	}
	
	#contact .contact_submit {
		margin: 32px auto 0;
	} 
	
	
}

/*-------------タブレット900px以下-------------*/
@media screen and (max-width: 900px){
	#contact .contact_wrapper {
		padding: 0px 40px 32px;
	}
	
	_:lang(x)+_:-webkit-full-screen-document, #contact table.formTable th {
		width:192px;
	}
}

/*-------------スマホ780px以下-------------*/
@media screen and (max-width: 780px){
	
	#contact .section_wrapper {
		margin-top: 60px;
	}
	
	#contact {
		width:100%;
		margin:0 auto;
	}
	
	#contact .contact_wrapper {
		padding: 0px 48px 32px;
	}
	
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	
	#contact table.formTable td,table.formTable th{
		border:1px solid #ccc;
		padding:10px;
	}
	
	table.formTable th {
		margin-top:10px;
		border-bottom:0;
	}
	
	form input[type="text"], form textarea {
		width:auto;
		padding:5px;
		font-size:110%;
		display:block;
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	form input[type="submit"], form input[type="reset"], form input[type="button"] {
		display:block;
		width:100%;
		height:40px;
	}
	
	#contact table.formTable td,table.formTable th{
		border:inherit;
		padding:5px 0;
	}
	
	#contact table.formTable th{
		font-weight:normal;
		background:#fff;
		text-align:left;
		width: 80%;
	}
	
	#contact .contact_submit {
		padding: 12px 0 14px;
		font-size: 1.4rem;
		margin: 20px auto 0;
	} 
	
}

/*-------------スマホ700px以下-------------*/
@media screen and (max-width: 700px){
	#contact .contact_wrapper {
		padding: 0px 32px 32px;
	}
}

/*-------------スマホ500px以下-------------*/
@media screen and (max-width: 500px){
	#contact .contact_wrapper h5 {
		font-size: 2.2rem;
		text-align: center;
		padding: 30px 0 20px;
	}
	
	#contact .contact_wrapper {
		padding: 0px 20px 20px;
	}
	
	#contact form input[type="text"], form textarea {
		 width: 100%;
	}
	
	_:lang(x)+_:-webkit-full-screen-document, #contact form input[type="text"], form textarea {
		 width: 100%;
	}
}

/*-----------------------------------
ACCESS
------------------------------------*/
#access .section_wrapper {
	background-color: #fff;
	margin-top: 80px;
	margin-bottom: 80px;
}

#access h5{
	font-size: 2.8rem;
	text-align: center;
	padding: 40px 0;
}

#access .access_sp {
	display: block;
}

#access .access_sp .access_sp_br {
	display: none;
}

#access .access_sp p {
	padding: 0 64px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

#access .access_sp .google_map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 42%;
	margin-bottom: 40px;
}

#access .access_sp .google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#access .access_wrapper {
	padding: 0 64px 40px;
}

#access .access_wrapper .map_wrapper {
	padding-bottom: 40px;
	border-bottom: dotted 1px #000;
}

#access .route_wrapper {
	padding: 40px 0px;
	border-bottom: dotted 1px #000;
	font-family: 'Noto Sans JP'
}

#access .access_wrapper .route_wrapper .route_busstop {
	padding-left: 216px;
	margin-bottom: 8px;
	line-height: 1.4;
	font-weight: 300;
}

#access .access_wrapper .route_wrapper {
	border-top: dotted 1px #000;
}

#access .access_wrapper .route_wrapper .access_route {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

#access .access_wrapper .route_wrapper .access_route li {
	list-style: none;
	border: solid 3px #E06969;
	width: 176px;
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	padding-bottom: 8px;
}

#access .access_wrapper .route_wrapper .access_route li .access_route_train {
	padding-top: 18px;
}

#access .access_wrapper .route_wrapper .access_route li .access_route_train .access_terminal {
	font-size: 3.0rem;
}

#access .access_wrapper .route_wrapper .access_route li .access_route_busstop {
	padding-top: 8px;
}

#access .access_wrapper .route_wrapper .access_route li .access_route_busstop .access_home {
	font-size: 2.4rem;
	line-height: 1.4;
}

#access .access_wrapper .route_wrapper .access_route li .access_route_home {
	padding-top: 36px;
}

#access .access_wrapper .route_wrapper .access_route li .access_route_home .access_home {
	font-size: 2.4rem;
}

#access .access_wrapper .route_wrapper .access_between {
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

#access .access_wrapper .route_wrapper .access_between li {
	text-align: center;
	margin-top: -20px;
}

#access .access_wrapper .route_wrapper .access_between li:nth-child(2){
	padding: 0 152px 0 152px;
}

#access .access_wrapper .route_wrapper .access_between li img {
	width: 34px;
	height: 40px;
}

#access .access_wrapper .route_wrapper .access_between .access_time {
	margin-top: -12px;
	font-size: 1.8rem;
	font-weight: 300;
}

#access .access_wrapper .course_wrapper {
	padding-top: 40px;
}

#access .access_wrapper .course_wrapper ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

#access .access_wrapper .course_wrapper ul li {
	list-style: none;
}

#access .access_wrapper .course_wrapper ul li .course_oppama h6 {
	font-size: 2.0rem;
	margin-bottom: 18px;
	font-weight: 500;
	font-family: 'Noto Sans JP'
}

#access .access_wrapper .course_wrapper ul li .course_oppama .course_oppama_bg {
	width: 397px;
	height: 280px;
}

#access .access_wrapper .course_wrapper ul li .course_takatori h6 {
	font-size: 2.0rem;
	margin-bottom: 18px;
	font-weight: 500;
	font-family: 'Noto Sans JP'
}

#access .access_wrapper .course_wrapper ul li .course_oppama p {
	font-size: 1.6rem;
	margin: 28px 0 0 0px;
	font-weight: 300;
}

#access .access_wrapper .course_wrapper ul li .course_oppama p .course_oppama_tb_br {
	display: block;
}

#access .access_wrapper .course_wrapper ul li .course_takatori p {
	font-size: 1.6rem;
	margin: 28px 0 0 0px;
	font-weight: 300;
}

#access .access_wrapper .course_wrapper ul li .course_takatori p .course_takatori_br {
	display: block;
}

#access .access_wrapper .course_wrapper ul li .course_takatori .course_takatori_bg {
	width: 397px;
	height: 280px;
}

#access .access_wrapper .course_wrapper ul li .course_oppama .course_oppama_tb {
	display: none;
}

#access .access_wrapper .course_wrapper ul li .course_takatori .course_takatori_tb {
	display: none;
}

#access .access_wrapper .course_wrapper ul li .course_takatori .course_takatori_tb_br {
	display: none;
}

#access .access_wrapper .route_wrapper_sp {
	display: none;
}

#access .access_wrapper .route_wrapper_tb {
	display: none;
}

/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	#access .section_wrapper {
		margin-top: 56px;
		margin-bottom: inherit;
	}
	
	#access h5 {
		font-size: 2.4rem;
		padding: 32px;
	}
	
	#access .access_wrapper {
		padding: 0 48px 32px;
	}
	
	#access .access_sp {
		display: block;
	}
	
	#access .access_sp .access_sp_br {
		display: none;
	}
	
	#access .access_sp p {
		padding: 0 48px;
		font-size: 1.6rem;
	}
	
	#access .access_sp .google_map {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 42%;
		margin-bottom: 40px;
	}

	#access .access_sp .google_map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#access .access_wrapper .map_wrapper {
		padding-bottom: 80px;
		border-bottom: hidden;
	}
	
	#access .access_wrapper .route_wrapper {
		display: none;
	}
	
	#access .access_wrapper .course_wrapper {
		padding-top: 72px;
		border-top: dotted 1px #000;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama  {
		margin-right: 24px;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama .course_oppama_bg {
		display: none;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama .course_takatori_bg {
		display: none;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori .course_takatori_bg {
		display: none;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama .course_oppama_tb {
		display: block;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori .course_takatori_tb_br {
		display: block;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama h6 {
		font-size: 2.0vw;
		margin-bottom: 8px;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori {
		margin: -24px 0 0 24px;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori h6 {
		font-size: 2.0vw;
		margin-bottom: 8px;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori p {
		font-size: 1.4rem;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori p .course_takatori_br {
		display: none;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori .course_takatori_tb {
		display: block;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama p {
		font-size: 1.4rem;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama p .course_oppama_tb_br {
		display: none;
	}
	
	#access .access_wrapper .route_wrapper_tb {
		display: block;
		font-family: 'Noto Sans JP';
		margin-bottom: 56px;
		border-top: dotted 1px #000;
		padding-top: 88px;
	}
	
	#access .access_wrapper .route_wrapper_tb ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li {
		list-style: none;
		text-align: center;
		font-size: 1.5rem;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li:nth-child(odd) {
		border: solid 3px #E06969;
		width: 20%;
		height: 90px;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li:nth-child(even) img {
		width: 30px;
		height: 35px;
		margin-top: 72px;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .access_route_train {
		padding-top: 12px;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .access_route_train .access_terminal {
		font-size: 2.2rem;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .access_route_busstop {
		padding-top: 6px;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .access_route_busstop .access_home {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .access_route_home {
		padding-top: 28px;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .access_route_home .access_home {
		font-size: 1.6rem;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .access_time_tb {
		position: relative;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .access_time_tb .access_route_tb {
		position: absolute;
		top: 100px;
		right: -37px;
		width: 100px;
		font-weight: 300;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .access_time_tb .access_time {
		margin-top: -2px;
		font-size: 1.6vw;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .route_busstop_wrapper {
		position: relative;
	}
	
	#access .access_wrapper .route_wrapper_tb ul li .route_busstop_wrapper .route_busstop {
		position: absolute;
		text-align: left;
		width: 300px;
		left: -25px;
		bottom: 80px;
		font-size: 1.6vw;
		font-weight: 300;
		line-height: 1.5;
	}
}

/*-------------タブレット700px以下-------------*/
@media screen and (max-width: 700px){
	
	#access h5 {
		font-size: 2.2rem;
		padding: 32px;
	}
	
	#access .access_sp .google_map {
		margin-bottom: 24px;
	}
	
	#access .access_wrapper .map_wrapper {
		padding-bottom: inherit;
	}
	
	#access .access_wrapper .route_wrapper_sp {
		display: block;
		font-family: 'Noto Sans JP';
		text-align: center;
		margin-top: 32px;
		padding-top: 32px;
		border-top: dotted 1px #000;
	}
	
	#access .access_wrapper .route_wrapper_sp .access_route_train {
		font-size: 1.4rem;
		text-align: center;
		padding: 18px 0;
		border: solid 2px #E06969;
	}
	
	#access .access_wrapper .route_wrapper_sp .access_route_train .access_terminal {
		font-size: 2.0rem;
		margin-left: 4px;
	}
	
	#access .access_wrapper .route_wrapper_sp .route_busstop {
		font-weight: 300;
		font-size: 1.4rem;
		margin-top: 2px;
	}
	
	#access .access_wrapper .route_wrapper_sp .access_wrapper_sp {
		width: 184px;
		position: relative;
		margin: 6px auto;
		display: block;
	}
	
	#access .access_wrapper .route_wrapper_sp .access_wrapper_sp img {
		width: 30px;
		height: 30px;
	}
	
	#access .access_wrapper .route_wrapper_sp .access_wrapper_sp .access_route_sp .access_time {
		position: absolute;
		font-size: 1.4rem;
		top: 2px;
		left: 108px;
		font-weight: 300;
		width: 96px;
		text-align: left;
	}
	
	#access .access_wrapper .route_wrapper_tb {
		display: none;
	}
	
	#access .access_wrapper .route_wrapper {
		display: none;
	}
	
	#access .access_wrapper .course_wrapper {
		padding-top: inherit;
		border-top: inherit;
	}
	
	#access .access_wrapper .course_wrapper ul {
		display: block;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama h6 {
		font-size: 2.0rem;
		margin-bottom: 12px;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori h6 {
		font-size: 2.0rem;
		margin-bottom: 12px;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama {
		padding-top: 32px;
		margin: 32px 0 0px 0; 
		border-top: dotted 1px #000;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori {
		padding-top: 32px;
		margin: 32px 0 0px 0; 
		border-top: dotted 1px #000;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama p {
		font-size: 1.6rem;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori p {
		font-size: 1.6rem;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori .course_takatori_tb_br {
		display: block;
	}
}
/*-------------スマホ-------------*/
@media screen and (max-width: 500px){
	#access .section_wrapper {
		margin-top: 60px;
	}
	
	#access h5 {
		font-size: 2.2rem;
		padding: 20px;
	}
	
	#access .access_sp .access_sp_br {
		display: block;
	}
	
	#access .access_wrapper {
		padding: 0 20px 20px;
	}
	
	#access .access_wrapper .map_wrapper {
		display: none;
	}
	
	#access .access_sp {
		display: block;
	}
	
	#access .access_sp p {
		padding: 0 20px;
		font-size: 1.4rem;
	}
	
	#access .access_sp .google_map {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 42%;
	}

	#access .access_sp .google_map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#access .access_wrapper .route_wrapper {
		display: none;
	}
	
	#access .access_wrapper .route_wrapper_sp {
		margin-top: 30px;
		padding-top: 30px;
		border-top: dotted 1px #000;
	}
	
	#access .access_wrapper .route_wrapper_sp .access_wrapper_sp img {
		width: 25px;
		height: 25px;
	}
	
	#access .access_wrapper .course_wrapper {
		padding-top: inherit;
	}
	
	#access .access_wrapper .course_wrapper ul {
		display: block;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama h6 {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori h6 {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama {
		padding-top: 30px;
		margin: 30px 0 0px 0; 
		border-top: dotted 1px #000;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori {
		margin: 30px 0 0px 0; 
		padding-top: 30px;
		border-top: dotted 1px #000;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama p {
		font-size: 1.4rem;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_oppama p .course_oppama_tb_br {
		display: block;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori p {
		font-size: 1.4rem;
	}
	
	#access .access_wrapper .course_wrapper ul li .course_takatori p .course_takatori_br {
		display: none;
	}
	
	#access .access_wrapper .route_wrapper_sp .access_wrapper_sp .access_route_sp .access_time {
		font-size: 1.3rem;
	}
}
/*-----------------------------------
FOOTER
------------------------------------*/
footer .footer_wrapper {
	background-color: #fff;
}

footer .footer_wrapper .footer_contents {
	padding: 0 64px;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper {
	padding-top: 40px;
}

footer .footer_wrapper .footer_contents ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

footer .footer_wrapper .footer_contents ul li {
	list-style: none;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper li h1 {
	font-size: 4.4rem;
	letter-spacing: 0.1em;
	margin-top: -8px;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper li h1 a {
	text-decoration: none;
	color: #000;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_telephone_txt {
	font-size:  2.4rem;
	font-weight: 600;
	line-height: 1.8;
	text-decoration: none;
	color: inherit;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_telephone_txt a {
	text-decoration: none;
	color: inherit;
}

footer .footer_wrapper  .footer_contents .footer_top_wrapper li .footer_telephone_txt span {
	font-size:  2.0rem;
	font-weight: normal;
	text-decoration: none;
	color: inherit;
}

footer .footer_wrapper  .footer_contents .footer_top_wrapper li .footer_telephone_txt span a {
	text-decoration: none;
	color: inherit;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_address_sp {
	display: none;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper .footer_etc_wrapper {
	position: relative;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_etc_wrapper .footer_etc_address {
	margin-top: 10px;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_etc_wrapper .footer_etc_blog {
	position: absolute;
	right: 44px;
	top: 46px;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_etc_wrapper img {
	width: 38px;
	height: 43px;
	position: absolute;
	right: 0;
	top: 30px;
}

footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp {
	display: none;
}

footer .footer_wrapper .footer_contents .footer_contents_list li {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 40px 0;
}

footer .footer_wrapper .footer_contents .footer_contents_list li a {
	text-decoration: none;
	color: #000;
}

footer small {
	text-align: center;
	display: block;
	font-size: 1.8rem;
	margin: 20px 0;
}
/*-------------タブレット-------------*/
@media screen and (max-width: 1023px){
	footer {
		padding-top: 56px;
	}
	
	footer .footer_wrapper {
		padding: 0 48px;
	}
	
	footer .footer_wrapper .footer_contents {
		padding: inherit;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper {
		padding: 32px 0 0;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li h1 {
		font-size: 3.6vw;
		letter-spacing: 0.1em;
		margin-top: -8px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_telephone_txt {
		font-size:  2.0vw;
		font-weight: bold;
		line-height: 1.8;
	}

	footer .footer_wrapper  .footer_contents .footer_top_wrapper li .footer_telephone_txt span{
		font-size:  1.8vw;
		font-weight: normal;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_etc_wrapper .footer_etc_address {
		font-size:  1.6vw;
		margin-top: 4px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_etc_wrapper img {
		width: 34px;
		height: 39px;
		position: absolute;
		right: 0;
		top: 24px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_etc_wrapper .footer_etc_blog {
		font-size:  1.7vw;
		position: absolute;
		right: 40px;
		top: 36px;
	}
	
	footer .footer_wrapper .footer_contents .footer_contents_list {
		padding: 0 0px;
	}
	
	footer .footer_wrapper .footer_contents .footer_contents_list li {
		font-size: 1.6vw;
		font-weight: 600;
		padding: 32px 0;
	}

	footer small {
		font-size: 1.6rem;
	}
}

/*-------------タブレット850px以下-------------*/
@media screen and (max-width: 850px){
	
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_etc_wrapper .footer_etc_blog {
		right: 36px;
		top: 33px;
		font-size: 1.6vw;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_etc_wrapper img {
		width: 30px;
		height: 34px;
		top: 22px;
	}
	
}

/*-------------タブレット700px以下-------------*/
@media screen and (max-width: 700px){
	
	footer .footer_wrapper {
		padding: 0 56px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li:last-child {
		display: none;
	}
	
	
	footer .footer_wrapper .footer_contents .footer_contents_list {
		display: none;
	}
	
	footer {
		padding: 60px 0px 0;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper {
		padding: 20px 0px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li h1 {
		font-size: 4.2vw;
		margin-top: -8px;
		letter-spacing: 0.1em;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_address_sp {
		display: block;
		font-size: 2.6vw;
		font-weight: 300;
		margin-top: inherit;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_telephone_txt {
		font-size: 2.8vw;
		line-height: 1.6;
		text-align: right;
	}
	
	footer .footer_wrapper  .footer_contents .footer_top_wrapper li .footer_telephone_txt span{
		font-size: 2.6vw;
		font-weight: 300;
	}
	
	footer .footer_wrapper  .footer_contents .footer_top_wrapper li .footer_telephone_txt .footer_address_sp {
		font-size: 2.6vw;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp {
		display: block;
		position: relative;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp p {
		font-size: 2.6vw;
		padding: 16px 0 0 48px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp img {
		position: absolute;
		width: 20%;
		height: auto;
		right: 4px;
		top: 6px;
	}
	
	footer small {
		font-size: 1.6rem;
	}
}

/*-------------タブレット600px-500px-------------*/
@media screen and (max-width: 600px){
	
	footer .footer_wrapper {
		padding: 0 48px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li:last-child {
		display: none;
	}
	
	
	footer .footer_wrapper .footer_contents .footer_contents_list {
		display: none;
	}
	
	footer {
		padding: 60px 0px 0;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper {
		padding: 20px 0px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li h1 {
		font-size: 4.0vw;
		margin-top: -6px;
		letter-spacing: 0.1em;
	}
	
	footer .footer_wrapper  .footer_contents .footer_top_wrapper li .footer_telephone_txt span{
		font-size: 2.8vw;
		font-weight: 300;
	}
	
	footer .footer_wrapper  .footer_contents .footer_top_wrapper li .footer_telephone_txt .footer_address_sp {
		font-size: 2.6vw;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp {
		display: block;
		position: relative;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp p {
		font-size: 2.8vw;
		padding: 16px 0 0 26px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp img {
		position: absolute;
		width: 23%;
		height: auto;
		right: 2px;
		top: 6px;
	}
	
	footer small {
		font-size: 1.6rem;
	}
}
	
/*-------------スマホ500px以下-------------*/
@media screen and (max-width: 500px){
	footer .footer_wrapper {
		padding: 0 20px;
	}
	
	footer {
		padding: 60px 0px 0;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper {
		padding: 20px 0px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li h1 {
		font-size: 4.8vw;
		letter-spacing: 0.1em;
		margin-top: -6px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_address_sp {
		display: block;
		font-size: 3.4vw;
		font-weight: 300;
		margin-top: inherit;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_telephone_txt .footer_address_sp {
		font-size: 3.4vw;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_telephone_txt {
		font-size: 3.4vw;
		line-height: 1.6;
		text-align: right;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_telephone_txt a {
		text-decoration: none;
		color: #000;
	}
	
	footer .footer_wrapper  .footer_contents .footer_top_wrapper li .footer_telephone_txt span{
		font-size: 3.4vw;
		font-weight: 300;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp p {
		font-size: 3.4vw;
		padding: 20px 0 0 32px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp img {
		position: absolute;
		width: 20%;
		height: auto;
		right: 0px;
		top: 15px;
	}
	
	footer small {
		font-size: 3.5vw;
	}
}

/*-------------スマホ400px以下-------------*/
@media screen and (max-width: 400px){
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper .footer_top_left {
		margin-left: -4px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp img {
		position: absolute;
		width: 20%;
		height: auto;
		right: 2.5px;
		top: 13px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp p {
		font-size: 3.4vw;
		padding: 18px 0 0 24px;
	}
}

/*-------------スマホ350px以下-------------*/
@media screen and (max-width: 350px){
	
	footer .footer_wrapper {
		padding: 0 15px;
	}
	
}

/*-------------スマホ320px以下-------------*/
@media screen and (max-width: 320px){
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper .footer_top_left {
		margin-left: -4px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp img {
		position: absolute;
		width: 20%;
		height: auto;
		right: -2px;
		top: 13px;
	}
	
	footer .footer_wrapper .footer_contents .footer_top_wrapper li .footer_blog_sp p {
		font-size: 3.4vw;
		padding: 18px 0 0 24px;
	}
}
