@charset "utf-8";
/* CSS Document */

* {
	line-height: 1;
}

img {
    border: 0;
    vertical-align: top;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}

/*body*/

body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

.wrapper {
	width: 100%;
}

img {
    border: 0;
    vertical-align: top;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.75;
}


.contents-box {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color : #4d4d4d;
	font-size: 16px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}

.contents-box p {
	font-size: 16px;
	color : #4d4d4d;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	letter-spacing: 0.05em;
}


.contents-box a {
	color : #13418c;
	font-weight:bold;
}

.contents-box p a {
	color : #13418c;
	font-weight:bold;
}


.wc_anctxt {
	display: block; 
    position: relative;
    top: -160px;
    visibility: hidden;
	height: 1px;
}



/*header*/

#header {
	width: 100%;
	padding-bottom: 125px;
	position: relative;
	z-index: 99999999999;
}

#header h1 {
	display: none;
}

#page-header {
	width: 100%;
	transition: .5s;
	position: absolute;
    bottom: 0px;
	left: 0px;
	height: 125px;
	background-color: #FFF;
}

.header-wrap {
	width: 1280px;
	display: flex;
  justify-content: space-between;
	align-items: center;
	z-index: 99999999999;
}

#header .sticky {
    position: fixed;
    top: 0px;
	left: 0px;
	z-index: 99999999999;
}




.header-left {
	width: 182px;
}

