@charset "UTF-8";

.HalfBox50 {
	width: auto;
	overflow: hidden;
    padding: 60px;
}

img {
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	.HalfBox50 {
    width: 100% !important;
	}
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

fieldset, img {
	border: 0;
	vertical-align: middle;
}

code, em, strong, th {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}


/*===============================================
  li
===============================================*/

li {
	list-style: outside none none;
}


/*===============================================
  box-sizing
===============================================*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


/*===============================================
  cFix
===============================================*/

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
/*cFix*/
.cFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE-mac */
* html .cFix {
	height: 1%;
}
.cFix {
	display: block;
}

/*Opera Fix*/

body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

main {
	display: block;
}

/*===============================================
  a,text
===============================================*/

a:hover, a:hover img {
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

a, a img {
	width: 400px;
	font-weight: 500px;
	font-family: 'Noto Sans JP', 'Open Sans', Arial, Verdana, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-decoration: none;
    border: none;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/*=============================================== 
  base
===============================================*/

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
}

html {
	height: 100%;
	width: 100%;
}


/*===============================================
  font
===============================================*/
@media screen and (min-width: 1450px) {
  body {
    font-size: 1.6rem;
	}
}

@media screen and (min-width: 1800px) {
  body {
    font-size: 1.7rem;
  }
}

/*input,textarea,select{font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size:1.2rem;}*/


/* for IE6 */

* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


/* --responsive------------------------------------------- */


/*=============================================== 
  wrapper
===============================================*/

.content {
	padding: 0;
	overflow: hidden;
}

.pankuzu {
	max-width: 1280px;
	min-width: 1080px;
	margin: 25px auto;
}

.pankuzu a {
	color: black;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////

  テーブル

/////////////////////////////////////////////////////////////////////////////////////////////*/

.table_a {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 2px solid #F2F5F7;
}

.table_a thead th {
	background-color: #4D7DBB;
}

.table_a th {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #F2F5F7;
	padding: 9.2px 5px;
	width: 24%;
	color: white;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #98A6B5;
}

.table_a td {
	padding: 1em;
	border-top: solid 2px #F2F5F7;
	border-right: solid 2px #F2F5F7;
	background-color: #fff;
}

.table_a td:last-child {
	border-right: none;
}

.table01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #F2F5F7;
}

.table01 thead th {
	background-color: #4D7DBB;
}

.table01 th {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #F2F5F7;
	padding: 6px 5px;
	width: 28%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #98A6B5;
	color: #fff;
}

.table01 td {
	padding: 6px 5px;
	text-align: left;
	vertical-align: middle;
	order-top: solid 1px #F2F5F7;
	background-color: #fff;
}

@media screen and (max-width: 640px) {
	.table01 {
		border-bottom: none;
	}
	.table01 th {
		padding: 5px 10px;
		width: 100%;
		display: block;
		margin: 0 auto;
		border: none;
		text-align: left;
	}
	.table01 td {
		padding: 5px 10px;
		width: 100%;
		display: list-item;
		list-style: none;
		border-top: none !important;
		border-bottom: 1px solid #F2F5F7;
	}
}

.table02 {
	border-collapse: separate;
	border-spacing: 0px 5px;
	width: 100%;
}

.table02 td, .table02 th {
	padding: .5em 1em;
}

.table02 th {
	background: #10a0e0;
	color: #fff;
}

.table02 td {
	background: #f1fafe;
}

@media screen and (max-width: 640px) {
	.table02 th {
		width: 100%;
		display: block;
	}
	.table02 td {
		width: 100%;
		display: list-item;
		list-style: none;
	}
}

/*/////////////////////////////////////////////////////////////////////////////////////////////

  flex

/////////////////////////////////////////////////////////////////////////////////////////////*/

.flex {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flexRev {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.flexCenter {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexitemCenter {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
  margin-top: auto;
}

.flexCenterRev {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.flexstart {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flexend {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*===独自のスタイル===*/

body {
	background-color: #f8f5ee;
	font-family: 'Noto Sans JP', 'Open Sans', Arial, Verdana, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6rem;
}

img {
  width: 100%;
}
@media screen and (max-width: 640px){
	.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
		right: 0;
		margin-left: auto;
	}
}

@media screen and (max-width: 640px){
	.drawer-hamburger-icon:after {
		top: 14px;
	}
}

#HeaderWrapper #Header {
	background-color: black;
	min-height: 130px;
	position: fixed;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .5s;
	max-width: 100%;
	min-width: 1270px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

#HeaderWrapper {
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    z-index: 20;
    position: relative;

}

.header{
	width: 1100px;
    margin: 0 auto;
	position: relative;
}

header .headInr {
    height: 110px;
}

.wi1100 {
	width: 1300px;
    margin: 30px 0 0 270px;
}

.Logo h1 {
	margin-bottom: 0;
}
@media screen and (max-width: 640px){
	.Logo h1 {
	width: 430px;
}
}

 .headInr .logo {
	 position: relative;
	 float: left;
	 width: 40%;
	 margin: 0 0 0 40px;
	 padding: 10px 0 0;
}

a {
	color: white;
    padding: 8px 20px 8px 20px;
	text-decoration: none;
    outline: none;
}

header .headInr #gNavi {
	float: right;
    margin: 50px;
	position: absolute;
}

header .headInr #gNavi li {
	float: left;
    margin: 0 40px 0 0;
}

header .headInr #gNavi li a {
    color: white;
    font-size: 14px;
    font-weight: 500;
	text-decoration: none;
    outline: none;
}

@media screen and (max-width: 640px) {
  #HeaderWrapper #Header {
	 min-width: inherit;
    padding: 0.3em 1em;
    height: 150px;
	}
}

@media screen and (max-width: 640px) {
  #HeaderWrapper #Header img{
  	width: 900px;
	}
}

#HeaderWrapper #Header .gnav {
	position: absolute;
    list-style: none;
    display: flex;
    padding: 0;
    top: 35px;
    left: 550px;
}

