@charset "utf-8";
/* CSS Document */
/* init */
* {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
body {
  color: #333333;
  font-size: 0.9em;
  line-height: 1.4;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  letter-spacing: .8px;
  min-width: 960px;
}
a img {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
a:link {
  color: #017007;
  font-weight: 600;
}
a:visited {
  color: #017007;
}
a:hover {
  color: #01BC0B;
}
a {
  outline: none;
  border: none;
}
b, strong, .bold {
  font-weight: 600;
}

.carning{
-webkit-font-feature-settings: 'palt' 1; /*// for Android 4.4*/
font-feature-settings: 'palt' 1;
}

/* レイアウト */
#body-wrapper {
  /*background: url(../images/bg_mainImage.jpg) top center no-repeat;*/
}

#contents_bg {
  padding-top: 30px;
  margin-top: 0;
  width: 100%;
  background: #a38280;
  background-image: url("../images/bg_contents_bg.png");
  background-repeat: repeat;
  background-position: top -350px center;
}

#header_wrapper {
  height: 680px;
  background: #a38280;
  position: relative;
  background-image: url("../images/img_bg-header_wrapper.jpg");
  background-position: bottom;
  background-repeat: repeat-x;
}
/*header {
  position: relative;
}*/
#seal {
    position: absolute;
    right: 15px;
    top: 188px;
    width: 216;
    height: 216;
}
#seal_online {
	position: absolute;
	left: 5px;
	top: 429px;
	/*top: 418px;*/
	width: 200;
	height: 200;
}
div#mainImg {
  margin: 0 auto;
  width: 900px;
  height: 680px;
  border: 0;
	background-image: url("../images/bg_mainImage.png");
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#mainImg_img-ran {
	position: absolute;
	left: 96px;
	bottom: 13px;
	width: 363px;
	height: 655px;
}
#mainImg_img {
	position: absolute;
	right: 52px;
	bottom: 133px;
	width: 299px;
	height: 433px;
}


p.name {
  position: absolute;
  color: #cd8f5e;
  font-size: 0.6em;
  font-weight: 400;
  left: 50px;
  bottom: 16px;
}

#lead-wrapper { /*後ろの色*/
  background-color: #ffffff;
	width: 100%;
	height: 370px;
	padding-top: 80px;
}

#lead {
	width: 840px;
	height: 320px;
	background-color: #ffffff;
	margin: 0 auto;
}
#lead p {
	margin: 0 auto ;
	padding-top: 150px;
	width: 820px;
	height: 160px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	text-align: justify;
	background-image: url("../images/img_lead.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top 10px center;
}

#contents_bgIn {
  margin: 0 auto;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
#contents_wrapper {
  width: 900px;
  margin: 0 auto;
	position: relative;
}
#contents_left, #contents_right {
  width: 438px;
  margin-bottom: 50px;
}
#contents_left {
  float: left;
}
#contents_right {
  float: right;
}
.contents_1col {
  width: 980px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}
.contents_1col img {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  width: 100%;
  margin-left: auto;
}
/*.contents_2col, .contents_3col {
    background: url(../images/bg_content.png) repeat left center;
}*/
#contents_1col_center {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  position: relative;
  border: 0px solid #D9DBEB;
  background-image: url("../images/bg_pic.png");
  background-repeat: repeat;
  background-color: #f6fafd;
}
.contents_2col {
  margin-bottom: 30px;
  width: 396px;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 25px;
  position: relative;
  border: 2px solid #e1beb9;
  background-color: #ffffff;
}
#info-block {
  /*background-color: #F7ECEC;*/
  width: 880px;
  text-align: left;
  color: #f0e9e9;
  font-size: 1em;
  line-height: 1.4;
	margin-bottom: 20px;
  padding: 0 0 0 10px;
  /*margin: 20px auto 20px auto;*/
  /*border-radius: 2px;
  border: 0;*/
  /* border:1px #344F4D solid;*/
  position: relative;
}
.under {
  border-bottom: solid 3px #E00000;
}
.text-red {
  color: #c00000;
}
#info-block .bold {
  font-weight: 600;
}
.present {
  position: absolute;
  right: 15px;
  top: 91px;
}

/* パーツ */
h1 {
  display: none;
}

h2 {
	margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
  color: #671F37;
  font-size: 1.2em;
}

