@charset "UTF-8";

/***************************************************

	common

****************************************************/
/*header {
  text-align: center;
}

header img {
  max-width: 1192px;
  width: 100%;
}*/

section.wrap {
  padding-top: 120px;
}

.drawTxt {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.drawTxt .mask {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding-top: 180px;
  /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
}

.drawTxt .caption {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.drawTxt .caption p {
  font-size: 16px;
}

.drawTxt .caption p:first-of-type {
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}

.drawTxt:hover .mask {
  opacity: 1;
  /* マスクを表示する */
  /* ホバーで下にずらす */
  padding-top: 0;
}

@media screen and (max-width:767px) {
  section.wrap {
    padding-top: 8vw;
  }

}


a .photo figure {
  transition: 0.5s;
}

a:hover .photo figure {
  opacity: 0.3;
}

.photo {
  position: relative;
  background: #000;
}

.photo.w {
  background: #fff;
}

.photo .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
  z-index: 10;
}

a:hover .photo .icon {
  opacity: 1;
}

/***************************************************

	mv

****************************************************/
#mv {
  position: relative;
  height: 520px;
  overflow: hidden;
}

#mv .txtWrap {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
}

#mv .txtWrap .mv_title {
  padding-bottom: 24px;
  color: #fff;
  font-size: 52px;
  line-height: 1.4em;
  letter-spacing: 0.6em;
}

#mv .txtWrap .copy {
  margin-bottom: 32px;
  color: #fff;
  font-size: 16px;
}

#mv .txtWrap a {
  width: 180px;
  margin: auto;
  padding: 8px 24px;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
}

#mv .txtWrap a:hover {
  background: #aaa;
}

#mv .slider li {
  height: 520px;
}

#mv .slider li:nth-of-type(1) {
  background: url(../images/img_mv01.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.5;
}

#mv .slider li:nth-of-type(2) {
  background: url(../images/img_mv02.jpg) center center no-repeat;
  background-size: cover;
}

#mv .slider li:nth-of-type(3) {
  background: url(../images/img_mv03.jpg) center center no-repeat;
  background-size: cover;
}

#mv .slider li:nth-of-type(4) {
  background: url(../images/img_mv04.jpg) center center no-repeat;
  background-size: cover;
}

#mv .slider li:nth-of-type(5) {
  background: url(../images/img_mv05.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width:767px) {
  #mv .txtWrap .mv_title {
    font-size: 24px;
    letter-spacing: 0.4em;
  }

  #mv .txtWrap .copy {
    padding: 4%;
    font-size: 14px;
    box-sizing: border-box;
  }

  #mv .slider li:nth-of-type(1) {
    background: url(../images/img_mv01_sp.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.5;
  }

  #mv .slider li:nth-of-type(2) {
    background: url(../images/img_mv02_sp.jpg) center center no-repeat;
    background-size: cover;
  }

  #mv .slider li:nth-of-type(3) {
    background: url(../images/img_mv03_sp.jpg) center center no-repeat;
    background-size: cover;
  }

  #mv .slider li:nth-of-type(4) {
    background: url(../images/img_mv04_sp.jpg) center center no-repeat;
    background-size: cover;
  }

  #mv .slider li:nth-of-type(5) {
    background: url(../images/img_mv05_sp.jpg) center center no-repeat;
    background-size: cover;
  }

}


/***************************************************

	bnrInfo

****************************************************/
#bnrInfo {}

.cp_accordionslide {
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 260px;
}

