@charset "utf-8";
@font-face{font-family:icon;src:url(../fonts/mdicon.woff) format("woff");font-weight:400;font-style:normal;font-display:swap;
}

/* base
=================================*/
html,body {
  width: 100%;
}

body {
  position: relative;
  font-size: 1em;
  font-family: MyYuGothicM,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  background: #fff0dd;
}

h1,h2,h3,h4,h5,dt {
    letter-spacing: 0.08em;
    line-height: 1.6em;
    font-family: "TBゴシック SL", "TBGothic SL", 游ゴシック, "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

h3 {
  font-size: 21px;
  margin-bottom: 1em;
}

h4 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 0.8em;
}

p {
  line-height: 1.9em;
  font-size: 16px;
  margin-bottom: 1em;
}

strong {
  color: #a79;
  font-weight: normal;
  border-bottom: solid 1px #a79;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

.atn {
  font-size: 80%;
  color: #468;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .smp-only {
      display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
      display: none !important;
  }
}

/* header
=================================*/
header {
  position: relative;
  background: url("../images/main_pc2.jpg") top center no-repeat;
	background-size: auto 100%;
  height: 590px;
}

#logo {
  padding-top: 90px;
  margin-bottom: 20px;
}
#logo img {
  width: 260px;
  height: auto;
}

#intro {
  position: relative;
  top: 40px;
  text-align: center;
  background: #fff;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  margin: auto;
}
#intro h1 {
  position: relative;
  font-size: 65px;
  color: #fba354;
  line-height: 1em;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  font-family: "TBゴシック SL", "TBGothic SL", 游ゴシック, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  z-index: 100;
}

#intro h1 span {
  font-size: 48px;
  line-height: 1.5em;
  color: #222;
}

#intro h1 div {
  font-size: 34px;
	font-weight: bold;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  line-height: 1.4em;
	color: #999;
  display: block;
}

#intro h1 + p {
  font-size: 16px;
  line-height: 200%;
}

#online {
  position: absolute;
  top: 160px;
  right: 50%;
  background: #fba354;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: -330px;
  opacity: 0;
}

#online h2 {
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
}

#check {
  position: relative;
  margin-top: 60px;
  text-align: center;
}

#check p:first-of-type {
  font-size: 40px;
	font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #fba354;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  margin-bottom: 0.3em;
}

#check p span {
  color: #333;
}

@media only screen and (max-width:1100px) {
  header {
    background: url("../images/main_tab2.jpg") top center no-repeat;
    background-size: 100% auto;
    height: 820px;
    overflow: hidden;
  }
  #logo {
    padding-top: 60px;
    margin-bottom: 15px;
  }
  #logo img {
    width: 240px;
  }
  #intro {
    top: 30px;
    width: 550px;
    height: 550px;
  }
  #intro h1 {
    font-size: 55px;
  }
  #intro h1 span {
    font-size: 42px;
  }


}

@media only screen and (max-width:767px) {
  header {
    background: url("../images/main_smp1.jpg") top center no-repeat;
    background-size: auto 92%;
    height: 505px;
    overflow: hidden;
  }
  #logo {
    position: relative;
    right: 150px;
    padding-top: 60px;
    margin-bottom: 10px;
  }
  #logo img {
    width: 180px;
  }
  #intro {
    position: absolute;
    top: -50px;
    right: 0px;
    text-align: right;
    width: 380px;
    height: 380px;
    margin-right: -135px;
    opacity: 0.9;
  }
  #intro h1 {
    position: relative;
    font-size: 25px;
    right: 150px;
  }
  #intro h1 span {
    font-size: 23px;
    line-height: 1.6em;
  }
  #intro h1 div {
    font-size: 20px;
  }
  #intro h1 + p {
    position: relative;
    font-size: 12px;
    line-height: 1.8em;
    right: 150px;
  }
  #intro p span {
    display: none;
  }

  #online {
    top: 40px;
    right: 2%;
    width: 70px;
    height: 70px;
    margin-right: 190px;
  }

  #online h2 {
    font-size: 10px;
    letter-spacing: 0;
  }

  #check {
    position: relative;
    top: 315px;
    width: 90%;
    margin: 0px auto;
  }
  #check p:first-of-type {
    font-size: 22px;
  }
  #check p {
    font-size: 14px;
  }
}

