@charset "UTF-8";

/* normalize, 変数(for Sass) */

/* mixin(for Sass) */

/* ベースの要素スタイル */

/* ライブラリ */

/* コンポーネント */

/* 共通レイアウト(header, footer, etc.) */

section {
  position: relative;
  margin-bottom: 30px;
}

.block {
  display: block !important;
}

.contents-tlt {
  text-align: center;
  margin: 0px !important;
  padding: 40px 20px 40px 20px !important;
}

.contents-tlt img {
  margin: 0px;
}

.contents-tlt:after {
  display: none;
}

.toggle_open_btn {
  padding: 0px !important;
  cursor: pointer;
}

.toggle_open_btn img {
  margin: 0px;
  transition: 0.5s;
}

.toggle_open img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open_toggle_border {
  border-bottom: solid 1px #d4d4d4;
}

#container h2,
#container h3,
#container h4,
#container h5 {
  font-weight: bold;
}

#container h2:after,
#container h3:after,
#container h4:after,
#container h5:after {
  display: none;
}

.tlt_serif {
  position: relative;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif !important;
}

.tlt_serif:after {
  display: none;
}

.tlt_01 {
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
  z-index: 0;
  letter-spacing: -3px;
}

.tlt_01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 7px !important;
  background: #ddd !important;
  z-index: 10;
}

.tlt_02 {
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 30px 0px !important;
  font-size: 30px !important;
  line-height: 49px !important;
}

.tlt_border {
  display: inline-block;
  font-size: 27px !important;
  border-bottom: solid 1px #888;
  padding-bottom: 7px !important;
  line-height: 40px !important;
  margin-bottom: 10px !important;
}

.tlt_border_h2 {
  font-size: 30px !important;
  width: 100%;
  max-width: 700px;
}

