@charset "UTF-8";
/* CSS Document */
html {
    font-size: 3.125vw;
    line-height: 1.5;
}
body {
	padding-top: 5.35rem;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-feature-settings: "palt";
	word-break: break-all;
}
img{
	width: 100%;
}
a {
	display:block;
}
.pc {
	display: none;
}
.mid {
    font-size: 1.5rem;
}
.small {
    font-size: 1rem;
}
.attention {
    font-size: 1rem;
}
.section-start {
    padding: 3rem 5% 4rem;
    text-align: center;
}
h2 {
    color: #fd8a16;
    font-size: 2.5rem;
    font-weight: bold;
}
.h2-container {
    text-align: center;
    margin-bottom: 1.25rem;
}
.h2-icon {
    width: 10%;
    margin: 0 auto 0.5rem;
    max-width: 45px;
}
/* header */
header {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   background-color: #FFF;
   z-index: 999;
   box-shadow: 0 1px 8px 0 #50505036;
}
#header {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
header h1 {
	width: 50%;
	margin-left: 1em;
}
.pc-navi {
	display:none;
}
.sp_navi_container {
    display: flex;
    align-items: stretch;
    align-content: space-between;
}
/* 電話する */
.tel {
    background-color: #fd8a16;
    padding: 0.5rem 0.9rem;
    color: white;
}
.tel a {
	position: relative;
	display: block;
	padding: 3.25rem 0 0;
}
.tel a:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 100%;
    height: 3rem;
    background: url(../images/tel_w.png) 50% 40% / 1.75rem auto no-repeat;
}
/* ハンバーガーメニュー */
.drawer_hidden {
  display: none;
}
/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 4em;
  width: 4em;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
  padding-bottom: 0.5em;
}
/* ハンバーガーメニューのアイコン */
.drawer_open span:nth-of-type(1),
.drawer_open span:nth-of-type(1)::before,
.drawer_open span:nth-of-type(1)::after {
  content: '';
  display: block;
  height: 2px;
  width: 3rem;
  /* top: 1.1em; */
  /* left: 0; */
  /* border-radius: 3px; */
  background: #333;
  transition: all 0.3s;
  position: absolute;
  /* margin-bottom: 0.25em; */
}
/* 三本線の一番上の棒の位置調整 */
.drawer_open span:nth-of-type(1)::before {
  bottom: 0.7em;
}
/* 三本線の一番下の棒の位置調整 */
.drawer_open span:nth-of-type(1)::after {
  top: 0.7em;
}
.drawer_open span:nth-of-type(2)::after {
  content:
  "Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  display: block;
  bottom: 15%;
  left: 17%;
  height: 3px;
  color: #333;
  font-size: 0.6rem;
  text-transform: uppercase;
  font-size: 1.15rem;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
/* メニューのデザイン*/
.nav_content {
  width: 70%;
  height: auto;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fd8a16;
  transition: .5s;
}
/* メニュー黒ポチを消す */
.nav_list {
  list-style: disc;
  margin: 6em 0 3em 4em;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 30%;/* メニューを画面に入れる */
}
#drawer_input:checked ~ .drawer_open span:nth-of-type(2)::after {
  content: "閉じる";/*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(0deg);
  top: 80%;
  left: 19%;
}
.nav {
    background-color: #fefae8;
    padding: 0 0.35em;
}
.nav_item {
    margin-bottom: 2.5rem;
    color: #FFF;
    font-size: 1.5rem;
}
.nav_content .tel02 {
    width: fit-content;
    margin: 0 1.5em 2.25em;
    /* border: 2px solid #000; */
    border-radius: 15px;
    padding: 0.25em 0.75em 0.75em;
    background-color: #000;
}
.nav_content .tel02 a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.nav_content .tel02 .number {
    font-size: 1.65rem;
    line-height: 1.1;
    color: #ffffff;
}
.nav_content .tel02 .number span {
    font-size: 1rem;
}
/* メイン */
#main-container {
    position: relative;
}
.main-com {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.5rem;
}
.main-com p, .main-com div {
	margin-bottom: 1rem;
}
.main-com p:first-of-type {
	font-size: 2.25rem;
	padding-left: 0.5em;
	padding-bottom: 0.5rem;
}
.main-com div {
	border: 2px solid #FFF;
	width: fit-content;
	margin: 0 auto 1.25rem;
	padding: 0.65rem 2rem 0.5rem;
}
.main-com p span {
	font-size: 1.5rem;
	font-weight: bold;
}
/* 対応エリア */
.bg-ye {
    background-color: #fefae8;
}
.area-com p:first-of-type{
    margin: 1rem auto 1.5rem;
}
/* 料金について */
#price .attention {
	font-size: 0.8rem;
	margin: 1rem auto 2.25rem;
}
#price div:last-child{
    margin-top: 2.25rem;
}
/* お支払い方法 */
.payment-flame {
    width: 90%;
    margin: 1rem auto 0;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
}
.payment-flame dt {
    background-color: #fd8a16;
    color: #FFF;
    font-size: 1.25rem;
    padding: 0.5em;
}
.payment-flame ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 15%;
}
.payment-flame ul li {
    width: 50%;
    font-size: 1.5rem;
    font-weight: bold;
}
/* 免責・注意事項 */
.caution-flame {
    background-color: #fefae8;
    border-radius: 15px;
    text-align: left;
    margin: 1rem auto 2.5rem;
}
.caution-flame:last-of-type {
	margin-bottom: 0;
}

