@charset "utf-8"; /*utf-8の場合*/

*,*::after,*::before{
	box-sizing: border-box;
}

body{
	font-family: "Meiryo UI",sans-serif;
	color: #000000;
	background-color: #d5e1dc;
}

.decimal{
	list-style-type: decimal;
	padding-left: 1.5em;
}

.decimal li{
	margin-bottom: 20px;
}

.spbr{
	display: none;
}

@media screen and (max-width:600px){
	.spbr{
		display: inherit;
	}
}


/********************************

loading

********************************/
#page-loading {
	background: #d5e1dc;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}




/********************************

1 ヘッダーブロック

********************************/

header{
	width: 100%;
	height: 1000px;
	margin-bottom: 250px;
	overflow: hidden;
}

.sp_top{
	display: none;
}

@media screen and (max-width:768px){
	header{
		height: auto;
		margin-bottom: 150px;
	}

	.sp_top{
		display: flex;
		justify-content: flex-start;
		width: 100%;
		height: 100px;
		position: fixed;
		top: 0;
		left:0;
		z-index: 500;
		align-items: center;
		background-color: #d5e1dc;
	}

	.sp_top h1 img{
		width:359px;
		height: 60px;
		margin:20px 5%;
		object-fit: cover;
		display: block;
	}

	.sp_top address{
		font-family: Perpetua Titling MT, serif;
		font-weight: bold;
		font-size: 20px;
		letter-spacing: 0.1em;
		color: #000000;
		position: absolute;
		top:50%;
		right: 120px;
		transform: translateY(-50%);
	}

	/* ハンバーガーボタン */
	.navtoggle{
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 100px;
		height: 100px;
		z-index: 600;
	}

	.navtoggle span{
		display: block;
		position: absolute;
		width: 50px;
		left: 25px;
		border-bottom: solid 6px #000000;
		border-radius: 3px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	.navtoggle span:nth-child(1){
		top: 30px;
	}

	.navtoggle span:nth-child(2){
		top: 50px;
	}

	.navtoggle span:nth-child(3){
		top: 70px;
	}

	.navtoggle.active span:nth-child(1){
		top:50px;
		left: 25px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navtoggle.active span:nth-child(2),.navtoggle.active span:nth-child(3){
		top: 50px;
		left: 25px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/* END ハンバーガーボタン **********/
}


@media screen and (max-width:600px){
	.header{
		margin-bottom: 100px;
	}
	
	.sp_top{
		height: 60px;
	}
	
	.sp_top h1 img{
		width:60%;
		height: 40px;
		margin:10px 0;
		object-fit: contain;
	}
	
  .sp_top address{
    display: none;
  }
  
	/******************************
	* ハンバーガーボタン　スマホ
	*******************************/

  .navtoggle{
    width: 60px;
    height: 60px;
  }
  
  .navtoggle span{
    width: 34px;
    left: 8px;
  }
  
  .navtoggle span:nth-child(1){
    top: 17px;
  }

  .navtoggle span:nth-child(2){
    top: 30px;
  }

  .navtoggle span:nth-child(3){
    top: 43px;
  }
  
  .navtoggle.active span:nth-child(1){
    top:30px;
    left: 10px;
  }
  
  .navtoggle.active span:nth-child(2),.navtoggle.active span:nth-child(3){
    top: 30px;
    left: 10px;
  }
	/* END ハンバーガーボタン　スマホ  **********/
}



.headmid{
  width: 100%;
	height: 1000px;
	position: relative;
}

.headleft{
	width: 50%;
	height: 1000px;
	position: absolute;
	top: 0;
	left: 0;
}

.mainimage{
	width: 100%;
	height: 800px;
	object-fit: cover;
	object-position: right bottom;
}

.headleft h3{
	font-family: Perpetua Titling MT,serif;
	font-weight: bold;
	font-style: normal;
  color: #000000;
	font-size: 36px;
  letter-spacing: 2px;
	position: absolute;
	bottom: 200px;
	right: 0;
}

.headleft span{
	color: #a7232c;
}

.newscontainer{
  width: 100%;
  height: 200px;
	background-color: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling:touch;
}

#info{
	width :88%;
	height: 140px;
	margin-top: 30px;
	margin-left: 10%;
  display: block;
}

.headmid h2{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 80px;
	text-shadow: 3px 3px 0 #ffffff;
	position: absolute;
	top:180px;
	right: 5%;
	color: #a7232c;
}

.maintext{
	position: absolute;
	right: 5%;
	top:350px;
	text-align: right;
}

.maintext p{
	font-family: dnp-shuei-mincho-pr6, serif; 
	font-weight: 600;
	font-style: normal;
  font-size: 18px;
  line-height: 2;
	color: #000000;
}


@media screen and (max-width:768px){
	.headmid{
		height: auto;
	}
	
	.headleft{
		width: 100%;
		height: 1000px;
		position:relative;
	}
	
	.headmid h2{
		top: 150px;
		font-size: 60px;
	}

	.maintext{
		display: block;
		right: 0;
		top:350px;
		width: 50%;
		text-align: left;
		padding: 20px 5% 20px 30px;
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 15px 0 0 15px;
	}

	.maintext p{
		line-height: 1.7;
	}
	
	.pcbr{
		display: none;
	}
	
	.headleft h3{
		bottom: 250px;
		right: 5%;
	}
	
	.newscontainer{
		width: 100%;
		height: 250px;
	}
	
	#info{
		width :90%;
		height: 190px;
		margin-top: 30px;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* END 新着情報　タブレット  **********/
}


@media screen and (max-width:600px){
	.headleft{
		height: auto;
		margin-top: 0;
	}
	
	.mainimage{
		display: block;
		height: 950px;
		object-position: right bottom;
	}

	.headmid h2{
		top: 120px;
		left: 5%;
		right: auto;
		font-size: 40px;
	}
	
	.maintext{
		top:auto;
		bottom: 250px;
		width: 100%;
		padding: 20px 5% 20px 5%;
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 0 0 0 0;
	}

	.maintext p{
		font-size: 16px;
		color: #000000;
	}
	
	.headleft h3{
		display: block;
		font-family: Perpetua Titling MT,serif;
		font-weight: bold;
		font-style: normal;
		color: #000000;
		font-size: 36px;
		letter-spacing: 2px;
		position: absolute;
		bottom: 200px;
		right: 5%;
	}

	.headleft span{
		color: #a7232c;
	}

	.newscontainer{
		height: 200px;
		position: inherit;
	}

	#info{
		width :90%;
		height: 140px;
		margin-top: 30px;
		margin-left: 5%;
	}
}



.headright{
	width: 50%;
	height: 1000px;
	position: absolute;
	top: 0;
	right: 0;
}

.contactbutton{
	display: flex;
	justify-content: center;
	align-items: center;
  text-decoration: none;
  background: #a7232c;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #a7232c;
  border: solid 4px #d5e1dc;
  transition: .4s;
	position: absolute;
	top:25px;
	right: 5%;
}

.contactbutton:hover{
  background: #ca6c72;
  box-shadow: 0px 0px 0px 5px #ca6c72;
  border: solid 4px #d5e1dc;
}

.menu{
	width: auto;
	height: 400px;
	border-right: solid 10px #000000;
	position: absolute;
	right: 5%;
	bottom: 0;
	text-align: right;
	padding-right: 2%;
}

h1 img{
	width:400px;
	height: 67px;
	margin-bottom:15px;
	object-fit: contain;
}

.tel{
	font-family: Perpetua Titling MT, serif;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1em;
}


/********************************
*  PC　グローバル
********************************/

.globalpc{
	margin-top: 80px;
}

.globalpc li{
	text-decoration: none;
	margin-top: 40px;
}

.globalpc a{
	font-family: Perpetua Titling MT, serif;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.05em;
	color: #000000;
	text-decoration: none;
  transition: .4s;
}

.globalpc a:hover{
	color: #a7232c;
}

.globalpc a:visited{
	color: #000000;
}

.globalMenuSp{
  display: none; /*　タブレット、スマホ用グローバルを非表示　*/
}

/* END PC　グローバル　**********/




@media screen and (max-width:768px){
	.headright{
		display: none;
	}

	/******************************
	* グローバル　タブレット
	*******************************/

  .globalpc{
    display: none; /* PC用のグローバルを非表示 */
  }
  
  .globalMenuSp{
    display: inherit; /* タブレット用グローバルを表示 */
    position: fixed;
    z-index: 450;
    top: 0;
    left: 0;
    background: /*#f5f5dc*/#d5e1dc;
    transform: translateY(-100%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    opacity:0.95; /* 透過。1.0が不透過 */
  }
  
  .globalMenuSp ul{
    display: block;
		margin-left: auto;
		margin-right: auto;
    margin-top: 150px;
    text-align: center;
  }
  
  .globalMenuSp ul li{
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .globalMenuSp ul li a{
    display: block;
		color: #000000;
    text-decoration: none;
    padding: 40px 0;
    border-bottom: none;
		font-family: Perpetua Titling MT, serif;
		font-weight: bold;
    font-size: 25px;
    font-weight: bold;
  }
	
	.globalMenuSp ul li a:visited{
		color: #000000;
	}
  
  /* ↓ class="globalMenuSp"のjqueryに対応するスタイル ↓ */
  .globalMenuSp.active{
    transform: translateY(0%);
  }

	.sptel{
		display: none;/* スマホの時だけ表示 */
	}
	/* END グローバル　タブレット  **********/
}



@media screen and (max-width:600px){
	/******************************
	*  グローバル　スマホ
	*******************************/
	
	.globalMenuSp ul{
    margin-top: 40px;
  }
	
	.globalMenuSp ul li a{
		padding: 20px 0;
	}
	
	.sptel{
		display: block;
		width: 80%;
		height: 50px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 80px;
		text-align: center;
	}
	
	.sptel p{
		padding: 20px 10px;
		font-family: Perpetua Titling MT, serif;
		font-weight: bold;
		font-size: 20px;
		letter-spacing: 0.1em;
		color: #ffffff;
		background-color: #a7232c;
	}
	
	#spmenu{
		display: block;
		margin-top: 80px;
	}
}



/********************************

2 メインコンテンツブロック　1

********************************/

.contbox{
  width: 100%;
	height: 1100px;
	margin-bottom: 250px;
	position: relative;
}

.contbox img{
	width: 100%;
	height: 1100px;
	object-fit: cover;
}

#content1 img{
	object-position: left top;	
}

.contbox h2{
	font-family: dnp-shuei-mincho-pr6, serif; 
	font-weight: 600;
	font-style: normal;
	font-size: 80px;
	line-height: 1.4;
	text-align: right;
	width: 95%;
	position: absolute;
	top:100px;
	right: 5%
}

.conth1{
	color: #a7232c;
	-webkit-filter:drop-shadow(3px 3px 1px rgba(255, 255, 255, 1));
  -moz-filter:drop-shadow(3px 3px 1px rgba(255, 255, 255, 1));
  -ms-filter:drop-shadow(3px 3px 1px rgba(255, 255, 255, 1));
  filter:drop-shadow(3px 3px 1px rgba(255, 255, 255,  1));
}

.conth1::first-line{
	font-size: 40px;
	color: #000000;
}

.contread{
	display: block;
	width: 45%;
	height: auto;
	padding: 20px 5% 0px;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 350px;
	right: 0;
	font-family: dnp-shuei-mincho-pr6, serif; 
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	font-size: 18px;
	line-height: 2;
	list-style-type: decimal;
	padding-left: 1.5em;
}

.contread li{
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 0.5em;
	-webkit-filter:drop-shadow(-2px 3px 5px rgba(0, 0, 0, 1));
  -moz-filter:drop-shadow(-2px 3px 5px rgba(0, 0, 0, 1));
  -ms-filter:drop-shadow(-2px 3px 5px rgba(0, 0, 0, 1));
  filter:drop-shadow(-2px 3px 5px rgba(0, 0, 0, 1));
}



/********************************

3 メインコンテンツブロック　2

********************************/

#content2 img{
	object-position: right top;	
}

