@charset "UTF-8";
/* ======================================
 *
 *	A.RESET
 *	B.GLOBAL
 *		01.Base
 *		02.Table
 *		03.Buttons
 *		04.Icons
 *		05.Input
 *	C.COMMON
 *		01.Header
 *		02.Navigation
 *		03.Contents
 *		04.Footer
 *	D.PAGE
 *		01.Top
 *		02.Product
 *		03.Concept
 *
 *========================================= */
/*---------------------------------------
 *   A.RESET
 *----------------------------------------- */
a, abbr, acronym, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, span, strike, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, ul, var, video {
  outline: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

li, p, td {
  background: url();
}

ol, ul {
  list-style: none;
}

img {
  display: inline-block;
  vertical-align: middle;
}

body, html {
  width: 100%;
  min-height: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img, audio, video, canvas {
  max-width: 100%;
}

/*---------------------------------------
 *   B.GLOBAL
 *----------------------------------------- */
/* 01.Base */
body {
  display: none;
  font-size: 13px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica;
  color: #333333;
  background-color: white;
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-text-size-adjust: none;
}

a {
  color: inherit;
  text-decoration: none;
    /*border-bottom:1px black dotted;*/
}

#container {
  width: 100%;
  min-width: 1280px;
  overflow: hidden;
}

.wrapper, .wrapper_forPC {
  padding: 0 40px;
}

.trans {
  opacity: 1;
}
/*.trans:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.trans:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}*/

.step .wrap .span {
    line-height:80%;
}

.sm {
  display: none !important;
}

.fserif {
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'MS PMincho', serif;
}

.co_gray {
  color: #dbd7d5;
}

.num, .mincho, button, .step_list .step h3,
.step_list .img_step h3, .pagination, .news_details .date, .tel_boxes .tel_num {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* 02.Table */
.tb {
  display: table;
  border-collapse: collapse;
  table-layout: fixed
}
.tb .tr {
  display: table-row;
}
.tb .th, .tb .td {
  display: table-cell;
}

.tb_gb {
  width: 100%;
  background: white;
  font-size: 12px;
}
.tb_gb > thead > tr > th, .tb_gb > thead > tr > td {
  border: 1px solid #c1c1c1;
  vertical-align: top;
}
.tb_gb > tbody > tr > th, .tb_gb > tbody > tr > td {
  border: 1px solid #c1c1c1;
  vertical-align:middle;
}
.tb_gb > tbody > tr:nth-child(odd) {
  background: #f7f7f7;
}
.tb_gb > tbody > tr > th th {
  width: 200px;
  border-right: none;
}
.tb_gb > tbody > tr > th td {
  border-left: none;
}
.tb_gb > tbody > tr > td {
  text-align: center;
}
.tb_gb > thead {
  background: #dbd7d5;
  text-align: center;
}
.tb_gb table {
  width: 100%;
}
.tb_gb table th, .tb_gb table td {
  border: 1px solid #dddddd;
  padding: 4px 20px;
  vertical-align: middle;
}
.tb_gb table th {
  padding: 4px;
}
.tb_gb table td {
  border-right-style: dashed;
  border-left-style: dashed;
}
.tb_gb table tr:first-child th, .tb_gb table tr:first-child td {
  border-top: none;
}
.tb_gb table tr:last-child th, .tb_gb table tr:last-child td {
  border-bottom: none;
}
.tb_gb table th[rowspan] {
  border-bottom: none;
}
.tb_gb table td[rowspan] {
  border-bottom: none;
}
.tb_gb table td[rowspan]:nth-child(2) {
  border-right: none;
}
.tb_gb table tr th:first-child, .tb_gb table tr td:first-child {
  border-left: none;
}
.tb_gb table tr th:last-child, .tb_gb table tr td:last-child {
  border-right: none;
}
.tb_gb table tr th.title {
  text-align: left;
  padding-left: 20px;
}
.tb_gb table tr td.label {
  text-align: left;
  color: #888888;
}
.tb_gb > thead table th, .tb_gb > thead table td {
  border: 1px dashed #c1c1c1;
  color: #888888;
}
.tb_gb > thead > tr > td table tr:first-child th:first-child, .tb_gb > tbody > tr > td table tr:first-child td:first-child {
  background: url(../img/common/dot.png) repeat-y 0 0;
}
.tb_gb .col01 {
  width: 368px;
}
.tb_gb .col02 {
  width: 152px;
}
.tb_gb .col03 {
  width: 85px;
}

.table_schedule {
  width: 100%;
  border: 1px solid #c1c1c1;
  color: #888888;
  font-size: 12px;
  line-height: 1.2;
}
.table_schedule thead {
  background: #dbd7d5;
  border-bottom: 1px solid #c1c1c1;
}
.table_schedule thead tr td {
  padding: 6px;
  text-align: center;
  border-right: 1px dashed #c1c1c1;
}
.table_schedule thead tr td.title {
  width: 197px;
  text-align: left;
  border-right: none;
}
.table_schedule thead tr td.label {
  width: 170px;
}


.table_schedule tbody tr td.label a,.table_price .label a,.dot_border{
  text-decoration:none;
  border-bottom:1px #888 dotted;
}

/** ****/
.table_price .label u, .tb_gb .label u, .table_schedule .label u
{
	text-decoration:none;
}

.table_price .label u > a, .table_schedule .label a, .table_schedule .label u, .product_reservation .label, .tb_gb .label u
{
	color:#73645a;
	border-bottom:1px #73645a dotted;
}

.table_price .label u > a:hover, .table_schedule .label a:hover, .table_schedule .label u:hover, .product_reservation .label:hover, .tb_gb .label u:hover
{
	color:#928983;
	border-bottom:1px #928983 dotted;
}
/** ****/





.table_schedule thead tr td.highlight {
  color: #eb9d76;
}
.table_schedule thead tr td.separater {
  width: 2px;
  padding: 0;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.table_schedule tbody {
  border-bottom: 1px solid #c1c1c1;
}
.table_schedule tbody tr td {
  padding: 6px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px dashed #c1c1c1;
  text-align: center;
  vertical-align: middle;
}
.table_schedule tbody tr td.separater {
  width: 2px;
  padding: 0;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.table_schedule tbody tr td.title {
  border-right: none;
  padding-left: 20px;
  padding-right: 20px;
  color: black;
  text-align: left;
}
.table_schedule tbody tr td.label {
  padding-left: 30px;
  padding-right: 20px;
  text-align: left;
}
.table_schedule tbody tr td.title {
  border-bottom: 1px solid #c1c1c1;
}
.table_schedule tbody tr:last-child td {
  border-bottom: 1px solid #c1c1c1;
}
.table_schedule tbody tr.odd td:not(.title) {
  background: #f7f7f7;
}
.table_schedule tbody tr:hover td:not(.title) {
  background: url(../img/common/patt02.png) repeat;
}


.pagi {
  height: 26px;
  line-height: 26px;
  position: relative;
  margin-bottom: 16px;
}
.pagi .caption {
  font-size: 15px;
  text-align: center;
}
.pagi .pagi_item a {
  display: inline-block;
  width: 24px;
  height: 26px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.pagi .pagi_prev {
  float: left;
}
.pagi .pagi_next {
  float: right;
}
.pagi .pagi_prev a {
  background-image: url(../img/product/pagi_prev.png);
  margin-right: 16px;
}
.pagi .pagi_next a {
  background-image: url(../img/product/pagi_next.png);
  margin-left: 16px;
}

/* 03.Buttons */
#newButton,#backButton {
  display: block;
  background: #3c342f;
  padding: 0 15px;
  color: white;
  border: 1px solid transparent;
  font-size: 13px;
  font-family: serif;
  letter-spacing: 2px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#newButton:hover , #backButton:hover {
  background: transparent;
  border-color: #3c342f;
  color: #333333;
}

.btn_gb, form .submit button, .select_tab .tab,.btn_arrow_r {
  display: block;
  background: #3c342f;
  padding: 0 15px;
  color: white;
  border: 1px solid transparent;
  font-size: 13px;
  font-family: serif;
  letter-spacing: 2px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_gb:hover, form .submit button:hover, .select_tab .tab:hover, .btn_gb.active, form .submit button.active, .select_tab .active.tab,.btn_arrow_r:hover {
  background: transparent;
  border-color: #3c342f;
  color: #333333;
}

.btn_confirm {
  width: 180px;
  height: 40px;
  line-height: 40px;
}

.btn_more {
  width: 160px;
  height: 38px;
  line-height: 38px;
}

.btn_view {
  width: 384px;
  height: 52px;
  line-height: 52px;
}

.tag_gb {
  width: 140px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-family: serif;
  font-size: 12px;
  padding: 0 10px;
  border: 1px solid #c1c1c1;
}

/* 04.Icons */
.ico {
  display: inline-block;
  background-repeat: no-repeat;
}

.ico_square {
  width: 9px;
  height: 9px;
  background-image: url(../img/common/bullet01.png);
  margin-right: 10px;
}

.ico_download {
  width: 12px;
  height: 12px;
  background-image: url(../img/common/bullet02.png);
  margin-right: 16px;
}

.ico_facebook {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_facebook.png);
}

.ico_twitter {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_twitter.png);
}

.ico_insta {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_insta.png);
}

.ico_pdf {
  width: 9px;
  height: 12px;
  background-image: url(../img/common/ico_pdf.png);
  vertical-align: -2px;
  margin-left: 5px;
}

.char {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.char01 {
  background-image: url(../img/product/char01.png);
}

.char02 {
  background-image: url(../img/product/char02.png);
}

.char03 {
  background-image: url(../img/product/char03.png);
}

.char04 {
  background-image: url(../img/product/char04.png);
}

.char05 {
  background-image: url(../img/product/char05.png);
}

.char06 {
  background-image: url(../img/product/char06.png);
}

.square:before, .square_pastis:before, .reserv_boxes .pastis .list li:before, .tel_boxes .pastis .list li:before, .square_basil:before, .reserv_boxes .basil .list li:before, .tel_boxes .basil .list li:before {
  content: "■";
  font-size: 10px;
  padding-right: 3px;
}

.square_pastis:before, .reserv_boxes .pastis .list li:before, .tel_boxes .pastis .list li:before {
  color: #c0a450;
}

.square_basil:before, .reserv_boxes .basil .list li:before, .tel_boxes .basil .list li:before {
  color: #537ebe;
}

/* INPUT */
input[type="checkbox"] {
  display: none;
  margin: 0;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 16px;
}
input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-color: white;
  border: 1px solid #c1c1c1;
}
input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}
input[type="checkbox"]:checked + label::after {
  left: 2px;
  width: 8px;
  height: 6px;
  margin-top: -5px;
  border-left: 1px solid #3c342f;
  border-bottom: 1px solid #3c342f;
  transform: rotate(-45deg);
}
input[type="checkbox"].dot + label {
  padding-left: 22px;
}
input[type="checkbox"].dot + label:before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
}
input[type="checkbox"].dot:checked + label::after {
  transform: none;
  background-color: #3c342f;
  margin-top: 0;
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
}
input[type="radio"] {
  display: none;
  margin: 0;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 26px;
}
input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-top: -6px;
  background-color: white;
  border: 1px solid #c1c1c1;
}
input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  display: block;
}
input[type="radio"]:checked + label::after {
  left: 3px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #3c342f;
}
input[type="text"] {
  border: 1px solid #c1c1c1;
  border-radius: 0;
  display: block;
  width: 100%;
  line-height:140%;
  padding:5px 0.5em 5px 0.8em;
  box-sizing: border-box;
  -webkit-appearance: none;
}

