.index .index_opening {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.index .index_opening > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 今後のイベント　バナー */
.eventBannerBtn{
	text-align: center;
}
.eventBannerBtn img{
	width: 80%;
	max-width: 500px;
}
.eventBannerBtn:hover{
	opacity: .7;
}

@media only screen and (orientation: landscape) {
  .index .index_opening .index_opening_video_sp {
    display: none;
  }
}
@media only screen and (orientation: portrait) {
  .index .index_opening .index_opening_video_pc {
    display: none;
  }
}
.index .index_opening .index_opening_skipBtn {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .index .index_opening .index_opening_skipBtn {
    width: 94%;
    padding: 2% 0;
  }
}
@media print, screen and (min-width: 769px) {
  .index .index_opening .index_opening_skipBtn {
    width: 90%;
    max-width: 1200px;
    padding: 35px 0;
  }
}
.index .index_opening .index_opening_skipBtn > p {
  float: right;
}
@media only screen and (max-width: 768px) {
  .index .index_opening .index_opening_skipBtn > p {
    width: 20.785%;
  }
}
@media print, screen and (min-width: 769px) {
  .index .index_opening .index_opening_skipBtn > p {
    width: 111px;
  }
}
.index .index_opening .index_opening_skipBtn > p:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.index .index_opening .index_opening_skipBtn > p img {
  width: 100%;
}
.index .index_intro {
  width: 100%;
  background: url(../img/common/bg_gray.png) center bottom;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .index .index_intro {
    padding-bottom: 2%;
    padding-top: 15%;
    background-size: 92.5px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .index .index_intro {
    padding-bottom: 2%;
    padding-top: 15%;
    background-size: 92.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .index .index_intro {
    padding-bottom: 6%;
    padding-top: 15.25%;
    background-size: 185px;
  }
}
@media print, screen and (min-width: 1281px) {
  .index .index_intro {
    padding-bottom: 4%;
    padding-top: 10%;
    background-size: 185px;
  }
}
.index .index_intro:before {
  content: "";
  width: 15%;
  max-width: 159px;
  padding-top: 12%;
  background: url(../img/index/index_intro_ornament_b.png) center center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .index .index_intro:before {
    margin-top: 19%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .index .index_intro:before {
    margin-top: 10%;
  }
}
@media print, screen and (min-width: 1281px) {
  .index .index_intro:before {
    margin-top: 6%;
  }
}
.index .index_intro a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .index_intro .index_intro_txt {
  background: #fff;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .index .index_intro .index_intro_txt {
    width: 94%;
    margin-bottom: 3%;
    padding: 0%;
    border-radius: 10px;
  }
  .index .index_intro .index_intro_txt .pc {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .index .index_intro .index_intro_txt {
    width: 94%;
    margin-bottom: 3%;
    padding: 0%;
    border-radius: 15px;
  }
  .index .index_intro .index_intro_txt .sp {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .index .index_intro .index_intro_txt {
    width: 90%;
    max-width: 920px;
    padding: 0%;
    border-radius: 15px;
  }
  .index .index_intro .index_intro_txt .sp {
    display: none;
  }
}
.index .index_intro .index_intro_txt:before {
  content: url(../img/index/index_intro_ornament_c.png);
  position: absolute;
  left: 98%;
  top: 5%;
}
.index .index_intro .index_intro_txt:after {
  content: "";
  background: url(../img/index/index_intro_ornament_a.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
}
@media only screen and (max-width: 480px) {
  .index .index_intro .index_intro_txt:after {
    width: 30%;
    padding-top: 33%;
    left: -2%;
    bottom: -44%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .index .index_intro .index_intro_txt:after {
    width: 30%;
    padding-top: 31.5%;
    left: 3%;
    bottom: -76%;
  }
}
@media print, screen and (min-width: 769px) {
  .index .index_intro .index_intro_txt:after {
    width: 28%;
    max-width: 243px;
    padding-top: 40%;
    right: 102%;
    top: 15%;
  }
}
.index .index_intro .index_intro_txt img {
  width: 100%;
}
.index .index_intro .index_intro_tocos {
  position: absolute;
  z-index: 50;
}
@media only screen and (max-width: 480px) {
  .index .index_intro .index_intro_tocos {
    width: 60%;
    bottom: -51%;
    right: 4%;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .index .index_intro .index_intro_tocos {
    width: 45%;
    bottom: -40%;
    right: 3%;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1280px) {
  .index .index_intro .index_intro_tocos {
    width: 24%;
    bottom: 1%;
    right: 1%;
  }
}
@media only screen and (min-width: 1281px) {
  .index .index_intro .index_intro_tocos {
    width: 15%;
    max-width: 249px;
    bottom: 3%;
    left: 70%;
  }
}
@media print, screen and (max-width: 1281px) {
  .index .index_intro .index_intro_tocos .index_intro_tocos_main {
    width: 55%;
  }
}
@media only screen and (min-width: 1281px) {
  .index .index_intro .index_intro_tocos .index_intro_tocos_main {
    width: 73.9%;
  }
}
.index .index_intro .index_intro_tocos .index_intro_tocos_name {
  position: absolute;
}
@media print, screen and (max-width: 1281px) {
  .index .index_intro .index_intro_tocos .index_intro_tocos_name {
    width: 50%;
    bottom: 0;
    right: 10%;
  }
}
@media only screen and (min-width: 1281px) {
  .index .index_intro .index_intro_tocos .index_intro_tocos_name {
    width: 43.37%;
    bottom: 0;
    right: 0;
  }
}
.index .index_intro .index_intro_tocos .index_intro_tocos_voice {
  position: absolute;
}
@media print, screen and (max-width: 1281px) {
  .index .index_intro .index_intro_tocos .index_intro_tocos_voice {
    width: 50%;
    top: 10%;
    right: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .index .index_intro .index_intro_tocos .index_intro_tocos_voice {
    width: 37.35%;
    top: 43%;
    right: 0;
  }
}
/*キャンペーンバナー追加*/
.index .index_intro .index_intro_friend {
  position: absolute;
}
@media only screen and (max-width: 480px) {
  .index .index_intro .index_intro_friend {
    width: 60%;
    bottom: 1%;
    left: 4%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1019px) {
  .index .index_intro .index_intro_friend {
    width: 45%;
    bottom: 1%;
    left: 3%;
    display: none
  }
  .friends {
    text-align: center;
    overflow: hidden;
    ;
    width: 100%;
    display: block;
    padding-top: 10px
  }
}
@media only screen and (min-width: 1020px) and (max-width: 1280px) {
  .index .index_intro .index_intro_friend {
    width: 24%;
    bottom: 1%;
    left: 1%;
  }
  .index .index_intro .index_intro_friend img {
    width: 120%;
    bottom: 1%;
    left: 1%;
  }
}
@media only screen and (min-width: 1281px) {
  .index .index_intro .index_intro_friend {
    width: 15%;
    max-width: 249px;
    bottom: 0%;
    right: 77%;
  }
}
@media print, screen and (max-width: 1281px) {
  .index .index_intro .index_intro_friend .index_intro_friend_main {
    width: 55%;
  }
}
@media only screen and (min-width: 1281px) {
  .index .index_intro .index_intro_friend .index_intro_friend_main {
    width: 73.9%;
  }
}
@media only screen and (min-width: 1019px) {
  .friends {
    text-align: center;
    overflow: hidden;
    display: none;
    margin: 20px auto;
    width: 100%
  }
}
.friends img {
  z-index: 5;
  max-width: 380px;
  width: 80%;
  height: auto;
  bottom: 1%
}
/*キャンペーンバナー追加ここまで*/
.index .index_information {
  background: url("../img/index/index_information_bg.png") center top repeat-x;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .index .index_information {
    background-size: contain;
    padding-bottom: 2%;
  }
}
@media only screen and (min-width: 481px) {
  .index .index_information {
    padding-bottom: 7%;
  }
}
@media only screen and (min-width: 769px) {
  .index .index_information {
    padding-bottom: 30px;
  }
}
.index .index_information .index_information_title {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .index .index_information .index_information_title {
    width: 53%;
    padding: 5% 0 2% 0;
  }
}
@media only screen and (min-width: 769px) {
  .index .index_information .index_information_title {
    width: 471px;
    padding: 40px 0;
  }
}
.index .index_information .index_information_title img {
  width: 100%;
  display: block;
}
.index .index_information .index_information_box {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 1308px) {
  .index .index_information .index_information_box {
    width: 1200px;
  }
}
.index .index_information .index_information_box:after {
  content: url(../img/index/index_information_ornament_b.png);
  position: absolute;
  left: 80%;
  top: -120px;
}
@media only screen and (max-width: 768px) {
  .index .index_information .index_information_box:after {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .index .index_information .index_information_box:after {
    top: -110px;
    max-width: 80px;
  }
}
.index .index_information .index_information_box:before {
  content: "";
  width: 15%;
  max-width: 146px;
  padding-top: 12%;
  overflow: auto;
  background: url(../img/index/index_information_ornament_a.png) center center no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -70px;
  left: -12%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .index .index_information .index_information_box:before {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .index .index_information .index_information_box:before {
    top: -115px;
    max-width: 120px;
    left: 10%;
  }
}
@media print, screen and (min-width: 1281px) {
  .index .index_information .index_information_box:before {
    top: -7%;
  }
}
.index .index_information .index_information_wrap {
  overflow: auto;
  position: relative;
  height: 170px;
  margin-bottom: 2em;
}
.index .index_information .index_information_wrap2 {
  overflow: auto;
  position: relative;
  height: 389px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 480px) {
  .index .index_information .index_information_wrap {
    height: 130px;
    width: 100%;
  }
  .index .index_information .index_information_wrap2 {
    overflow: auto;
    position: relative;
    height: 170px;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 481px) {
  .index .index_information .index_information_wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 807px) {
  .index .index_information .index_information_wrap {
    width: 49%;
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1308px) {
  .index .index_information .index_information_wrap {
    width: 586px;
  }
}
.index .index_information .index_information_wrap ul {
  width: 100%;
  font-size: 16px;
  border-top: 2px solid #e5ff1f;
  border-bottom: 2px solid #e5ff1f;
  text-align: left
}
@media only screen and (max-width: 480px) {
  .index .index_information .index_information_wrap ul {
    font-size: 13px;
  }
}
.index .index_information .index_information_wrap ul li {
  width: 100%;
  padding: 8.3px 0;
  border-bottom: 2px solid #e5ff1f;
}
@media only screen and (max-width: 480px) {
  .index .index_information .index_information_wrap ul li {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 1308px) {
  .index .index_information .index_information_wrap ul li {
    padding: 7px 0;
  }
}
.index .index_information .index_information_wrap ul li:last-child {
  border-bottom: 0px;
}
.index .index_information .index_information_wrap ul li a {
  text-decoration: none;
}
.index .index_information .index_information_wrap ul li span {
  padding-right: 30px;
  color: #333;
}
.index .index_information .index_information_wrap ul li span:before {
  padding-right: 5px;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f054";
  color: #0094b8;
}
@media only screen and (max-width: 480px) {
  .index .index_information .index_information_wrap ul li span {
    padding-right: 10px;
  }
}
.index .index_information .index_event_wrap {
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .index .index_information .index_event_wrap {
    width: 100%;
  }
  .index .index_information .index_event_wrap > li {
    width: 48%;
  }
  .index .index_information .index_event_wrap > li:first-child {
    float: left;
    margin-left: 0;
  }
  .index .index_information .index_event_wrap > li:last-child {
    float: right;
  }
}
@media only screen and (min-width: 807px) {
  .index .index_information .index_event_wrap {
    width: 49%;
    max-width: 586px;
    float: right;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1245px) {
  .index .index_information .index_event_wrap > li {
    width: 273px;
  }
}
@media only screen and (min-width: 1308px) {
  .index .index_information .index_event_wrap {
    width: 586px;
  }
  .index .index_information .index_event_wrap > li:last-child {
    margin-right: 14px;
  }
}
.index .index_information .index_event_wrap #sale_modal_open dd, .index .index_information .index_event_wrap #find_tocos_modal_open dd {
  display: none;
}
.index .index_information .index_event_wrap #find_tocos_modal_open2 dd {
  display: none;
}
.index .index_information .index_event_wrap #find_tocos_modal_open3 dd {
  display: none;
}
.index .index_information .index_event_wrap #find_tocos_modal_open4 dd {
  display: none;
}
@media only screen and (max-width: 480px) {
  .index .index_information .index_event_wrap #sale_modal_open dd, .index .index_information .index_event_wrap #find_tocos_modal_open dd {
    display: block;
  }
  .index .index_information .index_event_wrap #find_tocos_modal_open2 dd {
    display: block;
  }
.index .index_information .index_event_wrap #find_tocos_modal_open3 dd {
    display: block;
  }
	.index .index_information .index_event_wrap #find_tocos_modal_open4 dd {
    display: block;
  }
}
.index .index_information .index_event_wrap .index_event_eventBlock {
  position: relative;
}
.index .index_information .index_event_wrap .index_event_eventBlock.disabled:before {
  content: "";
  display: block;
  background: url(../img/index/index_event_comingsoon.png) center center no-repeat;
  position: absolute;
  z-index: 1;
  background-size: 100%;
}
@media only screen and (max-width: 480px) {
  .index .index_information .index_event_wrap .index_event_eventBlock.disabled:before {
    width: 30%;
    padding-top: 5%;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
  }
}
@media print, only screen and (min-width: 481px) {
  .index .index_information .index_event_wrap .index_event_eventBlock.disabled:before {
    width: 160px;
    max-width: 90%;
    margin-top: 33%;
    padding-top: 12.8766%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.index .index_information .index_event_wrap .index_event_eventBlock.disabled > dt {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.index .index_information .index_event_wrap .index_event_eventBlock > dt {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.index .index_information .index_event_wrap .index_event_eventBlock > dt .index_event_eventBlock_thumb {
  border: 3px solid #0094b8;
  border-radius: 10px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .index .index_information .index_event_wrap .index_event_eventBlock > dt .index_event_eventBlock_thumb {
    border: 2px solid #0094b8;
  }
}
.index .index_information .index_event_wrap .index_event_eventBlock > dt .index_event_eventBlock_badge {
  position: absolute;
  top: -20px;
}
@media only screen and (max-width: 480px) {
  .index .index_information .index_event_wrap .index_event_eventBlock > dt .index_event_eventBlock_badge {
    width: 30%;
    left: -5px;
    top: -10px;
  }
}
@media print, only screen and (min-width: 481px) {
  .index .index_information .index_event_wrap .index_event_eventBlock > dt .index_event_eventBlock_badge {
    width: 25.94%;
    right: -15px;
  }
}
.index .index_information .index_event_wrap .index_event_eventBlock > dt .index_event_eventBlock_badge.coming {
  animation: flash_badge 1s 1s infinite alternate;
}
.index .index_information .index_event_wrap .index_event_eventBlock > dd {
  position: absolute;
  bottom: 10px;
}
.index .index_information .index_event_wrap .index_event_eventBlock > dd p {
  font-size: 11px;
  color: #fff;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 4px #000;
}
.index .index_information .index_event_wrap .index_event_eventBlock > dd p:before {
  padding-right: 5px;
  display: inline;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f054";
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .index .index_information .index_event_wrap .index_event_eventBlock {
    margin-bottom: 4%;
    position: relative;
  }
  .index .index_information .index_event_wrap .index_event_eventBlock > dt {
    width: 40%;
    margin-right: 2%;
    float: left;
  }
  .index .index_information .index_event_wrap .index_event_eventBlock > dt:before {
    top: 5%;
    left: 5%;
  }
  .index .index_information .index_event_wrap .index_event_eventBlock > dd {
    width: 58%;
    float: right;
    position: static;
    margin-left: 0 !important;
  }
  .index .index_information .index_event_wrap .index_event_eventBlock > dd p {
    font-size: 14px;
    font-weight: normal;
    margin-left: 0.5em;
    margin-top: 1.8em;
    text-shadow: 0 0 0 #000;
    color: #0094b8;
  }
}
@media only screen and (max-width: 480px) and (max-width: 360px) {
  .index .index_information .index_event_wrap .index_event_eventBlock > dd p {
    letter-spacing: -0.08em;
  }
}
@media only screen and (max-width: 480px) {
  .index .index_information .index_event_wrap .index_event_eventBlock > dd p .date {
    font-size: 1rem;
  }
  .index .index_information .index_event_wrap .index_event_eventBlock > dd p:before {
    padding-right: 5px;
    display: inline;
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f054";
    color: #0094b8;
  }
}
@media print, only screen and (min-width: 481px) {
  .index .index_information .index_event_wrap .index_event_eventBlock > dt:before {
    top: 5%;
    left: 5%;
  }
  .index .index_information .index_event_wrap .index_event_eventBlock > dd p {
    margin-top: 0;
    font-size: 13px;
  }
}
@media print, only screen and (min-width: 534px) {
  .index .index_information .index_event_wrap .index_event_eventBlock > dd p {
    font-size: 15px;
    margin-left: 1em;
  }
}
@media print, only screen and (min-width: 769px) {
  .index .index_information .index_event_wrap .index_event_eventBlock > dd p {
    font-size: 13px;
    margin-left: 1em;
  }
}
@media print, only screen and (min-width: 1280px) {
  .index .index_information .index_event_wrap .index_event_eventBlock > dd p {
    font-size: 15px;
    margin-left: 2em;
  }
}
.index .index_information .index_event_wrap a:hover {
  color: #0094b8;
  text-decoration: none;
}
.index .index_information .index_event_wrap a:hover > * {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.index .index_information .index_event_wrap a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .index_menu {
  background-image: url(../img/index/index_menu_bg.png);
  position: relative;
  margin-bottom: 7px;
}
@media only screen and (max-width: 480px) {
  .index .index_menu {
    background-size: 92px;
    margin-bottom: 4px;
  }
}
.index .index_menu .index_menu_header {
  background: url(../img/index/index_menu_header.png) center top repeat-x;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .index .index_menu .index_menu_header {
    padding-top: 6px;
  }
}
@media print, only screen and (min-width: 481px) {
  .index .index_menu .index_menu_header {
    padding-top: 12px;
  }
}
.index .index_menu .index_menu_footer {
  background: url(../img/index/index_menu_footer.png) center top repeat-x;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .index .index_menu .index_menu_footer {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .index .index_menu .index_menu_footer {
    margin-bottom: 1%;
  }
}
@media print, only screen and (min-width: 481px) {
  .index .index_menu .index_menu_footer {
    margin-top: 30px;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .index .index_menu .index_menu_title {
    width: 50%;
    margin: 3% auto 2% auto;
  }
}
@media only screen and (min-width: 769px) {
  .index .index_menu .index_menu_title {
    width: 414px;
    margin: 40px auto 30px auto;
  }
}
.index .index_menu .index_menu_title img {
  width: 100%;
  display: block;
}
.index .index_menu .index_menu_menuArea {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.index .index_menu .index_menu_menuArea > li {
  text-align: center;
  float: left;
  position: relative;
}
.index .index_menu .index_menu_menuArea > li img {
  width: 100%;
}
.index .index_menu .index_menu_menuArea > li a {
  display: block;
}
.index .index_menu .index_menu_menuArea > li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .index_menu .index_menu_menuArea > li .index_menu_contactImg {
  width: 74%;
  animation: rotate-10_10_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_menuArea > li .index_menu_telImg {
  margin: 0 auto 4.5% auto;
  text-align: center;
}
.index .index_menu .index_menu_menuArea > li .index_menu_telImg img {
  width: 83%;
  max-width: 330px;
}
.index .index_menu .index_menu_menuArea > li .index_menu_contactBtn img {
  width: 85.9%;
  padding-bottom: 1.25%;
}
.index .index_menu .index_menu_menuArea > li .index_menu_btn_ornament {
  position: absolute;
}
.index .index_menu .index_menu_menuArea > li .index_menu_btn_ornament.our_homeBtn_ornament_a {
  width: 36.44%;
  top: 0;
  left: 0;
  animation: rotate-10_10_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_menuArea > li .index_menu_btn_ornament.planBtn_ornament_a {
  width: 24.41%;
  top: -1.61%;
  right: -0.85%;
  animation: rotate45_left_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_menuArea > li .index_menu_btn_ornament.specBtn_ornament_a {
  width: 27.20%;
  top: 6.45%;
  left: 5.18%;
  animation: rotate45_left_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_menuArea > li .index_menu_btn_ornament.flowBtn_ornament_a {
  width: 15.28%;
  top: 55.16%;
  left: 6.48%;
  animation: rotate45_left_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_menuArea > li .index_menu_btn_ornament.qaBtn_ornament_a {
  width: 20.73%;
  top: 38.39%;
  left: 39.9%;
  animation: rotate10_-10_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_menuArea > li .index_menu_btn_ornament.saleBtn_ornament_a {
  width: 21.24%;
  top: 6.13%;
  right: 6.74%;
  animation: rotate45_left_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_menuArea > li .index_menu_btn_ornament.contactImg_ornament_a {
  width: 10.62%;
  top: 32.9%;
  left: -1.81%;
  animation: rotate45_left_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_menuArea > li .index_menu_btn_ornament.contactImg_ornament_b {
  width: 6.74%;
  top: 47.55%;
  left: 77.98%;
  animation: rotate45_left_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_menuArea > li .index_menu_btn_ornament.contactImg_ornament_c {
  width: 10.36%;
  top: -2.25%;
  right: 0%;
  animation: rotate45_right_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_menuArea.twoColumn {
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .index .index_menu .index_menu_menuArea.twoColumn {
    width: 92%;
  }
  .index .index_menu .index_menu_menuArea.twoColumn > li {
    margin-bottom: 4.35%;
  }
}
@media only screen and (min-width: 481px) {
  .index .index_menu .index_menu_menuArea.twoColumn {
    width: 90%;
  }
  .index .index_menu .index_menu_menuArea.twoColumn > li {
    width: 48.96%;
    margin: 0 2.08% 2.08% 0;
  }
  .index .index_menu .index_menu_menuArea.twoColumn > li:nth-child(2n) {
    margin-right: 0;
  }
}
.index .index_menu .index_menu_menuArea.threeColumn {
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .index .index_menu .index_menu_menuArea.threeColumn {
    width: 92%;
  }
  .index .index_menu .index_menu_menuArea.threeColumn > li {
    width: 47.825%;
    margin: 0 4.35% 4.35% 0;
  }
  .index .index_menu .index_menu_menuArea.threeColumn > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 481px) {
  .index .index_menu .index_menu_menuArea.threeColumn {
    width: 90%;
  }
  .index .index_menu .index_menu_menuArea.threeColumn > li {
    width: 31.947%;
    margin: 0 2.08% 2.08% 0;
  }
  .index .index_menu .index_menu_menuArea.threeColumn > li:nth-child(3n) {
    margin-right: 0;
  }
}
.index .index_menu .index_menu_ornament {
  position: absolute;
}
.index .index_menu .index_menu_ornament.ornament_a {
  width: 5.42%;
  right: 91%;
  top: 13%;
  animation: rotate45_left_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_ornament.ornament_b {
  width: 18.5%;
  right: 80%;
  top: 46%;
}
.index .index_menu .index_menu_ornament.ornament_c {
  width: 5.58%;
  right: 91%;
  top: 93%;
  animation: rotate45_left_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_ornament.ornament_d {
  width: 2.67%;
  right: 50%;
  bottom: 1%;
  animation: rotate45_right_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_ornament.ornament_e {
  width: 18.42%;
  left: 81%;
  top: 5%;
}
.index .index_menu .index_menu_ornament.ornament_f {
  width: 2.5%;
  left: 93%;
  top: 32%;
  animation: rotate45_right_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_ornament.ornament_g {
  width: 5.75%;
  left: 91%;
  top: 55%;
  animation: rotate45_left_2f 1s steps(2) 0s infinite alternate;
}
.index .index_menu .index_menu_ornament.ornament_h {
  width: 15.08%;
  left: 84%;
  bottom: 2%;
}
.index .index_menu .index_menu_ornament > img {
  max-width: 100%;
}
@keyframes rotate45_right_2f {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes rotate45_left_2f {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes rotate-10_10_2f {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes rotate10_-10_2f {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes flash_badge {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#sale_modal_open {
  cursor: pointer;
}
#sale_modal_open:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#sale_modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}
#sale_modal {
  display: none;
  position: fixed;
  z-index: 200;
  background: url("../img/sale/sale_bg1.jpg") repeat;
  background-size: 1130px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 2%;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  #sale_modal {
    max-width: 90%;
  }
}
#sale_modal h2 {
  text-align: center;
  margin: 0 auto 1em auto;
  width: 100%;
}
@media only screen and (max-width: 699px) {
  #sale_modal h2 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  #sale_modal h2.pc {
    display: none;
  }
}
#sale_modal h2.pc img {
  width: 100%;
  max-width: 636px;
}
#sale_modal h2.sp {
  display: none;
}
#sale_modal h2.sp img {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  #sale_modal h2.sp {
    display: block;
    max-width: 90%;
    margin: 0 auto 0.3em auto;
  }
}
@media only screen and (max-width: 360px) {
  #sale_modal h2.sp {
    margin: 0 auto 0.1em auto;
  }
}
#sale_modal h2.sp img {
  width: 100%;
  max-width: 260px;
}
#sale_modal .text {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 1em auto;
}
#sale_modal .text br.sp {
  display: none;
}
#sale_modal .text span {
  color: #e5320f;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 699px) {
  #sale_modal .text {
    width: 90%;
    font-size: 15px;
    text-align: left;
  }
  #sale_modal .text span {
    font-size: 16px;
  }
  #sale_modal .text br.sp {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #sale_modal .text {
    font-size: 14px;
    margin: 0 auto 0.5em auto;
    line-height: 1.1;
    text-align: center;
  }
  #sale_modal .text span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  #sale_modal .text {
    margin: 0 auto 0.2em auto;
  }
  #sale_modal .text span {
    font-size: 10px;
  }
}
#sale_modal .sale_present {
  width: 80%;
  margin: 3% auto 2% auto;
  background: #FFF;
  padding: 2%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #0094b8;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 699px) {
  #sale_modal .sale_present {
    width: 90%;
    margin: 3% auto 4% auto;
  }
}
#sale_modal .sale_present p.present_text {
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 699px) {
  #sale_modal .sale_present p.present_text {
    font-size: 15px;
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present p.present_text {
    font-size: 12px;
    width: 75%;
  }
}
@media only screen and (max-width: 699px) {
  #sale_modal .sale_present p.present_text br {
    display: none;
  }
}
#sale_modal .sale_present p.character {
  position: absolute;
  right: 2%;
  top: -20%;
  width: 88px;
}
@media only screen and (max-width: 699px) {
  #sale_modal .sale_present p.character {
    width: 70px;
    top: -15%;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present p.character {
    width: 65px;
    top: -5%;
  }
}
#sale_modal .sale_present p.character img {
  max-width: 100%;
}
#sale_modal .sale_present_1803 {
  width: 100%;
  overflow: hidden;
  margin: 3% auto 2% auto;
  background: #FFF;
  padding: 2%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 15px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 699px) {
  #sale_modal .sale_present_1803 {
    width: 90%;
    margin: 3% auto 4% auto;
  }
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 {
    padding: 1% 3% 2% 3%;
    margin: 0 auto 1% auto;
  }
}
@media only screen and (max-width: 320px) {
  #sale_modal .sale_present_1803 {
    padding: 1% 2%;
  }
}
#sale_modal .sale_present_1803 p.lead {
  padding-bottom: 0.7em;
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 p.lead {
    font-size: 12px;
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 320px) {
  #sale_modal .sale_present_1803 p.lead {
    line-height: 1;
  }
}
#sale_modal .sale_present_1803 div.sale_present_tit {
  padding: 0 0 0.8em 0;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 div.sale_present_tit {
    padding: 0 0 0.3em 0;
  }
}
#sale_modal .sale_present_1803 div.sale_present_tit h3 {
  float: left;
  text-align: left;
  width: 60%;
  font-size: 12px;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 div.sale_present_tit h3 {
    float: none;
    width: 100%;
    padding: 0 0 0.2em 0;
    text-align: center;
  }
}
#sale_modal .sale_present_1803 div.sale_present_tit h3 img {
  width: 100%;
  max-width: 418px;
}
#sale_modal .sale_present_1803 div.sale_present_tit p {
  float: right;
  text-align: right;
  width: 38%;
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 div.sale_present_tit p {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 0 0.2em 0;
  }
}
#sale_modal .sale_present_1803 div.sale_present_tit p img {
  width: 100%;
  max-width: 288.5px;
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 div.sale_present_tit p img {
    width: 85%;
  }
}
#sale_modal .sale_present_1803 div.present_text {
  float: left;
  width: 54%;
  font-size: 16px;
  padding-right: 2%;
}
@media only screen and (max-width: 699px) {
  #sale_modal .sale_present_1803 div.present_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 div.present_text {
    font-size: 12px;
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 699px) {
  #sale_modal .sale_present_1803 div.present_text br {
    display: none;
  }
}
#sale_modal .sale_present_1803 div.present_text .present_wrap {
  width: 100%;
  overflow: hidden;
}
#sale_modal .sale_present_1803 div.present_text .present_wrap p.present_wrap_img {
  padding-bottom: 0.8em;
  text-align: center;
}
#sale_modal .sale_present_1803 div.present_text .present_wrap p.present_wrap_img img {
  width: 100%;
  max-width: 195px;
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 div.present_text .present_wrap p.present_wrap_img {
    padding-bottom: 0.5em;
  }
  #sale_modal .sale_present_1803 div.present_text .present_wrap p.present_wrap_img img {
    max-width: 170px;
  }
}
@media only screen and (max-width: 360px) {
  #sale_modal .sale_present_1803 div.present_text .present_wrap p.present_wrap_img {
    padding-bottom: 0.2em;
  }
  #sale_modal .sale_present_1803 div.present_text .present_wrap p.present_wrap_img img {
    max-width: 110px;
  }
}
#sale_modal .sale_present_1803 div.present_text .present_wrap p.present_wrap_text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 div.present_text .present_wrap p.present_wrap_text {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 360px) {
  #sale_modal .sale_present_1803 div.present_text .present_wrap p.present_wrap_text {
    font-size: 11px;
    line-height: 1.3;
  }
}
#sale_modal .sale_present_1803 .present_map {
  float: right;
  width: 46%;
  text-align: center;
}
#sale_modal .sale_present_1803 .present_map p.area {
  color: #0094b8;
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 .present_map p.area {
    font-size: 16px;
    padding-bottom: 0;
    line-height: 1;
  }
}
@media only screen and (max-width: 360px) {
  #sale_modal .sale_present_1803 .present_map p.area {
    font-size: 12px;
  }
}
#sale_modal .sale_present_1803 .present_map p img {
  width: 100%;
  max-width: 351.5px;
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 .present_map p.pc {
    display: none;
  }
}
#sale_modal .sale_present_1803 .present_map p.sp {
  display: none;
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 .present_map p.sp {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #sale_modal .sale_present_1803 .present_map {
    width: 100%;
    margin: 0.1em auto 0 auto;
  }
  #sale_modal .sale_present_1803 .present_map p img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 360px) {
  #sale_modal .sale_present_1803 .present_map p img {
    max-width: 50%;
  }
}
#sale_modal h3 {
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  padding: 0 32px 0.4em 32px;
  color: #E5320F;
}
@media print, screen and (max-width: 699px) {
  #sale_modal h3 {
    font-size: 18px;
    padding: 0 28px 0.5em 28px;
  }
}
#sale_modal h3 .ornament {
  display: block;
  position: absolute;
  top: 0;
}
#sale_modal h3 .ornament.star1 {
  left: 0;
  width: 28px;
  animation: rotate45_right_2f 1s steps(2) 0s infinite alternate;
}
@media print, screen and (max-width: 699px) {
  #sale_modal h3 .ornament.star1 {
    top: 3px;
    width: 25px;
  }
}
#sale_modal h3 .ornament.star2 {
  right: 0;
  width: 28px;
  animation: rotate45_left_2f 1s steps(2) 0s infinite alternate;
}
@media print, screen and (max-width: 699px) {
  #sale_modal h3 .ornament.star2 {
    top: 3px;
    width: 25px;
  }
}
#sale_modal h3 .ornament img {
  max-width: 100%;
}
@keyframes rotate45_right_2f {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes rotate45_left_2f {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}
#sale_modal ul.area {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 699px) {
  #sale_modal ul.area {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #sale_modal ul.area {
    width: 90%;
  }
}
#sale_modal ul.area li {
  width: 49%;
  margin: 0 auto;
  border: 3px solid #0094b8;
  background: #FFF url("../img/common/line_01.png");
  background-size: 3px;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 699px) {
  #sale_modal ul.area li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
#sale_modal ul.area li:hover {
  background-image: none;
}
#sale_modal ul.area li a {
  display: block;
  color: #0094b8;
  text-decoration: none;
  padding: 2% 0;
  background: url("../img/index/sale_pop_arrow.png") 5px center no-repeat;
  background-size: 11px;
}
#sale_modal ul.close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 38px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  #sale_modal ul.close {
    width: 30px;
  }
}
#sale_modal ul.close img {
  width: 100%;
}
#seminar_modal, #find_tocos_modal, #find_tocos_modal2, #find_tocos_modal3 {
  display: none;
  position: fixed;
  z-index: 200;
  background: url("../img/sale/sale_bg1.jpg") repeat;
  background-size: 1130px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 2%;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  #seminar_modal, #find_tocos_modal, #find_tocos_modal2, #find_tocos_modal3 {
    max-width: 90%;
  }
}
#seminar_modal h2, #find_tocos_modal h2, #find_tocos_modal2 h2, #find_tocos_modal3 h2 {
  text-align: center;
  margin: 0 auto 1em auto;
  width: 100%;
}
@media only screen and (max-width: 699px) {
  #seminar_modal h2, #find_tocos_modal h2, #find_tocos_modal2 h2, #find_tocos_modal3 h2 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  #seminar_modal h2.pc, #find_tocos_modal h2.pc, #find_tocos_modal2 h2.pc, #find_tocos_modal3 h2.pc {
    display: none;
  }
}
#seminar_modal h2.pc img, #find_tocos_modal h2.pc img, #find_tocos_modal2 h2.pc img, #find_tocos_modal3 h2.pc img {
  width: 100%;
  max-width: 637.5px;
}
#seminar_modal h2.sp, #find_tocos_modal h2.sp, #find_tocos_modal2 h2.sp, #find_tocos_modal3 h2.sp {
  display: none;
}
#seminar_modal h2.sp img, #find_tocos_modal h2.sp img, #find_tocos_modal2 h2.sp img, #find_tocos_modal3 h2.sp img {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  #seminar_modal h2.sp, #find_tocos_modal h2.sp, #find_tocos_modal2 h2.sp, #find_tocos_modal3 h2.sp {
    display: block;
    max-width: 90%;
    margin: 0 auto 0.3em auto;
  }
}
@media only screen and (max-width: 360px) {
  #seminar_modal h2.sp, #find_tocos_modal h2.sp, #find_tocos_modal2 h2.sp, #find_tocos_modal3 h2.sp {
    margin: 0 auto 0.1em auto;
  }
}
#seminar_modal h2.sp img, #find_tocos_modal h2.sp img, #find_tocos_modal2 h2.sp img, #find_tocos_modal3 h2.sp img {
  width: 100%;
  max-width: 278.5px;
}
@media only screen and (max-width: 480px) {
  #seminar_modal h2.sp img, #find_tocos_modal h2.sp img, #find_tocos_modal2 h2.sp img, #find_tocos_modal3 h2.sp img {
    max-width: 240px;
  }
}
@media only screen and (max-width: 360px) {
  #seminar_modal h2.sp img, #find_tocos_modal h2.sp img, #find_tocos_modal2 h2.sp img, #find_tocos_modal3 h2.sp img {
    max-width: 180px;
  }
}
#seminar_modal .text, #find_tocos_modal .text, #find_tocos_modal2 .text, #find_tocos_modal3 .text {
  text-align: center;
  font-size: 14px;
  margin: 0 auto 1em auto;
}
#seminar_modal .text br.sp, #find_tocos_modal .text br.sp, #find_tocos_modal2 .text br.sp, #find_tocos_modal3 .text br.sp {
  display: none;
}
#seminar_modal .text span, #find_tocos_modal .text span, #find_tocos_modal2 .text span, #find_tocos_modal3 .text span {
  font-weight: bold;
}
#seminar_modal .text span.time, #find_tocos_modal .text span.time, #find_tocos_modal2 .text span.time, #find_tocos_modal3 .text span.time {
  color: #e5320f;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .text span.time, #find_tocos_modal .text span.time, #find_tocos_modal2 .text span.time, #find_tocos_modal3 .text span.time {
    font-size: 13px;
  }
}
@media only screen and (max-width: 360px) {
  #seminar_modal .text span.time, #find_tocos_modal .text span.time, #find_tocos_modal2 .text span.time, #find_tocos_modal3 .text span.time {
    font-size: 12px;
  }
}
#seminar_modal .text span.place, #find_tocos_modal .text span.place, #find_tocos_modal2 .text span.place, #find_tocos_modal3 .text span.place {
  font-size: 12px;
  color: #e5320f;
  font-weight: normal;
}
#seminar_modal .text a, #find_tocos_modal .text a, #find_tocos_modal2 .text a, #find_tocos_modal3 .text a {
  display: inline-block;
  background: #0094b8;
  font-weight: bold;
  padding: 3px 5px;
  margin: 0 0 0 0.2em;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  text-decoration: none;
}
#seminar_modal .text a:hover, #find_tocos_modal .text a:hover, #find_tocos_modal2 .text a:hover, #find_tocos_modal3 .text a:hover {
  background: #FFF;
  color: #0094b8;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .text a, #find_tocos_modal .text a, #find_tocos_modal2 .text a, #find_tocos_modal3 .text a {
    font-size: 12px;
    padding: 2px 4px;
  }
}
@media only screen and (max-width: 699px) {
  #seminar_modal .text, #find_tocos_modal .text, #find_tocos_modal2 .text, #find_tocos_modal3 .text {
    width: 90%;
    text-align: left;
  }
  #seminar_modal .text br.pc, #find_tocos_modal .text br.pc, #find_tocos_modal2 .text br.pc, #find_tocos_modal3 .text br.pc {
    display: none;
  }
  #seminar_modal .text br.sp, #find_tocos_modal .text br.sp, #find_tocos_modal2 .text br.sp, #find_tocos_modal3 .text br.sp {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #seminar_modal .text, #find_tocos_modal .text, #find_tocos_modal2 .text, #find_tocos_modal3 .text {
    width: 95%;
    font-size: 13px;
    margin: 0 auto 0.5em auto;
  }
  #seminar_modal .text span, #find_tocos_modal .text span, #find_tocos_modal2 .text span, #find_tocos_modal3 .text span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  #seminar_modal .text, #find_tocos_modal .text, #find_tocos_modal2 .text, #find_tocos_modal3 .text {
    margin: 0 auto 0.2em auto;
    font-size: 12px;
    line-height: 1.1 !important;
    letter-spacing: -0.05em;
  }
}
#seminar_modal .events, #find_tocos_modal .events, #find_tocos_modal2 .events, #find_tocos_modal3 .events {
  width: 100%;
}
#seminar_modal .events article, #find_tocos_modal .events article, #find_tocos_modal2 .events article, #find_tocos_modal3 .events article {
  width: 100%;
  padding: 2%;
  background: #FFF;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto 1em auto;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article, #find_tocos_modal .events article, #find_tocos_modal2 .events article, #find_tocos_modal3 .events article {
    margin: 0 auto 0.8em auto;
  }
}
@media only screen and (max-width: 360px) {
  #seminar_modal .events article, #find_tocos_modal .events article, #find_tocos_modal2 .events article, #find_tocos_modal3 .events article {
    margin: 0 auto 0.5em auto;
  }
}
#seminar_modal .events article p, #find_tocos_modal .events article p, #find_tocos_modal2 .events article p, #find_tocos_modal3 .events article p {
  font-size: 13px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 360px) {
  #seminar_modal .events article p, #find_tocos_modal .events article p, #find_tocos_modal2 .events article p, #find_tocos_modal3 .events article p {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.08em;
  }
}
#seminar_modal .events article h3, #find_tocos_modal .events article h3, #find_tocos_modal2 .events article h3, #find_tocos_modal3 .events article h3 {
  position: absolute;
  left: 2%;
  font-size: 15px;
  color: #0094b8;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article h3, #find_tocos_modal .events article h3, #find_tocos_modal2 .events article h3, #find_tocos_modal3 .events article h3 {
    position: static;
    font-size: 13px;
    letter-spacing: -0.08em;
  }
}
@media only screen and (max-width: 360px) {
  #seminar_modal .events article h3, #find_tocos_modal .events article h3, #find_tocos_modal2 .events article h3, #find_tocos_modal3 .events article h3 {
    font-size: 12px;
    line-height: 1.1;
    padding: 0 0 0.2em 1.5em !important;
  }
}
#seminar_modal .events article.event1 h3, #find_tocos_modal .events article.event1 h3, #find_tocos_modal2 .events article.event1 h3, #find_tocos_modal3 .events article.event1 h3 {
  top: -1em;
  padding: 1.3em 0 0 1.5em;
  background: url("../img/index/seminar_pop_icon1.png") left top no-repeat;
  background-size: 28px;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article.event1 h3, #find_tocos_modal .events article.event1 h3, #find_tocos_modal2 .events article.event1 h3, #find_tocos_modal3 .events article.event1 h3 {
    top: 0;
    padding: 0 0 0 1.5em;
    background-size: 13px;
  }
}
#seminar_modal .events article.event1 .wrap, #find_tocos_modal .events article.event1 .wrap, #find_tocos_modal2 .events article.event1 .wrap, #find_tocos_modal3 .events article.event1 .wrap {
  width: 100%;
  padding: 1.5em 0 0 0;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article.event1 .wrap, #find_tocos_modal .events article.event1 .wrap, #find_tocos_modal2 .events article.event1 .wrap, #find_tocos_modal3 .events article.event1 .wrap {
    padding: 0 0 0 0;
  }
}
#seminar_modal .events article.event1 .wrap div.item, #find_tocos_modal .events article.event1 .wrap div.item, #find_tocos_modal2 .events article.event1 .wrap div.item, #find_tocos_modal3 .events article.event1 .wrap div.item {
  text-align: left;
}
#seminar_modal .events article.event1 .wrap div.item h4, #find_tocos_modal .events article.event1 .wrap div.item h4, #find_tocos_modal2 .events article.event1 .wrap div.item h4, #find_tocos_modal3 .events article.event1 .wrap div.item h4 {
  color: #e5320f;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 0 0;
  margin: 0 0 0.1em 0;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article.event1 .wrap div.item h4, #find_tocos_modal .events article.event1 .wrap div.item h4, #find_tocos_modal2 .events article.event1 .wrap div.item h4, #find_tocos_modal3 .events article.event1 .wrap div.item h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  #seminar_modal .events article.event1 .wrap div.item h4, #find_tocos_modal .events article.event1 .wrap div.item h4, #find_tocos_modal2 .events article.event1 .wrap div.item h4, #find_tocos_modal3 .events article.event1 .wrap div.item h4 {
    margin: 0 0 0 0;
    font-size: 12px;
  }
}
#seminar_modal .events article.event1 .wrap div.item.l, #find_tocos_modal .events article.event1 .wrap div.item.l, #find_tocos_modal2 .events article.event1 .wrap div.item.l, #find_tocos_modal3 .events article.event1 .wrap div.item.l {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article.event1 .wrap div.item.l, #find_tocos_modal .events article.event1 .wrap div.item.l, #find_tocos_modal2 .events article.event1 .wrap div.item.l, #find_tocos_modal3 .events article.event1 .wrap div.item.l {
    float: none;
    width: 100%;
  }
}
#seminar_modal .events article.event1 .wrap div.item.r, #find_tocos_modal .events article.event1 .wrap div.item.r, #find_tocos_modal2 .events article.event1 .wrap div.item.r, #find_tocos_modal3 .events article.event1 .wrap div.item.r {
  width: 46%;
  float: right;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article.event1 .wrap div.item.r, #find_tocos_modal .events article.event1 .wrap div.item.r, #find_tocos_modal2 .events article.event1 .wrap div.item.r, #find_tocos_modal3 .events article.event1 .wrap div.item.r {
    float: none;
    width: 100%;
  }
}
#seminar_modal .events article.event2, #find_tocos_modal .events article.event2, #find_tocos_modal2 .events article.event2, #find_tocos_modal3 .events article.event2 {
  padding-top: 0;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article.event2, #find_tocos_modal .events article.event2, #find_tocos_modal2 .events article.event2, #find_tocos_modal3 .events article.event2 {
    padding-top: 2%;
  }
}
#seminar_modal .events article.event2 h3, #find_tocos_modal .events article.event2 h3, #find_tocos_modal2 .events article.event2 h3, #find_tocos_modal3 .events article.event2 h3 {
  top: -0.2em;
  left: -1%;
  padding: 0.8em 0 0 2.2em;
  background: url("../img/index/seminar_pop_icon2.png") left top no-repeat;
  background-size: 31px;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article.event2 h3, #find_tocos_modal .events article.event2 h3, #find_tocos_modal2 .events article.event2 h3, #find_tocos_modal3 .events article.event2 h3 {
    top: 0;
    left: 0;
    padding: 0 0 0 1.5em;
    background-size: 15px;
  }
}
#seminar_modal .events article.event2 .wrap, #find_tocos_modal .events article.event2 .wrap, #find_tocos_modal2 .events article.event2 .wrap, #find_tocos_modal3 .events article.event2 .wrap {
  width: 100%;
}
#seminar_modal .events article.event2 .wrap div.item, #find_tocos_modal .events article.event2 .wrap div.item, #find_tocos_modal2 .events article.event2 .wrap div.item, #find_tocos_modal3 .events article.event2 .wrap div.item {
  text-align: left;
}
#seminar_modal .events article.event2 .wrap div.item h4, #find_tocos_modal .events article.event2 .wrap div.item h4, #find_tocos_modal2 .events article.event2 .wrap div.item h4, #find_tocos_modal3 .events article.event2 .wrap div.item h4 {
  color: #e5320f;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 0 0;
  margin: 0 0 0.1em 0;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article.event2 .wrap div.item h4, #find_tocos_modal .events article.event2 .wrap div.item h4, #find_tocos_modal2 .events article.event2 .wrap div.item h4, #find_tocos_modal3 .events article.event2 .wrap div.item h4 {
    letter-spacing: -0.12em;
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  #seminar_modal .events article.event2 .wrap div.item h4, #find_tocos_modal .events article.event2 .wrap div.item h4, #find_tocos_modal2 .events article.event2 .wrap div.item h4, #find_tocos_modal3 .events article.event2 .wrap div.item h4 {
    letter-spacing: -0.15em;
    margin: 0 0 0 0;
    line-height: 1.1;
    font-size: 12px;
  }
}
#seminar_modal .events article.event2 .wrap div.item.l, #find_tocos_modal .events article.event2 .wrap div.item.l {
  position: relative;
  padding-top: 2.5em;
  width: 85%;
  float: left;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article.event2 .wrap div.item.l, #find_tocos_modal .events article.event2 .wrap div.item.l {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.5em;
  }
}
#seminar_modal .events article.event2 .wrap div.item.l span, #find_tocos_modal .events article.event2 .wrap div.item.l span {
  font-weight: bold;
}
#seminar_modal .events article.event2 .wrap div.item.r, #find_tocos_modal .events article.event2 .wrap div.item.r {
  width: 14%;
  padding-top: 1em;
  float: right;
}
@media only screen and (max-width: 480px) {
  #seminar_modal .events article.event2 .wrap div.item.r, #find_tocos_modal .events article.event2 .wrap div.item.r {
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
#seminar_modal .events article.event2 .wrap div.item.r img, #find_tocos_modal .events article.event2 .wrap div.item.r img {
  width: 100%;
  max-width: 84px;
}
@media only screen and (max-width: 360px) {
  #seminar_modal .events article.event2 .wrap div.item.r img, #find_tocos_modal .events article.event2 .wrap div.item.r img {
    max-width: 70px;
  }
}
#seminar_modal .events br.sp, #find_tocos_modal .events br.sp, #find_tocos_modal2 .events br.sp, #find_tocos_modal3 .events br.sp {
  display: none;
}
@media only screen and (max-width: 699px) {
  #seminar_modal .events br.pc, #find_tocos_modal .events br.pc, #find_tocos_modal2 .events br.pc, #find_tocos_modal3 .events br.pc {
    display: none;
  }
  #seminar_modal .events br.sp, #find_tocos_modal .events br.sp, #find_tocos_modal2 .events br.sp, #find_tocos_modal3 .events br.sp {
    display: block;
  }
}
#seminar_modal ul.area, #find_tocos_modal ul.area, #find_tocos_modal2 ul.area, #find_tocos_modal3 ul.area {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 699px) {
  #seminar_modal ul.area, #find_tocos_modal ul.area, #find_tocos_modal2 ul.area, #find_tocos_modal3 ul.area {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #seminar_modal ul.area, #find_tocos_modal ul.area, #find_tocos_modal2 ul.area, #find_tocos_modal3 ul.area {
    width: 95%;
  }
}
#seminar_modal ul.area li, #find_tocos_modal ul.area li, #find_tocos_modal2 ul.area li, #find_tocos_modal3 ul.area li {
  width: 49%;
  margin: 0 auto;
  border: 3px solid #0094b8;
  background: #FFF url("../img/common/line_01.png");
  background-size: 3px;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 699px) {
  #seminar_modal ul.area li, #find_tocos_modal ul.area li, #find_tocos_modal2 ul.area li, #find_tocos_modal3 ul.area li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
#seminar_modal ul.area li:hover, #find_tocos_modal ul.area li:hover, #find_tocos_modal2 ul.area li:hover, #find_tocos_modal3 ul.area li:hover {
  background-image: none;
}
#seminar_modal ul.area li a, #find_tocos_modal ul.area li a, #find_tocos_modal2 ul.area li a, #find_tocos_modal3 ul.area li a {
  display: block;
  color: #0094b8;
  text-decoration: none;
  padding: 2% 0;
  background: url("../img/index/sale_pop_arrow.png") 5px center no-repeat;
  background-size: 11px;
}
#seminar_modal ul.close, #find_tocos_modal ul.close, #find_tocos_modal2 ul.close, #find_tocos_modal3 ul.close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 38px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  #seminar_modal ul.close, #find_tocos_modal ul.close, #find_tocos_modal2 ul.close, #find_tocos_modal3 ul.close {
    width: 30px;
  }
}
#seminar_modal ul.close img, #find_tocos_modal ul.close img, #find_tocos_modal2 ul.close img, #find_tocos_modal3 ul.close img {
  width: 100%;
}
#find_tocos_modal_open {
  cursor: pointer;
}
#find_tocos_modal_open:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#find_tocos_modal_open2 {
  cursor: pointer;
}
#find_tocos_modal_open2:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#find_tocos_modal_open3 {
  cursor: pointer;
}
#find_tocos_modal_open3:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#find_tocos_modal_open4 {
  cursor: pointer;
}
#find_tocos_modal_open4:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#find_tocos_modal,#find_tocos_modal3 {
  display: none;
  position: fixed;
  z-index: 200;
  background: url("../img/index/find_tocos_bg.jpg") repeat;
  background-size: 500px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #0094b8;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 2%;
  text-align: center;
}

					#find_tocos_modal2 {
						display: none;
						position: fixed;
						z-index: 200;
						background: url("../img/index/find_tocos_bg_tottori.gif") repeat;
						
						border-radius: 10px;
						border: 4px solid #0094b8;
						width: 100%;
						max-width: 700px;
						margin: 0 auto;
						padding: 2%;
						text-align: center;
					}

