@charset "utf-8";

/*////////////////////////////共通//////////////////////////////////*/
html{
	margin: 0;
	padding: 0;
  font-size: 62.5%;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #3f3a34;
	padding: 0;
	line-height: 1.8;
	font-size: 1.6rem;
	margin: 0;
}

a{
	text-decoration: none;
}

.link_opacity:hover,
.link_opacity:active{
	opacity: .6;
}

li{
	list-style-type: none;
}

.link{
  display: block;
  padding-top: 82.5px;
  margin-top: -82.5px;
  content: "";
}

.br_sp{
	display: none;
}

.attention{
	color: #b03f5a;
	font-size: 2.0rem;
}
/*ーーーーーーーーーーーーーーーーーヘッダーーーーーーーーーーーーーーーーーーーー*/
header{
	margin: 0;
	width: 100%;
	height:82.5px;
	background: url(/wp-content/themes/omelet-rice/assets/images/rinen.jpg) repeat center top;
	position: fixed;
	top: 0;
	z-index: 100;
	box-shadow: 0 3px 6px 0px rgba(0,0,0,0.1);
}

header .menu_btn {
  display: none;
}

.wrap_header{
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header_nav{
	margin: 0;
}

.logo_header{
	margin: 0;
	padding-top: 7px;
	height: 68px;
}

.header_nav ul{
	display: flex;
	padding: 0;
	line-height: 1.3;
	margin: 0;
}

.header_nav li{
	margin-left: 30px;
}

.header_nav li a::before{
	margin-right: 0.3em;
	font-size: 2.1rem;
	font-family: fontawesome;
}

.about_header_nav::before{
	content: "\f54f";
	margin-right: 0.2em!important;
}

.menu_header_nav::before{
	content: "\f2e7";
	margin-right: 0.5em!important;
}

.contact_header_nav::before{
	content: "\f0e0";
}

.access_header_nav::before{
	content: "\f1b9";
}

.header_nav li a{
	margin-left: 40px;
}

.header_nav .en{
	font-size: 2.1rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

.header_nav .ja{
	font-size: 1.2rem;
	margin-left: 5px;
}

header ul a:link,
header ul a:visited{
	color: #635245;
}

header ul a:hover,
header ul a:active{
	opacity: 0.6;
}

/*ーーーーーーーーーーーーーーーーーーメインーーーーーーーーーーーーーーーーー*/
main{
	background-color: #f0e3d0;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.title{
	background: url(/wp-content/themes/omelet-rice/assets/images/title_v.jpg) no-repeat center center / cover;
  width: 100%;
  height: 250px;
	position: relative;
}

.title:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: "";
		z-index: 1;
}

.title_item{
	position: absolute;
	top: 115px;
	left: 100px;
	color: white;
	text-align: center;
	line-height: 1.3;
	text-shadow: 2px  2px 5px #635245,
							-2px  2px 5px #635245,
							 2px -2px 5px #635245,
							-2px -2px 5px #635245;
	z-index: 5;
}

h1{
    font-size: 5.0rem;
		margin: 0;
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
}

.yomi{
		font-size: 2.3rem;
		margin: 0;
}


h2{
	font-size: 4.0rem;
	padding: 0;
	color: #635245;
	width: 100%;
	text-align: center;
	margin: 0;
	margin-bottom: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

h3{
	font-size: 2.3rem;
  padding-bottom: 6px;
  color: #635245;
	border-bottom: 3px dotted #baa49f;
	margin: 0;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

h4{
	font-size: 1.8rem;
	padding: 5px 7px;
	border-left: 4px solid #635245;
	margin :0;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

p{
	margin: 14px 0;
}

.sentence{
	width: 40em;
}
/*ーーーーーーーーーーーーーーーフッターーーーーーーーーーーーーーーーーーーーー*/
footer{
	background: url(/wp-content/themes/omelet-rice/assets/images/rinen.jpg) repeat center top;
	font-size: 1.6rem;
	width: 100%;
	color: #635245;
}

.footer_wrap{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 65px 0;
	font-weight: 400;
}

.logo_footer{
	 height: 201px;
	 padding-right: 43px;
}

.footer_address{
	border-left: 2px solid #635245;
	border-right: 2px solid #635245;
	padding:0 50px;
	margin: auto 0;
}

address{
	font-style: normal;
}

.footer_nav{
	padding-left:50px;
	margin: auto 0;
}

.footer_nav ul{
	column-count: 2;
	line-height: 3.0;
	padding: 0;
}

.footer_nav a:link,
.footer_nav a:visited{
	color: #635245;
}

.footer_nav a:hover,
.footer_nav a:active{
	opacity: 0.6;
}

.copyright{
	text-align: center;
	padding: 20px 0;
	margin: 0;
}


@media screen and (max-width: 1030px){
	body{
		line-height: 1.8;
		font-size: 1.5rem;
	}

	.link{
		padding-top: 82.5px;
		margin-top: -82.5px;
	}

	/*ーーーーーーーーーーーーヘッダー(sp・ipad)ーーーーーーーーーーーーーーーーーーー*/
	header{
		height:60px;
	}

	header .menu_btn {
		display: block;
		width: 36px;
		height: 36px;
	}

	.nav_toggle {
		position: fixed;
		top: 20px;
		right: 15px;
		cursor: pointer;
		z-index: 1000;
	}

	.nav_toggle > span {
		width: 100%;
		height: 3px;
		left: 0;
		display: block;
		background: #635245;
		position: absolute;
		border-radius: 10px;
		transition: transform .3s ease, top .5s ease;
	}

	.nav_toggle > span:nth-child(1) {
		top: 0;
	}

	.nav_toggle > span:nth-child(2) {
		top: 12px;
	}

	.nav_toggle >  span:nth-child(3) {
		top: 24px;
	}

	.open_nav .nav_toggle > span:nth-child(1) {
		top: 12px;
		transform: rotate(45deg);
	}

	.open_nav .nav_toggle > span:nth-child(2) {
		width: 0;
	}

	.open_nav .nav_toggle > span:nth-child(3) {
		top: 12px;
		transform: rotate(-45deg);
	}

	.header_nav{
		visibility:hidden;
		position: fixed;
		background-color: rgba(255,255,255,0.93);
		width: 100%;
		height: 250px;
		top: 0;
		left: 0;
		z-index: 999;
		opacity: 0;
		transition: opacity .5s ease;
	}

	.open_nav .header_nav{
		visibility: visible;
		opacity: 1;
	}

	.logo_header{
		padding-top: 0;
		height: 59px;
	}

	.header_nav ul{
		display: block;
		padding: 0;
		line-height: 1.3;
		position: absolute;
		left: 10%;
		top: 50%;
		transform: translateY(-50%);
	}

	.header_nav li{
		margin-left: 0px;
		margin-top: 20px;
	}

	.header_nav li:first-child{
		margin-top: 0px;
	}
	/*ーーーーーーーーーーーーーーーーメイン(sp・ipad)ーーーーーーーーーーーーーー*/
	.title{
		height: 200px;
	}

	.title_item{
		top: 95px;
		left: 30px;
	}

	h1 {
			font-size: 3.5rem;
			margin: 0;
			font-weight: 700;
	}

	.yomi{
			font-size: 1.6rem;
			margin: 0;
	}


	h2{
		font-size: 2.4rem;
		margin-bottom: 15px;
		padding: 0;
		width: 100%;
		text-align: center;
		font-weight: 700;
	}

	h3{
		font-size: 2.0rem;
		margin-bottom: 15px;
	}

	h4{
		font-size: 1.8rem;
		margin-bottom: 15px;
		padding: 5px 7px;
		border-left: 4px solid #792f41;
		font-weight: 700;
	}

	.title_1{
		font-size: 1.6rem;
	}

	p{
		margin: 14px 0;
	}


	.sentence{
		width: 100%;
	}
	/*ーーーーーーーーーーーーーーーフッター(sp・ipad)ーーーーーーーーーーーーーーーー*/

	footer{
		font-size: 1.3rem;
		width: 100%;
	}


	.footer_wrap{
		display: block;
		padding: 30px;
	}

	#wrap_logo_footer{
		text-align: center;
		padding-bottom: 30px;
	}

	.logo_footer{
		height: 100px;
		padding:0 5px;
	}

	.footer_address{
		border-left: none;
		border-right: none;
		border-top: 2px solid #635245;
		border-bottom: 2px solid #635245;
		padding:37px 0;
	}

	.footer_nav{
		padding: 17px 0 0 0;
	}

	.footer_nav ul{
		column-count: 2;
		line-height: 3.0;
		padding: 0;
	}

	.copyright{
		font-size: 1.2rem;
	}

}