select {
  border: 1px solid #c1c1c1;
  display: block;
  line-height: 30px;
  padding: 0.3em 0.5em 0.3em 0.8em;
  box-sizing: border-box;
}

textarea {
  border: 1px solid #c1c1c1;
  display: block;
  line-height: 30px;
  padding: 0.3em 0.5em 0.3em 0.8em;
  width: 100%;
  height: 200px;
  max-width: 538px;
  box-sizing: border-box;
}

form table {
  width: 770px;
  margin: 0 auto;
}
form th, form td {
  padding: 10px 10px;
  min-height: 40px;
  vertical-align: middle;
  line-height:100%;
}
form th {
  text-align: right;
  width: 210px;
}
form td {
  text-align: left;
}
form .required {
  font-weight: bold;
  color: #c0a450;
}
form .list_line {
  margin-bottom: 5px;
}
form .list_line li {
  display: inline-block;
  padding-right: 2.4em;
}
form .additional {
  font-size: 12px;
  color: #888888;
}
form .zip {
  display: flex;
  -js-display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
    margin-top:5px;
}

form .zip .code, form .zip .btn {
  width: 49%;
}
form .zip .code {
  display: flex;
  -js-display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
form .zip .code input{
    width:46%;
}
.none {display:none;}


form .zip input[type="text"] {
  padding-left: 0.4em;
  margin-right: 0.5em;
}
form .zip input[type="text"]:last-child {
  margin-left: 0.5em;
}
form .zip .btn .btn_gb, form .zip .btn .submit button, form .submit .zip .btn button, form .zip .btn .select_tab .tab, .select_tab form .zip .btn .tab {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
form .submit {
  text-align: center;
}
form .submit button {
  margin: 52px auto 28px;
  min-width: 334px;
  line-height: 52px;
  cursor: pointer;
}

form .day .code {

  flex-direction: row;
  align-items: center;
  align-content: flex-start;
  width:100%;
}
input#Recruit_Day {
    width:22%;
    display:inline-block;
}


#newButton,#backButton {
  margin: 52px auto 28px;
  min-width: 334px;
  line-height: 52px;
  cursor: pointer;
}

.btn_confirm_send li{
    display:inline-block;
}
.btn_confirm_send li:first-child{
    margin-right:50px;
}

.btn_thanks {
margin: 52px auto 28px;
}

