@charset "euc-jp";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.breadcrumb-item {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
}
.breadcrumb a,
.breadcrumb-item,
.breadcrumb-item:not(:last-child)::after {
	color: #fff!important;
}
.wrap {
  font-family: 'Noto Sans Japanese', sans-serif!important;
  font-size: 100%;
  line-height: 1.8;
}
.page-wrap {
	padding: 80px 0 0 !important;
}
.section-contents {
    color: #2C2D2D;
    margin:0 auto 70px auto;
}
img {
    /* max-width: 100%; */
    object-fit: contain;
}
.sp-txt {
    display: none;
}

/* ---------------------------
main visual
---------------------------- */
.page-head {
	background:linear-gradient(45deg, #0087BE, #78DCFA) ;
	padding: 48px 0;
	margin-bottom: 0!important;
}
.main-visual-wrap {
    display: flex;
    padding: 25px 0;
    justify-content: center;
    align-items: center;
}
.main-title-wrap {
    margin-right: 70px;
}
.main-title img {
    width: 450px;
}
.main-visual-img img{
    width: 310px;
}
.main-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 5px 50px;
}
.main-btn-wrap a {
    font-size: 17px !important;
    margin-right: 0!important;
    margin-left: 0!important;
}
.main-btn {
    margin-right: 60px;
}
.main-tel-img {
    min-width: 323px; 
    width: 405px;
    box-sizing: border-box;
}
/* ---------------------------
contents section
---------------------------- */
h2.contents-title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
h2.contents-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-bottom: solid 5px #6CC6E1;
    margin: 0px auto;
    width: 8%;
}
.contents-inner {
    max-width: 1024px;
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}
p.contents-txt {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
}
/* ---------------------------
btn area
---------------------------- */
.page-btn {
    background:linear-gradient(45deg, #0087BE, #78DCFA);
    padding: 70px 0px 70px 0px;
}

/* ---------------------------
about section
---------------------------- */
.about-area {
    padding: 80px 0px 80px 0px;
    background-color: #F2FCFF;
    margin: 0 auto;
    color: #2C2D2D;
}
.about-img {
    padding: 32px;
    margin-bottom: 70px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 5px 15px rgb(15 15 15 / 10%);
}
.sp {
    display: none;
}
/* ---------------------------
merit section
---------------------------- */
.merit-list {
    flex-direction: column;
}
.merit-list-item {
    padding: 40px;
    margin-bottom:20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 5px 15px rgb(15 15 15 / 10%);
}
.merit-img {
    width: 13%;
    box-sizing: border-box;
    display: inline-block;
}
.merit-txt-area {
    width: 70%;
    box-sizing: border-box;
    text-align: left;
}
.merit-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
.merit-number {
    font-size: 40px;
    color: #60B0C8;
    margin-right: 20px;
    font-weight: normal;
}
/* ---------------------------
case section
---------------------------- */
.case-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
}
.case-list-item {
    margin-right: 20px;
    width: 30%;
    box-sizing: border-box;
}
h3.case-company {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    margin-bottom:20px ;
}
h3.case-company::before {
    content: "";
    border-left: solid 5px #6CC6E1;
    height: 30px;
    padding-right: 14px;
}
.img-caption {
    text-align: left;
    margin-top: 5px;
}
.img-caption a{
    text-decoration: none;
    color:#549AAF ;
    font-weight: normal;
}
.case-flex {
    border: 1px solid #ccc;
    padding: 10px;
}
.case-flex  img {
    width: 100%;
}
/* ---------------------------
service section
---------------------------- */
.service-area {
    padding: 80px 0px 80px 0px;
    background-color: #F2FCFF;
    color: #2C2D2D;
    margin: 0 auto 70px auto;
}
.page-btn:nth-child(7) {
    margin-bottom: 0px;
}
.service-item {
    padding: 40px;
    margin-bottom:20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 5px 15px rgb(15 15 15 / 10%);
}
.service-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-img {
    width: 25%;
    box-sizing: border-box;
    margin-right: 70px;
}
.service-txt-area {
    text-align: left;
}
h3.service-sub-title{
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.service-txt {
    columns: #555;
}
/* ---------------------------
possible section
---------------------------- */
.section-title-blue {
    color: #60B0C8;
    background: url(../../../main/attraction/wordpress_option/biewable/images/more-img.png) no-repeat top left; 
    padding-left: 40px;
    background-size: 34px;
}
h2.more-title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    
}
ul.possible-list {
    margin: 0px auto 40px auto;
    width: 65%;
    box-sizing: border-box;
}
.possible-list-item {
    background: url(../../../main/attraction/wordpress_option/biewable/images/check-img.png) no-repeat top left; 
    padding-left: 40px;
    background-size: 31px;
    margin-bottom: 15px;
    text-align: left;
}
.possible-item {
    padding: 40px;
    margin-bottom:20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 5px 15px rgb(15 15 15 / 10%);
}
.possible-img {
    width: 450px;
}


