@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:"Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
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: #302D2C;
	text-decoration: none;
}
a:visited {
	color: #302D2C;
}
a:hover {
	color: #302D2C;
}
a:active {
	color: #302D2C;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #302D2C;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
  	position: fixed;
  	width: 100%;
  	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@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 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    box-sizing: border-box;
	background-color: #FFF;
}
#gHeader .hBox {
	margin-bottom: 0px;
	padding: 10px 46px 0px 16px;
	background: url("../../img/common/bg01.png") no-repeat top center / cover;
}
#gHeader h1 {
    width: 200px;
}


#gHeader .search {
	width: 20%;
	position: relative;
	box-sizing: border-box;
	position: absolute;
    	right: 640px;
    	top: 10px
}
#gHeader .search input[type="button"] {
	width: 48px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 12px 0 0 12px;
	border: none;
	background: url("../../img/common/iconsearchmo.png") no-repeat left 13px top 8px / 36px auto;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#gHeader .search input[type="text"] {
	padding: 0 0 0 50px;
	width: 100%;
	height: 53px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.2;
	border: 4px solid #ff8800;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#gHeader .search input[type="text"]::placeholder {
	opacity: 1;
	color: #808080;
	font-size:16px;
}


#gHeader .linkBox {
    margin-top: 0px;
    width: 575px;
}
#gHeader .linkBox .language {
    width: 234px;
}
#gHeader .linkBox .language p {
    font-size: 2.1rem;
    font-weight: bold;
    color: #5A3F2B;
}
#gHeader .linkBox .language a {
    margin-left: 8px;
    padding: 9px 38px 4px 10px;
    width: 120px;
    display: inline-block;
    color: #FFF;
    font-size: 2.4rem;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.119em;
    background: #ff8800 url("../../img/common/icon01.png") no-repeat center right 18px / 19px;
}
#gHeader .linkBox .language a:hover {
    opacity: 0.7;
}
.changeSize .on {
	display: none;
}
.changeSize.on .on {
	display: inline-block;
}
.changeSize.on .off {
	display: none;
}
#gHeader .linkBox .hLink {
    width: 326px;
}
#gHeader .linkBox .hLink a {
    padding: 9px 7px 4px 10px;
    display: block;
    text-align: center;
    border-radius: 15px;
    background-color: #20a4a8;
}
#gHeader .linkBox .hLink a span {
    padding-right: 20px;
    font-size: 2.4rem;
    letter-spacing: 0.037em;
    font-weight: bold;
    color: #FFF;
    background: url("../../img/common/icon02.png") no-repeat center right / 11px;
}
#gHeader .linkBox .hLink a:hover {
    opacity: 0.7;
}
#gNavi {
	padding-bottom: 14px;
}
#gNavi > ul > li {
    margin: 0 57px;
    position: relative;
}
#gNavi > ul > li::before {
    content: '';
    display: block;
    width: 3px;
    height: 45px;
    position: absolute;
    top: -2px;
    right: -58px;
    background: url("../../img/common/icon03.png") no-repeat center center / 3px;
}
#gNavi > ul > li:last-of-type::before {
    display: none;
}
#gNavi > ul > li > a {
    color: #393939;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    font-weight: bold;
}
#gNavi > ul > li:hover a {
	color: #20A4A8;
    position: relative;
}
#gNavi > ul > li:hover > a::before {
    content: '';
    display: block;
    position: absolute;
	top: -8px;
	right: -11px;
	width: 16px;
	height: 14px;
    background: url("../../img/common/icon04.png") no-repeat center center / 16px;
}
#gNavi > ul ul {
	display: none;
	width: 934px;
	position: absolute;
	left: -50%;
	top: 100%;
	padding: 46px 60px 34px;
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 0 0 50px 50px;
	z-index: 500;
}
#gNavi > ul ul li {
	margin-bottom: 6px;
}
#gNavi > ul li:nth-of-type(1) ul {
	margin-left: 100px;
	width: 500px;
}
#gNavi > ul li:nth-of-type(2) ul {
	margin-left: -338px;
}
#gNavi > ul li:nth-of-type(3) ul {
	width: 500px;
}
#gNavi > ul li:nth-of-type(2) ul li {
	display: inline-block;
	min-width: 223px;
}
#gNavi > ul li:nth-of-type(2) ul .list01 {
	min-width: 160px;
}
#gNavi > ul ul li a {
	font-size: 2.2rem;
	font-weight: bold;
	color: #20A4A8;
}
#gNavi > ul ul li a:hover {
	opacity: 0.7;
}
body.on #gHeader .linkBox .language a {
	width: 110px;
}
.fiexdBox {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 10px 20px 0;
	background: url("../../img/index/sec01_bg.png") no-repeat center center / 100% 100%;
	box-sizing: border-box;
}
.fiexdBox::before {
	content: '';
	display: block;
	width: 90px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 22px;
	background: url("../../img/common/icon10.png") no-repeat center center / 90px;
}
.fiexdBox::after {
	content: "";
	display: block;
	width: 88px;
	height: 98px;
	position: absolute;
	bottom: 8px;
	right: 57px;
	background: url("../../img/common/icon11.png") no-repeat center center / 88px;
}
.fiexdBox.on {
	opacity: 1;
	visibility: visible;
}
.fiexdBox .content {
	max-width: 1600px;
}
.fiexdBox li {
	margin-right: 0px;
	text-align: center;
}
.fiexdBox li .pho {
	margin-bottom: 4px;
	padding-right: 23px;
	display: block;
}
.fiexdBox li a,
.fiexdBox li .text {
	padding-right: 24px;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.13;
	text-align: left;
	letter-spacing: 0.05em;
	font-weight: bold;
	background: url("../../img/common/icon16.png") no-repeat right center / 16px;
}
.fiexdBox li a:hover {
	opacity: 0.7;
}
.fiexdBox .list01 .pho {
	margin-bottom: 0px;
}
.fiexdBox .pho img{
	width: 30%;
}
.fiexdBox .list02 {
	margin-right: 50px;
}
.fiexdBox .list03 {
	position: relative;
}
.fiexdBox .list03 .pho {
	margin-bottom: 0px;
}
.fiexdBox .list05 {
	margin: 0 0 7px 0;
}
.fiexdBox ul ul {
	padding: 21px 15px 14px;
	width: 274px;
	display: none;
	position: absolute;
	top: 90px;
	left: 1%;
	background-color: #eee5cd;
	border-radius: 20px;
	box-sizing: border-box;
	z-index: 10;
}
.fiexdBox ul ul li {
	margin-bottom: 4px;
	width: 100%;
}
.fiexdBox ul ul li .text {
	display: block;
	font-size: 2.3rem;
}
/*
.fiexdBox .list03 .text01 {
	background-image: url("../../img/common/icon17.png");
}
*/
body.on .fiexdBox ul ul li .text {
  	font-size: 2.1rem;
}
@media all and (max-width: 1500px) and (min-width: 897px) {
	#gNavi > ul > li {
		margin: 0 10px;
	}
	#gNavi > ul > li::before {
  		top: -7px;
		right: -12px;
	}
	#gNavi > ul > li > a {
		font-size: 2rem;
	}
	.fiexdBox li {
	  	margin-right: 10px !important;
	  	text-align: center;
		width: 18%;
	}
	.fiexdBox li a, .fiexdBox li .text {
  		padding-right: 24px;
  		display: inline-block;
		font-size: 1.2rem;
	}
	.fiexdBox .list01 img,.fiexdBox .list04 img {
    		width: 46%;
	}
}
@media all and (max-width: 1230px) and (min-width: 897px) {
	.fiexdBox .content {
		max-width: 1000px;
	}
}
@media all and (max-width: 1200px) and (min-width: 897px) {
	#gNavi > ul li:nth-of-type(2) ul {
	 	margin-left: -215px;
		width: 860px;
	}
	.fiexdBox::before {
		left: 4px;
	}
	.fiexdBox::after {
		right: 4px;
	}
}
@media all and (max-width: 970px) and (min-width: 897px) {
	#gHeader h1 {
	 	width: 230px;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin-bottom: 0;
		padding: 5px 41px 31px 5px;
		background-image: url("../../img/common/sp_bg01.png");
		background-size: 100%;
	}
	#gHeader h1 {
		width: 130px;
	}
	#gHeader .linkBox {
		margin-top: 12px;
		width: auto;
	}
	#gHeader .linkBox .language {
		display: none;
	}
	#gHeader .linkBox .hLink {
		width: 163px;
	}
	#gHeader .linkBox .hLink a {
		padding: 4px 7px 3px 10px;
		border-radius: 8px;
	}
	#gHeader .linkBox .hLink a span {
		padding-right: 10px;
		font-size: 1.2rem;
		background-size: 6px;
	}
	#gNavi {
		display: none;
	}
	.cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(100, 100, 100, 0.75);
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
	}
	.cover.on {
		opacity: 1;
		visibility: visible;
	}
	.fiexdBox {
		display: none;
	}
	.menu {
		position: absolute;
		right: 10px;
		top: 19px;
		width: 23px;
		height: 20px;
	}
	.menuBox {
		padding: 86px 0 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 290px;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 97;
		transition: .3s;
		transform: translateX(100%);
	}
	.menuBox.on {
		transform: none;
	}
	.menuBox .menuInner {
		margin-left: auto;
		padding: 5px 16px 0;
		width: 290px;
		background-color: #FFF;
		box-sizing: border-box;
	}
	.menuBox .language {
		margin: 10px 0 10px 0;
		font-size: 1.05rem;
		font-weight: bold;
		color: #5A3F2B;
	}
	.menuBox .language a {
		margin-left: 3px;
		padding: 4px 13px 2px 0;
		width: 60px;
		display: inline-block;
		color: #FFF;
		font-size: 1.2rem;
		border-radius: 7px;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: 0.119em;
		background: #ff8800 url("../../img/common/icon01.png") no-repeat center right 10px / 8px;
	}
	.menuBox .menuList	{
		margin-bottom: 18px;
	}
	.menuBox .menuList > li > a,
	.menuBox .menuList > li.menu-item-1030 > a,
	.menuBox .menuList > li.menu-item-1041 > a {
		padding: 10px 0 2px;
		display: block;
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		border-bottom: 3px solid #fed295;
		background: url("../../img/common/icon12.png") no-repeat center right;
		background-size: 12px auto;
	}
	.menuBox .menuList > li > a {
		background-image: url("../../img/common/icon18.png");
		background-size: 10px;
	}
	.menuBox .menuList > li.menu-item-1030 > a.on,
	.menuBox .menuList > li.menu-item-1041 > a.on {
		background-image: url("../../img/common/icon13.png");
	}
	.menuBox .menuList ul {
		margin: 0 -16px 11px;
		padding: 0 16px 21px 28px;
		display: none;
		background-color: #fee8ca;
	}
	.menuBox .menuList ul a {
		padding: 7px 0 4px;
		display: block;
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		border-bottom: 1px solid #FFF;
	}
	.menuBox .menuInfo {
		margin: 0 -16px;
		padding: 30px 0 0;
		background: url("../../img/index/sec01_bg.png") no-repeat center center / 100% 100%;
	}
	.menuBox .menuInfo h2 {
		margin: 0 auto 30px;
		width: 209px;
		position: relative;
	}
	.menuBox .menuInfo h2::before,
	.menuBox .menuInfo h2::after {
		content: '';
		display: block;
		width: 34px;
		height: 49px;
		position: absolute;
		top: -21px;
		left: -37px;
		background: url("../../img/common/icon10.png") no-repeat top center / 34px;
	}
	.menuBox .menuInfo h2::after {
		width: 32px;
		top: auto;
		bottom: -50px;
		left: auto;
		right: -32px;
		background-image: url("../../img/common/icon11.png");
	}
	.menuBox .menuInfo ul {
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	.menuBox .menuInfo li {
		margin-bottom: -1px;
		padding: 23px 0 5px;
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #FFF;
		border-right: 1px solid #FFF;
		box-sizing: border-box;
	}
	.menuBox .menuInfo li .pho {
		margin-bottom: 8px;
		display: block;
	}
	.menuBox .menuInfo li .textBox {
		padding-left: 13px;
		display: block;
		text-align: left;
	}
	.menuBox .menuInfo li .text {
		margin-left: 7px;
		padding-right: 13px;
		display: inline-block;
		text-align: left;
		font-size: 1.05rem;
		letter-spacing: 0.05em;
		font-weight: bold;
		background: url("../../img/common/icon16.png") no-repeat center right / 8px;
	}
	.menuBox .menuInfo li:nth-of-type(2n) {
		border-right: none;
	}
	.menuBox .menuInfo .list03 .text01 {
		background: none;
	}
	.menuBox .close {
		margin: 0 auto;
		padding: 12px 0 14px;
		width: 31px;
	}


#gHeader .search {
	width: 52%;
    	left: 45%;
   	top: 50px
}
#gHeader .search input[type="button"] {
	width: 48px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 12px 0 0 12px;
	border: none;
	background: url("../../img/common/iconsearchmo.png") no-repeat left 13px top 8px / 20px auto;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#gHeader .search input[type="text"] {
	padding: 0 0 0 38px;
	width: 100%;
	height: 35px;
	font-size: 12px;
}
#gHeader .search input[type="text"]::placeholder {
	font-size:10px;
}






}
@media all and (max-width: 374px) {
	#gHeader h1 {
	 	width: 100px;
	}
	.menuBox {
		padding: 52px 0 0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 196px 0 26px;
	background: url("../../img/common/bg02.png") no-repeat center center / 100% 100%;
}
#gFooter .fBox {
	margin: 0 auto 60px;
	padding: 0 20px;
	max-width: 680px;
}
#gFooter .fLogo {
	margin-bottom: 15px;
	color: #5A3F2B;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
