@charset "utf-8";
/* CSS Document */

#bg{
	background: url('../img/pattern.png');
}


/* ===== 特徴 ===== */

#feature{
  margin: 70px 0 0 0;
}
.feature_cate_title {
  display: flex;
  align-items: center;
	font-size:28px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color:#5c2d00;
  margin: -20px 0 0 0;
}

.feature_cate_title::before,
.feature_cate_title::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #311800;
}

.feature_cate_title::before {
  margin-right: 60px;
}

.feature_cate_title::after {
  margin-left: 60px;
}
.feature2{
	background:#f9f9f9;
	padding:20px 0 20px;
	margin:-20px 0 0 0;
}

.feature_in{
	width:1100px;
	margin:0 auto 20px;
	overflow:hidden;
	padding:0 0 40px;
}
.feature img{
	width:100%;
}
.feature h3{
	font-size:26px;
	text-align:center;
}
.center_img{
	width:90%;
	margin:0 auto;
}
.feature_title span{
	font-size:24px;
	padding-bottom:8px;
	display:block;
}
.feature_title{
	font-size:2.2rem;
	font-weight:bold;
	text-align:center;
	margin:40px 0 40px;
}
.feature_left{
	float:left;
	width:48%;
	font-size:1.1rem;
	line-height:1.8;
}
.feature_right{
	float:right;
	width:48%;
}
.feature_right img{
	width:100%;
}
.feature_check{
	border:4px solid #ecde95;
	list-style:none;
	font-weight:bold;
	padding:10px 20px;
	background:#fff;
}
.feature_check span{
	font-size:26px;
	font-weight:bold;
	color:#ad8f2b;

}
.feature_check�@.fas{
	color:#ad8f2b;
}
.small{
	font-size:16px;
}

@media screen and (min-width: 737px) and (max-width:1200px){
	.feature_in{
	  width: 96%;
	}

}

@media screen and (max-width: 736px) {
.feature_check span{
	font-size:1.4rem;
}
.feature_title span{
	font-size:1.3rem;
}
.feature_title{
	font-size:1.5rem;
}
.feature_cate_title{

}
.feature_in {
	width:94%;
	margin:0 auto;
}
.feature_left,.feature_right{
	width:100%;
}
}



/* ===== 機能紹介 ===== */

#function h3{
	text-align:center;
	font-size:1.8rem;
}

#function h4 span{
  color: #fff;
  background: #ad8f2b;
  padding: 5px 8px;
  margin-right: 10px;
  font-size: 90%;
}

.CateBox {
  margin: 0 auto;
  width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;

}

.CateBox .Box {
  background: #fff;
  list-style: none;
  padding: 4% 5%;
  margin-bottom: 0;
  position: relative;
  border-top: 6px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

#function h4 {
  font-size: 1.5rem;
  font-weight: 580;
  letter-spacing: -0.005em;
  width: 96%;
  margin: 0 0 15px 0;
  color: #311800;
	font-weight:bold;
}
#function p {
  width: 96%;
  margin: 5px 0 20px;
}
.Box p{
  font-size: 1rem;
	line-height:1.7;
}
.videoBox {
  overflow: hidden;
  height: 410px;
  width: 96%;
  margin: 0 auto 2%;
}
.videoBox img{
	width:100%;
}
.videoBox img:hover{
	opacity:0.7;
}