h2 span {
  display: block;
  margin: 0 0 0 0px;
  height: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#tenji h2 span {
  background-image: url("../images/ttl_tenji-h.png");
  padding: 49px 0 0 0px;
  background-size: contain;
}
#tenji2 h2 span {
  background-image: url(../images/ttl_tenji-h.png);
  padding: 49px 0 0 0px;
  background-size: contain;
}
#annai h2 span {
  background-image: url(../images/ttl_annai-h.png);
  padding: 49px 0 0 0px;
  background-size: contain;
}
#event h2 span {
  background-image: url(../images/ttl_event-h.png);
  padding: 49px 0 0 0px;
  background-size: contain;
}
#kenkyu h2 span {
  background-image: url("../images/ttl_kenkyu-h.png");
  padding: 49px 0 0 0px;
  background-size: contain;
}
#live h2 span {
  background-image: url(../images/ttl_live-h.png);
  padding: 49px 0 0 0px;
  background-size: contain;
}
#online h2 span {
  background-image: url(../images/ttl_online-h.png);
  padding: 49px 0 0 0px;
  background-size: contain;
}
#saibai h2 span {
  background-image: url("../images/ttl_saibai-h.png");
  padding: 49px 0 0 0px;
  background-size: contain;
}
#movie h2 span {
  background-image: url("../images/ttl_movie-h.png");
  padding: 49px 0 0 0px;
  background-size: contain;
}
#kaijyo h2 span {
  background-image: url("../images/ttl_kaijyo-h.png");
  padding: 49px 0 0 0px;
  background-size: contain;
}
#hanbai h2 span {
  background-image: url("../images/ttl_hanbai-h.png");
  padding: 49px 0 0 0px;
  background-size: contain;
}
#kaijyo_map h2 span {
  background-image: url("../images/ttl_kaijyo_map-h.png");
  padding: 49px 0 0 0px;
  background-size: contain;
}
#morning_photo h2 span {
  background-image: url(../images/ttl_morning_photo-h.png);
  padding: 62px 0 0 0px;
  background-size: contain;
}
#information h2 span {
  background-image: url(../images/ttl_information-h.png);
  padding: 49px 0 0 0px;
  background-size: contain;
}
#present h2 span {
  background-image: url(../images/ttl_present-h.png);
  padding: 49px 0 0 0px;
  background-size: contain;
}
#gaiyou h2 span {
  background-image: url(../images/ttl_gaiyo-h.png);
  padding: 49px 0 0 0px;
  background-size: contain;
}
#access h2 span {
  background-image: url(../images/ttl_access-h.png);
  padding: 49px 0 0 0px;
  background-size: contain;
}
#download h2 span {
  background-image: url(../images/ttl_download-h.png);
  padding: 49px 0 0 0px;
  background-size: contain;
}

div .kaijyo {
  /*margin-top: 10px;*/
  margin-right: 0;
  margin-left: 4px;
  margin-bottom: 10px;
  padding-bottom: 0.2em;
  letter-spacing: .6px;
  color: #006253;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.5em;
}

div .kaijyo_ran {
	display: inline-block;
    background-color: #65735f;
    color: #671f37;
    border: solid 1px #671f37;
    font-size: 18px;
    height: 30px;
    width: 7em;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 3px;
    margin-right: 0.5em;

}

div .kaijyo_kyouiku {
  display: inline-block;
  color: #671f37;
  border: solid 1px #671f37;
  background-color: #f6f4f3;
  font-size: 18px;
  height: 30px;
  width: 7em;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 3px;
  margin-right: 0.5em;
}
div .kaijyo_kyouiku02 {
  display: inline-block;
  color: #671f37;
  border: solid 1px #671f37;
  background-color: #f6f4f3;
  font-size: 18px;
  height: 30px;
  width: 5em;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 3px;
  margin-right: 0.5em;
}
div .kaijyo_nettai {
  display: inline-block;
  color: #671f37;
  border: solid 1px #671f37;
  background-color: #f6f4f3;
  font-size: 18px;
  height: 30px;
  width: 12em;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 3px;
  margin-right: 0.5em;
}
div .kaijyo_tamokuteki {
  display: inline-block;
  color: #671f37;
  border: solid 1px #671f37;
  background-color: #f6f4f3;
  font-size: 18px;
  height: 30px;
  width: 7em;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 3px;
  margin-right: 0.5em;
}
div .kaijyo_kensyu {
  display: inline-block;
  color: #671f37;
  border: solid 1px #671f37;
  background-color: #f6f4f3;
  font-size: 18px;
  height: 30px;
  width: 11em;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 3px;
  margin-right: 0.5em;
}
div .kaijyo_hiroba {
  display: inline-block;
  color: #671f37;
  border: solid 1px #671f37;
  background-color: #f6f4f3;
  font-size: 18px;
  height: 30px;
  width: 6em;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 3px;
  margin-right: 0.5em;
}