#HeaderWrapper #Header .gnav li {
  padding: 0 20px;
}

#HeaderWrapper #Header .gnav a {
	color: white;
	padding: 10px 0;
}

#HeaderWrapper #Header .gnav a:hover::after {
	transform: scale(1, 1);
}

@media screen and (max-width: 640px){
	#HeaderWrapper #Header .gnav {
		display: block;
		padding-top: 5em!important;
		position: unset;
		list-style: none;
		padding: 0 0 50px 0;
		top: 0;
		left: 0;
		background-color: #d23c0a;
	}
}	
	
@media screen and (max-width: 640px){
	#HeaderWrapper #Header .gnav a {
		display: block;
		padding: .7em 1em;
		border-bottom: solid 1px;
		width: 100%;
		color: white;
		position: relative;
		list-style: none;
		font-size: 1.4em;
	}
}

@media screen and (max-width: 640px) {
	#HeaderWrapper #Header .Logo {
		width: 60%;
		padding-left: 0;
		position: relative;
		margin: 10px 0 0 0;
	}
}

#HeaderWrapper #Header .gnavWrap {
  width: 70%;
}
@media screen and (max-width: 640px) {
	#HeaderWrapper #Header .gnavWrap {
		width: 0%;
	}
}

#HeaderWrapper #Header .head_relative {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center; 
}
@media screen and (max-width: 640px) {
	#HeaderWrapper #Header .head_relative {
		padding-right: 0px;
	}
}

#HeaderWrapper #Header .head_relative .primary_navi {
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 640px) {
	#HeaderWrapper #Header .head_relative .primary_navi {
		display: none;
	}
}

#HeaderWrapper #Header .head_relative .primary_navi ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background-color: #009F3D;
	align-items: center;
	height: 75px;
}

#HeaderWrapper #Header .head_relative .primary_navi ul li {
	padding: 0 20px;
	display: flex;
	text-align: center;
	height: 75px;
	align-items: center;
}

#HeaderWrapper #Header .head_relative .primary_navi ul li.contact {
	background-color: #1393ff;
}

#HeaderWrapper #Header .head_relative .primary_navi ul li a {
	font-size: 1.6em;
	color: #fff;
}

#HeaderWrapper #Header .head_relative .primary_navi ul li a:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

#HeaderWrapper #Header .head_relative .primary_navi ul li.contact a:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
@media screen and (max-width: 640px) {
	#HeaderWrapper #Header .head_relative .primary_navi ul li a:before {
		margin-right: 0px;
	}
}

#footerBg {
	background: black;
	width: 100%;
}
#footerBg .footer {
	margin: 0 auto;
	width: 100%;
	max-width: 1450px;
	padding: 50px 7.8vw 30px 7.8vw;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: nowrap;
}
@media screen and (max-width: 640px) {
	#footerBg .footer {
		display: block;
		padding: 20px 3vw 30px 3vw;
	}
}