.youtube{
  position: relative;
  width: 65%;
  padding-top: 37%;
	margin:0 atuo;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#function{
	margin:70px auto 40px;
  width: 1200px;
}
.func_main h3{
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:15px 0;
}
.func_main h3 span{
  color: #fff;
  background: #ad8f2b;
  padding: 5px 8px;
  margin-right: 15px;
  font-size: 90%;
}
.func_left{
	width:49%;
	float:left;
	text-align:center;
}
.func_left img,.func_right img{
	width:100%;
}
.func_right{
	width:49%;
	float:right;
}
.func_center{
	margin-top:20px;
}
.func_txt{
	font-size:1.1rem;
	line-height: 1.7;
}
.func_txt span{
	font-size:90%;
}
.func_main{
	padding:0 0 30px 0;
}
.func_main h5{
	font-size:23px;
	margin:0 0 10px;
}
.func_sub{
	border-top:1px solid #c7c7c7;
	padding:30px 0;
}
.func_sub h4{
	font-weight:bold;
}
.back_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding: 1em 2em;
  width: 240px;
  color: #5f3a17;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  border: 1px solid #5f3a17;
  background-color: #fff;
	border-radius: 5px;
}
.back_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.back_btn a:hover {
  text-decoration: none;
  background-color: #5f3a17;
	color:#fff;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
	border:1px solid #5f3a17;
}
video {
  width: 100%;
  max-width: 800px; /* 最大でも400px以下に */
}
#function ul{
	font-size: 80%;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 15px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}
.func_left span{
	font-size:17px;
	margin-top:5px;
}
#function ul li {
  list-style: none;
  padding: 2%;
  margin-bottom: 0;
  position: relative;
	text-align:center;
}
#function ul li img{
	width: 100%;
	margin-bottom:5px;
	border:1px solid #eee;
}
#function ul li span{
	font-size:17px;
}
.func_center{
}
#function table {
  	width: 100%;
}
#function table th {
  background: #eee;
  padding: 1%;
	text-align:center;
}
#function table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1%;
}

#ex_function{
	margin:50px 0 0 0;
	padding:15px;
	background:#e9eff9;
  border: 1px solid #003ab0;
}
#ex_function_title {
  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#001568), to(#003ab0));
  background-image: -webkit-linear-gradient(left, #001568 0%, #003ab0 100%);
  background-image: linear-gradient(to right, #001568 0%, #003ab0 100%);
	width:80%;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	margin:2% auto 0;
}

ul.ex_function_s{
	list-style:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 0;
	margin:20px 0 20px !important;
	padding:0;
}
ul.ex_function_s li{
	float:left;
	list-style:none;
	padding:15px;
	text-align:left !important;
	font-size:110%;
}
ul.ex_function_s li.border_r{
	border-right:1px solid #003ab0;
}
ul.ex_function_s li.border_b{
	border-bottom:1px solid #003ab0;
}
ul.ex_function_s li p{
	line-height:1.6;
}
ul.ex_function_s li h5{
	font-size:120%;
	margin:15px 0 10px;
}
ul.ex_function_s li img{
	width:100%;
}
ul.ex_function_s li img:hover{
	opacity:0.6;
}
ul.ex_function_s li{
	float:left;
	list-style:none;
}
ul.ex_function_s li span{
	font-size:90%;
}
ul.ex_function_s li span a{
	text-decoration:underline;
}

.ex_function_btn {
	margin-top:20px;
}
.ex_function_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px auto;
  padding: 0.7em 2em;
  width: 220px;
  color: #003ab0;
  font-size: 18px;
  transition: 0.3s;
text-align:center;
text-decoration:none;
border:1px solid #003ab0 ;
  background-color: #fff;
}

.ex_function_btn a::after {
  content: '';
  transform: rotate(45deg);
}

.ex_function_btn a:hover {
  text-decoration: none;
  background-color: #003ab0;
	color:#fff;
	border:1px solid #fff;
}