.conth2{
	color: #ffffff;
	-webkit-filter:drop-shadow(3px 3px 1px rgba(0, 0, 0, 1));
  -moz-filter:drop-shadow(3px 3px 1px rgba(0, 0, 0, 1));
  -ms-filter:drop-shadow(3px 3px 1px rgba(0, 0, 0, 1));
  filter:drop-shadow(3px 3px 1px rgba(0, 0, 0,  1));
}

.conth2::first-line{
	font-size: 40px;
	color: #ffffff;
}



/*********** タブレット対応 2&3 メインコンテンツブロック *******************/

@media screen and (max-width:768px){
	.contbox{
		height: auto;
		position:inherit;
		padding-top: 0;
		margin-bottom: 150px;
	}

	.contbox img{
		height: 480px;
	}
	
	.contbox h2{
		font-size: 60px;
		line-height: 1.4;
		text-align: left;
		width: 90%;
		position: inherit;
		margin: 0 5% 50px;
	}

	.conth1{
		color: #a7232c;
		-webkit-filter:drop-shadow(3px 3px 1px rgba(255, 255, 255, 0));
		-moz-filter:drop-shadow(3px 3px 1px rgba(255, 255, 255, 0));
		-ms-filter:drop-shadow(3px 3px 1px rgba(255, 255, 255, 0));
		filter:drop-shadow(3px 3px 1px rgba(255, 255, 255,  0));
	}

	.contread{
		width: 90%;
		height: auto;
		position: inherit;
		margin: 50px auto 0px;
		padding: 0px;
		background-color: rgba(0, 0, 0, 0);
		color: #000000;
	}
	
	.contread li{
		margin-left: 5%;
		padding-left: 0.5em;
		-webkit-filter:drop-shadow(-2px 3px 5px rgba(0, 0, 0, 0));
		-moz-filter:drop-shadow(-2px 3px 5px rgba(0, 0, 0, 0));
		-ms-filter:drop-shadow(-2px 3px 5px rgba(0, 0, 0, 0));
		filter:drop-shadow(-2px 3px 5px rgba(0, 0, 0, 0));
	}

	.conth2{
		color: #a7232c;
		-webkit-filter:drop-shadow(3px 3px 1px rgba(255, 255, 255, 0));
		-moz-filter:drop-shadow(3px 3px 1px rgba(255, 255, 255, 0));
		-ms-filter:drop-shadow(3px 3px 1px rgba(255, 255, 255, 0));
		filter:drop-shadow(3px 3px 1px rgba(255, 255, 255,  0));
	}
	
	.conth2::first-line{
		color: #000000;
	}
}

