@charset "UTF-8";
/* CSS Document */
*{
	/*PC,スマホ共通スタイル*/
}

p {
	font-size: 15px;
}
body {
	max-width: 1000px;
	margin: 0 auto 0 auto;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif',Arial, Helvetica, "sans-serif";
}
/*===========
PCのスタイル
===========*/
@media screen and (min-width:760PX)
	
{

/*横幅設定*/
	body {
		max-width: 1000px;
		min-width: 960px;
		margin: 0 auto 0 auto;
	}
/*ヘッダー*/
header {
	display: flex;
	justify-content: space-between;
} 
/*SP用ナビゲーションの非表示*/
	#nav-sp {
		display: none;
	}
	#menu-sp {
		display: none;
	}
/*ナビゲーションのレイアウト*/
	#nav-pc {
		font-size: 15px;
		color: darkblue;
	}
	
	#nav-pc ul {
		display: flex;
		padding-left: 0;
	}
	#nav-pc li {
		list-style: none;
	}
/*ナビゲーションリンクの装飾設定*/
	
	#nav-pc a {
		text-decoration: none;
		margin-left: 20px;
		color: #000000;
	}
	#nav-pc a:hover {
		text-decoration: underline;
	
	}
/*メインビジュアル*/
	#main-visual {
		position: relative;
		margin: 0 20px 0 20px;
	}
	
	img {
		margin: 20px auto 20px auto;
		display: block;
		width: 100%;
	}

	
/*プロフィール*/
	#introduce {
		margin: 80px auto 80px auto;
		border: 1px solid #F5C771;
	}
	h2 {
		color: #8079F3;
		text-align-last: center;
		font-size: 35px;
	}
	h3 {
		margin: 10px auto 5px 30px;
		font-size: 25px;
		color:#528908;
		
	}
	
	p {
		text-indent: 1em;
	}
/*お問い合わせさき*/
	#tel {
		margin: 80px auto 80px auto;
	    border: none;
	}
	
	h2 {
		margin: 10px auto 5px 30px;
		color: #8079F3;
		text-align: center;
		font-size: 35px;
	}
	
	.mail {
		margin:50px auto 50px auto;
		display: flex;
		justify-content: center;
		width: 400px;
		height: 200px;
		border: 1px solid #F5C771;
		
	}

	/*地図*/
	#access {
		margin: 80px auto 80px auto;
}
#access > iframe {
	width: 100%;
	margin-top: 40px;
}
footer {
		background-color: #ffffff;
		padding: 10px 0 10px 0;
	}
	#copyright {
		font-size: 12px;
		display: block;
		color: #000000;
	}	
}

/*=========================
スマートフォン用のスタイル
============================*/
@media screen and (max-width: 767px) {
	body {
		min-width: 375px;
		margin: 0;
	}
	/*PC用ナビゲーション非表示*/
	#nav-pc {
		display: none;
	}
	
	/*ハンバーガーメニュー*/
	
	#menu-sp {
		float: right;
		padding: 0;
	}
	/*スマホ用ナビゲーションの表示切り替え*/
	/*初期状態レイアウトと非表示設定*/
	#nav-sp {
		background-color: #786BDC;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		display: none;
		z-index: 100;
	}
	/*ボタン*/
	#close {
		position: absolute;
		top :20px;
		right: 20px;
		background-color: transparent;
		border: none;
	}
	/*ナビゲーション用メニューロゴ*/
	#logo-sp {
		margin: 80px 0 20px 20px;
	}
	#nav-sp > ul {
		padding-left: 0;
	}
	#nav-sp > li {
		list-style: none;
	}
	#nav-sp > a:link {
		color: #ffffff;
	}
	#nav-sp > a {
		display: block;
	}
	#nav-sp > a:visited {
		color: #ffffff;
	}
	#nav-sp > a:hover {
		text-decoration: underline;
	}
	#nav-sp > a:active {
		color: #ffffff;
	}
	#nav-sp .menu {
		text-decoration: none;
		display: block;
		margin: 20px 20px 20px 20px;
		height: 44px;
		font-size: 16px;
		background-image: url("image/arrow.png");
		background-repeat: no-repeat;
		background-position: right top;
		color: #ffffff;
		
	}
  /*メインビジュアル*/
.profile {
  width: 100%;
  height: auto;
}

.profile img {
  width: 100%;
  height: 100%;
  object-position: center;
}

/*お問合せ*/
	#tel {
		
		position: relative;
		height: 470px;
		width: 95%;
		overflow: hidden;
	}
	h2 {
		margin: 10px auto 5px 30px;
		color: #8079F3;
		text-align: center;
		font-size: 35px;
	}
	.mail {
		margin:50px auto 50px auto;
		position: relative;
		justify-content: center;
		width: 100%;
		height: 200px;
		border: 1px solid #F5C771;
		
	}
}
	