.tlt_03 {
  font-size: 20px !important;
  line-height: 28px !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

.tlt_04 {
  font-size: 22px !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.sec-h2_01 {
  text-align: center;
  font-size: 30px !important;
  width: 90%;
  max-width: 700px;
  margin: auto !important;
  border-bottom: solid 1px #000;
}

.l_border {
  border-left: solid 2px #9e9e9f;
  padding-left: 10px;
}

.bg_gray {
  background-color: #f3f2f1;
}

.bg_green {
  background-color: #c3d83f;
}

.bg_black {
  background-color: #000;
}

.bg_black-02 {
  background-color: #231815;
}

.bg_white {
  background-color: #fff;
}

.bg_white .tlt_border {
  border-bottom: solid 1px #000;
}

.contents_wrapper {
  position: relative;
  z-index: 10;
  max-width: 1380px;
  margin: auto;
}

.main_contents {
  position: relative;
}

.col2h-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2h-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2h-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2h-contents_box_up {
  float: right;
  width: 55%;
}

.col2h-contents_box_low {
  float: left;
  width: 45%;
}

.col2h_2-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2h_2-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2h_2-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2h_2-contents_box_up {
  float: right;
  width: 65%;
}

.col2h_2-contents_box_low {
  float: left;
  width: 35%;
}

.col2-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2-contents_box_up {
  float: left;
  width: 50%;
  padding: 20px;
}

.col2-contents_box_low {
  float: right;
  width: 50%;
  padding: 20px;
}

.col2_1contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2_1contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2_1contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2_1contents_box_up {
  float: left;
  width: 70%;
  padding: 20px;
}

.col2_1contents_box_low {
  float: right;
  width: 30%;
  padding: 20px;
}

.col2ov-contents {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2ov-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2ov-contents_box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2ov-contents_box_up {
  float: left;
  width: 70%;
  padding: 20px;
}

.col2ov-contents_box_low {
  float: right;
  width: 30%;
}

.col-reverse .col2-contents_box_up {
  float: right;
  width: 50%;
}

.col-reverse .col2-contents_box_low {
  float: left;
  width: 50%;
}

.col-reverse .col2ov-contents_box_up {
  float: right;
  width: 70%;
}

.col-reverse .col2ov-contents_box_low {
  float: left;
  width: 30%;
  padding: 20px;
}

.col-reverse .col2h-contents_box_up {
  float: left;
  width: 50%;
}

.col-reverse .col2h-contents_box_low {
  float: right;
  width: 50%;
}

.col-reverse .col2h_2-contents_box_up {
  float: left;
  width: 35%;
}

.col-reverse .col2h_2-contents_box_low {
  float: right;
  width: 65%;
}

.col4-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col4-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col4-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 23%;
  margin: 1%;
  float: left;
  margin: 21px 1%;
}

.col4-contents_box img {
  margin: 0px;
  width: 100%;
}

.col5-sec {
	height: 860px;
	background: #0b0506;
}
.col5-sec .col2-contents_box {
	overflow: hidden;
	position: relative;
	height: 100%;
	align-items: flex-start;
}
.col5-sec .col2-contents_box_up {
	width: 53%;
}
.col5-sec .col2-contents_box_up h3 {
	font-size: 33px!important;
}
.col5-sec .col2-contents_box_low {
	width: 47%;
}
.col5-sec .col2-contents_box .text-conts {
	width: 100%;
	padding-top: 60px;
}
.col5-sec .col2-contents_box img {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
}
.col5-sec .col2-contents_box .centered {
	text-align: center;
}
.col5-sec .col2-contents_box .tlt_03 {
	color: #4c8dcb;
}
.col5-tips1 {
	border-left: 1px solid #4c8dcb;
    padding: 0 20px!important;
    border-right: 1px solid #4c8dcb;
    display: inline-block;
    text-align: center;
    font-weight: bold!important;
    font-size: 20px;
}
.col5-tips1 span {
	font-size: 14px;
	font-weight: normal;
	margin: 0 4px;
}
.col5-tips2 {
	border-left: 2px solid #4c8dcb;
    padding: 0 20px!important;
    display: inline-block;
    text-align: left;
    font-weight: bold!important;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    bottom: 60px;
    right: 60px;
}
.col5-tips3 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.col5-tips3 p {
	border-left: 1px solid #4c8dcb;
	padding: 0 20px;
}
.col5-tips3 p:last-child {
	border-right: 1px solid #4c8dcb;
}
.col5_3-sec {
	color: #000;
	background: #f8f7f6;
}
.col5_3-sec .col2-contents_box_up {
	width: 58%;
}
.col5_3-sec .col2-contents_box_up .text-conts {
	padding-left: 70px;
}
.col5_3-sec .col2-contents_box_low {
	width: 42%;
}

.col-3-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col-3-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col-3-contents_child {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 31%;
  margin: 0 1.16% 1.16%;
  float: left;
}

.col-3-contents_child img {
  margin: 0px;
  width: 100%;
}

.col1-contents {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.text-conts {
  padding: 20px;
  opacity: 0;
}

.text-conts h2 {
  padding-top: 0px;
  margin: 0px 0px 15px 0px;
}

.text-conts h3 {
  position: relative;
  opacity: 0;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 25px;
  padding-top: 0px;
  margin: 0px 0px 15px 0px;
  line-height: 40px;
}

.text-conts_box {
  position: relative;
  opacity: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.text-conts_box p {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  font-weight: 500;
  letter-spacing: -1px;
}

.text-conts_img img {
  width: 100%;
}

.qa_column .qa-col p {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-top: 15px;
}

.fig-icon_list {
  opacity: 0;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}

.fig-icon_list:after {
  content: "";
  clear: both;
  display: block;
}

.fig-icon_list li {
  display: inline-block;
  margin: 10px;
}

.fig-icon_list li:before {
  display: none;
}

.flex {
	display: flex;
	display: -webkit-flex;
}
.flexWrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.flexAcenter {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}
.flexCenter {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}
.entry ul:not(.recent_entries) {
	margin: 0;
}
ul,li {
	list-style: none;
}
li:before {
	display: none;
}
/* ページごとのスタイル */

/*.index{
    background-image: url(../images/index/dr-top.jpg);
  background-repeat: no-repeat;
    background-position: center top;
    .wrapper{
      opacity: 0.7;
    }
}
/* ====================
mainvisual
=======================*/

.entry img {
  margin: 0px;
}

.content-wrap.singular {
  width: 100%;
  padding-top: 85px !important;
}

.top-fv {
  position: relative;
  z-index: 0;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0!important;
}

.fv_sp {
  margin-top: -5px;
}

.fvimg01,.fvimg02,.fvimg01s {
	position: absolute;
	top: 0;
	left: 0;
}
.fvimg02s {
	margin-top: 30px!important;
}
.fv_sp {
  margin-top: -5px;
}

.a-top_fv_tlt {
  opacity: 0;
}

/*
img {
  opacity: 0;
}
*/
.inview_up {
	opacity: 0;
}
#content .main_contents section {
	margin-bottom: 30px!important;
}
.entry section h2 {
	color: #9a6634;
	border-bottom: 1px solid #9a6634;
	margin-bottom: 20px;
	line-height: 1.3;
}
.entry section p {
	line-height: 1.5;
	font-weight: bold;
}
.sec1 {
	margin-top: 80px!important;
	text-align: center;
}
.sec1 .sec1_01{
	margin-bottom: 16px;
}
.sec1 .sec1_02{
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #9a6634;
	width: 90%;
}
.sec1 .sec1_03{
	margin-bottom: 16px;
	width: 90%;
}
.sec2 {
	position: relative;
	height: 990px;
}
.sec2>img {
	position: absolute;
	top: 0;
	right: 0;
	width: 900px;
}
.sec2>div {
	position: absolute;
	bottom: 200px;
	left: 3%;
	z-index: 2;
}
.sec2>div img {
	width: 520px;
    height: auto;
}
.sec3 {
	display: flex;
	display: -webkit-flex;
}
.sec3>div div {
	height: 437px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding: 0 30px;
}
.sec3>div .bgon {
	background: #f9f4ed;
}
.sec4 {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
}
.sec4>div {
	margin-left: 30px;
}
.sec4>img {
	width: 600px;
	height: auto;
}
.sec4 ul {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	width: 100%;
}
.entry .sec4 ul li {
	width: 48%;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
}
.sec4 ul:last-child li:first-child{
	padding-top: 0;
	padding-right: 0;
}
.sec5 {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
}
.sec5>div {
	margin-left: 30px;
}
.sec5>img {
	width: 610px;
	height: auto;
}
.sec5 ul {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	width: 100%;
}
.sec5 ul li {
	width: 48%;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
}
.sec6 {
	text-align: center;
	background: #f9f4ed;
	padding: 40px 20px;
}
.entry .sec6 h2 {
	border: none;
}
.sec6 p {
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #9a6634;
}
.sec6 ul {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}
.sec6 ul li {
	width: 33%;
}
.sec7 {
	text-align: center;
	background: #f9f4ed;
	padding: 40px 20px;
}
.entry .sec7 h2 {
	border: none;
}
.sec7 p {
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #9a6634;
}
.sec7 ul {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}
.sec7 ul li {
	width: 33%;
}
.sec8 {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}
.sec8>div {
	width: 48%;
}
.sec8 img {
	width: 50vw;
}
.taR {
	text-align: right;
}
.spec-tlt {
  padding-bottom: 30px;
  padding-top: 30px;
}

.spec-sec img {
  width: 100%;
}
.spec-sec .col2h-contents_box_low img {
  max-width: 500px;
  margin-bottom: 40px;
}
.content-sec {
	text-align: center;
	background: #f9f4ed;
	padding: 40px 20px;
}
.content-sec img {
	width: 100%;
}
.specarea .txtafter {
    text-align: center;
    background: #e5e5e6;
    padding: 0.3rem;
    margin-bottom: 30px;
}

.innerstart{
    align-items: flex-start;
    display: flex;
    display: -webkit-flex;
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #cc0000 !important;
}

.u-c-green {
  color: #00a496 !important;
}

.u-c-blue {
  color: #334c9a !important;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-mgt-60{
	margin-top: 60px!important;
}

@media screen and (min-width: 768px) {
  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
	.u-pc-hide {
		display: inline!important;
	}
	.u-sp-hide {
		display: none!important;
	}
  
	#content .main_contents section {
	    padding: 0 2%;
	}
	.entry section h2 {
		font-size: 140%;
	}
	.sec1 .sec1_02s.u-pc-hide {
		display: inline;
		width: 70%;
		padding-bottom: 10px;
		margin-bottom: 30px;
		border-bottom: 1px solid #9a6634;
	}
	.sec1 .sec1_03 {
	    width: auto;
	    height: 48vh;
	    max-width: inherit;
	}
	.spscroll{
		width: 100%;
		padding: 6%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		border: 5px solid #f9f4ed;
	}
	.spscroll::-webkit-scrollbar {
	  height: 4px;
	}
	.spscroll::-webkit-scrollbar-track {
	  background: #eee;
	}
	.spscroll::-webkit-scrollbar-thumb {
	  background: #aaa;
	  border: none;
	}
	.spscroll::-webkit-scrollbar-thumb:hover {
	  background: #999;
	}
	.sec2 {
		position: relative;
		height: auto;
	}
	.sec2>img {
		position: static;
		width: 100%;
	}
	.sec2>div {
		position: static;
		text-align: center;
	}
	.sec2>div img {
		width: auto;
	    height: auto;
	}
	.sec3>div div {
		height: auto;
		padding: 30px 0;
	}
	.sec4>div,.sec5>div {
		margin-left: 0;
	}
	.sec3,.sec4,.sec5,.entry .sec4 ul,.entry .sec5 ul,.sec6 ul,.sec7 ul {
		display: block;
	}
	.entry .sec4 ul,.entry .sec5 ul {
		padding-bottom: 0;
	}
	.sec4>img,.sec5>img {
		width: 100%;
	}
	.entry .sec4 ul li,.entry .sec5 ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec6,.sec7 {
		padding: 20px;
	}
	.entry .sec6 h2,.entry .sec7 h2 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.sec6 ul li,.sec7 ul li {
		width: 100%;
		margin-bottom: 60px;
	}
	.sec6 ul li:last-child,.sec7 ul li:last-child {
		margin-bottom: 0;
	}
	.sec8 {
		display: block;
	}
	.sec8>div {
		width: 100%;
	}
	.sec8 img {
		width: 100%;
	}
	.taR {
		text-align: center;
	}
	.col-reverse .col2h-contents_box_up,.col-reverse .col2h-contents_box_low {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.spec-sec .col2h-contents_box_low img {
		margin-bottom: 0;
	}
	.content-sec {
		padding: 20px;
	}


}



@media screen and (max-width: 960px) {
}


@media screen and (max-width:540px) {
	.sp-mg0 {
		margin-bottom: 0!important;
	}
	.pdb0-sp {
		padding-bottom: 0!important;
	}
	.mgb0-sp {
		margin-bottom: 0!important;
	}

}