﻿@charset "utf-8";

/* ==========================================
	Last Up Date 2019/07/16
 --------------------------------------------
	INDEX
 --------------------------------------------
 
	1.00.00 PC_media screen
		1.01.00 #main_photo
        1.02.00 #gallery
        1.03.00 #about
        1.04.00 #c_detail
        1.05.00 #share
        1.06.00 #visit
        1.07.00 #contact
	2.00.00 TB_media screen
		2.01.00 #main_photo
        2.02.00 #gallery
        2.03.00 #about
        2.04.00 #c_detail
        2.05.00 #share
        2.06.00 #visit
        2.07.00 #contact
	3.00.00 SP_media screen
		3.01.00 #main_photo
        3.02.00 #gallery
        3.03.00 #about
        3.04.00 #c_detail
        3.05.00 #share
        3.06.00 #visit
        3.07.00 #contact

========================================== */
/* ==========================================
1.00.00 PC_media screen
========================================== */
@media screen and (min-width:1024px),print{
/* ==========================================
	1.01.00 #main_photo
========================================== */
body#aboutus div#main_photo {
    display: flex;
}
body#aboutus div#main_photo div {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(191,201,214,0.3);
    width: 50%;
    height: 530px;
}
body#aboutus div#main_photo div::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 200px;
    height: 200px;
    background: rgba(113,119,213,0.3);
    border-radius: 300px;
}
body#aboutus div#main_photo div::before {
    content: "";
    position: absolute;
    bottom: 150px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: rgba(239,234,58,0.3);
    border-radius: 100px;
}
body#aboutus div#main_photo div * {
    text-align: center;
}
body#aboutus div#main_photo h2 {
    display: block;
    font:300 1.8rem futura-pt, sans-serif;
	letter-spacing: 0.1rem;
	line-height: 1.0;
}
body#aboutus div#main_photo h2 + p {
    display: block;
    width: 250px;
    margin: 30px 0 25px;
}
body#aboutus div#main_photo h2 + p svg .st0 {
    fill:#000000;
}
body#aboutus div#main_photo h3 {
    display: block;
    font: 400 1.5rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    line-height: 2.2;
    width: 350px;
}
body#aboutus div#main_photo h3 + p {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    line-height: 2.0;
    width: 350px;
    margin: 40px 0 0;
}
body#aboutus div#main_photo > p {
    display: block;
    position: relative;
    z-index: 2;
    width: 50%;
    height: 530px;
}
body#aboutus div#main_photo > p img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ==========================================
	1.02.00 #gallery