@media screen and (min-width: 737px) and (max-width:1200px){
	#function{
	  width: 98%;
	}
	.CateBox{
	  width: 100%;
	}
	.videoBox {
	  height: auto;
	}
	ul.ex_function_s{
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 736px) {
	.youtube{
	  width: 96%;
	  padding-top: 55%;
	}
	#function{
	  width: 100%;
		margin: 30px auto;
	}
	.CateBox {
	  margin: 0 auto;
	  width: 98%;
	  display: grid;
	  grid-template-columns: 1fr;
	  gap: 10px;
	}
	.videoBox {
	  height: auto;
	}
	.func_sub,.func_main{
		width:96%;
		margin: 0 auto;
	}
	.func_left{
		width:100%;
		float:left;
		text-align:center;
	}
	.func_left img{
		width:100%;
	}
	.func_right{
		width:100%;
		float:right;
	}
	#function h4 {
	  margin: 20px 0 15px;
	}
	.func_main h5{
		margin:15px 0 10px;
	}
	#support {
	  width: 96%;
	  grid-template-columns: 1fr;
		margin:0 auto;
	}
	#ex_function{
	width:98%;
	margin:5% auto;
	}
	#ex_function_title {
		font-size:1.3rem;
	  width: 90%;
	}
	ul.ex_function_s .border_b{
		border-right:1px solid #003ab0 !important;
	}
	ul.ex_function_s{
		grid-template-columns: 1fr 1fr !important;
		padding:0 !important;
	}
}

.button-border{
  border: 1px solid #fff;
  padding: 20px 80px;
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
  background-color:#e6e6e6;
}
.button-border span{
	color:#311800;
}
ul.pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1% auto 0;
  padding: 0;
}
ul.pagelink li {
  list-style: none;
  position: relative;
  padding: 1% 0.3%;
}

.button-border::after,
.button-border::before,
.button-border span::after,
.button-border span::before {
  background-color: #5f3a17;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.button-border::after {
    width: 0px;
    height: 1px;
    top: -1px;
    left: -1px;
}

.button-border::before {
    width: 0px;
    height: 1px;
    right: -1px;
    bottom: -1px;
}

.button-border span::after {
    width: 1px;
    height: 0px;
    left: -1px;
    bottom: -1px;
}

.button-border span::before {
    width: 1px;
    height: 0px;
    top: -1px;
    right: -1px;
}

.button-border:hover::after,
.button-border:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}

.button-border:hover span::after,
.button-border:hover span::before {
  height: 100%;
  height: calc(100% + 1px);
}

@media screen and (max-width: 768px) {
.button-border{
  padding: 20px 30px;
}
}


/* ===== サポート ===== */

#support {
	width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

#support #support_in{
	padding: 10px 20px 20px 20px;
	width: 65%;
	font-size: 110%;
	line-height: 1.9;
}

.support_cont{
	overflow: hidden;
	background: #EDEDED;
	padding: 1%;
	margin-bottom: 40px;
}
.sup_cont a:hover{
	color:#ad8f2b;
}
.support_title{
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	padding: 8px 0 15px 0;
	color:#004986;
}
.support_cont_in{
	margin-bottom: 10px;
	overflow: hidden;
}

#support .sup_cont{
	border-top: 4px solid #004986;
	border-bottom: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	background: #f6f6f6;
	overflow: hidden;
	padding: 5px 15px 15px;
}

.left_in,.right_in{
	overflow:hidden;
}

#support .in_left{
	float: left;
	width: 47%;
}
#support .in_left img{
	width: 100%;
}
#support .in_right{
	float: right;
	width: 51%;
	line-height: 1.7;
}


@media screen and (max-width: 768px) {
#support {
	width: 100%;
}
#support .left,#support .right,#support .left01,#support .right01 {
	width: 100%;
}
.benefits h3{
	font-size: 140%;
}
	#benefits_column{
		width: 98%;
		margin: 20px auto;
	}
	#titleback{
		margin-top: 0;
	}
.set_in{
	width: 49%;
	margin-bottom: 3px;
}
.set {
    margin-top: 0;
}
#support .in_right{
	margin-top: 5px;
	width: 100%;
}
	#support .right,#support .left,#support .right01,#support .left01{
		height: auto;
	}
	#support .in_left{

	}
#support_titleback {
    background: url('../img/support/sup_bk.jpg') no-repeat center;
}
	#mode,#mode2{
		width: 100%;
		margin-bottom: 10px;
	}
	#mode img{
		width: 50%;
	}

	#features_img {
    	margin-top: 0;
	}
	.realpoint{
		margin-top: -200px !important;
	}
	.vrs_title2 {
		font-size: 130%;
		line-height: 1.5;
	}
	#step1,#step2,#step3{
		margin-top: 15px;
		width: 100%;
	}
}



