@charset "utf-8";
/* CSS Document */


/*=================================
   bace
  =================================*/
html{
  font-size: 62.5%;
  scroll-behavior: smooth;	
}
body{
  color: #000000;
  font-size: 1.7rem;
  line-height: 1.6em;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-weight: 300;	
}
*{
 box-sizing: border-box;
}
a{
  color: #000000;
}

img{
  max-width: 100%;
  height: auto;
}

header a:hover, footer a:hover {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0.6;
}

/*=================================
   common
  =================================*/
/*  flexbox
-------------------------*/
.flexbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flexbox959{
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flexbox-w {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flexbox-sp {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.s-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-container { 
	justify-content: center; 
}

.h-center{
 align-items: center;
}

.flexbox_space{
	gap: 20px;
	margin:auto; 
}

.flex1{
	flex: 1;
}



/*  float
-------------------------*/
.float-right{
  float: right;
}
.float-right::after{
  clear: both;
}
.float-left{
  float: left;
}
.float-left::after{
  clear: both;
}

@media screen and (max-width:959px){

.flexbox959 {
    display: block;
  }
	
}	
	
/*=================================
 * media (sp)
  =================================*/
@media screen and (max-width:560px){
  /*=================================
     bace (sp)
    =================================*/
  body{
    font-size: 1.7rem;
    line-height: 1.7em;
  }

  /*=================================
     common (sp)
    =================================*/
	
  /*  flexbox
  -------------------------*/
  .flexbox {
    display: block;
  }
	
  }



/*  inner
-------------------------*/
.inner{
width: 90%;
margin: 0 auto;
}

@media screen and (min-width: 1140px) {
.inner{
 width: 1100px;
}	
	
	
}

/*  inner2
-------------------------*/
.inner2{
width: 90%;
margin: 0 auto;
}

/*
@media screen and (min-width: 1260px) {
.inner2{
 width: 1260px;
}	
	
}
*/


/*=================================
   main
  =================================*/
main{
	position: relative;
	top: 80px;
}

@media screen and (max-width: 834px) {
main {
	position: relative;
	top:64px;
}
	
  }


/*=================================
   footer
  =================================*/
footer{
/*position: relative;	footer上でpagetopをストップさせる*/
padding-bottom: 30px;
margin-top: -8px;
background: #d1c2b2;
}

#footer{
	
}



.copyright{
font-size: 1.3rem;
padding: 10px 0 30px;
text-align: center;	
border-top: #fff solid 1px;
}

@media screen and (max-width:560px){

footer{
margin-top: -9px;
}
	
}

/*-----------------------------------------------
page-top
----------------------------------------------- */		
.page-top {
	z-index: 100;
	/*position: fixed;
	bottom: 0px;
	right: 20px;
	*/
	text-align: right;
	margin-top: 80px;
	position: relative;
}

.page-top img{
	width: 60px;height: auto;
}

@media screen and (max-width:560px){
.page-top {

}	
}


/*=================================
   page-top-img(ヘッダ)
  =================================*/

.page-main-img{	
background:#fff;	
}


.page-main-img .page-main-img-inner{
	padding: 1em 0 0;
}

.page-main-img .page-main-img-inner p{
text-align: center;
margin:auto;
padding-bottom: 1em;	
}







/*=================================
   headerここまで
  =================================*/


/*=================================
   見出し
  =================================*/

.common_title h2 {
	font-size: 31px;
    font-weight: 600;
    line-height: 1.4;
}


.common_title01 {
  width: 100vw;
  max-width: none;

  margin-left: calc(50% - 50vw);
  margin-right: 0;
  margin-bottom: 30px;

  padding: 18px 20px;
  box-sizing: border-box;

  background-color: #c62828;

  /* 小さい水玉 */
  background-image: radial-gradient(
    rgba(255,255,255,0.18) 2px,
    transparent 2px
  );
  background-size: 14px 14px;
}

.common_title01 h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
}

.common_title01 h2 span {
  display: inline-block;
}



@media screen and (max-width:768px){

.common_title01 {
  padding: 10px;	
}
	
}


/*=================================
   top-main-images
  =================================*/
.top_main_area{  
	background-image: url("../images/bg_pc.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.top_main{  
	margin:10px auto;
	padding:20px 0;
	text-align: center;
  }
  
.top_main img{  
	max-width: 1100px;
	width: 100%;
  }




.top_text .text_area {
	flex: 1;      /* ← テキストが可変 */
	font-size: 26px;
	line-height: 1.4;
	margin: 20px auto;
	text-align: center;
}

.top_text .text_area span{
	font-size: 115%;
	color: #C2000A;
}

.point_icon img {
	flex: 0 0 auto;  /* ← 画像は固定 */
	margin-top: -50px;
	max-width: 190px;
}



@media screen and (max-width:768px){
	
.top_main_area{  
	background-image: url("../images/bg_sp.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
	
.top_text .text_area {
	flex: 1;      /* ← テキストが可変 */
	font-size: 21px;
}
	
.point_icon {
	text-align: right;
}	
	
.point_icon img {
	margin-top: -50px;
	max-width: 90px;
}	
	
}



/*=================================
   pcレイアウト
  =================================*/


/* 商品一覧 */
.product {
  width: 100%;
	margin-bottom: 50px;
}

.product_inner {
  width: 100%;
  max-width: 1100px;
  margin: 30px auto;
}


/* 商品の行 */
.product_row {
  display: flex;
  align-items: stretch;
  width: 100%;
}



/* 商品 */
.product_item {
  flex: 0 1 auto;

  box-sizing: border-box;
  padding: 0 18px 10px;

  display: flex;
  flex-direction: column;
}


/* 商品タイトル */
.product_title {
  display: flex;
  align-items: flex-start;

  margin: 0 0 10px;

  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}


/* 商品番号 */
.product_number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  flex-shrink: 0;

  margin-right: 7px;

  background: #222;
  color: #fff;

  border-radius: 50%;

  font-size: 22px;
  line-height: 1;
}


/* 商品名 */
.product_name {
  display: block;
}


/* 商品画像 */
.product_image {
  width: fit-content;
  max-width: 100%;

  margin-top: auto;

  padding: 0 20px;
  box-sizing: border-box;
}

.product_image img {
  display: block;

  width: auto;
  max-width: 100%;
  height: auto;
}


/* 元画像の表示サイズ調整 */
.image_moto img {
  width: 76.6667%;
}

.product_image.image_center img{
  margin-left: auto;
  margin-right: auto;
}




/* 縦ライン */
.product_line {
  width: 1px;
  min-width: 1px;

  align-self: stretch;

  background: #333;
}


/* 横ライン */
.product_line_horizontal {
  width: 100%;
  height: 1px;

  margin: 20px 0 25px;

  background: #333;
}





/* =========================================
   スマホ：横スワイプ
========================================= */

@media screen and (max-width: 768px) {

  /* 横スクロール */
  .product {
    width: 100vw;
    max-width: none;

    overflow-x: auto;
    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;

    padding: 10px 0;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    margin-bottom: 20px;

    box-sizing: border-box;
  }

  /* スクロールバー非表示 */
  .product::-webkit-scrollbar {
    display: none;
  }

  /* 商品全体を1行にする */
  .product_inner {
    display: flex;
    align-items: stretch;

    width: max-content;
    max-width: none;
    margin: 20px 0;  
  }


  /* 商品行を横並びの中身として扱う */
  .product_row {
    display: contents;
    width: auto;
  }

/* 商品 */
.product_item {
  display: flex;
  flex-direction: column;	
  flex: 0 0 auto;
  width: auto !important;
  padding: 0 0px 10px;
}


/* 商品画像 */
.product_image {
    width: auto;
    max-width: none;

    margin-top: auto;
    margin-left: 0;
    margin-right: 0;

    /*zoom: 0.366667;*/
	zoom: 0.41;
}

.product_image img {
  display: block;
  width: auto;
  height: auto;
}

/* 商品番号 */
.product_number {
  font-size: 18px;
} 	

/* 商品タイトル */
  .product_title {
    font-size: 20px;
    white-space: nowrap;
	margin-left: 15px;  
  }	
	
  /* 横ラインを縦ラインに変更 */
  .product_line_horizontal {
    width: 1px;
    min-width: 1px;
    height: auto;

    margin: 0;

    background: #333;
  }


  /* 元々の縦ライン */
  .product_line {
    width: 1px;
    min-width: 1px;
    align-self: stretch;
  }
	


}



/*=================================
   ダイニングチェア＆スツール
=================================*/

.chair_category {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #FFD800;
position:relative;	
}

.chair_title {
  background: #231815;
  height: 70px;
}

.chair_title .inner {
  position: relative;
  height: 100%;
}

/* 「はんぱ」 */
.chair_title_hanpa {
  position: absolute;
  top: -70px;
  left: 0;
  width: 130px;
  margin: 0;
  z-index: 3;
}

.chair_title_hanpa img {
  display: block;
  width: 100%;
  height: auto;
}


/* 左側のタイトル */
.chair_title .dining_chair_title {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 680px;
  margin: 0;
  z-index: 1;
}

.chair_title .dining_chair_title img {
  display: block;
  width: 100%;
  height: auto;
}


/* 右側の写真 */
.dining_chair_off {
  position: absolute;
  top: -180px;
  right: 80px;
  width: 320px;
  margin: 0;
  z-index: 2;
}

.dining_chair_off img {
  display: block;
  width: 100%;
  height: auto;
}




.chair_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
	padding-bottom: 30px;
}


@media screen and (max-width: 1260px) {
	

/* 左側のタイトル */
.chair_title .dining_chair_title {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 450px;
  margin: 0;
  z-index: 1;
}	
	
/* 右側の写真 */
.dining_chair_off {
  position: absolute;
  top: -80px;
  right: 80px;
  width: 220px;
  margin: 0;
  z-index: 2;
}	
	
}	

@media screen and (max-width: 768px) {
	
.chair_category {
position:initial;	
}
	
.chair_title {
  background: #231815;
  height: 110px;
}	
	
/* 左側のタイトル */
.chair_title .dining_chair_title {
  max-width: 333px;
}	

/* 右側の写真 */
.dining_chair_off {
  position: initial;
  text-align: right;
	margin:-50px auto 0;
	width: 100%;
}
.dining_chair_off img {
  display: block;
  max-width: 260px;
  height: auto;
	margin: auto;
}
	
/* 「はんぱ」 */
.chair_title_hanpa {
  position: absolute;
  top: -50px;
  left: 0;
  width: 130px;
  margin: 0;
  z-index: 3;
}	
	
.chair_title_hanpa img {
  display: block;
  width: 80%;
  height: auto;
}
	
}


/* =================================
   チェアカテゴリータイトル
================================= */

.chair_category_title {
  display: flex;
  align-items: center;

  margin: 0 0 20px;

  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}


.chair_category_number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  flex-shrink: 0;

  margin-right: 7px;

  background: #222;
  color: #fff;

  border-radius: 50%;

  font-size: 22px;
}


.chair_category_name {
  display: block;
}


/* =================================
   商品一覧
================================= */

.chair_scroll {
  width: 100%;
}


.chair_row {
  display: flex;
  align-items: stretch;

  width: 100%;
}


/* =================================
   商品
================================= */

.chair_item {
  flex: 0 1 auto;

  box-sizing: border-box;

  padding: 0 18px 30px;

  display: flex;
  flex-direction: column;
}


/* =================================
   商品画像
================================= */

.chair_image {
  width: fit-content;
  max-width: 100%;

  margin-top: auto;
}


.chair_image img {
  display: block;

  width: auto;
  max-width: 100%;
  height: auto;

  padding: 0;
}


/* =================================
   縦ライン
================================= */

.chair_line {
  width: 1px;
  min-width: 1px;

  align-self: stretch;

  background: #333;
}


/*=================================
  スマホ
=================================*/

@media screen and (max-width: 768px) {
	
.chair_category {
  margin-top: 30px;	
}	

  /* =================================
     カテゴリータイトル
     → スクロールしない
  ================================= */

  .chair_category_title {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;

    width: 100%;
    margin: 0 0 15px;
  }
	
.chair_inner {
  width: 90%;
}	


  /* =================================
     横スクロール部分
  ================================= */

  .chair_scroll {
    display: block !important;

    width: 100vw !important;
    max-width: none !important;

    margin-left: calc(50% - 50vw);
    margin-right: 0;

    padding: 10px 0 20px;

    overflow-x: scroll !important;
    overflow-y: hidden !important;

    -webkit-overflow-scrolling: touch;

    box-sizing: border-box;
  }


  /* スクロールバーを隠す */
  .chair_scroll::-webkit-scrollbar {
    display: none;
  }


  /* =================================
     商品を1行にする
  ================================= */

  .chair_row {
    display: flex !important;

    flex-direction: row !important;
    flex-wrap: nowrap !important;

    align-items: stretch;

    width: max-content !important;
    min-width: max-content !important;

    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  /* =================================
     商品
  ================================= */

  .chair_item {
    display: flex !important;
    flex-direction: column !important;

    flex: 0 0 auto !important;

    width: auto !important;
    min-width: auto !important;
    max-width: none !important;

    padding: 0 10px 10px;

    box-sizing: border-box;
  }


  /* =================================
     商品画像
  ================================= */

  .chair_image {
    display: block !important;

    width: fit-content !important;
    max-width: none !important;

    margin-top: auto !important;
	zoom: 0.566667;  
  }


  .chair_image img {
    display: block !important;

    width: auto !important;
    max-width: none !important;

    height: auto !important;

    padding: 0;
  }
	

  /* =================================
     商品間のライン
  ================================= */

  .chair_line {
    display: block !important;

    flex: 0 0 1px !important;

    width: 1px !important;
    min-width: 1px !important;

    height: auto;

    align-self: stretch;

    background: #333;
  }

}





/* =================================
   売約済（1つの場合）2つ以上は画像で表示　<div class="product_item sold">
================================= */

.product_item, .chair_item {
  position: relative;
}


/* 売約済のハンコ */
.product_item.sold::after, .chair_item.sold::after  {
  content: "売約済";

  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%) rotate(-12deg);

  width: 130px;
  height: 130px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;

  border-radius: 50%;

  color: #fff;

  font-size: 28px;
  font-weight: 600;

  letter-spacing: 2px;

  background: rgba(200, 0, 0, 0.85);

  z-index: 10;

  pointer-events: none;
}




/*=================================
   info
  =================================*/
.info_box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 35px;

  border: 2px solid #2b211e;

  display: flex;
  align-items: center;
}

