@charset "utf-8";

/* COMMON
-------------------------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    position: relative;
    color: #333;
    overflow-x: hidden;
    line-height: 1.75;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}

main {
    position: relative;
    z-index: 1;
}

.wrapper {
    overflow: hidden;
}

a,
a:visited,
a:focus {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.imgbase {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

table {
    border-collapse: separate;
}

.glay {
    filter: grayscale(1);
}

.brightness {
    filter: brightness(50%);
}

.ttttest {
    position: fixed;
    bottom: 5%;
    right: 0;
    text-align: center;
    z-index: 9999;
    width: 98%;
}

.ttttestsp {
    display: none;
}

.ttttestsp a:hover {
    opacity: 0.8;
}

@media (min-width:768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
    .ttttestsp {
        display: inline-block;
        position: fixed;
        bottom: 35px;
        right: 0;
        text-align: center;
        z-index: 9999;
        /* ↓original */
        /* width: 27%; */
        width: 35%;
    }
    .ttttest {
        display: none;
    }
}


/* ロード
-------------------------------------------------------------- */
.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}


/* HEADER
-------------------------------------------------------------- */

header {
    position: relative;
    z-index: 9999;
    background: url(../images/mv.jpg) no-repeat -180px bottom;
    background-size: cover;
}

header .kv {
    text-align: right;
    margin: 10em 0 7em;
    /* position: relative;
    left: 162px; */
}

header .kv img {
    margin-top: 41px;
}

header .navbar-default {
    background: transparent;
    margin-bottom: 0;
    border: none;
    position: fixed;
    left: 0;
    width: 100%;
}

header .navbar-header {
    float: none;
    position: fixed;
    width: 100%;
}

header .navbar-brand {
    padding: 0;
    display: block;
    height: auto;
}

header .btn_area {
    float: right;
}

header .btn_area li {
    float: left;
}

header .btn_area li.tel {
    /*	padding: 10px 10px 0 0;*/
}

header .btn_area li.btn01 {
    padding-right: 1px;
}

@media (max-width: 991px) {
    header .navbar-brand {
        width: 120px;
    }
    header .btn_area li.tel {
        /*		padding: 10px 10px 0 0;*/
        width: 201px;
    }
    header .btn_area li.btn01,
    header .btn_area li.btn02 {
        width: 160px;
    }
}

@media (max-width: 767px) {
    header .kv {
        margin: 1em .5em 3em 1em;
    }
    header .navbar-brand {
        width: 100px;
        padding: 5px;
    }
    header .btn_area {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: rgba(255, 255, 255, 1)
    }
    header .btn_area li.tel {
        width: 38%;
        /*		padding: 5px 5px 0;*/
    }
    header .btn_area li.btn01,
    header .btn_area li.btn02 {
        padding: 0;
        width: 31%;
    }
    header .btn_area li.btn01 img,
    header .btn_area li.btn02 img {
        width: 100%;
    }
    header {
        background:transparent;
    }
    .sp_main{
		margin-bottom:1.5em;
	}
	.btn_cv{
		padding:0 10px;
		box-sizing:border-box;
	}
}

@media (max-width: 320px) {}

@media (min-width: 1510px) {
    header {
        position: relative;
        z-index: 9999;
        background: url(../images/mv.jpg) no-repeat center bottom;
        background-size: cover;
    }
}

/* 残り
-------------------------------------------------------------- */

.nokori{
	margin-bottom:30px;font-size:2em;line-height:1.3;text-align:center;
}

@media (max-width:450px) {
	.nokori{
		font-size:7vw;
	}
}

/* 来場ボタン
-------------------------------------------------------------- */

ul.btn_cv_b{
	display:flex;
	 justify-content: center;
}

.btn_cv_b li{
	padding:10px;
}

.spp{
	display:none;
}

@media (max-width:700px) {
	.spp{
		display:block;
	}
	ul.btn_cv_b{
		display:block;
	}
	
	.btn_cv_b li:first-child{
		padding-bottom:15px;
	}
	.btn_cv_b li{
		padding:10px;
	}
}


/* コロナ対策
-------------------------------------------------------------- */

.taisaku{
	font-size: 18px;
    line-height: 1.5;
	width:90%;
	max-width:750px;
    margin: 29px auto 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
}