.header-right, .header-right .box01 {
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.header-right {
	flex: 1;
}

.header-right .box01 {
	width: 380px;
}

body.wcselect_400228858101 .header-left, body.wcselect_400228858101 .header-right, body.wcselect_400228858101 .box01 div, body.wcselect_400228858101 .box01 {
	display: inline-block;
vertical-align: top;
}


/*_global-navi*/

._global-navi {
}

._global-navi p.menu {
	display: none;
}

._global-navi ul {
}

._global-navi li {
	float: left;
}

._global-navi li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

._global-navi li a:hover {
}

._global-navi li.sp,
._global-navi li.close {
	display: none;
}



/* main-img */

.main-img {
	width: 100%;
	position: relative;
}

.main-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* title-box */

.title {
	position: absolute;
   top: 0%;
   left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.title h2, .title h3 {
color: #FFF;
line-height: 1.2;
font-weight: 500;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 5px #000;
}

.title h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 56px;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}

.title h3 {
	font-size: 24px;
	letter-spacing: 0.2em;
}

/*contents*/

.contents {
	width: 100%;
}


/*main-contents*/

.main-contents {
	width: 100%;
	padding-top: 60px;
}

.main-box {
}

.cg-wrap {
	clear:both;
}



/*subcontents*/

.subcontents {
	width: 210px;
	float: right;
}

/*link-box*/


.subcontents .link-box {
	clear: both;
	margin-bottom:15px;
}


.subcontents .link-box h3 {
	text-align: center;
	padding-bottom:8px;
}

.subcontents .contentslink-center {
	background : #E6E6E6;
}



.link-box ul li {
	font-size: 16px;
	background-repeat: no-repeat;
	padding-left: 25px;
	list-style-type: none;
	margin-bottom: 5px;
}

.link-box .lv2 {
	padding-top: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
	background-image: url(../images/list01.png);
	background-repeat: no-repeat;
	background-position: 8px 17px;
}

.link-box .lv3 {
	font-size: 14px;
	line-height: 1.6em;
	display: block;
	width: 200px;
	margin-left: auto;
	margin-bottom: 5px;
	background-image: url(../images/list02.png);
	padding-left: 22px;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}


.link-box a {
	color : #603813;
	text-decoration: none;
	line-height: 1.4;
	font-weight: normal;
}

.link-box a:hover {
	color: #F7931E;
}

.link-box .lv3 a {
	color : #736357;
	text-decoration: none;
	line-height: 1.4;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.link-box .lv3 a:hover {
	color: #F7931E;
}

.link-box  ul {
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	top: -8px;
}

/*link-box2*/

.link-box2  ul {
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	top: -3px;
}


/*contentswrap000*/


.contact-guide {
	width: 1000px;
	height: 300px;
	background-image: url("../images/back-contact.jpg");
background-position: center center;
background-repeat: no-repeat;
	background-size: cover;
	display: flex;
  justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}


.contact-guide h3, .contact-guide h4, .contact-guide h5, .contact-guide h5 a {
color: #13418c;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.contact-guide h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 44px;
	font-style: italic;
	letter-spacing: 0.05em;
}

.contact-guide h4 {
	letter-spacing: 0.15em;
}

.contact-guide h5, .contact-guide h5 a {
	font-family: 'Roboto', sans-serif;
	font-size: 38px;
}

.contact-guide h5 {
	margin: 15px auto;
	display: inline-block;
	letter-spacing: 0.05em;
}

.contact-guide h5::before {
	content: "TEL.";
	font-size: 21px;
}


.area-box {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 1.8;
	color :#4d4d4d;
}

.area-box p {
	font-size: 16px;
	line-height: 1.8;
	color : #4d4d4d;
}

.area-box img {
	width: 100%;
	height:auto;
}

.area01 {
}

.area02 {
	border: 1px solid #666;
	padding: 20px;
}

.area03 {
	text-align: center;
}

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

.area04 .contents-left {
	width: 30%;
}

.area04 .contents-right {
	width: 65%;
}

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

.area05 .contents-left {
	width: 65%;
}

.area05 .contents-right {
	width: 30%;
}

.area06 {
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.area06 .box {
	width: 30.5%;
	margin-right: 4%;
	margin-bottom: 20px;
}

body.wcselect_400228858101 .area06 .box {
	display: inline-block;
vertical-align: top;
	width: 28%;
}

.area06 .box:nth-child(3n) {
	margin-right: 0%;
}

.area06 .box > p {
	padding-top: 7px;
}

.area07 {
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.area07 .box {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 30px;
}

body.wcselect_400228858101 .area07 .box {
	display: inline-block;
vertical-align: top;
	width: 45%;
}

.area07 .box:nth-child(2n) {
	margin-right: 0%;
}

.area07 .box > p {
	padding-top: 7px;
}

.area08 {
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.area08 .box {
	width: 47%;
	margin-right: 4%;
	margin-bottom: 30px;
}

body.wcselect_400228858101 .area08 .box {
	display: inline-block;
vertical-align: top;
	width: 45%;
}

.area08 .box:nth-child(2n) {
	margin-right: 0%;
}

.area08 .box > p {
	padding-top: 7px;
}


.area09 {
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.area09 .box {
	width: 47%;
	margin-right: 4%;
	margin-bottom: 30px;
}

body.wcselect_400228858101 .area09 .box {
	display: inline-block;
vertical-align: top;
	width: 45%;
}

.area09 .box:nth-child(2n) {
	margin-right: 0%;
}

.area10 {
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.area10 .box{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}

body.wcselect_400228858101 .area10 .box {
	display: inline-block;
vertical-align: top;
	width: 20%;
}

.area10 .box:nth-child(4n) {
	margin-right: 0%;
}

.area10 .box > p {
	padding-top: 7px;
}

.area11 {
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.area11 .box {
	width: 30%;
	margin-right: 4%;
	margin-bottom: 20px;
}

body.wcselect_400228858101 .area11 .box {
	display: inline-block;
vertical-align: top;
	width: 27%;
}

.area11 .box:nth-child(3n) {
	margin-right: 0%;
}

.area11 .box > p {
	padding-top: 7px;
}

.area12 {
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.area12 .box > p {
	padding-top: 7px;
}

.area12 .arrow{
	width: 38px;
	margin: 0px 30px;
}

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

.area13 .contents-left {
	width: 30%;
}

.area13 .contents-right {
	width: 65%;
}

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

.area14 .contents-left {
	width: 65%;
}

.area14 .contents-right {
	width: 30%;
}

.area15 {
	text-align: center;
}


.area16 table {
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-style: solid;
	border-color :  #999999;
	background-color: #FFF;
}


.area16 table td {
	word-break: break-all;
	color : #333;
	text-align: left;
	padding: 10px 20px;
	line-height: 1.6em;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-color :  #999999;
}



.area16 table td.left {
	white-space: nowrap;
	background : #f2f2f2;
	color: #000;
	border-right-style: none;
}



.area16 table tr td:nth-child(2) {
	border-left-style: none;
}


.area16 table tr.top {
}
.area16 table tr.top td {
	background : #f2f2f2;
	color: #000;
}



.area16 table tr.table-bold td.left {
	font-weight: 500;
	color: #5f413b;
}

.area16 table tr.table-bold td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(139, 197, 63, 0.5);
}

.area16 table tr {
}



.area162 {
}

.area162 table {
	width: 660px;
	font-size: 14px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

@-moz-document url-prefix() {
	.area162 table {
		border-collapse: collapse;
	border-spacing: 0;
	border-collapse: separate;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	}
}

.area162 table tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.area162 table td {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #534741;
	text-align: left;
	padding-left: 15px;
	line-height: 1.6em;
	vertical-align: middle;
}

@-moz-document url-prefix() {
	.area162 table tr, .area162 table td {
		border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	}
}

.area162 table tr.table-top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}

@-moz-document url-prefix() {
	.area162 table tr.table-top, .area162 table tr.table-top td {
		border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	}
}

.area162 table td.left {
	font-weight:bold;
	color: #42210b;
	white-space: nowrap;
	padding-right: 0px;
}

.area17 {
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.area17 .box {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 30px;
}

body.wcselect_400228858101 .area17 .box {
	display: inline-block;
vertical-align: top;
	width: 45%;
}

.area17 .box:nth-child(2n) {
	margin-right: 0%;
}

.area17 .box > p {
	padding-top: 7px;
}


/*photo-box*/

.p-img {
}

.p-img img {
	border-radius: 20px;
}


/*img-box*/

.img-box {
	padding:20px;
	padding-left: 0px;
	padding-top: 0px;
	background-image: url("../images/img-back.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 96% auto;
}



/*line-box-contents*/

.line-box-contents {
	width: 660px;
	margin-bottom: 50px;
}

.line-box-contents img {
	width: 100%;
	height: auto;
}


/*cb-box*/


.cb-box {
	width: 680px;
	text-align:center;
}

.cb-box a:hover {
	opacity:0.75;
}

.cb-box p {
	width: 132px;
	display: inline-block;
	vertical-align:top;
	margin-right: 10px;
	margin-left: 10px;
}



/*btn-top*/

.btn-top {
	width: 100%;
	text-align: center;
	position: absolute;
left: 0px;
bottom: 0px;
}

.btn-top a:hover {
	opacity:0.75;
}


.midashi01, .midashi02, .midashi03 {
line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.1em;
}


/*midashi*/

.midashi01, .midashi01-box p, .midashi02, .midashi03, .midashi04 {
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.midashi01-box {
	margin-bottom: 40px;
	text-align: center;
	width: 1060px;
}

.midashi01 {
	font-family: 'Poppins', sans-serif;
	font-size: 44px;
	font-style: italic;
color: #13418c;
	display: flex;
    align-items: center;
}

.midashi01::before, .midashi01::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color:#13418c;
}

.midashi01::before {
	margin-right: 50px;
}

.midashi01::after {
	margin-left: 50px;
}

.midashi01-box p {
	font-size: 16px;
color: #13418c;	
	padding-top: 5px;
}

.midashi02 {
	width: 1020px;
	padding: 10px 20px;
	text-align: center;
	font-size: 22px;
color: #FFF;
	font-weight: 500;
letter-spacing: 0.15em;
	margin-bottom: 35px;
	 background : -moz-linear-gradient(0% 50% 0deg,rgba(6, 25, 91, 1) 0%,rgba(19, 65, 163, 1) 50%,rgba(6, 25, 91, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(6, 25, 91, 1) 0%, rgba(19, 65, 163, 1) 50%, rgba(6, 25, 91, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(6, 25, 91, 1) ),color-stop(0.5,rgba(19, 65, 163, 1) ),color-stop(1,rgba(6, 25, 91, 1) ));
  background : -o-linear-gradient(0deg, rgba(6, 25, 91, 1) 0%, rgba(19, 65, 163, 1) 50%, rgba(6, 25, 91, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(6, 25, 91, 1) 0%, rgba(19, 65, 163, 1) 50%, rgba(6, 25, 91, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#06195B', endColorstr='#06195B' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(6, 25, 91, 1) 0%, rgba(19, 65, 163, 1) 50%, rgba(6, 25, 91, 1) 100%);
}

.midashi03 {
	font-family: 'Noto Sans JP', sans-serif;
	width:1000px;
	font-size: 22px;
color: #333;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
	padding-left: 30px;
	border-bottom-style : dotted;
border-bottom-color : #b3b3b3;
border-bottom-width : 2px;
	padding-bottom: 13px;
}

.midashi03::before {
	content: "";
	position: absolute;
left: 5px;
top: 8px;
	width: 9px;
	height: 9px;
	border-style : solid;
border-color : #13418c;
border-width : 3px;
	border-radius: 50%;
}

.midashi04 {
	width:1000px;
	font-size: 20px;
color: #29abe2;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
	padding-left: 20px;
}

.midashi04::before {
	content: "";
	position: absolute;
left: 0px;
top: 10px;
	display: block;
	background-color: #29abe2;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}


h6.btn01 a {
	font-weight: 500;
	font-size: 16px;
color: #13418c;
line-height: 1.2;
	letter-spacing: 0.15em;
	padding: 15px 50px;
	display: inline-block;
	background-image: url("../images/link-arrow02.svg");
background-position: right 25px center;
background-repeat: no-repeat;
	text-align: center;
	border-radius: 60px;
	border-style : solid;
border-color : #13418c;
border-width : 1px;
	transition: .5s;
}

h6.btn01 a:hover {
color: #FFF;
	background-image: url("../images/link-arrow03.svg");
	opacity: 1;
	background-color: #13418c;
}


/*pagetop_btn*/

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 100;
}

.pagetop_btn a {
    display: block;
    background : #1d91ac;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}

.pagetop_btn a:hover {
    display: block;
    background-color: #8bc53f;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}
.news_midashi{
	padding: 15px 20px 10px;
}
.news_midashi .big {
	text-align: left;
}
.news_midashi .small {
	text-align: right;
	font-size: 14px;
}

/*footer*/

#footer {
	width: 100%;
}

#footer .sns {
	width: 100%;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	padding: 40px 0px;
}

#footer .sns .box {
	width: 30px;
	margin: 0px 15px;
}

body.wcselect_400228858101 #footer .sns .box {
	display: inline-block;
vertical-align: top;
}

#footer .footer .footer_link{
	display: block;
	width: 100%;
}
#footer .footer .footer_link ul{
	width: 1000px;
	margin: 0px auto 10px;
	display: flex;
	justify-content: center;
}

#footer .footer .footer_link ul li{
	margin: 0 10px;
}
#footer .footer .footer_link ul li a{
	font-size: 13px;
	font-weight: 100 !important;
}

@media screen and (max-width:767px){
	#footer .footer .footer_link{
	display: none !important
}
	
}


#footer .footer p {
	font-size: 11px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: normal;
	background-color: #13418c;
	padding: 15px 0px;
	text-align: center;
}

.footer-wcax {
	display: none;
	margin: 0px;
	padding: 0px;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 767px) {
	
	body {
	min-width: 1280px;
	}
	

	header {
		display: none;
	}

.header-left .sp-view {
	display: none;
}

.header p {
}

.header ul {
}


/*header*/




/*nav*/

	#h-top {
	}

#nav {
	flex: 1;
	padding-top: 20px;
}

#nav .sp-view {
	display:none;
}

._global-navi {
}

	
	
    /**
     * MENU VIEW
     */
	 
	 ._global-navi {
	
}
    ._global-navi p.close {
        display: none !important;
    }
    ._global-navi ul {
	height: auto !important;
    }
	
	._global-navi li {
	line-height: 0em;
	margin-bottom: 0px;
    }
	
	
	._global-navi li a {
	display: inline-block;
	line-height: 0em;
	margin-bottom: 0px;
    }
	
	
	
    ._global-navi li a:after {
       display: none;
    }
	
	
    ._global-navi li a:after {
       display: none;
    }
	
	
	
	
	.dropmenu{
  *zoom: 1;
	padding: 0;
	z-index: 1000000;
		display: flex;
  justify-content: space-between;
}


.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li, .dropmenu p {
	line-height: 1.2;
	text-align: center;
	color:#FFF;
}

.dropmenu li {
}
	
.dropmenu li > a {
	display: block;
	text-decoration: none;
	color:#13418c;
	font-size:18px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
	padding: 0px 20px;
}

.dropmenu li .box-nav {
	list-style: none;
	position: absolute;
	z-index: 1000000000;
	top: 100%;
	left: 0;
	margin: 0;
	width:100%;
	background-color: #f8f8f8;
	padding: 40px 0px;
	display: flex;
  justify-content: center;
	align-items: flex-start;
}
	
.dropmenu li .box-left {
	width: 220px;
	margin-right: 60px;
}
	
.dropmenu li .box-right {
	width: 980px;
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 70px;
	background-image: url("../images/lineup.svg");
background-position: left top 10px;
background-repeat: no-repeat;
}
	
body.wcselect_400228858101 .dropmenu li .box-right p, body.wcselect_400228858101 .dropmenu li .box-left, body.wcselect_400228858101 .dropmenu li .box-right {
	display: inline-block;
vertical-align: top;
}
	
.dropmenu li .box-right p {
	width: 33.3%;
}

.dropmenu li div p a {
	color: #666666;
	letter-spacing: 0em;
	line-height:1.2;
	display: block;
	font-weight: 400;
	text-align: left;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}
	
.dropmenu li div p a::before {
	content: "";
	position: absolute;
left: 0px;
top: 6px;
	background-image: url("../images/link-arrow-nav.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 13px;
	height: 11px;
}
	
.dropmenu li div p a:hover {
	opacity: 1;
	text-decoration: underline;
}

/*iconあり*/
.dropmenu .icon_navi {
		text-align: left !important
	}	
	
.icon_navi .text_link a {
	color: #666666 !important;
	letter-spacing: 0em !important;;
	line-height:1.2 !important;
	display: block !important;
	font-weight: 400 !important;
	text-align: left !important;
	margin-bottom: 15px !important;
	position: relative !important;
	padding-left: 25px !important;
}
	
.dropmenu .icon_navi .img_link {
	margin-left: 0.1em;
	width: 20px;
	height: auto;
	padding: 0;
	}
.dropmenu .icon_navi .img_link a {
	padding-left: 5px !important;
	padding-top: 5px;
	}	
.dropmenu .icon_navi .img_link img:hover {
	opacity: 0.5 !important;
	border-bottom: 1px solid #707070;
	}	
	
.dropmenu li div p .img_link a::before,	
.dropmenu .img_link a::before {
	display: none !important;
	content: none;
}	
	
.dropmenu .icon_navi span {
		display: inline-block !important;
	vertical-align: bottom;
	}	
	

.dropmenu li div.box-nav a {
	opacity: 1;
}

	
	

#fade-in2 li div {
  opacity: 0;
  top: 80%;
  visibility: hidden;
  transition: .5s;
}

#fade-in2 li:hover div {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
		
		
	


}



@media screen and (max-width: 767px) {
    body {
		background-size: auto 300px;
    }

.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.wc_anctxt {
	display: block; 
    position: relative;
    top: -110px;
    visibility: hidden;
	height: 1px;
}
	
	
/*header*/

	#header {
		padding-top: 53px;
		padding-bottom: 0px;
	}

#page-header {
	position: static;
	height: auto;
}

.header-wrap {
	width: 100%;
	position: fixed;
left: 0px;
top: 0px;
	background-color: #FFF;
}

#header .sticky {
    position: static;
}

.header-left {
	padding-left: 10px;
	padding-top: 0px;
}
		


.header-left img {
	height: 53px;
	width: auto;
}

.header-right {
	display: none;
}

	.contents-box {
		font-size: 14px;
	}	
	
	.contents-box p {
		font-size: 14px;
	}	



    /**
     * HEADER
     */
    #header {
	width: 100%;
    }
        .logo-header {
			
        }
		


            
			.header .h_submenu-wrap {
			display: none;
			}
			
		.header .h_sublogo {
	
    }	
	.header .h_sublogo span {
	max-width: 100%;
    }	
			
		.header .h_sublogo img {
	padding-left: 5%;
	max-width: 100%;
	height: auto;
    }
	
	
