﻿@charset "utf-8";

/* CSS Document */
/***　全体のカラー・書体など　***/
html{
	background-color: #f3f5f2;
	font: #333;
	font-size: 17px;
}

body{
	/*background-image: url("../images/img_back.png");*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	margin: 0 auto;
}

/*** ナビゲーション ***/
header{
	margin-width: 100%;
	margin: 0 auto;
	height: 60px;
	background-color: #f6d4d8;
}

li{
	float:left;
	width:130px;
	text-align:center;
	list-style-type:none;
	font-size: 14px;
	font-weight: 500;
}

#gnav{
	float: right;
}

li a{
	display:block;
	padding:22px 0;
	color:#333;
	background:#f3f5f2;
	border-left:1px solid #F6D4D8;
	text-decoration:none;
}

li a:hover{
	background: #F6D4D8;
	border-bottom: 4px solid #ca3c6e;	
}

#gnav .current a{
	background-color: #F6D4D8;	
}

.inner {
	margin-width: 100%;
	margin: 0 auto;
	width: 980px;
	height: 59px;
	background-color: #f3f5f2;
}

#logo{
	margin-left: 30px;
	margin-top: 3px;
	float: left;
}

/* 本文 */
.main_{
	clear: both;
	width: 980px;
	background: #f6d580; 
	margin: 0 auto;
}

#page_note_1{
	position: relative;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 19px;
	line-height: 1.5;
	font-weight: 700;
}

#page_note_1:before {
  content: "";
  position: absolute;
  background: #6433aa;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  opacity: 0.5;
}

#toiawase_img{
	text-align: center;
}

#inf{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.comment{
	color: #FF0000;
	font-size: 0.7em;
	font-weight: 700;
}

/*表組の設定*/
table.entryForm{
	/*width: 100%;*/
	margin-left: 140px;
	border: #fff 2px solid;
	border-collapse: collapse;
}

.entryForm th,
.entryForm td{
	padding: 5px 10px;
	border: #fff 1px solid;
}

.entryForm th{
	width: 10em;
	background-color: #f6d4d8;
	text-align: left;
	vertical-align: top;
}

/*入力フォームの設定*/
.entryForm th{
	width: 200px;
	padding: 5px;
}

.entryForm textarea{
	width: 430px;
	height: 100px;
	padding: 5px;
	border: #fff 1px solid;
}

.entryForm input[type="text"],
.entryForm input[type="email"]{
	width:430px;
	padding: 5px;
	border: #fff 1px solid;
}

/*.entryForm input:focus,
.entryForm textarea:focus{
	background-color: #ffffee;
}
*/
label,
input[type="radio"],
input[type="checkbox"],
input[type="reset"],
input[type="submit"]{
	cursor: pointer;
}

/*ボタンの設定*/
.btns{
	margin: 30px;
	text-align: center;
}

.btns input{
	width: 100px;
}/**/

/*ボタンの基本スタイル*/
.btn {
	width: 100px;
	margin: 0 10px;
	padding: 10px;
	margin-bottom: 60px;
	border: none;
	font-size: 16px;
}

/*ボタンにマウスが乗った時*/
.btn:hover {
	opacity: 0.7;
}
/*ボタンを押した瞬間*/
.btn:active {
	color: #fff;
}

/*ボタンの役割に合わせて色分け*/
.btn-clear {
	background-color: #ccc;
}
.btn-send {	
	background-color: #f6d4d8;
}

hr {
  	border: none;
  	border-top: 30px #6433aa solid;
	font-size: 0;
}

/* footer */
footer{
	display: block;
	width: 980px;
	height: 180px;
	background: #f6d580;
}

#footer_logo{
	clear: both;
	text-align: center;
	padding-top: 20px;
}

#snsicon{
	margin-top: 5px;
	text-align: center;
}

#snsicon a{
	margin-left: 10px;
	margin-right: 10px;
}

#copy{
	font-size: 11px;
	color: #333;
	padding-top: 10px;
	text-align: center;
}

#keikoku{
	font-size: 11px;
	color: #F00;
	padding-top: 10px;
	text-align: center;
}

/* お問い合わせ へのボタン */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}

/*** トップへ移動ボタン　***/
.pagetop { 
    display: none;
    position: fixed;
    bottom: 30px;
    right: 50px;
}

/*　ハンバーガーアイコン　*/
#sp{
	display: none !important;
}

#h_nav{
	display: none !important;
}

/*----------------------@media screen and (max-width:750px) {-------------------------------------------------------*/
@media screen and (max-width:750px) {	
  	#sp {
    	display: block !important;
	}
	#h_nav {
    	display: block !important;
	}
	
	button{
		position:absolute;
		top:20px;
		left:15px;
		background-color:transparent;
		border: none;
		cursor: pointer;
		width: 40px;
		height: 40px;
	}	

	button img{
		width:100%;
	}

	button:focus{
		outline:none;
	}

	#h_nav{
		position:fixed;
		top:0;
		bottom:0;
		width:250px;
		margin-left:-250px;
		background-image: url("../images/images.jpg");
	}		

	#h_nav li{
		list-style-type:none;
	}

	#h_nav li a{
		text-decoratf6d580ion:none;
		display:block;
		padding:20px 25px;
		width: 200px;
		color:#333;
		border-bottom:1px solid #f6d4d8;
		background: #f3f5f2;
		font-size: 16px;
	}

	#h_nav li a:hover{
		background: #F6D4D8;
		border-bottom: 4px solid #ca3c6e;
	}
	
	#h_nav .current a{
		background-color: #F6D4D8;
	}
}

/*-----------------------------------------------------------------------------*/
@media (max-width: 767px){
	#gnav{
		display: block;
	}
	
	table.entryForm{
	width: 100%;
	margin-left: 0px;
	}
	
	table td, table th {
  		display: block;
  		width: 100%;
  		padding: 10px;
	}
	img{
    	max-width: 100%;
    	height: auto;
	}
	
	.inner #logo{
		margin-top: 5px;
		margin-left: 230px;
	}
	
	#gnav{
		display: none;
	}
	
	.main_{
		width: 100%;
	}	
	
	.inner{
		width: 100%;
	}
	
	#wrapper{
    	width: 100%;
	}
	
	footer{
		width: 100%;
	}	
	
	.pagetop { 
		opacity: 0.7; 
	}
	
	#page_note_1{
		padding-left: 0px;
		padding-right: 0px;
		font-size: 18px;
	}
	
	#inf{
		font-size: 16px;
	}
}