@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	background:transparent;
	border:0;
	outline:0;
	font-size:1em
}
html {
	font-size:62.5%
}
body, table, input, textarea, select, option {
	font-family:'Zen Kaku Gothic New', sans-serif
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block
}
ol, ul {
	list-style:none;
	box-sizing:border-box
}
ol.ol_style{
	list-style-type:decimal;
	margin: 0 0 20px 25px;
}
blockquote, q {
	quotes:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
img {
	vertical-align:top;
	max-width:100%;
	height:auto
}
a, a:link {
	color:#292929;
	text-decoration:none
}
a:visited {
	color:#292929
}
a:hover {
	color:#292929
}
a:active {
	color:#292929
}
body {
	min-width:1340px;
	color:#292929;
	font-size:1.8rem;
	line-height:1.5;
	text-size-adjust:none;
	-webkit-text-size-adjust:none;
	background-color:#FFF
}
.fixed {
	position:fixed;
	width:100%;
	height:100%
}
#container {
	position:relative;
	text-align:left
}
#main {
	display:block
}
a[href^="tel:"] {
	cursor:default;
	pointer-events:none
}
ul.sp_menu{
	display: flex;
	margin: 20px 20px;
}
ul.sp_menu li:nth-child(2) a,
ul.sp_menu li:nth-child(3) a{
	color: #fff;
}
ul.sp_menu li{
	width: 33.3333333%;
	text-align: center;
    align-content: center;
    display: grid;
	padding: 1.5vw 0;
}
ul.sp_menu li:nth-child(1){
	background: #fff;
}
ul.sp_menu li:nth-child(1) img{
	height: 30px;
	width: auto;
	margin: 0 0 5px 0;
}
ul.sp_menu li:nth-child(2){
	border: 1px solid #fff;
	margin: 0 2%;
}
ul.sp_menu li:nth-child(2) img{
	height: 20px;
	width: auto;
	margin: 0 0 5px 0;
}
ul.sp_menu li:nth-child(3){
	background: #F7970D;
}

@media all and (min-width: 897px) {
.sp {
	display:none!important
}
}
@media all and (max-width: 896px) {
body {
	min-width:inherit;
	font-size:1.2rem
}
a:hover, a:hover img {
	opacity:1!important
}
.pc {
	display:none!important
}
a[href^="tel:"] {
	cursor:pointer;
	pointer-events:auto
}
}
#gHeader {
	padding:46px 0 25px 58px;
	width:100%;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background-color:#FFF
}
#gHeader .hd-logo {
	width:325px
}
#gHeader .hBox {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative
}
#gHeader .contcatBox {
	margin-left:0;
}
#gHeader .contcatBox a .icon {
	margin: 0px 0px 0 0;
	width: 100%;
}
#gHeader .contcatBox.contact1 a .icon {
	margin: 0px 0px 0 0;
	width: 100%;
	position: relative;
	top: 13px;
}
#gHeader .contcatBox.contact1 a .text {
	position: relative;
	top: -13px;
}
#gHeader .contcatBox a .text {
	width:111px;
	letter-spacing:0
}
#gHeader .contcatBox a {
	margin-top:-47px;
	/*padding:45px 10px 44px 17px;*/
	width:10vw;
	letter-spacing:.1em;
	font-size:1.8rem;
	color:#FFF;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	border-bottom-left-radius:10px;
	box-sizing:border-box;
	background-color:#009e3b;
	font-family:'Inter', sans-serif;
	height:9vw;
	max-height:110px;
	text-align: center;
}
#gHeader .contcatBox.contact a{
	background-color:#F7970D;
}
#gHeader .lineBox {
	margin-left:1.5vw;
}
#gHeader .lineBox a {
	margin-top: -47px;
	padding: 35px 0px 15px 0px;
	letter-spacing: .1em;
	font-size: 1.8rem;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 10px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	font-family: 'Inter', sans-serif;
	height:9vw;
	max-height:110px;
	width: 12vw;
}
#gHeader .lineBox a img {
	width: 100px;
}
#gHeader .lineBox a .lineBoxtext {
	font-size: 1.2rem;
	color: #000;
	letter-spacing: 0;
	margin: 10px 0 0px;
	width: 100% !important;
	text-align: center;
}
@media all and (max-width: 1846px) and (min-width: 897px) {
#gHeader {
	padding:2vw 0 2vw 1.2vw
}
#gHeader .contcatBox a {
	margin-top: -2vw;
    padding: 2vw .2vw 2vw;
    width: 10vw;
}
#gHeader .contcatBox a .icon {
	margin: 10px 4px;
	width: 2vw;
	position: relative;
	top: 3px;
}
#gHeader .contcatBox.contact1 a .text {
  position: relative;
  top: -3px;
}
#gHeader .contcatBox.contact1 a .icon {
  margin: 0px 0px 0 0;
  width: 100%;
  position: relative;
  top: 4px;
}
  #gHeader .contcatBox a .icon img {
    width: 22px;
  }