.cp_accordionslide .slideitem {
  position: relative;
  visibility: visible;
  width: 16.66666%;
  cursor: pointer;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.cp_accordionslide .slideitem:nth-child(1) {
  background-image: url(../images/img_bnr_photo01.jpg);
}

.cp_accordionslide .slideitem:nth-child(2) {
  background-image: url(/hoshino/top/images/img_bnr2_kohama01_560-260.jpg);
}

.cp_accordionslide .slideitem:nth-child(3) {
  background-image: url(/hoshino/top/images/img_bnr3_bandai01_560-260.jpg);
}

.cp_accordionslide .slideitem:nth-child(4) {
  background-image: url(/hoshino/top/images/img_bnr4_tomamu01_560-260.jpg);
}

.cp_accordionslide .slideitem:nth-child(5) {
  background-image: url(/hoshino/top/images/img_bnr5_bandai02_560-260.jpg);
}

.cp_accordionslide .slideitem:nth-child(6) {
  background-image: url(/hoshino/top/images/img_bnr6_iriomote01_560-260.jpg);
}

/*　画像差し替えにつきコメントアウト　*/
/*.cp_accordionslide .slideitem:nth-child(1) {
  background-image: url(../images/img_bnr_photo01.jpg);
}

.cp_accordionslide .slideitem:nth-child(2) {
  background-image: url(../images/img_bnr_photo02.jpg);
}

.cp_accordionslide .slideitem:nth-child(3) {
  background-image: url(../images/img_bnr_photo03.jpg);
}

.cp_accordionslide .slideitem:nth-child(4) {
  background-image: url(../images/img_bnr_photo04.jpg);
}

.cp_accordionslide .slideitem:nth-child(5) {
  background-image: url(../images/img_bnr_photo05.jpg);
}

.cp_accordionslide .slideitem:nth-child(6) {
  background-image: url(../images/img_bnr_photo06.jpg);
}*/

.cp_accordionslide .slideitem:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.cp_accordionslide:hover .slideitem:hover:after {
  visibility: visible;
  opacity: 1;
}

.cp_accordionslide:hover .slideitem:hover {
  width: 32%;
}

.cp_accordionslide .slideitem .mask {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  margin: auto;
  color: #fff;
  text-align: center;
}

.cp_accordionslide .slideitem .mask .draw,
.cp_accordionslide .slideitem .mask img {
  position: absolute;
  z-index: 10;
  transition: 0.5s;
  opacity: 0;
}

.cp_accordionslide .slideitem .mask .draw {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  margin: auto;
  color: #fff;
  text-align: center;
}

.cp_accordionslide .slideitem .mask img {
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
}

.cp_accordionslide .slideitem:hover .mask .draw,
.cp_accordionslide .slideitem:hover .mask img {
  position: absolute;
  z-index: 10;
  opacity: 1;
}

.cp_accordionslide .slideitem:hover .mask .draw {}

.cp_accordionslide .slideitem .mask .draw p:first-of-type {
  font-weight: bold;
  padding-bottom: 12px;
}

.bnr_sp {
  display: none;
}

@media screen and (max-width:767px) {
  .cp_accordionslide {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  .cp_accordionslide .slideitem {
    width: 50%;
  }

  .cp_accordionslide .slideitem .mask .draw,
  .cp_accordionslide .slideitem .mask img {
    opacity: 1;
  }

  .cp_accordionslide .slideitem .mask {
    height: 180px;
    background: rgba(0, 0, 0, 0.5);
  }

  .cp_accordionslide .slideitem .mask img {
    bottom: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
  }

  .bnr_sp {
    display: block;
  }

  .bnr_sp .draw p {
    text-align: center;
  }

  .bnr_sp .draw p:first-of-type {
    padding-top: 4%;
    padding-bottom: 2%;
    font-size: 16px;
    font-weight: bold;
  }

  .bnr_sp .draw p.copy {
    font-size: 14px;
    font-weight: normal;
  }
}


/***************************************************

	whatsNewInfo

****************************************************/
#whatsNewInfo {
  max-width: 1240px;
  width: 100%;
  margin: 80px auto 120px;
  padding: 60px 80px;
  background: #DCDCDC;
  box-sizing: border-box;
}

#whatsNewInfo .title {
  margin-bottom: 40px;
  padding-bottom: 8px;
  font-size: 60px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
}

#whatsNewInfo .title:after,
#whatsNewInfo .title:before {
  display: none;
}

#whatsNewInfo .kokuchi {
  position: relative;
}

#whatsNewInfo .kokuchi ul li {
  width: 100%;
  padding-left: 16px;
  margin-bottom: 24px;
  list-style: none;
  background: url(../images/icon_arrow05.png) left 3px no-repeat;
  box-sizing: border-box;
}

#whatsNewInfo .kokuchi ul li p {
  width: 68%;
}

#whatsNewInfo .kokuchi ul li a {
  transition: 0.5s;
}

