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

* {
	margin: 0;
	padding: 0;
}
html {
	line-height: 1.4;
}
body {
	font-size: 24px;
	background-color: #ffffff;
	color:#000000;
	min-width:1100px;
	line-height: 2.2;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover{
  color: #333333;
  text-decoration: none;
}


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

	font-size: 16px;
	line-height: 1.8
}

}


img {
	vertical-align: bottom;
}
.pc {
	display: block;
}
.sp {
	display: none;
}


.wrapper {
	padding:0 0 40px 0;
	margin: 0 auto 40px;
	width: 600px;
	text-align: center;
	background-color: #ffffff;
}


.wrapper img{
width:100%;
}
@media screen and (max-width: 979px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

.wrapper {
	padding:0;
	margin: 0 auto 0;
	width: 100%;
	text-align: center;

}

}


.txt_b{
font-weight: bold;
}
.txt_red{
font-weight: bold;
color: #e71717;
}

.txt_s{
font-size: 80%;
}




.logo{
    text-align: center;
    margin:0 auto ;
	padding: 20px 0;
}

/* ==========================================================================
   追撃ボタン
   ========================================================================== */
.fixed_btn
{
  position: fixed;
  top: 0; 
  right: 0;
  padding: 0;
  z-index: 99999;
}


@media screen and (max-width: 959px) { 
    /*　画面サイズが959px以下はここを読み込む　*/

#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;

}
}


/* #################################  共通*/
/* #################################  共通*/

.box{
margin: 0 auto 0;
padding:40px 0;
	width:1000px;
}

.box_02{
margin: 0 auto 0;
padding:40px 0;
}

.img_s{
padding:40px 0;
}

.big_title{
font-size: 240%;
font-weight: bold;
margin: 0 auto;
line-height: 1.4;
text-align: center;
}
@media screen and (max-width: 979px) {
.box{
margin: 0 auto 0;
padding:10px 0 20px 0;
width:90%;
}

.box_02{
margin: 0 auto 0;
padding:10px 0 20px 0;
width:100%;
}


.img_s{
padding: 10px 0;
}

.big_title{
font-size: 240%;
font-weight: bold;
margin: 0 auto;
line-height: 1.4;
text-align: center;
}

}

.more a {
display: block;
margin: 80px auto;
color: #038b95;
font-weight: bold;
background: #fffff;
border:#038b95 5px solid;
padding:5px 30px;
border-radius: 50px;
transition: .3s;
width:800px;
text-decoration: none;
text-align: center;
}

.more a:hover {
  background: #fef3c8;
}

@media screen and (max-width: 979px) {
.more a {
display: block;
margin: 20px auto;
color: #038b95;
font-weight: bold;
background: #ffffff;
border:#038b95 3px solid;
padding:5px 30px;
border-radius: 50px;
transition: .3s;
width:90%;
text-decoration: none;
text-align: center;
}

.more a:hover {
  background: #fef3c8;
}

}

.more02 a {
display: block;
margin: 80px auto;
color: #038b95;
font-weight: bold;
background: #fffff;
border:#038b95 5px solid;
padding:5px 30px;
border-radius: 50px;
transition: .3s;
width:80%;
text-decoration: none;
text-align: center;
}

.more02 a:hover {
  background: #fef3c8;
}

@media screen and (max-width: 979px) {
.more02 a {
display: block;
margin: 5px auto;
color: #038b95;
font-weight: bold;
background: #ffffff;
border:#038b95 3px solid;
padding:5px 10px;
border-radius: 50px;
transition: .3s;
width:100%;
text-decoration: none;
text-align: center;
}

.more02 a:hover {
  background: #fef3c8;
}

}



/* #################################  TOP*/
/* #################################  TOP*/

.top{
  width: 100%;
  height:100vh;
  background: url("../img/top_pc.png") top center no-repeat;
background-size: 100%;
}

.top_menu{
  width: 100%;
   position: absolute;
   top: 75%;
   left: 50%;
   transform: translateX(-50%);
   margin: 0 auto;
   text-align: center;
   background:rgba(0,0,0,0.5);
padding: 20px 0;
}


.top_in{
width: 50%;
}

.top_right{
}
.top_right video {
width: 100%;
height:95vh;
object-fit: cover;

}

.top_left{
margin: 0 auto;
padding: 0 0 0 50px;
position: relative; /* 今の位置を基準 */
top: 20%; /* 上から10px */
left: 5%; /* 左から20px */
}


.top_left a {
display: block;
margin: 10px 0 0 0;
color: #fff;
font-weight: bold;
background: #038b95;
padding:5px 30px;
border-radius: 50px;
transition: .3s;
width: 300px;
text-decoration: none;
text-align: center;

}
.top_left a:hover {
  background: #ff6666;
}

.top_logo{
padding: 0 0 50px 0;
}





/* #################################  TOP SP*/
/* #################################  TOP SP*/

@media screen and (max-width: 979px) {
.top_sp{
width: 100%;
}
.top_sp img{
width: 100%;
}
	
.top_in{
width: 100%;
}

.top_right_img img {
width: 100%;
height:110vh;
object-fit: cover;
object-position:50% 0;
position: relative;
}



.top_menu{
   position: absolute;
   top: 45vh;
   left: 50%;
   transform: translateX(-50%);
   margin: 0 auto;
   text-align: center;

}

.top_bottom{
margin: 0 auto;
padding:10px 0 20px 0;
text-align: center;
background-color: #000000;

}

.top_bottom img{
width: 70%;

}


.top_menu a {
display: block;
margin:5px 0 0 0;
color: #fff;
font-weight: bold;
background: #038b95;
padding:5px 30px;
border-radius: 50px;
transition: .3s;
width: 50%;
text-decoration: none;
text-align: center;

}

.top_menu a:hover {
background: #ff6666;
}

.top_logo{
max-width:60%;
padding: 10px 0 0 0;
}





.video_wrapper {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    width: 100%;
    min-height: 50%;
}



.menu_box{
    text-align: center;
    margin:40px auto ;
}

}