@media (max-width: 767px) {
	
	.taisaku{
		font-size:15px;
	}
	
}

/* town
-------------------------------------------------------------- */

#town {
    padding: 2% 0 5%;
    text-align: center;
}

#town .box {
    background: #fffcce;
    margin-top: 30px;
}

@media (max-width: 767px) {
    #town {
        padding: 5% 0 10%;
    }
    #town h2 img {
        max-width: 60%;
        margin-bottom: 20px
    }
    #town .box {
        margin-top: 0;
    }
}


/* モデルハウス
-------------------------------------------------------------- */
#modelhouse{
	padding:4% 0 0 0;
	text-align: center;
}

/* town
-------------------------------------------------------------- */

#point {
    padding: 2% 0 2%;
    text-align: center;
}

#point.point_b{
	padding:4% 0 0 0;
}

#point h2 {
    padding: 2% 0 5%;
    text-align: center;
}

#point .txt {
    text-align: left;
    padding: 15px;
}

#point .txt h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #f2835c;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #f2835c;
}

@media (min-width: 768px) {
    #point .col-sm-6:nth-child(3),
    #point .col-sm-6:nth-child(4) {
        margin-bottom: 20px;
    }
}

#point .txt p {
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    #point {
        padding: 5% 0 10%;
    }
    #point h2 img {
        margin-bottom: 20px;
        max-width: 60%;
    }
    #point .photo {
        padding: 0 5px 0 15px;
        margin-bottom: 20px;
    }
    #point .txt {
        text-align: left;
        padding: 5px 15px 15px 10px;
    }
    #point .txt h3 {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
    #point .txt p {
        font-size: 1.3rem;
    }
}


/* family point
-------------------------------------------------------------- */

#familypoint {
    /* background-color: #fffcce; */
    padding: 8% 0 8%;
    text-align: center;
}

#familypoint.familypoint_b{
	padding:4% 0 0 0;
}

#familypoint h2 {
    padding: 2% 0 7%;
    text-align: center;
}

#familypoint .txt {
    text-align: left;
    padding: 15px;
}

#familypoint .container .col-sm-6 {
    width: 100%;
}

#familypoint .container .col-xs-7 {
    width: 100%;
}

#familypoint .txt h3.point1::before {
    content: "";
    width: 81px;
    height: 81px;
    background-size: contain;
    position: absolute;
    top: -32px;
    left: 4px;
    background: url(../images/img_pointmark_1.jpg) no-repeat;
}

#familypoint .txt h3.point2::before {
    content: "";
    width: 81px;
    height: 81px;
    background-size: contain;
    position: absolute;
    top: -32px;
    left: 4px;
    background: url(../images/img_pointmark_2.jpg) no-repeat;
}

#familypoint .txt h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #f2835c;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #f2835c;
    text-indent: 79px;
}

#familypoint .txt p {
    font-size: 1.6rem;
    margin-left: 65px;
}

@media (max-width: 767px) {
    #familypoint {
        padding: 8% 0 10%;
    }
    #familypoint h2 img {
        margin-bottom: 20px;
        max-width: 60%;
    }
    #familypoint .container .col-sm-6 {
        width: 100%;
    }
    #familypoint .txt p {
        margin-left: 75px;
    }
    #familypoint .photo {
        padding: 0 5px 0 15px;
    }
    #familypoint .txt {
        text-align: left;
        padding: 5px 15px 30px 10px;
    }
    #familypoint .txt h3 {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
    #familypoint .txt p {
        font-size: 1.3rem;
    }
}


/* cv
-------------------------------------------------------------- */

.cv {
    background: #ffd5b8;
    margin-top: 30px;
    padding: 4% 0;
    text-align: center;
    font-size: 2rem;
}

.cv h2 {
    margin-bottom: 20px;
}

.cv .photo {
    padding: 0;
}

.cv .txt_cv {
    padding-top: 10px;
    margin-bottom: 30px;
}

.cv ul {
    margin: 20px 0;
}

.cv ul.row {
    display: flex;
}

.cv ul.row li {
    flex: 1;
}