/* ===== スペック ===== */

table.spec {
  width: 80%;
  margin: 0 auto 20px;
  border-collapse: collapse;
}
.product_spec th {
  background: #eee;
}
.product_spec th, .product_spec td {
  text-align: left;
}
th, td {
  padding: 10px;
  border: 1px solid #bbb;
  vertical-align: top;
  text-align: left;
}
.product_spec th, .product_spec td {
  text-align: left;
}
h2{
	text-align:center;
}
.spec_s{
  width: 70%;
  margin: 0 auto;
	list-style:none;
}
@media screen and (max-width: 768px) {
table.spec {
  width: 90%;
}
.spec_s{
  width: 90%;
	padding:0;
}
}



/* ===== 新機能 ===== */
#newfunction{
	width:1100px;
	margin:0 auto;
}
#newfunction h3{
	font-weight: bold;
	font-size: 180%;
	margin:0 0 0;
	font-style: italic;
	text-align:center;
	color:#ad8f2b;
}

#newfunction ul li{
	float:left;
	list-style:none;
	background:#fff;
}
#newfunction ul li img{
	width:100%;
}

ul.pickup_main{
	list-style:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin:0 0 50px;
	padding:0;
}
ul.pickup_main li{
	border:1px solid #d0d0d0;
}
li.pickup {
	overflow:		hidden;
	position:		relative;
	border:1px solid #d0d0d0;
}
li.pickup .caption {
	font-size:		110%;
	text-align: 	center;
	padding: 90px 10px 0;
	color:			#fff;
}
li.pickup .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color: rgba(95,58,23,0.8);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
li.pickup:hover .mask {
	opacity:		1;	/* マスクを表示する */
}
#pickup{
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
  padding: 0;
}
.pic_item{
	overflow:hidden;
	border:1px solid #ad8f2b;
	overflow:hidden;
	padding:10px 10px 0 10px;
	box-shadow: 10px 10px 0px 0 rgb(225, 225, 225);
	background:#fff;
}
.pic_left{
	float:left;
}

.pic_right{
	float:right;
	line-height:1.7;
}
.pic_right .pickup span{
	font-size:110%;
}
.pic_right_in{
	padding: 15px 10px 10px 10px;
}
.pickup span{
  background-image: linear-gradient(to right, #ad8f2b 0%, #c1a33f 100%);
  color: #fff;
  padding: 7px 20px;
  display: inline;
  font-weight: bold;
  text-align: center;
	font-style:	italic;
}

.pic_left img,.pic_right img{
	width:100%;
}
.pic_item h4{
	font-size:1.5rem;
	margin:10px 0 5px;
}
.pic_item h4 span{
	color:#5f3a17;
}
.pic_item h4 p{
	font-size:120%;
}
.pic_item h4 p span{
	font-size:100%;
}

ul.newfunction_s{
	list-style:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 0;
	margin:70px 0 50px;
	padding:0;
}
ul.newfunction_s li{
	float:left;
	list-style:none;
	padding:15px;
}
ul.newfunction_s li.border_r{
	border-right:1px solid #ad8f2b;
}
ul.newfunction_s li.border_b{
	border-bottom:1px solid #ad8f2b;
}
ul.newfunction_s li p{
	line-height:1.6;
}
ul.newfunction_s li h5{
	font-size:120%;
	margin:15px 0 10px;
}
ul.newfunction_s li img{
	width:100%;
}
ul.newfunction_s li img:hover{
	opacity:0.6;
}
ul.newfunction_s li{
	float:left;
	list-style:none;
}
ul.newfunction_s li span{
	font-size:90%;
}
ul.newfunction_s li span a{
	text-decoration:underline;
}

table.section_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

table td {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
	background:#fff;
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 10px;
}
.detail_btn {
	margin-top:20px;
}
.detail_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px auto;
  padding: 0.7em 2em;
  width: 220px;
  color: #c1a33f;
  font-size: 18px;
  transition: 0.3s;
text-align:center;
text-decoration:none;
	border:1px solid #c1a33f ;
  background-color: #fff;
	border-radius: 5px;
}