.contents-price-table {
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 48px;
}
.contents-price-title {
	width: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background:linear-gradient(45deg, #0087BE, #78DCFA) ;
	padding: 20px;
    vertical-align: middle;
}
.contents-price-text {
	width: 50%;
	color: #2C2D2D;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding: 20px;
}
.contents-price-text span {
    font-size: 18px;
}
.contents-price-text:last-child {
    border-top: 1px solid #ccc;
}
.confirmation-title {
	text-align: center;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 固定CTA */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#fix-cta{
	width: 100%;
	height: 75px;
	background: rgba(255,255,255,0.9);
	position: fixed;
	bottom: -150px;
	left: 0;
	z-index: 10;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#fix-cta.show {
	bottom: 0;
}
/* #follow .flex-center{
	padding-top:35px;
} */
#fix-cta .ctabtn {
		padding: 28px;
	}
 #fix-cta .ctabtn a {
    background: #e03f3d;
    color: #fff !important;
    border: 3px solid #e03f3d;
    padding: 0.5em 9em;
    font-size: 23px;
    font-size: 16px;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
        }
 #fix-cta .ctabtn a:hover {
     background: #bd3634;
     border: 3px solid #bd3634;
     text-decoration: none !important;
     transition: 0.5s;

 }
.form-title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    color: #60B0C8;
}

/* -----------------------------------------------------------------
	form
----------------------------------------------------------------- */

.contents-flow-image {
	text-align: center;
	margin-top: 48px;
}

.contents-form-text-wrap {
	width: 900px;
	margin: 48px auto 0;
}

.contents-form-table {
	width: 900px;
	border: 1px solid #ccc;
	margin: 20px auto 0;
}
.contents-form-table th {
	width: 300px;
	color: #222;
	font-weight: bold;
	border: 1px solid #d8d8d8;
	padding: 16px;
}
.contents-form-table td {
	border-bottom: 1px solid #d8d8d8;
	padding: 16px;
}
.contents-form-table td input {
	width: 400px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 8px;
}
.contents-form-table td textarea {
	width: 500px;
	height: 200px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 8px;
}
.form-name-kanji {
	width: 300px !important;
	margin: 0 0 10px 5px;
}
.form-name-kana {
	width: 300px !important;
	margin-left: 5px;
}
.form-required {
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #ec524f;
	padding: 3px 8px;
}
.form-any {
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #666;
	padding: 3px 8px;
}

.error-message {
    color: #ec524f;
    background: url(/images/form/errorIcon.png) no-repeat left center;
    padding-left: 20px;	
	margin-bottom: 5px;
}