form .submit button.back, form .submit button.send {
  position: relative;
}
form .submit button.back:before, form .submit button.send:before {
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: white;
  top: 19px;
  background-color: transparent;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
form .submit button.back:before {
  left: 15px;
  border-width: 1px 0 0 1px;
}
form .submit button.send:before {
  right: 15px;
  border-width: 0 1px 1px 0;
}
form .submit button:hover.back:before, form .submit button:hover.send:before {
  border-color: #3c342f;
}

/*---------------------------------------
 *   C.COMMON
 *----------------------------------------- */
/* 01.Header */
header {
height: 75px;
top: 0;
left: 0;
position: fixed;
width: 100%;
z-index: 999;
}
header .header_inner {
  min-width: 1300px;
  height: 75px;
  padding: 17px 17px 15px 30px;
  border-bottom: 1px solid #c1c1c1;
  background:#fff;
}

.top_page header {
position: relative;
}

header.fixed {
  visibility: visible !important;
}
header.fixed .header_inner {
  min-width: 1300px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index:5000;
  background:#fff;
}
header .logo {
  float: left;
}
header .inner {
  float: right;
}
header .inner .header_btn {
  float: left;
  margin-left: 28px;
}

/* 02.Navigation */
nav {
  float: left;
  margin-top: 5px;
}
nav .navbar li {
  float: left;
  /*padding: 6px 22px 5px;*/
  padding: 6px 18px 5px;
  border-right: 1px dotted #cccccc;
}
nav .navbar li:first-child {
  border-left: 1px dotted #cccccc;
}
nav .navbar li a {
  display: block;
  padding-bottom: 2px;
  font-size: 12px;
  position: relative;
display: inline-block;
    transition: .3s;
}
nav .navbar li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height:2px;
    background-color: #c0a450;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
nav .navbar li a:hover::after {
    width: 100%;
}


/* 03.Contents */
.section {
  padding: 48px 0 72px;
  border-top: 1px solid #c1c1c1;
}
.section:first-child {
  border-top: none;
}
.section .section_ttl {
  text-align: center;
}
.section .section_inner {
  margin-top: 40px;
}
.section .section_btn {
  margin-top: 56px;
}
.section .section_btn .btn_gb, .section .section_btn form .submit button, form .submit .section .section_btn button, .section .section_btn .select_tab .tab, .select_tab .section .section_btn .tab {
  margin: 0 auto;
}

.section_banner img {
  display: block;
  width: 100%;
}
.section_banner {
  margin-top:75px;
}
.section_banner_bg {
  height: 401px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top:75px;
}

.banner_bg_concept {
  min-height:1000px;
  background-repeat: no-repeat;
  background-position:100%;
  background-attachment: fixed;
  background-size: cover;
}
.banner_bg_concept2 {
    min-height:960px;
    background-repeat: no-repeat;
    background-position:100%;
    background-attachment: fixed;
    background-size: cover;
}


.hr_line {
  display: block;
  height: 1px;
  background: #cccccc;
  border: none;
}
.tac_forPC {
  text-align: center;
}
.mb27 {
  margin-bottom: 27px;
}

.basic_post {
  padding: 56px 0 40px 0;
}
.basic_post .ttl {
  text-align: center;
}
.basic_post .caption_note {
  font-size: 11px;
  color: gray;
  margin-top: 10px;
  text-align: left;
}
.basic_post .caption_note.tac {
  text-align: center;
}
.basic_post .cont {
  font-size: 14px;
  line-height: 2;
  margin-top: 25px;
  text-align: center;
}
.basic_post .accent {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  display: inline-block;
}
.basic_post .note {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.8;
}
.basic_post .maw {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.basic_post h3.tag_gb {
  margin-left: auto;
  margin-right: auto;
}
.basic_post.intro {
  padding-top: 24px;
}
.basic_post.bdb {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 35px;
}
.gray {
  background-color: #f1f1f1;
}
.more_btn {
  margin-top: 40px;
}
.more_btn a,.more_btn_concept a {
  margin-left: auto;
  margin-right: auto;
}

.step_list .list {
  margin: 40px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  position: relative;
}
.step_list .list.c4 {
  max-width: 1200px;
}
.step_list .list.c4 .step:nth-child(4n),
.step_list .list.c4 .img_step:nth-child(4n) {
  margin-right: 0;
}
.step_list .list.c3 {
  max-width: 894px;
}
.step_list .list.c3 .step:nth-child(3n),
.step_list .list.c3 .img_step:nth-child(3n) {
  margin-right: 0px;
}
.step_list .step,
.step_list .img_step {
  width: 282px;
  box-sizing: border-box;
  padding: 32px;
  margin-bottom: 32px;
  margin-right: 24px;
  background-color: white;
  text-align: left;
}
.step_list .step h3,
.step_list .img_step h3 {
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 30px;
  line-height: 30px;
  padding-left: 50px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 24px;
}
.step_list .step.s1 h3,
.step_list .img_step.s1 h3 {
  background-image: url("../img/01.png");
}
.step_list .step.s2 h3,
.step_list .img_step.s2 h3 {
  background-image: url("../img/02.png");
}
.step_list .step.s3 h3,
.step_list .img_step.s3 h3 {
  background-image: url("../img/03.png");
}
.step_list .step.s4 h3,
.step_list .img_step.s4 h3 {
  background-image: url("../img/04.png");
}
.step_list .step.s5 h3,
.step_list .img_step.s5 h3 {
  background-image: url("../img/05.png");
}
.step_list .step.s6 h3,
.step_list .img_step.s6 h3 {
  background-image: url("../img/06.png");
}
.step_list .step.s7 h3,
.step_list .img_step.s7 h3 {
  background-image: url("../img/07.png");
}
.step_list .step.s8 h3,
.step_list .img_step.s8 h3 {
  background-image: url("../img/08.png");
}
.step_list .img_step {
  padding: 0;
}
.step_list .img_step .wrap {
  padding: 22px 25px;
}
.step_list .img_step h3 {
  padding-left: 40px;
  margin-bottom: 17px;
}

.col2img_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-bottom: 24px;
}
.col2img_box .image, .col2img_box .text {
  width: 50%;
}
.col2img_box .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* 04.Footer */
#backtop {
  background: url(../img/common/patt01.png) repeat;
  padding: 10px 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}

footer .inner {
  background: #dbd7d5;
  padding: 48px 0 10px;
  text-align: center;
}

.footer_btn li {
  display: inline-block;
  padding: 0 12px;
}
.footer_btn li .btn_gb, .footer_btn li form .submit button, form .submit .footer_btn li button, .footer_btn li .select_tab .tab, .select_tab .footer_btn li .tab {
  width: 346px;
  height: 52px;
  line-height: 52px;
}

.footer_nav {
  margin-top: 32px;
}
.footer_nav li {
  display: inline-block;
  padding: 0 21px;
  border-right: 1px dotted #333333;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
}
.footer_nav li:first-child {
  border-left: 1px dotted #333333;
}
.footer_nav li a {
  display: block;
  font-size: 12px;
}
.footer_nav .btn_social {
  padding-top: 7px;
  line-height: 0;
}
.footer_nav .btn_social a {
  display: inline-block;
  margin-left: 20px;
}
.footer_nav .btn_social a:first-child {
  margin-left: 0;
}

.footer_logo {
  margin-top: 23px;
}

footer .copyright {
  margin-top: 16px;
  font-size: 12px;
  color: #999999;
}
.list_hover li img{
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    backface-visibility: hidden;
}
.list_hover li:hover img{
    filter: alpha(opacity=50);
    opacity: 0.50;

}

/*---------------------------------------
 *   TITLES
 *----------------------------------------- */
.ps_img {
  display: inline-block;
  text-indent: -200%;
  overflow: hidden;
}

.ttl2_area_info {
  background: url("../img/ttl/pc/ttl2_area_info.png") 0 0 no-repeat;
  width: 126px;
  height: 62px;
}
  .ttl2_reserve_office {
  background-image: url("../img/ttl/pc/ttl2_reserve_office.png");
    width: 173px;
    height:62px;
  }


.ttl2_rental_marche {
  background: url("../img/ttl/pc/ttl2_rental_marche.png") 0 0 no-repeat;
  width: 101px;
  height: 61px;
}


.ttl2_rental_title2 {
    background: url("../img/ttl/pc/ttl2_rental_title2.png") 0 0 no-repeat;
  width: 444px;
  height:46px;
}

.ttl2_rental_title2_new {
    background: url("../img/ttl/pc/ttl2_rental_title2_new.png") 0 0 no-repeat;
  width: 490px;
  height:46px;
}

.ttl2_rental_title3 {
    background: url("../img/ttl/pc/ttl2_rental_title3.png") 0 0 no-repeat;
  width:177px;
  height:62px;
  text-indent:-9999px;
}

.ttl2_rental_title3_new {
    background: url("../img/ttl/pc/ttl2_rental_title3_new.png") 0 0 no-repeat;
  width:300px;
  height:62px;
  text-indent:-9999px;
}

.ttl2_rental_title4 {
    background: url("../img/ttl/pc/ttl2_rental_title4.png") 0 0 no-repeat;
  width:438px;
  height:46px;
}

.ttl2_rental_contact {
    background: url("../img/ttl/pc/ttl2_rental_contact.png") 0 0 no-repeat;
  width:564px;
  height:46px;
}
.ttl2_rental_contact_new {
    background: url("../img/ttl/pc/ttl2_rental_contact_new.png") 0 0 no-repeat;
    margin:auto !important;
  width:540px;
}

.ttl2_rental_detail {
    background: url("../img/ttl/pc/ttl2_rental_detail.png") 0 0 no-repeat;
  width:523px;
  height:46px;
}


.ttl2_event_others {
  background: url("../img/ttl/pc/ttl2_event_others.png") 0 0 no-repeat;
  width: 223px;
  height: 62px;
}

.ttl2_event_others_new {
  background: url("../img/ttl/pc/ttl2_event_others_new.png") 0 0 no-repeat;
  width: 223px;
  height: 62px;
}


.ttl2_availability {
  background: url("../img/ttl/pc/ttl2_availability.png") 0 0 no-repeat;
  width: 159px;
  height: 62px;
}

.ttl2_campaign {
  background: url("../img/ttl/pc/ttl2_campaign.png") 0 0 no-repeat;
  width: 136px;
  height: 62px;
}

.ttl2_campaign_conf {
  background: url("../img/ttl/pc/ttl2_campaign_conf.png") 0 0 no-repeat;
  width: 468px;
  height: 46px;
}

.ttl2_flow {
  background: url("../img/ttl/pc/ttl2_flow.png") 0 0 no-repeat;
  width: 94px;
  height: 62px;
}

.ttl2_information {
  background: url("../img/ttl/pc/ttl2_information.png") 0 0 no-repeat;
  width: 173px;
  height: 62px;
}

.ttl2_mailform {
  background: url("../img/ttl/pc/ttl2_mailform.png") 0 0 no-repeat;
  width: 142px;
  height: 62px;
}

.ttl2_mailmagazin {
  background: url("../img/ttl/pc/ttl2_mailmagazin.png") 0 0 no-repeat;
  width: 202px;
  height: 62px;
}

