@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,200;0,400;0,700;1,400&display=swap');

/* base style */

body {
    font-family: 'Noto Sans', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    background-color: rgb(244, 229, 229);
}    



a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    cursor: pointer;
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #333;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
    font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-style: italic;
}

/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleX(0);
    background-color: #333;/*伸びる背景色の設定*/
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}

@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 1.2s;
	animation-fill-mode:forwards;
    width: 0%;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
    width: 0%;
	}
	100% {
	opacity: 1;
    width: 100%;
}
}



/* .header */

.header {
    display: flex;
    height: 80px;
    color: #fff;
    justify-content: space-between;
    background-color: #e7e7e7;
}

.header a {
    color: #333;
}

.header_logo {
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.header_logo img {
    width: 85px;
    height: auto;
}

.header_logo h1 {
    margin-left: 10px;
    position: relative;
    /* top: 5px; */
    /* left: 5px; */
    letter-spacing: 0.5em;
    font-size: 32px;
    font-weight: normal;
    font-style: italic;
}


.header_nav {
    margin-right: 30px;
    padding: 15px 0;
}

.nav_list {
    display: flex;
}

.nav_list_item {
    padding: 0 20px;
    border: transparent;
    transition: border 0.25s;
    cursor: pointer;
}

.nav_list_item:hover {
    border-bottom: 1px solid #333;
}

.toggle_btn {
    display: none;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 3;
    cursor: pointer;
}

.toggle_btn span {
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: all 0.5s;
    border-radius: 4px;
}

.togglt_btn span:nth-child(1) {
    top: 4px;
}

.toggle_btn span:nth-child(2) {
    top: 12px;
}

.toggle_btn span:nth-child(3) {
    bottom: 4px;
}

.open .toggle_btn span:nth-child(1) {
    transform: translateY(12px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    transform: translateY(-12px) rotate(315deg);
}

#mask {
    display: none;
    transition: all 0.5s;
    /* z-index: 99; */
}

.open .header_nav {
    left: 0;
    opacity: 1;
}

.open #mask {
    display: block;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.6;
    cursor: pointer;
    z-index: 3;
}





/* .key_visual */
 
/* .key_visual {
    width: 100vw;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.key_visual > strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1;
    color: #fff;
    font-size: 100px;
} */

/* .key_visual video {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    opacity: 1;
}  */

.slider {
    width: 100vw;
    /* height: 100vh; */
    /* height: 700px; */
    /* position: relative; */
    /* overflow: hidden; */
    visibility: hidden;
    /* margin: 0 auto; */
}

.slider.slick-initialized {
    visibility: visible;
}

.slider_contents {
    width: 100%;
}

.slider_contents img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
}

/* main */

.home_main {
    padding: 0 2%;
    max-width: 1200px;
    margin: 0 auto;
}



/* .about */

.about {
    /* margin-top: 30px; */
    padding: 80px 0;
    position: relative;
    /* background: url(/assets/images/pexels-polina-zimmerman-3746957.jpg); */
    /* background-color: rgb(244, 229, 229); */
}

/* .blur1 {
    --sample-color: 96 2 255;
    aspect-ratio: 1 / 1;
    background: radial-gradient(
      circle,
      rgb(var(--sample-color)),
      rgba(var(--sample-color) / 0%)
    );
    border-radius: 50%;
    filter: blur(80px);
    width: 250px;
    position: absolute;
    top: 350px;
    left: 100px;
  } */

/* .blur2 {
    --sample-color: 96 2 255;
    aspect-ratio: 1 / 1;
    background: radial-gradient(
      circle,
      rgb(var(--sample-color)),
      rgba(var(--sample-color) / 0%)
    );
    border-radius: 50%;
    filter: blur(150px);
    width: 400px;
    position: absolute;
    top: -60px;
    right: 0;
  } */

.about_title {
    font-size: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 0;
    /* padding: 0 2%; */
    /* padding-left: 2%; */
}



.about_container {
    /* background-color: rgb(131, 115, 186);
    clip-path: circle(50.2% at 15% 26%); */

    /* color: #fff; */
    /* padding: 0 0 100px; */
}