/* 各項目 */
.info_item {
  flex: 1;
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 14px;
  padding: 0 25px;
}

/* 2番目以降の左側に縦線 */
.info_item + .info_item {
  border-left: 2px solid #2b211e;
}

/* アイコン */
.info_item img {
  width: 72px;
  height: auto;
  flex-shrink: 0;
}

/* テキスト */
.info_item strong {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.info_item span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 768px) {

  .info_box {
    padding: 10px 15px;
    display: block;
  }

  .info_item {
    width: 100%;
    box-sizing: border-box;

    justify-content: flex-start;

    padding: 15px 10px;
    gap: 15px;
  }

  /* 縦線を解除 */
  .info_item + .info_item {
    border-left: none;
    border-top: 1px solid #2b211e;
  }

  .info_item img {
    width: 55px;
    flex-shrink: 0;
  }

  .info_item strong {
    font-size: 16px;
    line-height: 1.3;
  }

  .info_item span {
    font-size: 13px;
    line-height: 1.4;
  }

}





/*=================================
   スマホスライド
  =================================*/
.benefits_area{
  display: none;
}

@media screen and (max-width:560px){

  .benefits_area{
	display: block;  /* ← 表示 */  
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    margin-right: calc(50% - 50vw);
    margin-bottom: 20px;
  }

  .benefits_area ul{
    display: flex;
    padding: 0;
    margin:  0;
    list-style: none;
  }

  .benefits_area li{
    flex: 0 0 auto;   /* ← これが重要 */
  }
	
  .benefits_area li:last-child{
    padding-right: 20px;
  }	

  .benefits_area img{
    height: 270px;    /* 高さ固定 */
    width: auto;      /* 横は元サイズ */
    display: block;
  }
	
.benefits_area::-webkit-scrollbar {
  display: none;
}
	

}