.cv ul li a {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.cv ul li a :hover {
    transform: scale(1.1) rotate(4deg);
}

.cv ul li:first-child {
    text-align: right;
    padding: 0 6px;
}

.cv ul li:last-child {
    text-align: left;
    padding: 0 6px;
}

.cv ul.btn_cv {
    margin: 30px auto;
}

.cv ul.btn_cv li {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

.cv_last {
    margin-top: 0;
}

@media (max-width: 767px) {
    .cv {
        margin-top: 0;
        padding: 10% 0 3%;
        font-size: 1.6rem;
    }
    .cv h2 {
        margin-bottom: -10px;
    }
    .cv h2 img {
        max-width: 90%;
    }
    .cv .photo {
        padding: 0 15px 20px 20px;
    }
}


/* slider
-------------------------------------------------------------- */

.slider {
    padding: 10% 15px;
}

#plan div.slider div:nth-child(n) {
    padding: 0;
}

.slider .owl-stage-outer {
    box-shadow: 0px 0px 10px 2px #cccccc;
}

.slider .item {
    position: relative;
}

.slider .item p {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 3%;
    font-size: 14px;
    color: #000;
    line-height: 1.2em;
    width: 100%;
}

.slider .owl-item:nth-child(even) p {
    background: rgba(143, 196, 214, 0.87);
}

.slider .owl-item:nth-child(odd) p {
    background: rgba(248, 245, 202, 0.8);
}

@media (max-width: 767px) {
    .slider {
        /*padding: 15% 15px 8%;*/
    }
}


/* equip
-------------------------------------------------------------- */

#equip {
    padding: 8% 0 5%;
    text-align: center;
}

#equip h2 {
    margin-bottom: 20px;
}

#equip p {
    position: relative;
}

#equip .more {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 767px) {
    #equip {
        padding:15% 0 10%;
    }
    #equip h2 {
        margin-bottom: 20px;
    }
    #equip h2 img {
        max-width: 60%;
    }
}


/* plan
-------------------------------------------------------------- */

#plan {
    padding: 8% 0;
    text-align: center;
}

#plan h2 {
    margin-bottom: 20px;
}

#plan .line {
    background: url(../images/line.png) no-repeat center bottom;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

#plan ul {
    padding: 50px 0 50px 60px;
}

#plan li {
    position: relative;
    text-align: left;
    font-size: 1.8rem;
    padding-left: 64px;
    margin-bottom: 25px;
    color: #000;
}

#plan li::before {
    content: "";
    width: 31px;
    height: 31px;
    background: url(../images/n01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

#plan li:nth-child(2)::before {
    background: url(../images/n02.png) no-repeat;
}

#plan li:nth-child(3)::before {
    background: url(../images/n03.png) no-repeat;
}

#plan li:nth-child(4)::before {
    background: url(../images/n04.png) no-repeat;
}

#plan li:last-child::before {
    background: url(../images/n05.png) no-repeat;
}

#plan div {
    padding: 15px;
}

#plan ul.btn_cv {
    text-align: center;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#plan ul.btn_cv li::before {
    content: none;
}

#plan ul.btn_cv li {
    display: inline-block;
    margin-bottom: 0px;
    padding-left: 0;
}

#plan ul.btn_cv li a :hover {
    transform: scale(1.1) rotate(4deg);
}

@media (max-width: 767px) {
    #plan {
        padding: 15% 0;
        font-size: 1.6rem;
    }
    #plan h2 {
        margin-bottom: 0;
    }
    #plan h2 img {
        max-width: 60%;
    }
    #plan .line {
        margin-bottom: 30px;
    }
    #plan ul {
        padding: 30px 0 0;
    }
    #plan li {
        font-size: 1.5rem;
        padding-left: 50px;
        margin-bottom: 20px;
    }
    #plan ul.btn_cv {
        padding-bottom: 5px;
        padding-top: 5px;
    }
}


/* land
-------------------------------------------------------------- */

#land {
    text-align: center;
}

#land h2 {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #land h2 {
        margin-bottom: 0;
    }
    #land h2 img {
        max-width: 60%;
    }
}


/* location
-------------------------------------------------------------- */

#location {
    padding:0 0 8% 0;
    text-align: center;
    font-size: 3rem;
}

#location h2 {
    margin-bottom: 30px;
}

#location .container {
    margin: -25px auto;
    margin-top: 20px;
}

#location .photo {
    position: relative;
    padding: 0 8px;
    margin-bottom: 20px;
}