#nav {
	width: 100%;
}

#nav .pc-view {
    display: none;
}

    /**
     * GLOBAL NAVI
     */
    ._global-navi {
        margin-bottom: 0;
    }
        ._global-navi p.menu,
        ._global-navi p.close {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
        }
        ._global-navi p.close {
            display: none;
        }
            ._global-navi p.menu img,
            ._global-navi p.close img {
                height: 38px;
				width:auto;
				
            }
        ._global-navi ul {
	width: 100%;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	/*background: rgba( 255, 255, 255, .95 );*/
	border-top: 1px solid #B3B3B3;
	z-index: 100000;
        }
            ._global-navi li {
	position: relative;
	display: block;
	float: none;
	background: rgba( 255, 255, 255, .95 );
            }
			
            ._global-navi li:before {
                content: none;
            }
                ._global-navi li a {
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	line-height: 50px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #B3B3B3;
	display: block;
	clear: both;
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 0;
	padding-left: 5%;
	float: none;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
                }
				
	._global-navi li a.s-menu {
	padding-left: 20px;
	width: 100%;
	color: #f37329;
	font-weight:bold;
                }
				
				._global-navi li a.s-menu:before {
					content:"・";
                }
				
				._global-navi div a {
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	padding-right: 0%;
	padding-left: 8%;
	float: none;
	color: #8c6239;
                }
				
				._global-navi li.sub {
					background: rgba( 200, 200, 200, .8 );
                }
				
           
            ._global-navi li.close {
                text-align: center;
                padding: 15px 0 0;
            }
                ._global-navi li.close a {
                    display: inline-block;
                    line-height: 1;
                    border: none;
                    background: none;
                    padding: 0;
                }
                    ._global-navi li.close a img {
                        height: 77px;
						width:auto;
                    }
        /**
         * MENU VIEW
         */
        ._global-navi.menu_view ul,
        ._global-navi.menu_view p.close {
            display: block;
        }
        ._global-navi.menu_view p.open {
            display: none;
        }


	