/*=================================
   スムーズスクロール位置
  =================================*/
#sec1, #sec2, #sec3, #sec4, #sec5, #sec6, #sec7{
  scroll-margin-top: 100px;
}

@media screen and (max-width: 560px){
	
#sec1, #sec2, #sec3, #sec4, #sec5, #sec6, #sec7{
  scroll-margin-top: 100px;
}
	
}



/*=================================
  予約ボタン(右上)
  =================================*/
 .reserve_icon{
	position: fixed;
	top:100px;
	right: 0%;
	z-index: 10!important;
	display: block;
	 font-weight: 500;
}

.reserve_icon li{
	z-index: 9999;/*ボタンを最前面に*/
	background: #fff;
	
	margin-bottom: 10px;
	width: 55px;

	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;

	display: flex;
	justify-content: center;
	align-items: center;
	color: #6a3906;
	border-radius:  10px 0px 0px 10px;
	color: #6a3906;
border-top: 2px solid #9e8c73;
border-bottom: 2px solid #9e8c73;
border-left: 2px solid #9e8c73;		
}

.reserve_icon li:nth-child(1) {
padding: 0.8em 0.1em 0.8em 0;
font-size: 18px;
vertical-align: middle;
text-align: center;
}

.reserve_icon li:nth-child(2) {
padding: 0.8em 0em 0.8em 0;	
}