.contents-license-wrap {
	width: 900px;
	margin: 50px auto 0;
}
.contents-license-title {
	color: #222;
	font-size: 18px;
	font-weight: bold;
}
.contents-license-text {
    height: 175px;
    font-size: 13px;
    border: 1px solid #ccc;
    margin: 16px auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.contents-license-element {
	text-align: center;
	margin-top: 24px;
}
.form-license-accept {
	margin-right: 8px;
}
.form-license-required {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #ec524f;
	padding: 5px 8px;
	margin-left: 8px;
}

.contents-license-text #policy_common {
	padding: 12px;
}
.contents-license-text #policy_basic {
	padding: 24px;
}
.contents-license-text .clearfix,
.contents-license-text .rightFloat {
	margin: 0;
}
.contents-license-text .intro {
	margin-bottom: 24px;
}
.contents-license-text .heading {
	color: #333;
	font-weight: bold;
	margin: 16px 0 8px;
	border-bottom: 1px dashed #444;
	padding-bottom: 2px;
}
.contents-license-text .content_title {
	font-weight: bold;
	background: #e5e5e5;
	padding: 2px 0 2px 13px;
}
.contents-license-text p {
	margin-bottom: 8px;
}
.contents-license-text .space_left {
	padding-left: 13px;
}
.contents-license-text ol {
	list-style-image: none;
	list-style-position: outside;
	padding-left: 13px;
}
.contents-license-text ol li,
.contents-license-text ol.desimal li,
.contents-license-text ol.desimal_in li {
	list-style-type: decimal;
	margin-bottom: 8px;
}
.contents-license-text ol.no_desimal li {
	list-style-type: none;
}
.contents-license-text ol.disc li {
	list-style-type: disc;
}
.contents-license-text .administrator {
	margin: 40px 0 8px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px dashed #444;
	padding-bottom: 2px;
}
.contents-license-text .update_box .update {
	float: right;
}
.contents-license-text .update_box ul {
	margin-bottom: 8px;
}
.contents-license-text .update_box p {
	margin-bottom: 0px;
}

.form-send-btn {
	display: block;
	width: 460px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #e03f3d;
	border: 4px solid #e03f3d;
	border-radius: 50px;
	padding: 24px 0;
	margin: 50px auto 0;
}
.form-send-btn:hover {
	color: #e03f3d !important;
	background-color: #fff;
	border: 4px solid #e03f3d;
}
.form-send-btn.yet,
.form-send-btn.yet:hover  {
	color: #fff !important;
	background-color: #bfbfbf !important;
	border: 4px solid #bfbfbf !important;
	cursor: default;
}

.confirm-section,
.result-section {
	margin-top: 48px;
}
.confirm-section .contents-form-btn {
	text-align: center;
	margin-top: 50px;
}
.form-modify-btn {
	display: inline-block;
	width: 250px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #ccc;
	border: 4px solid #ccc;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px ;
}
.form-modify-btn:hover {
	color: #ccc !important;
	background-color: #fff;
	border: 4px solid #ccc;
}
.form-submit-btn {
	display: inline-block;
	width: 460px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #e03f3d;
	border: 4px solid #e03f3d;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px;
}
.form-submit-btn:hover {
	color: #e03f3d !important;
	background-color: #fff;
	border: 4px solid #e03f3d;
}

.contents-result-wrap {
	text-align: center;
	margin-top: 48px;
}
.contents-result-text {
	margin-top: 16px;
}
.contents-top-btn {
	text-align: center;
	margin-top: 100px;
}
.top-btn {
	display: inline-block;
	width: 460px;
	color: #005bac!important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #fff;
	border: 4px solid #005bac;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px ;
}
.top-btn:hover {
	color: #fff !important;
	background-color: #005bac;
	border: 4px solid #005bac;
}
.plan-area {
    margin-bottom: 100px;
}
.contents-result-title {
    color: #60B0C8;
    font-size: 36px;
    font-weight: bold;
}
/* ---------------------------
responsive
---------------------------- */
@media (max-width: 850px) {
    .main-btn-wrap {
        flex-direction: column;
        margin-top: 10px;
    }
    .main-tel-img {
        width: 450px;
        margin:30px auto 0px auto;
        min-width: auto;
    }
    .main-btn-wrap .btn-large:link, .btn-large:visited, .btn-large:active{
        padding: 0.7em 5em;
    }
}