@media only screen and (max-width: 699px) {
  #find_tocos_modal,#find_tocos_modal2,#find_tocos_modal3 {
    max-width: 90%;
  }
}
#find_tocos_modal .wrap,#find_tocos_modal2 .wrap,#find_tocos_modal3 .wrap {
  width: 100%;
  overflow: hidden;
}
#find_tocos_modal .l,#find_tocos_modal2 .l,#find_tocos_modal3 .l {
  width: 58%;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 699px) {
  #find_tocos_modal .l,#find_tocos_modal2 .l,#find_tocos_modal3 .l {
    width: 95%;
    margin: 0 auto 1em auto;
    float: none;
  }
}
#find_tocos_modal .l h2,#find_tocos_modal2 .l h2,#find_tocos_modal3 .l h2 {
  padding-bottom: 1em;
}
@media only screen and (max-width: 699px) {
  #find_tocos_modal .l h2,#find_tocos_modal2 .l h2,#find_tocos_modal3 .l h2 {
    padding-bottom: 0.5em;
  }
}
#find_tocos_modal .l h2 img,#find_tocos_modal2 .l h2 img,#find_tocos_modal3 .l h2 img {
  width: 100%;
  max-width: 356px;
}
@media only screen and (max-width: 699px) {
  #find_tocos_modal .l h2 img,#find_tocos_modal2 .l h2 img,#find_tocos_modal3 .l h2 img {
    max-width: 250px;
  }
}
#find_tocos_modal .l p,#find_tocos_modal2 .l p,#find_tocos_modal3 .l p {
  line-height: 1.7;
}
@media only screen and (max-width: 361px) {
  #find_tocos_modal .l p,#find_tocos_modal2 .l p,#find_tocos_modal3 .l p {
    font-size: 12px;
    line-height: 1.3;
  }
}
#find_tocos_modal .l p strong,#find_tocos_modal2 .l p strong,#find_tocos_modal3 .l p strong {
  color: #E5320F;
}
#find_tocos_modal .r,#find_tocos_modal2 .r,#find_tocos_modal3 .r {
  width: 40%;
  padding-left: 2%;
  float: right;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  #find_tocos_modal .r,#find_tocos_modal2 .r,#find_tocos_modal3 .r {
    width: 95%;
    margin: 0 auto;
    float: none;
    padding-left: 0;
    overflow: hidden;
  }
}
#find_tocos_modal .r .img1,#find_tocos_modal2 .r .img1,#find_tocos_modal3 .r .img1 {
  padding-bottom: 0.8em;
}
@media only screen and (max-width: 699px) {
  #find_tocos_modal .r .img1,#find_tocos_modal2 .r .img1,#find_tocos_modal3 .r .img1 {
    float: left;
    width: 56%;
    padding-right: 1%;
  }
}
#find_tocos_modal .r .img1 img,#find_tocos_modal2 .r .img1 img,#find_tocos_modal3 .r .img1 img {
  width: 100%;
  max-width: 252px;
}
@media only screen and (max-width: 699px) {
  #find_tocos_modal .r .img2,#find_tocos_modal2 .r .img2,#find_tocos_modal3 .r .img2 {
    float: right;
    width: 44%;
    padding-left: 1%;
  }
}
#find_tocos_modal .r .img2 img,#find_tocos_modal2 .r .img2 img,#find_tocos_modal3 .r .img2 img {
  width: 100%;
  max-width: 227px;
}
#find_tocos_modal ul.map,#find_tocos_modal2 ul.map,#find_tocos_modal3 ul.map {
  width: 100%;
  margin: 1em auto 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 699px) {
  #find_tocos_modal ul.map,#find_tocos_modal2 ul.map,#find_tocos_modal3 ul.map {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #find_tocos_modal ul.map,#find_tocos_modal2 ul.map,#find_tocos_modal3 ul.map {
    width: 100%;
  }
}
#find_tocos_modal ul.map li,#find_tocos_modal2 ul.map li,#find_tocos_modal3 ul.map li {
  width: 100%;
  margin: 0 auto;
  border: 3px solid #0094b8;
  background: #0094b8;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 699px) {
  #find_tocos_modal ul.map li,#find_tocos_modal2 ul.map li,#find_tocos_modal3 ul.map li {
    width: 100%;
    float: none;
    margin-right: 0;
    font-size: 12px;
  }
}
#find_tocos_modal ul.map li:hover,#find_tocos_modal2 ul.map li:hover,#find_tocos_modal3 ul.map li:hover {
  background-color: #fff;
}
#find_tocos_modal ul.map li a,#find_tocos_modal2 ul.map li a,#find_tocos_modal3 ul.map li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 2% 0;
  background: url("../img/index/find_tocos_arrow.png") 5px center no-repeat;
  background-size: 11px;
}
#find_tocos_modal ul.map li a:hover,#find_tocos_modal2 ul.map li a:hover,#find_tocos_modal3 ul.map li a:hover {
  color: #0094b8 !important;
  background: url("../img/index/sale_pop_arrow.png") 5px center no-repeat;
  background-size: 11px;
}
#find_tocos_modal ul.close,#find_tocos_modal2 ul.close,#find_tocos_modal3 ul.close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 38px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  #find_tocos_modal ul.close,#find_tocos_modal2 ul.close,#find_tocos_modal3 ul.close {
    width: 30px;
  }
}
#find_tocos_modal ul.close img,#find_tocos_modal2 ul.close img,#find_tocos_modal3 ul.close img {
  width: 100%;
}
@media screen and (min-width: 801px) {
  .quo {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
  }
  .quo img {
    position: absolute;
    right: 0;
    top: -60px;
    animation: pagetop_float 2s infinite alternate;
  }
}
@media screen and (max-width: 800px) {
  .quo {
    margin: 0 auto;
    position: relative;
    max-width: 800px;
  }
  .quo img {
    position: absolute;
    right: 0;
    top: -50px;
    animation: pagetop_float 2s infinite alternate;
  }}
  @media screen and (max-width: 768px) {
    /* 768pxまでの幅の場合に適応される */
    .quo {
      margin: 0 auto;
      position: relative;
      max-width: 768px;
      height: 140px;
    }
    .quo img {
      position: absolute;
      right: 170px;
      top: -20px;
      width: 45%;
      animation: pagetop_float 2s infinite alternate;
    }
  }
  @media screen and (max-width: 480px) {
    /* 480pxまでの幅の場合に適応される */
    .quo {
      margin: 0 auto;
      position: relative;
      max-width: 480px;
      height: 140px;
    }
    .quo img {
      position: absolute;
      right: 50px;
      top: 25px;
      width: 55%;
      animation: pagetop_float 2s infinite alternate;
    }
  }
  @media screen and (max-width: 320px) {
    /* 320pxまでの幅の場合に適応される */
    .quo {
      margin: 0 auto;
      position: relative;
      max-width: 320px;
      height: 140px;
    }
    .quo img {
      position: absolute;
      right: 55px;
      top: 10px;
      width: 65%;
      animation: pagetop_float 2s infinite alternate;
    }
  }
  @media screen and (max-width: 480px) {
    .sp {
      display: none;
    }
  }
  @media (min-width:768px) {
    .oppc {
      display: block
    }
    .opsp {
      display: none;
    }
  }
  @media (max-width:767px) {
    .opsp {
      display: block
    }
    .oppc {
      display: none;
    }
  }
  /*トップページ改修（出雲）*/
  @media (max-width:767px) {
    .news_feed a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha(opacity=80)";
    }
    .news_feed {
	width: 100%;
	float: left;
	background-size: cover;
	margin-bottom: 20px;
    }
    .news_box {
      background-image: url(../img/top/event_back.png);
      width: 100%;
      float: left;
      background-size: 100%;
    }
    .event_top img {
      width: 100%;
      height: auto
    }
    .news_feed .news_box {
      padding: 0% 6% 0% 8%;
      margin-bottom: 0px;
    }
    .news_feed .index_information_wrap {
      width: 100%
    }
    .event_list {
      width: 100%;
      display: block;
      margin-top: -20px;
    }
    .event_list img {
      height: auto;
      width: auto;
      float: left;
      margin-top: 20px;
      float: left;
    }
    .event_list .event_days img {
      width: 100%;
      height: auto;
    }
	.event_blog{
	background-image: url(../img/top/event_back.png);
	width: 100%;
	float: left;
	background-size: 100%;
	padding-left: 8%;
	padding-top: 10px;
}
.event_blog a{
	width: 95%;
	display: block;
}
.event_blog img {
	width: 100%;
	height: auto
}
    .event_list .event_zouzei img {
      width: 100%;
      height: auto
    }

    .event_list .event_days {
      width: 100%;
      height: auto;
      margin-right: 0%;
      float: left
    }
    .event_list .event_zouzei {
      width: 100%;
      height: auto;
      float: left
    }
    .top_modelhouse {
      width: 100%;
      margin-top: 20px;
      float: left;
    }
    .top_modelhouse img {
      width: 90%;
      height: auto;
      margin: 5px 5%
    }
    .event_bottom img {
      width: 100%;
      height: auto
    }
    .event_bottom {
      margin: 0px
    }
    .event_days .index_event img {
      width: 80%;
      height: auto;
    }
    .event_days {
      position: relative;
      width: 100%;
      display: block
    }
    .event_days .index_event {
      position: absolute;
      top: -5%;
      right: -8%;
    }
    .index_information_box {
      position: relative;
      display: block;
      overflow: hidden;
      padding-bottom: 30px
    }
    .index_information_box .look {
      text-align: center;
      position: absolute;
      bottom: 0%;
    }
    .look img {
      width: 90%;
      height: auto;
      display: none
    }
  }