.ttl2_now_hiring {
  background: url("../img/ttl/pc/ttl2_now_hiring.png") 0 0 no-repeat;
  width: 158px;
  height: 62px;
}

.ttl2_office_work {
  background: url("../img/ttl/pc/ttl2_office_work.png") 0 0 no-repeat;
  width: 167px;
  height: 62px;
}

.ttl2_price {
  background: url("../img/ttl/pc/ttl2_price.png") 0 0 no-repeat;
  width: 94px;
  height: 62px;
}

.ttl2_recommended {
  background: url("../img/ttl/pc/ttl2_recommended.png") 0 0 no-repeat;
  width: 172px;
  height: 62px;
}

.ttl2_reservation_only {
  background: url("../img/ttl/pc/ttl2_reservation_only.png") 0 0 no-repeat;
  width: 227px;
  height: 62px;
}

.ttl2_studio_info {
  background: url("../img/ttl/pc/ttl2_studio_info.png") 0 0 no-repeat;
  width: 94px;
  height: 62px;
}

.ttl2_studio_list {
  background: url("../img/ttl/pc/ttl2_studio_list.png") 0 0 no-repeat;
  width: 147px;
  height: 62px;
}

.ttl2_studio_work {
  background: url("../img/ttl/pc/ttl2_studio_work.png") 0 0 no-repeat;
  width: 168px;
  height: 62px;
}

.ttl3_contact {
  background: url("../img/ttl/pc/ttl3_contact.png") 0 0 no-repeat;
  width: 275px;
  height: 46px;
}

.ttl_info {
  background: url("../img/ttl/pc/ttl_info.png") 0 0 no-repeat;
  width: 242px;
  height: 112px;
}

.ttl_rental {
  background: url("../img/ttl/pc/ttl_rental.png") 0 0 no-repeat;
  width: 268px;
  height: 112px;
}

.ttl_location_hunting {
  background: url("../img/ttl/pc/ttl_location_hunting.png") 0 0 no-repeat;
  width: 336px;
  height: 46px;
}

.ttl_mailform {
  background: url("../img/ttl/pc/ttl_mailform.png") 0 0 no-repeat;
  width: 184px;
  height: 112px;
}

.ttl_news {
  background: url("../img/ttl/pc/ttl_news.png") 0 0 no-repeat;
  width: 184px;
  height: 112px;
}

.ttl_price {
  background: url("../img/ttl/pc/ttl_price.png") 0 0 no-repeat;
  width: 184px;
  height: 112px;
}

.ttl_concept {
  background: url("../img/ttl/pc/ttl_concept.png") 0 0 no-repeat;
  width: 184px;
  height: 112px;
}

.ttl_recruitment {
  background: url("../img/ttl/pc/ttl_recruitment.png") 0 0 no-repeat;
  width: 254px;
  height:112px;
}

.ttl_reserve {
  background: url("../img/ttl/pc/ttl_reserve.png") 0 0 no-repeat;
  width: 242px;
  height: 112px;
}

.ttl_studio_list {
  background: url("../img/ttl/pc/ttl_studio_list.png") 0 0 no-repeat;
  width: 184px;
  height: 112px;
}

.ttl_studio_oya {
  background: url("../img/ttl/pc/ttl_studio_oya.png") 0 0 no-repeat;
  width: 147px;
  height:62px;
}

.ttl_studio_search {
  background: url("../img/ttl/pc/ttl_studio_search.png") 0 0 no-repeat;
  width: 184px;
  height: 112px;
}

/*---------------------------------------
 *   D.PAGES
 *----------------------------------------- */
/* 01.Top */
.top_slider {
  position: relative;
}
.top_slider ul li {
  display: block;
}
.top_slider ul li img {
  display: block;
  width: 100%;
  height: auto;

  opacity: 0;
}
.top_slider ul li.active {
  display: block !important;
}
.top_slider ul li.active img {
  opacity: 1;
  transition: transform 8800ms cubic-bezier(0, 0, 1, 1), opacity 3000ms cubic-bezier(0, 0, 1, 1);
  /*transform: scale(1, 1) !important;*/
}
.top_slider ul li.active.old img {
  transition: transform 8800ms cubic-bezier(0, 0, 1, 1), opacity 1500ms cubic-bezier(0, 0, 1, 1);
}
.top_slider .bx-pager {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
.top_slider .bx-pager .bx-pager-item {
  display: inline-block;
  padding: 0 10px;
}
.top_slider .bx-pager .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-indent: -99999px;
}
.top_slider .bx-pager .bx-pager-item a.active {
  background: #c1c1c1;
}

.section_intro {
  padding-top: 107px;
  text-align: center;
  background: url(../img/common/logo_mask.png) no-repeat center 60px;
}
.section_intro .post_cont {
  margin-top: 67px;
}
.section_intro .post_btn {
  margin-top: 40px;
}
.section_intro .post_btn .btn_gb, .section_intro .post_btn form .submit button, form .submit .section_intro .post_btn button, .section_intro .post_btn .select_tab .tab, .select_tab .section_intro .post_btn .tab {
  margin: 0 auto;
}

.ul_studio {
  margin: 0 -12px -24px;
}
.ul_studio li {
  float: left;
  width: 33.33333%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.ul_studio li .item {
  display: block;
  position: relative;
  border-bottom: 3px solid #c0a450;
}
.ul_studio li .item.blue {
  border-color: #537ebe;
}
.ul_studio li.blank .item {
  border: none;
  padding-bottom: 3px;
}
.ul_studio li.blank .item:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../img/top/logo_blank.png) no-repeat 50% 50%;
  border: 1px solid #e6e6e6;
}
.ul_studio li .item .tb {
  width: 100%;
  height: 100%;
}
.ul_studio li .item .tb .td {
  vertical-align: middle;
  text-align: center;
}
.ul_studio li .thumb {
  position: relative;
}
.ul_studio li .thumb figure img {
  display: block;
  width: 100%;
}
.ul_studio li .cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(140, 142, 150, 0.4);
  z-index: 10;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ul_studio li .item:hover .cont {
  background: rgba(255, 255, 255, 0.5);
}
.ul_studio li .cont .desc {
  margin-top: 10px;
}
.ul_studio li .detail_1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(248, 239, 210, 0.75);
  z-index: 20;
  color: #404040;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ul_studio li .item.blue .detail_1 {
  background: rgba(221, 231, 247, 0.75);
}
.ul_studio li .item:hover .detail_1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.ul_studio li .detail_1 .ttl {
  font-size: 16px;
  padding-bottom: 5px;
  position: relative;
}
.ul_studio li .detail_1 .ttl:after {
  display: block;
  content: " ";
  width: 128px;
  height: 1px;
  background: #535353;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -64px;
}
.ul_studio li .detail_1 .desc {
  margin-top: 12px;
  line-height: 1.8;
}

.ul_studio li .detail_2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(221, 231, 247, 0.75);
  z-index: 20;
  color: #404040;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ul_studio li .item.blue .detail_2 {
  background: rgba(221, 231, 247, 0.75);
}
.ul_studio li .item:hover .detail_2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.ul_studio li .detail_2 .ttl {
  font-size: 16px;
  padding-bottom: 5px;
  position: relative;
}
.ul_studio li .detail_2 .ttl:after {
  display: block;
  content: " ";
  width: 128px;
  height: 1px;
  background: #535353;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -64px;
}
.ul_studio li .detail_2 .desc {
  margin-top: 12px;
  line-height: 1.8;
}