/* #################################  SNS*/
/* #################################  SNS*/


.sns{
display: flex;
flex-wrap: wrap;
margin: 40px auto 40px;
width:100%;
justify-content: center;
}

.sns h1{
display:block;
margin: 20px auto 20px;
width: 90%;
margin: 0 auto;
padding:20px 0;
}


.sns p{
margin: 0 auto 20px;
width:90%;
text-align:left;
}

.sns_box{
width: 50%;

}

.sns_box img{
width: 95%;
		margin:10px auto;
}

@media screen and (max-width: 979px) {
.sns{
display: flex;
flex-wrap: wrap;
margin: 20px auto 20px;
width: 90%;
}

.sns_box{
width: 100%;
padding: 10px 0 0 0;
}
}

/* #################################  写真一覧*/
/* #################################  写真一覧*/


.photo_box{
margin: 40px auto 0;
padding:40px 0;
background-color: #f2f3f5;
border-top: #038b95 10px solid;
border-bottom: #038b95 10px solid;
}

.photo_box_flex{
display: flex;
flex-wrap: wrap;
margin: 40px auto 40px;
width: 1000px;
}

.photo_box_flex_in{
padding: 10px;
width: 50%;
}


@media screen and (max-width: 979px) {
.photo_box{
margin: 20px auto 0;
padding:20px 0;
background-color: #f2f3f5;
border-top: #038b95 10px solid;
border-bottom: #038b95 10px solid;
}

.photo_box_flex{
display: flex;
flex-wrap: wrap;
margin: 20px auto 20px;
width: 90%;
}

.photo_box_flex_in{
width: 100%;
}


}

/* #################################  news*/
/* #################################  news*/

.news{
width: 1000px;
margin: 40px auto;
padding: 0;
}

.news_title{
font-size: 150%;
font-weight: bold;
margin: 0 auto;
padding:10px 0;
border-bottom:3px solid #038b95;
}

.news_title_sub{
	width:100%;
font-size: 150%;
font-weight: bold;
margin: 20px auto ;
padding:5px 0;
background-color:#ff6666;
color:#ffffff;
text-align:center
}

.news_box{
margin: 40px auto;
padding: 0 0 40px 0;
border-bottom: 2px dotted #333333;
flex-wrap: wrap;
text-align: left;
}

.news_box_img{
width: 30%;
text-align: left;
}

.news_box_img img{
  width: 250px;
  height: 250px;
  object-fit: cover; /* この一行を追加するだけ！ */
}

.news_box_txt{
width: 70%;
text-align: left;
font-size: 16px;
}

.news_box_txt p{
margin: 0 auto;
padding: 0 0 0 0;
line-height: 1.4;
}


.news_box_data{
color: #038b95;
font-weight: bold;
font-size: 90%;
}


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

.news{
width: 90%;
margin: 20px auto;
padding: 0;
}

.news_title{
font-size: 150%;
font-weight: bold;
margin: 20px auto;
}

.news_box{
margin:20px auto;
padding: 0 0 10px 0;
border-bottom: 2px dotted #333333;
}

.news_box_img{
width: 40%;
text-align: left;
padding: 0 10px 0 0;
}


.news_box_img img{
  width: 90%;
  height: 90%;
  object-fit: cover; /* この一行を追加するだけ！ */
}


.news_box_txt{
width: 60%;
text-align: left;
font-size: 14px;
line-height: 1.6;
}

.news_box_txt p{
margin: 0 auto;
padding: 0 0 0 0;
}

}


/* #################################  まとめ*/
/* #################################  まとめ*/

.matome{
margin: 40px auto 0;
padding:40px 0;
background-color: #f2f3f5;

}

.matome_box{
width: 90%;
margin: 40px auto 0;
padding:40px 0;
}


.matome_box_flex{
width: 1000px;
margin: 40px auto 10px;
padding:40px 0;
flex-wrap: wrap;
  justify-content:
  flex-start; 
    /*コレ*/display: flex;
    /*コレ*/align-items: stretch;
}


.matome_box_flex_30{
width: 25%;
display: flex;
margin: 10px auto;
}

.matome_txt_box{
margin: 0 auto;
background-color: #ffffff;
border: 1px #333333 solid;
width: 95%;
}


.matome_box_img{
width: 100%;
}

.matome_box_img img{
  width: 100%;
height: 150px;
  object-fit: cover;
}
.matome_care{

color: #fff;
background: #038b95;
padding: 0 20px;
border-radius: 50px;
text-align: center;
font-size: 14px;
display:inline-block
}

.matome_box_txt{
width: 100%;
background-color: #ffffff;
padding: 10px;
font-size: 16px;
line-height: 1.6;
text-align: left;
}


.matome_box_txt p{
margin:0 auto;
padding: 10px;
text-align: left;
line-height: 1.4;
font-size: 16px;

}

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

.matome_box_flex{
width: 100%;
margin: 20px auto 0;
padding:0 0;
flex-wrap: wrap;
  justify-content:
  flex-start; 
    /*コレ*/display: flex;
    /*コレ*/align-items: stretch;
}


.matome_box_flex_30{
width: 50%;
display: flex;
margin: 10px auto;
}


}


@media screen and (max-width: 979px) {
.matome{
margin: 20px auto 0;
padding:20px 0;
background-color: #f2f3f5;
}

.matome_box{
width: 90%;
margin: 20px auto 0;
padding:20px 0;
background-color: #f2f3f5;
}


}