.event_blog p{border-bottom:1px dotted #999;display:block;float: left;width: 90%;margin-top: 10px;margin: 10px auto 0px auto;height: 25px;overflow: hidden}


/*sp*/
@media (max-width:767px) {

/*タブ切り替え全体のスタイル*/
.tabs {

  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 96%;
  margin: 40px auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #0093b7;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#yonagot:checked ~ #yonagot_content,
#tottorit:checked ~ #tottorit_content,
#izumot:checked ~ #izumot_content,
#matsuet:checked ~ #matsuet_content
 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0093b7;
  color: #fff;
}
.event_list_box{width: 100%;border-bottom: #0093b7 solid 1px;overflow: hidden;margin: 0px 0px 20px 0px;padding: 0px 0px 10px 0px;font-weight: bold;}
.event_img{width: 40%;float: left;}
.event_img img{width: 100%;height: auto;}
.event_txt{width: 57%;float: left;margin-left: 3%;}
																					.event_txt p{margin: 0px;padding: 0px;text-align: left;}
.event_days{font-size: 1em;color: #333333}
.event_area{font-size: 1em;font-weight: bold;color: #333333}
.event_title{font-size: 1.1em;color: #0093b7;}




}

@media (min-width:768px) {


/*タブ切り替え全体のスタイル*/
.tabs {

  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 96%;
  margin: 40px auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #0093b7;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#yonagot:checked ~ #yonagot_content,
#tottorit:checked ~ #tottorit_content,
#izumot:checked ~ #izumot_content,
#matsuet:checked ~ #matsuet_content
 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0093b7;
  color: #fff;
}
.event_list_box{border-bottom: #0093b7 solid 1px;
  overflow: hidden;
  margin: 0px 13px 20px 14px;
  padding: 0px 0px 10px 0px;
  font-weight: bold;
  width: calc(88%/4);
  float: left;
  height: 280px;
  }
.event_img{width: 100%;float: left;margin-bottom: 5px;}
.event_img img{width: 100%;height: auto;}
.event_txt{width: 100%;float: left;margin-left: 0%;}
.event_txt p{margin: 2px 0px;padding: 0px;text-align: left;}
.event_days{font-size: 1em;color: #333333}
.event_area{font-size: 1em;font-weight: bold;color: #333333}
.event_title{font-size: 1.1em;color: #0093b7;}


}


@media screen and (min-width:768px) { 
  /* 横幅が320px以下の場合に適用するスタイル */
/*ブログPC*/

#blogs{width: 100%;overflow: hidden;}
#blogs .index_menu_title img{text-align: center;width: 414px;
  margin: 0px auto 30px auto;}

#blogs .blog_list{max-width: 940px;margin: 0px auto;}
#blogs .blog_list li{width: 25%;float:left;}
#blogs .blog_list li img{padding: 5%;}
}


@media (max-width: 767px) {
  /* 横幅が320px以下の場合に適用するスタイル */
/*ブログ*/

#blogs{width: 100%;overflow: hidden;}
#blogs .index_menu_title img{text-align: center;width: 245px;
  margin: 0px auto 0px auto;}

#blogs .blog_list{max-width: 640px;margin: 0px auto;}
#blogs .blog_list li{width: 50%;float:left;}
#blogs .blog_list li img{padding: 5%;}
}



																								/*ここから続きを見る*/
																								
																								.cp_box *, .cp_box *:before, .cp_box *:after {
																									-webkit-box-sizing: border-box;
																									box-sizing: border-box;
																								}
																								.cp_box {
																									position: relative;
																								}
																								.cp_box label {
																									position: absolute;
																									z-index: 1;
																									bottom: 0;
																									width: 100%;
																									height: 70px; /* グラデーションの高さ */
																									cursor: pointer;
																									text-align: center;
																									/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
																									background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
																								}
																								.cp_box input:checked + label {
																									background: inherit; /* 開いた時にグラデーションを消す */
																								}
																								.cp_box label:after {
																									line-height: 2.5rem;
																									position: absolute;
																									z-index: 2;
																									bottom: 20px;
																									left: 50%;
																									width: 16rem;
																									font-family: FontAwesome;
																									content: '\f13a'' さらに見る';
																									transform: translate(-50%, 0);
																									letter-spacing: 0.05em;
																									color: #ffffff;
																									border-radius: 20px;
																									background-color: #0093b7;
																								}
																								.cp_box input {
																									display: none;
																								}
																								.cp_box .cp_container {
																									overflow: hidden;
																									height: 820px; /* 開く前に見えている部分の高さ */
																									transition: all 0.5s;
																								}
																								.cp_box input:checked + label {
																									/* display: none ; 閉じるボタンを消す場合解放 */
																								}
																								.cp_box input:checked + label:after {
																									font-family: FontAwesome;
																									content: '\f139'' 閉じる';
																								}
																								.cp_box input:checked ~ .cp_container {
																									height: auto;
																									padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
																									transition: all 0.5s;
																								}
																								
																								.opentime{
																									font-size: 0.9em;
																									width: 100%;
																									text-align: center;
																									display: flex;
																								justify-content: center;}
																								