.ul_news {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ul_news li {
  display:inline-block;
  width: 33%;
  padding: 0 24px;
  border-right: 1px solid #c1c1c1;
  vertical-align:top;

}
.ul_news li:nth-child(1),
.ul_news li:nth-child(4),
.ul_news li:nth-child(7),
.ul_news li:nth-child(10),
.ul_news li:nth-child(13)
 {
border-left: 1px solid #c1c1c1;
}


.ul_news li .item {
  display: block;
  padding: 10px 0;
}
.ul_news li .date {
  color: #c1c1c1;
}
.ul_news li .inside {
  margin-top: 7px;
}
.ul_news li .thumb img {
  display: block;
  width: 100%;
}
.ul_news li .tag {
  margin-top: 16px;
}
.ul_news li .desc {
  margin-top: 14px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ul_info {
  margin: 0 -12px -24px;
}
.ul_info li {
  float: left;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.ul_info li .item {
  display: block;
}
.ul_info li .item img {
  display: block;
  width: 100%;
}

.div_extra_link {
  padding-top: 56px;
  margin-top: 56px;
  border-top: 1px solid #c1c1c1;
}

.ul_extra_link {
  margin: 0 -12px -24px;
}
.ul_extra_link li {
  float: left;
  width: 25%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.ul_extra_link li .item {
  display: block;
}
.ul_extra_link li .thumb img {
  display: block;
  width: 100%;
}
.ul_extra_link li .cont {
  margin-top: 8px;
}
.top_logo_size {
    width:68%;
}
.post_ttl h1 img{
    width:22%;
    margin:0 auto;
}

/* 02.Product */
.magic_line, .magic_line_basil {
  position: relative;
}

#magic_line, #magic_line_basil {
  display: block;
  height: 8px;
  position: absolute;
  bottom: 0;
}
#magic_line:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #c0a450 transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -7.5px;
}
#magic_line_basil:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #537ebe transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -7.5px;
}


.navsub {
  padding-top: 30px;
  text-align: center;
  border-bottom: 1px solid #c1c1c1;
}
.navsub li {
  display: inline-block;
}
.navsub li a {
  display: block;
  padding: 0 0 14px;
  margin: 0 55px;
  color: #9f9f9f;
  position: relative;
}
.navsub li a:hover, .navsub li a.active {
  color: #404040;
}

.intro,
.product_intro {
  padding: 32px 0;
}
.intro .post_ttl,
.product_intro .post_ttl {
  text-align: center;
}
.intro .post_ttl .desc,
.product_intro .post_ttl .desc,
.intro .post_ttl .desc_basil,
.product_intro .post_ttl .desc_basil {
  margin-top: 20px;
  padding-top: 10px;
  font-size: 12px;
  position: relative;
}
.intro .post_ttl .desc:before,
.product_intro .post_ttl .desc:before {
  display: block;
  content: " ";
  width: 80px;
  height: 2px;
  background: #c0a450;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}
.intro .post_ttl .desc_basil:before,
.product_intro .post_ttl .desc_basil:before {
  display: block;
  content: " ";
  width: 80px;
  height: 2px;
  background: #537ebe;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}

.intro .post_cont,
.product_intro .post_cont {
  font-size: 14px;
  line-height: 2;
  margin-top: 25px;
  text-align: center;
}
.intro .search_keyword,
.product_intro .search_keyword {
  border-top: 1px solid #c1c1c1;
  padding-top: 40px;
  margin-top: 40px;
}
.intro .search_keyword .tag,
.product_intro .search_keyword .tag {
  margin: 0 auto;
}
.intro .search_keyword .list_keyword,
.product_intro .search_keyword .list_keyword {
  margin-top: 20px;
  text-align: center;
}

.product_detail, .product_search_result {
  padding: 24px 0 0;
  background: #f1f1f1;
  position: relative;
}
.product_detail .content_wrapper, .product_search_result .content_wrapper {
  float: left;
  width: 100%;
}
.product_detail .content_sidebar, .product_search_result .content_sidebar {
  float: left;
  width: 200px;
  margin-left: -100%;
}
.product_detail .content_sidebar_wrap, .product_search_result .content_sidebar_wrap {
  position: absolute;
  top: 28px;
  left: 40px;
}
.product_detail .content_sidebar_wrap.static, .product_search_result .content_sidebar_wrap.static {
  top: auto;
  bottom: 96px;
}
.product_detail .content_sidebar_wrap.fixed, .product_search_result .content_sidebar_wrap.fixed {
  position: fixed;
  /*top: 131px;*/
  z-index: 100;
}
.product_detail .content_main, .product_search_result .content_main {
  margin-left: 200px;
}
.product_detail .content_main .content_inside, .product_search_result .content_main .content_inside {
  padding-left: 40px;
}
.product_detail .mod_category .mod_ttl, .product_search_result .mod_category .mod_ttl {
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-family: serif;
  font-size: 12px;
  padding: 0 10px;
  border: 1px solid #c1c1c1;
}

.ul_category li {
  margin-top: 10px;
}
.ul_category li a {
  display: block;
  font-size: 11px;
  background: url(../img/common/arrow01.png) no-repeat 100% 50%;
}
.ul_category li a .no {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 13px;
  text-align: center;
  font-size: 10px;
  letter-spacing: normal;
  margin-right: 12px;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'MS PMincho', serif;
  border: 1px solid #3b342f;
  background:#3c342f;
  color:#fff;
}
.ul_category li  a:hover .no{
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 13px;
  font-size: 10px;
  border: 1px solid #3b342f;
  background:#f1f1f1;
  color:#8d8d8d
}

.product_detail .mod_area, .product_search_result .mod_area {
  padding-top:15px;
  padding-bottom: 6px;
  margin-bottom: 0px;
  border-bottom: 1px solid #cccccc;
}
.product_detail .mod_area .thumb img, .product_search_result .mod_area .thumb img {
  display: block;
}

.block_area {
  padding: 48px 0;
  border-bottom: 1px solid #cccccc;
}
.block_area:first-child {
  padding-top: 0;
}
.block_area:last-child {
  border-bottom: none;
}
.block_area .block_ttl {
  font-size: 20px;
}
.block_area .block_ttl .no {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  background: #847c78;
  color: white;
  margin-right: 16px;
  margin-top: -4px;
  vertical-align: middle;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'MS PMincho', serif;
}
.block_area .block_desc {
  line-height: 1.8;
  margin-top: 10px;
}
.block_area .block_cont {
  margin-top: 35px;
}
.block_area .block_cont .block_main {
  float: left;
  width: 100%;
}
.block_area .block_cont .block_main .block_inside {
  margin-right: 380px;
}
.block_area .block_cont .block_main .block_inner {
  padding-right: 12px;
}
.block_area .block_cont .block_option {
  float: left;
  width: 380px;
  margin-left: -380px;
  position:relative;
}

  .product_map_btn {
    padding: 56px 0 72px 0;

  }
    .product_map_btn a{
  text-align:center;
  margin:0 auto;
  }


.product_slider {
  position: relative;
}
.product_slider:hover:before {
  display: block;
  content: " ";
  width: 23px;
  height: 23px;
  background: url(../img/product/btn_modal_before.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.product_slider:hover:after {
  background: url(../img/product/btn_modal_after.png);
}
.product_slider a {
  display: block;
  width: 100%;
}
.product_slider a img {
  display: block;
  width: 100%;
}

.product_pager {
  margin-right: -8px;
}
.product_pager li {
    position:relative;
}
.product_pager a {
  display: block;
  float: left;
  width: 121px;
  margin: 0 8px 8px 0;
  position: relative;
}
.product_pager .thum {
  display: block;
  float: left;
  width: 121px;
  margin: 0 8px 8px 0;
  position: relative;
}
.product_pager li a:hover:before{
    display: block;
  content: " ";
  width: 23px;
  height: 23px;
  background: url(../img/product/btn_modal_before.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.product_info .group {
  padding: 32px 0 40px;
}
.product_info .group .tag {
  margin: 0 auto;
}
.product_info .group .group_cont {
  margin-top: 23px;
}

.group_specification .group_cont {
  text-align: center;
}

.ul_equipment {
  text-align: center;
}
.ul_equipment li {
  display: inline-block;
  width: 25%;
  padding: 0 13px;
  margin-bottom: 20px;
}
.ul_equipment li .item {
  width: 100%;
  background: #f1f1f1;
}
.ul_equipment li .item .th {
  vertical-align: middle;
  padding: 5px 20px;
  padding: 5px 5px 5px 20px;
}
.ul_equipment li .item .td {
  width: 150px;
  vertical-align: middle;
}
.ul_equipment li .item .td img {
  display: block;
}

.ul_eqcurrent {
  text-align: center;
}
.ul_eqcurrent li {
  display: inline-block;
  width: 382px;
  padding: 0 12px;
}
.ul_eqcurrent li .item {
  width: 100%;
  background: #f1f1f1;
}
.ul_eqcurrent li .item .th {
  vertical-align: middle;
  padding: 12px 5px;
  text-align: center;
}
.ul_eqcurrent li .item .td {
  width: 240px;
  vertical-align: middle;
}
.ul_eqcurrent li .item .td img {
  display: block;
}
.ul_eqcurrent li .item .date {
  font-size: 10px;
  color: #888888;
  line-height: 1.6;
  margin-top: 10px;
}

.product_price {
  background: #f1f1f1;
  padding: 56px 0 50px;
}
.price_oya {
  background: #fff!important;
}

.product_price .post_ttl {
  text-align: center;
}
.product_price .post_cont {
  margin-top: 40px;
}
.product_price .note {
  margin-top: 24px;
  font-size: 11px;
  line-height: 1.8;
  color:#888;
}

.reservation_oya{
    background:#f1f1f1;
}
.tabs_oya li a span{
    color:#fff;
}
.tabs_oya li .active span{
    color:#333;
}
.tabs_oya li a.active {
background:#f1f1f1!important;
border-bottom:1px solid #f1f1f1!important;
}


.product_reservation {
  padding: 56px 0 40px;
}
.product_reservation .post_ttl {
  text-align: center;
}
.product_reservation .post_cont {
  margin-top: 40px;
}
.product_reservation .caption_note,.caption_note {
  font-size: 11px;
  color:#888;
  margin-top: 10px;
}

.tabs_anchor {
  position: relative;
  border-bottom: 1px solid #c3c3c3;
}

.tabs_cont {
  padding: 35px 40px 25px;
}

.ul_tabs {
  position: relative;
  bottom: -1px;
  z-index: 10;
}
.ul_tabs li {
  float: left;
  width: 50%;
}
.ul_tabs li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #3c342f #3c342f transparent #3c342f;
  background: #3c342f;
  color: white;
}
.ul_tabs li a.active {
  border-color: #c3c3c3 #c3c3c3 white #c3c3c3;
  background-color: white;
  color:#333;
  cursor: default;
}

.ul_caption li {
  float: left;
  margin-right: 30px;
}
.ul_caption li .char {
  margin-right: 8px;
  vertical-align: -1px;
}

.box_contact {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid #cccccc;
}
.box_contact .thumb {
  float: left;
  margin-right: 55px;
}
.box_contact .cont {
  overflow: hidden;
}
.box_contact .cont .ttl {
  font-size: 19px;
  font-weight: bold;
}
.box_contact .cont .desc {
  font-size: 11px;
  font-weight: bold;
  color: #c0a450;
  margin-top: 5px;
}
.box_contact .cont .desc_blue {
  font-size: 11px;
  font-weight: bold;
  color: #537ebe;
  margin-top: 5px;
}


.box_contact .cont .txt {
  line-height: 1.8;
  margin-top: 8px;
}
.box_contact .cont .info {
  margin-top: 22px;
}
.box_contact .cont .info .th {
  vertical-align: middle;
  width: 384px;
}
.box_contact .cont .info .td {
  vertical-align: middle;
  padding-left: 25px;
  line-height: 1.8;
}
.box_contact .cont .info_note {
  font-size: 11px;
  margin-top: 12px;
  color: #888;
}

#map {
  height: 384px;
}

.product_area_info {
  background: #f1f1f1;
  padding: 56px 0 92px;
}
.product_area_info .post_ttl {
  text-align: center;
}
.product_area_info .post_cont {
  margin-top: 40px;
}

.div_area_info {
  position: relative;
}

.bx-wrapper {
  margin: 0 auto;
  /* add 20160413 */
    height: 100%;
    max-height: 100%;
    /* */
}

.bx-controls-direction a {
  display: block;
  width: 24px;
  height: 61px;
  text-indent: -99999px;
  position: absolute;
  top: 50%;
  top: 45%;
  margin-top: -30px;
  background-repeat: no-repeat;
  z-index: 100;
}
.bx-controls-direction .bx-prev {
  background-image: url(../img/product/bx_prev.png);
  left: 0;
}
.bx-controls-direction .bx-next {
  background-image: url(../img/product/bx_next.png);
  right: 0;
}
.product_area_info .bx-pager {

  top: 110%;

  margin-top:0;
}

.bx-pager {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: center;
  line-height: 0;
  z-index: 100;
  margin-top:-24px;
}
.bx-pager .bx-pager-item {
  display: inline-block;
  padding: 0 10px;
}
.bx-pager .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-indent: -99999px;
}
.bx-pager .bx-pager-item a.active {
  background: #c1c1c1;
}

.ul_area_info li .item {
  background: white;
  width: 270px;
  height: 385px;
  line-height: 1.67692;
}
.ul_area_info li .thumb img {
  display: block;
}
.ul_area_info li .cont {
  padding: 16px 20px;
}
.ul_area_info li .cont .ttl {
  font-size: 15px;
}
.ul_area_info li .cont .desc {
  margin-top: 10px;
  font-size: 12px;
  color: #888888;
}


.ul_area_info li .cont .txt {
  margin-top: 6px;
}

.product_recommend {
  padding: 56px 0 72px;
}
.product_recommend .post_ttl {
  text-align: center;
}
.product_recommend .post_cont {
  margin-top: 40px;
}
.product_recommend .post_btn {
  margin-top: 40px;
}
.product_recommend .logo {
  width:68%;
  margin:0 auto;
}

.product_recommend .post_btn .btn_gb, .product_recommend .post_btn form .submit button, form .submit .product_recommend .post_btn button, .product_recommend .post_btn .select_tab .tab, .select_tab .product_recommend .post_btn .tab {
  margin: 0 auto;
}

.btn_select, .select_tab .image_search .conditions ul, .category_sort ul, .select_studio .accordion_content .conditions ul {
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}
.btn_select li, .select_tab .image_search .conditions ul li, .category_sort ul li, .select_studio .accordion_content .conditions ul li {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-collapse: collapse;
}
.btn_select li a, .select_tab .image_search .conditions ul li a, .category_sort ul li a, .select_studio .accordion_content .conditions ul li a {
  display: block;
  background-color: white;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.btn_select li a:hover, .select_tab .image_search .conditions ul li a:hover, .category_sort ul li a:hover, .select_studio .accordion_content .conditions ul li a:hover, .btn_select li a.active, .select_tab .image_search .conditions ul li a.active, .category_sort ul li a.active, .select_studio .accordion_content .conditions ul li a.active {
  background: #3c342f;
  color: white;
}

.select_tab .cont {
  margin-bottom: 32px;
  border-bottom: 1px solid #3c342f;
  position: relative;
  height: 50px;
}
.select_tab .cont .wrapper, .select_tab .cont .wrapper_forPC {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
}
.select_tab .tab {
  cursor: pointer;
  width: 50%;
  height: 50px;
  line-height: 50px;
  border-bottom: none;
}
.select_tab .tab.active {
  cursor: default;
  background-color: white;
}
.select_tab .tab.active:hover {
  border-bottom: none;
}
.select_tab .tab:hover {
  background-color: white;
  border-bottom: 1px solid #3c342f;
}
.select_tab .tab:first-child {
  border-right: none;
}
.select_tab .tab_content {
  display: none;
}
.select_tab .tab_content.active {
  display: block;
}
.select_tab .check_controll {
  text-align: right;
  border-bottom: 1px solid #c1c1c1;
  height: 28px;
  box-sizing: border-box;
}
.select_tab .check_controll li {
  display: inline-block;
  margin-right: 12px;
}
.select_tab .check_controll li:last-child {
  margin-right: 0;
}
.select_tab .conditions_search .conditions {
  margin-bottom: 32px;
}
.select_tab .conditions_search .conditions .condition {
  height: 48px;
  border-bottom: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
}
.select_tab .conditions_search .conditions h4 {
  display: inline-block;
  min-width: 144px;
  box-sizing: border-box;
  padding-left: 12px;
  font-weight: bold;
}
.select_tab .conditions_search .conditions ul {
  display: inline-block;
}
.select_tab .conditions_search .conditions li {
  display: inline-block;
  margin-right: 24px;
}
.select_tab .conditions_search .conditions li.all {
  border-right: 1px solid #c1c1c1;
  box-sizing: border-box;
  min-width: 74px;
  margin-right: 32px;
}
.select_tab .image_search .conditions ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin-top: 24px;
  margin-bottom: 32px;
}
.select_tab .image_search .conditions ul li {
  width: 25%;
}

.product_search_result .wrapper_forPC {
  padding-bottom: 72px;
}
.product_search_result .wrapper {
  padding-bottom: 32px;
}

.product_search_result .header {
  margin-bottom:8px;
}
.product_search_result .result_title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.product_search_result .search_result_num {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}
.product_search_result .search_result_num .num {
  font-size: 23.4px;
  vertical-align: -2px;
}

.studio_photo_list .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}

.studio_detail {
  background-color: white;
  margin-bottom: 24px;
}
.studio_detail a {
  display: block;
  border: 8px solid white;
  padding:1.3%;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  height:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  transition: all 0.5s;
}
.studio_detail a:hover {
  border-color: #dbd7d5;
}
.studio_detail .image {
  /*width: 498px;
  height: 332px;*/
  width:43.2%;
  height:auto;
  flex-shrink: 0;
}
.studio_detail .image img {
  width: 100%;
  height: auto;
}
.studio_detail .information {
  padding-left: 24px;
}
.studio_detail h2 {
  font-size: 15px;
  margin-bottom: 24px;
  line-height:200%;
  color:#888;
}
.studio_detail h2 img {
  display: inline-block;
  width: auto;
  max-height: 46px;
  vertical-align: bottom;
  margin-right: 1em;
}
.studio_detail .catch_copy {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.studio_detail .summary {
  margin-bottom: 24px;
}
.studio_detail .summary br{
  display:none;
}

.studio_detail .options li,
.studio_detail .options_basil li {
  display: inline-block;
}
.studio_detail .options li:before {
  content: "■";
  color: #c0a450;
  font-size: 10px;
  padding-right: 3px;
}
.studio_detail .options li {
  display: inline-block;
}
.studio_detail .options_basil li:before {
  content: "■";
  color: #537ebe;
  font-size: 10px;
  padding-right: 3px;
}

.studio_detail .thumbnails {
  position: absolute;
  bottom: 4.4%;
  right: 0;
  padding-left:46.2%;
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
}


.studio_detail .thumbnails li {
  display: inline-block;
  margin-right: 8px;
  width:23%;
}
.studio_detail .thumbnails li img{
    width:100%;
}

.studio_photo {
  width: 32.5%;
  background-color: white;
  margin: 5px;
  margin-bottom: 1.3%;
}
.studio_photo a {
  display: block;
  position: relative;
}
.studio_photo a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  border: 8px solid rgba(219, 215, 213, 0);
}
.studio_photo a:hover::before {
  border: 8px solid #dbd7d5;
}
.studio_photo .image img {
  width: 100%;
}
.studio_photo .information {
  padding: 16px 20px;
}
#anchor_map_side {

position:relative;
}
#hitArea li {
background:#333;
width:14px;height:14px;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'MS PMincho', serif;
color:#fff;
text-align:center;
font-size:10px;
line-height: 13px;
letter-spacing: normal;
}
#hitArea li:nth-child(1){ position:absolute;top:32%; left:71%; }
#hitArea li:nth-child(2){ position:absolute;top:45%; left:48%; }
#hitArea li:nth-child(3){ position:absolute;top:50%; left:77%; }
#hitArea li:nth-child(4){ position:absolute;top:53%; left:40%; }
#hitArea li:nth-child(5){ position:absolute;top:49%; left:18%; }
#hitArea li:nth-child(6){ position:absolute;top:69%; left:17%; }
#hitArea li:nth-child(7){ position:absolute;top:26%; left:42%; }
#hitArea li:nth-child(8){ position:absolute;top:31%; left:18%; }
#hitArea li:nth-child(9){ position:absolute;top:19%; left:59%; }
#hitArea li:nth-child(10){ position:absolute;top:13%; left:46%; }
#hitArea li:nth-child(11){ position:absolute;top:5%; left:91%; }

.map_slide .map_content .pc_map_modal a{
	text-indent:0;
}

.btn_search {
    margin:0 auto;
    display:block;
    margin-bottom:40px;
}

/* NEWS */
.category_sort ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  margin-bottom: 30px;
}
.category_sort li {
  width: 25%;
}

