@charset "UTF-8";

/* .table */

.table{
  display: table;
  width: 100%;
}

.table_tr{
  display: table-row;
}

.table .table_th,
.table .table_td{
  vertical-align: top;
  display: table-cell;
}

@media all and (max-width: 700px) {
  .table{ display: block; }
  .table_tr{ display: block; }
  .table .table_th,
  .table .table_td{ display: block; }
}

/* .bg */

.bg_gray01{
  background: #f7f7f7 !important;
}

.bg_img01{
  color: #ffffff;
  background: url(../img/template/bg_img01@2x.gif);
  background-size: 40px 150px;
}

.bg_img01 a{
  color: #ffffff;
}

/* .title */

.title.type01{
  font-size: 30px;
  line-height: 1.4;
  margin: -0.2em 0 1.13em 0;
  letter-spacing: 0.16em;
}


.toppage .title.type01{
  margin: 0 0 70px 0;
}

.title.type01 small{
  display: block;
  font-size: 15px;
  line-height: 1;
  margin: 3px 0 0 0;
}


@media all and (max-width: 989px) {
  .title.type01{ margin: 0 0 40px 0;}
  .toppage .title.type01{ margin: 0 0 40px 0;}
}

@media all and (max-width: 700px) {
  .title.type01{ margin: 0 0 30px 0; font-size: 24px;}
  .toppage .title.type01{ margin: 0 0 30px 0;}
  .title.type01{ line-height: 1.2;}
  .title.type01 small{ margin: 10px 0 0 0;}
}


.title.type02{
  position: relative;
  font-size: 30px;
  line-height: 1;
  padding: 0 0 0.6em 0;
  text-align: center;
  letter-spacing: 0.16em;
  margin: 0 0 1em 0;
}

@media all and (max-width: 700px) {
  .title.type02{
    font-size: 24px;
  }
}

.title.type02:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin:  0 0 0 -25px;
  background: #ffffff;
}

.bg_img01 .title.type02:after,
.head_box .title.type02:after{
  background: #c4aa7c;
}

.title.type03{
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.16em;
  margin: 0 0 1em 0;
}

/* .btn_area */

.btn_area{
  letter-spacing: -0.4em;
  text-align: center;
  line-height: 1;
}

.btn_area .btn_wrap{
  letter-spacing: 0.025em;
  display: inline-block;
  vertical-align:  top;
}

