@charset "utf-8";
/****************************************
 * デフォルトスタイル
 ****************************************/
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#plink {
  margin-bottom: 0;
}
.sp_disp { display: none; }
.pc_disp { display: block; }

/* init_read_img */
img.init_read_img {
  display: none;
}

/* frame */
.header {

}
.header .item_logo.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.header .item_logo {
  padding: 20px 0;
}
.header .item_logo .header_main {
  margin-bottom: 4px;
  max-width: 240px;
  width: 30%;
  padding-left: 20px;
}
.header .item_logo .header_sub {
  margin-bottom: 4px;
  margin-left: 10px;
  max-width: 340px;
  width: 25%;
}
.header .item_logo h1 {
  margin-left: 10px;
  font-size: 2.0em;
  /* font-weight: bold; */
  font-style: italic;
}

.block {
  width: 100%;
}
#main-contents .outer-contents:last-of-type {
  padding-bottom: 0;
}
.outer-contents.bg-black {
  background-color: #000;
  color: #fff;
}
.inner-contents {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
.inner-contents > .content > div:nth-of-type(1) {
  max-width: 600px;
  width: calc( 100% - 330px );
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* PC用 カラー選択 */
.inner-contents > .content > div:nth-of-type(2) {
  width: 330px;
  padding: 0 5px 0 25px;
}

/****************************************
 * シート表示部
 ****************************************/
.seat_image_area {
	/* border-bottom: 1px solid #bfbfbf; */
	margin-bottom: 30px;
}
.image_title {
  padding-top: 50px;
}
.seat_image {
	width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
.seat_image > .logo_360 {
  position: absolute;
  top: 50px;
  left: 60px;
  width: 50px;
}
.seat_image .slider-wrapper .logo_360 {
  position: absolute;
  top: 0;
  left: calc( 50% - 120px );
  width: 30px;
}
.seat_image #rotation_frame {
  width: 100%;
  margin: 10px auto 0;
}
.seat_image #rotation_frame #frame {
  width: 100%;
  height: 0;
  padding-bottom: 107.25%;
  position: relative;
}
.seat_image #rotation_frame #frame img {
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
}


/* slider */
.slider-wrapper {
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  /* cursor: pointer; */
	height: 20px;
	box-sizing: border-box;
}
.ui-widget.ui-widget-content {
	width: 150px;
	position: absolute;
	top: 50%;
	border: 0;
	border-radius: 0;
	height: 1px;
	background-color: #b3b3b3;
	padding: 0 10px;
	box-sizing: border-box;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
}
.ui-slider-horizontal .ui-slider-handle {
  border-radius: 100%;
  outline: none;
  top: -0.7em;
  cursor: pointer;
  background-color: #ccc;
}
#content .main .left .left .slider-wrapper .left_text {
	position: absolute;
	left: 10%;
	top: 50%;
  transform: translateY( -50% );
  padding: 0;
}
#content .main .left .left .slider-wrapper .right_text {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY( -50% );
  padding: 0;
}
#content .main .left .left .slider-wrapper .center_text {
	position: absolute;
	left: 50%;
	top: 35px;
	transform: translateX( -50% );
	cursor: auto;
	padding: 0;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
}
/* スライドポイントのサイズ */
.ui-slider-horizontal .ui-slider-handle {
	width: 20px;
	height: 20px;
	top: -10px;
	margin-left: -10px;
}
.slider-wrapper p.description {
  padding-top: 20px;
  text-align: center;
}

/****************************************
 * シート表示部 下部
 ****************************************/
.color_simulation {
  width: 80%;
  margin-left: 10%;
}
.color_simulation > p {
  
}
.color_simulation > p.save_color_title {
  font-size: 1em;
  font-weight: bold;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  padding: 3px 0;
  margin-bottom: 0;
  margin: 10px 0;
  text-align: center;
}
.sim_btn {
  position: relative;
  width: 100%;
  background-color: #F6F8F7;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 6px 6px 40px;
  font-size: 16px;
  color: #333;
}
.sim_btn.red {
  background-color: #fff;
  border: 1px solid #ea0000;
  color: #ea0000;
}
.sim_btn img.icon {
  /* display: inline-block; */
  /* margin-right: 10px; */
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY( -50% );
}
.save_memo {
  margin-top: 10px;
  margin-bottom: 20px;
}
.save_memo.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.save_memo .item {
  width: 30%;
}
.save_memo .item img {
  width: 100%;
}
.memo_add_btn ,
.memo_del_btn ,
.memo_read_btn {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 5px;
}
.memo_add_btn.saved ,
.memo_del_btn.saved ,
.memo_read_btn.saved {
    background-color: #F6F8F7;
}
.all_price {
  margin-bottom: 20px;
}
.all_price p {
  text-align: center;
}
.all_price p span {
  font-size: 1.2em;
}
.all_price p span#sp_all_price {
  font-size: 2em;
}
.regist {
  margin-bottom: 20px;
}

