@charset "UTF-8";
.pg-index #mainvisual .search .tab-keyword .btn-search input, .pg-index #tour .tour_btn a, .pg-index #column .btn {
  min-width: 200px;
  padding: 0 20px;
  background: #0e2e77;
  box-shadow: 3px 3px #07173b;
  display: inline-block;
  color: #ffffff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
  line-height: 60px;
  text-align: center; }
.pg-index #mainvisual .search .tab-keyword .btn-search input:hover, .pg-index #tour .tour_btn a:hover, .pg-index #column .btn:hover {
  text-decoration: none;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }
.pg-index #mainvisual .search .tab-keyword .btn-search input img, .pg-index #tour .tour_btn a img, .pg-index #column .btn img {
  vertical-align: middle; }
.pg-index #mainvisual .search .tab-keyword .btn-search input, .pg-index #tour .tour_btn a, .pg-index #column .btn {
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem; }

.pg-index #tour .inner > article .thumb .tag span {
  margin-right: 5px;
  margin-bottom: 3px;
  padding: 2px 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #d00101;
  color: #ffffff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  font-size: 1.2rem; }

.pg-index #tour .inner > article .link p span {
  margin-right: 3px;
  padding: 2px 7px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05em; }
.pg-index #tour .inner > article .link p span.option-personal {
  background: #3f6b14; }
.pg-index #tour .inner > article .link p span.option-attendant {
  background: #297990; }
.pg-index #tour .inner > article .link p span.option-staff {
  background: #3d2990; }
.pg-index #tour .inner > article .link p span.option-professional {
  background: #a51f84; }
.pg-index #tour .inner > article .link p span.option-limited {
  background: #6b5e14; }
.pg-index #tour .inner > article .link p span.option-japanese {
  background: #404040; }

.pg-index {
  /* mainvisual */
  /* tour */
  /* column */
  /* information */
  /* facebook */ }
.pg-index #mainvisual {
  min-height: 460px;
  margin-bottom: 100px;
  position: relative; }
.pg-index #mainvisual .main-copy {
  width: 100%;
  margin-top: -150px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 999; }
.pg-index #mainvisual .flexslider {
  width: 100%;
  height: 460px;
  position: relative; }
.pg-index #mainvisual .flexslider ul li {
  width: 100%;
  height: 460px;
  overflow: hidden;
  position: relative; }
.pg-index #mainvisual .flexslider ul li img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
.pg-index #mainvisual .flex-viewport {
  height: 460px; }
.pg-index #mainvisual h2 {
  width: 100%;
  position: absolute;
  bottom: -47px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  z-index: 10000; }
.pg-index #mainvisual h2 span {
  width: 134px;
  height: 134px;
  margin: 0 auto;
  display: block;
  background: #0e2e77 url("../imgdir/index/search-open.gif") no-repeat center;
  text-align: center;
  line-height: 134px;
  border-radius: 5px;
  box-shadow: 0 3px #07173b;
  cursor: pointer; }
.pg-index #mainvisual h2 span img {
  vertical-align: middle; }
.pg-index #mainvisual .close span {
  background: #000000 url("../imgdir/index/search-close.gif") no-repeat center; }
.pg-index #mainvisual .search {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none; }
.pg-index #mainvisual .search .search-content {
  width: 1020px;
  height: 100%;
  margin: 0 auto;
  /*background: url("../imgdir/index/search-bg.png");*/
  background: #e6e6e6;  }
.pg-index #mainvisual .search .tab li {
  width: 510px;
  height: 50px;
  background: #ffffff url("../imgdir/index/search-tab.gif") no-repeat;
  text-align: center;
  line-height: 0;
  font-size: 0;
  cursor: pointer; }
.pg-index #mainvisual .search .tab li img {
  vertical-align: middle; }
.pg-index #mainvisual .search .tab li.left {
  background-position: 0 0; }
.pg-index #mainvisual .search .tab li.left.current, .pg-index #mainvisual .search .tab li.left:hover {
  background-position: 0 -50px; }
.pg-index #mainvisual .search .tab li.right {
  background-position: -510px 0; }