/* #################################  モデル*/
/* #################################  モデル*/


.model{
width: 100%;
margin: 0 auto;
padding: 20px 0;
background-color: #f2f3f5;
}

.model_box{
width: 90%;
margin: 20px auto 0;
padding: 0;
}

.model_title{
font-size: 150%;
font-weight: bold;
margin: 20px auto;
color: #038b95;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
}


.model_phone{
display: flex;
margin: 20px auto;
padding: 0;
flex-wrap: wrap;
}

.model_phone_col{
width: 30%;
margin: 40px auto;
padding: 0;
text-align: center;
}

.model_phone_in{
width: 100%;
margin: 0;
padding: 0;
text-align: center;
}

    .circle {
      border-radius: 50%;
      width: 90%;
      height: 90%;
      object-fit: cover;
    }
    .circle-1 {
      object-position: 0 0;
    }

.model_name{
color: #038b95;
padding: 10px 0 0 0;
font-weight: bold;
font-size: 16px;
}

@media screen and (max-width: 979px) {
.model{
width: 100%;
margin: 0 auto 0;
padding: 5px 0 20px 0;
background-color: #f2f3f5;
}

.model_title{
font-size: 150%;
font-weight: bold;
margin: 0 auto 10px;
color: #038b95;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
}

.model_phone{
display: flex;
margin: 0 auto 0;
padding: 0;
flex-wrap: wrap;
}

.model_phone_col{
width: 50%;
margin: 0 auto;
padding: 0;
text-align: center;
}

.model_phone_in{
width: 100%;
margin: 0;
padding: 0;
text-align: center;
}

    .circle {
      border-radius: 50%;
      width: 90%;
      height: 90%;
      object-fit: cover;
    }
    .circle-1 {
      object-position: 0 0;
    }

.model_name{
color: #038b95;
padding: 10px 0 0 0;
font-weight: bold;
font-size: 14px;
}
}
/* #################################  店舗一覧*/
/* #################################  店舗一覧*/

.GoogleMap{
position: relative;
width: 95%;
height: 0;
padding-top: 30%;/*比率をお好みで*/
margin: 20px auto 0;
}

.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shop_box{
width: 100%;
margin: 0 auto 0;
padding: 0;
}

.shop_box img{
margin: 0 auto;
padding:10px 0 0 0;
}


.shop{
width: 95%;
display: flex;
margin: 30px auto 0;
}

.shop_title{
background-color: #038b95;
margin: 0 auto 80px;
padding: 20px 0;
text-align: center;
color: #ffffff;
font-size: 150%;
font-weight: bold;
}
.shop_img{
width: 50%;
margin: 0 auto;
padding: 0 0 0 0;
}

.shop_img img{
width: 100%;
margin: 0 auto;
padding: 0 0 0 0;
}

.shop_txt{
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0 auto;
padding:0;
font-size: 16px;
}


.shop_txt_box_01{
width: 20%;
color: #ff6666;;
line-height: 1.2;
padding:5px 0;
font-size: 110%;
font-weight: bold;
text-align: center;
border-bottom:2px solid #ffffff;
background-color: #ff6666;
color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop_txt_box_02{
width: 70%;
text-align: left;
line-height: 1.6;
padding:10px 20px;
font-size: 14px;
background-color: #ffffff;
margin: 0 auto ;
border-bottom:2px dotted #666666;
}

label {
    font-weight: normal;
}

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

.shop{
width: 100%;
display: flex;
margin: 20px auto 0;
}
.shop_box{
width: 100%;
margin: 0 auto 0;
padding: 0;
}


.shop_title{
background-color: #038b95;
margin: 0 auto 20px;
padding: 20px 0;
text-align: center;
color: #ffffff;
font-size: 150%;
font-weight: bold;
}


.shop_txt_box_01{
width: 20%;
color: #ff6666;;
line-height: 1.2;
padding:5px 0;
font-size: 90%;
font-weight: bold;
text-align: center;
border-bottom:2px solid #ffffff;
background-color: #ff6666;
color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop_txt_box_02{
width: 70%;
text-align: left;
line-height: 1.6;
padding:5px 10px;
font-size: 14px;
background-color: #ffffff;
margin: 0 auto ;
border-bottom:2px dotted #666666;
}
}


.shop_btm_img{
padding:20px 0;
}

/*アコーディオン全体*/
.menu_shop {
width: 90%;
padding: 0;
margin: 40px auto;
}
.menu_shop input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu_shop label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 1;
  position: relative;
  margin:20px auto 0;
  padding:20px;

  font-size: 140%;
  text-align: center;
  border-radius: 50px;
    font-weight: bold;
  
}


.menu_shop_bg_01 {
  background-color: #ffbbc4;
}
.menu_shop_bg_02 {
  background-color: #ddcbfe;
}

.menu_shop_bg_03 {
  background-color: #b1fffc;
}

.menu_shop_bg_05 {
  background-color: #d2eaab;
}
.menu_shop_bg_04 {
  background-color: #abeabb;
}

.menu_shop_bg_06{
  background-color: #F5C6EC;
}

.menu_shop_bg_09 {
    background-color: #FFDAB9;
}
.menu_shop_bg_08 {
    background-color: #F5C6B8;
}