@media only screen and (max-width:320px) {
  header {
    background: url("../images/main_smp1.jpg") top center no-repeat;
    background-size: auto 90%;
    height: 535px;
    overflow: hidden;
  }
}
/* contents
=================================*/
article {
  position: relative;
  overflow: hidden;
}

.inner {
  position: relative;
  width: 980px;
  margin: auto;
}

@media only screen and (max-width:1100px) {
  header .inner {
    width: 100%;
  }
  .inner {
    width: 92%;
  }
}


/*mamaprof
=================================*/
#mamaprof {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 220px auto 0px;
  padding-top: 80px;
}

.maitems {
  width: 40%;
  text-align: center;
  border-radius: 30px;
  padding: 2.5em;
  margin: 10px;
}

#maitem1 {
  padding-top: 220px;
	color: #fba354;
  background: url("../images/icon_4.png") no-repeat center 30px;
  background-size: 180px auto;
  background-color: #fff;
}

#maitem2 {
  padding-top: 220px;
	color: #fff;
  background: url("../images/icon_2.png") no-repeat center 30px;
  background-size: 180px auto;
  background-color: #fba354;
}

.maitems dt {
  font-size: 22px;
  margin: 1em;
	font-family: fot-tsukubrdgothic-std, sans-serif;
  color: #fba354;
}

#maitem2 dt {
  color: #fff;
}

.maitems dd {
  font-size: 15px;
  line-height: 1.8em;
  text-align: left;
}

@media only screen and (max-width:1100px) {
  #mamaprof {
    margin: 20px auto 0px;
    padding-top: 0px;
  }
}


@media only screen and (max-width:767px) {
  #mamaprof {
    display: block;
  }
  .maitems {
    width: 80%;
    padding: 2em;
    margin: 10px auto 30px;
  }
  #maitem1,
  #maitem2 {
    padding-top: 160px;
    background-size: 140px auto;
  }
  .maitems dd {
    font-size: 13px;
  }
}


/* LINEbox2
=================================*/
.LINE-bg {
  position: relative;
	width: 100%;
}

.LINE-bg:after {
  position: absolute;
  bottom: -26px;
  left: 50%;
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff0dd;
  visibility: visible;
  margin-left: -25px;
}

.LINEbox {
  width: 90%;
  margin: auto;
  padding: 60px 0px;
}
.balloon-chat {
  display: flex;
  flex-wrap: wrap;
}
.balloon-chat.left {
  flex-direction: row; /* 左から右に並べる */
}
.balloon-chat.right {
  flex-direction: row-reverse; /* 右から左に並べる */
}
.oya {
	width: 50%;
}

.LINEbox2 {
  width: 100%;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
}
.LINEbox2 .balloon-chat {
  flex-wrap: nowrap;
}
.LINEbox2 .oya {
	width: 65%;
}

.chatting-l,
.chatting-r {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  padding: 10px 20px;
  text-align: left;
  border-radius: 12px;
  width: 60%;
  transition: .3s ease-in-out;
}
.chatting-l {
  background: #fba354;
}
.chatting-r {
  background: #fff;
  float: right;
}
.chatting-l:after,
.chatting-r:after {
  position: absolute;
  top: 10px;
  content: "";
  border: 15px solid transparent;
}
.chatting-l:after {
  border-top-color: #fba354;
  left: -15px;
}
.chatting-r:after {
  border-top-color: #fff;
  right: -15px;
}

.chat-txt {
	font-size: 16px;
	line-height: 2em;
  margin-bottom: 0px;
	color: #333;
}
.chatting-l .chat-txt {
	color: #fff;
}