.pg-index #mainvisual .search .tab li.right.current, .pg-index #mainvisual .search .tab li.right:hover {
  background-position: -510px -50px; }
.pg-index #mainvisual .search .tab-content {
  margin-top: 0;
  position: relative; }
.pg-index #mainvisual .search .tab-content > div {
  background: none; }
.pg-index #mainvisual .search .tab-content .search-content__close {
  background: #000000 url("../imgdir/index/search-close.gif") no-repeat center;
  border-radius: 5px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 1; }
.pg-index #mainvisual .search .tab-content .search-content__close:hover {
  opacity: 0.7; }
.pg-index #mainvisual .search .tab-keyword {
  height: 410px;
  padding: 40px 110px;
  position: relative; }
.pg-index #mainvisual .search .tab-keyword h3 {
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 3px solid #333333; }
.pg-index #mainvisual .search .tab-keyword h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
.pg-index #mainvisual .search .tab-keyword form > div {
  float: left; }
.pg-index #mainvisual .search .tab-keyword form > div li {
  line-height: 1.8; }
.pg-index #mainvisual .search .tab-keyword form > div li span {
  padding-left: 5px; }
.pg-index #mainvisual .search .tab-keyword .col-1 {
  width: 230px; }
.pg-index #mainvisual .search .tab-keyword .col-2 {
  width: 240px; }
.pg-index #mainvisual .search .tab-keyword .col-2 .left {
  padding-right: 20px; }
.pg-index #mainvisual .search .tab-keyword .col-3 {
  width: 328px; }
.pg-index #mainvisual .search .tab-keyword .col-3 ul li {
  width: 170px;
  float: left; }
.pg-index #mainvisual .search .tab-keyword .col-3 ul li.even {
  width: 150px;
  margin-left: 8px; }
.pg-index #mainvisual .search .tab-keyword label:hover {
  cursor: pointer; }
.pg-index #mainvisual .search .tab-keyword .search-input {
  display: none; }
.pg-index #mainvisual .search .tab-keyword .search-input + label {
  border: 1px solid #e3e1e1;
  padding: 9px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #ffffff;
  vertical-align: middle;
  position: relative; }
.pg-index #mainvisual .search .tab-keyword .search-input:checked + label:after {
  content: '\2714';
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  left: 3px;
  font-size: 15px;
  font-size: 1.5rem; }
.pg-index #mainvisual .search .tab-keyword .search-input:checked + label {
  color: #0e2e77;
  border: 1px solid #e3e1e1;
  background: #ffffff; }
.pg-index #mainvisual .search .tab-keyword select {
  width: 175px;
  height: 28px;
  background: #ffffff;
  line-height: 28px;
  vertical-align: middle;
  border: 1px solid #e3e1e1; }
.pg-index #mainvisual .search .tab-keyword input[type="text"] {
  width: 165px;
  height: 14px;
  padding: 5px;
  background: #ffffff;
  line-height: 14px;
  vertical-align: middle;
  border: 1px solid #e3e1e1; }
.pg-index #mainvisual .search .tab-keyword .btn-reset {
  width: 162px;
  height: 25px; }
.pg-index #mainvisual .search .tab-keyword .btn-reset input {
  width: 162px;
  height: 25px;
  line-height: 25px;
  background: url("../imgdir/index/search-reset.gif") no-repeat center;
  border: 0;
  cursor: pointer; }
.pg-index #mainvisual .search .tab-keyword .btn-search {
  width: 315px;
  margin-right: 13px; }
.pg-index #mainvisual .search .tab-keyword .btn-search input {
  width: 315px;
  height: 70px;
  background: #0e2e77 url("../imgdir/index/search-btn.gif") no-repeat center; }
.pg-index #mainvisual .search .tab-area {
  height: 410px;
  padding: 30px 0 !important; }
.pg-index #mainvisual .search #mapWrap {
  position: relative; }
.pg-index #mainvisual .search #mapBG {
  width: 890px;
  margin: 0 auto;
  position: relative; }
.pg-index #mainvisual .search #mapBG area {
  outline: none; }