.caution-flame ul {
    list-style-type: disc;
    margin: 0 3rem;
    padding: 1.5rem 0 1.5rem 1rem;
}
.caution-flame li {
    padding: 0.5rem 0;
}
#caution .f-red {
    color: #d01616;
    font-weight: bold;
}
/* 特徴 */
#about {
    padding: 3rem 0 4rem;
}
#about li {
    background-color: #FFF;
    margin-top: 1.5rem;
    box-shadow: 0 1px 11px 0 #00000014;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    padding: 1em 1.25em 1.5em;
    text-align: center;
    font-size: 1.25rem;
}
#about li dt {
    color: #fd8a16;
    font-size: 2rem;
    border-bottom: 3px solid #fd8a16;
    width: fit-content;
    margin: 0 auto 0.75em;
}
#about li dd {
	font-size: 1.65rem;
}
#about li dd.attention {
    font-size: 1rem;
    margin-top: 1rem;
}
.about-item {
    position: relative;
    z-index: 1;
    margin-top: -28%;
}
.about-img {
    position: relative;
    z-index: 0;
}
.about-container {
    position: relative;
}
/*　ご利用の流れ　*/
#step {
    margin: 3rem 0 4rem;
}
.bg-or {
    background-color: #fd8a16;
    color: #FFF;
    font-size: 1.75rem;
    text-align: center;
    padding: 1.5em 0 2.5em;
    font-weight: bold;
}
.bg-or p {
    font-size: 1.25rem;
    font-weight: normal;
    padding: 1.25em 0.95em 1.5em;
}
.bg-or span {
    font-size: 2.25rem;
}
.bg-or　.small {
    font-weight: normal;
}
#step .bg-or .small {
    font-weight: normal;
    padding: 1em 0.95em;
    text-align: left;
    font-size: 1rem;
    width: fit-content;
    margin: 0 auto;
}
.step-container {
    position: relative;
}
.arrow {
    width: 7%;
    left: 46%;
    position: absolute;
    max-width: 40px;
}
.arrow01 {
    top: 14.5%;
}
.arrow02 {
    top: 35%;
}
.arrow03 {
    top: 57.5%;
}
.arrow04 {
    top: 79%;
}
/* フッター営業日・採用 */
.footer-top {
    margin-top: 4rem;
}
#open {
    text-align: center;
}
#open .logo {
    width: 70%;
    margin: 0 auto 1rem;
    max-width: 470px;
}
#open .tel02 a {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding-left: 1em;
}
.tel02-ico {
    width: 11%;
    max-width: 40px;
    margin-right: 1rem;
}
.number {
    font-size: 2.75rem;
    font-weight: bold;
}
#open .time {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
}
#open .time dt {
    padding-right: 0.5em;
    font-weight: normal;
}
.holiday {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
p.attention-l {
    width: 61%;
    margin: 0 auto 2rem;
    font-size: 1.25rem;
}
.adoption {
    width: 80%;
    margin: 0 auto 3rem;
    max-width: 640px;
}
/* パンくず・企業情報・コピーライト */
footer {
    background-color: #fefae8;
}
#footer {
    padding: 3rem 2rem 1.5rem;
}
#pan li {
    margin-bottom: 1em;
    font-size: 1.25rem;
}
#name {
	border-top: 1px solid #fd8a16;
	margin-top: 2.5rem;
	padding-top: 1.5rem;
}
.logo02 {
    width: 62%;
    margin-bottom: 1rem;
    max-width: 260px;
}
.adress {
    color: #fd8a16;
    margin-bottom: 2rem;
}
#copy {
    background-color: #332e1d;
    color: #FFF;
    font-size: 0.9rem;
    padding: 1rem 2rem 6rem;
    text-align: center;
}
/*　トップへ戻る　*/
#page_top{
	/* width: 15%; */
	/* height: auto; */
	position: fixed;
	right: -5rem;
	bottom: 1%;
	/* background: #ef3f40; */
	opacity: 0.7;
	/* border-radius: 50%; */
	z-index: 3;
	margin-right: 0.5em;
}
#page_top a{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 4.5rem;
    background: #999999;
    font-size: 0.9rem;
    text-decoration: none;
}
#page_top a span {
    position: relative;
    /* width: 2.4em; */
    height: 1.2em;
}
#page_top a span::before {
    position: absolute;
    left: calc(50% - 0.6rem);
    top: 0.3rem;
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg);
    content: '';
    display: block;
    border-top: solid 3px #ffffff;
    border-left: solid 3px #ffffff;
}
#call {
    position: fixed;
    z-index: 3;
    width: 65%;
    opacity: 1;
    bottom: 1%;
    left: 17%;
}
#call a {
    background-color: #fd8a16;
    padding: 0.5em 0 0.25em;
    display: flex;
    justify-content: center;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 1px 0 11px 0 #00000024;
}
#call .tel02-ico {
    width: 11%;
}
#call .number {
    font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
