@charset "utf-8";
/* CSS Document */


.fx-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fx-wrap-2 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 25px;
}
.fx-wrap-2 > li > div {
  width: 100%;
}

.fx-wrap > li {
  padding-bottom: 25px;
}


/* font ---------- */

p,li,figcaption {font-size: 14px;line-height: 1.72;}
.tx-fs {font-size: 14px;line-height: 1.72;}
.tx-fs1 {font-size: 16px;line-height: 1.63;}
.tx-fs2 {font-size: 18px;line-height: 1.55;}
.tx-fs3 {font-size: 20px;line-height: 1.5;}
.tx-fs4 {font-size: 22px;line-height: 1.45;}
.tx-fs5 {font-size: 24px;line-height: 1.4;}
.tx-fs6 {font-size: 26px;line-height: 1.38;}
.tx-fs7 {font-size: 28px;line-height: 1.36;}


/* margin padding ---------- */

.mgn_b10 {margin-bottom:10px;}
.mgn_b20 {margin-bottom:20px;}
.mgn_b30 {margin-bottom:30px;}
.mgn_b40 {margin-bottom:40px;}
.mgn_b50 {margin-bottom:50px;}
.mgn_b60 {margin-bottom:60px;}
.mgn_b70 {margin-bottom:70px;}
.mgn_b80 {margin-bottom:80px;}
.mgn_b90 {margin-bottom:90px;}
.mgn_b100 {margin-bottom:100px;}
.mgn_b110 {margin-bottom:110px;}
.mgn_b120 {margin-bottom:120px;}

.pdg_b5 {padding-bottom:5px;}
.pdg_b10 {padding-bottom:10px;}
.pdg_b15 {padding-bottom:15px;}
.pdg_b20 {padding-bottom:20px;}
.pdg_b30 {padding-bottom:30px;}
.pdg_b40 {padding-bottom:40px;}
.pdg_b50 {padding-bottom:50px;}
.pdg_b60 {padding-bottom:60px;}
.pdg_b70 {padding-bottom:70px;}
.pdg_b80 {padding-bottom:80px;}
.pdg_b90 {padding-bottom:90px;}
.pdg_b100 {padding-bottom:100px;}
.pdg_b110 {padding-bottom:110px;}
.pdg_b120 {padding-bottom:120px;}

.pdg_t10 {padding-top:10px;}
.pdg_t20 {padding-top:20px;}
.pdg_t30 {padding-top:30px;}
.pdg_t40 {padding-top:40px;}
.pdg_t50 {padding-top:50px;}
.pdg_t60 {padding-top:60px;}


/* text ---------- */

.tx-fw-b {
  font-weight: bold;
}
.tx-fw-bc {
  font-weight: bold;
  text-align: center;
}
.tx-clr {
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
}
.tx-clr-re {
  color: #a5001e;
}
.tx-re-bc {
  color: #a5001e;
  font-weight: bold;
  text-align: center;
}
.lnk-udline {
  text-decoration: underline;
}


/* button ---------- */

.sec_btnwp {
  text-align: center;
}
a.sec_btn {
  text-align: center;
  display: block;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color:#444;
  padding: 15px 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55;
}
.chev-rb:before {
	font-family: FontAwesome;
	content:'\f138';
  color: #fff;
	font-weight:normal;
	margin-right:5px;
}
.chev-ra:after {
	font-family: FontAwesome;
	content:'\f138';
  color: #fff;
	font-weight:normal;
	margin-left:5px;
}
.chev-db:before {
	font-family: FontAwesome;
	content:'\f13a';
  color: #fff;
	font-weight:normal;
	margin-right:5px;
}
.chev-da:after {
	font-family: FontAwesome;
	content:'\f13a';
  color: #fff;
	font-weight:normal;
	margin-left:5px;
}


/* icn ------------ */