.pg-index #mainvisual .search #mapNav {
  position: absolute;
  top: 45px;
  left: 79px; }
.pg-index #mainvisual .search ul#mapNav li {
  padding: 5px 0 5px 8px;
  margin: 0 0 2px 0;
  width: 210px;
  box-sizing: border-box; }
.pg-index #mainvisual .search ul#mapNav li.hv {
  background: url(../imgdir/search/map_nvBG.png) repeat 0 0; }
.pg-index #mainvisual .search ul#mapNav li a {
  text-decoration: none;
  padding: 0 0 0 47px;
  display: block;
  height: 20px;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }
.pg-index #mainvisual .search ul#mapNav li.map01 a {
  background: url(../imgdir/search/map_flg01.png) no-repeat 0 0; }
.pg-index #mainvisual .search ul#mapNav li.map02 a {
  background: url(../imgdir/search/map_flg02.png) no-repeat 0 0; }
.pg-index #mainvisual .search ul#mapNav li.map03 a {
  background: url(../imgdir/search/map_flg03.png) no-repeat 0 0; }
.pg-index #mainvisual .search ul#mapNav li.map04 a {
  background: url(../imgdir/search/map_flg04.png) no-repeat 0 0; }
.pg-index #mainvisual .search ul#mapNav li.map05 a {
  background: url(../imgdir/search/map_flg05.png) no-repeat 0 0; }
.pg-index #mainvisual .search ul#mapNav li.map06 a {
  background: url(../imgdir/search/map_flg06.png) no-repeat 0 0; }
.pg-index #mainvisual .search ul#mapNav li.map07 a {
  background: url(../imgdir/search/map_flg07.png) no-repeat 0 0; }
.pg-index #mainvisual .search ul#mapNav li.map08 a {
  background: url(../imgdir/search/map_flg08.png) no-repeat 0 0; }
.pg-index #mainvisual .search ul#mapNav li.map09 a {
  background: url(../imgdir/search/map_flg09.png) no-repeat 0 0; }
.pg-index #mainvisual .search ul#mapNav li.map10 a {
  background: url(../imgdir/search/map_flg10.png) no-repeat 0 0; }
.pg-index #tour {
  margin-bottom: 60px; }
.pg-index #tour h2 {
  margin-bottom: 20px; }
.pg-index #tour .category {
  margin-bottom: 35px;
  padding: 20px 0;
  text-align: center;
  background: #f5f7fc; }
.pg-index #tour .category ul {
  width: 1024px;
  margin: 6px auto 6px; }
.pg-index #tour .category ul li {
  width: 204px;
  float: left;
  margin-bottom: 20px;
  text-align: left; }
.pg-index #tour .category ul li a {
  padding-left: 65px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
  font-weight: bold;
  line-height: 28px;
  display: block; }
.pg-index #tour .category ul li a:hover {
  text-decoration: none; }
.pg-index #tour .category ul li.flag01 a {
  background: url(../imgdir/index/flag_01.gif) no-repeat left center; }
.pg-index #tour .category ul li.flag02 a {
  background: url(../imgdir/index/flag_02.gif) no-repeat left center; }
.pg-index #tour .category ul li.flag03 a {
  background: url(../imgdir/index/flag_03.gif) no-repeat left center; }
.pg-index #tour .category ul li.flag04 a {
  background: url(../imgdir/index/flag_04.gif) no-repeat left center; }
.pg-index #tour .category ul li.flag05 a {
  background: url(../imgdir/index/flag_05.gif) no-repeat left center; }
.pg-index #tour .category ul li.flag06 a {
  background: url(../imgdir/index/flag_06.gif) no-repeat left center; }
.pg-index #tour .category ul li.flag07 a {
  background: url(../imgdir/index/flag_07.gif) no-repeat left center; }
.pg-index #tour .category ul li.flag08 a {
  background: url(../imgdir/index/flag_08.gif) no-repeat left center; }
.pg-index #tour .category ul li.flag09 a {
  background: url(../imgdir/index/flag_09.gif) no-repeat left center; }
