

.head {
  text-align: center; }

.qr {
  margin: 0 20px 2rem 20px;
  padding: 0.8rem 1.5rem;
  border: dotted 1px #fc7f00;
  overflow: hidden; }
  @media screen and (max-width: 920px) {
    .qr {
      margin: 0 0 2rem 0; } }
  .qr picture {
    float: right;
    margin: 0 0 0 20px; }
  .qr p {
    margin-bottom: 0.5em !important; }
    @media screen and (max-width: 920px) {
      .qr p br {
        display: none; } }
    .qr p:first-of-type {
      margin-top: 0.8em; }
      @media screen and (max-width: 920px) {
        .qr p:first-of-type {
          margin-top: 0; } }
    .qr p:last-of-type {
      margin-bottom: 0 !important; }
    .qr p strong {
      color: #f60;
      font-weight: bold; }

.attention {
  margin-left: 20px;
  padding-left: 90px;
  background-image: url(../img/notice/tyui.gif);
  background-repeat: no-repeat;
  background-position: left center; }
  @media screen and (max-width: 920px) {
    .attention {
      margin-left: 0; } }
  .attention strong {
    color: #f60;
    font-weight: bold; }


/***********************************************************************************************************************/
.pc{ display: block;}
.sp{ display: none;}

@media screen and (max-width: 920px) {
	.pc{ display: none;}
	.sp{ display: block;}
}

#yoyaku_button a {
	position: fixed;
	bottom: 50px;
	left: 50px;
	display: inline-block;
	background: #ffae00;
	color: #fff;
	width: 120px;
	height: 120px;
	padding: 24px 0 0 0 ;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
	overflow: hidden;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	border-bottom: solid 4px #e48b42;
	z-index: 999;
}

#yoyaku_button .kotira {
	border-bottom: #fff dotted 2px;
	width: fit-content;	margin: 0 auto 2px auto;
}
.triangle{
	width: 0; 
	height: 0;
	margin: 0 auto 5px auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

@media screen and (max-width: 920px) {
	#yoyaku_button_sp a{
		display: inline-block;
		background: #ffae00;
		color: #fff;
		width: 10vw;
		height: 10vw;
		padding: 2vw 0 0 0;
		margin: 0 2vw 0 0 ;
		text-align: center;
		line-height: 1.2em;
		border-radius: 50%;
		font-size: 2.5vw;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
	}
	
	#buttonarea{
		display: flex;
		justify-content: flex-end;
	}
}

/***********************************************************************************************************************/