#whatsNewInfo .kokuchi ul li a:hover {
  color: #29a9b4;
  text-decoration: underline;
}

#whatsNewInfo .kokuchi a.Item figure {
  position: absolute;
  width: 30%;
  top: 0;
  right: 0;
  z-index: 10;
  transition: 0.5s;
  display: none;
}

#whatsNewInfo .kokuchi figure.bg {
  position: absolute;
  width: 30%;
  top: 0;
  right: 0;
  z-index: 1;
 padding: 0;
}

#whatsNewInfo .kokuchi a.Item figure img,
#whatsNewInfo .kokuchi figure.bg img {
  width: 100%;
}

#whatsNewInfo .kokuchi a.Item.active figure {
  display: block;
}
#whatsNewInfo .kokuchi a:hover {
 opacity: 1;
}
#whatsNewInfo .kokuchi ul {
 position: relative;
 z-index: 10;
}
@media screen and (max-width:767px) {
  #whatsNewInfo {
    margin: 0vw auto 8vw;
    padding: 8% 4%;
  }

  #whatsNewInfo .title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  #whatsNewInfo .kokuchi {
    display: flex;
    justify-content: space-between;
  }

  #whatsNewInfo .kokuchi ul li {
    padding-left: 16px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #999;
  }

  #whatsNewInfo .kokuchi ul li p {
    width: 100%;
  }

  #whatsNewInfo .photo figure {
    display: none;
  }

  #whatsNewInfo .kokuchi a.Item.active figure,
  #whatsNewInfo .kokuchi figure.bg {
    display: none;
  }
}


/***************************************************

	hotelInfo

****************************************************/
#hotelInfo {}

#hotelInfo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#hotelInfo ul li {
  width: 32%;
  margin-bottom: 32px;
  text-align: center;
  box-sizing: border-box;
}

#hotelInfo ul li a figure {
  overflow: hidden;
}

#hotelInfo ul li img {
  width: 100%;
}

#hotelInfo ul li a figure img {
  transition: 0.5s;
}

#hotelInfo ul li a:hover figure img {
  transform: scale(1.2, 1.2);
}


@media screen and (max-width:767px) {
  #hotelInfo {}

  #hotelInfo ul li {
    width: 48%;
    margin-bottom: 4vw;
  }

  #hotelInfo ul li .copy {
    text-align: left;
    font-size: 14px;
  }


}


/***************************************************

	themeInfo

****************************************************/
#themeInfo {}

#themeInfo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#themeInfo ul li {
  width: 24%;
  margin-bottom: 32px;
  text-align: center;
  box-sizing: border-box;
}

#themeInfo ul li figure {
  margin-bottom: 4%;
  overflow: hidden;
}

#themeInfo ul li a img {
  width: 100%;
  transition: 0.5s;
}

#themeInfo ul li a:hover img {
  transform: scale(1.2, 1.2);
}

@media screen and (max-width:767px) {
  #themeInfo {}

  #themeInfo ul {}

  #themeInfo ul li {
    width: 48%;
    margin-bottom: 8vw;
    text-align: left;
  }

  #themeInfo ul li figure {
    margin-bottom: 4%;
    overflow: hidden;
  }
}


/***************************************************

	tourSearchInfo

****************************************************/
#tourSearchInfo {
  margin-bottom: 120px;
}

@media screen and (max-width:767px) {
  #tourSearchInfo {
    margin-bottom: 8vw;
  }
}


/***************************************************

	areaInfo

****************************************************/
#areaInfo {
  margin-bottom: 120px;
}

#areaInfo ul {
  display: flex;
  justify-content: space-between;
}

#areaInfo ul li {
  width: 18.4%;
}

#areaInfo ul li figure {
  border-radius: 50%;
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

#areaInfo ul li a figure img {
  transition: 0.5s;
}

#areaInfo ul li a:hover figure img {
  transform: scale(1.2, 1.2);
}

#areaInfo ul li .name {
  padding-top: 8%;
  text-align: center;
}