.pg-index #tour .category ul li.flag10 a {
  background: url(../imgdir/index/flag_10.gif) no-repeat left center; }
.pg-index #tour .category table {
  margin: 0 auto;
  border: 1px solid #e3e1e1;
  background: #ffffff; }
.pg-index #tour .category table tr td {
  width: 255px;
  line-height: 1;
  text-align: center;
  border: 1px solid #e3e1e1; }
.pg-index #tour .category table tr td.purpose01 a span {
  padding-left: 50px;
  background: url(../imgdir/index/tour-category01.gif) no-repeat left center; }
.pg-index #tour .category table tr td.purpose02 a span {
  padding-left: 37px;
  background: url(../imgdir/index/tour-category02.gif) no-repeat left center; }
.pg-index #tour .category table tr td.purpose03 a span {
  padding-left: 33px;
  background: url(../imgdir/index/tour-category03.gif) no-repeat left center; }
.pg-index #tour .category table tr td.purpose04 a span {
  padding-left: 53px;
  background: url(../imgdir/index/tour-category04.gif) no-repeat left center; }
.pg-index #tour .category table tr td.purpose05 a span {
  padding-left: 41px;
  background: url(../imgdir/index/tour-category05.gif) no-repeat left center; }
.pg-index #tour .category table tr td.purpose06 a span {
  padding-left: 37px;
  background: url(../imgdir/index/tour-category06.gif) no-repeat left center; }
.pg-index #tour .category table tr td.purpose07 a span {
  padding-left: 38px;
  background: url(../imgdir/index/tour-category07.gif) no-repeat left center; }
.pg-index #tour .category table tr td.purpose08 a span {
  padding-left: 52px;
  background: url(../imgdir/index/tour-category08.gif) no-repeat left center; }
.pg-index #tour .category table tr td a {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
  font-weight: bold;
  line-height: 65px;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em; }
.pg-index #tour .category table tr td a span {
  display: inline-block;
  *display: inline;
  *zoom: 1; }
.pg-index #tour .bnr-area {
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 30px; }
.pg-index #tour .bnr-area .bnr-area-main {
  margin-bottom: 15px; }
.pg-index #tour .bnr-area .bnr-area-main li {
  float: left; }
.pg-index #tour .bnr-area .bnr-area-main li:first-child {
  margin-right: 17px; }
.pg-index #tour .bnr-area .bnr-area-main_3 {
  margin-bottom: 16px; }
.pg-index #tour .bnr-area .bnr-area-main_3 li {
  width: 330px;
  margin-right: 16px; 
  float: left; }
.pg-index #tour .bnr-area .bnr-area-main_3 li:last-child {
  margin-right: 0px;
}

.pg-index #tour .bnr-area .bnr-area-main_4 {
  margin-bottom: 16px; }
.pg-index #tour .bnr-area .bnr-area-main_4 li {
  width: 503px;
  margin-right: 16px; 
  float: left; }
.pg-index #tour .bnr-area .bnr-area-main_4 li:last-child {
  margin-right: 0px;
}

.pg-index #tour .bnr-area-870 {
  width: 870px;
  margin: 64px auto 30px;
}
.pg-index #tour .bnr-area-870_02 {
  width: 870px;
  margin: 0px auto 30px;
}
.pg-index #tour .bnr-area-870_03 {
  width: 870px;
  margin: 0px auto 64px;
}

.pg-index #tour .bnr-area-btn {
  width: 1024px;
  height: 264px;
  margin: 64px auto 0;
  padding: 38px 0 0 0;
  background: url(../imgdir/index/bnr_1803_01_bg.jpg) no-repeat left center;
}
.pg-index #tour .bnr-area-btn ul {
  width: 942px;
  margin: 0px auto 0px;
}
.pg-index #tour .bnr-area-btn li {
	display: inline;
	width: 308px;
	height: 112px;
	margin-top:118px;
	margin-right: 4px;
}
.pg-index #tour .bnr-area-btn h2 {
	font-size: 32px;
	font-family: 'Noto Sans Japanese' , sans-serif;
	font-weight: 300;
	text-align: center;
}
.pg-index #tour .bnr-area-btn li.bn_last {
	margin-right: 0px;
}
.pg-index #tour .bnr-area-btn a.alpha:hover {
  text-decoration: none;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; 
}

