@charset "utf-8";

/* --------------------------------

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,div,dl,dd,dt,ol,ul,li,a,h1,h2,h3,h4,h5,h6,span,p,table, caption, tbody, tfoot, thead, tr, th, td,
article,figcaption, figure,input,textarea,footer,header{
  font-size: 16px;
  font-family: 'Open Sans', 'YuGothic', '游ゴシック', "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  color: #373737;
  text-decoration: none;
  line-height:1.5;
  list-style:none;
  letter-spacing:0.1em;
}

body, html {
  /* important */
  height: 100%;
}

/* --------------------------------

Contents

-------------------------------- */

/*スマホ版*/
@media screen and (max-width : 768px){
section{
	margin: 0 auto;
	width:90%;
	margin: 50px auto;
	}
.sec{
	display: block;
	width:100%;
	height:100%;
	overflow:hidden;
	}
.contents{
	margin: 0 auto;
	width:100%;
	margin: 20px auto;
	}
.box {
	margin-top:20px;
	width:100%;
	height:100%;
	display:inline-block;
	}
.box h2{
	margin-top:10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#A28C37;
	}
.box img{
	width:100%;
	height:100%;
	display:block;
	margin-top:20px;
	}

/*360viewロゴ表示*/
.box2 {
	position: relative;
	}
.box2 span{
	position: absolute;
	top: 45%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	}
.box2 span img{
	width:80px;
	}
.box2 img {
	width: 100%;
	text-align: center;
	}
}

/*パソコン版*/
@media screen and (min-width : 769px){
section{
	margin: 0 auto;
	width:90%;
	max-width: 980px;
	margin: 50px auto;
	}	
.contents{
	margin: 0 auto;
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	}
.sec{
	width:43%;
	overflow:hidden;
	margin-top:24px;
	margin-bottom:24px;
	display:block;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	}
.box {
	width:100%;
	}
.box h2{
	text-align:center;
	font-size:20px;
	color:#A28C37;
	padding-bottom:3px;
	padding-top: 10px;
	font-weight:600;
	}
.box img{
	width:100%;
	height:100%;
	margin-bottom:16px;
	display:block;
	}
/*360viewロゴ表示*/
.box2 {
	position: relative;
	}
.box2 span{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	}
.box2 span img{
	width:120px;
	}
.box2 img {
	width: 100%;
	margin: 0 auto;
	}
}