#footerBg .footer .Navi01 {
	width: 380px;
}
#footerBg .footer .Navi01 .logo {
	width: 280px;
}
@media screen and (max-width: 640px) {
	#footerBg .footer .Navi01 .logo {
	width: 380px;
	}
}

#footerBg .footer .Navi01 .logo img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#footerBg .footer .Navi01 {
		margin-bottom: 20px;
	}
}
#footerBg .footer .Navi02 {
	width: 255px;
}
@media screen and (max-width: 640px) {
	#footerBg .footer .Navi02 {
		width: 100%;
	}
}
#footerBg .footer .Navi200 {
	width: 200px;
}
@media screen and (max-width: 640px) {
	#footerBg .footer .Navi200 {
		width: 100%;
	}
}
#footerBg .footer .Navi03 {
	width: 325px;
}
@media screen and (max-width: 640px) {
	#footerBg .footer .Navi03 {
		width: 100%;
	}
}

#footerBg .footer li {
	padding-left: 10px;
	position: relative;
	font-size: 14px;
}

#footerBg .footer li::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #878787;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  position: absolute;
  top: .3em;
  width: 0;
  margin: 0 0 0 0px;
}

@media screen and (max-width: 640px){
	#footerBg .footer li::before {
		margin: 0 0 0 20px;
	}
}

@media screen and (max-width: 640px) {
	#footerBg .footer li {
        padding: unset;
	}
}

#footerBg .footer a {
	color: white;
}

@media screen and (max-width: 640px){
	#footerBg .footer a {
	font-size: 30px;
	padding: 8px 20px 8px 35px;
	}
}

.back-top {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 30;
}

.back-top a {
	display: block;
	height: 66px;
	width: 66px;
	position: relative;
	background: #325A0E;
    margin-right: 0;
    margin-left: auto;
}

.back-top a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12.5px 20px 12.5px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.back-top2{
	background: #f8f8f8;
    padding: 18px;
}

.copyBox {
	background: #000000;
}

.copyBox #copy {
	color: #FFFFFF;
	text-align: center;
	font-size: .9rem;
	padding: 3em 0 5em 0; 
}

.copyBox #copy a {
  color: white;
}

.fromBottomIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0;
}

.fromBottomOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 10px);
  opacity: 0.0;
}

h1, h2 {
  font-size: 1.9em;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: bold;
}

h3 {
  font-size: 1.7em;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: bold;
}

h4 {
  font-size: 2em;
  margin-bottom: 40px;
  margin-left: 5px;
  line-height: 1.5;
  font-weight: bold;
}

h5 {
  font-size: 1.7em;
  margin-bottom: 40px;

  line-height: 1.5;
  font-weight: bold;
}

h6 {
  font-size: 1.7em;
  margin-bottom: 40px;
  margin-left: 120px;
  line-height: 1.5;
  font-weight: bold;
}

.Single {
	font-size: 36px;
    letter-spacing: 0.2em;
    display: table;
    padding: 0 55px 0 60px;
    margin: 0 auto 0px;
    line-height: 1.3;
	position: relative;
}

.Single:before {
	content: "";
    background: url(../img/common/before.svg) no-repeat;
    width: 30px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 25px;
}

@media screen and (max-width: 640px){
	.Single:before {
		left: -35px;
	}
}

.Single:after {
	content: "";
    background: url(../img/common/after.svg) no-repeat;
    width: 30px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 9px;   
}

.HalfTwin {
	font-size: 1.9em;
	color: #000;
	margin-bottom: 2em;
	position: relative;
	text-align: center;
}

.HalfTwin::before {
  border-bottom: 1px #000 solid;
  bottom: -1.5rem;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

.HalfTwin::after {
  border-bottom: 1px #000 solid;
  bottom: -1.5rem;
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  left: 40px;
  width: 40px;
}

.HalfSingle {
  font-size: 36px;
    letter-spacing: 0.2em;
    display: table;
    padding: 0 55px 0 60px;
    margin: 0 auto 0px;
    line-height: 1.3;
    position: relative;
}

.HalfSingle:before{
    content: "";
    background: url(../img/common/before.svg) no-repeat;
        width: 30px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 13px;
	left: 25px;
}

@media screen and (max-width: 640px) {
	.HalfSingle:before{
		left: -35px;
	}
}

.HalfSingle:after{
    content: "";
    background: url(../img/common/after.svg) no-repeat;
    width: 30px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 8px;
	right: 25px;
}

@media screen and (max-width: 640px) {
	.HalfSingle:after{
		position: absolute;
		top: 9px;
		right: -27px;
	}
}

.sp{ 
	display: none; 
}

.conte {
  width: 100%;
}

.conte .inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  line-height: 70px;
}