/* END 2&3 メインコンテンツブロック タブレット **********/



/*********** スマホ対応 2&3 メインコンテンツブロック *******************/

@media screen and (max-width:600px){
	.contbox{
		padding-top: 60px;
		margin-bottom: 50px;
	}
	
	.contbox img{
		height: 240px;
	}
	
	.contbox h2{
		font-size: 35px;
		margin: 0 5% 30px;
	}
	
	.conth1::first-line{
		font-size: 20px;
	}

	.contread{
		font-size: 16px;
	}
	
	.conth2::first-line{
		font-size: 20px;
	}
}

/* END 2&3 メインコンテンツブロック スマホ **********/



/********************************

4 会社案内ブロック

********************************/

.company{
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 250px;
	background-color: #ffffff;
	border: solid 2px #678075;
}

@media screen and (max-width:1024px){
	.company{
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 250px;
		background-color: #ffffff;
		border: solid 2px #678075;
	}
}

.companytittle{
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}

.companytittle h2{
	font-family: dnp-shuei-mincho-pr6, serif; 
	font-weight: 600;
	font-style: normal;
  color: #000000;
	font-size: 80px;
	position: relative;
}

.companytittle h2::before{
	content: '';
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: 200px;
  height: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #a7232c;
}

.comsub{
  display:flex;
  align-items: center;
  justify-content: center;
  background: #678075;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 8px #678075;
  border: solid 4px #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
	font-size: 36px;
  color: #ffffff;
	text-align: center;
}