@media screen and (max-width:767px) {
  #areaInfo {
    margin-bottom: 8vw;
  }

  #areaInfo ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #areaInfo ul li {
    width: 48%;
    margin-bottom: 8%;
  }

  #areaInfo ul li figure {
    border-radius: 50%;
    max-width: auto;
    max-height: auto;
    width: 160px;
    height: 160px;
  }

}


/***************************************************

	suggestionInfo

****************************************************/
#suggestionInfo {
  margin-bottom: 120px;
}

#suggestionInfo ul {
  display: flex;
  justify-content: space-between;
}

#suggestionInfo ul li {
  position: relative;
  border-radius: 10px;
  color: #fff;
  padding: 12px 28px 40px;
  background: #000;
  box-sizing: border-box;
}

#suggestionInfo ul li .name {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: bold;
}

#suggestionInfo ul li .copy {
  font-size: 14px;
  padding-bottom: 20px;
}

#suggestionInfo ul li a {
  width: 100px;
}

#suggestionInfo ul li:nth-of-type(1) {
  width: 64%;
  background: url(../images/img_suggestion_photo01.jpg) center center no-repeat;
  background-size: cover;
}

#suggestionInfo ul li:nth-of-type(2) {
  width: 34%;
  background: url(../images/img_suggestion_photo02.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width:767px) {
  #suggestionInfo {
    margin-bottom: 8vw;
  }

  #suggestionInfo ul {
    flex-direction: column;
  }

  #suggestionInfo ul li {
    height: auto;
    padding: 4%;
    margin-bottom: 4%;
  }

  #suggestionInfo ul li .name {
    font-size: 20px;
  }

  #suggestionInfo ul li .copy {}

  #suggestionInfo ul li a {
    width: 100px;
  }

  #suggestionInfo ul li:nth-of-type(1) {
    width: 100%;
  }

  #suggestionInfo ul li:nth-of-type(2) {
    width: 100%;
  }

}


/***************************************************

	voiceInfo

****************************************************/
#voiceInfo {
  margin-bottom: 120px;
}

#voiceInfo ul {
  display: flex;
  justify-content: space-between;
}

#voiceInfo ul li {
  width: 18.4%;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#voiceInfo ul li .dtl {
  padding: 20px;
}

#voiceInfo ul li .name {
  padding-top: 12px;
  padding-bottom: 8px;
  font-weight: bold;
}

#voiceInfo ul li .copy {
  text-align: left;
  font-size: 14px;
}

#voiceInfo ul li a {
  padding: 4px 32px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2em;
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
}

#voiceInfo ul li a:hover {
  color: #333;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
}

#voiceInfo .bnrLink {
  width: 240px;
  margin: 60px auto;
}

#voiceInfo .bnrLink a {
  display: block;
  width: 100%;
  padding: 12px 24px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 30px;
  box-sizing: border-box;
}

#voiceInfo .bnrLink :hover {
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
}

@media screen and (max-width:767px) {
  #voiceInfo {
    margin-bottom: 8vw;
  }

  #voiceInfo ul {
    flex-wrap: wrap;
  }

  #voiceInfo ul li {
    width: 49%;
    margin-bottom: 2%;
  }

  #voiceInfo ul li .dtl {
    padding: 12px;
  }

  #voiceInfo ul li .name {}

  #voiceInfo ul li .copy {
    text-align: left;
    font-size: 12px;
  }

  #voiceInfo ul li a {
    padding: 4px 32px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2em;
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
  }

  #voiceInfo ul li a:hover {
    color: #333;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
  }

  #voiceInfo .bnrLink {
    width: 240px;
    margin: 40px auto;
  }

  #voiceInfo .bnrLink a {}

  #voiceInfo .bnrLink :hover {}
}


/***************************************************

	oyakudachiInfo

****************************************************/
#oyakudachiInfo {
  margin-bottom: 120px;
}

#oyakudachiInfo .magazine {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}

#oyakudachiInfo .magazine .logo {
  width: 200px;
  background: #000;
  box-sizing: border-box;
}

#oyakudachiInfo .magazine .logo figure {
  padding: 48px 12px 40px;
  box-sizing: border-box;
}

#oyakudachiInfo .magazine .logo a {
  display: block;
  width: 176px;
  margin: auto;
  padding: 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
}