.size1 {
  width: 30%;
}
.size2 {
  width: 70%;
}
.size3 {
  width: 80%;
}
.size5 {
  width: 100%;
}

.icon-img img {
  width: 100px;
  height: 100px;
}

@media only screen and (max-width:767px) {
  .LINEbox {
    width: 100%;
    padding: 30px 0px;
  }
  .icon-img img {
    width: 60px;
    height: 60px;
  }
  .chat-txt {
    font-size: 15px;
  	line-height: 1.5em;
  }
  .chatting-l,
  .chatting-r {
    width: 90%;
  }
  .size2,
  .size3 {
    width: 100%;
  }
  .LINEbox2 .oya {
  	width: 90%;
  }
}


/* whiteback
=================================*/
.whiteback {
	background: #fcfcfc;
	width: 100%;
	text-align: center;
	padding: 40px 0px;
}

.ttl-effect {
  justify-content:center;
  align-items: center;
	margin: 50px auto;
  transition: .7s ease-in-out;
}

.hash {
  font-size: 22px;
  line-height: 1em;
  color: #999;
}

.whiteback h3 {
  position: relative;
  font-size: 38px;
  font-weight: bold;
  color: #333;
  text-align: center;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  letter-spacing: 0;
}

.whiteback h3 span {
  color: #fba354;
}

.whiteback h3:before {
  position: absolute;
  top: 5px;
  left: 50%;
  font-size: 86px;
  font-weight: normal;
  color: #fba354;
  margin-left: -4.3em;
  content: "|";
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg)
}
.whiteback h3:after {
  position: absolute;
  top: 5px;
  right: 50%;
  font-size: 90px;
  font-weight: normal;
  color: #fba354;
  margin-right: -4.3em;
  content: "|";
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}

.whiteback h3.none {
  font-size: 34px;
  margin-bottom: 0.3em;
}

.whiteback h3.none:before,
.whiteback h3.none:after {
  display: none;
}

.whiteback h4 {
  font-size: 26px;
  font-weight: bold;
  margin: 1.5em;
}

.whiteback h4 span {
  color: #fba354;
  display: block;
}

.whiteback h4 div {
  font-size: 16px;
  font-weight: bold;
}

.whiteback ul.list {
  margin: 30px auto;
}

.whiteback ul.list li {
  position: relative;
  display: inline-block;
  background: #fcfcee;
  border: solid 1px #ddd;
  border-radius: 15px;
  padding: 2em;
  font-size: 14px;
  line-height: 140%;
  margin: 0.5em;
}

.whiteback ul.list li:before {
  position: absolute;
  top: -7px;
  left: -7px;
  content: "!";
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 1em;
  height: 1em;
  background: #ddc;
  border-radius: 50%;
  padding: 0.4em;
  z-index: 100;
}

.whiteback figure.ctr {
  margin: 50px auto;
}

@media only screen and (max-width:810px) {
  .whiteback h3:before,
  .whiteback h3:after {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .ttl-effect {
  	margin-bottom: 30px;
  }
  .hash {
    font-size: 18px;
    margin-bottom: 0.3em;
  }
  .whiteback h3 {
    font-size: 28px;
    line-height: 1.3em;
  }
  .whiteback h3.none {
    font-size: 26px;
  }
  .whiteback h4 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  .whiteback h4 div {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  .whiteback p {
    text-align: left;
  }
  .whiteback ul.list li {
    padding: 1.5em;
  }
}

@media only screen and (max-width:500px) {
  .whiteback figure.ctr img {
    width: 90%;
  }
}

/* #inslist
=================================*/
#inslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  margin: auto;
}

#inslist li {
  width: calc(20% - 20px);
//  width: calc(25% - 20px);
  margin: 10px;
  box-sizing: border-box;
}