.news_list .ul_news li {
  margin-bottom: 30px;

}
.news_list .ul_news li:nth-child(3n + 1) {
  border-left: 1px solid #c1c1c1;
}

.pagination {
  position: relative;
  text-align: center;
  font-size: 0;
  margin-top: 26px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.pagination li {
  display: inline-block;
  min-width: 1.8em;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}
.pagination a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s linear;
}
.pagination a:hover {
  color: #d8d8d8;
}
.pagination a.current {
  color: #d8d8d8;
  cursor: auto;
  cursor: default;
}
.pagination a.prev, .pagination a.next {
  background-color: #3c342f;
  width: 24px;
  height: 26px;
  top: 0;
}
.pagination a.prev:hover, .pagination a.prev.nolink, .pagination a.next:hover, .pagination a.next.nolink {
  opacity: 0.2;
}
.pagination a.prev.nolink, .pagination a.next.nolink {
  cursor: auto;
  cursor: default;
}
.pagination a.prev {
  left: 0px;
  position: relative;
  position: absolute;
}
.pagination a.prev:after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-left: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-top: 1px solid white;
  border-right: 1px solid rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
}
.pagination a.prev:after {
  left: 11px;
}
.pagination a.next {
  right: 0px;
  position: relative;
  position: absolute;
}
.pagination a.next:after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid white;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid white;
  transform: rotate(-45deg);
}
.pagination a.next:after {
  left: 6px;
}