@media (max-width: 640px) {
    /* -----------------------------------------------------------------
		reset
	----------------------------------------------------------------- */
	.page-wrap {
		padding: 30px 0 0 !important;
        width: 100%;
        box-sizing: border-box;
	}
	/* -----------------------------------------------------------------
		main-visual
	----------------------------------------------------------------- */
	.main-visual-wrap {
		flex-direction: column;
	}
    .main-title-wrap {
        margin-right: 0px;
        width: 80%;
        box-sizing: border-box;
    }
	.main-visual-title-wrap {
		width: 80%;
		margin: 0 auto;
        box-sizing: border-box;
	}
	.main-visual-img {
		margin: 25px auto 0px auto;
	}
    .main-visual-img img {
        width: 330px;
    }
    .main-btn-wrap {
        flex-direction: column;
        padding: 10px 26px 30px;
    }
    .main-btn-wrap .btn-large:link, .btn-large:visited, .btn-large:active {
        font-size: 14px !important;
        padding: 0.7em 3em;
    }
    /* -----------------------------------------------------------------
    contents section
    ----------------------------------------------------------------- */
    h2.contents-title {
        font-size: 22px;
    }
    .contents-inner{
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .section-contents {
        margin: 0px auto 50px auto;
    }
    .sp-txt {
        display: block;
    }
     /* -----------------------------------------------------------------
    btn area
    ----------------------------------------------------------------- */
     .page-btn {
        padding: 50px 11px 50px 11px;
        margin: 0px auto 64px auto;
    } 
    .main-btn {
        margin-right: 0px;
    }
    .main-btn-wrap .btn-large:link, .btn-large:visited, .btn-large:active {
        margin-right: 0px;
    }
    /* -----------------------------------------------------------------
		about section
	----------------------------------------------------------------- */
    .about-area {
        padding:50px 0px 50px 0px;
    }
    .about-img {
        margin-bottom: 0px;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    /* -----------------------------------------------------------------
		merit section
	----------------------------------------------------------------- */
    .merit-list-item {
        flex-direction: column;
        display: block;
        padding: 30px;
        margin-bottom: 25px;
    }
    .merit-img {
        width: 40%;
        margin-bottom: 10px;
    }
    .merit-title {
        font-size: 22px;
        display: flex;
        flex-direction: column;
    }
    .merit-number {
        font-size: 30px;
        margin-right: 0px;
    }
    .merit-txt-area {
        width: 100%;
        text-align: center;
    }
    .merit-txt {
        text-align: left;
    }
    /* -----------------------------------------------------------------
		case section
	----------------------------------------------------------------- */
    .case-list {
        flex-direction: column;
        margin: 0 auto;
        padding: 0px 20px 0px 20px;
    }
    .case-list-item {
        width: 100%;
        margin: 0px;
        box-sizing: border-box;
        margin-bottom: 24px;
    }
    .case-img-wrap > img {
        width: 100%;
    }
    .case-flex {
        width: 100%;
        border: 1px solid #ccc;
    }
    /* -----------------------------------------------------------------
		service section
	----------------------------------------------------------------- */
    .service-area {
        padding: 64px 0px 50px 0px;
    }
    .service-inner {
        display: block;
    }
    .service-item {
        padding: 30px;
    }
    .service-img {
        margin-right: 0px;
        margin-bottom: 30px;
        width: 50%;
    }
    .service-txt-area {
        text-align: center;
    }
    /* -----------------------------------------------------------------
    possible section
    ----------------------------------------------------------------- */
    h2.more-title {
        font-size: 20px;
        padding-bottom: 0px;
        margin-bottom: 30px;
    }
    .possible-list-item {
        background-position-y: 11%;
    }
    ul.possible-list {
        width: 96%;
        box-sizing: border-box;
    }
    .possible-img {
        width: 300px;
    }
    /* -----------------------------------------------------------------
    price section
    ----------------------------------------------------------------- */
    .contents-price-table {
		margin-top: 24px;
	}
	.contents-price-title {
		display: block;
		width: 100%;
		font-size: 20px;
		padding: 16px;
	}
	.contents-price-text {
		display: block;
		width: 100%;
		font-size: 20px;
		padding: 16px;
        text-align: center;
	}
    #fix-cta .ctabtn a {
        background: #e03f3d;
        color: #fff !important;
        border: 3px solid #e03f3d;
        padding: 0.5em 3.5em;
        font-size: 23px;
        font-size: 16px;
        border-radius: 40px;
        font-weight: bold;
        text-decoration: none;
            }
        

    /* -----------------------------------------------------------------
		form
	----------------------------------------------------------------- */
	
	.contents-flow-image {
		margin-top: 24px;
	}

	.contents-form-text-wrap {
		width: auto;
		margin: 24px auto 0;
	}

	.contents-form-table {
		width: 100%;
	}
	.contents-form-table th {
		display: block;
		width: 100%;
		border: none;
		padding: 8px;
        background-color: #F2F2F2;
	}
	.contents-form-table th:first-child {
		border-top: none;
	}
	.contents-form-table td {
		display: block;
		width: 100%;
		border: none;
		padding: 8px;
	}
	.contents-form-table td input {
		width: 100%;
	}
	.contents-form-table td textarea {
		width: 100%;
		height: 150px;
	}
	.form-name-kanji {
		width: 250px !important;
		margin: 0 0 8px 5px;
	}
	.form-name-kana {
		width: 250px !important;
		margin: 0 0 0 5px;
	}
	.form-required {
		float: none;
		margin-left: 8px;
	}
	.form-any {
		float: none;
		margin-left: 8px;
	}

	.contents-license-wrap {
		width: auto;
		margin: 30px auto 0;
	}
	.contents-license-element {
		font-size: 13px;
	}
	.form-license-required {
		font-size: 13px;
	}
	
	.contents-license-text #policy_common {
		padding: 8px;
	}
	.contents-license-text #policy_basic {
		padding: 12px;
	}
	
	.form-send-btn {
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
	}
	
	.form-modify-btn {
		display: block;
		width: 60%;
		font-size: 18px;
		padding: 16px 0;
		margin: 0 auto ;
	}

	.form-submit-btn {
		display: block;
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
		margin: 24px auto 0;
	}
	
	.contents-result-wrap {
		margin-top: 24px;
	}
	.contents-top-btn {
		margin-top: 50px;
	}	
	.contents-result-title {
		font-size: 28px;
	}
	.top-btn {
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
		margin: 0 auto;
	}
        .form-title {
                font-size: 22px;
            }
}

/*お問い合わせフォーム　ステップ部分*/
.form_step {
    width: 100%;
    max-width: 780px;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 5% auto !important;
    border-radius: 5px;
    box-sizing: border-box;
}
.form_step p {
    margin: 0 !important;
    text-align: center;
    position: relative;
    padding: 2.5rem 0 0 0;
    font-size: 16px;
    width: 33.33333%;
}
.form_step p:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: #c3c3c3;
    display: block;
    border-radius: 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.form_step p:before {
    content: "";
    width: 120%;
    height: 4px;
    background: #c3c3c3;
    display: block;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    transform: translateY(-50%);
}
.form_step p.active, .form_step p.done{
    color: #60B0C8;
    font-weight: bold;
}
.form_step p.active:after, .form_step p.done:after, .form_step p.done:before {
    background: #60B0C8;
}

.form_step p:last-of-type:before {
    display: none;
}

@media (max-width:580px){
    .form_step {
        margin: 8% auto;
    }
    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
}

@media (max-width:430px){
    section#form {
        padding: 5%;
    }
    section.innerbox > div.form_step {
        padding: 0;
    }

    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
}