#inslist li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  #inslist li {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #inslist li {
    width: calc(33% - 30px);
  }
}
@media screen and (max-width: 480px) {
  #inslist li {
    width: calc(50% - 30px);
  }
}


/* exlist
=================================*/
#exlist {
  width: 800px;
  margin: 30px auto;
  display: flex;
  flex-wrap:wrap;
}

#exlist li {
  width: 210px;
  min-height: 200px;
  margin-bottom: 50px;
  margin-right: 85px;
  text-align: center;
  cursor: pointer;
}

#exlist li a {
  color: #222;
}

@media only screen and (max-width:1100px) {
  #exlist {
    width: 100%;
  }
  #exlist li {
    width: 30%;
    margin-right: 5%;
  }
}

#exlist li:last-child,
#exlist li:nth-child(3n) {
  margin-right: 0
}
#exlist li dt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3em;
  margin-bottom: 0.8em;
  padding-top: 80px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 70px auto
}
@media only screen and (max-width:767px) {
  #exlist li dt {
    background-size: 60px auto;
    padding-top: 70px
  }
}
#exlist li dt span {
  position: relative;
  font-size: 14px;
  display: block
}
#exlist li dt span:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2.4em;
  content: "|";
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg)
}
#exlist li dt span:after {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -2.4em;
  content: "|";
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}
#exlist li dd {
  font-size: 13px;
  line-height: 1.5em;
  text-align: left
}
#exlist li:first-child dt {
  background-image: url('../images/icon_timing1.svg')
}
#exlist li:nth-child(2) dt {
  background-image: url('../images/icon_timing2.svg')
}
#exlist li:nth-child(3) dt {
  background-image: url('../images/icon_timing3.svg')
}
#exlist li:nth-child(4) dt {
  background-image: url('../images/icon_timing4.svg')
}
#exlist li:nth-child(5) dt {
  background-image: url('../images/icon_timing5.svg')
}
#exlist li:nth-child(6) dt {
  background-image: url('../images/icon_timing6.svg')
}
#exlist:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden
}
@media only screen and (max-width:767px) {
  #exlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap
  }
  #exlist li {
    width: 47%;
    margin-right: 5%
  }
  #exlist li:nth-child(2n) {
    margin-right: 0
  }
  #exlist li:nth-child(3n) {
    margin-right: 5%
  }
  #exlist li:last-child {
    margin-right: 0
  }
}

/* step
=================================*/
ul#step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
ul#step li dt {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
ul#step li dt div {
  font-size: 12px;
  line-height: 1em;
}
ul#step li dd {
  font-size: 13px;
  line-height: 1.5em;
  text-align: left;
}
ul#step li {
  position: relative;
  width: 180px;
  margin-right: 80px;
  padding-top: 130px;
}
ul#step li:after {
  position: absolute;
	top: 50%;
	right: -40px;
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	margin-left: -15px;
	border-top: 5px solid #333;
	border-right: 5px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul#step li:last-child {
  margin-right: 0px;
}
ul#step li:last-child:after {
	display: none;
}
ul#step li:nth-child(1) {
  background: url(../images/icon_step1.png) top center no-repeat;
  background-size: 140px auto;
}
ul#step li:nth-child(2) {
  background: url(../images/icon_step2.png) top center no-repeat;
  background-size: 140px auto;
}
ul#step li:nth-child(3) {
  background: url(../images/icon_step3.png) top center no-repeat;
  background-size: 140px auto;
}
ul#step li:nth-child(4) {
  background: url(../images/icon_step4.png) top center no-repeat;
  background-size: 140px auto;
}

@media only screen and (max-width:1100px) {
  ul#step {
    width: 80%;
    margin: 0px auto 50px;
  }
  ul#step li {
    width: 40%;
    margin-right: 5%;
  }
  ul#step li:nth-child(2n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width:767px) {
  ul#step {
    width: 100%;
    margin: 0px auto 50px;
  }
  ul#step li:after {
    display: none;
  }
}