@media screen and (max-width: 640px){
.conte .inner {
    max-width: 100%;
    padding: 0;
    margin: 0 0 0 100px;
	line-height: 50px;
  }
}

.conte .Max430 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .conte .Max430 {
    max-width: 490px;
  }
}

/*style*/

.pc {
  display: block;
}

/*===============================================
 トップページ
===============================================*/

#TopCont .gazou{
	display: table;
	margin: 0 auto 40px;
}

@media screen and (max-width: 640px){
#TopCont .gazou{
    margin: 0 auto 0;
	}
}

#TopCont .gazou .before{
	position: absolute;
	left: 90px; 
    bottom: 10px
}

#TopCont .gazou .after{
	margin-left: 190px; 
	margin-bottom: -51px
}

@media screen and (max-width: 640px){
#menuArea {
    margin: 0 0 0 0;
	}
}

.inr {
	display: flex;
    background: #d23c0a;
    padding: 0 0 70px;
}

.photo1{
	float: left;
    margin: -50px 0 0 0;
    border-radius: 0 50px 50px 0;
    background: url(../img/top/bibinpa.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    height: 511px;
}

@media screen and (max-width: 640px){
#TopCont .menuContsBox .photo1 {
    float: none;
    border-radius: 10px;
    width: 100%;
    height: auto;
    padding: 63% 0 0;
    position: relative;
    top: -20px;
	}
}

.txtBox{
	width: 50%;
    padding: 60px 0 0 0;
	line-height: 35px;
}

@media screen and (max-width: 640px){
	#TopCont .menuContsBox .txtBox {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 640px){
	.txtBox .p1{
		font-size: 25px;
	}
}

@media screen and (max-width: 640px){
	.txtBox2 .p2{
		font-size: 25px;
	}
}

.en{
	cokor: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.07em;
    margin: 0 0 10px;
    padding: 0;
}

@media screen and (max-width: 640px){
	.en {
		font-size: 11px;
		margin: 0 0 5px;
	}
}

@media screen and (max-width: 640px){
	.menu{
		font-size: 23px;
		display: table;
		padding: 0 28px 0 32px;
		margin: 0 auto 20px;
		font-weight: 600;
		text-align: center;
	}
}

.p1{
	color: white;
    padding: 20px 70px 0 70px; 
}

@media only screen and (max-width: 640px){
	p1{
		font-size: 25px;
	}
}

@media screen and (max-width: 640px){
	#TopCont .menuContsBox .txtBox .more {
		margin: 40px 0 40px 90px;
	}
}

.more .a{
	border: solid 1px #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 9px 35px;
    background-size: 6px auto;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}

@media screen and (max-width: 640px){
	.more a {
		border: solid 1px #fff!important;
		font-size: 25px!important;
		padding: 25px 35px!important;
		background-size: 6px auto!important;
		transition: none!important;
	}
}

#osusume {
    margin: 0 0 90px;
}

@media screen and (max-width: 640px){
	#osusume {
		margin: 0 0 100px;
	}
}

.gray .inr {
	display: flex;
	flex-flow: row-reverse;
    background: #325A0E;
	padding: 0 0 70px;
}

.photo2 {
	float: right;
	margin: -50px 0 0 0;
    border-radius: 50px 0 0 50px;
    background: url(../img/top/niku.jpg) no-repeat center;
    background-size: cover;
	width: 55%;
    height: 511px;
}

@media screen and (max-width: 640px){
	#TopCont .gray .photo2 {
		float: none;
		border-radius: 10px;
		width: 100%;
		height: auto;
		padding: 63% 0 0;
		position: relative;
		top: -20px;
	}
}

@media screen and (max-width: 640px){
	#TopCont .conte p{
		font-size: 25px;
		margin: 20px 0;
	}
}

@media screen and (max-width: 640px){
	.secTit{
		font-size: 23px;
		display: table;
		padding: 0 28px 0 32px;
		margin: 0 auto 20px;
		font-weight: 600;
		text-align: center;
	}
}

.pl100 {
    padding-left: 100px;
}