========================================== */
body#aboutus div#gallery div.slick-list p {
    box-sizing: border-box;
}
body#aboutus div#gallery div.slick-list p img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
body#aboutus div#gallery ul.gallery_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0;
}
body#aboutus div#gallery ul.gallery_bt li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
}
body#aboutus div#gallery ul.gallery_bt button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 0;
    margin: 0;
    background: #bfc9d6;
    width: 12px;
    height: 12px;
    border-radius: 100px;
}
body#aboutus div#gallery ul.gallery_bt li.slick-active button {
    background: #000000;
}
/* ==========================================
	1.03.00 #about
========================================== */
body#aboutus div#about {
    position: relative;
    margin: 55px 0 0;
}
body#aboutus div#about::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 330px;
    left: calc(50% - 95px);
    top: 0;
    background: rgba(215,236,250,0.5);
    z-index: -1;
}
body#aboutus div#about::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% + 95px);
    top: 0;
    z-index: -1;
    border-left: solid 95px rgba(215,236,250,0.5);
    border-top: solid 164.5px transparent;
    border-bottom: solid 164.5px transparent;
}
body#aboutus div#about div.in_box {
    max-width: 1024px;
    position: relative;
    padding: 55px 35px;
    margin: 0 auto 55px;
    text-align: center;
}
body#aboutus div#about div.in_box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 190px);
    top: 0;
    z-index: -1;
    border-right: solid 95px rgba(215,236,250,0.5);
    border-top: solid 164.5px transparent;
    border-bottom: solid 164.5px transparent;
}
body#aboutus div#about h3 {
    display: block;
    font: 400 1.6rem ten-mincho-text, serif;
    letter-spacing: 0.4rem;
}
body#aboutus div#about h3 + p {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 3.0;
    margin: 30px auto 0;
    max-width: 550px;
}
body#aboutus div#about > p {
    display: block;
    position: relative;
    max-width: 1190px;
    margin: 0 auto;
}
body#aboutus div#about > p img {
    object-fit: cover;
    border-radius: 20px;
}
body#aboutus div#about > p::after {
    content: "";
    position: absolute;
    width: 175px;
    height: 175px;
    right: 80px;
    bottom: -87px;
    z-index: 1;
    background: url("../../img/common/maru.svg") no-repeat;
    background-size: contain;
    animation: huwa02 8.0s 3.0s infinite;
}
body#aboutus div#about > p::before {
    content: "";
    position: absolute;
    width: 115px;
    height: 99px;
    right: 40px;
    bottom: 30px;
    z-index: 1;
    background: url("../../img/common/six_box.svg") no-repeat;
    background-size: contain;
    animation: huwa01 10.0s infinite;
}
@keyframes huwa01 {
    0% {bottom: 30px;}
    50%{bottom: 10px;}
    100% {bottom: 30px;}
}
@keyframes huwa02 {
    0% {bottom: -87px;}
    50%{bottom: -120px;}
    100% {bottom: -87px;}
}
/* ==========================================
	1.04.00 #c_detail
========================================== */
body#aboutus div#c_detail {
    margin: 65px 0 0;
}
body#aboutus div#c_detail div.in_box {
    max-width: 1024px;
    padding: 0 35px;
    text-align: center;
}
body#aboutus div#c_detail h3 {
    display: inline-block;
    position: relative;
    font: 400 1.7rem ten-mincho-text, serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
    padding: 0 0 5px;
    margin: 0 0 33px;
}
body#aboutus div#c_detail h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 9px;
    bottom: 0;
    left: -3px;
    background: #efea3a;
    z-index: -1;
}
body#aboutus div#c_detail h3 + p {
    display: block;
    font-size: 1.3rem;
    line-height: 2.0;
    text-align: center;
    max-width: 535px;
    margin: 0 auto;
}
body#aboutus div#c_detail p + div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    max-width: 670px;
    background: #f7f9fa;
    margin: 63px auto 0;
}
body#aboutus div#c_detail p + div::after {
    content: "+";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    font: 700 3.0rem soleil, sans-serif;
    line-height: 1.0;
}
body#aboutus div#c_detail h4 {
    display: flex;
    justify-content: center;
    align-self: flex-start;
    width: 200px;
    background: #71c7d5;
    color: #FFFFFF;
    font: 400 1.6rem ten-mincho-text, serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
    padding: 10px 0;
    margin: -18px 25% 0;
}
body#aboutus div#c_detail p + div p {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 200px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    text-align: center;
    margin: 50px 50px 35px;
}
body#aboutus div#c_detail p + div p:first-of-type span {
    width: 120px;
    padding: 0 0 20px;
}
body#aboutus div#c_detail p + div p:last-child span {
    position: relative;
    width: 160px;
    padding: 0 0 45px;
}
body#aboutus div#c_detail p + div p:last-child span::after {
    content: "STAFF";
    position: absolute;
    bottom: 20px;
    left: 58px;
    font: 700 1.3rem soleil, sans-serif;
    line-height: 1.0;
    letter-spacing: 0.3rem;
}
body#aboutus div#c_detail > div:last-child {
    width: 100%;
    background: rgba(113,199,213,0.3);
    padding: 115px 0 45px;
    margin: -75px 0 0;
    position: relative;
    z-index: -1;
}
body#aboutus div#c_detail > div:last-child p {
    display: block;
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}
/* ==========================================
	1.05.00 #share
========================================== */
body#aboutus div#share  {
    margin: 55px 0 0;
    background: url("../../img/contents/aboutus/roommate_bg.jpg") no-repeat top center;
}
body#aboutus div#share div.in_box  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1024px;
    padding: 0 35px;
}
body#aboutus div#share h4  {
    display: block;
    position: relative;
    width: 45%;
    box-sizing: border-box;
    z-index: 1;
    padding: 110px 0;
}
body#aboutus div#share h4 span  {
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 2.5;
    width: 100%;
}
body#aboutus div#share h4::after  {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    top: 85px;
    left: -25px;
    background: rgba(113,199,213,0.3);
    border-radius: 100px;
    z-index: 0;
}
body#aboutus div#share div.in_box div:first-of-type  {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #fbfbfb;
    width: 100%;
    box-sizing: border-box;
    padding: 45px 0;
    margin: 20px 0 0;
    z-index: -1;
}
body#aboutus div#share h5  {
    display: inline-block;
    position: relative;
    padding: 0 0 3px;
    margin: 30px;
    font: 400 1.5rem ten-mincho-text, serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
}
body#aboutus div#share h5::after  {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: -3px;
    bottom: -3px;
    background: rgba(215,236,250,0.5);
    z-index: -1;
}
body#aboutus div#share div div:first-of-type h5 + p {
    display: block;
    width: 580px;
    font-size: 1.3rem;
    line-height: 2.0;
}
body#aboutus div#share div div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fbfbfb;
    box-sizing: border-box;
    padding: 45px 35px;
    margin: 20px 0 0;
    z-index: -1;
}
body#aboutus div#share div div:last-child h5 {
    display: flex;
    justify-content: center;
    margin:30px 40%;
}
body#aboutus div#share div div:last-child p:first-of-type {
    display: block;
    text-align: right;
    font: 400 1.5rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    line-height: 1.0;
    width: 50%;
}
body#aboutus div#share div div:last-child p:nth-of-type(2) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font: 900 3.5rem toppan-bunkyu-midashi-min-st, serif;
    letter-spacing: 0.3rem;
    line-height: 1.0;
    width: 50%;
}
body#aboutus div#share div div:last-child p:nth-of-type(2) span {
    display: flex;
    align-items: flex-end;
    font: 900 1.5rem toppan-bunkyu-midashi-min-st, serif;
    letter-spacing: 0.3rem;
    padding: 0 0 3px 3px;
    line-height: 1.0;
}
body#aboutus div#share div div:last-child p:last-child {
    display: block;
    width: 100%;
    max-width: 580px;
    margin: 10px 0 0;
    font-size: 1.3rem;
    line-height: 2.0;
}
/* ==========================================
	1.06.00 #visit
========================================== */
body#aboutus div#visit {
    padding: 90px 0 0;
    margin: 80px 0 0;
    background: rgba(215,236,250,0.5);
}
body#aboutus div#visit div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 1024px;
    padding: 0 35px 100px;
}
body#aboutus div#visit h3 {
    display: block;
    font: 400 1.8rem rockwell, sans-serif;
    letter-spacing: 0.6rem;
    line-height: 1.0;
}
body#aboutus div#visit h4 {
    display: block;
    position: relative;
    font: 400 1.6rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    padding: 10px 0 0 3px;
    z-index: 1;
}
body#aboutus div#visit h4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -2px;
    background: #efea3a;
    z-index: -1;
}
body#aboutus div#visit h4 +div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 45px 0 0;
}
body#aboutus div#visit ul {
    width: 510px;
}
body#aboutus div#visit ul li:first-child {
    display: flex;
    background: rgba(215,236,250,0.5);
    padding: 0 15px;
}
body#aboutus div#visit ul li:first-child p {
    display: block;
    font: 400 1.4rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    padding: 17px 15px;
    box-sizing: border-box;
}
body#aboutus div#visit ul li:first-child p:first-child {
    margin: 0 auto 0 0;
}
body#aboutus div#visit ul li:not(:first-child) {
    display: flex;
    background: rgba(243,249,254,0.5);
    padding: 0 15px;
}
body#aboutus div#visit ul li:not(:first-child) p {
    display: block;
    font:300 1.4rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.2rem;
    padding: 17px 15px;
    box-sizing: border-box;
}
body#aboutus div#visit ul li:not(:first-child) p:first-child {
    margin: 0 auto 0 0;
}
body#aboutus div#visit ul li:not(:first-child) p:not(:first-child) {
    color: #00ace7;
}
body#aboutus div#visit ul li:not(:first-child) p.holiday {
    color: #000000;
}
body#aboutus div#visit ul + div {
    width: calc(100% - 510px);
    box-sizing: border-box;
    padding: 0 0 0 30px;
}
body#aboutus div#visit ul + div p:first-child {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.4rem;
}
body#aboutus div#visit ul + div h5 {
    display: flex;
    align-items: center;
    font:300 2.3rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.2rem;
    padding: 15px 0;
}
body#aboutus div#visit ul + div h5 span {
    display: block;
    width: 15px;
    padding: 0 10px 0 0;
}
body#aboutus div#visit ul + div h5 + p {
    display: block;
    font-size: 1.3rem;
    line-height: 2.0;
}
body#aboutus div#visit ul + div h5 + p span {
    display: block;
    font-size: 1.1rem;
    line-height: 2.0;
    padding: 5px 0 0;
}
/* ==========================================
	1.07.00 #contact
========================================== */
body#aboutus div#contact {
    background: #fbfbfb;
}
body#aboutus div#contact div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 1024px;
    padding: 125px 35px;
}
body#aboutus div#contact h3 {
    display: block;
    font: 400 2.0rem rockwell, sans-serif;
    letter-spacing: 0.6rem;
    line-height: 1.0;
}
body#aboutus div#contact h4 {
    display: inline-block;
    position: relative;
    padding: 0 0 -3px;
    margin: 23px 0 0;
    font: 400 1.7rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.4rem;
    z-index: 1;
}
body#aboutus div#contact h4::after {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: 10px;
    left: -3px;
    bottom: -2px;
    background: #efea3a;
    z-index: -1;
}
body#aboutus div#contact h4 + p {
    display: block;
    width: 400px;
    text-align: center;
    font: 400 1.4rem ten-mincho-text, serif;
    line-height: 2.2;
    letter-spacing: 0.2rem;
    margin: 45px 0 0;
}
body#aboutus div#contact p + p {
    display: block;
    width: 400px;
    text-align: center;
    font: 400 1.3rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    margin: 55px 0 0;
}
body#aboutus div#contact h6 {
    display: block;
    font:500 2.8rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.4rem;
    margin: 10px 0 0;
}
body#aboutus div#contact a {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 350px;
    margin: 25px auto 0;
    padding: 25px 0;
    font: 400 1.6rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    border: solid thin #000000;
    background: #FFFFFF;
    color: #000000;
}
body#aboutus div#contact a:hover {
    background: #71c7d5;
    color: #FFFFFF;
    border: solid thin #71c7d5;
}
}
/* ==========================================
2.00.00 TB_media screen
========================================== */
@media screen and (max-width: 1023px) and (min-width:569px) {
/* ==========================================
	2.01.00 #main_photo
========================================== */
body#aboutus div#main_photo {
    /*display: flex;*/
}
body#aboutus div#main_photo div {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(191,201,214,0.3);
    width: 100%;
    height: 530px;
}
body#aboutus div#main_photo div::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 200px;
    height: 200px;
    background: rgba(113,119,213,0.3);
    border-radius: 300px;
}
body#aboutus div#main_photo div::before {
    content: "";
    position: absolute;
    bottom: 150px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: rgba(239,234,58,0.3);
    border-radius: 100px;
}
body#aboutus div#main_photo div * {
    text-align: center;
}
body#aboutus div#main_photo h2 {
    display: block;
    font:300 1.8rem futura-pt, sans-serif;
	letter-spacing: 0.1rem;
	line-height: 1.0;
}
body#aboutus div#main_photo h2 + p {
    display: block;
    width: 250px;
    margin: 30px 0 25px;
}
body#aboutus div#main_photo h2 + p svg .st0 {
    fill:#000000;
}
body#aboutus div#main_photo h3 {
    display: block;
    font: 400 1.5rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    line-height: 2.2;
    width: 350px;
}
body#aboutus div#main_photo h3 + p {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    line-height: 2.0;
    width: 350px;
    margin: 40px 0 0;
}
body#aboutus div#main_photo > p {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 350px;
}
body#aboutus div#main_photo > p img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ==========================================
	2.02.00 #gallery