/* faq
=================================*/
#faqbox {
  display: flex;
  flex-direction: column;
}

.faq-wrap {
  position: relative;
  background: #fdf3ed;
  border-radius: 30px;
  text-align: left;
  width: 70%;
  margin: 30px 0px;
  padding: 4em;
  padding-top: 2em;
}

.faq-wrap:nth-child(2n) {
  align-self: flex-end;
}

.faq-wrap .LINEbox2 {
  padding: 0px;
  margin-bottom: 20px;
}

.faq-wrap dl dt {
  font-size: 19px;
  font-weight: bold;
  color: #fba354;
  margin-bottom: 1em;
}

.faq-wrap dl dd {
  line-height: 1.9em;
}

.faq-wrap:after {
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 1em;
  height: 1em;
  background: #fba354;
  border-radius: 100%;
  padding: 1.2em;
  z-index: 100;
}

.faq-wrap:nth-child(1):after {
  content: "1";
}
.faq-wrap:nth-child(2):after {
  content: "2";
}
.faq-wrap:nth-child(3):after {
  content: "3";
}
.faq-wrap:nth-child(4):after {
  content: "4";
}
.faq-wrap:nth-child(5):after {
  content: "5";
}

@media screen and (max-width: 767px) {
  #faqbox {
    width: 100%;
    display: block;
  }
  .faq-wrap {
    width: 80%;
    margin: 30px auto;
    padding: 1.5em;
  }
  .faq-wrap dl dt {
    font-size: 16px;
    font-weight: normal;
  }
  .faq-wrap .LINEbox2 {
    padding: 0px;
    margin-bottom: 20px;
    justify-content: right;
  }
  .faq-wrap .chatting-r {
    width: 70%;
  }
}


/* rsvbox
=================================*/
.rsvbox {
  text-align: center;
  margin: 50px auto;
  padding-top: 50px;
  border-top: dotted 1px #999;
}

.rsvbox h5 {
  font-size: 20px;
  color: #0ac;
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 767px) {
  .rsvbox h5 {
    letter-spacing: 0;
    font-weight: normal;
    line-height: 150%;
  }
}

.rsvbox h5 span {
  color: #222;
}

.rsvbox p {
  font-size: 14px;
  line-height: 1.6em;
  text-align: center !important;
}

.rsvbox p span {
  font-size: 11px;
}

/* rsvset
=================================*/
.rsvset {
  text-align: right;
  display: flex;
  justify-content: center;
}

.tel {
  position: relative;
  top: 5px;
  text-align: center;
}

.tel a {
  font-size: 32px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", arial, sans-serif;
  white-space: nowrap;
  color: #222;
}

.tel span.t1 {
  font-size: 16px;
  margin-right: 0.1em;
}

.tel span.t2 {
  font-size: 11px;
  font-weight: normal;
  margin-top: 2px;
  display: block;
}

.rsvwrap .rsv {
  padding: 5px;
}

.rsv {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 50px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.rsv a {
  width: 320px;
  height: 52px;
  box-sizing: border-box;
  transition: background-color 0.5s;
  border-radius: 6px;
  display: block;

  color: #fdb;
  background: linear-gradient(to bottom,#111,#221);
  border: solid 1px #000;
}

.rsv a span {
  font-size: 13px;
  font-weight: normal;
  margin-left: 0.3em;
}

.rsv a:hover {
  background: #09b;
  border: solid 1px #079;
}

.rsvtel a:hover {
  background: #00ba7f;
  border: solid 1px #00b37a;
}

@media only screen and (max-width: 767px) {
  .rsvset {
    text-align: center;
    display: block;
    justify-content: center;
  }
  .rsv {
    font-size: 18px;
    line-height: 50px;
  }
  .rsv a {
    width: 86%;
    height: 52px;
    margin: 15px auto;
    transition: unset;
  }
  .rsvwrap .rsv {
    padding: 0px;
  }
  .tel span.t2 {
    margin-top: -5px;
  }
}


/* footer
=================================*/
footer {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #fba354;
  padding: 30px 0px;
  padding-bottom: 120px;
}

footer h4 {
  margin-bottom: 0px;
}

footer h4 img {
  width: 250px;
  height: auto;
}

footer p {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  footer {
      padding-bottom: 120px;
  }
}

/* fpcrsv
=================================*/
#fpcrsv{
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding:20px 0px;
  background: #fac596;
  z-index: 1000;
}


#fpcrsv .rsvbox {
  text-align: center;
  margin: 50px auto;
  padding-top: 50px;
  border-top: dotted 1px #999;
}