table{
	font-family:  "Meiryo UI",sans-serif;  
}



/*********** タブレット対応

4 会社案内ブロック　共通

*******************/

@media screen and (max-width:768px){
	#company{
		display: block;
		padding-top: 100px;
	}
	
	.company{
		width: 90%;
		margin-bottom: 50px;
	}

	.comsub{
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 80px;
	}
}

/* END 4 会社案内ブロック　共通 タブレット **********/



/*********** スマホ 対応

4 会社案内ブロック　共通

*******************/

@media screen and (max-width:600px){
	.company{
		margin-bottom: 50px;
	}
	
	.companytittle{
		margin-bottom: 50px;
	}
	
	.companytittle h2{
		font-size: 30px;
	}

	.comsub{
		width: 132px;
		height: 132px;
		box-shadow: 0px 0px 0px 4px #678075;
		border: solid 2px #ffffff;
		font-size: 24px;
	}
}

/* END 4 会社案内ブロック　共通 スマホ **********/



/******************************
*  4-1　会社概要
*******************************/

.gaiyou{
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	margin-bottom: 100px;
	position: relative;
	display: flex;
}

.gaiyou:after{
  content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
	display: inline-block;
	width: 40%;
	height: 2px;
	background-color: #678075;
}

.gaiyou table{
  font-size: 16px;
	line-height: 24px;
	color: #000000;
	width: 	-webkit-calc(100% - 300px);
	width: 	calc(100% - 300px);
	margin-left: 122px;
}