/*開いたときに表示される部分*/
.menu_shop ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  margin-bottom: 1px;

}
.menu_shop li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  margin: 0 auto;
}
#menu_shop_bar01:checked ~ #links01 li,
#menu_shop_bar02:checked ~ #links02 li,
#menu_shop_bar03:checked ~ #links03 li,
#menu_shop_bar04:checked ~ #links04 li,
#menu_shop_bar05:checked ~ #links05 li,
#menu_shop_bar06:checked ~ #links06 li,
#menu_shop_bar001:checked ~ #links001 li,
#menu_shop_bar002:checked ~ #links002 li,
#menu_shop_bar003:checked ~ #links003 li,
#menu_shop_bar004:checked ~ #links004 li,
#menu_shop_bar005:checked ~ #links005 li,
#menu_shop_bar09:checked ~ #links09 li,
#menu_shop_bar08:checked ~ #links08 li,
#menu_shop_bar006:checked ~ #links006 li
{
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;

  padding: 0;
}
 /*開いたときの下の余白*/
#menu_shop_bar01:checked ~ #links01 li:last-child,
#menu_shop_bar02:checked ~ #links02 li:last-child,
#menu_shop_bar03:checked ~ #links03 li:last-child,
#menu_shop_bar04:checked ~ #links04 li:last-child,
#menu_shop_bar05:checked ~ #links05 li:last-child,
#menu_shop_bar06:checked ~ #links06 li:last-child,
#menu_shop_bar001:checked ~ #links001 li:last-child,
#menu_shop_bar002:checked ~ #links002 li:last-child,
#menu_shop_bar003:checked ~ #links003 li:last-child,
#menu_shop_bar004:checked ~ #links004 li:last-child,
#menu_shop_bar005:checked ~ #links005 li:last-child,
#menu_shop_bar09:checked ~ #links09 li:last-child,
#menu_shop_bar08:checked ~ #links08 li:last-child,
#menu_shop_bar006:checked ~ #links006 li:last-child
{
  margin-bottom: 10px;
}
/*閉じた状態の矢印描画*/
.menu_shop label:after{
  content:"";
  display:block;
  width:15px;
  height:15px;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 10%;
  top: 0;
  bottom: 15%;
  margin: auto;
 
}
/*開いた状態の矢印描画*/
.menu_shop input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:15px;
  height:15px;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right:10%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 979px) {
/*アコーディオン全体*/
.menu_shop {
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

/*閉じた状態の矢印描画*/
.menu_shop label:after{
  content:"";
  display:block;
  width:15px;
  height:15px;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 8%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu_shop input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:15px;
  height:15px;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 8%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.menu_shop label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 1;
  position: relative;
  margin:10px auto 0;
  padding:15px 0;

  font-size: 140%;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
}

}


/* #################################  袴*/
/* #################################  袴*/


.yuni_box{
background: url('../img/yuni_pc_01.png') center top no-repeat #ffffff;
padding: 5px 0 100px 0;
margin: 100px auto 0;
}
.yuni_s{

margin:0 auto;
height: 650px;
}

.yuni_txt{
width: 70%;
 margin: 0 0 0 auto;
padding: 30px;
background:rgba(255,255,255,0.8);
}

.yuni_txt p{
width: 800px;
margin: 0 auto 0 0;
padding:;
font-size: 16px;
}

@media screen and (max-width: 979px) {
.yuni_box{
background: url('../img/yuni_pc_01_sp.png') center top no-repeat #ffffff;
padding: 5px 0 20px 0;
margin: 2px auto 0;
background-size: 100%;
}
.yuni_s{
margin:0 auto;
height: auto;
}

.yuni_txt{
width: 90%;
 margin: 0 auto;
padding: 10px;
background:rgba(255,255,255,0.8);
}

.yuni_txt p{
width: 100%;
margin: 0 auto;
padding:10px;
font-size: 14px;
line-height: 1.4;
}

}

/* #################################  料金*/
/* #################################  料金*/


.price{
width: 100%;
background-color: #f3ebd9;
margin: 20px auto;
padding: 0 0 20px 0;
}

.price_title{
width: 100%;
background-color: #ff6666;
margin: 0 auto;
padding: 20px 0;
text-align: center;
}


.plan{
width: 100%;
margin: 0 auto;
padding:0 0 0 0;
}

.plan_box{
width: 90%;
margin: 0 auto;
padding: 40px 0;
}

.plan_box p{
margin: 0 auto;
padding: 20px 20px 0 0;
text-align: left;
font-size: 16px;
}


.plan_box_img{
padding: 20px 0;
}

.plan_row{
display: flex;
flex-wrap: wrap;
width: 100%;
margin:40px auto 20px;
}

.plan_col{
width: 50%;
margin: 0 auto 10px;
text-align: left;
padding: 0;
font-size: 16px;
}

.plan_col p{
padding: 10px 0;
font-size: 16px;
}


@media screen and (max-width: 979px) {
.plan_row{
display: flex;
flex-wrap: wrap;
width: 100%;
margin:20px auto 20px;
}

.plan_col{
width: 100%;
margin: 0 auto 0;
text-align: left;
padding: 0;
font-size: 14px;
}

.plan_col p{
padding: 10px 0;
font-size: 14px;
}

}

/* #################################  流れ*/
/* #################################  流れ*/

.flow{
width: 100%;
margin: 40px auto;
padding: 0;
}

.flow_box{
width: 90%;
margin: 0 auto;
padding: 40px 0;
}

.flow_box_title{
margin: 0 auto;
padding: 40px 0;
}


.flow_row{
display: flex;
flex-wrap: wrap;
width: 100%;
margin:0 auto 40px;
}

.flow_col_01{
width: 35%;
text-align: left;
margin: 0 auto 10px;
}

.flow_col_02{
width: 65%;
text-align: center;
margin: 0 auto 10px;
}

.flow_col_02 p{
text-align: left;
font-size: 16px;
padding: 20px 0 0 0;
line-height: 1.8;
}

.flow_title{
text-align: left;
line-height: 1.6;
font-size: 140%;
color: #ff6666;
font-weight: bold;
border-bottom: 2px solid #ff6666;
padding:0 0 5px 0;
}


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

.flow_box{
width: 90%;
margin: 20px auto;
padding: 10px 0;
}
.flow_box_title{
margin: 0 auto;
padding: 10px 0;
}

.flow_title{
text-align: center;
line-height: 1.6;
font-size: 140%;
color: #ff6666;
font-weight: bold;
border-bottom: 2px solid #ff6666;
padding:0 0 5px 0;
}

.flow_row{
display: flex;
flex-wrap: wrap;
width: 100%;
margin:0 auto 20px;
}
.flow_col_01{
width: 50%;
text-align: center;
margin: 0 auto 10px;
}

.flow_col_02{
width: 100%;
text-align: center;
margin: 0 auto 10px;
}
}