h3 {
  color: #467848;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.4;
font-feature-settings: "palt";
letter-spacing: 0.7px;
}

/*.round-cap-left:before {
  background-color: #467848;
  background: #467848;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 23px;
  margin-right: 10px; 
  vertical-align: middle;
  width: 2px; 
  padding: 5px 0 3px 0;
}*/

h4 {
  margin: 8px 0px 0px 5px;
    padding: 5px 0px 0px 0px;
  color: #D98653;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3em;
  font-feature-settings: "palt";
  letter-spacing: 0.7px;
	
}
#info-block h3 {
  display: none;
}
#tamokuteki h3 {
  display: none;
}
#tamokuteki h4 {
  display: none;
}

.mark_kenkyu_tenji {
  display: inline-block;
  height: 18px;
  width: 4.5em;
  background-color: #fff;
  border: 2px solid #125AD1;
  border-radius: 10px;
  padding: 1px 15px 3px 15px;
  color: #125AD1;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
/*会場カラー*/
.kaijyo_tamokuteki {
  color: #E50065;
}
.kaijyo_nettai {
  color: #005C30;
}
.kaijyo_kyouiku {
  color: #920783;
}
.kaijyo_kensyu {
  color: #0068B7;
}
.kaijyo_hiroba {
  color: #7D0000;
}
.icon_camera {
  height: 45px;
  width: 57px;
  position: absolute;
  left: 371px;
  top: 113px;
}
/* パーツ */
.table01 {
  border-collapse: collapse;
  width: 100%;
}
.table01 td, .table01 th {
  border: 1px solid #B5B7C0;
  vertical-align: middle;
}
.table01 th, .table01 td.midashi {
  background-color: #fffaee;
  padding: 3px;
  text-align: center;
  font-weight: normal;
}
.table01 th {
  width: 20%;
}
.table01 td {
  background-color: #fff;
  padding: 8px;
  text-align: left;
}
#ev01 .table01 th, .table01 {
  background-color: #FCF8F6;
}
#photo_exhi .table01 th, .table01 {
  background-color: #F9F6FC;
}
#online .table01 th, .table01 {
  background-color: #fffaed;
}
#quize .table01 th, .table01 {
  background-color: #FDFBEE;
}
.table02 {
  border-collapse: collapse;
  width: 100%;
}
.table02 td, .table02 th {
  border: 1px solid #B5B7C0;
  vertical-align: middle;
  padding: 5px;
  /* font-size: 0.9rem;*/
}
.table02 th {
  font-weight: normal;
  background-color: #FDFBEE;
  width: 30%;
  text-align: center;
}
.table02 td {
  background-color: #FFF;
  text-align: left;
  padding-left: 1rem;
}
.table02 td.fee {
  text-align: left;
  padding: 15px 0 15px 25px;
}
.table03 {
  border-collapse: collapse;
  width: 100%;
  border-width: 1px;
}
.table03 th, .table03 td {
  border: 1px solid #AEAEAE;
  background-color: #FFF;
  vertical-align: middle;
}
.table03 th {
  color: #666;
  font-weight: normal;
  width: 30%;
  background-color: #fffaed;
  text-align: center;
}
.table03 td {
  padding-right: 3px;
  padding-left: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  /*font-size: 0.9em;*/
  text-align: left;
}
.table04 {
  border-collapse: collapse;
  width: 340px;
  margin: 0 0 15px 20px;
}
.table04 td, .table04 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
}
.table04 th {
  background-color: #f6f6f6;
  padding: 3px;
  text-align: center;
  font-weight: normal;
}
.table04 td {
  background-color: #fff;
  padding: 8px;
  text-align: center;
}
.box01 {
  position: relative;
  width: 374px;
  padding: 20px 10px 10px 10px;
  margin-bottom: 12px;
    border: 1px solid #c3d4b6;
    background-color: #f5f7f5;
  border-radius: 2px;
}

.box02 {
  position: relative;
  width: 374px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 12px;
    border: 1px solid #c3d4b6;
    background-color: #f5f7f5;
  border-radius: 2px;
}