.reserve_icon li:nth-child(1)::before {
    content: url(../images/mail_mimi.svg);
    display: inline-block;
    vertical-align:middle;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
	margin-top: 0px;
}
	
.reserve_icon li:nth-child(2)::before {
    content: url(../images/tel.svg);
    display: inline-block;
    vertical-align:middle;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
	margin-top: 0px;
}


.reserve_icon img{
	width: 	27px;
	height: auto;
}

.reserve_icon a{
	color: #6a3906;
}


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

.reserve_icon_sp {
	display: none;
}
	
}


@media screen and (max-width:768px){
	
.reserve_icon_sp {
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	padding: 0 10px;
	align-items: center;
}
	
.reserve_icon_sp li{
z-index: 9999;/*ボタンを最前面に*/
background: #fff;
margin: 0 5px;
text-align: center;	
padding: 8px 0 3px 0;
height: 50px;
border-radius:  15px 15px 0px 0px;
font-size: 17px;
font-weight: 500;
border-top: 2px solid #9e8c73;
border-left: 2px solid #9e8c73;
border-right: 2px solid #9e8c73;	
}	

.reserve_icon_sp li:nth-child(1){
	flex: 1;
	padding-top: 10px;
}

.reserve_icon_sp li:nth-child(2){
	flex: 1;
	width: 90px;
}
	
.reserve_icon_sp li:nth-child(1)::before {
    content: url(../images/mail_mimi.svg);
    display: inline-block;
    vertical-align:middle;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
	margin-top: 0px;
}
	
.reserve_icon_sp li:nth-child(2)::before {
    content: url(../images/tel.svg);
    display: inline-block;
    vertical-align:middle;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
	margin-top: 0px;
}	


.reserve_icon_sp a{
	color: #6a3906;
}

.reserve_icon_sp img{
	width: 	27px;
	height: auto;
	padding-top: 5px;
}	
	
}