#location .map {
    padding: 0 8px 0 0;
    margin-bottom: 16px;
}

#location .photo p {
    background-color: rgba(255, 252, 206, .8);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    padding: 10px;
}

#location .photo p span {
    font-size: 1.3rem;
    padding: 0;
}

#location .container .sp_display {
    display: none;
}

@media (max-width: 767px) {
    #location {
        padding: 0 0 10%;
        font-size: 1.6rem;
    }
    #location h2 {
        margin-bottom: 20px;
    }
    #location h2 img {
        max-width: 60%;
    }
    #location .container {
        margin: 0px auto;
    }
    #location .photo img {
        width: 100%;
    }
    #location .map {
        padding: 0 8px;
        margin-bottom: 16px;
    }
    #location .photo p span {
        font-size: 1.5rem;
        padding: 0;
    }
    #location .container .sp_none {
        display: none;
    }
    #location .container .sp_display {
        display: block;
        margin-top: 15px;
    }
    #location .container .sp_display h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
        font-weight: 700;
        color: #f2835c;
        padding-bottom: 5px;
        border-bottom: 2px dotted #f2835c;
        text-align: left;
    }
    #location .container .sp_display ul {
        text-align: left
    }
    #location .container .sp_display ul li {
        font-size: 1.4rem;
        line-height: 1.5rem;
        padding-left: 50px;
        margin-bottom: 20px;
        position: relative;
    }
    #location .container .sp_display li:before {
        content: "";
        width: 18px;
        height: 18px;
        background: url(../images/mark_orange.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
    }
}


/* access
-------------------------------------------------------------- */

#access {
    padding: 5% 0;
    text-align: center;
    background-color: #fffcce;
}

#access h2 {
    margin-bottom: 50px;
}

#access #map {
    height: 460px;
}

@media (max-width: 767px) {
    #access {
        padding: 10% 0;
    }
    #access h2 {
        margin-bottom: 20px;
    }
    #access h2 img {
        max-width: 60%;
    }
    #access #map {
        height: 260px;
    }
}


/* outline
-------------------------------------------------------------- */

#outline {
    padding: 5% 0 5%;
    text-align: center;
}

#outline h2 {
    margin-bottom: 50px;
}

#outline p {
    text-align: left;
    font-size: 1.5rem;
    color: #000;
}

@media (max-width: 767px) {
    #outline {
        padding: 10% 0;
    }
    #outline h2 {
        margin-bottom: 20px;
    }
    #outline h2 img {
        max-width: 60%;
    }
}


/* companyintro 会社紹介！
-------------------------------------------------------------- */

#companyintro {
    padding: 8% 0 1% 0;
    text-align: center;
}

#companyintro h2 {
    margin-bottom: 20px;
}

#companyintro ul li img {
    width: 100%;
}

#companyintro .staff_txt {
    background-color: #d5f6f7;
    height: 357px;
    padding: 20px 30px;
}

#companyintro .line_blue {
    background: url(../images/line_blue.png) no-repeat center bottom;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

#companyintro span {
    text-align: right !important;
    display: inline-block;
    width: 75%;
}

#companyintro ul {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 50px 0;
}

#companyintro li {
    flex: 0 0 530px;
    position: relative;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.7em;
    padding-left: 0;
    color: #000;
}

#companyintro .container li:first-child {
    margin-left: auto;
}

#companyintro .container li:last-child {
    margin-right: auto;
}

@media (max-width: 1200px) {
    #companyintro .container li {
        margin: auto;
    }
}

@media (max-width: 767px) {
    #companyintro {
        padding: 15% 0 2% 0;
        font-size: 1.6rem;
    }
    #companyintro h2 {
        margin-bottom: 0;
    }
    #companyintro h2 img {
        max-width: 60%;
    }
    #companyintro .line {
        margin-bottom: 30px;
    }
    #companyintro ul {
        padding: 30px 0 0;
        margin: 0 auto;
    }
    #companyintro li {
        flex: none;
        font-size: 1.5rem;
        width: 100%;
    }
    #companyintro .staff_txt {
        background-color: #d5f6f7;
        height: auto;
        padding: 20px 30px;
    }
}


/* staff
-------------------------------------------------------------- */

#staff {
    padding: 8% 0;
    text-align: center;
}