#gHeader .contcatBox {
}
#gHeader .contcatBox a .text, #gHeader .lineBox a .lineBoxtext {
	width:98px;
	font-size:1.5rem
}
#gHeader .lineBox a {
	width: 12vw;
	margin-top: -2vw;
}
#gHeader .lineBox a .lineBoxtext {
	font-size: 1.2rem;
}
#gHeader .lineBox a img {
	width: 7vw;
}
}
@media all and (max-width: 1400px) and (min-width: 897px) {
#gHeader .hd-logo {
	width:18vw
}
#gHeader .contcatBox a, #gHeader .lineBox a {
	margin-top:-2vw;
	padding:3vw .6vw 2vw;
	width:11.2vw
}
#gHeader .contcatBox a .icon {
	margin:5px 5px -3px 0;
	width:1.5vw
}
#gHeader .contcatBox a .icon img{
	width: 17px;
}
#gHeader .contcatBox {
}
#gHeader .contcatBox a .text, #gHeader .lineBox a .lineBoxtext {
	width:70px;
	font-size:1.1rem
}
#gHeader .lineBox a .lineBoxtext {
	margin: 5px 0 0px;
	font-size: .9rem;
}
  #gHeader .contcatBox.contact1 a .text {
    position: relative;
    top: -6px;
  }
}
@media all and (min-width: 897px) {
#gHeader .contcatBox a:hover, #gHeader .lineBox a:hover {
	opacity:.7
}
}
@media all and (max-width: 1200px) {
#gHeader .lineBox a .lineBoxtext {
        font-size: 1rem;
		        width: 86px !important;
    }
}
@media all and (max-width: 896px) {
#gHeader {
	padding:15px 10px
}
#gHeader .hd-logo {
	width:162px
}
#gHeader .hBox {
	display:block
}
#gHeader .contcatBox {
	margin-left:0
}
#gHeader .contcatBox a .icon {
	margin:5px 18px 0 0;
	width:20px
}
#gHeader .contcatBox a {
	margin:0 20px;
	padding:10px 10px 8px;
	width:auto;
	letter-spacing:.1em;
	font-size:1.6rem;
	border-bottom-left-radius:0;
	height: unset;
}
}
#gNavi {
	margin-bottom:-3px
}
#gNavi .naviList {
	margin-top:6px
}
#gNavi .naviList li {
	margin-left:2vw;
	text-align:center
}
#gNavi .naviList li:first-child {
	margin-left:0
}
#gNavi .naviList li a {
	font-size: 1.6rem;
	letter-spacing:.075em;
	color:#161616;
	display:block
}
#gNavi .naviList li a .en {
	padding-top:7px;
	font-size:1.4rem;
	letter-spacing:.22em;
	text-align:center;
	display:block;
	font-family:'Inter', sans-serif
}
@media all and (max-width: 1865px) and (min-width: 897px) {
#gNavi .naviList li {
	margin-left: 1.3vw;
}
#gNavi .naviList li a {
	font-size: 1.3rem;
}
}
@media all and (max-width: 1095px) and (min-width: 897px) {
#gNavi .naviList li {
	margin-left:1vw
}
#gNavi .naviList li a {
	font-size:1rem
}
}
@media all and (min-width: 897px) {
#gNavi .naviList li a:hover .en {
	color:#009e3b
}
#gNavi {
	display:block!important
}
.menuBox {
	flex:1;
	position:relative;
	display:flex!important;
	justify-content:flex-end
}
}
@media all and (max-width: 896px) {
#gNavi {
	margin-bottom:0;
	display:block;
	flex:auto;
	order:2
}
#gNavi .naviList {
	padding: 0px 20px 25px;
	font-size:2rem;
	font-weight:700;
	width:auto;
	display:block
}
#gNavi .naviList li {
	margin-left:0
}
#gNavi .naviList li a {
	padding:10px;
	text-align:left;
	font-size:1.5rem;
	letter-spacing:0;
	display:block;
	color:#FFF;
	border-bottom:1px solid #FFF
}
#gNavi .naviList li a .text {
	margin-right:10px
}
#gNavi .naviList li a .en {
	padding:0;
	font-size:1.6rem;
	letter-spacing:0;
	display:inline-block
}
#gNavi .naviList li:first-child {
	margin-left:0;
	border-top:1px solid #FFF
}
#gNavi .naviList LI .subUl LI:first-child {
	border-top:none
}
.menu {
	width:30px;
	height:30px;
	position:absolute;
	right:14px;
	top:14px;
	cursor:pointer;
	z-index:100;
	transition:opacity .25s ease;
	-webkit-transition:all .3s ease
}
.menu span {
	width:100%;
	height:2px;
	display:block;
	position:absolute;
	left:0;
	top:6px;
	background:#009e3b;
	-webkit-transition:all .35s ease;
	transition:all .35s ease;
	cursor:pointer
}
.menu span:nth-child(2) {
	top:14px
}
.menu span:nth-child(3) {
	top:22px
}
.menu.on .top {
	-webkit-transform:translateY(7px) translateX(0) rotate(-45deg);
	-ms-transform:translateY(7px) translateX(0) rotate(-45deg);
	transform:translateY(9px) translateX(0) rotate(-45deg);
	background:#FFF
}
.menu.on .middle {
	opacity:0;
	background:#009e3b
}
.menu.on .bottom {
	-webkit-transform:translateY(-7px) translateX(0) rotate(45deg);
	-ms-transform:translateY(-7px) translateX(0) rotate(45deg);
	transform:translateY(-7px) translateX(0) rotate(45deg);
	background:#FFF
}
.menuBox {
	padding-bottom:70px;
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	left:0;
	top:0;
	overflow-y:auto;
	background:#009e3b;
	box-sizing:border-box;
	z-index:99
}
.contcatBoxsp {
	width: 30px;
	height: 30px;
	position: absolute;
	right:55px;
	top: 13px;
	cursor: pointer;
	z-index: 100;
	background: #F7970D;
	padding: 8px 6px 6px;
	box-sizing: border-box;
	border-radius: 7px;
}
.lineBoxsp {
	width: 30px;
	height: 30px;
	position: absolute;
	right:93px;
	top: 13px;
	cursor: pointer;
	z-index: 100;
}
#gHeader .lineBox {
    display: none;
}
}
#gFooter {
	position:relative
}
#gFooter .fBox {
	margin:0 auto;
	padding:108px 0 46px;
	max-width:1536px;
	box-sizing:border-box
}
#gFooter .fBox .lBox {
	margin:7px 0 0 27px;
	width:32%
}
#gFooter .fBox .lBox .fLogo {
	margin-bottom:27px;
	width:324px
}
#gFooter .fBox .lBox p {
	font-size:1.4rem;
	letter-spacing:.075em;
	line-height:1.29
}
#gFooter .fBox .rBox {
	width:58.8%
}
#gFooter .fBox .rBox .linkBox {
	margin:0 0 75px
}
#gFooter .fBox .rBox .linkUl {
	/*width:32%;*/
	flex-grow:1;
	box-sizing:border-box
}
#gFooter .fBox .rBox .linkUl.linkUl01 {
	/*width:34.7%*/
}
#gFooter .fBox .rBox .linkUl.linkUl02 {
	/*width:19.5%*/
}
#gFooter .fBox .rBox .linkUl.linkUl03 {
	/*width:13%*/
}
#gFooter .fBox .rBox .linkUl > li:not(:last-child) {
	margin-bottom:22px;
}
#gFooter .fBox .rBox .linkUl li a {
	font-size:1.5rem;
	font-weight:700;
	font-family:"游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:.075em
}
#gFooter .fBox .rBox .linkUl li a:hover {
	opacity:.7
}
#gFooter .fBox .rBox .linkUl .subUl {
	margin-left:5px;
	width:115px
}
#gFooter .fBox .rBox .linkUl .subUl02 {
	width:125px
}
#gFooter .fBox .rBox .linkUl .subUl li:not(:last-child) {
	margin-bottom:22px
}
#gFooter .fBox .rBox .snsList {
	margin:0 0 34px 17px;
	align-items:center
}
#gFooter .fBox .rBox .snsList li:not(:last-child) {
	margin-right:36px
}
#gFooter .fBox .rBox .snsList li a:hover {
	opacity:.7
}
#gFooter .fBox .rBox address {
	margin-right:25px;
	font-size:1.1rem;
	font-weight:500;
	font-style:normal;
	letter-spacing:.05em;
	text-align:right
}
@media all and (max-width: 896px) {
#gFooter .fBox {
	margin:0;
	padding:30px 20px 45px;
	max-width:inherit;
	display:block
}
#gFooter .fBox .lBox {
	margin:0 0 20px;
	width:auto
}
#gFooter .fBox .lBox .fLogo {
	margin:0 auto 20px;
	width:162px
}
#gFooter .fBox .lBox p {
	font-size:1.1rem;
	text-align:center
}
#gFooter .fBox .rBox {
	width:auto
}
#gFooter .fBox .rBox .linkBox {
	display:none
}
#gFooter .fBox .rBox .snsList {
	margin:0 0 34px;
	justify-content:center
}
#gFooter .fBox .rBox .snsList li {
	margin:0 10px!important
}
#gFooter .fBox .rBox .snsList li img {
	width:70%
}
#gFooter .fBox .rBox address {
	margin-right:0;
	text-align:center
}
}

.otodoke{
	background-color: #fff0c5;
	padding:30px;
	font-size: 25px;
text-align: center;
margin-top: 40px;
}


.otodoke span{
	color: #009434;
}