/* hidden_canvas */
#hidden_canvas {
  display: none;
}
#hidden_canvas_suji {
  display: none;
}

/****************************************
 * 選択部
 ****************************************/
.choice_area {
  background-color: #F8F9FB;
}
.choice_area .seat_type {
  margin-bottom: 30px;
}
.choice_area .seat_type > p:first-of-type{
  background-color: #3B393A;
  color: #fff;
  font-size: 20px;
  padding: 10px 0 10px 20px;
}
.choice_area .seat_type > p#choice_type {
  background-color: #fff;
  font-size: 20px;
  padding: 10px 0 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.choice_area .choice {
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.choice_area .choice .main_menu ,
.choice_area .choice .sub_menu {
  position: absolute;
  top: 0;
  left: 150%;
  transition: all 300ms cubic-bezier(0.52, 0.99, 0.57, 1) 0ms;
  width: 300px;
}
.choice_area .choice .main_menu.active ,
.choice_area .choice .sub_menu.active {
  left: 0;
}
/* .main_menu */
.choice_area .choice .main_menu .main_button {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #FFFFFF;
  padding: 20px 10px 30px;
  cursor: pointer;
  position: relative;
}
.choice_area .choice .main_menu .main_button:last-of-type {
  border-bottom: 1px solid #ccc;
}
.choice_area .choice .main_menu .main_button .title {
  font-size: 1.3em;
  font-weight: bold;
}
.choice_area .choice .main_menu .main_button .text {
  font-size: 1.0em;
}
.choice_area .choice .main_menu .main_button .icon-lt {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: auto;
}
.choice_area .choice .main_menu .main_button .icon-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: auto;
}
/* サブメニュー表示部分 */
.choice_area .choice .sub_menu .sub_menu_contents.flex {
  flex-wrap: wrap;
  justify-content: center;
}
.choice_area .choice .sub_menu .sub_menu_contents input {
  display: none;
}
.choice_area .choice .sub_menu .sub_menu_contents label {
  width: 33%;
  border: 1px solid #8C8C8C;
  margin-bottom: -1px;
  margin-right: -1px;
}
.choice_area .choice .sub_menu .sub_menu_contents input:checked + label {
  background-color: #ddd;
}
.choice_area .choice .sub_menu label {
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.choice_area .choice .sub_menu label img {
  margin-top: 10px;
  width: 70%;
  /* IE対策 */
  pointer-events: none;
}
.choice_area .choice .sub_menu label p {
  font-size: 12px;
  margin-bottom: 10px;
}
/* step1 */
#step1.sub_menu .sub_menu_contents.flex {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#step1.sub_menu .sub_menu_contents label {
  width: 99%;
}
/* サブメニュー下部ボタン */
.sub_menu .item_description {
  margin-top: 11px;
}
.sub_menu .item_description.flex {
  align-items: center;
}
.sub_menu .item_description button {
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #8C8C8C;
}
.sub_menu .item_description a {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.sub_menu .item_description button.to_item_description {
  margin-left: 30px;
}

/****************************************
 * 選択内容表示部
 ****************************************/
#seat_spec {
  padding-top: 10px;
  margin-bottom: 20px;
  /* border-top: 1px solid #ccc; */
  /* border-bottom: 1px solid #ccc; */
}
#seat_spec .spec_title {
  padding-bottm: 30px;
}
#seat_spec .spec_item.flex {
  justify-content: flex-start;
}
#seat_spec .spec_item {
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}
#seat_spec .spec_item:last-of-type {
  border-bottom: 0;
}
/* 1列目 */
#seat_spec .spec_item.flex p:nth-of-type(1) {
  width: 200px;
}
#seat_spec .spec_item .title::before {
  content: "●";
}
/* 2列目 */
#seat_spec .spec_item.flex p:nth-of-type(2) {
  width: calc( 100% - 400px );
  font-size: 1.1em;
}
/* 3列目 */
#seat_spec .spec_item.flex p:nth-of-type(3) {
  width: 200px;
  /* background-color: #F7F8FA; */
}
#seat_spec .spec_item.flex p#all_price {
  margin-left: auto;
}
#seat_spec .spec_item p.price .subtitle {
  display: inline-block;
  width: 100px;
  text-align: left;
}
#seat_spec .spec_item p.price .subcontent {
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: 1.2em;
}
#seat_spec .spec_item p.carriage {
  text-align: right;
}
#seat_spec .spec_item p.caution {
  text-align: right;
}

/****************************************
 * 下部 注文ボタン
 ****************************************/