#oyakudachiInfo .magazine .logo .otherMagazine.pc {
  margin-top: 20px;
  padding: 12px 4px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}

#oyakudachiInfo .magazine .logo .otherMagazine.pc p {
  padding-bottom: 12px;
}

#oyakudachiInfo .magazine .logo .otherMagazine.pc a {
  display: block;
  padding: 8px 0 8px 16px;
  color: #121212;
  background: url(../images/icon_arrow04.png) left center no-repeat;
  background-size: 10px;
}

#oyakudachiInfo .magazine .logo .otherMagazine.pc a:hover {
  color: #999;
  text-decoration: underline;
}

#oyakudachiInfo .magazine ul.magazineInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(96% - 200px);
}

#oyakudachiInfo .magazine ul.magazineInfo li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 48%;
  padding-top: 12px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}

#oyakudachiInfo .magazine ul.magazineInfo figure {
  width: 30%;
}

#oyakudachiInfo .magazine ul.magazineInfo div.txt {
  width: 66%;
  padding-top: 4%;
  box-sizing: border-box;
}

#oyakudachiInfo .magazine ul.magazineInfo div.txt p.name {
  padding-bottom: 12px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

#oyakudachiInfo .magazine ul.magazineInfo div.txt p.day {
  font-size: 14px;
  padding-bottom: 12px;
}

#oyakudachiInfo .magazine ul.magazineInfo div.txt p.copy {
  font-size: 14px;
  padding-bottom: 8px;
}

#oyakudachiInfo .magazine ul.magazineInfo div.txt a {
  display: block;
  width: 100px;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  background: url(../images/icon_arrow03.png) 92% center no-repeat #666;
  background-size: 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

#oyakudachiInfo .magazine ul.magazineInfo div.txt a:hover {
  background: url(../images/icon_arrow03.png) 92% center no-repeat #999;
  background-size: 12px;
}

#oyakudachiInfo .magazine ul.magazineInfo figure img {
  width: 100%;
}

@media screen and (max-width:767px) {
  #oyakudachiInfo {
    margin-bottom: 8vw;
  }

  #oyakudachiInfo .magazine {
    flex-direction: column;
    margin-bottom: 4vwx;
  }

  #oyakudachiInfo .magazine .logo {
    width: 100%;
    padding: 4% 4% 8%;
    margin-bottom: 24px;
  }

  #oyakudachiInfo .magazine .logo figure {
    max-width: 224px;
    width: 100%;
    margin: auto;
    padding-bottom: 0px;
  }

  #oyakudachiInfo .magazine .logo a {
    max-width: 200px;
    width: 100%;
    margin: auto;
  }

  #oyakudachiInfo .magazine ul.magazineInfo {
    width: 100%;
  }

  #oyakudachiInfo .magazine ul.magazineInfo li {
    width: 100%;
    margin-bottom: 4%;
  }

  #oyakudachiInfo .magazine ul.magazineInfo figure {
    width: 24%;
  }

  #oyakudachiInfo .magazine ul.magazineInfo div.txt {
    width: 72%;
    padding-top: 0;
  }

  #oyakudachiInfo .magazine ul.magazineInfo div.txt p.name {}

  #oyakudachiInfo .magazine ul.magazineInfo div.txt p.day {
    font-size: 12px;
    padding-bottom: 4px;
  }

  #oyakudachiInfo .magazine ul.magazineInfo div.txt p.copy {
    font-size: 12px;
    padding-bottom: 8px;
  }

  #oyakudachiInfo .otherMagazine.sp p {
    padding-bottom: 4%;
    text-align: center;
  }

  #oyakudachiInfo .otherMagazine.sp ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }

  #oyakudachiInfo .otherMagazine.sp ul li {
    width: 48%;
    margin-bottom: 3%;
    border: 1px solid #666;
  }

  #oyakudachiInfo .otherMagazine.sp ul li a {
    display: block;
    padding: 12px;
    text-align: center;
    background: #fff;

  }

  #oyakudachiInfo .otherMagazine.sp ul li a:hover {
    color: #fff;
    background: #333;
  }
}


/***************************************************

	mitsumoriInfo

****************************************************/
#mitsumoriInfo {
  margin-bottom: 120px;
  padding: 80px 0;
  color: #fff;
  background: url(../images/img_mitsumori.jpg) center center no-repeat;
  background-size: cover;
}

