@charset "UTF-8";

/* リセット */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
img {
  vertical-align: bottom;
	max-width: 100%;
}
body{
  font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif
}
/* ヘッダーデザイン */
.site-header{
	background: rgba(255,255,255,0.5);
	/* background: #fff; */
	height: 7em;
	justify-content: space-between;
	/* display: flex;
	position: fixed; */
}
@media (max-width: 770px){
	.site-header{
		height: 6em;
		/* position: fixed; */
	}
}
.header_wrapper{
	height: 7em;
	padding-top: .8em;
	position: relative;
}
.header_left{
	position: absolute;
  left: 0;
	margin-left: 6em;
	margin-bottom: .8em;
	float: left;
}
.header_left a:hover{
	opacity: 0.7;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.header_left h1{
	font-weight: normal;
	font-size: 12px;
}
@media (max-width: 770px){
	.header_wrapper{
		height: 6em;
	}
	.header_left{
		margin-left: 2em;
		margin-bottom: .2em;
	}
	.header_left img{
		width: 80%;
	}
	.header_left h1{
		font-weight: normal;
		font-size: 10px;
	}
}
/* header_right */
.header_right{
	position: absolute;
  right: 0;
	width: 630px;
	margin: 0 0  0 auto;
}
@media (max-width: 1280px){
	.header_right{
		width: 580px;
	}
}
/* 電話設定 */
.tel{
	float: left;
	color: #3D0F00;
	margin-top: .4em;
}
.tel h3{
	font-size: 28px;
	font-weight: bold;
	margin-right: .6em;
}
.phone{
	float: left;
}
.fax{
	float: left;
}
/* sns設定 */
.sns{
	float: left;
}
.insta{
	float: left;
}
.face{
	float: left;
	margin-left: .4em;
}
.header_right_text{
	margin-top: 1em;
	float: left;
}
/* お問い合わせボタン */
.contact_button{
	margin-top: 1.2em;
	float: left;
}
.contact_button:hover{
	opacity: 0.7;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.contact_button a{
	padding: 10px 35px;
	color: #FFF;
	font-size: 17px;
	background: #118B00;
	text-decoration: none;
	border-radius: 6px;
}

/* トップ画面デザイン */
.top_photo img {
    width: 100%;
    height: auto;
}
@media (max-width: 770px){
	.top_photo .pc{
		display: none;
	}
}
@media (min-width: 770px){
	.top_photo .sp{
		display: none;
	}
}
/* ナビデザイン */
.menu{
	display: block;
	height: 50px;
	width: 100%;
	background: #3D0F00;
}
.menu li a{
	text-decoration: none;
	font-size: 19px;
	color: #FFF;
	margin-left: 1.8em;
	margin-right: 1.8em;
	text-align: center;
}
.menu nav{
}
.menu ul{
	margin-left: auto;
	margin-right: auto;
	width: 880px;
}
.menu li{
	float: left;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: .8em;
}
.menu li a:hover{
	color: #ffd331;
}
.menu ul:after{
	content: "";
	display: block;
	clear: both;
}

/*  ハンバーガーメニュー */
*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	z-index: 30;
	position: fixed;
	top: 0;
	right: -100vw;
	width: 270px;
	/* height: 62%; */
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #3D0F00;
	/* opacity: 0.8; */
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	z-index:10000;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: .4em .2em .4em .2em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}

@media (max-width: 1020px){
	.menu, .header_right{
		display: none;
	}
}
@media (min-width: 1020px){
	.cp_cont{
		display: none;
	}
}

/* 「SlideDown」の動作内容 */
@keyframes SlideDown {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* Y軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}
.top_photo,.content01, .content02, .content02 h4, .content03, .content03 h4, .content04, .button,{
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: SlideDown;/* アニメーション名 */
}

/*  コンテンツ01設定 */
.content01{
	text-align: center;
}
.content01 h2{
	font-size: 24px;
	padding-bottom: .5em;
}
.content01 p{
	font-size: 20px;
	margin:.4em 0;
	line-height: 1.8em;
}
.company-text span{
	font-weight: bold;
	color: red;
}
.title_01 img{
	text-align: center;
	margin-top: 2em;
}
.title_01_text{
	text-align: center;
}
@media (max-width: 760px){
	.content01 p{
		font-size: 17px;
		margin:0 1em;
		padding-top: 1.5em;
		text-align: left;
		margin-bottom: .4em;
	}
	.content01 p br{
		display: none;
	}
}
/* コンテンツ01背景 */
.content01{
	background-image: url(../images/back_wood.png);
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  /* background-color: #FFF; */
}
.content01_photo{
	width: 1260px;
	margin-left: auto;
	margin-right: auto;
}
.content01_photo:after{
	content:"";
	display: block;
	clear: both;
}
/* 影作るhover */
.photo01 {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #4CAF50;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.photo01:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}
.photo01{
	width: 274px;
	height: 290px;
	background: #FFF;
	border: 2px solid #ED9E62;
	border-radius: 10px;
	float: left;
	margin: 1em;
}
.photo01 img{
	margin-top: .4em;
}
.photo01 h2{
	font-size: 21px;
	color: #231815;
	margin-top: .3em;
	text-align: center;
	padding-bottom: 0.5em;
}
.photo01 p{
	margin-top: .1em;
	font-size: 16px;
	line-height: 1.7em;
	padding-left: .7em;
	padding-right: .7em;
	text-align: left;
}
@media (max-width: 1280px){
	.content01_photo {
		width: auto;
	}
	.photo01{
		float: none;
	}
}
/* ボタン設定 */
.serves_button{
	margin-top: 4em;
	padding-bottom: 5em;
	text-align: center;
}
.serves_button a{
	padding: 14px 60px;
	color: #F06909;
	font-size: 18px;
	background: #FFF;
	border: 2px  solid #F06909;
	text-decoration: none;
	border-radius: 6px;
}
.serves_button a:hover{
	color: #FFF;
	background: #F06909;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/* コンテンツ02設定 */
.content02{
	text-align: center;
}
.content02 p{
	font-size: 20px;
	margin:.4em 0;
	line-height: 1.6em;
}
.title_02 img{
	text-align: center;
}
.title_02_text{
	text-align: center;
}
@media (max-width: 760px){
	.content02 p{
		font-size: 17px;
		margin:0 1em;
		padding-top: 1.5em;
		text-align: left;
		margin-bottom: .4em;
	}
	.content02 p br{
		display: none;
	}
	.content02_photo{
		padding-top: .2em;
		margin: 0 .2em;
	}
}
@media (max-width: 420px){
	.photo01{
		width: 178px;
		height: auto;
		margin: .2em;
	}
	.photo01 img{
		width: 95%;
	}
	.photo01 h2{
		font-size: 15px;
	}
}
/* コンテンツ２背景 */
.content02{
	background-image: url(../images/back_floor.png);
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  /* background-color: #FFF; */
}
	/* content02の写真box設定 */
.content02_photo{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.content02_photo p{
	font-size: 16px;
	line-height: 1.7em;
	padding-left: .7em;
	padding-right: .7em;
	text-align: left;
}
.content02_photo:after{
	content:"";
	display: block;
	clear: both;
}
@media (max-width: 1280px){
	.content02_photo {
	    width: auto;
	    margin-left: auto;
	    margin-right: auto;
	}
}
@media (max-width: 768px){
	.content02_photo p{
		font-size: 16px;
		line-height: 1.5em;
		padding-top:.1em;
		text-align: left;
	}
}
/*  コンテンツ03設定 */
.content03{
	text-align: center;
	background: #FFF;
}
.content03 h2{
	font-size: 24px;
	padding-bottom: .5em;
}
.content03 p{
	font-size: 20px;
	margin:.4em 0;
	line-height: 1.6em;
}
@media (max-width: 760px){
	.content03 p{
		font-size: 17px;
		margin:0 1em;
		padding-top: 1.5em;
		text-align: left;
		margin-bottom: .4em;
	}
	.content03 p br{
		display: none;
	}
}
/* テーブル設定 */
table{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}
.price {
	width: 750px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #778ca3;
}
.price tr {
	border-top: dashed 1px #778ca3;
}
tr span{
	font-size: 15px;
}
.price th {
	padding: 1em;
	background: #F7CF79;
	border-right: dashed 1px #778ca3;
}
.price td{
	padding: 1em;
	font-size: 20px;
}
.price tr td{
	border-top: dashed 1px #778ca3;
	border-right: dashed 1px #778ca3;
}
.price_kengai{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.price_kengai p{
	font-size: 14px;
	text-align: right;
}
@media (max-width: 1020px){
	.content03{
		width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.price {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.price_kengai{
		width: 720px;
	}
}
@media (max-width: 760px){
	.content03{
		width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
 .price {
		width: 360px;
	}
	.price_kengai{
		width: 360px;
	}
	.price th {
		padding: .6em;
	}
	.price td{
		padding: .6em;
		font-size: 18px;
	}
}
/*  コンテンツ04設定 */
.content04_wrapper{
	width: 490px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 760px){
 .content04 {
		width: auto;
	}
}
.content04_wrapper h2{
	font-size: 24px;
	padding-bottom: .5em;
}
.content04_wrapper p{
	font-size: 18px;
	margin:.4em 0;
	line-height: 1.6em;
}
.content04_logo{
	text-align: center;
}
/* 電話番号設定 */
.tel_company{
	font-size: 29px;
	margin-top: .4em;
  font-weight: bold;
  margin-right: 0.6em;
	color: #000;
	margin-left: auto;
	margin-right: auto;
}
.tel_company_phone{
	float: left;
	margin-right: 1em;
}
.owner{
	text-align: center;
}
.owner h4{
	font-size: 26px;
	margin-top: 1em;
}
.owner span{
	font-size: 20px;
}
@media (max-width: 460px){
	.content04_wrapper{
		width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	.tel_company{
		font-size: 32px;
	}
	.tel_company_phone{
		float: none;
		width: 270px;
		margin-top: .4em;
		margin-left: auto;
		margin-right: auto;
	}
	.tel_company_phone_fax{
		float: none;
		width: 270px;
		margin-top: .4em;
		margin-left: auto;
		margin-right: auto;
	}
}
/* コンテンツ4背景 */
.content04{
	background-image: url(../images/back_floor.png);
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  /* background-color: #FFF; */
}
/* コンテンツ4ボタン設定 */
.content04_serves_button{
	margin-top: 3em;
	padding-bottom: 5em;
	text-align: center;
}
.content04_serves_button a:hover{
	opacity: 0.7;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.content04_serves_button a{
	padding: 16px 60px;
	color: #FFF;
	font-size: 18px;
	background: #118B00;
	text-decoration: none;
	border-radius: 6px;
}


/* コピーライト設定 */
.copyright{
	background-color: black;
}
.copyright p{
	font-size: 15px;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	color:white;
	text-align: center;
}