/*=================================
メールと電話 共通
  =================================*/
.tel_mail{
	padding: 20px 20px;
	}


/*tel*/
.tel_area{
justify-content: center;
align-items: center;
margin-left: 20px;
color: #6a3906;
font-weight: 600;	
}


.tel-img::before {
    content: url(../images/tel.svg);
    display: inline-block;
    vertical-align: top;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.tel-img a {
	color: #6a3906;	
	font-weight: 700;
	
}

.tel-img{
	font-size: 3.5rem;
}



@media screen and (max-width:560px){

.tel_area{
	text-align: center;
	margin: auto;
	font-size: 15px;
}
	
.tel-img::before {
    content: url(../images/tel.svg);
    display: inline-block;
    vertical-align: top;
    -webkit-transform: scale(1);
    transform: scale(1);
	margin-top: 2px;
}
	
	
}




/*メール*/

.mail_area a{
background: #6a3906;
border-radius: 50px;
max-width: 580px;
justify-content: center;
align-items: center;
padding: 0.7em 50px;
margin:20px auto;
text-align: center;
font-size: 20px;
display: block;
color: #fff;
line-height: 1.5;
padding-top: 17px;	
}

.mail_area a:hover{
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0.6;
}

.mail-img::before {
    content: url(../images/mail_r.svg);
    display: inline-block;
    vertical-align:middle;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
	margin-top: 0px;
}



@media screen and (max-width:560px){
	
.mail_area a{
border-radius: 60px;
font-size: 16px;	
}	
	
.mail-img::before {
    content: url(../images/mail_r.svg);
    display: block;
    vertical-align:middle;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
	margin-top: 0px;
}
	
	
}










	
/*=================================
レイアウト
  =================================*/
.btn-area {
position: absolute;	
margin-bottom: 30px;
top: 95%;
left: 50%;
  -ms-transform: translate(-50%,-95%);
  -webkit-transform: translate(-50%,-95%);
  transform: translate(-50%,-95%);
}

@media screen and (max-width: 560px) {
	
.btn-area {
position: initial;	
margin-bottom: 30px;
top: 95%;
left: initial;
  -ms-transform: initial;
  -webkit-transform: initial;
  transform: initial;
}
	
}	

/*=================================
ボタン
  =================================*/
a.link_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: auto;
	background: #eb681f;
	border-radius: 30px;
	text-align: center;
	padding: 0.6em 1em;
	font-weight: 700;
	font-size: 1.4em;
	transition: 0.5s;
	border: 2px solid #eb681f;
	color: #fff;
}