/* main-img */

/* main-img */

.main-img {
	width: 100%;
}

.main-img img {
	width: 100%;
	height: 160px;
}

/* title-box */

.title {
}

.title h2 {
	font-size: 30px;
}

.title h3 {
	font-size: 15px;
	letter-spacing: 0.15em;
}

	
	
/*contents*/
 


.contents {
	width: 100%;
}
	

/*main-contents*/

.main-contents {
	width: 100%;
	padding-top: 40px;
}
	
.main-box {
	width: 100%;
}



/*subcontents*/

.subcontents {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom:30px;
}

/*link-box*/


.subcontents .link-box {
	width: 100%;
}

.subcontents .link-box h3 img {
	width:auto;
}

.link-box ul li {
	width: 100%;
}

.link-box .lv3 {
	width: 95%;
}


/* contact-guide */

.contact-guide {
	width: 92%;
	height: 250px;
}

.contact-guide h3 {
	font-size: 35px;
}

.contact-guide h5, .contact-guide h5 a {
	font-size: 30px;
}

.contact-guide h5::before {
	font-size: 18px;
}
	
.contact-guide h6 img {
	height: 35px;
	width: auto;
}
	
.area-box {
	width: 92%;
	margin-bottom: 50px;
	font-size: 14px;
}

.area-box p {
	font-size: 14px;
}
	
