@charset "utf-8";


/* パソコンで出してスマホは出さない */
.pc	{ display:inline!important; }
.sp	{ display:none!important; }
/* スマホは出してパソコンは出さない */
@media screen and (max-width: 737px) {
.pc	{ display:none!important; }
.sp { display:inline!important; }
}


html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ", "Meiryo", メイリオ, sans-serif;
		background-color: #111011;
}




*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
	border: none;
	-webkit-backface-visibility: hidden;

		user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}

*{
	padding: 0;
	margin:0;
}

ul,li,dl,dt,dd,ol,p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pc_none {
	display: none;
}

a img:hover{
	opacity: 0.8;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}



/*リセット
------------------------------*/
.clearFix:after{
	display: block;
	clear: both;

	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

.clearFix {
	min-height: 1px;
}

* html .clearFix {
	height: 1px;

}



/*----------------------------
#Content
------------------------------*/

#contents{
	/* border:1px solid red; */
	width: 100%;
	max-width: 2200px;
	min-width: 1100px;
	/* max-width: 100%; */
	/* width: 1100px; */
	margin: 0 auto;
		background-repeat: repeat-y;
	background-image: url("top_back.png");
	background-position: center;
	position: relative;
}

#contents::before{
	content: none;
}

@media (min-width: 2201px) {
#contents::before {

 content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background: linear-gradient(
    to right,

    #111011 0,
    rgba(17, 16, 17, 0) 100px,

    rgba(17, 16, 17, 0) calc(100% - 100px),

    #111011 100%
  );

  }
}

.main_bgtra{
	/* border:1px solid orange; */
	background: linear-gradient(rgba(17,16,16,1),rgba(0,0,0,0));
	/* background: linear-gradient(rgba(170,160,160,1),rgba(0,0,0,0)); */
	margin: 0 auto;
	text-align: center;
}


/*header
------------------------------*/

header{
	width: 1100px;
	margin:0 auto;
	text-align: center;
	/* border:1px solid #fff; */
}

header > ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0);
}

header h1{
	margin: 0 0 0 50px;
	/* border: 1px solid pink; */
	color: #fff;
}


header > ul > li > h1{
	height: 50px;
	font-size: 40px;
	letter-spacing: 0.08em;
}

header > ul > li > h1 > img{
	width: 240px;
	/* border:1px solid red; */
	vertical-align: middle;
}

header > ul > li > h1 > span{
	font-size: 12px;
	vertical-align: middle;
	/* border:1px solid blue; */
	letter-spacing: 0.4em;
	margin: 0 0 0 30px;
}

header > ul > li > img{
	/* border:1px solid red; */
	width: 150px;
}

.sp_slider{
	display: none;
}


/*main 
------------------------------*/


.main_top{
	/* border: 1px solid #fff; */
	margin: 0 auto;
	text-align: center;
	width: 100%;

}

.main_top > ul{
	text-align: center;
	margin:20px auto;
	width: 1100px;
	/* border: 1px solid red; */

	background-position: right top;
	background-image: url("top_pattern-right1.png");
	background-size: 260px;
	background-repeat: no-repeat;
}

.main_top > ul >li:nth-child(2){
	height: 120px;
		background-position: left top;
	background-image: url("top_pattern-left1.png");
	background-size: 280px;
	background-repeat: no-repeat;
}

.main_top img{
	width: 780px;
	margin:0 auto;

}


.main_block > ul{

	width: 1100px;
	margin:0 auto;

	display: flex;
	flex-direction: column;
	color: #fff;
	text-align: center;

	background-position: right top;
	background-image: url("top_pattern-right2.png");
	background-size: 260px;
	background-repeat: no-repeat;

}

.main_block > ul > li:first-child{
	color: #fff;
	margin:10px auto;
}
.main_block > ul > li:first-child a img{
	width: 150px;

}

.main_block > ul > li:nth-child(2){
	font-size: 14px;
	letter-spacing: 0.5em;
	line-height: 1.8em;
}

.main_block > ul > li:nth-child(3) img{
	width: 400px;
}
	
.main_block > ul > li:nth-child(4){
	font-size: 24px;
	letter-spacing: 0.5em;
	font-weight: 200;
	font-family: "Noto Sans CJK JP";
	/* border:1px solid #fff; */
	line-height: 1.8em;
}

.top_about{
	width: 1100px;
	margin:0 auto;
	padding-top: 140px;

			background-position: left 30%;
	background-image: url("top_pattern-left1.png");
	background-size: 280px;
	background-repeat: no-repeat;

}


.top_about h2{
	text-align: center;
	color:#fff;
	font-weight: 200;
	font-family: "Noto Sans CJK JP";
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 30px;
}