#img_01 {
  background-image: url("../images/img_01hk.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 128px;
  height: 213px;
  bottom: -2px;
  left: -30px;
  z-index: 10;
}
#img_02 {
  background-image: url("../images/img_02hk.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 74px;
  height: 59px;
  top: 0px;
  left: -15px;
  z-index: 10;
}
#img_03 {
  background-image: url("../images/img_03hk.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 64px;
  height: 102px;
  top: 134px;
  right: -20px;
  z-index: 10;
}
#img_04 {
  background-image: url("../images/img_04hk.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 56px;
  height: 79px;
  bottom: 1px;
  right: 33px;
  z-index: 10;
}
#img_05 {
  background-image: url("../images/img_05hk.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 62px;
  height: 84px;
  top: -10px;
  right: 50px;
  z-index: 10;
}
#img_06 {
  background-image: url("../images/img_06hk.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 52px;
  height: 62px;
  bottom: 10px;
  left: 250px;
  z-index: 10;
}
.box-pic {
  position: absolute;
  top: 7px;
  right: 7px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  z-index: 2;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 5px;
}
.box-pic02 {
  position: absolute;
  top: 10px;
  right: 10px;
  border-left: 0px solid #CCC;
  border-right: 0px solid #CCC;
  border-bottom: 0 solid #CCC;
  border-top: 0px solid #CCC;
  z-index: 2;
  width: 130px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}
.yoyaku {
  width: 374px;
  background: #fff;
  padding: 15px 10px 10px 10px;
  margin: 20px 0 40px 0;
  border-top: 1px solid #9b9b8a;
  border-bottom: 1px solid #9b9b8a;
  color: #EA5514;
  position: relative;
  font-size: 1.1em;
}
.yoyaku p {
  margin-bottom: 7px;
}
/*.box02 {
  width: 361px;
  background-color: #fefcf4;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px #f4f3e7 solid;
}*/
.box-in-box {
  position: relative;
  width: 374px;
  border: none;
  padding: 5px 0;
  margin-bottom: 12px;
  border-bottom: #CCC 1px dotted;
}
.box-in-box-present {
  background-color: #fefcf4;
  width: 361px;
  border: none;
  padding: 5px 0 5px 0;
  border-bottom: none;
}
.box-in-box-last {
  width: 374px;
  border: none;
  padding: 5px 0 5px 0;
  margin-bottom: 12px;
  border-bottom: none;
}
.blog {
  background-repeat: repeat;
  background-position: left 100px;
  background-image: url(../images/bg_content.png);
  margin-bottom: 30px;
  width: 375px;
  padding-top: 15px;
  padding-right: 25px;
  padding-left: 20px;
  padding-bottom: 20px;
  border: 5px solid #ECE0D5;
  position: relative;
  background-color: hsla(0, 0%, 100%, 0.71);
}
.blog-in {
  width: 351px;
  border: none;
  padding: 10px 15px;
  border-bottom: none;
}
.txt01 {
  padding: 5px 8px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.1em;
}
.txt02 {
  padding-top: 15px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 10px;
  margin-top: 13px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6em;
  border: 1px dotted #888888;
  background-color: #fff;
}
.txt03 { /*イベント等のテキスト*/
  color: #493b2c;
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 0px 5px;
  margin: 5px 0 10px 0;
}
.txt04 {
  width: 900px;
  text-align: center;
  color: #858585;
  margin: 0 auto;
  font-size: 0.6em;
}
.txt05 { 
  color: #493b2c;
  padding: 5px 8px 5px 90px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
  font-size: 0.9rem;
  line-height: 1.4;
  position: relative;
}

.txt06 { /*イベント等のテキスト 囲みあり*/
  color: #493b2c;
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 5px;
  margin: 10px 0 10px 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.txt07 { /*イベント等のテキスト 囲みあり ピンク*/
  color: #493b2c;
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 5px;
  margin: 10px 0 10px 0;
  border: 1px solid #efa9dc;
  background-color: #FFF7FD;
}

.img_flag {
    position: absolute;
    left: 4px;
    top: 1px;
    z-index: 20;
}

.BBul {
  border-bottom: dotted 1px #999;
  padding: 0.2em 0;
}

.reservations {
  font-size: 1.1em;
  color: #ffffff;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #b91f89;
  text-align: center;
  line-height: 80px;
  position: absolute;
  top: -40px;
  right: -10px;
}
/*リンクボタン*/
/*.button_ws {
  margin-left: 15px;
  margin-top: 10px;
  display: block;
  width: 350px;
  height: 60px;
  line-height: 60px;
  font-size: 1.2em;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background-color: #001345;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.button_ws:hover {
  color: #001345 !important;
  background-color: #B4C6D7;
}*/
.button_ws {
  margin-left: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  height: 37px;
  line-height: 35px;
  padding-top: 3px;
  font-size: 1em;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background-color: #b91f89; /*ボタン色*/
  border-radius: 20px; /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.button_ws:hover {
  color: #FFF;
  background-color: #db61a3; /*ボタン色*/
}
.gmap {
  margin: 15px 0 5px;
}
.gmap p {
  text-align: right;
  font-size: 85%;
}
.gmap_in {
  border: solid 1px #a590d5;
}
.box_dl1 a, .box_dl2 a {
  display: block;
  width: 227px;
  font-size: 0.8rem !important;
  height: 52px;
  padding: 55px 20px 0 150px;
  background-repeat: no-repeat;
  color: #333333;
  line-height: 1.2em;
  text-decoration: none;
}
.box_dl1 a:link, .box_dl2 a:link, .box_dl1 a:visited, .box_dl2 a:visited, .box_dl1 a:hover, .box_dl2 a:hover {
  color: #333333;
  text-decoration: none;
}
.box_dl1 a {
  background-image: url(../images/btn_dl_off.jpg);
  background-repeat: no-repeat;
}
.box_dl1 a:hover {
  background-image: url(../images/btn_dl_on.jpg);
  background-repeat: no-repeat;
}
.flex {
  display: flex;
}
#kaijyo_map .map {
  width: 390px;
}

/*footer*/
footer {
  clear: both;
  background: #835c5d;
  width: 100%;
  padding: 10px 0 0 0;
}
#footer_in {
  /*background: #C30D23;*/
  width: 900px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}