.area-box img {
	width: 100%;
	height: auto;
}

.area01 {
}

.area02 {
	border: 1px solid #666;
	padding: 3%;
}

.area03 {
	text-align: center;
}

.area04 {
	display: block;
}

.area04 .contents-left {
	width: 100%;
	margin-bottom: 20px;
}

.area04 .contents-right {
	width: 100%;
}

.area05 {
	display: block;
}

.area05 .contents-left {
	width: 100%;
	margin-bottom: 20px;
}

.area05 .contents-right {
	width: 100%;
}

.area06 {
	display: block;
}

.area06 .box {
	width: 100%;
	margin-right: 0%;
}

.area06 .box:last-child {
	margin-bottom: 0px;
}


.area07 {
	display: block;
}

.area07 .box {
	width: 100%;
	margin-right: 0%;
}

.area07 .box:last-child {
	margin-bottom: 0px;
}

.area08 {
	display: block;
}

.area08 .box {
	width: 100%;
	margin-right: 0%;
}

.area08 .box:last-child {
	margin-bottom: 0px;
}


.area09 {
	display: block;
}

.area09 .box {
	width: 100%;
	margin-right: 0%;
}

.area09 .box:last-child {
	margin-bottom: 0px;
}

.area10 {
	display: block;
}

.area10 .box{
	width: 100%;
	margin-right: 0%;
}

