﻿@charset "utf-8";

/* CSS Document */
/***　全体のカラー・書体など　***/
html{
	background-color: #f3f5f2;
	font: #333;
	font-size: 16px;
}

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;
	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;
	color: #333;
}

.inner {
	margin-width: 100%;
	margin: 0 auto;
	width: 980px;
	height: 59px;
	background-color: #f3f5f2;
}

#logo{
	margin-left: 30px;
	margin-top: 3px;
	float: left;
}

/* あいさつ文 */
.main_{
	display: block;
	clear: both;
	width: 980px;
	margin: 0 auto;
	font-size: 0; /* 隙間を取り除く */
}

#aisatsu{
	display: block;
	width: 592px;
	height: 520px;
	background: #f6d4d8; 
	float: left;
}

#msg{
	margin-top: 50px;
	margin-left: 30px;
}

/*　家族写真（スライドショー）*/
#slide ul{
	position: relative;
}

#slide ul li{
	position: absolute;
	left: 590px;
	width: 390px;
}

/* 仕切り線 */
hr {
	clear: both;
  	border: none;
  	border-top: 30px #c6eddb solid;
}

/*　球根プレゼント & 受付中　の中身　*/
#oshirase{
	display: block;
	/*margin: 0 auto;*/
	width: 980px;
	height: 790px;
	background: #fffbd5; 
}

#fukidashi_1, #fukidashi_2 {	
	position: relative;
	top: 40px;
	left: 40px;
	width: 300px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	padding: 0.6em;
  	background: #F6D4D8;
	color: #333;
	font-size: 19px;
	font-weight: 700;
}

#fukidashi_2 {
	clear: both;	
}

#fukidashi_1:after, #fukidashi_2:after  {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #F6D4D8;
  width: 0;
  height: 0;
}

#img_oshirase1{
	margin-top: 70px;
	margin-left: 60px;
	float: left;
}

#img_oshirase2{
	margin-top: 40px;
	margin-left: 60px;
	float: left;
}

#img_oshirase3{
	margin-top: 90px;
	margin-left: 80px;
	margin-bottom: 20px;
}

#msg_oshirase1, #msg_oshirase2{
	margin-top: 70px;
	margin-left: 30px;
	margin-right: 30px;
	color: #333;
	line-height: 1.5;
	float: right;
}

#msg_oshirase1, #msg_oshirase2{
	display: block;
	width: 600px;
	font-size: 16px;
	height: 320px;
}

#msg_oshirase2{
	display: block;
	width: 600px;
	height: 180px;
}

/* footer */
footer{
	display: block;
	width: 980px;
	height: 180px;
	background: #f6d580;
}

#footer_logo{
	clear: both;
	text-align: center;
	padding-top: 20px;
}

#snsicon{
	margin-top: 10px;
	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;
	}

	img{
    	max-width: 100%;
    	height: auto;
	}
	
	.inner #logo{
		margin-top: 5px;
		margin-left: 230px;
	}
	
	#gnav{
		display: none;
	}
	
	#slide{
		display: none;
	}
	
	.main_{
		width: 100%;
	}	
	
	#aisatsu{
		width: 100%;
	}
	
	.inner{
		width: 100%;
	}
	
	#wrapper{
    	width: 100%;
	}
	
	footer{
		width: 100%;
	}	
	
	.pagetop { 
		opacity: 0.7; 
	}
	
	#oshirase{
		width: 100%;
		height: 1120px;
	}
	
	#present{
		width: 100%;
	}
	
	#toiawase{
		width: 100%;
	}
	
	#img_oshirase3{
		display: none;
	}

	#msg_oshirase1{
		clear: both;
		width: 100%;
		margin-top: 20px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	#msg_oshirase2{
		clear: both;
		width: 100%;
		margin-top: 10px;
		margin-right: 0px;
	}
	
	#fukidashi_1, #fukidashi_2{
		margin-left: -25px;
	}
	
	#msg{
		margin-left: 0px;
	}
	
	#fukidashi_1, #fukidashi_2{
		font-size: 17px;
	}
	
	#msg_oshirase1, #msg_oshirase2{
		font-size: 15px;
	}
	
	#img_oshirase1, #img_oshirase2{
		margin-left: 50px;
		/*text-align: center;*/
	}
}
