@charset "UTF-8";
/*------------------------
スタイルの初期化
------------------------*/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object,figure { margin:0; padding:0; }
html {
	font-size: 62.5%;
}
body {
	font-family: "Zen Kaku Gothic New", 'sans-serif','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	font-size:16px;
	color: var(--black);
	line-height: 1.65;
	letter-spacing: .025em;
	text-autospace:ideograph-alpha;
	font-feature-settings: 'palt';
	min-width: 1200px;
}
body *, :before, :after {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: var(--black);
	display: block;
	transition: all 0.5s ease 0s;
}
a img {
	border:0;
}
img{
	vertical-align:top;
	max-width: 100%;
}
ul, ol { list-style-type:none; }
sup { position: relative; vertical-align: baseline; top: -0.9em; font-size: 0.5em; }
hr { display: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
th, caption{ text-align: left; font-weight: normal; }
th,td { empty-cells:show; }

input[type="text"] , 
input[type="email"] , 
input[type="tel"] , 
input[type="password"] { padding:0 2px; margin-right:0.4em; }
input[type="submit"] { display:inline; margin:0; }
input[type="radio"] { margin-right:0.1em; }
textarea { padding:2px; }
optgroup { font-style:normal; }
option { padding-right:10px; }
*:focus {
outline: none;
}
.flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.red {
	color: #eb1c1c;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.wf {
	font-family: "Quicksand", sans-serif;
}
:root{
	--black: #333333;
	--orange: #e99500;
	--yellow: #ebbe00;
	--bg_green: #f0f6f2;
	--bg_yellow: #fdf8e5;
	--bg_gray: #f4f4f4;
}
.image img{
	width: 100%;
	height: 100%;
}
.textarea{
	text-align: justify;
}
/*ボタンデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
input[type="text"] , 
input[type="email"] , 
input[type="tel"] , 
input[type="password"] ,
textarea {
	-webkit-appearance : none;
	appearance: none;
	border-radius:0;
	padding:8px;
	border:1px solid #c9c9c9;
	width: 90%;
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
area{
	border:none;
	outline:none;
}
input, select, textarea {
	font-size: 1.6rem;
}
textarea {
	width: 90%;
	height: 10em;
	max-width: 560px;
}
select {
	text-indent: 0.01px;
	text-overflow: "";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 25px 10px 10px;
	border-radius: 3px;
	max-width: 12em;
	color: var(--black);
	border: 1px solid #c9c9c9;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #fff url(/nishiogi-koukashita/pc/img/common/s_arrow.svg) no-repeat right 10px center;
	background-size: auto 4px;
	font-size: 14px;
	cursor: pointer;
}
label{
	display: block;    
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
::placeholder {
	color: #c9c9c9;
}
/*チェックボックスのスタイル*/
input[type="checkbox"]{
	border: 1px solid #c9c9c9;
	vertical-align: -6px;
	-webkit-appearance: none;
	position: relative;
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	background: #fff;
	margin-right: 4px;
}
input[type="checkbox"]:checked {
	background: var(--orange);
	border: 1px solid #c9c9c9;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	left: 4px;
	top: 13px;
	display: block;
	content: "";
	width: 5px;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 9px;
	top: 13px;
	content: "";
	width: 10px;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
/*ラジオボタンのスタイル*/
input[type="radio"]{
	border: 1px solid #c9c9c9;
	-webkit-appearance: none;
	position: relative;
	margin-right: 7px;
	border-radius: 50vw;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	background: #fff;
}
input[type="radio"]:checked{
	background:#627877;
	border: 1px solid #c9c9c9;
}
input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50vw;
}
input[type="submit"] {
	display: block;
	width: 460px;
	margin: auto;
	padding: 24px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: .002em;
	text-align: center;
	background: var(--black);
	color: #fff;
	transition: all 0.5s ease 0s;
	cursor: pointer;
	border: 1px solid var(--black);
	border-radius: 12px;
	box-sizing: border-box;
}
input[type="submit"]:hover {
	background: #fff;
	color: var(--black);
	border: 1px solid var(--black);
}
table {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
}
/*ボタンデザイン*/
.btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background: var(--black);
	position: relative;
	border: 1px solid var(--black);
	width: 340px;
	height: 60px;
	margin: 0 auto;
}
.btn a::after{
	content: "";
	background: url(/nishiogi-koukashita/pc/img/common/arrow_w.svg) no-repeat;
	background-size: contain;
	width: 10px;
	height: 12px;
	position: absolute;
	right: 30px;
}
.btn a:hover {
	background: #fff;
	color: var(--black);
}
.btn a:hover::after{
	background: url(/nishiogi-koukashita/pc/img/common/arrow_b.svg) no-repeat;
	background-size: contain;
}