.about_box{
	background-position: right bottom;
	background-image: url("top_pattern-right2.png");
	background-size: 260px;
	background-repeat: no-repeat;

	/* border:1px solid pink; */
	height: 300px;
}

.about_box p{	margin: 0 auto;
	width: 510px;
	border: 3px solid #a98456;
	border-radius: 10px;
	padding: 20px 20px;
	font-size: 16px;
	color: #fff;

}

.slider_right{
	display: none;
}

.top_minpaku{
	margin: 0 auto;
	width: 1100px;
}

.top_minpaku h2{
		text-align: center;
	color:#fff;
	font-weight: 200;
	font-family: "Noto Sans CJK JP";
	font-size: 17px;
	line-height: 2em;
	margin-bottom: 30px;
}


.minpaku_intro{
	margin:0 auto;
	width: 1100px;
				background-position: left center;
	background-image: url("top_pattern-left2.png");
	background-size: 150px;
	background-repeat: no-repeat;

}

.minpaku_intro p{
	margin:50px auto 10px auto;
	width: 540px;
	font-size: 16px;
	color: #b3b3b3;
}

.minpaku_intro ul{
	width: 540px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 0 auto;
}

.minpaku_intro > ul > li > img{
	width: 270px;
}


.minpaku_box{
	margin:0 auto;
	width: 1100px;
	/* border: 1px solid #fff; */
}

.minpaku_box > h3{
	margin: 0 auto;
	text-align: center;
}

.minpaku_box > h3 > a > img{
	width: 563px;
	margin: 0 auto;
	text-align: center;
}

.minpaku_box > ul > li > p{
	color: #b3b3b3;
}

.box_exp_odd{
	width: 1100px;

		background-position: right 20%;
	background-image: url("top_pattern-right1.png");
	background-size: 260px;
	background-repeat: no-repeat;
}

.box_exp_even{
		background-position: right top;
	background-image: url("top_pattern-right2.png");
	background-size: 260px;
	background-repeat: no-repeat;

	width: 1100px;
}



.box_exp_odd p,.box_exp_even p{
	margin: 10px auto 40px auto;
	width: 540px;
	color: #b3b3b3;
	font-size: 16px;
}


/*-------------------------------------
minpakubox(wall)
------------------------------------*/

.minpaku_wall:first-of-type,
.minpaku_wall:nth-of-type(2)
{
				background-position: left 10%;
	background-image: url("top_pattern-left2.png");
	background-size: 150px;
	background-repeat: no-repeat;
}



/*----------------------------
ekitoho
------------------------------*/

.ekitoho{
	display: flex;
	flex-direction: row;
	margin: 0 auto 50px auto;
	justify-content: center;
	/* border:1px solid green; */
}


.ekitoho_left,.ekitoho_right,.ekitoho_tan{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;

}

.ekitoho_left{
	width: 240px;
 	padding: 10px 0 6px 0;
	}
.ekitoho_right{ 
	width: 280px;
	padding-top: 10px;
 }
 .ekitoho_tan{
	width: 300px;
	padding: 10px 0 10px 5px ;
 }

.ekitoho_left > p > span,
.ekitoho_right > p > span{
	display: inline-block;
	/* border:1px solid blue; */
}

.ekitoho_left p,.ekitoho_12{
	font-size: 12px;
	color: #b3b3b3;
	text-align: right;
}

.ekitoho_right p,.ekitoho_tan p{
	font-size: 12px;
	color: #b3b3b3;
}

.ekitoho_16{
	font-size: 16px;
	color: #fff;
}
.ekitoho_14{
	font-size: 14px;

}
.ekitoho_25{
	font-size: 25px;
	color: #fff;
}

.ekitoho_8f7950{
	color: #8f7950;
	font-size: 36px;
	padding: 0 5px;

	font-weight: bold;
}

.ekitoho_right > p > span:first-child::after,
.ekitoho_left > p > span:first-child::after,
.ekitoho_left > p > span:nth-child(2)::after,
.ekitoho_tan > p > span:first-child::after{
	content: '\A';
	white-space: pre;
	padding-right: 50px;
}

.ekitoho_left > p > span:nth-child(3){
	line-height: 12px;
	padding-right: 8px;
	vertical-align: baseline;
	transform: translateY(-6px);
}

.ekitoho_right > p > span:nth-child(2){
	/* border:1px solid #fff; */
	vertical-align: baseline;
	transform: translateY(9px);
	line-height: 25px;
}

