@charset "utf-8";


/* スマホ（～640px）基本設定 */
.pc_only {
		display: none !important;
	}
	.sp_only {
		display: block !important;
	}

/*トップロゴ*/
#main h1#logo {
	position: fixed;
	z-index: 100;
	top: 20px;
	left: 0px;
	background-color: #fff;
	border-right: 1px solid #fff;
	border-radius: 0 50px 50px 0;
	margin: 0;
	padding: 5px 10px 5px 5px;
}
#main h1#logo img {
	width: 90px;
	display: flex;
    align-items: center;
}


/*◆トップメニュー◆*/
/* ハンバーガーアイコンの外側 */
#topmenu .menu-icon {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 20px;
	display: inline-block;
	background-color: #00DCB6;
	border-radius: 50%;
	box-shadow: 2px 3px #FFEB3B;
	padding: 12px;
	z-index: 30;/* 優先度を変更 */
  }

/* ハンバーガーアイコンの内側の線 */
#topmenu .menu-icon span {
	width: 25px;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
	position: absolute;
	margin-top: -4px;
	left: 10px;
	transition: all 0.3s;
  }

/* ハンバーガーメニュー3本の線の縦の位置を設定 */
#topmenu .menu-icon span:nth-of-type(1) { top: 16px; }
#topmenu .menu-icon span:nth-of-type(2) { top: 25px; }
#topmenu .menu-icon span:nth-of-type(3) { top: 34px; }


/* メニューの外側を設定 */
#topmenu .menu {
	/* メニュー開いた時の幅を設定 */
	width: 100%;
	/* メニュー開いた時の高さを設定（画面いっぱいに広げる） */
	height: 100vh;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 20;
	background-color: #00DCB6;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	/* スライド表示する際の速度を設定 */
	transition: all 0.6s;
}

/* メニュー内の設定 */
#topmenu .menu ul {
	width: 100%;
	height: 100vh;
	margin-top: 20px;
	/* メニューを縦並びにオーバーライド */
	flex-direction: column;
	/* 上下の高さを設定 */
	padding: 60px 0;
	overflow: auto;
	/* 要素同士の余白をオーバーライド */
	gap: 16px;
	text-align: center;
}



  /* ボタンを押した際の動作を作成 */
#topmenu .menu.active {
	right: 0;
}

/* ボタンをXにするCSS */
#topmenu .menu-icon.active span:nth-of-type(1) {
	top: 24px;
	transform: rotate(-45deg);
}
#topmenu .menu-icon.active span:nth-of-type(2) {
	opacity: 0;
}
#topmenu .menu-icon.active span:nth-of-type(3) {
	top: 24px;
	transform: rotate(45deg);
}
#menu-toggle:checked + .menu-icon {
	background-color: #0072DC;/*クリック後、背景色変更*/
}

/*メニューボタンのデザイン*/
#topmenu ul li {
	width: 350px;
	margin: auto;
	list-style: none;
}
#topmenu li a {
	display: block;
	height: 55px;
	margin-bottom: 12px;
	padding: 9px 0 19px;
	font-size: 0px;
	background-color: #fff;
	border-top: 4px solid #14527D;
	border-bottom: 10px solid #f8fa73;
	border-radius: 45px;
	background-repeat: no-repeat;
	background-position: center 10px;
}
#topmenu li a:hover {
	background-color: #cff;
}
#topmenu li#menu01 a {
	background-image: url(../images/menu01.svg);
	background-size: 240px;
}
#topmenu li#menu02 a {
	background-image: url(../images/menu02.svg);
	background-size: 290px;
}
#topmenu li#menu03 a {
	background-image: url(../images/menu03.svg);
	background-size: 280px;
}
#topmenu li#menu04 a {
	background-image: url(../images/menu04.svg);
	background-size: 280px;
}
#topmenu li#menu05 a {
	background-image: url(../images/menu05.svg);
	background-size: 220px;
}
#topmenu li#menu06 {
	display: none;
}

/* page_top*/
.page_top_banner {
  position: fixed;
  bottom: 5.5vh;
  left: 5vw;
  z-index: 19;
}
.page_top_banner a img {
  width: 92px;
}
.yoyaku_banner {
  position: fixed;
  bottom: 6.5vh;
  right: 5vw;
  z-index: 19;
}