/*------------------------
header
------------------------*/
header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 110;
	transition: all .3s ease 0s;
	min-width: 1200px;
	background: #fff;
}
header.scrolled{
	background: #fff;
}
header .inner.flex-box {
	justify-content: space-between;
	align-items: center;
}
header .inner {
	margin: 0 40px;
	height: 80px;
	position: relative;
}
header .inner .logo a {
	height: auto;
	width: 205px;
}
header.scrolled .inner .logo a{
	height: auto;
	position: unset;
	width: 206px;
	padding: unset;
}
header .contact.flex-box{
	justify-content: flex-end;
	margin-bottom: 15px;
}
header .main_menu{
	display: flex;    
	align-items: center;
}
header .main_menu .flex{
	display: flex;
	flex-direction: column;
	text-align: end;
}

/* 言語 */
header .main_menu .lang-wrap{
	position: relative;
	margin: 0 0 0 auto;
}
header .main_menu .lang-wrap .ttl{
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: var(--orange);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 5px;
}
header .main_menu .lang-wrap .ttl:hover{
	opacity: .8;
}
header .main_menu .lang-wrap .ttl::after{
	content: '';
	width: 6px;
	height: 6px;
	background: url(/nishiogi-koukashita/pc/img/common/arrow_o.svg) no-repeat;
	background-size: contain;
	transition: all .3s ease 0s;
	margin-left: 10px;
	display: block;
}
header .main_menu .lang-wrap ul {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 10;
	display: none;
}
header .main_menu .lang-wrap ul li a{
	padding: 8px 15px;
	width: 120px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	background: var(--bg_yellow);
	border-bottom: 1px solid #c9c9c9;
	position: relative;
	text-align: left;
}
header .main_menu .lang-wrap ul li a::after{
	content: '';
	width: 5px;
	height: 5px;
	border-bottom: 1px solid var(--black);
	border-left: 1px solid var(--black);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transition: all .3s ease 0s;
}
header .main_menu .lang-wrap ul li a:hover{
	background: var(--black);
	color: #fff;
}
header .main_menu .lang-wrap ul li a:hover::after{
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

/* ヘッターメニュー */
header .main_menu nav{
	display: flex;
	align-items: center;
}
header .main_menu .menu_list a{
	margin: 0 20px;
	font-size: 15px;
	font-weight: bold;
	display: block;
	letter-spacing: .06em;
}
header .main_menu .menu_list a::after {
	content: '';
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 3px solid #6dac83;
	margin: 3px auto 0;
	border-radius: 50px;

}
header .main_menu .menu_list li:last-child a{
	margin: 0 0 0 20px;
}
header .main_menu .menu_list a:hover::after {
	width: 25px;
}


/*------------------------
後続ページタイトル
------------------------*/
#top-ttl {
	background: var(--bg_green);
	position: relative;
	margin-bottom: 20px;
	margin-top: 60px;
}
#top-ttl::before{
	content: "";
	width: 100%;
	height: 60px;
	background: url(/nishiogi-koukashita/pc/img/common/kugiri_green.png) no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: -60px;
}
#top-ttl::after{
	content: "";
	width: 100%;
	height: 10px;
	background: var(--bg_green);
	position: absolute;
	bottom: -20px;
}
#top-ttl .page-ttl{	
	padding: 50px 0 90px;
	text-align: center;
}
#top-ttl .page-ttl h1 {
	font-size: 46px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: .8;
	position: relative;
	margin-bottom: 15px;
}
#top-ttl .page-ttl .sub{
	font-size: 22px;
	font-weight: bold;
	color: var(--orange);
	letter-spacing: .04em;
}
/*------------------------
パンくず
------------------------*/
#breadcrumb {
	padding: 8px 0;
	overflow: hidden;
	z-index: 100;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#breadcrumb li {
	float: left;
}
#breadcrumb li a {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}
#breadcrumb li a:hover{
	color: var(--red);
}
#breadcrumb li::before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-bottom: 1px solid #6dac83;
	border-right: 1px solid #6dac83;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto 12px 0 12px;
	vertical-align: 1px;
}
#breadcrumb li:first-child::before{
	content: none;
}

/*------------------------
section共通
------------------------*/
section .inner{
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
section .inner .ttl-wrap{
	text-align: center;
	margin-bottom: 30px;
}
section .inner .ttl-wrap h2{
	font-size: 36px;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1;
	position: relative;
}
section .inner .ttl-wrap .sub{
	font-weight: bold;
	line-height: 1;
	padding-top: 15px;
	font-size: 20px;
	color: var(--orange);
}
section .inner .sub-text{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: .07em;
}

/*------------------------
共通CONTACT
------------------------*/
#bottom-contact {
	margin-bottom: 80px;
}
#bottom-contact .inner{
	padding: 50px 180px 60px;
	background: var(--bg_green);
	position: relative;
	border-radius: 30px;
}
#bottom-contact .inner::before{
	content: "";
	width: 57px;
	height: 82px;
	background: url(/nishiogi-koukashita/pc/img/common/contact_illust01.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10px;
	left: -20px;
}
#bottom-contact .inner::after{
	content: "";
	width: 237px;
	height: 145px;
	background: url(/nishiogi-koukashita/pc/img/common/contact_illust02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10px;
	right: -15px;
}
#bottom-contact .inner .ttl-wrap{
	margin-bottom: 15px;
}