.btn_area .btn{
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.btn_area .btn_text{
  display: inline-block;
  vertical-align: top;
}

@media all and (max-width: 700px) {
  .btn_area .btn_wrap{ display: block; width: auto !important; margin: 0 0 20px !important;}
  .btn_area .btn_wrap:last-child{ display: block; margin: 0 !important;}
}

/*.btn_area  .btn_wrap.type01 */

.btn_area .btn_wrap.type01{
  width: 200px;
  font-size: 14px;
  margin: 0 20px;
}

.btn_area  .btn_wrap.type01 .btn{
  padding: 1.29em;
  background: #1c293f;
}

.btn_area  .btn_wrap.type01 .btn_text{
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

/*.btn_area  .btn_wrap.type02 */

.btn_area .btn_wrap.type02{
  width: 200px;
  font-size: 14px;
  margin: 0 12px;
}

.btn_area  .btn_wrap.type02 .btn{
  padding: 2em 1.29em;
  background: #ffffff;
  border: 2px solid #1c293f;
}

.normal .btn_area  .btn_wrap.type02 .btn:hover,
.btn_area  .btn_wrap.type02.active .btn{
  background: #a1a7b3;
}

.btn_area  .btn_wrap.type02 .btn_text{
  color: #1c293f;
  letter-spacing: 0.16em;
  line-height: 1;
}



/* .icon_link */

.icon_link_01{
  position: relative;
  display: inline-block;
  padding: 0 0 0 8px;
}

.icon_link_01:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -3px 0 0 0;
  width: 4px;
  height: 6px;
  background: url(../img/icon/icon_link_01@2x.png);
  background-size: 100% auto;
}

/* .select_box */

.select_box{
  position: relative;
  width: 100%;
  text-align: center;
}

.select_box .select_text{
  position: relative;
  border: 1px solid #1c293f;
  line-height: 1;
  padding: 0.5em 30px;
	white-space: nowrap;
	min-height: 30px;
}

.select_box select:disabled + .select_text{
	background-color: #dadada !important;
}

.select_box .select_text:after{
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -2px 0 0 0;
  background: url(../img/icon/icon_link_02_blue@2x.png) no-repeat;
  background-size: 100% auto;
  width: 5px;
  height: 4px;
}

.select_box select{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}


.toppage .main_content_wrap .main_content:first-child .main_content_in{
  padding-top: 165px;
}

.toppage .main_content_wrap .main_content:last-child .main_content_in{
  padding-bottom: 165px;
}

/* pad以下 */
@media all and (max-width: 989px) {
  .toppage .main_content_wrap .main_content:first-child .main_content_in{
    padding-top: 100px;
  }
  .toppage .main_content_wrap .main_content:last-child .main_content_in{
    padding-bottom: 100px;
  }
  
}

/* .main_content */

.main_content{
  position: relative;
}

.toppage .main_content.bg_img01,
.toppage .main_content.bg_gray01{
  margin-top: 125px;
  margin-bottom: 125px;
}

.toppage .main_content.bg_img01 .main_content_in{
  padding-top: 150px;
  padding-bottom: 150px;
}

.toppage .main_content.bg_gray01 .main_content_in{
  padding-top: 200px;
  padding-bottom: 200px;
}


.main_content.bg_img01,
.main_content.bg_gray01{
  margin-top: 75px;
  margin-bottom: 75px;
}

.main_content.bg_img01 .main_content_in,
.main_content.bg_gray01 .main_content_in{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media all and (max-width: 989px) {
  .toppage .main_content.bg_img01,
  .toppage .main_content.bg_gray01{
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .toppage .main_content.bg_img01 .main_content_in,
  .toppage .main_content.bg_gray01 .main_content_in{
    padding-top: 95px;
    padding-bottom: 95px;
  }
}



.main_content.bg_img01:first-child,
.main_content.bg_gray01:first-child{
  margin-top: 0;
}

.main_content.bg_img01:last-child,
.main_content.bg_gray01:last-child{
  margin-bottom: 0;
}

.toppage .main_content_in{
  position: relative;
  padding-top: 125px;
  padding-bottom: 125px;
}

.main_content_in{
  padding: 75px 48px;
}

.main_content:last-child .main_content_in{
  padding-bottom: 150px;
}


.main_content.bg_img01:last-child .main_content_in:last-child,
.main_content.bg_gray01:last-child .main_content_in{
  padding-bottom: 150px;
}

/* pad以下 */
@media all and (max-width: 989px) {
  .main_content_in{
    padding: 75px 40px;
  }
}

@media all and (max-width: 700px) {
  .main_content_in{
    padding: 75px 20px;
  }
  .toppage .main_content_in{
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.main_content_child01{
  position: relative;
  margin: 60px 0;
}

@media all and (max-width: 989px) {
  .main_content_child01{ margin: 48px 0; }
}

@media all and (max-width: 700px) {
  .main_content_child01{ margin: 35px 0; }
}

.main_content_child01:first-child{ 
  margin-top: 0;
}

.main_content_child01:last-child{ 
  margin-bottom: 0;
}

.main_content_child02{
  position: relative;
  margin: 50px 0;
}

.main_content_child02:first-child{ 
  margin-top: 0;
}

.main_content_child02:last-child{ 
  margin-bottom: 0;
}

/* .head_box */

.head_box_wrap{
  position: relative;
  z-index: 2;
  color: #ffffff;
  background: url(../img/template/bg_img01@2x.gif);
  background-size: 40px 150px;
}

.head_box_wrap a{
  color: #ffffff;
}

.head_box{
  padding: 105px 50px;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 989px ){
  .head_box{
    padding: 105px 40px;
  }
}

@media all and (max-width: 700px ){
  .head_box{
    padding: 105px 20px;
  }
}

.head_box_bg01:before,
.head_box_bg02,
.head_box_bg03{
  position: absolute;
  background: rgba(28,41,63,0.4);
}

.head_box_bg01{
  position: absolute;
  top: -65px;
  left: 0;
  width: 665px;
  height: 665px;
  overflow:  hidden;
}

.head_box_bg01:before{
  content: "";
  left: 0;
  top: -65px;
  width: 200%;
  height: 200%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.head_box_bg02{
  width: 200%;
  height: 100%;
  top: 0;
  left: 665px;
}


.head_box_bg03{
  width: 665px;
  height: 100%;
  top: 665px;
  left: 0;
  margin: -65px 0 0 0;
}


@media all and (max-width: 989px ){
  .head_box_bg01,
  .head_box_bg02,
  .head_box_bg03{
    margin-left: -130px;
  }
}

@media all and (max-width: 700px ){
  .head_box_bg01,
  .head_box_bg02,
  .head_box_bg03{
    margin-left: -120px;
  }
}

.head_box_in{
  position: relative;
  z-index: 2;
}

.head_box p{
  /*font-size: 15px;*/
}

.head_box_nav{
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 4;
  text-align: right;line-height: 1;
}


.head_box_nav li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 22px 0 0;
  margin: 0 22px 0 0;
  border-right: 1px solid #ffffff;
  /*font-size: 15px;*/
  line-height: 1;
}

.head_box_nav li:last-child{
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-right: none;
}

@media all and (max-width: 700px ){
  .head_box_nav{ text-align: center; position: relative; margin: 0 0 17px 0; right: auto; top: 0; }
  .head_box_nav li{
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 2;
  }
}

/* .icon_logo_add */

.icon_logo_add{
  padding-bottom: 90px;
  background-image: url(../img/icon/icon_logo_01_blue@2x.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 22px 22px;
}

.head_box .icon_logo_add,
.bg_img01 .icon_logo_add{
  background-image: url(../img/icon/icon_logo_01_white@2x.png);
}



/*  .col_block */

.col_block_wrap{
  letter-spacing: -0.4em;
}

.col_block{
  display: inline-block;
  vertical-align:  top;
  text-align: left;
  letter-spacing: 0.025em;
}


/*  .read_more_wrap */

.read_more_wrap{
  line-height: 1;
  margin: 30px 0;
  font-family: 'Cabin', sans-serif;
}

@media all and (max-width: 700px ){
  .read_more_wrap{ margin: 20px 0;}
}

.read_more_wrap:first-child{
  margin-top: 0;
}

.read_more_wrap:last-child{
  margin-bottom: 0;
}

.read_more_wrap .read_more{
  display: inline-block;
}

.read_more_wrap .read_more a{
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
  color: #1c293f;
}

.read_more_wrap .read_more_in{
  position: relative;
  padding: 0 18px 10px 0;
}

.read_more_wrap .read_more_text{
  /*font-size: 15px;*/
  line-height: 1;
}

.read_more_wrap .accordion_switch .read_more_text:before{
  content: "+";
  width: 0.7em;
  display: inline-block;
}


.read_more_wrap .accordion_switch.active .read_more_text:before{
  content: "-";
}

.read_more_wrap .read_more_border{
  position: absolute;
  bottom:0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #c4aa7c;
  -moz-transition: width 0.4s ease 0s;
  -webkit-transition: width 0.4s ease 0s;
  -o-transition: width 0.4s ease 0s;
  -ms-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
}

.read_more_wrap .icon_arrow{
  position: absolute;
  top: 6px;
  right: 0;
  background-image: url(../img/icon/icon_arrow_01_right_blue@2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 5px;
  -moz-transition: transform 0.4s ease 0s;
  -webkit-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}

.bg_img01 .read_more_wrap .icon_arrow{
  background-image: url(../img/icon/icon_arrow_01_right_white@2x.png);
}

.bg_img01 .read_more_wrap .read_more a{
  color: #ffffff;
}

.read_more_wrap .read_more{
  cursor: pointer;
}

.read_more_wrap .read_more:hover .read_more_border{
  width: 0;
}

.read_more_wrap .read_more:hover .icon_arrow{
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/*  .figure_block */

.figure_block{
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*  .cms_list_wrap*/

.cms_list_wrap{
  letter-spacing: -0.4em;
}

.cms_list_wrap .cms_list{
  display: inline-block;
  vertical-align:  top;
  letter-spacing: 0.025em;
}

.cms_list_wrap .cms_list_image{
  margin: 20px 0;
}

.cms_list_wrap .cms_list_image:first-child{
  margin-top: 0;
}

.cms_list_wrap .cms_list_image:last-child{
  margin-bottom: 0;
}

.cms_list_wrap .cms_list_text{
  margin: 20px 0;
}

.cms_list_wrap .cms_list_text_title{
  /*font-size: 15px;*/
}

.cms_list_wrap .cms_list_text:first-child{
  margin-top: 0;
}

.cms_list_wrap .cms_list_text:last-child{
  margin-bottom: 0;
}

.cms_list_wrap .cms_list_text_in{
  letter-spacing: -0.4em;
  font-family: 'Cabin', sans-serif;
  line-height: 1;
  margin: 0.5em 0 0 0;
}

.cms_list_wrap .cms_list_text_in > *{
  letter-spacing: 0.025em;
  display: inline-block;
  vertical-align:  middle;
}

.cms_list_wrap .cms_list_date{
  display: inline-block;
  padding: 0 12px 0 0;
  margin: 0 12px 8px 0;
  border-right: 1px solid #1c293f;
}

.cms_list_category_list_wrap li{
  display: inline-block;
  vertical-align:  middle;
  margin: 0 3px 8px 0;
}

.cms_list_category_list_wrap li:last-child{
  margin-right: 0;
}

.cms_list_category_list_wrap li:after{
  content: ",";
  margin: 0 0 0 3px;
}

.cms_list_category_list_wrap li:last-child:after{
  display: none;
}


/* pc */
@media all and (min-width: 990px) {
  
  .cms_list_wrap.pc_col3 .cms_list{
    width: 30.5%;
    margin: 4.25% 4.25% 0 0;
  }
  .cms_list_wrap.pc_col3 .cms_list:nth-child(1),
  .cms_list_wrap.pc_col3 .cms_list:nth-child(2),
  .cms_list_wrap.pc_col3 .cms_list:nth-child(3){
    margin-top: 0;
  }
  .cms_list_wrap.pc_col3 .cms_list:nth-child(3n){
    margin-right: 0;
  }
  
  .cms_list_wrap.pc_col2 .cms_list{
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .cms_list_wrap.pc_col2 .cms_list:nth-child(1),
  .cms_list_wrap.pc_col2 .cms_list:nth-child(2){
    margin-top: 0;
  }
  .cms_list_wrap.pc_col2 .cms_list:nth-child(2n){
    margin-right: 0;
  }
  
  
  .cms_list_wrap.pc_col1 .cms_list{
    display: block;
    margin: 40px auto 0 auto;
    max-width: 255px;
  }
  .cms_list_wrap.pc_col1 .cms_list:nth-child(1){
    margin-top: 0;
  }
  
}

/* pad */
@media all and (min-width: 701px ) and (max-width: 989px) {
  
  .cms_list_wrap.pad_col3 .cms_list{
    width: 30.5%;
    margin: 4.25% 4.25% 0 0;
  }
  .cms_list_wrap.pad_col3 .cms_list:nth-child(1),
  .cms_list_wrap.pad_col3 .cms_list:nth-child(2),
  .cms_list_wrap.pad_col3 .cms_list:nth-child(3){
    margin-top: 0;
  }
  .cms_list_wrap.pad_col3 .cms_list:nth-child(3n){
    margin-right: 0;
  }
  
  .cms_list_wrap.pad_col2 .cms_list{
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .cms_list_wrap.pad_col2 .cms_list:nth-child(1),
  .cms_list_wrap.pad_col2 .cms_list:nth-child(2){
    margin-top: 0;
  }
  .cms_list_wrap.pad_col2 .cms_list:nth-child(2n){
    margin-right: 0;
  }
  
  .cms_list_wrap.pad_col1 .cms_list{
    display: block;
    margin: 40px auto 0 auto;
    max-width: 255px;
  }
  .cms_list_wrap.pad_col1 .cms_list:nth-child(1){
    margin-top: 0;
  }
  
}

/* sp */
@media all and (max-width: 700px) {
  
  .cms_list_wrap.sp_col3 .cms_list{
    width: 30.5%;
    margin: 4.25% 4.25% 0 0;
  }
  .cms_list_wrap.sp_col3 .cms_list:nth-child(1),
  .cms_list_wrap.sp_col3 .cms_list:nth-child(2),
  .cms_list_wrap.sp_col3 .cms_list:nth-child(3){
    margin-top: 0;
  }
  .cms_list_wrap.sp_col3 .cms_list:nth-child(3n){
    margin-right: 0;
  }
  
  .cms_list_wrap.pad_col2 .cms_list{
    width: 48%;
    margin: 4% 4% 0 0;
  }
  .cms_list_wrap.pad_col2 .cms_list:nth-child(1),
  .cms_list_wrap.pad_col2 .cms_list:nth-child(2){
    margin-top: 0;
  }
  .cms_list_wrap.pad_col2 .cms_list:nth-child(2n){
    margin-right: 0;
  }
  
  .cms_list_wrap.sp_col1 .cms_list{
    display: block;
    margin: 40px auto 0 auto;
    max-width: 255px;
  }
  .cms_list_wrap.sp_col1 .cms_list:nth-child(1){
    margin-top: 0;
  }
  
}


/*  .gallery_list_wrap*/

.gallery_list_wrap{
  letter-spacing: -0.4em;
}

.gallery_list_wrap .gallery_list{
  display: inline-block;
  vertical-align:  top;
  letter-spacing: 0.025em;
  cursor: pointer;
}

.gallery_list_wrap .gallery_list_image{
  margin: 20px 0;
}

.gallery_list_wrap .gallery_list_image:first-child{
  margin-top: 0;
}

.gallery_list_wrap .gallery_list_image:last-child{
  margin-bottom: 0;
}

.gallery_list_wrap .gallery_list_text{
  margin: 20px 0;
}

.gallery_list_wrap .gallery_list_text_title{
  /*font-size: 15px;*/
}

.gallery_list_wrap .gallery_list_text:first-child{
  margin-top: 0;
}

.gallery_list_wrap .gallery_list_text:last-child{
  margin-bottom: 0;
}

.gallery_list_wrap .gallery_list_text_in{
  letter-spacing: -0.4em;
  font-family: 'Cabin', sans-serif;
  line-height: 1;
  margin: 0.5em 0 0 0;
}

.gallery_list_wrap .gallery_list_text_in > *{
  letter-spacing: 0.025em;
  display: inline-block;
  vertical-align:  middle;
}

.gallery_list_wrap .gallery_list_date{
  display: inline-block;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
  border-right: 1px solid #1c293f;
}

.gallery_list_category_list_wrap li{
  display: inline-block;
  vertical-align:  middle;
}


/* pc */
@media all and (min-width: 990px) {
  
  .gallery_list_wrap.pc_col4{
    max-width: 830px;
    margin: 0 auto;
  }
  
  .gallery_list_wrap.pc_col4 .gallery_list{
    width: 20%;
    margin: 6.66% 6.66% 0 0;
  }
  .gallery_list_wrap.pc_col4 .gallery_list:nth-child(1),
  .gallery_list_wrap.pc_col4 .gallery_list:nth-child(2),
  .gallery_list_wrap.pc_col4 .gallery_list:nth-child(3),
  .gallery_list_wrap.pc_col4 .gallery_list:nth-child(4){
    margin-top: 0;
  }
  .gallery_list_wrap.pc_col4 .gallery_list:nth-child(4n){
    margin-right: 0;
  }
  
  .gallery_list_wrap.pc_col3{
    max-width: 490px;
    margin: 0 auto;
  }
  
  .gallery_list_wrap.pc_col3 .gallery_list{
    width: 30.6%;
    margin: 4.1% 4.1% 0 0;
  }
  .gallery_list_wrap.pc_col3 .gallery_list:nth-child(1),
  .gallery_list_wrap.pc_col3 .gallery_list:nth-child(2),
  .gallery_list_wrap.pc_col3 .gallery_list:nth-child(3){
    margin-top: 0;
  }
  .gallery_list_wrap.pc_col3 .gallery_list:nth-child(3n){
    margin-right: 0;
  }
  
  .gallery_list_wrap.pc_col2{
    max-width: 392px;
    margin: 0 auto;
  }
  
  .gallery_list_wrap.pc_col2 .gallery_list{
    width: 42.4%;
    margin: 15.2% 15.2% 0 0;
  }
  .gallery_list_wrap.pc_col2 .gallery_list:nth-child(1),
  .gallery_list_wrap.pc_col2 .gallery_list:nth-child(2){
    margin-top: 0;
  }
  .gallery_list_wrap.pc_col2 .gallery_list:nth-child(2n){
    margin-right: 0;
  }
  
}

@media all and (max-width: 989px) {
  
  
}

/* pad */
@media all and (min-width: 701px ) and (max-width: 989px) {
  
  .gallery_list_wrap.pad_col4{
    max-width: 830px;
    margin: 0 auto;
  }
  
  .gallery_list_wrap.pad_col4 .gallery_list{
    width: 20%;
    margin: 6.66% 6.66% 0 0;
  }
  .gallery_list_wrap.pad_col4 .gallery_list:nth-child(1),
  .gallery_list_wrap.pad_col4 .gallery_list:nth-child(2),
  .gallery_list_wrap.pad_col4 .gallery_list:nth-child(3),
  .gallery_list_wrap.pad_col4 .gallery_list:nth-child(4){
    margin-top: 0;
  }
  .gallery_list_wrap.pad_col4 .gallery_list:nth-child(4n){
    margin-right: 0;
  }
  
  .gallery_list_wrap.pad_col3{
    max-width: 490px;
    margin: 0 auto;
  }
  
  .gallery_list_wrap.pad_col3 .gallery_list{
    width: 30.6%;
    margin: 4.1% 4.1% 0 0;
  }
  .gallery_list_wrap.pad_col3 .gallery_list:nth-child(1),
  .gallery_list_wrap.pad_col3 .gallery_list:nth-child(2),
  .gallery_list_wrap.pad_col3 .gallery_list:nth-child(3){
    margin-top: 0;
  }
  .gallery_list_wrap.pad_col3 .gallery_list:nth-child(3n){
    margin-right: 0;
  }
  
  .gallery_list_wrap.pad_col2{
    max-width: 392px;
    margin: 0 auto;
  }
  
  .gallery_list_wrap.pad_col2 .gallery_list{
    width: 42.4%;
    margin: 15.2% 15.2% 0 0;
  }
  .gallery_list_wrap.pad_col2 .gallery_list:nth-child(1),
  .gallery_list_wrap.pad_col2 .gallery_list:nth-child(2){
    margin-top: 0;
  }
  .gallery_list_wrap.pad_col2 .gallery_list:nth-child(2n){
    margin-right: 0;
  }
  
}

/* sp */
@media all and (max-width: 700px) {
  
  .gallery_list_wrap.sp_col4{
    max-width: 830px;
    margin: 0 auto;
  }
  .gallery_list_wrap.sp_col4 .gallery_list{
    width: 20%;
    margin: 6.66% 6.66% 0 0;
  }
  .gallery_list_wrap.sp_col4 .gallery_list:nth-child(1),
  .gallery_list_wrap.sp_col4 .gallery_list:nth-child(2),
  .gallery_list_wrap.sp_col4 .gallery_list:nth-child(3),
  .gallery_list_wrap.sp_col4 .gallery_list:nth-child(4){
    margin-top: 0;
  }
  .gallery_list_wrap.sp_col4 .gallery_list:nth-child(4n){
    margin-right: 0;
  }
  
  .gallery_list_wrap.sp_col3{
    max-width: 490px;
    margin: 0 auto;
  }
  
  .gallery_list_wrap.sp_col3 .gallery_list{
    width: 30.6%;
    margin: 4.1% 4.1% 0 0;
  }
  .gallery_list_wrap.sp_col3 .gallery_list:nth-child(1),
  .gallery_list_wrap.sp_col3 .gallery_list:nth-child(2),
  .gallery_list_wrap.sp_col3 .gallery_list:nth-child(3){
    margin-top: 0;
  }
  .gallery_list_wrap.sp_col3 .gallery_list:nth-child(3n){
    margin-right: 0;
  }
  
  .gallery_list_wrap.sp_col2{
    max-width: 280px;
    margin: 0 auto;
  }
  
  .gallery_list_wrap.sp_col2 .gallery_list{
    width: 46.5%;
    margin: 7% 7% 0 0;
  }
  
  .gallery_list_wrap.sp_col2 .gallery_list:nth-child(1),
  .gallery_list_wrap.sp_col2 .gallery_list:nth-child(2){
    margin-top: 0;
  }
  .gallery_list_wrap.sp_col2 .gallery_list:nth-child(2n){
    margin-right: 0;
  }
  
}

/*  .gallery_popup_zone */

.gallery_popup_zone{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 20px;
  text-align: center;
  letter-spacing: -0.4em;
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.gallery_popup_zone:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

.gallery_popup_zone .gallery_popup_close{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 76px;
  height: 76px;
  cursor: pointer;
  z-index: 10;
}

.gallery_popup_zone .gallery_popup_close_in{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 22px;
  margin: -11px 0 0 -15px;
}

.gallery_popup_zone .gallery_popup_close .bar{
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform-origin: 1px 50% 0;
  -moz-transform-origin: 1px 50% 0;
  -o-transform-origin: 1px 50% 0;
  -ms-transform-origin: 1px 50% 0;
  transform-origin: 1px 50% 0;
}


.gallery_popup_zone .gallery_popup_close .bar.bar01{
  top: 0;
}

.gallery_popup_zone .gallery_popup_close .bar.bar02{
  top: 10px;
}

.gallery_popup_zone .gallery_popup_close .bar.bar03{
  top: 20px;
}

.gallery_popup_zone .gallery_popup_close .bar.bar01 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery_popup_zone .gallery_popup_close .bar.bar02 {
    display: none;
}
.gallery_popup_zone .gallery_popup_close .bar.bar03 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gallery_popup_zone .gallery_popup_wrap{
  width: 100%;
  display: inline-block;
  vertical-align:  middle;
  position: relative;
  max-width: 854px;
  letter-spacing: 0.035em;
}

.gallery_popup_zone .gallery_popup{
  position: relative;
  
}


.gallery_popup_zone  .image_block_in{
  background-color: #000000 !important;
  background-position: center center;
  background-size: auto 100% !important;
}

.gallery_popup_zone .gallery_popup_text{
  text-align: left;
  margin: 20px 0 0 0;
  color: #ffffff;
}

.gallery_popup_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  background: rgba(28,41,63,0.96);
}

/* sp */
@media all and (max-width: 700px) {
  .gallery_popup_zone{ padding: 0; }
  .gallery_popup_zone .gallery_popup_text{ padding: 0 20px;}
}

/*  .banner_blick_list_wrap */

.banner_blick_list_wrap{
  letter-spacing: -0.4em;
  padding: 0 0 12px 0;
}

.banner_blick_list_wrap .banner_block_list{
  display: inline-block;
  vertical-align:  top;
}


/*  .tab_switch_zone */

.tab_zone .tab_switch_zone{
  line-height: 1;
  margin: 0 0 50px 0;
  text-align: center;
}

.tab_zone .tab_switch_zone .tab_switch_area{
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding: 0 0 20px 0;
  overflow:  hidden;
}


.tab_zone .tab_switch_zone .tab_active_bar{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 1px;
  background: #1c293f;
  overflow: visible !important;
}

.tab_zone .tab_switch_zone .tab_active_arrow{
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin: 0 0 0 -5px;
  background: url(../img/icon/tab_arrow_01@2x.png) no-repeat;
  background-size: 100% auto;
  width: 11px;
  height: 8px;
}


.tab_zone .tab_switch_zone .tab_switch_wrap{
  letter-spacing: -0.4em;
  white-space: nowrap;
}

.tab_zone .tab_switch_zone .tab_switch_list_wrap{
  display: inline-block;
  margin: 0 27px;
}

.tab_zone .tab_switch_zone .tab_switch_wrap .tab_switch_list_wrap:last-child{
  margin-right: 0;
}

.tab_zone .tab_switch_zone .tab_switch_wrap .tab_switch_list_wrap:first-child{
  margin-left: 0;
}

.tab_zone .tab_switch_zone .tab_switch_wrap .tab_switch{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.16em;
  margin: 0 27px;
  padding: 0 3px 5px 3px;
}


.tab_zone .tab_switch_zone .tab_switch_wrap .tab_switch:last-child{
  margin-right: 0;
}

.tab_zone .tab_switch_zone .tab_switch_wrap .tab_switch:first-child{
  margin-left: 0;
}

.tab_zone .tab_switch_zone .tab_switch{
  cursor: pointer;
}

.tab_zone .tab_content{
  height: 0;
  overflow: hidden;
}

.tab_zone .tab_content.active{
  height: auto;
}

.tab_zone .tab_content_in{
  
}


@media all and (max-width: 989px) {
  .tab_zone .tab_switch_zone{ margin: 0 0 50px 0; }
}


@media all and (max-width: 700px) {
  .tab_zone .tab_switch_zone .tab_switch_list_wrap{
    display: block;
    margin: 0 0 30px 0;
  }
  .tab_zone .tab_switch_zone .tab_switch_list_wrap:last-child{
    margin-bottom: 0;
  }
  
}

/* ol.number_list */

ol.number_list{
  counter-reset: section;
  
}

ol.number_list li{
  counter-increment: number;
  list-style: none;
  position: relative;
  padding: 0 0 0 2.3em;
  margin: 0 0 2em 0;
}

ol.number_list li:last-child{
  margin-bottom: 0;
}

ol.number_list li:before{
  content:counter(number,decimal);
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (max-width: 700px) {
  ol.number_list li{
    margin: 0 0 1.5em 0;
  }
}

/* .image_type_block */

.image_type_block{
  position: relative;
}

.image_type_block{
}

.image_type_block .image_wrap{
  /*position: absolute;*/
  position: relative;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}

.image_type_block .image_wrap .figure_block{
 /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
  padding: 0 0 100% 0;
}

.image_type_block .image_wrap .image_wrap_in{
  padding: 0 0 100% 0;
}

.image_type_block .image_wrap .image_wrap_in_content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image_left .image_type_block .image_wrap{
  left: 0;
}

.image_right .image_type_block .image_wrap{
  left: 50%;
}


.image_type_block .text_wrap{
  /*position: relative;
  width: 50%;
  left: 50%;
  padding: 60px 30px;*/
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  padding: 60px 30px;
  background: #ffffff;
}

.image_type_block .text{
  /*display: table;
  width: 100%;
  height: 465px;*/
  width: 100%;
  height: 100%;
  text-align: center;
  letter-spacing: -0.4em;
}

.image_type_block .text:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

.image_type_block .text_in{
  /*display: table-cell;
  vertical-align:  middle;
  text-align: center;*/
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 0.035em;
}

.image_type_block .text_in p{
  /*font-size: 15px;*/
}

.image_left .image_type_block .text_wrap{
  left: 50%;
}

.image_right .image_type_block .text_wrap{
  left: 0;
}

.image_type_block_slide .read_more_wrap{
  position: absolute;
  width: 50%;
  bottom: 30px;
  right: 0px;
  padding: 0 30px;
  z-index: 3;
  text-align: right;
}

.image_type_block_slide.image_right .read_more_wrap{
  position: absolute;
  width: 50%;
  bottom: 30px;
  left: 0px;
  text-align: right;
}


/* sp */
@media all and (max-width: 700px) {
  .image_type_block .image_wrap{ position: relative; width: auto; left: 0; top: 0;}
  .image_type_block .text_wrap{ position: static; width: auto; padding: 40px 20px 90px 20px;}
  .image_type_block .read_more_wrap{ text-align: right; width: 100%; bottom: 20px;}
}

/* .accordion_block */

.accordion_block{
  margin: 35px 0;
}

.accordion_block:first-child{
  margin-top: 0;
}

.accordion_block:last-child{
  margin-bottom: 0;
}

.accordion_block_content{
  display: none;
}

/* .googlemap */

.googlemap_wrap{
  position: relative;
  margin: 30px 0;
  height: 450px;
  background: #eeeeee;
}

#main_visual .googlemap_wrap{
  height: 100%;
  margin: 0;
}

.googlemap_wrap:first-child{
  margin-top: 0;
}
.googlemap_wrap:last-child{
  margin-bottom: 0;
}

.googlemap_wrap .googlemap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  .qtranxs-available-languages-message */

.qtranxs-available-languages-message{
  border: 1px solid #eeeeee;
  padding: 20px;
  margin: 30px 0 30px 0;
  background: #f7f7f7;
}

.qtranxs-available-languages-message:first-child{
  margin-top: 0;
}

.qtranxs-available-languages-message:last-child{
  margin-bottom: 0;
}

/* sp */
@media all and (max-width: 700px) {
  .googlemap_wrap{ height: 235px; }
}


/* pc */
@media all and (min-width: 990px) {
}

/* pad以下 */
@media all and (max-width: 989px) {
}

/* pad */
@media all and (min-width: 701px ) and (max-width: 989px) {
}

/* sp */
@media all and (max-width: 700px) {
}