#logo-tbg40 {
	width: 74px;
	height: 57px;
	position: absolute;
	top: 52px;
	left: 5px;
}
.logo1 {
	width: 147px;
	height: 41px;
	position: absolute;
	top: 60px;
	left: 99px;
}
.logo2 {
	width: 163px;
	height: 41px;
	position: absolute;
	left: 266px;
	top: 61px;
}
.support {
	width: 420px;
	color: #FFF;
	font-size: 0.8rem;
	text-align: left;
	position: absolute;
	right: 5px;
	top: 30px;
}
.cr {
	width: 400px;
	color: #FFF;
	font-size: 0.8rem;
	text-align: right;
	position: absolute;
	right: 5px;
	top: 125px;
}
.totop {
  width: 92px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -37px;
}
a .totop {
  background-color: #835c5d;
  border-left: 1px solid #835c5d;
  border-right: 1px solid #835c5d;
  border-bottom: 0px solid #835c5d;
  border-top: 1px solid #835c5d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url(../images/btn_totop_in.png);
  background-repeat: no-repeat;
  background-position: center 8px;
}
a:hover .totop {
  background-color: #835c5d;
}

/* padding margin */
.maT5B10 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.maT20 {
  margin-top: 20px;
}
.maT10 {
  margin-top: 10px;
}
.maT40 {
  margin-top: 40px;
}
.maT5 {
  margin-top: 5px;
}
.ma_top5 {
  margin-top: 5px;
}
.maB30 {
  margin-bottom: 30px;
}
.maB20 {
  margin-bottom: 20px;
}
.maB50 {
  margin-bottom: 50px;
}
.maB30 {
  margin-bottom: 30px;
}
.maB15 {
  margin-bottom: 15px;
}
.maB10 {
  margin-bottom: 10px;
  padding-left: 2px;
}
.maB5 {
  margin-bottom: 5px;
}
.maB0 {
  margin-bottom: 0px;
}
.pa_btm10 {
  padding-bottom: 10px;
}
.maL05em {
  margin-left: 0.5em;
}
.maL6em {
  margin-left: 6.5em;
}
.maLR1em {
  margin-left: 1em;
  margin-right: 1em;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent_1 {
  text-indent: -0.5em;
}
/* テキスト装飾 */
.small {
  font-size: 85%;
  line-height: 1.3em;
}
.smaller {
  font-size: 0.8rem;
  color: #FFFFFF;
  text-shadow: 0px 0px #CCCCCC;
}
.service {
  background: url(../images/service.png) 10px 20px no-repeat;
  font-size: 0.9rem;
  color: #666;
  text-align: right;
  padding: 10px 22px 0 0;
}
.note {
  color: #cd0505;
  font-size: 0.8rem;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
/*その他 */
.clear {
  clear: both;
}
.nodisplay {
  display: none;
}
/*socialPlugIn*/
.social {
  position: absolute;
  width: 220px;
  height: 35px;
  z-index: 5;
  right: -13px;
  top: 17px;
}
.nowrap {
  white-space: nowrap;
}
.sns-wrap {
  margin: 0px auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.sns-wrap li.fb-button {
  line-height: 1;
  width: 115px;
  margin-right: 10px;
}
.tw-button {
  width: 100px;
  display: inline-block;
}
.fb-button {
  display: inline-block;
}