.pg-index #tour .bnr-area-l {
  width: 330px;
  float: left;
  margin-bottom: 30px; }
.pg-index #tour .bnr-area-c {
  width: 330px;
  float: left;
  margin-bottom: 30px;
  margin-left: 17px; }
.pg-index #tour .bnr-area-r {
  width: 330px;
  float: left;
  margin-bottom: 30px;
  margin-left: 17px; }
.pg-index #tour .inner {
  width: 1035px;
  margin: 0 auto 30px auto; }
.pg-index #tour .inner > article {
  width: 330px;
  margin: 0 7px 15px 8px;
  float: left;
  border: 1px solid #e3e1e1; }
.pg-index #tour .inner > article .thumb {
  width: 100%;
  height: 245px;
  position: relative;
  text-align: center;
  overflow: hidden; }
.pg-index #tour .inner > article .thumb > a > img {
  width: 328px;
  min-width: 100%;
  height: auto;
  min-height: 245px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
.pg-index #tour .inner > article .thumb .tag {
  position: absolute;
  left: 10px;
  top: 10px; }
.pg-index #tour .inner > article .detail {
  height: 75px;
  padding: 12px;
  line-height: 18px;
  overflow: hidden; }
.pg-index #tour .inner > article .link {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  display: table;
  border-top: 1px solid #e3e1e1; }
.pg-index #tour .inner > article .link p {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  line-height: 1.6;
  padding-right: 25px; }
.pg-index #tour .inner > article .link p span {
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 2px 5px;
  font-size: 10px;
  font-size: 1rem; }
.pg-index #tour .inner > article .link a {
  width: 100px;
  padding-left: 15px;
  background: url("../imgdir/common/arrow-small.gif") no-repeat left 48%;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #282828; }
.pg-index #tour .inner > article .link a:hover {
  text-decoration: none;
  color: #666666; }
.pg-index #tour .tour_btn {
  margin: 0px auto;
  text-align: center; }
.pg-index #tour .tour_btn a {
  width: 300px; }
.pg-index #tour .tour_btn a span {
  padding: 5px 0 5px 40px;
  background: url(../imgdir/index/btn_more.gif) no-repeat left center;
  line-height: 25px; }
.pg-index #column {
  width: 1060px;
  margin: 0 auto 55px auto; }
.pg-index #column .col-2 {
  margin-bottom: 40px; }
.pg-index #column .col-2 .inner {
  width: 490px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-size: 1.6rem; }
.pg-index #column .col-2 .inner .fGray {
  color: #a3a3a3; }
.pg-index #column .col-3 {
  margin-bottom: 40px;
  padding: 0 5px;
  text-align: center; }
.pg-index #column .col-3 .inner {
  width: 320px;
  margin-left: 15px;
  margin-right: 15px; }
.pg-index #column .col-3 .inner p {
  height: 60px;
  text-align: center;
  line-height: 55px;
  border-top: 1px solid #e3e1e1;
  font-size: 16px;
  font-size: 1.6rem; }
.pg-index #column .col-3 .inner p.letterspacing {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: -0.03em; }
.pg-index #column .col-3 .inner p.letterspacing a {
  line-height: 1.5; }
.pg-index #column .inner {
  float: left;
  text-align: center;
  border: 1px solid #e3e1e1; }
.pg-index #column .inner p {
  height: 45px;
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #e3e1e1; }
.pg-index #column .inner p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: bold;
  color: #0e2e77;
  padding: 0 12px; }
.pg-index #column .inner p a:hover {
  text-decoration: none; }
.pg-index #column .btn {
  width: 234px;
  margin-left: 0px;
  margin-right: 24px;
  vertical-align: top; 
  line-height: 57px;}
.pg-index #column .btn span {
  padding-left: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../imgdir/index/btn_more.gif) no-repeat left center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 35px; }
