@charset "UTF-8";

/*------------ memoryofjapanTop contentsBg common ------------*/
.memoryofjapanTop {
  padding: 20px 0 70px;
  background-color: #f2f2f2;
  color: #333;
  text-align: justify;
}
.contentsBg {
  background: url(../../images/pc/japaneselandscape/bg_contents.jpg) no-repeat center top;
  background-size: 1920px 1174px;
}

.link_arrow {
  display: inline-block;
  padding-left: 10px;
  background: url(../../images/pc/japaneselandscape/icon_arrow.png) no-repeat left center;
  background-size: 6px 7px;
}

/*------------ mainvisual ------------*/
.mainvisual {
  background: url(../../images/pc/japaneselandscape/mainvisual_photo.jpg) no-repeat center top;
  background-size: 1140px 400px;
}
.mainvisual_in {
  position: relative;
  width: 1000px;
  height: 400px;
  margin: 0 auto;
}
.mainvisual_ttl {
  position: absolute;
  top: 80px;
  left: 744px;
}
.mainvisual_nav {
  position: relative;
  top: 310px;
  left: 55px;
  width: 375px;
  height: 50px;
  padding-right: 5px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 25px;
  box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.5);
  text-align: center;
}
.mainvisual_nav_item {
  display: inline-block;
}
.mainvisual_nav_about,
.mainvisual_nav_new,
.mainvisual_nav_detail {
  display: inline-block;
  height: 0;
  padding-top: 50px;
  background: url(../../images/pc/japaneselandscape/mainvisual_nav.png) no-repeat 8px 13px;
  background-size: 332px 62px;
  overflow: hidden;
}
.mainvisual_nav_about {
  width: 78px;
  margin: 0 5px;
}
.mainvisual_nav_new {
  width: 115px;
  background-position: -109px 13px;
}
.mainvisual_nav_detail {
  width: 115px;
  background-position: -227px 13px;
}
.mainvisual_nav_about:hover { background-position: 8px -27px; }
.mainvisual_nav_new:hover { background-position: -109px -27px; }
.mainvisual_nav_detail:hover { background-position: -227px -27px; }

/*------------ about ------------*/
.about {
  width: 1000px;
  margin: 20px auto 0;
  padding-top: 30px;
}
.about_lead {
  width: 700px;
}
.about_lead_ttl {
  margin-bottom: 30px;
}
.about_lead_txt {
  font-size: 15px;
  line-height: 1.8;
}
.about_lead_txt + .about_lead_txt,
.about_lead_txt + .about_lead_point,
.about_lead_point + .about_lead_txt {
  margin-top: 20px;
}
.about_lead_point {
  padding: 20px 20px 18px;
  background: url(../../images/pc/japaneselandscape/bg_border.png) repeat left top;
  background-size: 8px 8px;
}
.about_lead_point_txt + .about_lead_point_txt,
.about_lead_point_ttl + .about_lead_point_txt {
  margin-top: 10px;
}
.about_lead_point_ttl {
  font-weight: bold;
}