========================================== */
body#aboutus div#gallery div.slick-list p {
    box-sizing: border-box;
}
body#aboutus div#gallery div.slick-list p img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
body#aboutus div#gallery ul.gallery_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0;
}
body#aboutus div#gallery ul.gallery_bt li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
}
body#aboutus div#gallery ul.gallery_bt button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 0;
    margin: 0;
    background: #bfc9d6;
    width: 12px;
    height: 12px;
    border-radius: 100px;
}
body#aboutus div#gallery ul.gallery_bt li.slick-active button {
    background: #000000;
}
/* ==========================================
	2.03.00 #about
========================================== */
body#aboutus div#about {
    position: relative;
    margin: 55px 0 0;
}
body#aboutus div#about::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 330px;
    left: calc(50% - 95px);
    top: 0;
    background: rgba(215,236,250,0.5);
    z-index: -1;
}
body#aboutus div#about::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% + 95px);
    top: 0;
    z-index: -1;
    border-left: solid 95px rgba(215,236,250,0.5);
    border-top: solid 164.5px transparent;
    border-bottom: solid 164.5px transparent;
}
body#aboutus div#about div.in_box {
    max-width: 1024px;
    position: relative;
    padding: 55px 35px;
    margin: 0 auto 55px;
    text-align: center;
}
body#aboutus div#about div.in_box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 190px);
    top: 0;
    z-index: -1;
    border-right: solid 95px rgba(215,236,250,0.5);
    border-top: solid 164.5px transparent;
    border-bottom: solid 164.5px transparent;
}
body#aboutus div#about h3 {
    display: block;
    font: 400 1.6rem ten-mincho-text, serif;
    letter-spacing: 0.4rem;
}
body#aboutus div#about h3 + p {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 3.0;
    margin: 30px auto 0;
    max-width: 550px;
}
body#aboutus div#about > p {
    display: block;
    position: relative;
    margin: 0 35px;
}
body#aboutus div#about > p img {
    object-fit: cover;
    border-radius: 20px;
}
body#aboutus div#about > p::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: 50px;
    bottom: -87px;
    z-index: 1;
    background: url("../../img/common/maru.svg") no-repeat;
    background-size: contain;
    animation: huwa02 8.0s 3.0s infinite;
}
body#aboutus div#about > p::before {
    content: "";
    position: absolute;
    width: 115px;
    height: 99px;
    right: 40px;
    bottom: 30px;
    z-index: 1;
    background: url("../../img/common/six_box.svg") no-repeat;
    background-size: contain;
    animation: huwa01 10.0s infinite;
}
@keyframes huwa01 {
    0% {bottom: 30px;}
    50%{bottom: 10px;}
    100% {bottom: 30px;}
}
@keyframes huwa02 {
    0% {bottom: -87px;}
    50%{bottom: -120px;}
    100% {bottom: -87px;}
}
/* ==========================================
	2.04.00 #c_detail
========================================== */
body#aboutus div#c_detail {
    margin: 65px 0 0;
}
body#aboutus div#c_detail div.in_box {
    max-width: 1024px;
    padding: 0 35px;
    text-align: center;
}
body#aboutus div#c_detail h3 {
    display: inline-block;
    position: relative;
    font: 400 1.7rem ten-mincho-text, serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
    padding: 0 0 5px;
    margin: 0 0 33px;
}
body#aboutus div#c_detail h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 9px;
    bottom: 0;
    left: -3px;
    background: #efea3a;
    z-index: -1;
}
body#aboutus div#c_detail h3 + p {
    display: block;
    font-size: 1.3rem;
    line-height: 2.0;
    text-align: center;
    max-width: 535px;
    margin: 0 auto;
}
body#aboutus div#c_detail p + div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    max-width: 670px;
    background: #f7f9fa;
    margin: 63px auto 0;
}
body#aboutus div#c_detail p + div::after {
    content: "+";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    font: 700 3.0rem soleil, sans-serif;
    line-height: 1.0;
}
body#aboutus div#c_detail h4 {
    display: flex;
    justify-content: center;
    align-self: flex-start;
    width: 200px;
    background: #71c7d5;
    color: #FFFFFF;
    font: 400 1.6rem ten-mincho-text, serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
    padding: 10px 0;
    margin: -18px 25% 0;
}
body#aboutus div#c_detail p + div p {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 200px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    text-align: center;
    margin: 50px 50px 35px;
}
body#aboutus div#c_detail p + div p:first-of-type span {
    width: 120px;
    padding: 0 0 20px;
}
body#aboutus div#c_detail p + div p:last-child span {
    position: relative;
    width: 160px;
    padding: 0 0 45px;
}
body#aboutus div#c_detail p + div p:last-child span::after {
    content: "STAFF";
    position: absolute;
    bottom: 20px;
    left: 58px;
    font: 700 1.3rem soleil, sans-serif;
    line-height: 1.0;
    letter-spacing: 0.3rem;
}
body#aboutus div#c_detail > div:last-child {
    width: 100%;
    background: rgba(113,199,213,0.3);
    padding: 115px 0 45px;
    margin: -75px 0 0;
    position: relative;
    z-index: -1;
}
body#aboutus div#c_detail > div:last-child p {
    display: block;
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}
/* ==========================================
	2.05.00 #share
========================================== */
body#aboutus div#share  {
    margin: 55px 0 0;
    background: url("../../img/contents/aboutus/roommate_bg_tb.jpg") no-repeat top center;
}
body#aboutus div#share div.in_box  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
}
body#aboutus div#share h4  {
    display: flex;
    align-items: center;
    position: relative;
    width: 295px;
    z-index: 1;
    min-height: 439px;
    background: rgba(255,255,255,0.7);
    margin: 0 0 0 -35px;
    padding: 0 35px 0 35px;
}
body#aboutus div#share h4 span  {
    display: block;
    position: relative;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 2.5;
    width: 100%
    box-sizing: border-box;
    z-index: 1;
}
body#aboutus div#share h4::after  {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    top: 40px;
    left: 15px;
    background: rgba(113,199,213,0.3);
    border-radius: 100px;
    z-index: 0;
}
body#aboutus div#share div.in_box div:first-of-type  {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #fbfbfb;
    width: 100%;
    box-sizing: border-box;
    padding: 45px 35px;
    margin: 20px 0 0;
    z-index: -1;
}
body#aboutus div#share h5  {
    display: inline-block;
    position: relative;
    padding: 0 0 3px;
    margin: 30px;
    font: 400 1.5rem ten-mincho-text, serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
}
body#aboutus div#share h5::after  {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: -3px;
    bottom: -3px;
    background: rgba(215,236,250,0.5);
    z-index: -1;
}
body#aboutus div#share div div:first-of-type h5 + p  {
    display: block;
    max-width: 580px;
    font-size: 1.3rem;
    line-height: 2.0;
}
body#aboutus div#share div div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fbfbfb;
    box-sizing: border-box;
    padding: 45px 35px;
    margin: 20px 0 0;
    z-index: -1;
}
body#aboutus div#share div div:last-child h5 {
    display: flex;
    justify-content: center;
    margin:30px 40%;
}
body#aboutus div#share div div:last-child p:first-of-type {
    display: block;
    text-align: right;
    font: 400 1.5rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    line-height: 1.0;
    width: 50%;
}
body#aboutus div#share div div:last-child p:nth-of-type(2) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font: 900 3.5rem toppan-bunkyu-midashi-min-st, serif;
    letter-spacing: 0.3rem;
    line-height: 1.0;
    width: 50%;
}
body#aboutus div#share div div:last-child p:nth-of-type(2) span {
    display: flex;
    align-items: flex-end;
    font: 900 1.5rem toppan-bunkyu-midashi-min-st, serif;
    letter-spacing: 0.3rem;
    padding: 0 0 3px 3px;
    line-height: 1.0;
}
body#aboutus div#share div div:last-child p:last-child {
    display: block;
    width: 100%;
    max-width: 580px;
    margin: 10px 0 0;
    font-size: 1.3rem;
    line-height: 2.0;
}
/* ==========================================
	2.06.00 #visit
========================================== */
body#aboutus div#visit {
    padding: 90px 0 0;
    margin: 80px 0 0;
    background: rgba(215,236,250,0.5);
}
body#aboutus div#visit div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 35px 100px;
}
body#aboutus div#visit h3 {
    display: block;
    font: 400 1.8rem rockwell, sans-serif;
    letter-spacing: 0.6rem;
    line-height: 1.0;
}
body#aboutus div#visit h4 {
    display: block;
    position: relative;
    font: 400 1.6rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    padding: 10px 0 0 3px;
    z-index: 1;
}
body#aboutus div#visit h4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -2px;
    background: #efea3a;
    z-index: -1;
}
body#aboutus div#visit h4 +div {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 45px 0 0;
}
body#aboutus div#visit ul {
    width: 499px;
}
body#aboutus div#visit ul li:first-child {
    display: flex;
    background: rgba(215,236,250,0.5);
    padding: 0 15px;
}
body#aboutus div#visit ul li:first-child p {
    display: block;
    font: 400 1.4rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    padding: 17px 15px;
    box-sizing: border-box;
}
body#aboutus div#visit ul li:first-child p:first-child {
    margin: 0 auto 0 0;
}
body#aboutus div#visit ul li:not(:first-child) {
    display: flex;
    background: rgba(243,249,254,0.5);
    padding: 0 15px;
}
body#aboutus div#visit ul li:not(:first-child) p {
    display: block;
    font:300 1.4rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.2rem;
    padding: 17px 15px;
    box-sizing: border-box;
}
body#aboutus div#visit ul li:not(:first-child) p:first-child {
    margin: 0 auto 0 0;
}
body#aboutus div#visit ul li:not(:first-child) p:not(:first-child) {
    color: #00ace7;
}
body#aboutus div#visit ul li:not(:first-child) p.holiday {
    color: #000000;
}
body#aboutus div#visit ul + div {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 0;
}
body#aboutus div#visit ul + div p:first-child {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.4rem;
}
body#aboutus div#visit ul + div h5 {
    display: flex;
    align-items: center;
    font:300 2.3rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.2rem;
    padding: 15px 0;
}
body#aboutus div#visit ul + div h5 span {
    display: block;
    width: 15px;
    padding: 0 10px 0 0;
}
body#aboutus div#visit ul + div h5 + p {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.0;
}
body#aboutus div#visit ul + div h5 + p span {
    display: block;
    font-size: 1.1rem;
    line-height: 2.0;
    padding: 5px 0 0;
}
/* ==========================================
	2.07.00 #contact
========================================== */
body#aboutus div#contact {
    background: #fbfbfb;
}
body#aboutus div#contact div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 1024px;
    padding: 125px 35px;
}
body#aboutus div#contact h3 {
    display: block;
    font: 400 2.0rem rockwell, sans-serif;
    letter-spacing: 0.6rem;
    line-height: 1.0;
}
body#aboutus div#contact h4 {
    display: inline-block;
    position: relative;
    padding: 0 0 -3px;
    margin: 23px 0 0;
    font: 400 1.7rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.4rem;
    z-index: 1;
}
body#aboutus div#contact h4::after {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: 10px;
    left: -3px;
    bottom: -2px;
    background: #efea3a;
    z-index: -1;
}
body#aboutus div#contact h4 + p {
    display: block;
    width: 400px;
    text-align: center;
    font: 400 1.4rem ten-mincho-text, serif;
    line-height: 2.2;
    letter-spacing: 0.2rem;
    margin: 45px 0 0;
}
body#aboutus div#contact p + p {
    display: block;
    width: 400px;
    text-align: center;
    font: 400 1.3rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    margin: 55px 0 0;
}
body#aboutus div#contact h6 {
    display: block;
    font:500 2.8rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.4rem;
    margin: 10px 0 0;
}
body#aboutus div#contact a {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 350px;
    margin: 25px auto 0;
    padding: 25px 0;
    font: 400 1.6rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    border: solid thin #000000;
    background: #FFFFFF;
    color: #000000;
}
body#aboutus div#contact a:hover {
    background: #71c7d5;
    color: #FFFFFF;
    border: solid thin #71c7d5;
}
}
/* ==========================================
3.00.00 SP_media screen
========================================== */
@media screen and (max-width: 568px) {
/* ==========================================
	3.01.00 #main_photo
========================================== */
body#aboutus div#main_photo {
}
body#aboutus div#main_photo div {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(191,201,214,0.3);
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: 430px;
}
/*body#aboutus div#main_photo div::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 200px;
    height: 200px;
    background: rgba(113,119,213,0.3);
    border-radius: 300px;
}*/
/*body#aboutus div#main_photo div::before {
    content: "";
    position: absolute;
    bottom: 50px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: rgba(239,234,58,0.3);
    border-radius: 100px;
}*/
body#aboutus div#main_photo div * {
    text-align: center;
}
body#aboutus div#main_photo h2 {
    display: block;
    font:300 1.8rem futura-pt, sans-serif;
	letter-spacing: 0.1rem;
	line-height: 1.0;
}
body#aboutus div#main_photo h2 + p {
    display: block;
    width: 150px;
    margin: 30px 0 25px;
}
body#aboutus div#main_photo h2 + p svg .st0 {
    fill:#000000;
}
body#aboutus div#main_photo h3 {
    display: block;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 2.2;
    width: 100%;
}
body#aboutus div#main_photo h3 + p {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 2.0;
    margin: 20px 0 0;
}
body#aboutus div#main_photo > p {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 300px;
}
body#aboutus div#main_photo > p img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* ==========================================
	3.02.00 #gallery