.pg-index #column .insurance span {
  background: url(../imgdir/index/column-btn-insurance.gif) no-repeat left center; }
.pg-index #column .wifi {
  width: 234px;
  margin-left: 0px;
  margin-right: 23px;
}
/*.pg-index #column .wifi {
  background: #0e2e77 url(../imgdir/index/column-btn-bg.gif) no-repeat 301px 40px; }
.pg-index #column .wifi span {
  background: url(../imgdir/index/column-btn-wifi.gif) no-repeat left center; }*/
.pg-index #column .takuhai {
  width: 234px;
  margin-left: 0px;
  margin-right: 0px; }
.pg-index #column .appbank {
  width: 234px;
  margin-left: 0px;
  margin-right: 0px; }
.pg-index #information {
  margin-bottom: 55px; }
.pg-index #information h2 {
  margin-bottom: 20px; }
.pg-index #information .inner {
  margin-bottom: 30px;
  padding: 20px 0;
  background: #f5f7fc; }
.pg-index #information .inner p {
  width: 890px;
  margin: 0 auto 3px auto; }
.pg-index #information .inner p a {
  padding-left: 12px;
  background: url("../imgdir/common/arrow-small.gif") no-repeat left 1px; }
.pg-index #information .inner p a:hover {
  text-decoration: none; }
.pg-index #information dl {
  width: 890px;
  height: 215px;
  margin: 0 auto;
  padding: 8px 20px 20px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
  background: #ffffff;
  border: 1px solid #e3e1e1; }
.pg-index #information dl dt {
  width: 150px;
  padding: 8px 0 8px 0;
  float: left;
  vertical-align: top;
  font-weight: bold; }
.pg-index #information dl dd {
  padding: 8px 0 8px 150px;
  text-align: left;
  vertical-align: top;
  color: #282828;
  border-bottom: 1px dashed #e3e1e1; }
.pg-index #information dl dd > span {
  margin-top: 2px;
  margin-right: 5px;
  padding: 4px 6px;
  line-height: 1;
  vertical-align: top;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  background: #0e2e77;
  display: inline-block;
  *display: inline;
  *zoom: 1; }
.pg-index #information .btn {
  width: 320px;
  height: 70px;
  margin: 0 auto;
  line-height: 70px; }
.pg-index #social {
  width: 990px;
  margin: 0 auto 60px auto; }
.pg-index #social > div {
  width: 480px; }
.pg-index #social > div h2 {
  margin-bottom: 20px; }
.pg-index #social > div .snsbtn {
  margin-top: -45px;
  line-height: 0;
  text-align: right; }
.pg-index #social > div #fb {
  width: 480px;
  margin: 0 auto;
  padding: 40px 0 0 0; }
.pg-index #social > div #fb .fbbox {
  width: 480px;
  padding-top: 15px; }
.pg-index #social > div #fb .fbbox:first-child {
  padding: 0; }
.pg-index #social > div #fb .fbbox dt {
  height: 90px;
  width: 90px;
  margin: 0 22px 0 0;
  float: left;
  display: table;
  overflow: hidden;
  text-align: center; }
.pg-index #social > div #fb .fbbox dt a {
  width: 90px;
  height: 90px;
  display: table-cell;
  vertical-align: middle; }
.pg-index #social > div #fb .fbbox dt img {
  max-width: 90px !important;
  max-height: 90px !important; }
.pg-index #social > div #fb .fbbox dd {
  height: 90px;
  padding: 0 0 0 100px;
  margin: 0px; }
.pg-index #social > div #fb .fbbox dd.date {
  margin-bottom: 15px;
  line-height: 1; }

.pg-index #social2 h2 {
  padding: 0;
}
.pg-index #social2 .pg-index__social2__instagram {
  width: 990px;
  margin: 0 auto 40px;
}
.pg-index #social2 .pg-index__social2__instagram #sb_instagram .sbi_follow_btn a {
  border-radius: 0;
  padding: 15px 40px;
}

/*  テキストフォント ウェブフォント
-----------------------------------------*/
.textfont {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN";
  letter-spacing: 0.05em; }

h2.textfont {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.4; }