.gaiyou table span{
	font-weight: bold;
}

.gaiyou th{
  width: 20%;
	vertical-align: top;
	padding-bottom: 30px;
}

.gaiyou td{
  width: 80%;
	vertical-align: top;
	padding-bottom: 30px;
}



/******************************
*  4-1　会社概要　タブレット
*******************************/

@media screen and (max-width:768px){
	.gaiyou{
		padding-bottom: 80px;
		display: block;
	}
	
	.gaiyou:after{
		width: 80%;
	}
	
	.gaiyou table{
		width: 	90%;
		margin-left: auto;
		margin-right: auto;
	}	
	
	.gaiyou th{
		width: 30%;
	}
	
	.gaiyou td{
		width: 70%;
	}
}

/* END 4-1　会社概要　タブレット **********/



/******************************
*  4-1　会社概要　スマホ
*******************************/

@media screen and (max-width:600px){
	.gaiyou table{
		width: 100%;
	}
	
	.gaiyou th, .gaiyou td{
		display: block;
		width: 100%;
	}

	.gaiyou th{
		padding-bottom: 10px;
		font-size: 18px;
		color: #a7232c;
	}
}

/* END 4-1　会社概要　スマホ **********/



/******************************
*  4-2　環境・安全への取り組み
*******************************/

.comsub2{
  display:flex;
  align-items: center;
  justify-content: center;
  background: #678075;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 8px #678075;
  border: solid 4px #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
	font-size: 26px;
  color: #ffffff;
	text-align: center;
}

.kankyo_ol{
  font-size: 16px;
	line-height: 24px;
	color: #000000;
	width: 	-webkit-calc(100% - 300px);
	width: 	calc(100% - 300px);
	margin-left: 122px;
	list-style-type: decimal;
	padding-left: 1.5em;
}

.kankyo_ol li{
	margin-bottom: 20px;
}



/******************************
*  4-2　環境・安全への取り組み　タブレット
*******************************/