/*◆フッターメニュー◆*/
#footer {
padding-top: 40px;
padding-bottom: 130px;
}
#footer .flink .container .flink__pagetop{
	display: none;
}
#footer a {
  text-decoration: none;
  color: #14527d;
}
.flink__logo {
display: none;
}
.flink .container {
  padding-top: 12%;
}
#footer .pc {
display: block!important;
}
#footer .sp {
display: none!important;
}
.flink__nav ul {
  list-style: none;
  padding: 5px;
}
.flink__nav .row--flex{
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.flink__nav .row--flex li {
  padding: 8px;
}
.flink__nav .row--flex li ul li {
  font-size: 13px;
    line-height: 16px;
}
/* 問い合わせ */
.fcontact .container {
    padding-top: 36px;
    padding-bottom: 15px;
  }
.container {
    margin: 0 auto;
    padding: 0 5.2%;
    position: relative;
    max-width: 980px;
}
    .fcontact__item1 {
        margin-bottom: 6%;
        text-align: center;
    }

    .fcontact__item2 {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
        padding-bottom: 6%;
        margin-bottom: 5%;
    }
        .fcontact__item2 p:nth-child(1) {
        font-size: 10px;
        font-size: 2.67vw;
        width: 48%;
        line-height: 1.7;
    }
        .fcontact__item2 p:nth-child(2) {
        font-size: 25px;
        font-size: 6.67vw;
        width: 52%;
        line-height: 1;
    }
    .text-small {
    font-size: clamp(11px, 3.13vw, 12px);
}
.disp-ib {
    display: inline-block;
}
.indent1 {
    text-indent: -1em;
    margin-left: 1em;
}
    .fcontact__item2:after {
        content: "";
        background-color: #4c4c4c;
        height: 1px;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 48%;
        margin-left: -24%;
    }

    .fcontact__item3 p {
        text-align: center;
    }
    .fcontact__item3 dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.fcontact__item3 dl dt {
border: 1px solid #4c4c4c;
    width: 40%;
    padding: 1% 1% 1% 1%;
    margin-bottom: 5px;
    text-align: center;
    text-wrap-mode: nowrap;
}
.fcontact__item3 dl dd {
padding: 0 0 0 3%;
    margin-bottom: 5px;
    width: 135px;
    letter-spacing: -0.3px;
}
.fcontact__item3 p {
    margin-bottom: 3%;
}
  .flink__nav>.row--flex>li {
    padding: 9px 0;
    width:50%
  }


#footer a[rel="noopener noreferrer"]::after{
	content: "";
	background: url(/img/ico_win02.png) right top / 55% 55%  no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-left: -4px;
}



/*◆フッターメニュー◆*/

/* スマホ（～640px）とタブレット（641px～834px）共通設定 */
@media (max-width: 834px) {

}





/* タブレット（768px〜834px）*/
@media (min-width: 768px) and (max-width: 834px) {
  /*◆フッターメニュー◆*/
  .flink .container {
  padding-top: 66px;
  }
        .fcontact__item3 dl dd {
        width: unset;
    }
}




/* PC（835px～）*/
@media (min-width: 835px) {
	.pc_only {
	display: block !important;
	}
	.sp_only {
		display: none !important;
	}
	/*トップロゴ*/
	#main h1#logo {
		top: 0px;
		left: 0px;
		position: fixed;
		z-index: 100;
	}
	#main h1#logo a {
		display: block;
		margin: 5px 25px;
		height: 30px;
	}

	/*トップメニュー*/
	#topmenu .menu {
		top: 0px;
		right: 0em;
		height: 3.2em;
		background: none;
		background-color: #fff;
		width: 100%;
		position: fixed;
		z-index: 10;
		margin: 0;
		transition: all 0s;
	}
	#topmenu .menu-icon {
		display: none;
	}
	#topmenu .menu ul {
		display: flex;
		flex-wrap: unset;
		flex-direction: row;
		height: 3em;
		margin: 0;
		padding: 0;
		width: 800px;
		float: right;
		text-wrap-mode: nowrap;
		padding-right: 10px;
	}
	#topmenu ul li {
		width: 200px;
	}

	#topmenu li a {
		background-color: #00DCB6;
		border: none;
		margin: 0;
		padding: 0;
		font-size: 12px;
		height: 2em;
		text-decoration: none;
		display: flex;
		justify-content: center;
    	align-items: center;
		}
	#topmenu #menu06 a::after {
	content: "";
	background: url(/img/ico_win02.png) right top / 55% 55%  no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: -4px;
    margin-left: -4px;
}
	#topmenu li#menu01 a,
	#topmenu li#menu02 a,
	#topmenu li#menu03 a,
	#topmenu li#menu04 a,
	#topmenu li#menu05 a {
		background: none;
		color: #000;
	}
	#topmenu li#menu06 a {
		color: #fff;
		font-weight: bold;
	}
	#topmenu li#menu06 {
		display: block;
	}
	#topmenu li#menu06 a:hover{
		background-color: #38e3c6;
	}