#staff h2 {
    margin-bottom: 20px;
}

#staff ul li img {
    width: 100%;
}

#staff .staff_txt {
    background-color: #d5f6f7;
    height: 357px;
    padding: 20px 30px;
}

#staff .line_blue {
    background: url(../images/line_blue.png) no-repeat center bottom;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

#staff span {
    text-align: right !important;
    display: inline-block;
    width: 75%;
}

#staff ul {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 50px 0;
}

#staff li {
    flex: 0 0 530px;
    position: relative;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.7em;
    padding-left: 0;
    color: #000;
}

#staff .container li:first-child {
    margin-left: auto;
}

#staff .container li:last-child {
    margin-right: auto;
}

@media (max-width: 1200px) {
    #staff .container li {
        margin: auto;
    }
}

@media (max-width: 767px) {
    #staff {
        padding: 15% 0;
        font-size: 1.6rem;
    }
    #staff h2 {
        margin-bottom: 0;
    }
    #staff h2 img {
        max-width: 60%;
    }
    #staff .line {
        margin-bottom: 30px;
    }
    #staff ul {
        padding: 30px 0 0;
        margin: 0 auto;
    }
    #staff li {
        flex: none;
        font-size: 1.5rem;
        width: 100%;
    }
    #staff .staff_txt {
        background-color: #d5f6f7;
        height: auto;
        padding: 20px 30px;
    }
}


/* OURWORKS
-------------------------------------------------------------- */

#vr {
    background-color: #eafaff;
    padding: 0;
    text-align: center;
}

#vr h2 {
    margin-bottom: 20px;
}

#vr .h2_works {
    background-image: url("../images/bg_works.png");
    background-size: cover;
    height: 350px;
    margin-bottom: 40px;
}

#vr .h2_works img {
    position: relative;
    top: 140px;
    display: inline-block;
}

#vr .scInr {
    padding: 60px 0;
}

#vr .scInr .ContentTitle {
    margin-bottom: 60px;
}

#vr .scInr .ContentTitle h4 {
    margin-bottom: 20px;
}

#vr .scInr .ContentTitle p {
    font-weight: 700;
    font-size: 18px;
    text-align: center
}

#vr .scInr .floatBox .fltL,
#vr .scInr .floatBox .fltR {
    width: 44%;
    position: relative;
}

#vr .scInr .floatBox .fltL .imgBox,
#vr .scInr .floatBox .fltR .imgBox {
    width: 30%;
    position: absolute;
    top: 35px;
    left: 25px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

#vr .scInr .floatBox .fltL .imgBox img,
#vr .scInr .floatBox .fltL .imghvr-fade img,
#vr .scInr .floatBox .fltR .imgBox img,
#vr .scInr .floatBox .fltR .imghvr-fade img {
    width: 100%
}

#vr .scInr .floatBox .fltL .imghvr-fade,
#vr .scInr .floatBox .fltR .imghvr-fade {
    -webkit-box-shadow: 7px 7px #FEF81E;
    box-shadow: 7px 7px #FEF81E;
    border-radius: 1em;
    line-height: 0
}

#vr .scInr .floatBox .fltL .imghvr-fade figcaption,
#vr .scInr .floatBox .fltR .imghvr-fade figcaption {
    text-align: center;
    padding-top: 10.5em;
}

#vr .scInr .floatBox .fltL .imghvr-fade figcaption img,
#vr .scInr .floatBox .fltR .imghvr-fade figcaption img {
    width: 20%;
}

#vr .scInr .floatBox .fltR .imghvr-fade {
    -webkit-box-shadow: 7px 7px #3CCEFE;
    box-shadow: 7px 7px #3CCEFE;
}

#vr p {
    margin: 30px auto;
    text-align: center;
    font-size: 1.4rem;
}

#vr .scInr,
.scInrS,
.scInrW {
    margin: 0 auto;
    width: 97%
}

#vr .scInr {
    max-width: 1200px;
}

#vr .ContentTitle {
    text-align: center;
    margin-bottom: 30px;
}

#vr .cf {
    zoom: 1;
}

#vr .fltL {
    float: left;
}

#vr .fltR {
    float: right
}