.area10 .box:last-child {
	margin-bottom: 0px;
}

.area11 {
	display: block;
}

.area11 .box {
	width: 100%;
	margin-right: 0%;
}

.area11 .box:last-child {
	margin-bottom: 0px;
}

.area12 {
	display: block;
}

.area12 .arrow{
	width: 47px;
	margin: 20px auto;
}

.area13 {
	display: block;
}

.area13 .contents-left {
	width: 100%;
	margin-bottom: 20px;
}

.area13 .contents-right {
	width: 100%;
}

.area14 {
	display: block;
}

.area14 .contents-left {
	width: 100%;
	margin-bottom: 20px;
}

.area14 .contents-right {
	width: 100%;
}

.area16 table {
	width: 100%;
	border-top-style : solid;
	border-top-color :  #999999;
border-top-width : 1px;
}

.area16 table td {
	font-size: 14px;
	padding: 12px 8px;
	border-left-style: none;
	border-right-style: none;
}

.area16 table td.left {
	white-space: normal;
}

.area163 table td.left {
}

.area16 table tr td.end {
}

.area16 table tr.top td {
}

.area16 table tr.top td.left {
}


.area162 table {
	width: 100%;
}

.area162 table td {
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	display: block;
	clear: both;
}

.area162 table td.left {
}