.ekitoho_right > p > span:nth-child(3){
	line-height: 25px;
	vertical-align: bottom;
		transform: translateY(11px);
		/* border: 1px solid #fff; */
}

.ekitoho_tan > p > span:nth-child(2){
	display: inline-block;
		/* border:1px solid #fff; */
	vertical-align: baseline;
	transform: translateY(-3px);
	line-height: 25px;
}

.ekitoho_tan > p > span:nth-child(3){
		display: inline-block;
		/* border:1px solid #fff; */
	vertical-align: baseline;
	transform: translateY(-3px);
	line-height: 25px;
}

.ekitoho_center{
	color: #8f7950;
	font-size: 36px;
	align-self: center;

	font-weight: bold;

}
.ekitoho_right > p > span:first-child{
	padding-left: 5px;

}


/*----------------------------
box_ad
------------------------------*/

.box_ad_odd{
	width: 1100px;
	margin:0 auto 80px auto;
	/* border:1px solid violet */

			background-position: left 30%;
	background-image: url("top_pattern-left1.png");
	background-size: 280px;
	background-repeat: no-repeat;
}

.box_ad_even{
	background-position: left 10%;
	background-image: url("top_pattern-left2.png");
	background-size: 150px;
	background-repeat: no-repeat;
		width: 1100px;
	margin:0 auto 80px auto;
}


.box_ad_odd > ul,
.box_ad_even > ul{
	/* border:1px solid #fff; */
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 400px;
	height: 120px;
	/* justify-content: center; */
	justify-content: space-around;
	margin: 0 auto;
}

.box_ad_odd > ul > li > img,
.box_ad_even > ul > li > img{
	width: 120px;
}

.box_ad_odd > ul > li > h3,
.box_ad_even > ul > li > h3{
	color: #fff;
	font-size: 25px;
	font-weight: normal;
}

.box_ad_odd > ul > li > p,
.box_ad_even > ul > li > p{
	font-size: 12px;
	color: #b3b3b3;
}
.box_ad_odd > ul > li:nth-child(4),
.box_ad_even > ul > li:nth-child(4)
{
	width: 190px;
	height: 25px;
	border-radius: 5px;
	text-align: center;
	background-color: #fff;
}

.box_ad_odd > ul > li:nth-child(4) a,
.box_ad_even > ul > li:nth-child(4) a{
	display: block;
	color: #333;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
}

.box_ad_odd > ul > li:nth-child(4) a:hover,
.box_ad_even > ul > li:nth-child(4) a:hover{
	background-color: #8f7950;
	border-radius: 5px;
	color: #fff;
}

/*----------------------------
contact
------------------------------*/

.contact_other{
	padding-top: 25px;
	width: 600px;
	margin:0 auto 50px auto;
}

.contact_other h3{
	width: 600px;
	border: 0.5px solid #fff;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	margin-top: 50px;
	color: #fff;
}

.contact_other h4{
	line-height: 1.5em;
	font-size: 26px;
	font-weight: 400;
	padding:10px 0 0 10px;
	letter-spacing: 0.12em;
	color: #fff;
}

.contact_other p{
	/* border:1px solid red; */
	font-weight: 400;
	font-size: 12px;
	color: #b3b3b3;
	padding: 0 0 0 12px;
	letter-spacing: 0.12em;
	margin: 0 0 30px 0;
}


.contact_other a{
	color: #b3b3b3;
	text-decoration: none;
	letter-spacing: 0.12em;
}

.contact_other a:hover{
	text-decoration: underline;
}


.contact_fuji{
	margin: 10px 0 0 10px;
	/* border: 1px solid red; */
	display: flex;
	flex-direction: row;
}

.contact_fuji li:first-child{
	align-self: center;
}

.contact_fuji li:nth-child(2){
	margin: 10px 0 0 0;
	/* border: 1px solid pink; */
}

.contact_fuji img{
	width: 66px;
}

/*----------------------------
footer
------------------------------*/

footer{
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}



/*----------------------------
▲
------------------------------*/
#page_up{
	background-color:#4d4d4d;
  color: #fff;
  width: 90px ;
  height: 60px ;
  position: fixed ;
  bottom: 30px ;
  right: 20px ;
  border-radius: 50%;
	border:2px solid #4d4d4d;
	z-index: 100;
}

#page_up a {
  padding: 10% 5% 0 0;
  display: block;
  width: 90px;
  height: 60px;
  text-align: center;
}

#page_up a:link,#page_up a:visited{
  color:#fff;
  font-size: 25px;
  text-decoration: none;
}

#page_up a:hover{
	color: #fff;
	
}

#page_up:hover{
  background-color: #8f7950;
	border:2px solid #fff;
}