#fpcrsv .rsvbox h5 {
  font-size: 20px;
  color: #0ac;
  margin-bottom: 0.8em;
}

#fpcrsv .rsvset {
  text-align: right;
  display: flex;
  justify-content: center;
}

#fpcrsv .mi {
  position: relative;
    top: 5px;
    right: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
    letter-spacing: 0.08em;
    color: #222;
}

#fpcrsv .tel {
  position: relative;
  top: 5px;
  margin-right: 15px;
}

#fpcrsv .tel a {
  font-size: 32px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", arial, sans-serif;
  white-space: nowrap;
  color: #222;
}

#fpcrsv .tel span.t1 {
  font-size: 16px;
  margin-right: 0.1em;
}

#fpcrsv .tel span.t2 {
  font-size: 11px;
  font-weight: normal;
  margin-top: 2px;
  display: block;
}

#fpcrsv .rsv {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 50px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

#fpcrsv .rsv a {
  width: 320px;
  height: 52px;
  box-sizing: border-box;
  transition: background-color 0.5s;
  border-radius: 6px;
  display: block;

  color: #fdb;
  background: linear-gradient(to bottom,#111,#221);
  border: solid 1px #000;
}

#fpcrsv .rsv a span {
  font-size: 13px;
  font-weight: normal;
  margin-left: 0.3em;
}

#fpcrsv .rsv a:hover {
  background: #09b;
  border: solid 1px #079;
}
@media screen and (max-width: 768px) {
  #fpcrsv .mi {
    position: relative;
      top: 5px;
      right: 10px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.08em;
      color: #222;
  }
}
@media screen and (max-width: 767px) {
  #fpcrsv{
  display: none;
}
}
/* ftrrsv
=================================*/
#ftrrsv {
  display: none;
}

@media screen and (max-width: 767px) {
  #ftrrsv {
    position: fixed;
    bottom: -200px;
    left: 0px;
    width: 100%;
    height: 80px;
    background :#fb9b54;
    border-top: solid 1px #fdcaa5;
    text-align: center;
    display: block;
    z-index: 100;
  }

  #ftrrsv ul {
    display: flex;
  }

  #ftrrsv ul li {
    width: 50%;
  }

  #ftrrsv ul li:first-child {
    border-right: solid 1px #fdcaa5;
  }

  #ftrrsv ul li a {
    height: 80px;
    display: block;
  }

  #ftrrsv ul li a div {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 3px;
    border-bottom: solid 3px #fff;
    display: inline-block;
  }

  #ftrrsv ul li a div:after {
    position: absolute;
    top: 40px;
    left: -1.4em;
    letter-spacing: 0px;
    content: "▶";
    font-size: 11px;
  }

  #ftrrsv ul li a div span {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
  }
}


/* pagetop
=================================*/
#pagetop {
  position: fixed;
  bottom: -200px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.8);
  border: solid 1px #ccc;
  border-radius: 5px;
}

#pagetop a {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
}

#pagetop a:after {
  position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	margin-left: -7px;
	margin-top: -4px;
	border-top: 4px solid #333;
	border-left: 4px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#pagetop a:hover:after {
	border-top: 4px solid #55a;
	border-left: 4px solid #55a;
}

#copyright {
  font-size: 12px;
  text-align: center;
}