#bottom-contact .flex .box{
	margin-bottom: 30px;
	text-align: center;
}
#bottom-contact .flex .box:last-child{
	margin-bottom: 0;
}
#bottom-contact .flex .box .ttl{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
	z-index: 10;
	display: inline-block;
	padding-left: 14px;
}
#bottom-contact .flex .box .ttl::before{
	content: "";
	width: 6px;
	height: 24px;
	background: var(--yellow);
	border-radius: 50px;
	position: absolute;
	bottom: 3px;
	left: 0;
}

#bottom-contact .flex .box .ttl span{
	font-weight: 600;
	position: relative;
}
#bottom-contact .flex .box .ttl span.min{
	font-size: 14px;
	font-weight: 500;
}
/* 広場 */
#bottom-contact .flex .box.park .ttl::before{
	content: "";
	background: #D78A99;
}

/* キッチンかー */
#bottom-contact .flex .box.kit .ttl::before{
	content: "";
	background: var(--orange);
}
#bottom-contact .flex .box.kit .btn a::after{
	content: "";
	background: url(/nishiogi-koukashita/pc/img/common/icon_blank_w.svg) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
}
#bottom-contact .flex .box.kit .btn a:hover::after{
	background: url(/nishiogi-koukashita/pc/img/common//icon_blank_b.svg) no-repeat;
	background-size: contain;
}
/*------------------------
page_top
------------------------*/
#page-top {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
	transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
	text-align: right;
	width: 72px;
	height: 72px;
	position: sticky;
	bottom: 100px;
	z-index: 100;
	opacity: 0;
	margin: 0 40px -40px auto;
}
#page-top.show {
	opacity: 1;
	visibility: visible;
}
#page-top a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: var(--orange);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#page-top a:after {
	content: "";
	background: url(/nishiogi-koukashita/pc/img/common/arrow_w.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 14px;
	position: absolute;
	right: 30px;
	transform: rotate(-95deg);
	margin-bottom: 6px;
}
#page-top a:hover{
	transform: translateY(-5px);
}

/*------------------------
footer
------------------------*/
footer {
	background: #f4f4f4;
}
footer .inner{
	width: 1000px;
	margin: 0 auto;
}

/* nav */
footer .n-area{
	background: #f4f4f4;
}
footer .n-area .inner{
	padding: 50px 0 60px;
}
footer .n-area .logo a{
	width: 260px;
	margin-bottom: 20px;
	display: block;
}
footer .n-area nav ul{
	margin-bottom: 35px;
}
footer .n-area nav ul li a {
	display: block;
	padding: 0px 15px;
	font-weight: bold;
	letter-spacing: .06em;
}
footer .n-area nav ul li:first-child a{
	padding: 0 15px 0 0;
}
footer .n-area nav ul li a::after {
	content: '';
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 3px solid #6dac83;
	margin: 3px auto 0;
	border-radius: 50px;
}
footer .n-area nav ul li a:hover::after {
	width: 25px;
}

/* SNS */
footer .n-area .sns{
	display: flex;
	align-items: center;
}
footer .n-area .sns span a{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
footer .n-area .sns span img{
	object-fit: contain;
}
footer .n-area .sns span a:hover{
	transform: translateY(-5px);
}


/* copy */
footer .c-area {
	justify-content: space-between;
}
footer .c-area .left {
	font-size: 14px;
	line-height: 1;
}

/* 個人情報 */
footer .c-area{
	padding: 25px 0;
}
footer .c-area .privacy {
	display: block;
	margin-bottom: 10px;
}
footer .c-area .privacy a {
	display: inline-block;
	padding-left: 14px;
	position: relative;
}
footer .c-area .privacy a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #6dac83;
	border-right: 1px solid #6dac83;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: all .3s ease 0s;
}
footer .c-area .privacy a::after {
	content: '';
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #6dac83;
	margin: 5px auto 0;
}
footer .c-area .privacy a:hover::after {
	width: 100%;
}
footer .c-area .logo {
	width: 167px;
	padding: 10px;
	background: #fff
}

/*------------------------
error
------------------------*/
#error .inner{
	padding: 60px 0 100px;
}
#error .inner .ttl-wrap h2{
	line-height: 1.2;
}
#error .contents li{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}


/*------------------------	
タブ数字カラー	
------------------------*/	
.num.orange{	
	background: var(--orange);	
}	
.num.blue{	
background: #96CBC4;	
}	
.num.pink{	
background: #D78A99;	
}