#order_btn {
  margin-top: 10px;
}
#order_btn .left {
  width: 45%;
  padding-bottom: 40px;
}
#order_btn .right {
  width: 45%;
  padding-bottom: 40px;
}
#order_btn .sim_btn {
  width: 100%;
} 
#order_btn .sim_btn img.icon {
  left: 30px;
}


/****************************************
 * hidden_read_img
 ****************************************/
#hidden_read_img {
  height: 0;
}
#hidden_read_img img {
  width: 1px;
  height: 1px;
}

/****************************************
 * footer
 ****************************************/
#footer {
  margin-top: 0;
}



/** 1000pxまで ******************************************************************************/
@media screen and (max-width:1000px) { 
  #footer {
    padding: 20px 0 ;
  }
  .header .item_logo h1 {
    font-size: 1.5em;
  }
}

/** 768pxまで ******************************************************************************/
@media screen and (max-width:768px) { 
  .sp_disp { display: block; }
  .pc_disp { display: none; }

  .inner-contents > .content > div:nth-of-type(1) {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .inner-contents > .content > div:nth-of-type(2) {
    display: none;
  }
  .color_simulation {
    width: 100%;
    padding: 0 10px;
    margin-left: 0;
  }
  .color_simulation > p {
    padding: 0 30px 10px;
    font-size: 0.8em;
  }

  .image_title {
    padding-top: 20px;
    padding-left: 10px;
  }

  /**************************************
   * SP用 カラー選択
   */
  .choice_area.sp {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all 300ms cubic-bezier(0.52, 0.99, 0.57, 1) 0ms;
  }
  /* SP選択項目オープンメニュー（クローズ対応）*/
  .choice_area .sp_choice_button { 
    width: 20vw;
    height: 10vw;
    top: calc(-10vw + 1px);
    right: 20px;
    z-index: 999;
    background: rgba( 255, 255, 255, 1.0);
    border-radius: 5px 5px 0 0;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    padding: 1vw;
    position: absolute;
  }
  .choice_area .sp_choice_button .icon { 
    width: 8vw;
    height: 8vw;
  }
  .choice_area .sp_choice_button span { 
    position: absolute;
    width: 8vw;
    height: 1.0vw;
    right: 1vw;
    background-color: #333;
  }
  .choice_area .sp_choice_button span.top { 
    top: 2.5vw;
    transform: rotate( 0deg );
  }
  .choice_area .sp_choice_button span.mdl { 
    top: 4.5vw;
    transform: rotate( 0deg );
  }
  .choice_area .sp_choice_button span.btm { 
    top: 6.5vw;
    transform: rotate( 0deg );
  }

  .choice_area .seat_type {
    display: none;
  }
  /* オープン時対応 */
  .choice_area.active {
    height: 35vh;
  }
  .choice_area.active .sp_choice_button span.top { 
    top: 4.5vw;
    transform: rotate( 45deg );
  }
  .choice_area.active .sp_choice_button span.mdl { 
    transform: rotate( 45deg );
  }
  .choice_area.active .sp_choice_button span.btm { 
    top: 4.5vw;
    transform: rotate( 135deg );
  }
  .choice_area.sp .choice {
    height: 100%;
    min-height: auto;
    /* background: rgba( 255, 255, 255, 0.8); */
    border-top: 1px solid #333;
  }
  /* ---------------------- */
  /* メインメニュー */
  .choice_area.sp .choice .main_menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
      flex-direction: column;
  }
  .choice_area.sp .choice .main_menu .main_button {
    flex: 0 0 auto;
    width: 33vw;
    border: 1px solid #ccc;
    margin-right: 0;
      width: 100%;
      padding: 0 10px 0 30px;
      min-height: 8vh;
      max-height: 8vh;
      line-height: 8vh;
      box-sizing: border-box;
  }
  .choice_area.sp .choice .main_menu .main_button:last-of-type {
    margin-right: 0;
  }
  .choice_area .choice .main_menu .main_button .icon-arrow {
    top: 50%;
    transform: translateY( -50% );
  }
  .choice_area.sp .choice .main_menu .main_button .title {
    position: relative;
  }
  .choice_area.sp .choice .main_menu .main_button .title .selected_value {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY( -50% );
    font-size: 1em;
  }
  /* サブメニュー */
  .choice_area.sp .choice .sub_menu .sub_menu_header {
    max-height: 10vh;
  }
  .choice_area.sp .choice .sub_menu .item_description {
    margin-top: 0;
    padding-top: 1vh;
    max-height: 10vh;
    text-align: center;
  }
  .choice_area.sp .choice .sub_menu .item_description.flex {
    display: block;
  }
  .choice_area.sp .choice .sub_menu .item_description button {
    margin-top: 1vh;
    font-size: 20px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .choice_area.sp .choice .sub_menu .item_description a {
    margin-top: 2vh;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .choice_area.sp .choice .sub_menu .scroll_area {
    width: 100%;
    overflow-x: auto;
  }
  .choice_area.sp .choice .sub_menu .sub_menu_contents {
    width: calc( 28vw * 12 );
  }
  .choice_area.sp .choice .sub_menu .sub_menu_contents.flex {
    flex-flow: row;
    flex-wrap: wrap;
    padding-bottom: 1px;
  }
  .choice_area.sp .choice .sub_menu .sub_menu_contents label {
    flex: 0 0 auto;
    width: 28vw;
    height: 15vh;
  }
  .choice_area.sp .choice .sub_menu .sub_menu_contents label img {
    width: auto;
    height: 60%;
    margin-top: 1vh;
    margin-bottom: 5px;
  }
  .choice_area.sp .choice .sub_menu .sub_menu_contents label p {
    line-height: 1.1em;
    margin-bottom: 0;
    padding: 0 3px;
  }
  /* 動作 */
  .choice_area.sp .choice .main_menu.active, 
  .choice_area.sp .choice .sub_menu.active {
    left: auto;
    top: 0;
  }
  .choice_area.sp .choice .main_menu , 
  .choice_area.sp .choice .sub_menu {
    width: 100%;
    left: auto;
    top: -100vw;
  }
  /* step1 */
  .choice_area.sp #step1.sub_menu .sub_menu_contents {
    width: calc( 20vw * 2 );
    min-width: 100%;
  }
  .choice_area.sp #step1.sub_menu .sub_menu_contents.flex {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
  }
  .choice_area.sp #step1.sub_menu .sub_menu_contents label {
    width: 30vw;
    margin-right: 10px;
  }
  .choice_area.sp #step1.sub_menu .sub_menu_contents label:last-of-type {
    margin-right: 0;
  }
  .choice_area.sp #step1.sub_menu .sub_menu_contents label img {
    height: 70%;
  }

  /* 選択内容 */
  #seat_spec .spec_item {
    padding: 10px;
  }
  #seat_spec .spec_item.flex {
    flex-wrap: wrap;
  }
  #seat_spec .spec_item.flex p:nth-of-type(1) {
    width: 100%;
    padding-left: 10px;
  }
  #seat_spec .spec_item.flex p:nth-of-type(2) {
    width: calc( 100% - 50px );
    padding-left: 20px;
  }
  #seat_spec .spec_item.flex p:nth-of-type(3) {
    width: 50px;
    padding-right: 20px;
    text-align: right;
  }
  #seat_spec .spec_item.flex p#all_price {
    width: 150px;
    padding-right: 20px;
    text-align: right;
    margin-left: auto;
  }
  #order_btn.flex {
    flex-direction: column;
  }
  #order_btn .sim_btn {
    padding: 6px 6px 6px 60px;
  }
  #order_btn .left ,
  #order_btn .right {
    width: 90%;
    margin: 10px auto 0px;
  }
  #order_btn .left {
    padding-bottom: 0;
  }

  .seat_image #rotation_frame {
  /* .seat_image #rotation_frame #frame { */
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }

}
/** 480pxまで ******************************************************************************/
@media screen and (max-width:480px) { 
  .header .item_logo .header_main {
    padding-left: 5%;
    width: 40%;
  }
  .header .item_logo .header_sub {
    width: 50%;
  }
  .header .item_logo h1 {
    width: 100%;
    text-align: left;
    padding-left: 5%;
    margin: 0;
  }
  #order_btn .sim_btn {
    padding-left: 30px;
  }
  #order_btn .sim_btn img.icon {
    left: 10px;
  }
  #order_btn .left, #order_btn .right {
    width: 96%;
  }
  .choice_area .choice .main_menu .main_button .title {
    font-size: 1.1em;
  }
  .choice_area .choice .main_menu .main_button .icon-arrow {
    width: 18px;
  }
  .choice_area.sp .choice .main_menu .main_button {

  }
  .choice_area.sp .choice .main_menu .main_button .title {
    position: static;
    padding-top: 1.7vh;
    line-height: 1em;
  }
  .choice_area.sp .choice .main_menu .main_button .title .selected_value {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    font-size: 13px;
  }
  .choice_area.sp .choice .sub_menu .item_description button {
    font-size: 17px;
    margin-top: 0.5vh;
  }
  .choice_area.sp .choice .sub_menu .item_description a {
    margin-top: 3vh;
  }

  .image_title {
    font-size: 1.3em;
  }

}
@media screen and (max-width:320px) { 
  .choice_area.sp .choice .sub_menu .sub_menu_header {
    font-size: 12px;
  }
  .choice_area.sp .choice .sub_menu .item_description button {
    font-size: 14px;
    margin-top: 0.5vh;
  }
  .choice_area.sp .choice .sub_menu .item_description a {
    margin-top: 1.5vh;
  }

}