@media(max-width: 767px) {
    #vr .scInr {
        padding: 10% 3%;
    }
    #vr .scInr .ContentTitle {
        margin-bottom: 5%;
    }
    #vr .scInr .ContentTitle h4 {
        margin-bottom: 20px;
    }
    #vr .scInr .ContentTitle h4 img {
        width: 100%;
    }
    #vr .scInr .floatBox .fltL,
    #vr .scInr .floatBox .fltR {
        float: none;
        width: 90%;
        margin: 0 auto 30px;
        position: relative;
    }
    #vr .scInr .floatBox .fltL .imgBox,
    #vr .scInr .floatBox .fltR .imgBox {
        width: 30%;
        position: absolute;
        top: 35px;
        left: 25px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1
    }
    #vr .scInr .floatBox .fltL .imgBox img,
    #vr .scInr .floatBox .fltL .imghvr-fade img,
    #vr .scInr .floatBox .fltR .imgBox img,
    #vr .scInr .floatBox .fltR .imghvr-fade img {
        width: 100%;
    }
    #vr .scInr .floatBox .fltL .imghvr-fade,
    #vr .scInr .floatBox .fltR .imghvr-fade {
        text-align: center;
        -webkit-box-shadow: 7px 7px #FEF81E;
        box-shadow: 7px 7px #FEF81E;
        line-height: 0;
    }
    #vr .scInr .floatBox .fltL .imghvr-fade:hover,
    #vr .scInr .floatBox .fltR .imghvr-fade:hover {
        opacity: .8;
    }
    #vr .scInr .floatBox .fltL .imghvr-fade figcaption,
    #vr .scInr .floatBox .fltR .imghvr-fade figcaption {
        padding-top: 10.5em;
    }
    #vr .scInr .floatBox .fltL .imghvr-fade figcaption img,
    #vr .scInr .floatBox .fltR .imghvr-fade figcaption img {
        width: 5%;
    }
    #vr .scInr .floatBox .fltR .imghvr-fade {
        -webkit-box-shadow: 7px 7px #3CCEFE;
        box-shadow: 7px 7px #3CCEFE
    }
}


/* footer
-------------------------------------------------------------- */

footer {
    padding: 8% 0 10px;
    text-align: center;
}

footer .info p {
    display: inline-block;
    padding: 0 10px 30px;
}

footer .copy {
    padding: 15px;
    color: #666;
    background: #d5f6f7;
}

@media (max-width: 767px) {
    footer {
        padding: 13% 0;
    }
    footer .info p {
        padding: 0 10px 20px;
    }
}


/*page-top*/

#Pagetop {
    position: fixed;
    bottom: 110px;
    right: 3%;
    cursor: pointer;
    width: 58px;
    height: 58px;
    z-index: 9999;
    opacity: 0.8;
    display: none;
}

#Pagetop p {
    background-color: #7F7F7F;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    box-shadow: 1px 1px 2px rgba(255, 255, 255, .5), -1px -1px 2px rgba(255, 255, 255, .5);
}

@media (max-width: 767px) {
    #Pagetop {
        bottom: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    #Pagetop p {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 2rem;
    }
}

.dakara {
    background-color: #fffcce;
    max-width: 800px;
    margin: auto;
    padding: 28px !important;
    text-align: center;
    border-radius: 1em;
}
.point1_tukiduki{    
    white-space: nowrap;
}

.plan-box {
    position: relative;
    margin-bottom: 11%;
}

.plan-backcontainer {
    position: absolute;
    width: 90%;
    max-width: 1024px;
    height: 100%;
    content: '';
    background-color: #FFFCCE;
    bottom: -10%;
    left: 5%;
    z-index: 0;
}

.plan-box-relat {
    width: 100%;
    height: 100%;
    position: relative;
}

.plan-ab-box2 {
    position: absolute;
    top: -45px;
    right: -45px;
    content: '';
    width: 50px;
    height: 50px;
    background-color: #FFF000;
}

.plan-ab-box1 {
    position: absolute;
    top: -35px;
    right: -35px;
    content: '';
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #000;
}

.plan-left-container {
    margin: 10% auto 0 0;
    padding: 20px 20px 0;
    width: 90%;
    max-width: 1024px;
    min-height: 300px;
    position: relative;
    z-index: 1;
    background: repeating-linear-gradient(-30deg, #f3f2e8 0, #f3f2e8 2px, #f6f5eb 2px, #f6f5eb 10px);
}

.plan-row-fl-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 300px;
}