.detail_btn a::after {
  content: '';
  transform: rotate(45deg);
}

.detail_btn a:hover {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#ad8f2b), to(#c1a33f));
  background-image: -webkit-linear-gradient(left, #ad8f2b 0%, #c1a33f 100%);
  background-image: linear-gradient(to right, #ad8f2b 0%, #c1a33f 100%);
	color:#fff;
	border:1px solid #c1a33f;
}
.detail_btn_s {
	margin-top:15px;
}
.detail_btn_s a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
  padding: 0.7em 2em;
  width: 220px;
  color: #c1a33f;
  font-size: 16px;
  transition: 0.3s;
text-align:center;
text-decoration:none;
border:1px solid #c1a33f ;
  background-color: #fff;
}

.detail_btn_s a::after {
  content: '';
  transform: rotate(45deg);
}

.detail_btn_s a:hover {
  text-decoration: none;
  background-color: #c1a33f;
	color:#fff;
	border:1px solid #fff;
}
#cp{
	margin: 20px auto;
	text-align:center;
}
#cp a:hover{
	opacity:0.8;
}

section {
  max-width: 600px;
  margin: 0 auto;
}
a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_04:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn_04:hover {
  background: #fff;
  color: #228bc8;
}
a.btn_04:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}


@media screen and (min-width: 737px) and (max-width:1200px){
	#newfunction {
		width:96%;
	}
}

@media all and (max-width: 767px) {
#newfunction,.pic_left,.pic_right,#cp{
	width:98%;
	margin:0 auto;
}
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
	ul.newfunction_s .border_b{
		border-right:1px solid #ad8f2b !important;
	}
#pickup{
  grid-template-columns: 1fr;
	width:96%;
}
.pic_right_in {
  padding: 15px 0;
}
ul.newfunction_s {
  grid-template-columns: 1fr;
}
ul.pickup_main{
	grid-template-columns: 1fr 1fr
}
li.pickup .caption {
	padding: 50px 10px 0;
}
ul.newfunction_s{
	grid-template-columns: 1fr 1fr ;
	margin:70px 0 50px;
}
}


/* よくあるご質問 */

#faq{
	width:1000px;
	margin:0 auto;
}
#faq h2{
	margin:40px 0 15px;
	padding-left:20px;
	color: #ad8f2b;
	text-align:left;
}
.acd-check{
    display: none;
}
.faq_box{
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	border-left:1px solid #bbb;
}
.faq_box_top{
	border:1px solid #bbb;
}
.acd-label{
    background: #eee;
    display: block;
    margin-bottom: 1px;
    padding: 15px 20px;
    position: relative;
}
.acd-label:after{
    box-sizing: border-box;
	content: "\f054";
    display: block;
	font-family: FontAwesome;
    height: 52px;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;

}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: .5s;
    visibility: hidden;
	line-height:1.9;
	background:#fff;
}
.acd-content a{
	color:#011287;
}
.acd-check:checked + .acd-label:after{
    content: '\f078';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 20px;
    visibility: visible;
}
@media screen and (min-width: 737px) and (max-width:1200px){
	#faq{
	  width: 96%;
	}
}
@media screen and (max-width: 736px) {

#faq{
	width:98%;
	margin:0 auto;
}

.acd-label {
    padding: 15px 40px 15px 20px;
}
.acd-label::after {
  padding: 15px 10px 15px 10px;
}
}


/* ===== 出力サンプル ===== */
#sample{
	width:1000px;
	margin:0 auto;
}

#sample h2{
	border-bottom:1px solid #ad8f2b;
	padding-bottom:10px;
}
#sample ul{
	padding:0;
}
#sample ul li{
	list-style:none;
	text-decoration:underline;
	padding:5px;
}
#sample div.lead {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
div.LeftBox {
  float: left;
  width: 46%;
  margin-top: 3%;
  margin-left: 3%;
  display: table-cell;
}
div.RightBox {
  float: right;
  width: 46%;
  margin-top: 3%;
  margin-right: 3%;
  display: table-cell;
}