/*table-a*/

.table-a {
}

.table-a table {
	border-bottom-style: none;
}

.table-a table td {
	display: block;
	clear: both;
	padding-left: 5%;
	padding-right: 5%;
	border-top-style: none;
}

.table-a table td.left {
	border-bottom-style: none;
}





.area17 {
	margin-bottom: 0%;
}

.area17 .box {
	width: 100%;
	margin-bottom: 10%;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.area17 .box > p {
	width: 100%;
	padding-top: 2%;
}


.area18 table {
	width: 100%;
}

.area18 table td {
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 1%;
}



/*midashi*/

.midashi01-box {
	margin-bottom: 25px;
	width: 100%;
}

.midashi01 {
	font-size: 24px;
}

.midashi01::before {
	margin-right: 20px;
}

.midashi01::after {
	margin-left: 20px;
}

.midashi01-box p {
	font-size: 16px;
}

.midashi02 {
	width: 94%;
	padding: 10px 20px;
	font-size: 17px;
letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.midashi03 {
	width:92%;
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-bottom: 13px;
}

.midashi03::before {
top: 6px;
	width: 7px;
	height: 7px;
}

.midashi04 {
	width:92%;
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 15px;
}

.midashi04::before {
top: 8px;
}


	
h6.btn01 a {
	font-size: 14px;
	letter-spacing: 0.05em;
	padding: 12px 40px;
background-position: right 20px center;
	background-size: auto 15px;
}



/*photo-box*/

.photo-box {
	margin-bottom: 0px;
	padding-bottom: 10%;
}

.p-img img {
}

.p-img2 img {
	border: 5px solid #FFF;
	width: 95%;
	height:auto;
}


/*line-box-contents*/

.line-box-contents {
	width: 92%;
	margin-bottom: 3%;
}


/*cb-box*/


.cb-box {
	width: 92%;
}

.cb-box p {
	width:115px;
	height:auto;
	margin-bottom:15px;
}

.cb-box p img {
	width:115px;
	height:auto;
}

/*btn-top*/
	
	.pagetop_btn {
		bottom: 10px;
		right: 5px;
	}


#footer {
	width: 100%;
	text-align: center;
}

#footer .sns {
	padding: 30px 0px;
}

