@charset "utf-8";

html{
	font-size: 100%;
	overflow-y:scroll;
}

/* スマートフォン向けのスタイル：1px ～ 599px */
@media screen and (min-width: 1px) and (max-width: 699px) {
body {
color:#000;
line-height:1.5;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
font-size:80%;
letter-spacing: 1px;
margin: 0;
}
.main_l h2 {
	display: none;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
 
nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto 50px;
    padding: 0 0 5px 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 3px 5px;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
	text-decoration: none;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 4;
    background: #fff;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav.globalMenuSp ul li.a {
	background: #fbf6ea;
	width: 100%;
	font-weight: bold;
}

nav.globalMenuSp ul li img {
	margin-right: 10px;
	vertical-align: middle;
}
.h {
    display: block;
	width: 100px;
	height: auto;
    position: fixed;    /* bodyに対しての絶対位置指定 */
	left: 0;
	top: 0;
	z-index: 2;
	padding: 10px;
}
.h img {
	max-width: 100%;
}
.map_v {
	width: 100%;
	height: 99vh;
}

}

/* タブレット向けのスタイル：600px ～ 333px */
@media screen and (min-width: 700px) and (max-width: 919px) {
body {
color:#000;
line-height:1.5;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
font-size:80%;
letter-spacing: 1px;
margin: 0;
}
.main_l h2 {
	display: none;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
 
nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto 50px;
    padding: 0 0 5px 0;
    width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 3px 5px;
    width: 50%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
	text-decoration: none;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 4;
    background: #fff;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav.globalMenuSp ul li.a {
	background: #fbf6ea;
	width: 100%;
	font-weight: bold;
}

nav.globalMenuSp ul li img {
	margin-right: 10px;
	vertical-align: middle;
}
.h {
    display: block;
	width: 156px;
	height: auto;
    position: fixed;    /* bodyに対しての絶対位置指定 */
	left: 0;
	top: 0;
	z-index: 2;
	padding: 10px;
}
.h img {
	max-width: 100%;
}
.map_v {
	width: 100%;
	height: 99vh;
}
}

/*  PC向けのスタイル：1000px～ */
@media only screen and (min-width: 920px) {
body {
color:#000;
line-height:1.5;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
font-size:80%;
letter-spacing: 1px;
margin: 0;
}
.main {
	display: flex;
	width: 100%;
	height: 99vh;
	display: flex;
}
.main_l {
	width: 350px;
	height: 99vh;
}
.main_l h2 {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
.main_r {
	width : calc(100% - 350px) ;
}
nav.globalMenuSp {
    background: #fff;
    color: #000;
    width: 350px;
	height: calc(99vh - 230px) ;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
 
nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto;
    padding: 0 0 5px 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 5px 5px;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
	text-decoration: none;
}
 
.navToggle {
    display: none;
}
nav.globalMenuSp ul li.a {
	background: #fbf6ea;
	width: 100%;
	padding: 8px 5px;
	font-weight: bold;
}

nav.globalMenuSp ul li img {
	margin-right: 10px;
	vertical-align: middle;
}
.h {
    display: none;
}
.map_v {
	width: 100%;
	height: 99vh;
}

}