#mitsumoriInfo .name {
  padding-bottom: 16px;
  font-size: 56px;
  font-weight: bold;
}

#mitsumoriInfo .tel,
#mitsumoriInfo .req {
  display: flex;
  align-items: center;
     padding: 32px 0 0 0;
    color: #FFF;
    font-size: inherit;
background: none;
}

#mitsumoriInfo .tel figure {
  width: 72px;
  margin-right: 16px;
}

#mitsumoriInfo .tel .call p:first-of-type {
  font-size: 56px;
  font-weight: bold;
}

#mitsumoriInfo .req a {
  display: block;
  margin-right: 16px;
  padding: 12px 32px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #3a8ac6;
  border-radius: 16px;
}

#mitsumoriInfo .req a:hover {
  color: #3a8ac6;
  background: #fff;
}

@media screen and (max-width:767px) {
  #mitsumoriInfo {
    margin-bottom: 8vw;
    padding: 4vw 0;
  }

  #mitsumoriInfo .name {
    padding-bottom: 16px;
    font-size: 32px;
    line-height: 1.2;
  }

  #mitsumoriInfo .tel figure {
    width: 40px;
    margin-right: 12px;
  }

  #mitsumoriInfo .tel .call p:first-of-type {
    font-size: 32px;
    font-weight: bold;
  }

  #mitsumoriInfo .tel .call p:last-of-type {
    font-size: 12px;
    font-weight: bold;
  }

  #mitsumoriInfo .req {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
  }

  #mitsumoriInfo .req a {
    display: block;
    margin-right: 0;
  }

  #mitsumoriInfo .req p {
    padding-top: 24px;
    font-size: 14px;
  }
}


/***************************************************

	questionInfo

****************************************************/
#questionInfo {
  padding-bottom: 100px;
}


#questionInfo .accordion,
#questionInfo .answer {
  display: flex;
  box-sizing: border-box;
}

#questionInfo .accordion {
  position: relative;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 12px 0px 12px 24px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

#questionInfo .accordion p {
  padding: 8px 52px 8px 8px;
  line-height: 1.2em;
  box-sizing: border-box;
}

#questionInfo .accordion.active {
  background: #efefef;
}

#questionInfo .accordion p::before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 23px;
  left: 16px;
  margin: auto;
  border-left: 8px solid #999;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast: none) {
  #questionInfo .accordion p {
    padding-top: 8px;
  }
}

#questionInfo .answer {
  padding: 12px 12px 24px 12px;
  background: #f9f9f9;
}

#questionInfo .accordion div.toggle {
  position: relative;
  right: 32px;
  display: inline-block;
}

#questionInfo .accordion .toggle span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: #999;
  transition: all .4s;
}

#questionInfo .accordion .toggle span:nth-of-type(1) {
  transform: translateY(0px) rotate(90deg);
}

#questionInfo .accordion .toggle span:nth-of-type(2) {}

#questionInfo .accordion.active .toggle span:nth-of-type(1) {
  transform: translateY(0px) rotate(225deg);
}

#questionInfo .accordion.active .toggle span:nth-of-type(2) {
  transform: translateY(0px) rotate(135deg);
}

@media screen and (max-width: 1048px) {}

@media screen and (max-width: 767px) {
  #questionInfo .accordion {
    font-size: 16px;
    padding: 8px 0px 8px 20px;
  }

  #questionInfo .accordion p::before {
    top: 20px;
    left: 12px;
  }

  #questionInfo .answer .copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 468px) {}


/***************************************************

	lastInfo

****************************************************/
#lastInfo {
  padding: 120px 0;
  background: url(../images/img_lastInfo.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

#lastInfo p {
  color: #fff;
  text-align: center;
}

#lastInfo p.name {
  padding-bottom: 32px;
  font-size: 40px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #lastInfo {
    padding: 4vw 0;
  }

  #lastInfo p {}

  #lastInfo p.name {
    padding-bottom: 16px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  #lastInfo p.copy {
    width: 92%;
    margin: auto;
    font-size: 14px;
    text-align: left;
  }

}