#footer .sns .box {
	margin: 0px 10px;
}

#footer .footer p {
	font-size: 10px;
}

      
}

/*youtube回避*/
body.wcedit_400228858101 .youtube,
body.wcselect_400228858101 .youtube,
body.wcarea_400228858101 .youtube,
body.wcedit_400228858101 .gmap,
body.wcselect_400228858101 .gmap,
body.wcarea_400228858101 .gmap {
    height: 50px !important;
    max-width: 1080px;
    padding: 20px 0 !important;
    font-size: 16px !important;
}
body.wcedit_400228858101 .youtube::before,
body.wcselect_400228858101 .youtube::before,
body.wcarea_400228858101 .youtube::before,
body.wcedit_400228858101 .gmap::before,
body.wcselect_400228858101 .gmap::before,
body.wcarea_400228858101 .gmap::before{
    padding-top: 0 !important;
}
.contact_mail_btn {

}
.contact_mail_btn a {
	margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem 1rem 5.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 30px;;
	width: 400px;
	background-image: url("../images/bg_gradation.jpg");
	background-position: center center;
	background-color: #3945CC;
}

.contact_mail_btn a:before{
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../images/mailicon.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: top left;
	left: 15%;
	top:34%;
	
}


@media screen and (max-width:767px){
	.contact_mail_btn a {
		width: 90%;
		padding: 2.5rem 3rem 0.5rem 3rem;
		font-size: 15px;
		border-radius: 50px;;
	}
	.contact_mail_btn a:before{
	left: 47%;
	top:12%;
}
}
.botan41 a{	
	font-size: 18px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	display: inline-block;
	padding: 15px 0px;
	padding-left: 30px;
	background-color: #0575c1;
	position: relative;
	margin-top: 20px;
	width: 400px;
	transition: .5s;
	text-align: center;
}

.botan41 a:hover {
	background-color: #000;
	opacity: 1;
}

.botan41 a::before {
	content: "";
	position: absolute;
left: 60px;
top: 0px;
	background-image: url("../images/icon-shopping.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 25px;
	width: 27px;
	height: 100%;
}