/* #################################  声*/
/* #################################  声*/

.voice{
width: 100%;
margin: 40px auto 0;
padding: 0;
}

.voice_box{
width: 100%;
margin: 0 auto;
padding: 20px 0;
}

.v_row{
display: flex;
flex-wrap: wrap;
width: 100%;
margin:0 auto 0;
}

.v_col{
width: 50%;
text-align: center;
margin: 0 auto 20px;
}

.v_col img{
width: 95%;
text-align: center;
margin: 0 auto 10px;
}

@media screen and (max-width: 979px) {
.voice{
width: 100%;
margin: 20px auto 0;
padding: 0;
}

.voice_box{
width: 90%;
margin: 0 auto;
padding: 0;
}
}

.comp_box {
display: flex;
border-bottom: 1px solid #caccd7;
width: 1000px;
margin: 0 auto;
}

.comp_box_title {
flex: 1;
background-color: #f4f7f8;
padding:20px  10px;
text-align: center;

}

.comp_box_txt {
flex: 3;
padding:20px  50px;
background-color: #ffffff;
}

@media screen and (max-width: 979px) {
.comp_box {
display: block;
border-bottom: 1px solid #caccd7;
width: 90%;
margin: 20px auto;
}

.comp_box_title {
flex: 1;
background-color: #f4f7f8;
padding:20px  10px;
text-align: center;

}

.comp_box_txt {
flex: 1;
padding:20px  10px;
background-color: #ffffff;
margin: 0 auto;
}
}

.footer{
margin: 40px auto;
padding: 40px 0;
text-align: center;
}

@media screen and (max-width: 979px) {
.footer{
margin: 20px auto;
padding: 20px 0;
text-align: center;
}

}

/* #################################  トップに戻る*/
/* #################################  アコーディオン全体*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
 
#page-top a {
    display: block;
    background: #ff6666;
    color: #fff;
    width: 50px;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    background: #fa9999;
    text-decoration: none;
}

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

#page-top {

    font-size: 140%;
}

}
/* #################################  アコーディオン全体*/
/* #################################  アコーディオン全体*/

.menu {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin:20px auto 0;
  padding:20px;
  background-color: #ff6666;
  font-size: 180%;
  text-align: center;

    font-weight: bold;
}
/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  margin-bottom: 1px;

}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  margin: 0 auto;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li{
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;

  padding: 0;
}
 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child{
  margin-bottom: 0;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:20px;
  height:20px;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:20px;
  height:20px;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 5%;
  top: 7%;
  bottom: 0;
  margin: auto;
}



/* #################################  アコーディオン全体 SP*/
/* #################################  アコーディオン全体 SP*/

@media screen and (max-width: 979px) {
/*アコーディオン全体*/
.menu {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 15%;
  margin: auto;
  


}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 5%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin:10px auto 0;
  padding:15px 0 15px 0;
  background-color: #ff6666;
  font-size: 140%;
  text-align: center;
}

}



.menu_g {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.menu_g input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu_g label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin:20px auto 0;
  padding:20px;
  background-color: #038b95;
  font-size: 180%;
  text-align: center;

    font-weight: bold;
}
/*開いたときに表示される部分*/
.menu_g ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  margin-bottom: 1px;

}
.menu_g li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  margin: 0 auto;
}
#menu_g_bar01:checked ~ #links_g01 li,
#menu_g_bar02:checked ~ #links_g02 li,
#menu_g_bar03:checked ~ #links_g03 li,
#menu_g_bar04:checked ~ #links_g04 li,
#menu_g_bar05:checked ~ #links_g05 li,
#menu_g_bar06:checked ~ #links_g06 li,
#menu_g_bar07:checked ~ #links_g07 li
{
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;

  padding: 0;
}
 /*開いたときの下の余白*/
#menu_g_bar01:checked ~ #links_g01 li:last-child,
#menu_g_bar02:checked ~ #links_g02 li:last-child,
#menu_g_bar03:checked ~ #links_g03 li:last-child,
#menu_g_bar04:checked ~ #links_g04 li:last-child,
#menu_g_bar05:checked ~ #links_g05 li:last-child,
#menu_g_bar06:checked ~ #links_g06 li:last-child,
#menu_g_bar07:checked ~ #links_g07 li:last-child

{
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.menu_g label:after{
  content:"";
  display:block;
  width:20px;
  height:20px;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu_g input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:20px;
  height:20px;
  border-top: #fff 5px solid;
  border-right: #fff 5px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 5%;
  top: 7%;
  bottom: 0;
  margin: auto;
}



/* #################################  アコーディオン全体 SP*/
/* #################################  アコーディオン全体 SP*/

@media screen and (max-width: 979px) {
/*アコーディオン全体*/
.menu_g {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

/*閉じた状態の矢印描画*/
.menu_g label:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 15%;
  margin: auto;
  


}
/*開いた状態の矢印描画*/
.menu_g input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 5%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.menu_g label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin:10px auto 0;
  padding:15px 0 15px 0;
  background-color: #038b95;
  font-size: 140%;
  text-align: center;
  width: 90%;
}

}