.pr100 {
    padding-right: 200px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.p2{
	color: white;
	padding: 20px 70px 0 70px;
	line-height: 30px;
}

.yuMincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#contents .txtBox2 .moreBtn {
    margin: 50px 0 0;
}

@media screen and (max-width: 640px){
	#TopCont  .txtBox2 .moreBtn {
		margin: 40px 0 40px 90px;
	}
}

@media screen and (max-width: 640px){
	.moreBtn a {
		border: solid 1px white!important;
		font-size: 25px!important;
		padding: 25px 35px!important;
		background-size: 6px auto!important;
		transition: none!important;
	}
}

#osake{
	margin: 0 0 90px 0;
}

@media screen and (max-width: 640px){
	#osake {
		margin: 0 0 100px;
	}
}

#osake .photo3{
	float: left;
    margin: -50px 0 0 0;
    border-radius: 0 50px 50px 0;
    background: url(../img/top/sake.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    height: 511px;
}

@media screen and (max-width: 640px){
	#TopCont .menuContsBox .photo3 {
		float: none;
		border-radius: 10px;
		width: 100%;
		height: auto;
		padding: 63% 0 0;
		position: relative;
		top: -20px;
	}
}

#osake.inr {
	display: flex;
    background: #d23c0a;
}

@media screen and (max-width: 640px){
	#TopCont .menuContsBox .inr {
		padding: 0 4% 30px;
		flex-flow: column;
	}
}

@media screen and (max-width: 640px){
	#TopCont .menuContsBox .txtBox2 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

.menu{
	color: #fff;
	font-size: 36px;
    letter-spacing: 0.2em;
    display: table;
    padding: 0 0 0 60px;
    line-height: 1.3;
    position: relative;
}

.more{
	margin: 60px;
    width: 250px;
}

@media screen and (max-width: 640px){
	#TopCont .menuContsBox .txtBox2 .more {
		margin: 40px 0 40px 90px;
	}
}

.more a{
	border: solid 1px #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 9px 35px;
    background-size: 6px auto;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#kuukan {
    margin: 0 0 90px 0;
}
@media screen and (max-width: 640px){
	#kuukan {
		margin: 0 0 150px;
	}
}

#kuukan .menuContsBox.gray .inr {
	display: flex;
	flex-flow: row-reverse;
    background: #325A0E;
	padding: 0 0 70px;

}

@media screen and (max-width: 640px){
	#TopCont .gray .inr {
		padding: 0 4% 30px;
		display: flex;
		flex-flow: column;
	}
}

.txtBox2 {
    width: 50%;
    overflow: hidden;
    padding: 60px 0 0 160px;
	line-height: 35px;
}

@media screen and (max-width: 640px){
	#TopCont .txtBox2 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

#kuukan .photo4 {
	float: right;
	margin: -50px 0 0 0;
    border-radius: 50px 0 0 50px;
    background: url(../img/top/kuukan.jpg) no-repeat center;
    background-size: cover;
	width: 55%;
    height: 511px;
}

@media screen and (max-width: 640px){
	#TopCont .gray .photo4 {
		float: none;
		border-radius: 10px;
		width: 100%;
		height: auto;
		padding: 63% 0 0;
		position: relative;
		top: -20px;
	}
}

.secTit {
	padding: 40px 55px 0 60px;
	color: white;
    font-size: 36px;
    letter-spacing: 0.2em;
    display: table;
    line-height: 1.3;
    position: relative;
}

@media screen and (max-width: 640px){
	.yuMincho{
		padding: 0 0 0 0;
  }
}

.moreBtn{
	margin: 60px;
    width: 250px;
}

.moreBtn a{
	border: solid 1px white;
    font-size: 14px;
    text-align: center;
    display: block;
    color: white;
    padding: 9px 35px;
    background-size: 6px auto;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#map{
	margin-bottom: 90px;
}

.mapArea {
	display: flex;
    justify-content: center;
    background: #325A0E;
    padding: 0 0 70px;
    /* margin: 0 350px 0 350px; */
    border-radius: 30px 30px 30px 30px;
    margin: auto;
    width: 1200px;
}

@media screen and (max-width: 640px){
	.mapArea{
		margin: auto;
		border-radius: 0 0 0 0;
		height: 710px;
		width: 640px;
	}
}

.map{
	float: left;
	margin: 0 100px 40px 0;	
}

@media screen and (max-width: 640px){
	.map{
		
		margin: 0 0 0 0;
		
	}
}