a.link_btn:hover {
	color: #eb681f!important;
	background: #fff;
	opacity: 1;
}



@media screen and (max-width: 560px) {
	
.link_btn {
	width: 80%;
	margin: auto;
	text-align: center;
}	
	
}	






/*=================================
ここまで
  =================================*/

/*=================================
ボタン
  =================================*/
.top-btn01 {
    position: relative;
    margin: 20px auto 10px;
    display: block;
    width: 250px;
    padding: 10px 0;
    background: #8f1f41;
    color: #FFFFFF;
    text-decoration: none;
	text-align: center;
}


.top-btn01::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}

main a:hover{
    opacity: .6;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

/*=================================
   共通 
  =================================*/
.parts_center {text-align: center!important;}
.parts_right {text-align: right!important; }
.parts_left {text-align: left !important;  }
.pc-center{text-align: center!important;   }

.space-top10{margin-top: 10px;}
.space-top20{margin-top: 20px;}
.space-top50{margin-top: 50px;}

.space-top1{margin-top: 1em;}
.space-top3{margin-top: 3em;}
.space-top5{margin-top: 5em;}

.text-size13{font-size: 13px!important;}
.text-size15{font-size: 15px!important;}

.font-futoji600 {font-weight: 600;}

.text-common{line-height: 2.5em;}

.bg-color{background-color: #d1c2b2;padding: 1.5em;}

.font-red {color: #FF0200;}

.kome{
padding-left:1em;
text-indent:-1em;
}


.clears{clear:both;}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.display-pc { display: block !important; }
.display-sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 560px) {
.display-pc { display: none !important; }
.display-sp { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.display-pc768 { display: block !important; }
.display-sp768 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.display-pc768 { display: none !important; }
.display-sp768 { display: block !important; }
}

@media only screen and (max-width: 768px){
.pc-center{text-align:left!important;}
.postWrap{padding:0px 10px;}	
}	

/* pc改行<br class="br-pc">,　sp改行<br class="br-sp">  */
@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* pc改行<br class="br-pc560">,　sp改行<br class="br-sp560">  */
@media screen and (min-width: 560px){	
  .br-pc560 { display:block; }
  .br-sp560 { display:none; }
}
@media screen and (max-width: 560px){	
  .br-pc560 { display:none; }
  .br-sp560 { display:block; }
}

@media screen and (max-width: 560px){	
.break-box {
   display: flex;            /*flexコンテナ化 */
   flex-direction: column;  /*縦向きに配置 */
}

.turns1 { order: 1; }   /* 配置順を1番目に */		
.turns2 { order: 2; }   /* 配置順を2番目に */	
	
}