.plan-image {
    width: 50%;
}

.plan-home-box {
    width: 50%;
}

.plan-border-bottom {
    margin-right: 2%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #F2835C;
    text-align: center;
    font-size: 2.4em;
    color: #F2835C;
}

.plan-home-box p {
    font-size: 1.5em;
}

.container-border-box {
    margin: 100px auto 0;
    padding: 20px 0;
    width: 90%;
    max-width: 1100px;
    border: 2px solid #7D7D7D;
}

.plan-stroke {
    margin: 3% 0;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    text-stroke: 1px #3BCEFF;
    -webkit-text-stroke: 1px #3BCEFF;
}

.container-border-box p strong {
    font-size: 2em;
}

.plans-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items; center;
    margin: 10px;
    padding: 10px;
    background: repeating-linear-gradient(-30deg, #f3f2e8 0, #f3f2e8 2px, #f6f5eb 2px, #f6f5eb 10px);
}

.plan-flow {
    display: flex;
    flex-direction: column;
    width: 23%;
}

.plan-flow-image {
    width: 80%;
}

.plan-flow-text {
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: #FFFCCE;
}

.location-yao {
    margin-top: 40px;
    background-color: #fffae6;
    padding: 15px;
}
.location-yao__title{
    padding: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 2px 2px #ffd200;
    margin-bottom: 15px;
}
.location-yao__disc{
    font-size: 1.4rem;
    margin-bottom:20px;
}
.location-yao__sec{
    font-size: 1.5rem;
    padding: 10px;
    border: 2px solid #ffd200;
    border-radius: 15px;
    margin-bottom:20px;
    font-weight: bold;
    background-color: #fff;
    
    text-align: left;
}
.location-yao__title--sec{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.7rem;
    color: #ffd200;
    background-image: url(../images/kazari--titleyao.png);
    background-position:left;
    background-size: 20px;
    background-repeat: no-repeat;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .plan-backcontainer {
        width: 88%;
        height: 95%;
        bottom: -2%;
        left: 7%;
    }

    .plan-row-fl-end {
        flex-direction: column;
    }

    .plan-image {
        width: 100%;
    }

    .plan-home-box {
        width: 100%;
    }

    .plan-border-bottom {
        font-size: 1.7em;
    }

    .plan-home-box p {
        font-size: 1.3em;
    }

    .plan-stroke {
        font-size: 2em;
    }

    .container-border-box {
        margin-top: 70px;
    }

    .container-border-box p strong {
        font-size: 1.25em;
    }

    .plan-flow {
        width: 50%;
    }

    .location-image {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .plan-backcontainer {
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
    }

    .plan-box-relat {
        display: none;
    }

    .plan-left-container {
        margin: 0 auto;
        width: 100%;
    }

    .plan-border-bottom {
        margin: 0;
        font-size: 1em;
    }

    .plan-home-box p {
        font-size: 0.9em;
        text-align: left;
    }

    .plan-home-box p .pc {
        display: none;
    }

    .container-border-box {
        margin-top: 30px;
        width: 100%;
    }

    .plan-stroke {
        font-size: 1.6em;
    }

    .container-border-box p strong {
        font-size: 0.85em;
    }

    .plan-flow {
        width: 100%;
    }

    .plan-flow-image {
        width: auto;
    }

    .location-image {
        margin-top: 15px;
    }
}

.sp{
    display: none;
}
@media (max-width:768px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}
.plan_img_box{
    max-width: 1170px;
    margin: auto auto 30px;
}
.plan_img_box img{
    width: 49%;
}
.plan_img_box_title{
    font-size: 3rem;
    line-height: 1.2;
}
@media (max-width: 767px){
.plan_img_box_title {
    font-size: 2.6rem;
}
}
.plan_img_box_title2{
    font-weight: 700;
    color: #f2835c;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #f2835c;
}

.logo-1111{
    position: absolute;
    top: 0;
    left: 0;
}

.corona_box{
    display: none;
}

#corona_Btn{
    width: 90%;
    max-width: 750px;
    margin: auto;
    font-size: 18px;
    text-align: center;
    background-color: #686868;
    padding: 16px;
    color: #fff;
    font-weight: bold;
}