.about_us {
    /* background: linear-gradient(rgb(229, 232, 234), rgb(135, 134, 137)); */
    margin: 10px 0 150px;
    /* padding: 0 2%; */
    display: flex;
    justify-content: center;
}

.about_img {
    width: 300px;
    height: auto;
    
}

.about_img img{
    width: 100%;
}

.about_txt {
    padding: 50px 20px;
}


.about_txt h3 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}

.about_txt p {
    line-height: 2.0;
}

.about_philosophy {
    width: 500px;
    text-align: center;
    margin: 20px 0;
    /* background-color: #ddd; */
}

.about_philosophy h3 {
    font-size: 20px;
    margin: 0;
}

.about_philosophy span {
    margin-bottom: 10px;
}



.philosophy_cb {
    /* width:600px;  */
    margin:10px auto; 
    text-align: center;
    /* display:flex; 
    flex-flow:row wrap-reverse; 
    justify-content:space-around;  */
}



.philosophy_item {
    background-color: rgb(147, 49, 49);
    color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.p_item2 , .p_item3 {
    margin: 0 20px;
    display: inline-block;
}

.p_item1 {
    margin: 0 auto;
}

.philosophy_item p {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}





/* .message */

.message_bg {
    position: relative;
    display: flex;
    justify-content: center;
}

.hidden_title {
    display: none;
}

.blur3 {
    --sample-color: 225 152 16;
    aspect-ratio: 1 / 1;
    background: radial-gradient(
      circle,
      rgb(var(--sample-color)),
      rgba(var(--sample-color) / 0%)
    );
    border-radius: 50%;
    filter: blur(30px);
    width: 100px;
    position: absolute;
    top: 100px;
    left: 0px;
  }

.blur4 {
    --sample-color: 225 152 16;
    aspect-ratio: 1 / 1;
    background: radial-gradient(
      circle,
      rgb(var(--sample-color)),
      rgba(var(--sample-color) / 0%)
    );
    border-radius: 50%;
    filter: blur(50px);
    width: 300px;
    position: absolute;
    top: 300px;
    right: 0;
  }


.message_txt {
    width: 100%;
    padding: 40px 40px 20px;
    background-color: rgba(232, 214, 209, 0.231);
}

.message_title {
    margin: 0;
    font-size: 40px;
}


.message_txt p:first-of-type {
    margin-top: 30px;
}

.read_txt {
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
}

.president {
    margin-top: 30px;
    text-align: right;
    /* font-weight: bold; */
    font-size: 16px;
}

.president_name {
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
}






/* .service */

#service {
    padding: 80px 0 200px;
}

.service_main {
    background-color: #eee;
}