a img:hover {
	opacity: 0.5 ;
}





.reflection {
 width: 1009px;
  position: relative;
  overflow: hidden;
  margin:0 auto 20px;
  text-align: center;
    border-radius: 5px;

}
@media screen and (max-width: 979px) {
.reflection {
 width: 100%;
position: relative;
overflow: hidden;
border-radius: 5px;
  margin:0 auto 0;
}
}


.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;


}
@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.m-form-text {
    height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	margin: 20px auto;
	font-size: 150%;
}

@media screen and (max-width: 979px) {
.m-form-text {
margin: 10px auto 10px;
font-size: 180%;
}
}

.youtube {
margin:20px auto 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 979px) {
.youtube {
margin:10px auto 10px;
  position: relative;
  width: 90%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

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

    min-width: 100%;
}
.max_w {
	max-width: 100%;

}

.max_w90 {
	max-width: 90%;

}

.max_w50 {
	max-width: 40%;

}

.max_w80 {
	max-width: 80%;

}

}






/* #################################  着物コレクション*/
/* #################################  着物コレクション*/

.kimono_title{
    font-size: 200%;
    font-weight: bold;
    margin: 50px auto 40px;
    color: #038b95;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
	padding: 0 0 0 0;
  position: relative;
  text-align: center;
}

.kimono_title:before {
  background-color: #038b95; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 20%; /* 線の長さ */
}


.kimono {
width:90%;
margin: 0 auto;
padding: 0;
}

.kimono p {
text-align:left;
}

.kimono_box{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  margin-bottom:80px;
  margin: 30px auto 50px;
}

.kimono_box-inner{
width: calc(25% - 60px);
margin-top:20px;
margin-right: 20px;
}

.kimono_box-inner:nth-child(4n) {
margin-right: 0;
}

.kimono_box-inner img{
width: 100%;
height: 400px;
border: 10px #ffffff solid;
box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
object-fit: cover; /* この一行を追加するだけ！ */
}

.kimono_box-inner02{
width: calc(50% - 20px);
margin-top:20px;
margin-right: 20px;
}

.kimono_box-inner02 h2{
border-bottom: 3px solid #038b95;
color: #038b95;
padding: 0 0 10px 0
}



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



.kimono_name {
    color: #038b95;
    font-weight: bold;
    font-size: 20px;
}

.kimono_txt {
    font-weight: bold;
    font-size: 16px;
	line-height: 1;
	padding: 10px 0 0 0;
}
.kimono_color{
margin: 0;
padding: 0;
	line-height: 1;
}


.kimono_color a{
    border: 1px solid #038b95;
    font-weight: bold;
    color: #038b95;
    font-size: 14px;
    padding: 3px 10px;
    margin: 0 0 5px 0;
    border-radius: 40px;
    display: inline-block;
	line-height: 1.6;
}

.kimono_cate {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  
background-color:#f2f3f5;
padding: 10px;
margin: 20px auto;
}


.kimono_cate_title {
width: 20%;
background-color:#038b95;
color: #ffffff;
padding: 5px 20px;
text-align: center;
font-weight: bold;
}
.kimono_cate_txt {
width: 80%;
padding: 5px 20px;
}


.kimono_cate_txt a {
    font-weight: bold;
    color: #ffffff;
    padding: 3px 20px;
    margin: 0 5px;
    display: inline-block;
    line-height: 2;
}


.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:50px auto;
}

.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #038b95;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 0;
  opacity: 1;
  transition: .5s opacity;
  background-color: #f2f3f5;

}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.tab-switch_box {
padding: 20px 30px;
text-align: center;
font-size: 16px;
}

.tab-switch_box a{
border: 1px solid #038b95;
border-radius: 10px;
padding: 5px 10px;
background-color: #038b95;
margin:  0 5px 0 0;
color:#ffffff;
font-weight: bold;
}

.tab-switch_box a:hover{
border: 1px solid #038b95;
background-color: #f2f3f5;
color:#038b95;
font-weight: bold;
}