========================================== */
body#aboutus div#gallery div.slick-list p {
    box-sizing: border-box;
}
body#aboutus div#gallery div.slick-list p img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
body#aboutus div#gallery ul.gallery_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}
body#aboutus div#gallery ul.gallery_bt li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
}
body#aboutus div#gallery ul.gallery_bt button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 0;
    margin: 0;
    background: #bfc9d6;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}
body#aboutus div#gallery ul.gallery_bt li.slick-active button {
    background: #000000;
}
/* ==========================================
	3.03.00 #about
========================================== */
body#aboutus div#about {
    position: relative;
    margin: 55px 0 0;
}
body#aboutus div#about::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 300px;
    left: calc(50% - 75px);
    top: 0;
    background: rgba(215,236,250,0.5);
    z-index: -1;
}
body#aboutus div#about::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% + 75px);
    top: 0;
    z-index: -1;
    border-left: solid 95px rgba(215,236,250,0.5);
    border-top: solid 150px transparent;
    border-bottom: solid 150px transparent;
}
body#aboutus div#about div.in_box {
    position: relative;
    padding: 40px 15px 20px;
    margin: 0 auto 55px;
    text-align: center;
}
body#aboutus div#about div.in_box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 170px);
    top: 0;
    z-index: -1;
    border-right: solid 95px rgba(215,236,250,0.5);
    border-top: solid 150px transparent;
    border-bottom: solid 150px transparent;
}
body#aboutus div#about h3 {
    display: block;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
}
body#aboutus div#about h3 + p {
    display: block;
    font-size: 1.3rem;
    line-height: 2.2;
    width: 250px;
    margin: 20px auto 0;
}
body#aboutus div#about > p {
    display: block;
    position: relative;
    height: 250px;
}
body#aboutus div#about > p img {
    object-fit: cover;
    height: 100%;
}
body#aboutus div#about > p::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: 40px;
    bottom: -60px;
    z-index: 1;
    background: url("../../img/common/maru.svg") no-repeat;
    background-size: contain;
    animation: huwa02 8.0s 3.0s infinite;
}
body#aboutus div#about > p::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 90px;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    background: url("../../img/common/six_box.svg") no-repeat;
    background-size: contain;
    animation: huwa01 10.0s infinite;
}
@keyframes huwa01 {
    0% {bottom: 30px;}
    50%{bottom: 10px;}
    100% {bottom: 30px;}
}
@keyframes huwa02 {
    0% {bottom: -60px;}
    50%{bottom: -100px;}
    100% {bottom: -60px;}
}
/* ==========================================
	3.04.00 #c_detail
========================================== */
body#aboutus div#c_detail {
    margin: 55px 0 0;
}
body#aboutus div#c_detail div.in_box {
    padding: 0 15px;
    text-align: center;
}
body#aboutus div#c_detail h3 {
    display: inline-block;
    position: relative;
    font: 400 1.5rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    line-height: 1.0;
    padding: 0 0 5px;
    margin: 0 0 33px;
}
body#aboutus div#c_detail h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 9px;
    bottom: 0;
    left: -3px;
    background: #efea3a;
    z-index: -1;
}
body#aboutus div#c_detail h3 + p {
    display: block;
    font-size: 1.3rem;
    line-height: 2.0;
    text-align: center;
    margin: 0 auto;
}
body#aboutus div#c_detail p + div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    max-width: 670px;
    background: #f7f9fa;
    margin: 63px auto 0;
}
body#aboutus div#c_detail p + div::after {
    content: "+";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    font: 700 3.0rem soleil, sans-serif;
    line-height: 1.0;
}
body#aboutus div#c_detail h4 {
    display: flex;
    justify-content: center;
    align-self: flex-start;
    width: 200px;
    background: #71c7d5;
    color: #FFFFFF;
    font: 400 1.6rem ten-mincho-text, serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
    padding: 10px 0;
    margin: -18px 25% 0;
}
body#aboutus div#c_detail p + div p {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 200px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    text-align: center;
    margin: 50px 50px 35px;
}
body#aboutus div#c_detail p + div p:first-of-type span {
    width: 120px;
    padding: 0 0 20px;
}
body#aboutus div#c_detail p + div p:last-child span {
    position: relative;
    width: 160px;
    padding: 0 0 45px;
}
body#aboutus div#c_detail p + div p:last-child span::after {
    content: "STAFF";
    position: absolute;
    bottom: 20px;
    left: 58px;
    font: 700 1.3rem soleil, sans-serif;
    line-height: 1.0;
    letter-spacing: 0.3rem;
}
body#aboutus div#c_detail > div:last-child {
    width: 100%;
    background: rgba(113,199,213,0.3);
    padding: 100px 0 45px;
    margin: -75px 0 0;
    position: relative;
    z-index: -1;
}
body#aboutus div#c_detail > div:last-child p {
    display: block;
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: left;
    margin: 0 auto;
}
/* ==========================================
	3.05.00 #share
========================================== */
body#aboutus div#share  {
    margin: 30px 0 0;
    /*background: url("../../img/contents/aboutus/roommate_bg_tb.jpg") no-repeat top center;*/
}
body#aboutus div#share div.in_box  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
body#aboutus div#share h4  {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 200px 0 0;
}
body#aboutus div#share h4::before  {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px;
    background: url("../../img/contents/aboutus/roommate.jpg") no-repeat top center;
    background-size: cover;
}
body#aboutus div#share h4 span  {
    display: block;
    position: relative;
    line-height: 2.0;
    width: 100%
    box-sizing: border-box;
    z-index: 1;
}
body#aboutus div#share h4::after  {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    top: 170px;
    left: -10px;
    background: rgba(113,199,213,0.3);
    border-radius: 100px;
    z-index: 0;
}
body#aboutus div#share div.in_box div:first-of-type  {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #fbfbfb;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 25px;
    margin: 15px 0 0;
    z-index: -1;
}
body#aboutus div#share h5  {
    display: inline-block;
    position: relative;
    padding: 0 0 3px;
    margin: 15px;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.4rem;
    line-height: 1.0;
}
body#aboutus div#share h5::after  {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: -3px;
    bottom: -3px;
    background: rgba(215,236,250,0.5);
    z-index: -1;
}
body#aboutus div#share div div:first-of-type h5 + p  {
    display: block;
    font-size: 1.3rem;
    line-height: 2.0;
}
body#aboutus div#share div.in_box div:last-child  {
    margin: 30px 0 0;
}
body#aboutus div#share div div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fbfbfb;
    box-sizing: border-box;
    padding: 45px 15px;
    margin: 20px 0 0;
    z-index: -1;
}
body#aboutus div#share div div:last-child h5 {
    display: flex;
    justify-content: center;
    margin:30px 30%;
}
body#aboutus div#share div div:last-child p:first-of-type {
    display: block;
    text-align: right;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.2rem;
    line-height: 1.0;
    width: 50%;
}
body#aboutus div#share div div:last-child p:nth-of-type(2) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font: 900 3.5rem toppan-bunkyu-midashi-min-st, serif;
    letter-spacing: 0.3rem;
    line-height: 1.0;
    width: 50%;
    white-space: nowrap;
}
body#aboutus div#share div div:last-child p:nth-of-type(2) span {
    display: flex;
    align-items: flex-end;
    font: 900 1.5rem toppan-bunkyu-midashi-min-st, serif;
    letter-spacing: 0.3rem;
    padding: 0 0 3px 3px;
    line-height: 1.0;
}
body#aboutus div#share div div:last-child p:last-child {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    font-size: 1.3rem;
    line-height: 2.0;
}
/* ==========================================
	3.06.00 #visit
========================================== */
body#aboutus div#visit {
    padding: 60px 0 0;
    margin: 50px 0 0;
    background: rgba(215,236,250,0.5);
}
body#aboutus div#visit div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 15px 60px;
}
body#aboutus div#visit h3 {
    display: block;
    font: 400 1.6rem rockwell, sans-serif;
    letter-spacing: 0.6rem;
    line-height: 1.0;
}
body#aboutus div#visit h4 {
    display: block;
    position: relative;
    font: 400 1.4rem ten-mincho-text, serif;
    letter-spacing: 0.3rem;
    padding: 7px 0 0 3px;
    z-index: 1;
}
body#aboutus div#visit h4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -2px;
    background: #efea3a;
    z-index: -1;
}
body#aboutus div#visit h4 + div {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 45px 0 0;
}
body#aboutus div#visit ul {
    width: 100%;
}
body#aboutus div#visit ul li:first-child {
    display: flex;
    align-items: center;
    background: rgba(215,236,250,0.5);
    padding: 0 10px;
}
body#aboutus div#visit ul li:first-child p {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    padding: 10px 7px;
    box-sizing: border-box;
}
body#aboutus div#visit ul li:first-child p:first-child {
    margin: 0 auto 0 0;
}
body#aboutus div#visit ul li:not(:first-child) {
    display: flex;
    align-items: center;
    background: rgba(243,249,254,0.5);
    padding: 0 10px;
}
body#aboutus div#visit ul li:not(:first-child) p {
    display: block;
    font:300 1.3rem futura-pt, sans-serif;
    line-height: 1.5;
	letter-spacing: 0.2rem;
    padding: 10px 7px;
    box-sizing: border-box;
}
body#aboutus div#visit ul li:not(:first-child) p:first-child {
    margin: 0 auto 0 0;
}
body#aboutus div#visit ul li:not(:first-child) p:not(:first-child) {
    color: #00ace7;
}
body#aboutus div#visit ul li:not(:first-child) p.holiday {
    color: #000000;
}
body#aboutus div#visit ul + div {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 0;
}
body#aboutus div#visit ul + div p:first-child {
    display: block;
    font: 400 1.3rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.4rem;
}
body#aboutus div#visit ul + div h5 {
    display: flex;
    align-items: center;
    font:300 2.3rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.2rem;
    padding: 15px 0;
}
body#aboutus div#visit ul + div h5 a {
    font:300 2.3rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.2rem;
    color: #000000;
}
body#aboutus div#visit ul + div h5 span {
    display: block;
    width: 15px;
    padding: 0 10px 0 0;
}
body#aboutus div#visit ul + div h5 + p {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.0;
}
body#aboutus div#visit ul + div h5 + p span {
    display: block;
    font-size: 1.1rem;
    line-height: 2.0;
    padding: 5px 0 0;
}
/* ==========================================
	3.07.00 #contact
========================================== */
body#aboutus div#contact {
    background: #fbfbfb;
}
body#aboutus div#contact div.in_box {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 80px 15px;
}
body#aboutus div#contact h3 {
    display: block;
    font: 400 1.6rem rockwell, sans-serif;
    letter-spacing: 0.3rem;
    line-height: 1.0;
}
body#aboutus div#contact h4 {
    display: inline-block;
    position: relative;
    padding: 0 0 -3px;
    margin: 10px 0 0;
    font: 400 1.4rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    z-index: 1;
}
body#aboutus div#contact h4::after {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: 10px;
    left: -3px;
    bottom: -2px;
    background: #efea3a;
    z-index: -1;
}
body#aboutus div#contact h4 + p {
    display: block;
    text-align: center;
    font: 400 1.4rem ten-mincho-text, serif;
    line-height: 2.2;
    letter-spacing: 0.2rem;
    margin: 20px 0 0;
}
body#aboutus div#contact p + p {
    display: block;
    text-align: center;
    font: 400 1.3rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    margin: 30px 0 0;
}
body#aboutus div#contact h6 {
    display: block;
    font:500 2.8rem futura-pt, sans-serif;
    line-height: 1.0;
	letter-spacing: 0.2rem;
    margin: 10px 0 0;
}
body#aboutus div#contact a {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 270px;
    margin: 25px auto 0;
    padding: 25px 0;
    font: 400 1.5rem ten-mincho-text, serif;
    line-height: 1.0;
    letter-spacing: 0.2rem;
    border: solid thin #000000;
    background: #FFFFFF;
    color: #000000;
}
body#aboutus div#contact a:hover {
    background: #71c7d5;
    color: #FFFFFF;
    border: solid thin #71c7d5;
}
}