@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap');
* {
	margin: 0;
	padding: 0;
}

html, body, h1, h2, h3, h4, h5, h6, p, div, img, ul, ol, dl, li, table, th, td {
    font-family: 'Exo 2', sans-serif;
    font-size: 100%;
	font-style: normal;
	line-height: 1.5rem;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: left;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0 none;
}

body {
   behavior: url("csshover3.htc");
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

h1 {
    font-size: 1.75rem;
	font-style: normal;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin-top: 0.5em;
	clear: both;
}

h2 {
    font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
}

h3 {
    font-weight: 700;
	font-size: 1.0rem;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	margin: 1.0em 0;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
}

p {
	font-size: 1.0rem;
	margin-bottom: 1.0em;
	margin: 0 0 1.5em 0;
	text-align: center;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
}

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

.header {
    background-color: #000;
    height: 30px;
    padding: 15px;
    width: 100%;
    text-align: right;
    position: fixed;
    top: 0;
    z-index: 100;
}

.logo {
	height: 30px;
	text-align: left;
    float: left;
    margin-left: 10px;
}
.logo img {
    height: 30px;
}

.menu {
    float: right;
    cursor: pointer;
    height: 30px;
    width: 40px;
    text-align: right;
    margin-right: 40px;
    background-image: url("../_img/menu.svg");
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 50% 50%;
}


.navi {
	overflow: scroll;
	font-size: 1rem;
    color: #fff;
	position: fixed;
    top: 60px;
	left: 0;
	width: 100%;
    height: auto;
	bgcolor: #000;
    z-index: 500;
    display: none;
}	

.navi ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	background-color: #000;
}

.navi ul li {
    text-align: center;
    text-decoration: none;
	width: 100%;
	width: auto;
    padding: 20px;
    border-top: 1px;
	border-style: solid;
	border-color: #fff;
}


.navi a {
	text-decoration: none;
    color: #fff;
}

.navi a:hover {
	color: #999;
	text-decoration: none;
}


.navi a:visited {
	color: #fff;
}

#top {
    height: 60px;
}

.start {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

/*.start h1 {
    color: #000;
    font-size: 1.5em;
	letter-spacing: 0.1em;
    line-height: 2em;
    text-align: center;
}
.start h1 .line1 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 3.5vw;
	letter-spacing: 0;
    text-align: center;*/
}

.box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100vw;
}

.one {
    /**background-color: #F8D965;**/
    /*background-image: url(../_img/one.jpg);
    background-size: cover;*/
	width: 100%;
    background-position: 50% 0%;
}

.two {
    /**background-color: #91CCE8;**/
    background-image: url(../_img/two.jpg);
    background-size: cover;
    background-position: 50% 0%;
}

.three {
    /**background-color: #99F4CD;**/
    background-image: url(../_img/three.jpg);
    background-size: cover;
    background-position: 50% 0%;
}

.section {
    padding-top: 80px;
    float: none;
}

.content {
    width: 90vw;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.content_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.label_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    space-between: 40px;
}

.label {
    width: 17%;
    min-width: 135px;
    margin: auto;
    opacity: 0.5;
}


.box_left {
    height: auto;
    padding-right: 20px;
    order: 1;
}

.box_right {
    height: auto;
    padding-left: 20px;
    order: 2;
}

.one_half {
    width: 50%
}

.one_third {
    width: 33.3%
}

.two_third {
    width: 66.7%;
}

.two_fifth {
    width: 40%;
}

.three_fifth {
    width: 60%;
}

.content a {
    color: #000;
}

.content a:hover {
    text-decoration: none;
}

.content a:visited {
    color: #000;
}

.content img {
    mwidth: 100%;
}

.map {
    height: 30vh;
}

.social {
    width: 40px;
    height: 40px;
    padding-bottom: 30px;
}

.footer {
    width: 100%;
    padding: 40px 0;
    background-color: #ddd;
}

/**.footer h3 {
    text-align: center;
    line-height: 2em;**/
}

.footer a {
    color: #000;
}

.footer a:hover {
    text-decoration: none;
}

.footer a:visited {
    color: #000;
}

.line {
    height: 1px;
    border-bottom: 1px solid #000;
    
}


    
@media (max-width: 767px){
	
.content_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

    .one_half, .one_third, .two_third, .two_fifth, .three_fifth {
        width: 100%;
    }

.box_left, .box_right {
    height: auto;
    padding-right: 0;
    padding-left:-0;
    order: 0;
}

}