html {
    font-size: 16px;
}
body {
    margin: 0 auto;
    padding-top: 0;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.pc-navi {
	display: block;
}
.sp_navi_container {
	display:none;
}
#header {
	align-items: flex-end;
	padding: 0.75rem;
}
header h1 {
	width: 25%;
	max-width: 470px;
	margin-left:1px;
}
.pc-navi ul {
	display: flex;
	margin-bottom: 0.25rem;
}
.pc-navi li {
	padding-right: 22px;
	font-size: 14px;
}
.pc-navi li:last-of-type {
	padding-right: 0;
}
h2 {
	font-size: 40px;
}
#main-container img {
    max-height: 700px;
}
.main-com {
    font-size: 26px;
    top: 53%;
}
.main-com p:first-of-type {
    font-size: 42px;
    padding-bottom: 10px;
}
.main-com p, .main-com div {
	margin-bottom: 20px;
}
.header-down {
    padding-top: 5em;
}
#area img {
	max-width: 576px;
}
#price .img01 {
    max-width: 650px;
    margin: 0 auto;
}
#price .img02 {
    max-width: 653px;
    margin: 0 auto;
}
#price .img03 {
    max-width: 652px;
    margin: 0 auto;
}
#price .attention {
    font-size: 16px;
}
.mid {
    font-size: 26px;
}
.caution-flame li {
    font-size: 18px;
}
.caution-flame {
    max-width: 500px;
}
#about li dt {
    font-size: 45px;
}
#about li dd {
    font-size: 26px;
}
#about li dd.attention {
    font-size: 17px;
    margin-top: 1.5em;
}
.h2-icon {
    max-width: 45px;
}
.bg-or {font-size: 26px;}
.bg-or p {
    font-size: 20px;
}
#step .bg-or .small {
    font-size: 15px;
}
.number {
    font-size: 45px;
}
.holiday {
    font-size: 26px;
}
p.attention-l {
    font-size: 15px;
    width: 100%;
}
#pan {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
#pan li {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 22px;
}
#footer {
    padding: 40px;
}
#name {
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.logo02 {
    margin-bottom: 20px;
    width: 100%;
}
.adress {
    margin-bottom: 0;
}
#copy {
    padding: 0;
    font-size: 12px;
    text-align: left;
}
#copy p {
	max-width: 1028px;
	margin: 0 auto;
	padding: 30px 40px 40px;
}
#page_top {
    bottom: 5%;
    margin-right: 1em;
}
#page_top a {
    width: 80px;
    height: 80px;
    font-size: 18px;
}
#page_top a span {
    height: 25px;
}
#page_top a span::before {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
}
.pc-container {
    max-width: 768px;
    margin: 0 auto;
}
.main-com p span {
    font-size: 35px;
}
.attention {
    font-size: 16px;
}
.payment-flame ul li {
    font-size: 35px;
}
.small {
    font-size: 15px;
}
#about li {
    max-width: 500px;
    padding: 40px;
}
.bg-or span {
    font-size: 45px;
}
#open .time {
    font-size: 18px;
}
.cert {
    font-size: 16px;
}
#call {
    width: 180px;
    top: 110px;
    right: 0;
    left: unset;
    margin-right: 17px;
}
#call a {
    border-radius: 20px;
    padding: 15px 0;
}
#call .tel02-ico {
    width: 16%;
    margin-right: 10px;
}
#call .number {
    font-size: 15px;
}
}

@media screen and (min-width: 960px) {

#header {
	max-width: 1028px;
	margin: 0 auto;
}
header h1 {
	margin-left:1%;
}
#main-container {
	background-color: #332e1d;
}
#main-container img {
	display:
	block;
	max-width: 940px;
	margin: 0 auto;
}
.main-com {
	top: 57%;
}
.main-com p:first-of-type {
    font-size: 45px;
}
.pc-navi ul {
	margin-right: 40px;
}
.pc-navi li {
	padding-right: 22px;
	font-size: 17px;
}
#pc-width {
    max-width: 1028px;
    margin: 0 auto;
}
#pan li {
    font-size: 17px;
    margin-right: 40px;
}
#call {
    width: 200px;
}
.tel02-ico {
	width: 17%;
	margin-top: 0;
}
#call .number {
    font-size: 17px;
}
}