.service_main .pagetop {
    background: url(../images/pexels-martin-lopez-2225616.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}

.service_main .pagetop_ttlframe {
    color: #fff;
}

.service_title {
    font-size: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.service_container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.service_item {
    width: calc((100% - 80px) / 2 );
    text-align: center;
}

.service_item_img {
    width: 100%;
    object-fit: contain;
}

.service_item_title {}

.service_item_description {
    text-align: left;
    font-size: 14px;
}

.service_main .service_container {
    padding: 100px 2%;
}






/* .footer_contact */


.footer_contact {
    display: flex;
    /* margin: 50px 0 0; */
}

.contact_btn ,
.recruit_btn {
    width: 50%;
    height: 200px;
    background-color: rgb(97, 33, 12);
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    z-index: 1;
}

.contact_btn {
    border-right: 1px solid #999;
}

.footer_contact_ttl {
    font-size: 50px;
}

.footer_contact_subttl {
    display: block;
}

.btn span {
	position: relative;
	z-index: 3;
	color:#fff;
}

.btn:hover span{
	color:#333;
}

.bgskew::before {
	content: '';
	position: absolute;
	top: 0;
	left: -200%;
	background: rgb(179, 115, 115);
	width:120%;
	height: 100%;
	transform: skewX(-25deg);
}

.bgskew:hover::before {
	animation: skewanime .5s forwards;
}

@keyframes skewanime {
	100% {
		left:-10%;
	}
}








/* .footer */

.footer {
    background-color: #e7e7e7;
    color: #000;
}

.footer_logo {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    z-index: 1;
}

.footer_logo img {
    width: 85px;
    height: auto;
    border-radius: 50%;
    margin-left: 20px;
}

.footer_logo h3 {
    position: relative;
    top: 2px;
    letter-spacing: 0.5em;
    color: #000;
    margin: 0 10px;
    font-weight: normal;
    font-size: 37px;
    font-style: italic;
    z-index: 3;
}

.location {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.location_map {
    width: 60%;
    height: 300px;
}

iframe {
    width: 100%;
    height: 100%;
}

.location_info {
    width: calc(40% - 70px);
}

.location_info h3 {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 24px;
}

.location_info p:last-child {
    position: relative;
    left: 15px;
    padding: 0;
}

.location_info p {
    margin: 10px 0;
}

.info_address {
    text-indent: 1em;
    margin: 0;
}

.info_postal::before {
    font-family: FontAwesome;
    content: "\f3c5";
    position: relative;
    left: -15px;
}

.info_tel::before {
    font-family: FontAwesome;
    content: "\f095";
    position: relative;
    left: -15px;
}

.info_tel {
    color: #000;
}

.info_mail::before {
    font-family: FontAwesome;
    content: "\f0e0";
    position: relative;
    left: -15px;
}

.footer_credit {
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #333;
    
}

.info_postal {
    margin: 0;
}

.sns {
    margin-top: 40px;
}

.sns h3 {
    margin: 0 0 10px;
}


.icon {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
    color: #333;
}




/* 共通pagetop */

.pagetop {
    position: relative;
    width: 100%;
    height: 350px;
}

.pagetop_ttlframe {
    position: absolute;
    color: #333;
    font-weight: bold;
    top: 50%;
    left: 65px;
}

.pagetop_title {
    display: block;
    font-size: 47px;
}

.pagetop_subtitle {
    display: block;
    font-size: 19px;
}

/* .company */

.company_main {
    background-color: #fff;
}

.company_main .pagetop_ttlframe {
    color: #fff;
}

.company_main .pagetop {
    background: url(../images/pexels-sevenstorm-juhaszimrus-443383.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}

.company_container {
    font-weight: 200;
    width: 730px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
}

.company_title {
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    font-size: 40px;
}

.company_table {
    width: 100%;
    border-collapse: collapse;
    font-weight: normal;
}

.company_table th {
    width: 30%;
    padding: 17px 25px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    font-weight: normal;
}

.company_table td {
    width: 70%;
    margin: 0;
    padding: 17px 25px;
    border: 1px solid #ddd;
}



/* .recruit */

.recruit_main {
    background-color: #F6F6F6;
    padding: 0 0 50px;
}

.recruit_main .pagetop {
    background: url(../images/pexels-polina-zimmerman-3746957.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}

.recruit_container {
    background-color: #fff;
    font-weight: normal;
    max-width: 900px;
    width: 100%;
    margin: 50px auto;
    padding: 20px 60px;
}

.recruit_title {
    font-size: 18px;
    font-weight: normal;
    background-color: #f6f6f6;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.recruit_table {
    width: 100%;
    text-align: left;
}

.recruit_table th {
    width: 25%;
    color: #888;
    font-weight: normal;
    padding: 15px;
}

.recruit_table td {
    padding: 15px;
}

.table_line {
    border-bottom: 1px solid #ddd;
}

.entry_btn {
    margin: 35px 0 10px;
    text-align: center;
}

.entry_btn a {
    background-color: rgb(212, 11, 11);
    display: inline-block;
    padding: 10px 100px;
    border-radius: 30px;
    font-size: 20px;
    transition: all 0.3s;
    color: #fff;
}

.entry_btn a:hover {
    background-color: rgb(218, 120, 120);
}






/* .contact */

.contact_main {
    background-color: #f6f6f6;
    padding: 0 0 50px;
}

.contact_main .pagetop {
    background: url(../images/pexels-ylanite-koppens-796602.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}

.contact_container {
    background-color: #fff;
    font-weight: normal;
    max-width: 900px;
    width: 100%;
    margin: 50px auto;
    padding: 30px 60px;
}
.contact_txt {
    margin: 0;
}
.contact_list dt {
    padding: 10px;
    font-size: 18px;
}

.contact_list dd {
    margin: 0;
}

.contact_list dd select {
    padding: 15px 10px;
    width: 50%;
    font-size: 16px;
    background-color: #f7f7f7;
    border: 1px solid rgba(8, 0, 0,0.2);

}

.contact_list dd input, 
.contact_list dd textarea {
    padding: 15px 10px;
    width: 100%;
    font-size: 16px;
    background-color: #f7f7f7;
    border: 1px solid rgba(8, 0, 0,0.2);
}

.gender dd input {
    width: 20px;
    height: auto;
    background-color: #f7f7f7;
}

.contact_container a {
    color: #333;
    display: inline-block;
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease;
    background-color: transparents;
}

.contact_container a:hover {
    color: #ddd;
    filter: brightness(70%);
}


.annotation_txt {
    font-size: 14px;
}

.important {
    font-size: 20px;
    margin: 50px 0;
    text-align: center;
}

.checkbox {
    width: 32px;
    height: 32px;
    vertical-align: text-bottom;
}

.submit_btn {
    text-align: center;
}

.submit_btn input {
    background-color: rgb(212, 11, 11);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.25rem;
    transition: all 0.3s;
}

.submit_btn input:hover {
    background-color:  rgb(218, 120, 120);
}


/* .privacy */

.privacy_main {
    background-color: #f7f7f7;
    padding: 0 0 50px;
}

.privacy_main .pagetop {
    background: url(../images/pexels-ylanite-koppens-796602.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}

.privacy_container {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 3%;
}

.privacy_container section {
    margin: 30px 0;
}

.privacy_container h2 {
    font-weight: bold;
    font-size: 18px;

    text-indent: -1em;
}

.privacy_container p {
    margin: 13px 0;
    font-size: 13px;
}

.privacy_container ul li {
    font-size: 13px;
}

.list_style_decimal {
    list-style: decimal;
}



@media screen and (max-width:924px) and (min-width:769px) {
    .about_philosophy {
        min-width: 400px;
    }

    .message_img {
        width: 350px;
    }

    .slider_contents img {
        height: 500px;
    }
}


@media screen and (max-width:768px) {

    .header_logo {
        margin-left: 10px;
    }

    .header_logo img {
        width: 60px;
    }

    .header_logo h1 {
        font-size: 30px;
    }

    .header_nav {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        opacity: 0;
        z-index: 5;
        background-color: rgb(183, 180, 180);
        margin: 0;
        padding: 30px;
        width: 220px;
        transition: all 0.5s;
    }

    .nav_list {
        display: block;
        margin: 0;
    }

    .nav_list_item {
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        /* border-bottom: 1px solid #fff; */
    }

    .toggle_btn {
        display: block;
    }

    .key_visual {
        width: 100%;
        height: 500px;
    }

    .key_visual strong {
        font-size: 40px;
    }

    .slider_contents img {
        height: 500px;
    }

    .about_title {
        font-size: 30px;
        padding: 0px 3%;
    }

    .about_us {
        display: block;
    }

    .about_txt {
        padding: 20px;
    }

    .about_txt h3 {
        text-align: left;
        font-size: 22px;
    }

    .about_txt p {
        font-size: 13px;
    }

    .about_philosophy {
        width: 100%;
        /* background-color: #ddd; */
        padding: 20px 0 0;
    }

    .philosophy_cb {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

    .p_item1 {
        margin: 0 10px;
    }

    .p_item2 {
        margin: 0 10px;
    }

    .p_item3 {
        margin: 0 10px;
    }


    .message_title {
        font-size: 32px;
    }

    .message_bg {
        display: block;

    }

    .message_img {
        position: relative;
        left: 30px;
        margin-bottom: 30px;
    }

    .message_img {
        width: 300px;
    }

    .message_txt {
        max-width: 100%;
        width: 100%;
        top: 0;
        right: 0;
        padding: 20px 30px;
    }


    #service {
        padding: 50px 3% 100px;
    }

    .service_title {
        font-size: 32px;
    }

    .service_container {
        flex-wrap: wrap;
    }

    .service_item {
        width: calc((100% - 80px) / 2);
        margin-bottom: 50px;
    }

    .footer_contact_ttl {
        font-size: 30px;
    }

    .contact_btn {
        height: auto;
    }

    .recruit_btn {
        height: auto;
    }

    .footer_logo img {
        width: 60px;
    }

    .footer_logo h3 {
        font-size: 30px;
    }

    .location_map {
        width: 60%;
        height: 300px;
    }

    .location_info h3 {
        font-size: 20px;
    }

    .location_info p {
        margin: 7px 0;
    }

    .access p {
        font-size: 12px;
    }
    .location_info .info_postal {
        margin: 0;
    }

    .location_info .info_address {
        position: relative;
        left: 10px;
        text-indent: 0;
        margin: 0;
    }

    .location_info p:last-child {
        left: 13px;
    }

    

    .sns {
        margin-top: 20px;
    }   

    .pagetop {
        height: 300px;
    }

    .company_container {
        width: 100%;
        padding: 50px 2%;
    }

    .recruit_container {
        width: 100%;
        padding: 20px 30px;
    }

    .pagetop_title {
        font-size: 40px;
    }

    .pagetop_subtitle {
        font-size: 18px;
    }

    .contact_list dt {
        font-size: 16px;
    }

    .contact_list dd select {
        font-size: 14px;
    }

    .contact_list dd input,
    .contact_list dd textarea {
        font-size: 14px;
    }

    .checkbox {
        width: 24px;
        height: 24px;
    }

    .important {
        font-size: 16px;
    }

}






@media screen and (max-width:600px) {

    body {
        font-size: 13px;
    }

    .header {
        height: 70px;
    }

    .header_logo h1 {
        font-size: 26px;
        letter-spacing: 4px;
    }

    .header_logo img {
        width: 55px;
    }

    .key_visual {
        width: 100%;
        height: 400px;
    }

    .slider_contents img {
        height: 300px;
    }

    .about {
        padding: 20px 0;
    }

    .about_us {
        margin: 10px 0 120px;
    }

    .about_title {
        font-size: 28px;
        padding: 0px 20px;
    }

    .about_txt h3 {
        font-size: 20px;
    }

    .philosophy_item {
        width: 100px;
        height: 100px;
    }

    .philosophy_item p {
        font-size: 10px;
    }

    .message_img {
        width: 250px;
    }

    .company_container {
        padding: 50px 5%;
    }

    #service {
        padding: 30px 20px;
    }

    .service_title {
        font-size: 28px;
    }

    .service_container {
        display: block;
        padding: 0 5%;
    }

    .service_item {
        display: flex;
        width: 100%;
    }

    .service_item img {
        width: 35%;
    }

    .service_item_txt {
        width: 50%;
        margin-left: 20px;
    }

    .service_item_description {
        font-size: 10px;
    }

    .rucruit_title {
        font-size: 15px;
    }

    .rucruit_container {
        padding: ;
    }

    .footer_contact_ttl {
        font-size: 24px;
    }

    .footer_contact_subttl {
        font-size: 10px;
    }

    .footer_logo {
        justify-content: center;
        padding: 10px 0;
    }

    .footer_logo img {
        margin: 0;
    }

    .footer_logo h3 {
        font-size: 24px;
        margin: 0;
    }

    .location {
        /* background-color: #333; */
        padding: 10px 30px;
    }

    .location_map {
        display: none;
    }

    .location_info {
        width: 100%;
        margin: 0 auto;
    }

    .access {
        text-align: left;
    }

    .icon {
        font-size: 15px;
    }

    .pagetop {
        height: 200px;
    }

    .pagetop_ttlframe {
        left: 30px;
    }

    .pagetop_title {
        font-size: 32px;
    }

    .pagetop_subtitle {
        font-size: 16px;
    }

    .contact_container {
        padding: 30px 25px;
    }

    .checkbox {
        width: 20px;
        height: 20px;
    }

    .important {
        font-size: 14px;
    }

    .annotation_txt {
        font-size: 13px;
    }

}