.iframe_map{
	width: 500px;
	height: 300px;
	border-radius: 0 0 0 0; 
}

@media screen and (max-width: 640px){
	.iframe_map{
		border-radius: 10px 10px 10px 10px;
		width: 580px;
		height: 380px;
		margin: -120px 100px 0 100px;
	}
}

.maptext{
	float: right;
	color: white;
}
@media screen and (max-width: 640px){
	.maptext{
		
		width: 100%;
		padding: 0 100px 0 100px;
	}
}

@media screen and (max-width: 640px){
	.maptext p{
		padding: 0px 0 0 15%;
	}
}

.map_p {
	color: white;
	line-height: 40px;
	padding: 10px 0 20px 0;
}

@media screen and (max-width: 640px){
	.map_p{
		padding: 20px 0 0;
		font-size: 25px;
	}
}

.access{
	font-size: 30px;
    letter-spacing: 0.2em;
    margin: 45px 0 0px;
    line-height: 1.5;
}

@media screen and (max-width: 640px){
	.access{
		font-size: 36px;
		margin: 0 0 0 0;
	}
}

@media screen and (max-width: 640px){
	.access .more{
		margin: 40px 0 40px 90px;
	}
}

@media screen and (max-width: 640px){
	.access .yuMincho{
		font-size: 36px;
		letter-spacing: 0.2em;
		margin: 20px 0 10px;
		line-height: 1.5;
	}
}

.access .more a {
    border: solid 1px #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 9px 35px;
    background-size: 6px auto;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@media screen and (max-width: 640px){
	.access .more a {
		border: solid 1px #333!important;
		font-size: 25px!important;
		padding: 25px 35px!important;
		background-size: 6px auto!important;
		transition: none!important;
	}
}

@media screen and (max-width: 640px){
	.acc{
		text-align: center;
		padding: 30px 0 20px 0 !important;
	}
}	

/*responsive*/

/********max-width:640px************/
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
  /*=============================================== 
  上書き
===============================================*/
  /*=============================================== 
  フォントサイズ
===============================================*/

  html {
    font-size: 80.0%;
  }

  body {
    background: #f8f5ee;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
	  overflow-x: hidden;
  }
  /*===============================================*/
  /*=============================================== 
  基本コンテンツ
===============================================*/

  #page {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: none;
  }

  img {
    width: 100%;
	height: auto;  
  }
  /*=============================================== 
  wrapper
===============================================*/

  #wrapper {
    background: #fff;
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none;
  }
  /*=============================================== 
  独自
===============================================*/

  .drawer-open {
    overflow: hidden !important;
  }

  .drawer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu {
    margin: 0;
  }

  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  .drawer-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .drawer-open .drawer-overlay {
    display: block;
  }

  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	position: fixed;
    z-index: 2;
    overflow: hidden;
    color: #222;
    background-color: #fff;
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }

  .drawer--top.drawer-open .drawer-nav .free {
    padding: 40px 100px;
  }

  .drawer--top.drawer-open .drawer-nav .free .dial {
    background-color: #ff7694;
    padding: 20px;
  }

  .drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
  }

  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
  }

  .drawer--right .drawer-nav {
    right: -16.25rem;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem;
  }

  .drawer-hamburger {
    /*position: fixed;*/
    z-index: 4;
    top: 5em;
    display: block;
    box-sizing: content-box;
    width: 4rem;
    padding: 0;
    padding: 18px .75rem 30px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }

  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
  }

  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 14px;
  }

  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: white;
  }

  .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    position: absolute;
    top: -14px;
    left: 0;
    content: " ";
  }

  .drawer-hamburger-icon:after {
    top: 14px;
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }

  .drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    top: 0;
    background-color: white;
  }

  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }

  .drawer--sidebar, .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
}

@media screen and (max-width: 640px) and (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media screen and (max-width: 640px) and (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

@media screen and (max-width: 640px) {
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar {
    z-index: 3;
    top: 0;
    width: 100%;
  }

  .drawer-navbar--fixed {
    position: fixed;
  }

  .drawer-navbar-header {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center;
  }

  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }

  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }

  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
}

@media screen and (max-width: 640px) and (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
  
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

@media screen and (max-width: 640px) {
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }

  .drawer-dropdown-menu>li {
    width: 100%;
    list-style: none;
  }

  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  .drawer-dropdown.open>.drawer-dropdown-menu {
    display: block;
  }

  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 640px) and (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media screen and (max-width: 640px) and (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