@media screen and (max-width:768px){
	.comsub2{
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 80px;
	}
	
	.kankyo_ol{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* END 4-2　沿革　タブレット **********/



/******************************
*  4-2　環境・安全への取り組み　スマホ
*******************************/

@media screen and (max-width:600px){
	.comsub2{
		width: 132px;
		height: 132px;
		box-shadow: 0px 0px 0px 4px #678075;
		border: solid 2px #ffffff;
		font-size: 20px;
	}
	
	.kankyo_ol{
		width: 100%;
	}
}

/* END 4-2　沿革　スマホ **********/



/******************************
*  4-3　アクセス
*******************************/

.access{
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	margin-bottom: 100px;
	position: relative;
	display: flex;
}

.mapbox{
	width: 	-webkit-calc(100% - 300px);
	width: 	calc(100% - 300px);
	margin-left: 122px;
	display: inline-block;
}

.mapbox iframe{
	display: block;
	margin: 0;
	padding: 0;
}

.station{
  margin-top: 30px;
	width: 100%
}

.station h4{
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 4px 20px;
  margin-right: 20px;
  font-size: 11px;
}

.station p{
  display: inline-block;
  font-size: 12px;
  line-height: 2;
	color: #000000;
	font-weight: bold;
}


/******************************
*  4-3　アクセス　タブレット
*******************************/

@media screen and (max-width:768px){
	.access{
		display: block;
		padding-bottom: 0;
		margin-bottom: 50px;
	}
	
	.mapbox{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* END 4-3　アクセス　タブレット **********/



/******************************
*  4-3　アクセス　スマホ
*******************************/

@media screen and (max-width:600px){
	.access{
		padding-bottom: 0;
	}
}

/* END 4-3　アクセス　スマホ **********/




/********************************

5 お問い合わせブロック

********************************/

.contact{
	width: 100%;
	height: auto;
}

.markbox{
	width: 150px;
  height: 150px;
  background-color: #000000;
	border-radius: 50%;
	text-align: center;
	margin: auto;
}

.contactmark{
  margin-top: 47px;
}

.formbox{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

.pforsp{
	line-height: 2;
	color: #000000;
}

.formbox span{
  color: #a7232c;
}

.ppcontainer{
  margin-top: 50px;
  width: 100%; 
  height: 200px;
  margin-bottom: 30px;
  overflow: auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}

#pp{
  width: 100%;
  height: 100%;
  display: block;
}

.ppkakunin{
  margin-left: 30%;
  margin-bottom: 20px;
	color: #000000;
}

.ppkakunin input{
  margin-right: 10px;
}

.formbox table{
  width: 100%;
}

.formbox th{
  width: 30%;
  padding-bottom: 30px;
  vertical-align: top;
  padding-top: 15px;
	color: #000000;
}

.formbox td{
  width: 70%;
  padding: 0 0 30px 0;
	color: #000000;
}

.formtext{
  width: 98%;
  height: 40px;
  padding: 1%;
}

.formtextarea{
  width: 98%;
  height: 150px;
  padding: 1%;
}

.buttonbox{
  width: 100%;
	margin-top: 30px;
  text-align: center;
}

#btn{
  text-align: center;
  width: 300px;
  height: 60px;
  font-family:  "Meiryo UI",sans-serif;
  font-size: 18px;
  background-color: #678075;
  color: #ffffff;
  border: none;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

#btn:hover{
  background-color: #a7232c;
}

#btn[disabled]{
  background-color: #a9a9a9;
  cursor: default;
}

#btn2{
  text-align: center;
  width: 300px;
  height: 60px;
  font-family:  "Meiryo UI",sans-serif;
  font-size: 18px;
  background-color: #678075;
  color: #ffffff;
  border: none;
  margin-bottom: 80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

#btn2:hover{
  background-color: #a7232c;
}


/****************************************/
/** ↓↓↓ iosでも勝手にボタンの形を変えない　↓↓↓ **/

input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}

/** ↑↑↑ iosでも勝手にボタンの形を変えない　↑↑↑ **/
/****************************************/



/*********** タブレット対応

5 お問い合わせブロック

*******************/

@media screen and (max-width:768px){
	.contact{
		padding-top: 100px;
	}
	
	.formbox{
		width: 80%;
	}

	.ppkakunin{
		margin-left: 0;
	}
	
	#btn:hover{
		background-color: #678075;
	}
	
	#btn2:hover{
		background-color: #678075;
	}
}

/* END 5 お問い合わせブロック　タブレット **********/



/*********** スマホ対応

5 お問い合わせブロック

*******************/