/*------------ section ------------*/
.section {
  margin-top: 30px;
  padding-top: 30px;
}
.section_in {
  width: 1000px;
  margin: 0 auto;
}
.section_ttl {
  margin-bottom: 30px;
}
.section_txt {
  font-size: 15px;
  line-height: 1.8;
}
.section_btn {
  text-align: center;
}
.section_btn_photo {
  position: relative;
  display: inline-block;
  width: 416px;
  height: 76px;
  margin-top: 20px;
  border: 2px solid #3399cc;
  border-radius: 8px;
  box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.3);
  z-index: 2;
}
.section_btn_photo_txt {
  position: relative;
  display: inline-block;
  width: 234px;
  height: 0;
  margin-top: 24px;
  padding: 28px 10px 0 0;
  background: url(../../images/pc/japaneselandscape/btn_photo.png) no-repeat left top;
  background-size: 234px 70px;
  overflow: hidden;
}
.section_btn_photo:hover .section_btn_photo_txt {
  background-position: 0 -40px;
}
.section_btn_photo:before,
.section_btn_photo:after {
  position: absolute;
  top: 0;
  z-index: -1;
  content: '';
  width: 50%;
  height: 100%;
  background: #3399cc;
  transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transition: transform .2s;
}
.section_btn_photo:before {
  left: 0;
  transform-origin: left top;
}
.section_btn_photo:after {
  right: 0;
  transform-origin: right top;
}
.section_btn_photo:hover:before,
.section_btn_photo:hover:after {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
.section_btn_post {
  display: inline-block;
  position: relative;
  width: 416px;
  height: 76px;
  margin-top: 40px;
  border: 2px solid #3399cc;
  border-radius: 8px;
  box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.3);
  z-index: 2;
}
.section_btn_post_txt {
  display: inline-block;
  width: 138px;
  height: 0;
  margin-top: 24px;
  padding: 28px 10px 0 0;
  background: url(../../images/pc/japaneselandscape/btn_post.png) no-repeat left top;
  background-size: 136px 70px;
  overflow: hidden;
}
.section_btn_post:hover .section_btn_post_txt {
  background-position: 0 -40px;
}
.section_btn_post:before,
.section_btn_post:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.section_btn_post,
.section_btn_post:before,
.section_btn_post:after {
  transition: all .2s;
}
.section_btn_post:hover {
  background-color: #f2f2f2;
}
.section_btn_post:before,
.section_btn_post:after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #3399cc;
}
.section_btn_post:before {
  right: 0;
}
.section_btn_post:after {
  left: 0;
}
.section_btn_post:hover:before,
.section_btn_post:hover:after {
  width: 0;
  background-color: #3399cc;
}
.section_btn_note {
  margin-top: 20px;
}
.section_btn_note_item {
  font-size: 13px;
  text-align: center;
}
.section_btn_note_item + .section_btn_note_item {
  margin-top: 5px;
}
.section_tableWrap {
  padding: 10px;
  background-color: #f9f9f9;
}
.section_table {
  width: 100%;
}
.section_table_th,
.section_table_td {
  padding: 25px;
  border: 1px solid #ddd;
  font-size: 15px;
}
.section_table_th {
  color: #666;
  font-weight: bold;
}
.section_table_td {
  background-color: #fff;
}
.section_table_txt,
.section_table_list_item {
  font-size: 15px;
  line-height: 1.4;
}
.section_table_txt + .section_table_list {
  margin-top: 10px;
}
.section_table_list_item {
  position: relative;
  padding-left: 15px;
}
.section_table_list_item + .section_table_list_item {
  margin-top: 5px;
}
.section_table_list_item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}
.section_note {
  margin-top: 40px;
  padding: 30px;
  background-color: #f9f9f9;
}
.section_note_item + .section_note_item,
.section_note_item + .section_note_txt {
  margin-top: 15px;
}
.section_note_item_ttl,
.section_note_item_txt,
.section_note_txt {
  line-height: 1.4;
}
.section_note_item_ttl {
  font-size: 13px;
  font-weight: bold;
}
.section_note_item_txt {
  position: relative;
  margin-top: 5px;
  padding-left: 12px;
  font-size: 12px;
}
.section_note_item_txt:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}
.section_note_txt {
  font-size: 12px;
}

/*------------ searchSet ------------*/
.searchSet {
  width: 1000px;
  margin: 0 auto;
  color: #777;
}
.searchSet_ttl {
  padding-left: 5px;
  border-left: 5px solid #777;
  font-size: 13px;
  font-weight: bold;
}
.searchSet_list {
  margin-top: 8px;
}
.searchSet_list_ttl,
.searchSet_list_item {
  display: table-cell;
  font-size: 13px;
  vertical-align: middle;
}
.searchSet_list_ttl {
  min-width: 4em;
}
.searchSet-1 .searchSet_list_ttl {
  padding-top: 12px;
  vertical-align: top;
}
.searchSet_list_item + .searchSet_list_ttl {
  padding-left: 25px;
}
.searchSet_list_ttl:after {
  content: '：';
}
.searchSet_selectWrap {
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 2px 3px;
  background-color: #e5e5e5;
}
.searchSet_select {
  padding: 1px 4px;
  border: 1px solid #ddd;
  color: #777;
  font-family: 'Meiryo','Lucida Grande','Hiragino Kaku Gothic ProN','sans-serif';
}
.searchSet_select:disabled {
  background: #eee;
  color: #bbb;
}
.searchSet_select_delete {
  padding: 10px 5px 10px 0;
  color: #aaa;
  cursor: pointer;
}
.searchSet_select_delete:hover {
  color: #ccc;
}
.searchSet_checkbox {
  margin: -2px 2px 0 0;
}
.searchSet_checkbox + label {
  margin-right: 8px;
}
.searchSet_checkbox:checked + label {
  font-weight: bold;
}
