﻿@charset UTF-8;
/* ================================================ */
/*               全体設定                */
/* ================================================ */

body {
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	max-width: 2000px;
	margin: 0 auto;
}

a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s;
}

a:hover {
	color: #c37c52;
}

ul {
	list-style: none;
}	



.wrapper {
	position: relative;
}

#modaal {
	display: none;
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(85, 85, 85, 0.7);
}

#modaal h2{
	font-size: 32px;
    color: white;
    position: fixed;
    width: 800px;
    top: 50vh;
    right: 0;
    left: 0;
    margin: auto;
    font-weight: bold;
	letter-spacing: 0.4em;
	line-height: 1.5;
}

/* ================================================ */
/*ヘッダー：など場所をこまめに書く！*/
/* ================================================ */

#header {
	height: auto;
	padding: 5px 35px;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	box-sizing: border-box;
	max-width: 2000px;
}

.header{
	width: 100%;
	position: fixed;
	z-index: 2;

}

.logo img {
	width: 300px;
	padding-bottom: 15px;
}

.left ul {
	display: flex;
}

.left li{
	font-size: 18px;
	font-weight: bolder;
	margin-left: 40px;
}

.left a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.left a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1.2px;
  background: #3c84ad;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.left a:hover::after {
  transform: scale(1, 1);
}
	

/*右側の配置*/
.right {
	position: absolute;
	right: 30px;
}
.right ul{
	display: flex;
}

.right li{
	margin-left: 15px;
	color: #c37c52;
	font-size: 1.2em;
	}

.right a li:hover{
	color: #3c84ad;
	transition: 0.2s;
}

/*top-imageについてのCSS*/
#top-img {
	width: 100%;
	margin-top: 95px;
	vertical-align: top;
}


/* ================================================ */
/*メインコンテンツ*/
/* ================================================ */
h1 {
	font-size: 24px;
	color: #c37c52;

}
.info, .menu{
	text-align: center;
	background-color: #f6f3ec;
	padding: 50px 0;
	position: relative;
}

.menu {
	padding: 80px 0;
}

.info_content{
	width: 600px;
	margin: 0 auto;
}

.info_content ul {
	padding: 40px 80px;
}

.info_content ul li {
	text-align: left;
	margin: 0.8em; 
	border-bottom: 0.5px dashed	#888; 
}

.info_content ul li div{
	margin: -1.5em 0 0 7em;
}


.top_dec {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -10px;
	margin: auto;
}

.bottom_dec {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	top: -10px;
	margin: auto;	
}



.midashi {
	position: absolute;
	left: 0;
	right: 0;
	top: 75px;
	margin: auto;
}

.midashi-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	margin: auto;	
}

.about, .access {
	text-align: center;
	background-color: white;
	padding: 55px 0 20px 0;
	position: relative;
}

/*about関連*/
.a-wrapper {
	margin: 60px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

#wheat {
	width: 420px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}

.intro {
	width: 40%;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
}

.intro1 {
	padding-left: 10%;
}

.about h2{
	font-size: 24px;
	letter-spacing: 0.15em;
	margin: 60px auto;
}

.article {
	width: 460px;
	margin: 0 auto;
	line-height: 1.9;
	text-align: justify;
	letter-spacing: 0.1em;

}

/*menu関連*/
.menu-wrap {
	width: 1000px;
	margin: 60px auto;
	display: flex;
	justify-content: space-around;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}

.menu-wrap img{
	padding-bottom: 2em;
}

#hosoku {
	font-size: 13px;
}

/*access関連*/

.contact {
	border-bottom: .5px dotted #333;
}

.mapinfo {
 padding: 30px 0 80px 0;
 line-height: 1.9em;
}

.imgmap {
	display: flex;
}

.mapleft {
	width: 25vw;
	height: auto;
}

.tab{
	display: none;
}

.gmap {
height: 0;
width: 75vw;
overflow: hidden;
padding-bottom: 35%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/* ================================================ */
/*フッター*/
/* ================================================ */
footer {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}
footer img {
	width: 180px;
	margin: 0 auto;
}



/*============================================*/
/*ハンバーガー*/
/*============================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	background:#c37c52;
	cursor: pointer;
    width: 32px;
    height:32px;
	border-radius: 8px;
	z-index: 3;
}

/*ボタン内側*/
.openbtn .openbtn-area{
    transition: all .6s;/*アニメーションの設定*/
	width:32px;
	height:32px;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 9px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:8px;	
}

.openbtn span:nth-of-type(2) {
	top:14px;
}

.openbtn span:nth-of-type(3) {
	top:20px;
}

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn.active .openbtn-area{
	transform: rotate(360deg);
}

.openbtn.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}


.nav-hidden{
	display: none;
}

#w1100nav {
    width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
    transition: visibility .5s;
    background-color: white;
    z-index: 1;
    display: none;
}

.right .nav_menu_ul {
    display: block;
    font-weight: bolder;
    line-height: 3em;
}

#nav-input:checked ~ nav {
    display: block;
    animation: 1s fadeIn;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
.nav-hidden{
    display:none;