/* page_top*/
.page_top_banner {
  bottom: 5vh;
  right: 6.5vw;
  left: unset;
}
.yoyaku_banner {
	bottom: clamp(5em,24vh,9em);
  right: 6.5vw;
}
.yoyaku_banner a img {
  padding:5px
}



/*◆フッターメニュー◆*/
#footer {
padding-bottom: 0px;
}
  #footer a:hover {
    text-decoration: underline;
  }
      .flink .container {
    background-image: url(../images/footer_dam.png);
    background-size: 23%;
    background-repeat: no-repeat;
    background-position: 20px 50%;
  }
  .container {
    padding:0px
  }

/* Flink */

.flink .container {
  padding-top: 50px;
  overflow: hidden;
}
.flink__logo {
    display: block;
}
.copyright{
  font-size: 10px;
}
    .flink__logo {
        padding-right: 10px;
        margin-bottom: 0;
    }
        .flink__logo img {
        width: 200px;
        height: auto;
    }
    .flink__nav {
        width: 77%;
        max-width: 604px;
        float: right;
    }
        .fcontact__wrap {
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        flex-direction: row;
    } 
    .fcontact__item1 {
        width: 166px;
    }
    .fcontact__item2, .fcontact__item1 {
        border-right: 1px solid #4c4c4c;
        padding-bottom: 0%;
    }
        .table__pc {
        display: table;
        width: 100%;
        height: 100%;
    }
        .table__pc_cell {
        display: table-cell;
        vertical-align: middle;
    }
        .fcontact__item2 {
        flex-direction: column;
        padding-left: 30px;
        width: 40%;
}
        .fcontact__item2 p:nth-child(1) {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
        margin-top: -4px;
    }
    .fcontact__item2 p:nth-child(2) {
        letter-spacing: 3.5px;
    }
        .fcontact__item2 p:nth-child(2) {
        font-size: 34px;
        line-height: 1;
        letter-spacing: 2px;
    }
        .fcontact__item3 {
        width: 421px;
        padding: 0 0 0 35px;
    }
        .fcontact__item3 p {
        margin-bottom: 3px;
        margin-top: -3px;
    }
    .fcontact__item3 dl {
        font-size: 13px;
    }
    .fcontact__item3 dl {
    display: -ms-flexbox;
    display: -webkit-box;
    text-wrap-mode: nowrap;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.fcontact__item2:after {
  display: none;
}
        .fcontact__item3 dl dt {
        width: 145px;
    }
        .fcontact__item3 dl dt {
        width: 50%;
        max-width: 145px;
        padding: 3px 0 3px 10px;
        margin: 5px 0 0;
    }
        .fcontact__item3 dl dd {
        width: 241px;
    }
    .fcontact__item3 dl dd {
        padding: 0 0 0 6px;
        margin: 5px 0 0;
        width: 50%;
        line-height: 1;
    }
    .fcontact__item1 {
    font-size: medium;
  }
  .fcontact__item2 p:nth-child(1) {
    width: 100%;
  }
  .fcontact__item3 p {
    font-size: medium;
    text-align: left;
  }
      .fcontact__item2 p:nth-child(2) {
        letter-spacing: 3.5px;
    }
    .text-small {
    font-size: clamp(11px, 3.13vw, 12px);
}
.fcontact__item2 p:nth-child(2) {
  width: 100%;
}

}
/* PC（836px～955px）*/
@media (min-width: 836px) and (max-width: 955px) {
		#topmenu .menu ul {
		width: 640px;
	}
}