.icn-chev-brb {
  display: block;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
}
.icn-chev-brb:before {
  font-family: FontAwesome;
  content: '\f138';
  font-weight: normal;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.icn-chev-bra {
  display: block;
  text-align: left;
  padding-top: 5px;
  font-weight: bold;
}
.icn-chev-bra:after {
  font-family: FontAwesome;
  content: '\f138';
  font-weight: normal;
  margin-left: 5px;
}
.icn-chev {
  margin-bottom: 10px;
}
.icn-chev li {
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
}
.icn-chev li:before {
  font-family: FontAwesome;
  content: '\f138';
  font-weight: normal;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.icn-chev li a {
	display: block;
}
.icn-chev.icn-bro li:before {
  color: #bc8e60;
}
.mark_double_right {
  font-size: 16px;
  line-height: 1.63;
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
  position: relative;
}
.mark_double_right:before {
  font-family: FontAwesome;
  content: '\f101';
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}


/* menu ---------- */

.lo_menu {
  text-align: center;
}
.lo_menu li {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.lo_menu li a {
  border:1px solid #292929;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 5px;
  min-height: 50px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.63;
}
.lo_menu li a span {
  display: inline-block;
  width: 100%;
}
.lo_menu li i {
  margin-left: 5px;
}

.gide_link {
  cursor: pointer;
  display: block;
  position: relative;
}
.gide_link-item {
  display: block;
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.gide_link-item:before {
  font-family: FontAwesome;
  content: '\f13a';
  color: #bc8e60;
  margin-right: 3px;
}
.gide_link-item.on:before {
  content: '\f139';
}
.sublink {
  display: none;
  padding-bottom: 5px;
}
.sublink li {
  padding-left: 2.2em;
  text-indent: -1.0em;
  line-height: 1.8;
}
.sublink li:before {
  font-family: FontAwesome;
  content: '\f054';
  color: #a6a6a6;
  margin-right: 3px;
}
.gide_link-item2 {
  display: block;
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
}
.gide_link-item2:before {
  font-family: FontAwesome;
  content: '\f13a';
  color: #bc8e60;
  margin-right: 3px;
}


/* movie ---------- */

.box-mv {
  margin: 0 auto 30px;
  max-width: 580px;
}


/* section common ---------- */

/* head */

.contents_head {
	margin-bottom: 60px;
	overflow: hidden;
}
.contents_head h2 {
	padding-bottom: 20px;
}
.contents_head_block {
	display: flex;
}
@media (min-width: 668px){
.contents_head_block {
	justify-content: space-between;
	align-items: flex-end;
}
}
.contents_head h3 {
	padding-bottom: 10px;
  font-size: 28px;
  line-height: 1.36;
  font-weight: bold;
}
.contents_head h3 span {
	display: block;
	font-size: 14px;
  /*font-weight: normal;*/
}
.head_price {
	text-align: right;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.head_price em {
	font-size: 22px;
  line-height: 1.45;
  color: #a5001e;
}
@media (max-width:667px){
/* head */

.contents_head {
	margin-bottom: 50px;
}
.contents_head_block {
	flex-direction: column;
}
.contents_head h3 {
	width: auto;
	font-size: 22px;
}
.contents_head h3 span {
	display: block;
	font-size: 12px;
}
.head_price {
	width: auto;
}
.head_price img {
	max-width: 200px;
}
}
.head_lead {
	clear: both;
}


/* title */

.sec_hd_wp,
.sec_inhd_wp {
  text-align: center;
  margin-bottom: 20px;
}
.sec_hd_wp .icn,
.sec_inhd_wp .icn {
  display: block;
  margin-bottom: 5px;
}
.sec_hd_wp .txt-t {
  padding-top: 5px;
}
.sec_hd_wp.hd-line {
  border-bottom: 1px solid #292929;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.sec_hd {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.sec_hdr {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.45;
}
.blk_ttlbar {
  background-color: #f5f0eb;
  text-align: center;
  padding:7px 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blk_ttlbar i {
  margin-right: 5px;
}
/*.sm-col2 .blk_ttlbar {
  padding: 15px 10px;
}*/
.box_ttlbar {
  background-color: #f5f0eb;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.box_ttlbar i {
  margin-right: 5px;
}
.sec_ttlarw {
  text-align: center;
}

.sec_ttlarw > div {
  display: inline-block;
  color: #fff;
  background-color: #5a4c3e;
  padding: 15px 60px;
  position:relative;
  margin-bottom: 35px;
  font-weight: bold;
}
.sec_ttlarw > div:before {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid #5a4c3e;
	position: absolute;
	left: 50%;
	bottom: -20px;
}
.sec_ttlarw h3 {
  font-size: 18px;
  line-height: 1.55;
}


/* box */

.sec_fm_gra {
  background-color: #f2f2f2;
  padding: 40px 30px 10px;
}
.sec_fmbdr {
  padding: 40px 55px 5px;
}
.fm-gra {
  border:5px solid #f2f2f2;
}
.fm-red {
  border:5px solid #a5001e;
}
.fm-col2 .img {
  text-align: center;
}


/* list */
.diy-list {
  overflow: hidden;
}
.diy-list li {
  width: 43%;
  float: left;
  padding: 0 5px 0 0;
}
.diy-list li:nth-child(2n) {
  width: 57%;
}


/* column  */

.col-box {
border: 5px solid #f5f0eb;
padding: 15px 15px 5px;
}
.col-img {
  text-align: center;
  margin-bottom: 7px;
}
.col-bnr {
  text-align: center;
}
.col-bnr img {
	padding-bottom: 5px;
}
.col-ttl2 {
  font-size: 20px;
  line-height: 1.5;
  padding-top: 5px;
  text-align: left;
  font-weight: bold;
}
.col-ttl3 {
  font-size: 18px;
  line-height: 1.55;
  padding-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}
.col2-ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.col-ttl-t {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.col2-ttl.fs-s {
  font-size: 18px;
  line-height: 1.55;
}
.col-fs {
  font-size: 12px;
}
.col-price {
  text-align: right;
  margin-bottom: 12px;
}
.col-price em {
  font-size: 18px;
  line-height: 1.55;
  color: #a5001e;
}
.col-price .fs-rg {
  font-size: 28px;
  line-height: 1.36;
}
.col-price2 {
  text-align: right;
  margin-bottom: 12px;
  font-size: 12px;
}
.col-price2 em {
  font-size: 22px;
  line-height: 1.45;
  color: #a5001e;
}
.col-merit {
  background-color: #f5f0eb;
  padding: 6px;
}
.col-merit span {
  display: inline-block;
  text-align: center;
  background: #fff;
  font-size: 14px;
  line-height: 1.72;
  padding: 2px 5px;
}
.col-detail {
  background-color: #f5f0eb;
  text-align: center;
  display: table;
  width: 100%;
}
.col-detail > div {
  font-size: 14px;
  line-height: 1.72;
  padding: 6px;
  display: table-cell;
  vertical-align: middle;
}
.fx-wrap .sec_btn {
  width: 100%;
  padding: 15px 20px;
}
.col-btn {
  text-align: center;
  color: #fff;
  background-color:#444;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.63;
}
a:hover .col-btn,
a:focus .col-btn {
opacity: 0.6;
transition: .5s;
}


/* section */





@media (min-width: 668px){

.sp_on {
  display: none;
}
.fx-wrap {
  flex-wrap: wrap;
}
.fx-wrap,
.fx-wrap > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fx-wrap > li > div {
  width: 100%;
}


/* section */



}

@media (max-width:667px){

.pc_on {
  display: none;
}
.fx-box-2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.sm-col2 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}


/* margin padding ---------- */

.pdg_b80,
.pdg_b90,
.pdg_b100 {
  padding-bottom:70px;
}
.mgn_b20 {
  margin-bottom:0;
}


/* font ---------- */

.tx-fs3 {font-size: 16px;line-height: 1.63;}
.tx-fs4 {font-size: 18px;line-height: 1.55;}
.tx-fs5 {font-size: 20px;line-height: 1.5;}
.tx-fs6 {font-size: 20px;line-height: 1.5;}
.tx-fs7 {font-size: 22px;line-height: 1.45;}


/* icn ------------ */
.icn-chev li {
  margin-bottom: 10px;
}


/* movie ---------- */

.movie-wrap {
	position: relative;
	padding-bottom: 66.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	 height: 100%;
}

/* section common ---------- */


/* title */

.sec_hd {
  font-size: 16px;
  line-height: 1.63;
}
.sec_hdr {
  font-size: 18px;
  line-height: 1.55;
}


/* box */

.sec_fm_gra {
  padding: 30px 20px 20px;
}
.sec_fmbdr {
  padding: 40px 30px 5px;
}
.fm-col2 > div {
  padding: 0 0 25px;
}


/* column  */

.col-btn {
  max-width: 180px;
  margin: 0 auto;
}
.col-price .fs-rg {
  font-size: 22px;
  line-height: 1.45;
}



/* section */



}