#gFooter p {
	line-height: 1.2;
	text-align: center;
}
#gFooter address {
	font-style: normal;
	font-size: 1.3rem;
	text-align: center;
}
.pageTop {
	width: 130px;
	position: fixed;
	bottom: 30px;
	right: 60px;
	display: none;
	z-index: 300;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1800px) and (min-width: 897px) {
	.pageTop {
		width: 140px;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 97px 0 5px;
		background: url("../../img/common/sp_bg02.png") no-repeat center top / 900px auto;
	}
	#gFooter .fBox {
		margin-bottom: 29px;
		padding: 0 4px;
		max-width: inherit;
	}
	#gFooter .fLogo {
		margin-bottom: 7px;
		font-size: 1.15rem;
	}
	#gFooter p {
		font-size: 0.8rem;
	}
	#gFooter address {
		font-size: 0.65rem;
	}
	.pageTop {
		width: 74px;
		bottom: 130px;
		right: 10px;
	}
}
@media all and (-ms-high-contrast:none) {
	body br {
		font-size: 0;
	}
}

/*ページ内リンク--------------*/
div[id*="plink"]{
 padding-top: 200px;
 margin-top: -200px;
}

@media all and (max-width: 767px) {
div[id*="plink"]{
 padding-top: 60px;
 margin-top: -60px;
}
}