.tab-switch_box .white{color: #ffffff;padding: 0 5px 0 0;}
.tab-switch_box .pink{color: #ff99cc;padding: 0 5px 0 0;}
.tab-switch_box .red{color: #cc0000;padding: 0 5px 0 0;}
.tab-switch_box .green{color: #006600;padding: 0 5px 0 0;}
.tab-switch_box .blue{color: #333399;padding: 0 5px 0 0;}
.tab-switch_box .yellow{color: #ffff99;padding: 0 5px 0 0;}
.tab-switch_box .purple{color: #cc33ff;padding: 0 5px 0 0;}
.tab-switch_box .Brown{color: #663300;padding: 0 5px 0 0;}
.tab-switch_box .Black{color: #000000;padding: 0 5px 0 0;}
.tab-switch_box .others{color: #666666;padding: 0 5px 0 0;}


.tab-label a{
color: #ffffff;}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size:14px; 
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}


@media screen and (max-width: 1023px) {
.kimono_title{
    font-size: 200%;
    font-weight: bold;
    margin: 30px auto 30px;
    color: #038b95;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
	padding: 0 0 0 0;
  position: relative;
  text-align: center;

}

.kimono_title:before {
  background-color: #038b95; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 20%; /* 線の長さ */
}


.kimono {
width: 100%;
margin: 0 auto;
padding: 0;
}

.kimono_box{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  margin-bottom:20px;
  margin: 0 auto 20px;
}

.kimono_box-inner{
width: calc(50% - 10px);
margin-top:20px;
margin-right: 10px;
}

.kimono_box-inner:nth-child(2n) {
margin-right: 0;
}

.kimono_box-inner img{
width: 100%;
height: 250px;
border: 5px #ffffff solid;
box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
object-fit: cover; /* この一行を追加するだけ！ */
}

.kimono_box-inner02{
width:100%;
margin-top:0;
margin-right: 0;
}

.kimono_box-inner02 h2{
border-bottom: 3px solid #038b95;
color: #038b95;
padding: 0 0 10px 0
}



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



.kimono_name {
    color: #038b95;
    font-weight: bold;
    font-size: 20px;
}

.kimono_txt {
    font-weight: bold;
    font-size: 16px;
	line-height: 1;
	padding: 10px 0 0 0;
}
.kimono_color{
margin: 0;
padding: 0;
	line-height: 1;
}


.kimono_color a{
    border: 1px solid #038b95;
    font-weight: bold;
    color: #038b95;
    font-size: 14px;
    padding: 3px 10px;
    margin: 0 0 5px 0;
    border-radius: 40px;
    display: inline-block;
	line-height: 1.6;
}

.kimono_cate {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  
background-color:#f2f3f5;
padding: 10px;
margin: 20px auto;
}


.kimono_cate_title {
width: 20%;
background-color:#038b95;
color: #ffffff;
padding: 5px 20px;
text-align: center;
font-weight: bold;
}
.kimono_cate_txt {
width: 80%;
padding: 5px 20px;
}


.kimono_cate_txt a {
    font-weight: bold;
    color: #ffffff;
    padding: 3px 20px;
    margin: 0 5px;
    display: inline-block;
    line-height: 2;
}


.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:10px auto;
}

.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #038b95;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 0;
  opacity: 1;
  transition: .5s opacity;
  background-color: #f2f3f5;

}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.tab-switch_box {
padding: 10px;
text-align: center;
font-size: 14px;
}

.tab-switch_box a{
border: 1px solid #038b95;
border-radius: 10px;
padding: 5px 10px;
background-color: #038b95;
margin:  0 5px 5px 0;
color:#ffffff;
font-weight: bold;
display: inline-block;
}

.tab-switch_box a:hover{
border: 1px solid #038b95;
background-color: #f2f3f5;
color:#038b95;
font-weight: bold;
}


.tab-switch_box .white{color: #ffffff;padding: 0 5px 0 0;}
.tab-switch_box .pink{color: #ff99cc;padding: 0 5px 0 0;}
.tab-switch_box .red{color: #cc0000;padding: 0 5px 0 0;}
.tab-switch_box .green{color: #006600;padding: 0 5px 0 0;}
.tab-switch_box .blue{color: #333399;padding: 0 5px 0 0;}
.tab-switch_box .yellow{color: #ffff99;padding: 0 5px 0 0;}
.tab-switch_box .purple{color: #cc33ff;padding: 0 5px 0 0;}
.tab-switch_box .Brown{color: #663300;padding: 0 5px 0 0;}
.tab-switch_box .Black{color: #000000;padding: 0 5px 0 0;}
.tab-switch_box .others{color: #666666;padding: 0 5px 0 0;}


.tab-label a{
color: #ffffff;}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size:14px; 
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

}
.home_btm_box{
	margin:20px auto 40px;
	padding: 0;
	text-align: center;
}
.home_btm{
                display: block;
                outline: 0;
                border: 0;
                background-image: linear-gradient(to right,#e052a0,#f15c41);
                cursor: pointer;
                border-radius: 2px;
                color: #fff;
                font-weight: 500;
                text-align: center;

                padding: 20px 10px;
                font-size: 150%;
	padding: 10px 20px;
	font-weight:bold;
	width:100%;
	margin:40px auto 20px;
		border-radius:50px;
	
}
.home_btm:hover {
                    background-image: linear-gradient(to right,#f15c41,#e052a0);color: #fff;
                }

.shop_list_title{
    border-top:3px #038b95 solid;
    border-bottom:3px #038b95 solid;
	margin:20px auto 20px;
    padding: 10px 0;
    text-align: center;
    color: #038b95;
    font-size: 150%;
    font-weight: bold;
	font-weight:bold;
}

.pop_title_big{
color: #000000;
font-family: 'Kaisei Decol', serif;
font-size:24px;
font-weight:bold;
line-height:1.4;
padding:0 0 20px 0;
text-align:center;
}

/*見出し部分*/
.pop_title_big{
 position:relative;
 padding-bottom:1.5rem;
 border-bottom:1px solid #ff6666;
}
/*吹き出し部分*/
.pop_title_big::before{
 content:'';
 position: absolute;
 top: 100%;
 left: 50%;
 transform: translateX(-50%) skew(-25deg);
 height: 15px;
 width: 15px;
 border-right: 1px solid #ff6666;
 background-color: #fff !important;
 /*Lightning見出しデザイン設定のCSS対策*/
 border-left: none;
 border-top: unset;
 border-bottom: unset;
}


/*見出し部分*/
.pop_title{
position:relative;
padding-bottom:1rem;
color: #ff6666;
font-family: 'Kaisei Decol', serif;
font-size:20px;
font-weight:bold;
margin:10px auto ;
text-align:center;
}
/*斜めストライプ部分*/
.pop_title::before{
 position: absolute;
 content: '';
 left: 0;
 bottom: 0;
 width: 100%;
 height: 8px;
 background-image:repeating-linear-gradient(
  -45deg, #ff6666, #ff6666 1px, transparent 1px, transparent 5px
 );
 background-size:7px 7px;
 -webkit-background-size:7px 7px;
 /*Lightning見出しデザイン設定のCSS対策*/
 border:none;
 top:unset;
}
.pagination {
    margin: 40px auto;
}
.nav-links {
    display: flex;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 10px;
    padding: 1px 15px;
    color: #038b95;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #038b95;
}
.pagination .current {
    background: #038b95;
    color: #fff;
}
.pagination .prev,
.pagination .next {
    background: transparent;
    box-shadow: none;
    color: #0353a9;
}
.pagination .dots {
    background: transparent;
    box-shadow: none;
    border: none;
}


/*202410_10_23 量産用LP　追加CSS*/
#lp_02{}

#lp_02 .mv_box{
display:flex;
justify-content:center;
align-items:end;
flex-wrap: wrap;
height: 80vh;
padding: 0 0;
margin: 0 auto;
width: 800px;
}

#lp_02 .mv_box_title{
margin: 0 auto;
padding: 0;
width: 100%;
text-align: center;
}

#lp_02 .mv_box_logo{
width:100%;
margin: 0 auto 100px;
background-color:  rgba(0,0,0,0.4);
padding: 20px 0;
}

#lp_02 .mv_box img{
width:30%;
margin: 0 auto 20px;
}

#lp_02 .official_btn {
margin: 0 auto;
text-align: center;
}


#lp_02 .official_btn a {
display: block;
padding: 14px 0;
color: #1A1A1A;
text-align: center;
background: linear-gradient(to top, #946F00, #FFEABF);
width: 30%;
margin: 0 auto;
text-decoration: none;
font-size: 20px;
 font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#lp_02  .menu{
width: 90%;
margin:30px auto;
}

#lp_02  .menu p{
text-align:left;
}


@media screen and (max-width: 979px) {
#lp_02 .mv_box{
display:flex;
justify-content:center;
align-items:end;
flex-wrap: wrap;
height: 80vh;
padding: 0 0;
margin: 0 auto;
width: 100%;
}

#lp_02 .mv_box_title{
margin: 0 auto;
padding: 0;
width: 100%;
text-align: center;
}

#lp_02 .mv_box_logo{
width:100%;
margin: 0 auto 100px;
background-color:  rgba(0,0,0,0.4);
padding: 20px 0;
}

#lp_02 .mv_box img{
width:50%;
margin: 0 auto 10px;
}

#lp_02 .official_btn {
margin: 0 auto;
text-align: center;
}


#lp_02 .official_btn a {
display: block;
padding: 14px 0;
color: #1A1A1A;
text-align: center;
background: linear-gradient(to top, #946F00, #FFEABF);
width: 50%;
margin: 0 auto;
text-decoration: none;

}

	
}
.mv_box_logo span{color:#ffffff;display:block;font-size:14px;}

#lp_02 .mv_box_01{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/gram-1.jpg) center top no-repeat #ffffff;background-size:100%;}
#lp_02 .mv_box_02{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/jmca.tokyo_tokyo-1.jpg) center top no-repeat #ffffff;background-size:100%;}
#lp_02 .mv_box_03{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/kagura-1.jpg) center top no-repeat #ffffff;background-size:100%;}
#lp_02 .mv_box_04{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/j_img-1.jpg) center top no-repeat #ffffff;background-size:100%;}
#lp_02 .mv_box_05{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/m_img-1.jpg) center top no-repeat #ffffff;background-size:100%;}
#lp_02 .mv_box_06{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/g_img-1.jpg) center top no-repeat #ffffff;background-size:100%;}

@media screen and (max-width: 979px) {
#lp_02 .mv_box_01{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/gram-1.jpg) center top no-repeat #ffffff;background-size:100%;}
#lp_02 .mv_box_02{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/jmca.tokyo_tokyo-1.jpg) center top no-repeat #ffffff;background-size:100%;}
#lp_02 .mv_box_03{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/kagura-1.jpg) center top no-repeat #ffffff;background-size:100%;}
#lp_02 .mv_box_04{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/j_img-1.jpg) center top no-repeat #ffffff;background-size:100%;}
#lp_02 .mv_box_05{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/m_img-1.jpg) center top no-repeat #ffffff;background-size:100%;}
#lp_02 .mv_box_06{background: url(https://www.furisode-gram.net/wordpress/wp-content/uploads/2024/10/g_img-1.jpg) center top no-repeat #ffffff;background-size:100%;}
}


h1 {
  display: flex;
  align-items: center;/* 縦位置の調整 */
	text-align:left;
	font-size:20px;
	color:#ff6666;
	padding:0 10px;
	width:90%;
	
}

h1::before,
h1::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 3px;
background:#ff6666;
margin:0 10px;

}

h2 {
background:#ff6666;
color:#ffffff;
border-radius:50px;
font-size:14px;
width:90%;
margin:0 auto 20px;
padding:10px 0;
}


.qa-6 {
    width: 90%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	text-align:left;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #ff6666;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
		text-align:left;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff6666;
    line-height: 1.2;
    content: "A";
}

.list-6 {
    list-style-type: none;
	margin:0 auto 20px;
	width:100%;
}

.list-6 li {
    margin-bottom: 5px;
    padding: .5em .7em;
    border-left: 5px solid #ff6666;
    background-color: #f2f2f2;
    font-weight: 600;
	text-align:left;
}

.fixed-bottom-btn {
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
background-color:#009933;
color: #fff;
padding: 10px 0;
border-radius:10px 10px 0 0;
font-size: 16px;
font-weight: bold;
text-decoration: none;
z-index: 9999;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
transition: background-color 0.3s;
width:100%;
}

.fixed-bottom-btn a{
color:#ffffff;
}