@media screen and (max-width: 736px) {
#sample{
	width:95%;
	margin:0 auto;
}
#sample_detail{
	width:90%;
	margin:5% auto;
}
div.LeftBox ,div.RightBox{
	width:100%;
	margin:0 auto;
}
}


ul.sample{
	list-style:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin:30px 0 50px;
	padding:0;
}
ul.sample li{
	float:left;
	list-style:none;
}
ul.sample li img{
     width: 100%;
    height: 200px;
}
.sample_main {
	margin:5% auto;
	width:1200px;
}
.sample_detail_main {
	margin:1% auto;
}
#sample_detail h2.logo{
	background: url('../img/sample/logo.png') no-repeat 20px 0px;
	background-size:contain;
	text-indent:-100000px;
	float:left;
	width:20%;
}
#sample_detail h3{
	text-align:center;
	font-size:150%;
	float:left;
	width:80%;
	margin-left: -5%;
}
#sample_detail .sample_center{
	width:100%;
	text-align:center;
	margin:0 auto 3%;
}
#sample_detail .sample_center img{
	width:76%;
	display: block;
	height: 500px;
	object-fit: cover;
}
@media screen and (min-width: 737px) and (max-width:1200px){
	.sample_main{
	  width: 96%;
	}
	.sample_detail_main{
	  width: 96%;
	}
	ul.sample{
		grid-template-columns: 1fr 1fr 1fr;
	}
#sample_detail .sample_center img{
	width:100%;
}
}

@media screen and (max-width: 736px) {
ul.sample{
	grid-template-columns: 1fr 1fr;
}
.sample_main{
	width:100%;
}
.sample_detail_main{
	width:100%;
	margin:1% auto;
}
#sample_detail h2.logo{
	display:none;
}
#sample_detail h3{
	width:100%;
}
ul.sample{
	width:95%;
	margin:1% auto;
	padding:0;
	clear:both;
	display:block;
}
ul.sample li{
	width:49%;
	margin:1% auto;
	background-size: cover;
    height: 140px;
}
#sample_detail .sample_center img{
	width:100%;
	display: block;
	height: 350px;
	object-fit: cover;
}
}


/* 360度パノラマ画像サンプル */
#panorama {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#panorama .lead{
	text-align:center;
	margin:0 auto 1%;
	line-height:200%;
}
#panorama h3{
	text-align:center;
	font-size:1.4rem;
}
#panorama h4{
	font-size: 1.5rem;
	text-align:center;
	padding:2% 0;
	border-top:1px solid #81511c;
	border-bottom:1px solid #81511c;
}
#panorama div.how{
	width:80%;
	margin:1% auto;
	background:#eee;
	padding:1.5%;
	text-align:left;
}
#panorama .iframeWrapper{
    position:relative;
    width:60%;
	margin:1% auto;
    height:0;
    padding-top:30%;
}
#panorama .iframeWrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#panorama div.DlBox{
	margin:1% auto;
	padding:0;
}
#panorama div.DlBox ul li{
	width:43%;
	float:left;
	margin:2% 3%;
	list-style:none;
	text-align:center;
}
#panorama div.DlBox ul li img{
	width:100%;
	border:1px solid #614c3b;
}
@media screen and (max-width: 736px) {

#panorama {
	width:94%;
	margin:0 auto;
}
#panorama h3{
	width:80%;
	margin:3% auto;
}
#panorama div.how{
	width:90%;
}
#panorama div.how img{
	display:none;
}
#panorama .iframeWrapper{
    width:90%;
    padding-top:60%;
}
#panorama div.DlBox{
	width:100%;
}
#panorama div.DlBox ul{
	width:95%;
	margin:1% auto;
	padding:0;
}
#panorama div.DlBox ul li{
	width:95%;
	clear:both;
	margin-top:8%;
}
}

.small{
	font-size:80%;
}



