@charset "UTF-8";

html,body {width:100%;}

header,main,img,video {
max-width:1000px;
margin:auto;
text-align:center;
}

main {
    min-height: 100vh;
    position: relative;/*←相対位置*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
    clear: both;
}

img { vertical-align: bottom;}

img.logo {float:left;}

img.headbanner {float:right;}

video {background-image:url("../img/008-2.jpg");}
video.inline-video {width:85%;}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}


.accordion-area dl{margin: 2%;}

.accordion-area dd {
font-size:0.5rem;
margin-inline-start: 0;
}

.accordion-area section {border: 1px solid #ccc;}


/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:0.8rem;
    font-weight: normal;
    padding: 1.5%;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.title.close::before{transform: rotate(45deg);}

.title.close::after{transform: rotate(-45deg);}


/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
    margin:1.5%;
    padding: 1.5%;
}

footer {
width:100%;
padding:50px 0 15px;
background-color:#313131;
color:#ffffff;
text-align:center;
}


.float-container {
    width:100%;
    position:fixed;
    padding:0;
    bottom:0;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
}

.float-container img{
    margin:10px auto;
}

@media screen and (max-width:780px) {

html,body,header,main,video {width: 100vw;}

img {max-width:100%;
vertical-align: bottom;}

.pcview {display:none;}

/*アコーディオン全体*/
.accordion-area{    max-width: 100vw;}
.accordion-area dd {font-size:0.75rem;}

footer {width: 100vw;}
}

.booking-btn-back { background-color:#fff3f7;}


/* faga3 */
.cta_box{padding:60px 0 130px;}

.cta_box *{
	font-family: serif,cursive;
}

.cta_box .inner p{
	font-size:200%;
	font-weight:bold;
	line-height:1.5;
}

.cta_box .inner p span{
	font-size:170%;
	font-weight:bold;
}

.cta_box a{
	display:block;
	position:relative;
	background:#3e4b78;
	width:70%;
	text-align:center;
	padding:20px 0;
	box-sizing:border-box;
	color:#fff;
	margin:0 auto;
	text-decoration:none;
	font-size:200%;
	font-weight:bold;
}

.cta_box a:after{
	content: "";
	position: absolute;
	right:5%;
	top: calc(50% - 10px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
	transition: 0.5s ease-out;
}

.cta_box a:hover:after{
	right:3%;
	transition: 0.5s;
}

footer a{
	color:#fff;
	text-decoration:none;
}

header{
	background:#ffedeb;
}

header .inner{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

header .inner h1{
	width:50%;
	float:left;
	margin:10px auto;
}

header .inner h1 img{
	width:95%;
	margin:0 auto;
}

header .inner a{
	display:block;
	margin:10px auto;
	width:35%;
	border-radius:5px;
	margin:20px 2% 0 0;
	background:#3e4b78;
	float:right;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:170%;
	padding:15px 0;
	font-family: serif,cursive;
}

#btn01_c,#btn02_c,#btn03_c,#btn04_c {
	max-width: 6vw;
	top: 10%!important;
}


@media screen and (max-width: 900px){
header .inner{
	width:100%;
}
header .inner a{
	font-size:80%;
	padding:10px 0;
	margin:10px 2% 0 0;
}
header .inner h1 img{
	width:100%;
}

.cta_box{padding:30px 0 70px;}
.cta_box .inner p{
	font-size:120%;
	font-weight:bold;
	line-height:1.5;
}

.cta_box .inner p span{
	font-size:150%;
	font-weight:bold;
}

.cta_box a{
	display:block;
	position:relative;
	background:#3e4b78;
	width:70%;
	text-align:center;
	padding:15px 0;
	box-sizing:border-box;
	color:#fff;
	margin:0 auto;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
}

.cta_box a:after{
	border-width: 5px 0 5px 5px;
	top: calc(50% - 5px);
}
}

/*230308追記　04アコーディオン*/
#img04 {
	position: relative;
}

#btn5_01 {
	width: 20%;
	position: absolute;
	margin: -10% auto 0 -10%;
	cursor: pointer;
}

#img05 {
	display: none;
}

#img05.imgchange {
	display: block;
}

#img05_2 {
	margin-top: 100px;
}
/*費用*/
.p_title {
	background: #ededed;
	padding: 20px 0;
}

#p_title {
	margin-bottom: 20px;
}

/*費用btn*/
.btn_box {
	position: relative;
	width: 100%;
}

#btn01_c,#btn02_c,#btn03_c,#btn04_c {
	position: absolute;
	right: 12%;
	top: 13%;
}

#btn01_c,#btn02_c,#btn03_c,#btn04_c {
	cursor: pointer;
}

/*フルサポートプラン*/
/*
#price02 {
	display: block;
}

#price02.click {
	display: none;
}
*/

#btn01_c.rotate {
	transform: rotate(90deg);
}

/*分割プラン*/
/*
#price05 {
	display: none;
}

#price05.click {
	display: block;
}
*/

#btn02_c.rotate {
	transform: rotate(90deg);
}

/*シンプルプラン*/
/*
#price08 {
	display: none;
}

#price08.click {
	display: block;
}
*/

#btn03_c.rotate {
	transform: rotate(90deg);
}

/*登記のみプラン*/
/*
#price11 {
	display: none;
}

#price11.click {
	display: block;
}
*/

#btn04_c.rotate {
	transform: rotate(90deg);
}

/*画像隙間*/
#price04 {
	margin-top: -1px;
	margin-left: 0.3px;
}

#price05 {
    margin-left: 0.3px;
}

#price07,#btn03,#price13 {
	margin-top: -1px;
}

#price10 {
	margin-bottom: -1px;
}

/*うるならケース*/
.img17 {
	background-color: #faf7eb;
	padding: 10% 5% 15% 5%;
}

#img17 {
	position: relative;
}

#btn17_01,#btn17_02,#btn17_03 {
	width: 20%;
	position: absolute;
	margin: -10% auto 0 -10%;
	cursor: pointer;
}

#img17_2,#img17_4,#img17_6 {
	display: none;
}

#img17_2.imgchange {
	display: block;
}

#img17_4.imgchange {
	display: block;
}

#img17_6.imgchange {
	display: block;
}



.company {
	max-width: 900px;
	margin: 0 auto 100px auto;
	border: 5px solid #1b3f8a;
	position: relative;
	z-index: 1;
}

.unei {
	margin: 0px auto -4% auto;
	position: relative;
	z-index: 2;
	max-width: 85%;
}

.com2 {
	cursor: pointer;
}

.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*	20230116追記ここから	*/
section.form {
	margin:0 auto 120px;
}

section.form h2{
	background:#1B3F8A;
	color:#fff;
	font-weight:bold;
	width:70%;
	margin:20px auto;
	padding:10px 0;
	border-radius:50px;
	font-size:200%;
	line-height:1em;
}

section.form p{
	font-size: 13px;
	margin:10px auto;
}

@media screen and ( max-width:750px ){
	section.form h2{
		width:100%;
		margin:0 auto 10px;
		padding:10px 0;
		border-radius:0;
		font-size:120%;
	}
}

/*	20230116追記ここまで	*/

.fixed_call{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	width:1000px;
	opacity: 0;
	visibility: hidden;
}

.active{
  opacity: 1;
  visibility: visible;
}

.fixed_call a{
	display:block;
	width:100%;
}

.fixed_call a img{
	display:block;
	width:100%;
}

.fixed_call{
	bottom:0;
	width:100%;
	z-index: 99;
}

.fixed_call a{
	display:block;
	width:100%;
}

section.price_li{
	position:relative;
}

.price_li a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
	top:0;
}