.news_details {
  padding-top: 10px;
}
.news_details .wrapper, .news_details .wrapper_forPC {
  max-width: 564px;
  margin: 0 auto 72px;
  box-sizing: content-box;
}
.rental_details_w {
  max-width: 564px !important;
}

.news_details .eyecatch {
  margin-bottom: 40px;
}
.news_details .date {
  margin-bottom: 16px;
  font-size: 12px;
  color: #c1c1c1;
}
.news_details .tag {
  margin-bottom: 32px;
}
.news_details .cont {
  margin-bottom: 56px;
}
.news_details .cont p {
  margin-bottom: 24px;
}
.news_details .cont img {
  margin-bottom: 24px;
}
.news_details .return_btn a {
  margin-left: auto;
  margin-right: auto;
}
.news_details .rental_cont {
    margin-bottom:0;
}
.news_details .cont img:last-child {
    margin-bottom:0;
}
.rental_news_title {
    margin-bottom:0;
}
/* 予約 */
.reservation_only {
  border-top: 1px solid #cccccc;
}

.reserv_boxes, .tel_boxes {
  max-width: 1200px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.reserv_boxes .box, .tel_boxes .box {
  width: 588px;
  box-sizing: border-box;
  border: 1px solid #c1c1c1;
  padding: 44px 23px 32px;
}
.reserv_boxes h3, .tel_boxes h3 {
  text-align: center;
  margin-bottom: 32px;
}
.reserv_boxes .tel, .tel_boxes .tel {
  display: block;
  max-width: 384px;
  margin: 0 auto 32px;
  pointer-events: none;
}
.reserv_boxes .list, .tel_boxes .list {
  border-top: 1px solid #c1c1c1;
  padding-top: 32px;
  padding-left: 25px;
  font-size: 12px;
}

.tel_boxes .box {
  background-color: white;
}
.tel_boxes .list {
  border-top: none;
  padding-top: 40px;
  padding-left: 0;
  font-size: 13px;
}
.tel_boxes .list li {
  border-bottom: 1px solid #c1c1c1;
  position: relative;
  text-align: left;
  padding: 16px 0 16px 15px;
}
.tel_boxes .list li:before {
  position: absolute;
  top: 19px;
  left: -2px;
}
.tel_boxes .list li:last-child {
  border: none;
}
.tel_boxes .tel_num {
  position: absolute;
  top: 18px;
  right: 0;
  pointer-events: none;
  padding-left: 25px;
  background-position: left 2px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}
.tel_boxes .pastis .tel_num {
  background-image: url("../img/icon_phone_pastis.png");
}
.tel_boxes .basil .tel_num {
  background-image: url("../img/icon_phone_basil.png");
}

.flow {
  padding-bottom: 8px;
}
.flow .list {
  margin: 40px auto 0;
}
.flow .step,
.flow .img_step {
  background-color: white;
}
.flow .bx-wrapper {
  display: none;
}

.location_hunting {
  border-top: 1px solid #cccccc;
}

.update {
  text-align: left;
  margin-bottom: 24px;
  margin-top: 40px;
}
.update .tag {
  display: inline-block;
  margin-right: 20px;
}
.update .date {
  display: inline-block;
}

.information_post {
  padding-bottom: 72px;
}

/* Price */
.price_table .table_caption {
  padding-top: 32px;
  padding-bottom: 8px;
}
.price_table .more_btn {
  padding-bottom: 56px;
}

.select_studio .accordion_content .conditions ul {
  margin-bottom: 30px;
}

/* mailform */
.mail_magazin_info {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  max-width: 1200px;
  margin: 56px auto 56px;
}
.mail_magazin_info .image,
.mail_magazin_info .info {
  width: 50%;
}
.mail_magazin_info .image img {
  width: 100%;
  height: auto;
}
.mail_magazin_info .info .ttl {
  margin: 50px auto 33px;
  text-align: center;
}
.mail_magazin_info .info p {
  max-width: 445px;
  margin: 0 auto;
}

.form_border_bottom {
    width:100%;
    border-bottom:1px solid #ccc;
    margin-bottom:56px;
}
.mail_form {
  padding-top: 56px;
}
.mail_form .ttl,
.mail_form .txt {
  text-align: center;
}
.mail_form .ttl {
  margin-bottom: 36px;
}
.mail_form .txt {
  margin-bottom: 50px;
}
.mail_form.confirm {
  margin-top: 56px;
}
.mail_form.confirm .submit button {
  display: inline-block;
}
.mail_form.confirm .submit button:first-child {
  margin-right: 3em;
}



/* Concept */
.section_concept {
    padding:56px 0 72px !important;
    border-top:none;
    text-align:center;
    background:url(../img/common/logo_mask.png) no-repeat center 0;
}
.product_intro_concept {
    padding-bottom:0;
}

.section_intro_none {
  padding-top:80px!important;
  background:none!important;
  border-top:none!important;
}
.section_intro_last {
  padding:80px 0;
  text-align:center;
}
/* Rental */
.rental_box {
    background:#f1f1f1;
    padding: 0;
}
.btn_rental_more {
    width:160px;
    height:38px;
    line-height:38px;
    margin-bottom:48px;
}
.basic_post_rental {
    padding:32px 0 16px 0;
}
.basic_post_rental2 {
    padding:56px 0;
}

/* Staff */
.job_content .bx-wrapper {
  display: none;
}

.subscription_requirements_post .text {
  text-align: left;
  padding: 40px;
  font-size: 13px;
  line-height: 1.5;
}
.subscription_requirements_post .row {
  border-bottom: 1px solid #c1c1c1;
  padding-top: 18px;
  padding-bottom: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.subscription_requirements_post .row:first-child {
  padding-top: 0;
}
.subscription_requirements_post .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.subscription_requirements_post h4 {
  width: 110px;
  flex-shrink: 0;
}
.subscription_requirements_post ul {
  width: 100%;
}
.subscription_requirements_post li {
  display: inline-block;
  padding-right: 2em;
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px;
}
.subscription_requirements_post li:before {
  content: "■";
  color: #c1c1c1;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}

.now_hiring .ttl {
  padding-bottom: 32px;
}



/* 03.Popup */
body.locked {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}



.modal {
  display: none;
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.modal_header {
  height: 48px;
  line-height: 48px;
  position: relative;
  z-index: 10000;
}
.modal_header .header_wrap {
  float: right;
}
.modal_header .title {
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.modal_header .slide-counter {
  float: left;
  padding: 0 40px 0 30px;
  font-size: 14px;
  font-weight: bold;
  background: url(../img/product/ico_line.png) no-repeat 100% 50%;
  padding-right: 32px;
  margin-right: 7px;
}
.modal_header .slide-counter strong {
  font-weight: normal;
}
.modal_header .button_control {
  float: left;
}
.modal_header .button_control span {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal_header .button_control .bt_back {
  background-image: url(../img/product/modal_prev.png);
  margin-left: -1px;
}
.modal_header .button_control .bt_next {
  background-image: url(../img/product/modal_next.png);
  margin-left: -1px;
}
.modal_header .button_control .bt_back_scene {
  background-image: url(../img/product/modal_prev_scene.png);
}
.modal_header .button_control .bt_next_scene {
  background-image: url(../img/product/modal_next_scene.png);
  margin-left: -1px;
}

.modal_header .button_close {
  float: left;
  width: 48px;
  height: 48px;
  background: url(../img/product/modal_close.png) no-repeat;
  cursor: pointer;
}

.modal_main {
  position: relative;
  /* add 20160413 */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 48px;
    box-sizing: border-box;
    /* */
  }


.modal_footer {
  padding: 15px 0 ;
  text-align: center;
  clear: both;
}
.modal_footer span {
  display: inline-block;
  background: url(../img/product/ico_scroll.png) no-repeat 0 50%;
  padding-left: 33px;
}

.modal .bxslider_wrap {
  width:100%;
  margin: 0 auto;
  /* add 20160413 */
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 48px;
    box-sizing: border-box;
    /* */
}
.modal .bx-viewport {
  overflow: visible !important;
  /* add 20160413 */
    max-height: 100%;
    height: 100% !important;
    /* */
}
.modal .bxslider {
  width: 12000% !important;
  /* add 20160413 */
    overflow: hidden;
    max-height: 100%;
    position: absolute !important;
    top: 0px;
    left: 0px;
    height: 100%;
    /* */

}
.modal .bxslider li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  /* add 20160413 */
    max-height: 100%;
    /* add 20160418 */
    height: 100%;
}
.modal .bxslider li .item {
  padding:0 20px;
  /* add 20160418 */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    overflow: hidden;
    /* */

}
.modal .bxslider li .item img{
  /*width: 100%;
  max-width: initial;
  height: auto !important;
  max-height: 100%;*/
  /* add 20160418 */
    height: 100%;
    width: auto;
    padding: 0;
    margin: 0;
    max-width: auto;
    max-width: initial;
    /* */
}

.modal .bxslider li.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;

}

.map_slide {
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 99999;
  /* add 20160413 */
    top: 47px;
    /* */

}

.map_slide .map_content {
  position: relative;
  border:1px solid #333;
  background: rgba(255,255,255,0.7);

}
.map_slide .map_content a {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  text-indent: -99999px;
  z-index: 1000;
}
.modal_bottom_space {
    height:20px;
}

.map_content img {
  width: 141px;
/*
  background-color:#FFFFFF;
*/
  opacity:30%;
}

/*
.map_content a.goto01 {
  top: 65px;
  right: 85px;
}
.map_content a.goto02 {
  top: 95px;
  right: 132px;
}
.map_content a.goto03 {
  top: 122px;
  right: 25px;
}
.map_content a.goto04 {
  top: 134px;
  right: 132px;
}
.map_content a.goto05 {
  top: 126px;
  right: 188px;
}
.map_content a.goto06 {
  top: 184px;
  right: 194px;
}
.map_content a.goto07 {
  top: 63px;
  right: 133px;
}
.map_content a.goto08 {
  top: 71px;
  right: 197px;
}
.map_content a.goto09 {
  top: 36px;
  right: 89px;
}
.map_content a.goto10 {
  top: 21px;
  right: 165px;
}
*/
.center {text-align:center;}
.m-auto {margin:0 auto;}
img{
  opacity:1.0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


.bxslider img {
    margin:0 auto;
    display:block;
    padding-bottom:90px;
}
.mb50{margin-bottom:50px;}

.form td{
    line-height:100%;

}
.form_radio {padding-top:14px;}

select {
    width:40%;
    padding: 10px;
    border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url(../img/contact/sp/select_arrow01.png) right 50% no-repeat;
    background-size:25% 100%;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.w20p {width:20%;}
.concept_h1 {margin-bottom:40px;}
.chase_btn_anchor {margin-bottom:30px;}

/*.studio-scroll {overflow:hidden;height:600px;width:200px}
.studio-scroll-y {overflow-y:scroll;height:600px;padding-right:30px;width:230px}*/
.br_none br{display:none;}


/*Firefox*/
@-moz-document url-prefix() {
    .studio_detail .thumbnails{
          padding-left:45.4%;
    }
}

/*Firefox*/
@-moz-document url-prefix() {
    .tb_gb table td[rowspan]:nth-child(2){
        border-right:1px dashed #c1c1c1;
    }
}
/*IE10*/
@media all and (-ms-high-contrast:none){
  .tb_gb table td[rowspan]:nth-child(2){
    border-right:1px dashed #c1c1c1;
  }
}
/*IE11*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .tb_gb table td[rowspan]:nth-child(2){
    border-right:1px dashed #c1c1c1;
  }
}

/** ***/
.header_wrap .title span
{
	padding:5px 10px; background:#847c78; color:white;
}
/** ***/