@media screen and (max-width:600px){
	.contact{
		padding-top: 60px;
	}
	
	.markbox{
		margin-left:auto;
		margin-right: auto;
	}

	.formbox{
		width: 90%;
	}

	.ppkakunin{
		margin-bottom: 30px;
	}
	
	.formbox th, .formbox td{
		display: block;
		width: 100%;
	}
	
	.formbox th{
		font-weight: bold;
		padding-bottom: 10px
	}
	
	#btn{
		width: 100%;
		font-size: 16px;
	}

	#btn2{
		width: 100%;
		font-size: 16px;
	}
}

/* END 5 お問い合わせブロック　スマホ **********/




/********************************

6 To Topボタン

********************************/

#totop{
  position: fixed;
	right: 60px;
  bottom: 100px;
	z-index: 500;
}

#totop a{
  display: block;
  width: 100px;
  height: 100px;
	z-index: 1000;
	background-color: #a7232c;
	border-radius: 50%;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

#totop a:hover{
  background-color: #ca6c72;
}

.up{
	margin-top: 22px;
}



/*********** タブレット対応

6 To Topボタン

*******************/

@media screen and (max-width:768px){
	#totop{
		right: 5%;
		bottom: 20px;
	}
	
	#totop a:hover{
		background-color: #a7232c;
	}
}

/* END 6 To Topボタン　タブレット **********/



/*********** スマホ対応

6 To Topボタン

*******************/

@media screen and (max-width:600px){
	#totop{
		right: 0;
		bottom: 0;
		width: 100%;
		height: 30px;
	}
	
	#totop a{
		width: 100%;
		height: 50px;
		background-color: #a7232c;
		border-radius: 0;
		text-align: inherit;
	}
	
	#totop a:hover{
		background-color: #a7232c;
	}
	
	.up{
		height: 20px;
		object-fit: cover;
		position: absolute;
		bottom: 5px;
		left:50%;
		transform: translateX(-50%);
	}
}

/* END 6 To Topボタン　スマホ **********/



/********************************

7 フッターブロック

********************************/

footer{
	width: 100%;
	height: auto;
  background-color: #ffffff;
	padding-top: 200px;
}

.footermain{
	width: 100%;
	height: auto;
	background-color: #678075;
	text-align: center;
	padding-bottom: 50px;
}

.footernav{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footernav ul{
	font-size: 18px;
	display: flex;
	justify-content: center
}

.footernav li{
	list-style: none;
	padding-right: 25px;
	border-right: solid 2px #ffffff;
	margin-right: 25px;
}

.footernav li:nth-child(3){
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}

.footernav a{
	display: inline-block;
	font-family:  "Meiryo UI",sans-serif;
  font-weight: bold;
	font-size: 18px;
  text-decoration: none;
  color: #ffffff;
	letter-spacing: 0.1em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.footernav a:hover{
  color: #a7232c;
}

.footernav a:visited{
  color: #ffffff;
}

.footermain h4{
	font-family:  "メイリオ",sans-serif;
  font-size: 24px;
  font-weight: bold;
	color: #ffffff;
  margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.footermain address{
	font-family:  "Meiryo UI",sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.copy{
	font-family:  "Meiryo UI",sans-serif;
  font-size: 14px;
  color: #ffffff;
	margin-top: 50px;
}



/*********** タブレット対応

7 フッターブロック

*******************/

@media screen and (max-width:768px){
	.footernav{
		width: 90%;
	}
	
	.footernav a:hover{
		color: #ffffff;
	}
}

/* END 7 フッターブロック　タブレット **********/



/*********** スマホ対応

7 フッターブロック

*******************/

@media screen and (max-width:600px){
	.footernav ul{
		display: block;
	}
	
	.footernav li{
		padding-right: 0;
		border-right: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.footernav a{
		font-size: 18px;
	}
	
	.footermain h4{
		font-size: 18px;
	}
	
	.footermain address{
		font-size: 12px;
	}
	
	.copy{
		margin-top: 50px;
		padding-bottom: 0px;
	}
}

/* END 7 フッターブロック　スマホ **********/






