@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho+B1:wght@400;500;600;700&family=Square+Peg&display=swap');
/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.5rem;
	font-family: 'Lato',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif!important;
	position: relative;
	font-weight: 500;
	letter-spacing: 1px;
}



.peg{
	font-family: 'Square Peg', cursive!important;
	
}

.lato{
	font-family: 'Lato', sans-serif!important;
}

.ship{
	font-family: 'Shippori Mincho B1', serif!important;
}

.noto{
	font-family: 'Noto Sans JP', sans-serif!important;
}

/* color */

.white{
color:#fff;	
}
.yellow{
	color:#FFD138;
}
.yellow2{
	color:#F0EAC1;
}
.gray{
	color:#9D9D9D;
}


.bggra{
	background:#F8F8F8;
}
.bgye{
	background:#E3B829;
}
.bgbla{
	background:#333333;
}


/*リンク表示方法*/

a {
	text-decoration: none;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {opacity: 0.7;}

.hLogo a:hover{
	opacity:1;
}

.hLogo a:hover img{
	opacity:1;
}

a:hover img {
	opacity: 0.7;
}


/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc {
	display: block;
}

.sp, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0;
	width: 94%;
	margin: 30px auto 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	z-index: 99;
}

.hLogo{
	max-width:170px;
}

.headerUl {
	margin: 0 0 0;
}

.headerUl:after {
	content: '';
	display: block;
	clear: both;
}


.logo {
	width: 234px;
}

.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.headerdiv{
	display:flex;
	width: 70%;
	margin-left: auto;
	max-width: 700px;
	justify-content: space-between;
	margin-right: 5%;
}

.header-nav{
width: 80%;
}

.header-nav ul{
	display:flex;
	width: 100%;
	justify-content: space-between;
}

.header-nav li a{
	color:#fff;
	font-size: 1.6rem;
}

.header-sns {
	display:flex;
	margin: 0 0 0 30px;
}

.header-sns img{
	width:27px;
}

.header-sns dt{
	margin-right:20px;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0px auto 0;
	/* height: 100vh; */
	position: relative;
	min-height: 800px;
}

#cover:before{
	position:absolute;
	content:"";
	background:url(../img/moya.png)no-repeat;
	width: 100%;
	height: 184px;
	background-size: cover;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.covcon{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.sld1{
	width: 100%!important;
	height: 100vh!important;
	min-height: 800px;
    background: url(../img/mv1.jpg)no-repeat center;
    background-size: cover;
}

.sld2{
	width: 100%!important;
	height: 100vh!important;
	min-height: 800px;
	background: url(../img/mv2.jpg)no-repeat center;
	background-size: cover;
}

.sld3{
	width: 100%!important;
	height: 100vh!important;
	min-height: 800px;
    background: url(../img/mv3.jpg)no-repeat center;
    background-size: cover;
}
.sld4{
	width: 100%!important;
	height: 100vh!important;
	min-height: 800px;
	background: url(../img/mv4.jpg)no-repeat center;
	background-size: cover;
}


.covab{
	position:absolute;
	font-size: 9.8rem;
	left: 10%;
	transform: rotateZ(-10deg);
	bottom: 65px;
}

#cover h2{
	font-size: 7.5rem;
	font-weight:500;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: fit-content;
	width: fit-content;
}

.ten{
	position:relative;
	padding: 30px 0;
}

/* .ten:before,.ten:after{
	position:absolute;
	content:"“";
	-ms-writing-mode: initial;
	writing-mode: initial;
	line-height: 1;
	color: white;
	z-index: 90;
}

.ten:before{right: 10px;top: 5px;}

.ten:after{left: 10px;bottom: -25px;} */

.tentop,.tenbot{
	-ms-writing-mode: initial;
	writing-mode: initial;
	line-height: 0;
	color: white;
	position: relative;
}

.tentop{
    top: 0;
    right: -20px;
}

.tenbot{
    left: -20px;
    bottom: -30px;
}

.covmid{
	padding-top:60px;
	position: relative;
}

.covleft{
	padding-top:130px;
}


#cover nav{
	position:absolute;
	left: 60px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: fit-content;
}

#cover nav li{
	margin:15px 0;
}

#cover nav a{
	color:#fff;
	font-weight: 500;
}

#cover dl{
	position:absolute;
	left: 60px;
	bottom: 100px;
}

#cover dl dt{
	margin-bottom:30px;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 80px auto 0;
}

.inner{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.mainTit{
	font-size: 3.2rem;
	line-height: 1;
}

.mainTit .titsp{
	font-size: 1.5rem;
	display: block;
	text-align: left;
	margin-top: 20px;
}

.mainTit2{
	font-size: clamp(35px, 3vw ,54px);
	line-height: 1;
	text-align: center;
	letter-spacing: 0.8px;
}

.mainTit2 span{
	font-size: 1.5rem;
	display: block;
	text-align: center;
	margin-top: 10px;
}

.ver{
	    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.nover{
		    -ms-writing-mode: initial;
		    writing-mode: initial;
}

.content01{
	margin: 110px 0 80px 0;
}

.content01 .mainTit{
	margin-bottom:60px;
	padding-top: 40px;
}

.btn1{
	text-decoration:none;
	position:relative;
	display: flex;
	height: 42px;
	align-items: center;
	padding-right: 62px;
	width: fit-content;
}

.btn1:before{
	background:#000;
	width:42px;
	height:42px;
	position:absolute;
	content:"";
	border-radius:50%;
	right: 0;
}

.btn1:after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  transform: rotate(45deg);
  right: 17px;
}

.co1d{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}

.co1d .right{
	max-width:860px;
	width: 69%;
}

.co1d .right li{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	align-items: center;
}

.co1d .right li:hover{
	opacity:0.7;
}

.date{
	color:#7B7B7B;
	font-weight:700;
}

.tag{
	font-size:1.2rem;
	background:#F5F5F5;
	font-weight:500;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 0 10px;
}

.title{
	font-weight:500;
	width: 65%;
}


.content02{
	background: url(../img/bg2.jpg)no-repeat top #F8F8F8;
	padding: 170px 0;
	margin-top: -130px;
	position: relative;
	z-index: 1;
}

.content02:before{
	position:absolute;
	content:"";
	width:625px;
	height:220px;
	background:url(../img/龍水園.png)no-repeat;
	background-size:contain;
	bottom:160px;
	right:-45px;
	z-index: -1;
}

.co2d{
	display:flex;
	align-items: center;
}

.co2d .text{
	max-width:550px;
	width:50%;
	margin-left: 8%;
	margin-right: 9%;
}

.co2d .text p{
	margin: 40px 0;
	line-height: 2.5;
}

.content02 .verab{
	right: 5%;
	top: 0%;
	bottom: 0;
	margin: auto;
	height: fit-content;
}

.verab{
	position:absolute;
}

.content03{
	padding: 120px 0 0;
	/* background: url(../img/bg3.jpg) no-repeat center top; */
	position: relative;
}

.content03 .co3ab{
	position:absolute;
	color:#D9D9D9;
	font-size:18rem;
	line-height: 1.45;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	z-index: 1;
}

.co3d{
	background:#F8F8F8;
	padding: 75px 30px 55px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 1024px;
	width: 100%;
	margin: auto;
	position: relative;
	border-radius: 5px;
}

.co3d .verab{
	left: 20px;
	font-size: 1rem;
	letter-spacing: 1px;
}

.co3d .left{
	margin-right:80px;
	max-width: 435px;
	width: 80%;
	margin-left: 10px;
}

.co3d .mainTit{
	font-size:3.2rem;
}

.upbar{
	position:relative;
	padding: 30px 0 0;
}

.upbar:before{
	position: absolute;
	content:"";
	width:50px;
	height:2px;
	background:#333333;
	top:0;
	left:0;
}

.co3d .left p{
	line-height: 2.5;
	margin: 25px 0 40px;
}

.content04{
	padding: 100px 0 10px;
}

.co4d{
	display:flex;
	justify-content: space-between;
	border-bottom: 1px solid #9D9D9D;
	border-radius: 2px;
	padding-bottom: 25px;
	align-items: end;
	margin-bottom: 50px;
}

.content04 .mainTit{
	line-height: 1.2;
}

.content04 .mainTit .big{
	display:contents;
	font-size: 6.8rem;
}

.content04 .titsp{
	margin-top:15px;
}

.co4p1{
	line-height: 2;
	max-width: 435px;
	letter-spacing: 1.2px;
}

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

.content04 li{
	width: 23.334%;
	margin-bottom: 80px;
	position: relative;
	padding-bottom: 70px;
}

.content04 li .img{
	box-shadow: 0 3px 10px #0000001a;
}

.content04 li .text{
	margin-top:20px;
}

.content04 li h3{
	font-size:2rem;
}

.content04 li .lebar{
	padding-left:30px;
	position:relative;
}

.content04 li .lebar:before{
	position:absolute;
	content:"";
	background:#333;
	width:5px;
	height:24px;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	
}

.co4p2{
	margin: 20px 0;
	font-weight:700;
}

.co4p3{
	line-height: 2;
}

.co4btn{
	position:absolute;
	width: 100%;
	bottom: 0;
}

.btn2{
	background:#333;
	color: #fff!important;
	text-decoration: none;
	font-weight: 700;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	position: relative;
	margin: auto;
	max-width: 240px;
}

.btn2:before{
	transform: rotate(45deg);
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.co5d{
	display:flex;
	padding: 50px 5% 50px 30px;
	justify-content: flex-end;
	position:relative;
	align-items: center;
}

.co5d .text{
	max-width:435px;
	margin-right: 0%;
	margin-left: 10px;
}

.co5d .text p{
	margin:30px 0 40px;
	line-height:2.5;
	letter-spacing: 1.45px;
}

.co5d .img{
	width: 50%;
	text-align: end;
}


.co5d .verab{
	left: 10px;
	font-size: 1rem;
	letter-spacing: 1px;
}

.qanda-bnr{
	background:url(../img/co61.jpg)no-repeat;
	max-width: 800px;
	width: 95%;
	margin: 120px auto 200px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.qanda-bnr:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:#00000026;
	top:0;
	left:0;
	transition:.7s;
}

.qanda-bnr:hover:before{
	background:none;
}

.qanda-bnr a:hover{
	opacity:1;
}

.qanda-bnr a:before{
	background:#fff;
	width:42px;
	height:42px;
	position:absolute;
	content:"";
	border-radius:50%;
	right: 48px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.qanda-bnr a:after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  transform: rotate(45deg);
  right: 65px;
  top: 0;
  margin: auto;
  bottom: 0;
}

.qanda-bnr a{
	display:block;
	width: 100%;
	position: relative;
	padding: 50px 6% 50px 10%;
}

/* 固定バナー */

.floating{left: 0;right: 0;margin: auto;width: 90%;display: flex;justify-content: center;max-width: 1200px;z-index: 40;}

.floating ul{
	display:flex;
	align-items:center;
	width: 100%;
}

.floating li{
	position: relative;
	max-width: 600px;
	width: 50%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.floating li.bgye{
	border-radius: 20px 0 0 0;
}

.floating li.bgbla{
	border-radius: 0 20px 0 0;
}

.floating li:hover{
	opacity:0.7;
}

.lista{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.flex{
	display:flex;
}

.floating li .flex{
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

.floating li .flex img{
	width:28px;
	margin-right: 15px;
}

.fcp1{
	font-size:1.3rem;
	font-weight: 700;
}

.fcp2{
	font-size:3.2rem;
}

/* サイドバナー */

.side-bnr{
	position:fixed;
	right: 0;
	width: fit-content;
	bottom: 20%;
	border-radius: 20px 0 0 20px;
	z-index: 50;
}

.side-bnr a{
	display:flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 230px;
	font-size: 1.4rem;
	font-weight: 700;
}

.side-bnr a img{
	margin-left:10px;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	padding: 100px 0 60px;
	background: #333;
	margin: 80px auto 0;
}

footer .logo {
	width: 170px;
	margin-bottom: 50px;
}

.fod{
	display:flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
}

.fol{width:48%;font-size: 1.3rem;}

.fol li{
	padding: 7px 0;
}

.fol .add{
	margin-bottom:30px;
}

.fol .folul{
	margin-bottom:45px;
}

.for{
	max-width: 470px;
	width: 48%;
}

.for iframe{
		max-width: 470px;
	max-height: 290px;
	width:100%;
}

.fod2{
	margin-top:40px;
	display: flex;
	justify-content: space-between;
}

.fod2 a{
	color:#fff;
}

.fod2 ul{
	display:flex;
	max-width: 860px;
	justify-content: space-between;
	width: 72%;
}

.fod2 dl{
	display:flex;
	justify-content: center;
	align-items: center;
}

.fod2 dl img{
	width:18px;
}

.fod2 dt{
	margin-right: 20px;
}

.copyright {
	background: #333;
	color: #fff;
	text-align: right;
	padding: 30px 0 0;
	font-size: 1.4rem;
	letter-spacing: 1px;
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
    width: 95%;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
    font-weight: 700;
    font-size: 1.5rem;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    font-weight: 700;
}

.pankuzu li a:hover {
    color: #0071BC;
}


/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	max-width: 280px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #333;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #555;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}


#msg,#msg02 {
	height: 240px;
}



textarea {
	width: 100%;
	padding: 15px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	height: 55px;
	padding: 15px;
	width: 100%;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
	font-size: 1.5rem;
	font-weight: 500;
}
.contact02 .form02 dl dd,
.contact02 .form03 dl dd,
.contact02 .form04 dl dd,
.contact02 .form05 dl dd{
    width: 95%;
    max-width: 70%;
}
.w320 {
    max-width: 320px!important;
    margin: 0 auto 0 0!important;
}
button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(./../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./../img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(../img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(../img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(./../img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}



/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.titH3{
font-size: 2.6rem;
text-align: center;
}

.conteBox{
	margin-bottom:120px;
}

.leadTxt {
	margin: 30px auto 0;
	max-width: 910px;
	font-size: 1.5rem;
	letter-spacing: 1.5px;
	line-height: 31px;
}
.glayBg {
    background: #F8F8F8;
    padding: 55px 0;
    margin: 35px 0 220px;
}

.privacy dt:not(:first-child) {
    margin-top: 35px;
}
.privacy #main dl{
	max-width: 800px;
	margin: 35px auto 0;
}

.privacy #main dt{
	font-size: 2.3rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
	/* margin-top: 35px; */
	font-weight: bold;
}

.privacy #main dd{
	font-size: 1.5rem;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
	line-height: 31px;
}

/* 下層 */

.article header{
position: relative;
background: #333;
width: 100%;
margin: 0 auto;
padding: 10px 60px;
}

.article .headerdiv{
	display:flex;
	width: 100%;
	margin-left: auto;
	max-width: 885px;
	justify-content: space-between;
	margin-right: 18.5%;
}

.header-nav{
width: 100%;
}

.cover2{height: 320px;display: flex;align-items: center;width: 100%;}

.privacy .cover2{
	background: url(../img/privacy/mv.jpg)no-repeat center;
	background-size: cover;
}

.news .cover2{
	background: url(../img/news/mv.jpg)no-repeat center;
	background-size: cover;
}

.about .cover2{
	background: url(../img/about/mv.jpg)no-repeat center;
	background-size: cover;
}

.contact .cover2{
	background: url(../img/contact/mv.jpg)no-repeat center;
	background-size: cover;
}

.service .cover2{
	background: url(../img/service/mv.jpg)no-repeat center;
	background-size: cover;
}



.cover2 h2{
	margin-left: 19%;
	display: flex;
	flex-direction: column;
	font-size: 4.2rem;
	line-height: 68px;
	letter-spacing: 4px;
	padding-top: 40px;
}

.cover2 h2 span{
	font-size:2.5rem;
	line-height:30px;
	letter-spacing: 2px;
}

/* news */

.news1 {
    margin: 0 0 160px;
}
.news1 .inner{
display: flex;
justify-content: space-between;
}

.news1 .left{
max-width: 860px;
width: 74%;
}

.news1 .right{
max-width: 260px;
width: 25%;
}

.newsul li{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	align-items: center;
}

.newsul li:hover{
	opacity:0.7;
}

.cate-div{
margin-bottom: 50px;
}

.cate-div p{
height: 55px;
font-size: 1.6rem;
font-weight: 900;
display: flex;
align-items: center;
padding-left: 30px;
margin-bottom: 25px;
}

.cate-div li{
padding-left: 20px;
margin: 10px 0 10px 25px;
position: relative;
}

.cate-div li:before{
	transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 2px #F0BD5B;
    border-right: solid 2px #F0BD5B;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.newsul{
	margin-bottom:60px;
}

/* pager */
.pagination-list{
	display:flex;
	margin: 50px auto 0px;
	width: fit-content;
}

.pagination-list a{
	text-decoration:none;
}

.page-numbers{
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	width: 42px;
	height:42px;
	margin: 0 7px;
	transition: 0.7s;
	opacity: 1!important;
}

.page-numbers.current ,.page-numbers:hover{
	background:#F0BD5B;
	color:#fff;
}

.page-numbers.dots:before{
	display:none;
}

.news-title{
	width:100%;
	border-bottom:2px solid #333333;
	margin-bottom:45px;
}

.news-title .date{
	font-size:1.8rem;
}

.news-title .tag{
	font-size:1.3rem;
}

.news-title .title{
	font-size:2.3rem;
	font-weight:700;
	padding:20px 0 15px;
}

.news-text{
	max-width:800px;
	margin: 0 auto 145px;
	width:95%;
}

.news-text img{
	margin-bottom:45px;
}

.news-text p{
	font-size:1.5rem;
	line-height:31px;
	letter-spacing:1.5px;
	margin-bottom:30px;
}

.pager{
	display:flex;
	align-items: center;
	justify-content: space-between;
	max-width: 500px;
	margin: auto;
	width: 95%;
}

.pagerli{
	position:relative;
	font-weight: 700;
	letter-spacing: 1.5px;
	font-size: 1.5rem;
}

.pagerli:hover{
	opacity:0.7;
}

.pagece{
	max-width:240px;
	width: 65%;
	display:flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	border-radius: 50px;
	height: 55px;
	font-weight: 900;
	font-size: 1.6rem;
}

.about1{
	
}

.about1-div{
	display:flex;
	padding: 50px 15% 50px 10%;
	justify-content: space-between;
	align-items: center;
	background: #F8F8F8;
	margin-top: 50px;
}

.about1-div .text{
	width: 49%;
	max-width: 435px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0px;
}

.about2, .about3{
	margin-top:120px;
}

.about2-div{
	background:url(../img/about/bg2.png)no-repeat center;
	background-size:contain;
	max-width: 767px;
	margin: 60px auto 0;
	width: 95%;
}

.about2 p{
	font-size:1.5rem;
	font-weight:400;
	max-width: 437px;
	width: 100%;
	margin: 0 auto 28px;
	line-height: 36px;
	letter-spacing: 1.9px;
}
.about-map iframe {
    max-width: 960px;
    width: 100%;
    height: 460px;
}

.about-map {
    text-align: center;
    margin: 50px 0 0;
}

.about3 {
    margin-bottom: 220px;
}

.about3-div {
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
}

.about3p1 {
    margin: 20px 0;
}

.ab3-flex {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}

.ab3-flex p {
    font-weight: bold;
}
.ab3d.right {
    border-left: 1px dashed #D9D9D9;
    width: 47%;
    padding: 0 0 0 30px;
}

.ab3d.left {
    width: 45%;
}



/*service*/
.service01 .text {
    text-align: center;
    margin: 50px 0 150px;
    text-align: center;
    font-weight: bold;
    line-height: 45px;
    margin: 50px 0 50px;
}

.service02 h3 {
    border-left: 3px solid;
    font-size: 2.3rem;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    letter-spacing: 1px;
}

.kome li {
    list-style: "※";
    margin: 0 0 0 1em;
}

.kome li:not(:last-child) {
    margin-bottom: 15px;
}

.kome {
    margin: 40px 0;
}
.soryoBox button {
    display: block;
    text-align: center;
    background: #333;
    padding: 25px 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 0px;
    border:2px solid #333;
    width: 100%;
    cursor: pointer;
}
.hyo {
    margin: 70px 0 0;
}
.soryoBox button:hover {
    opacity:1;
	background:#fff;
	transition:.3s;
	color:#333;
}
.soryoBox button {
    position: relative;
}

.soryoBox button:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    right: 40%;
    transform: rotate(135deg);
    top: 40%;
}
.soryoBox button:hover:after{
        border-top: solid 2px #333;
    border-right: solid 2px #333;
    transition:.3s;
}
.service02 {
    margin: 0 0 160px;
}

.service03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0 0;
}
.service03 ul li:after {
  content:"";
  display:block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #E3B829;
  position:absolute;
  right: -11%;
  top: 50%;
}
.service03 ul li:nth-child(3):after,
.service03 ul li:nth-child(4):after,
.service03 ul li:nth-child(5):after{
  display:none;
}
li.w630 dd ul li:after {
	display:none!important;
}
.service03 ul li {
    width: 29.17%;
    /* max-width: 280px; */
    margin: 0 0 50px;
    position: relative;
}
li.w630 {
    width: 100%!important;
    max-width: 65.5%!important;
    background: #F8F8F8;
    padding: 0 35px 0;
}
li.w630 dd ul .bold {
    font-weight: bold;
}
li.w630 dd ul {
    margin: 0;
    font-size: 1.3rem;
    flex-wrap: wrap;
}
li.w630 dd ul li:nth-child(2),li.w630 dd ul li:first-child {
    border-right: 1px solid;
}

li.w630 ul li {padding: 0 20px 0px 0px;margin: 0 0 20px;width: 31.3%;}
.service03 ul li.w630 dd {
    width: 100%;
}
.red {
    color: #D92424;
    font-weight: bold;
}

.small {
    font-size: 1.2rem;
}

.service03 ul li dt {
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: 2px solid;
    margin: 0 0 20px;
    min-height: 60px;
    display: flex;
    align-items: baseline;
}
.service03 ul li.w630 dt {
    align-items: end;
}
.service03 ul li dt span {
    font-size: 3.5rem;
    font-family: 'Lato';
    font-style: normal;
    letter-spacing: 0.8px;
    margin: 0 10px 0 0;
}

.service03 ul li dd span {
    display: block;
    margin: 15px 0 0;
}

.service03 ul li dd {
    width: 100%;
}

.service03 .inner,.service04 .inner  {
    max-width: 960px;
}


.service03 ul li:nth-child(4),.service03 ul li:last-child {
    margin: 0;
}

.service03 {
    margin: 0 0 145px;
}

.service04 .text {
    text-align: center;
    font-weight: bold;
    line-height: 45px;
    margin: 50px 0 0;
}

.service04 {
    background: url(../img/service/co4_bg.png)no-repeat #f8f8f8;
    width: 100%;
    background-size: cover;
    padding: 100px 0;
    background-position: bottom;
    margin: 0 0 100px;
}

.aboutnashigari table {
    width: 100%;
    border: 1px solid #E2E2E2;
    margin: 50px 0 20px;
}

.aboutnashigari td {max-width: 530px;background: #fff;padding: 20px;border-bottom: 1px solid #E2E2E2;}

.aboutnashigari td span {
    display: block;
    text-indent: -1em;
    margin: 0 0 0 1em;
}
.aboutnashigari td .bold {
    font-weight: bold;
    margin-bottom: 10px;
}
.aboutnashigari .mid {
    background: #333;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid;
}
.aboutnashigari .border_none td {
    border-bottom: none!important;
}
.beige_bg {
    background: #EFEDE9;
    max-width: 360px;
    padding: 10px 0;
}

.beige_bg dl {
    display: flex;
    justify-content: space-around;
}

.beige_bg dl dt {
    width: 200px;
}

.beige_bg dl dd {
    font-weight: bold;
}
.aboutnashigari .kome {
    margin: 0;
}


/*Q&A*/


/*ボックス全体*/
.accordion-box ul li label {
    background: #E3B829;
    border-radius: 5px 5px 0 0;
}
/*ラベル*/
.accordion-box label {
    display: block;
    cursor :pointer;
    padding: 20px;
    font-weight: 800;
    position: relative;
}
/*チェックボックスを非表示にする*/
.accordion-box input {
    display: none; 
}
/*中身を非表示にしておく*/
.accordion-box div {
    height: 0;
    overflow-y: hidden;
    transition: 0.3s;/*表示するスピード*/
    opacity: 0;
    font-weight: 400;
}
/*クリックで中身を表示*/
.accordion-box input:checked + label + div {
    height: auto;
    opacity: 1;
    padding: 20px;
}
/*アイコン*/
.accordion-box label::after {
    content: "＋";
    padding-right: 8px;
    position: absolute;
    right: 0;
    color: #ffffff;
    font-size: 2.3rem;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-box label span:before {
    content: "Q.";
    color: #333;
    margin: 0 20px 0 0;
    font-family: 'Lato';
    font-style: normal;
    font-size: 2.4rem;
    line-height: 20px;
    letter-spacing: 1.55px;
}

.accordion-box label span {
    display: flex;
    font-size: 1.6rem;
}
.accordion-box div:before {
    content: "A.";
    color: #C68D51;
    margin: 0 20px 0 0;
    font-family: 'Lato';
        margin: 0 20px 0 0;
    font-family: 'Lato';
    font-style: normal;
    font-size: 2.4rem;
    line-height: 20px;
    letter-spacing: 1.55px;
}
.accordion-box div {
    display: flex;
    background: #F8F8F8;
}

/*クリックでアイコン入れ替え*/
.accordion-box input:checked + label::after {
    content: "－";
}

.content05 .mainTit,.content06 .mainTit {
    color: #111;
}

.content05.glayBg {
    padding: 50px 0;
}
.accordion-box li {
    margin: 0 0 50px;
}

.accordion-box {
    margin: 50px 0 0;
}

.service05 {
    margin: 0 0 220px 0;
}

/*contact*/


::placeholder {
  color: #BABABA
}

.formBtn {
    text-align: center;
}

.contact02 .inner {
    max-width: 1000px;
}

.contact01 {
    text-align: center;
    margin: 0 0 30px;
}

.contact01 h2 {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Noto Sans JP';
    margin: 0 0 30px;
}

.contact_btn {
    background: #F8F8F8;
    padding: 15px;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.contact_btn ul {
    display: flex;
    justify-content: center;
    gap: 0 3%;
    position: relative;
}

.contact_btn ul li button {
    text-align: center;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: 600;
    color: #333;
}

.contact_btn ul li {
    width: 45%;
    max-width: 280px;
    border-radius: 5px;
}

.contact_btn ul li.active {
    background: #E3B829;
    border: 1px solid #E3B829;
}

.contact_btn ul li {
    background: #fff;
    border: 1px solid #333;
}

.contact_btn h3 {
    margin: 0 0 10px;
}

.contact_btn ul li:first-child:after {
    content: "";
    display: block;
    border-left: 1px solid #D6D6D6;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.contact02 {
    margin: 0 0 220px;
}
.contact02 h4 {
    font-size: 2.3rem;
    background: #EFEDE9;
    padding: 10px 20px;
}
.contact02 h4 span {
    font-size: 1.3rem;
    margin: 0 0 0 30px;
}
.contact02 .formBox {
    border: 2px solid;
    padding: 50px 40px;
}

.contact02 dl {
    display: flex;
    padding: 0 0 0 20px;
    margin: 30px 0;
    align-items: center;
}

.contact02 dl dt {
    /* width: 40%; */
    min-width: 210px;
    font-weight: bold;
}
select {
    height: 50px;
    width: 100%;
    max-width: 320px;
}

.contact02 dl dd {
    width: 40%;
    max-width: 320px;
}

.form03 h4 {
    background: #E7F5F5;
}

.form03 label,.form04 label {
    padding: 0 0 0 20px;
    display: block;
    margin: 30px 0 0 10px;
    width: 100%;
}

.form03 label input {
    margin: 0 10px 0 0px;
}


.mycheckbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    position: relative;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid;
    border-color: #333; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    margin-top: 0;
    background: #333; /* チェックの色変更 お好きな色を */
    border-radius: 50%;
    top: 50%;
    left: 15px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.form04 h4 {
    background: #F4E4EE;
}
.plusbox01, .plusbox02,.plusbox03,.plusbox04{
    position: relative;
}
.delbox02, .delbox03, .delbox04,.delbox05{
    position: relative;
}
.pluralBtn {
    border: none;
    background: #333;
    color: #fff;
    width: 100%;
    padding: 20px 0 20px 50px;
    text-align: left;
    font-weight: bold;
    margin: 0 0 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

span.plus {
    display: flex;
    font-size: 1.8rem;
    border: 1px solid;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 15px;
    z-index: 1;
}
span.delet {
    display: flex;
    font-size: 1.8rem;
    border: 1px solid;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 15px;
}
.delbox01 {
    position: relative;
}
#input_pluralBox #input_plural:first-child span.plus {
	bottom: 15px;
}

.okurisaki #input_plural:not(:first-child) .pluralBtn.add {
    display: none;
}

.plusBox {
    position: relative;
}
div#input_plural {
    position: relative;
}
.okurisaki #input_plural:first-child .pluralBtn.del, .okurisaki #input_plural:first-child span.delet{
    display:none;
}
.form04 {
    position: relative;
}
.form06 dl dd {
    width: 95%;
    max-width: 70%;
}

.contact02 .form06 dl {
    align-items: flex-start;
}

.contact02 .form06 dl dt {
    margin: 10px 0 0;
}

.radioBtn {
    display: flex;
    margin: 30px 0 0 0px;
    padding: 0 10px 0 10px;
    width: 50%;
    max-width: 350px;
    justify-content: space-between;
}

.radioBtn label {
  position: relative;
  cursor: pointer;
  padding-left: 26px;
}

.radioBtn label::before,
.radioBtn label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radioBtn label::before {
  background-color: #fff;
  border:2px solid #333;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 5px;
}

.radioBtn label::after {
  background-color: #333;
  border-radius: 50%;
  opacity: 0;
  width: 6px;
  height: 6px;
  left: 10px;
}

.radioBtn input:checked + label::after {
  opacity: 1;
}

.visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}
.fcontactBtn.floating li {
    width: 100%;
    max-width: 100%;
    border-radius: 20px 20px 0 0;
}
.contact02 .contact_other dl dd {
    width: 100%;
    max-width: 100%;
}

.message li dl {
    align-items: flex-start;
}
.message li dl dt {
    margin: 10px 0 0;
}
#input_pluralBox #input_plural:first-child ul {
    margin: 70px 0 0;
}
.okurisaki {
    position:relative;
}

.okurisaki .mycheckbox {
    position: absolute;
    z-index: 1;
    top: 80px!important;
    left: 15px!important;
}



/*-- 固定ここまで --*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



.article .headerdiv{
	margin-right: 0%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	/* width: 100%; */
	max-width: 100%;
	height: auto;
}



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/


.logo {
	width: 28%;
}

.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}




/*-----------------------------------------------------------
nav
-----------------------------------------------------------*/


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.copyright small {
	width: 96%;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

.pankuzu {
	width: 98%;
}


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

.scroll-pane {
	width: 100% !important;
}


/* 中ページ
----------------------------------------------------------- */



.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 98%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 98%;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}

#cover h2{
	font-size: 5rem;
}

.covab{
	font-size: 7rem;
	left: 10%;
	bottom: 100px;
}

.content02:before{
	position:absolute;
	content:"";
	width: 310px;
	height: 100px;
	background:url(../img/龍水園.png)no-repeat;
	background-size:contain;
	bottom: 70px;
	right:-45px;
	z-index: -1;
}

.co2d .text{
	margin-left: 2%;
}

.co2d .img{
	width: 50%;
}

.content02{
	padding: 170px 0;
	margin-top: 0px;
}

.co3d .left{
	margin-right:40px;
}

.headerdiv{
	display:flex;
	width: 75%;
	margin-left: auto;
	max-width: 700px;
	justify-content: space-between;
	margin-right: 0;
}

.header-nav{width: 85%;}

.header-nav ul{
	display:flex;
	width: 100%;
	justify-content: space-between;
}

.header-nav li a{
	color:#fff;
	font-size: 1.4rem;
}

.article .header-nav li a{
	font-size: 1.2rem;
}

.header-sns {
	display:flex;
}



.header-sns dt{
	margin-right:20px;
}

.mainTit{
	font-size: 2.8rem;
	line-height: 1;
}

.privacy #main dl{
	padding: 0px 4% 0;
}

.article .header-nav{
width: 100%;
}

.article header{padding: 10px 25px;}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


.pc.headerdiv{
	display:none;
}

.contact_tb th {
	font-size: 70%;
}

#cover {
	min-height: 660px;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menudiv{
	  width: 55px;
	  height: 55px;
	  z-index: 9999;
	  background: #33333361;
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-items: center;
}
	
.menu-trigger {
  position: relative;
  z-index: 9999;
  height: 17px;
  width: 24px;
  display: block;
  margin: auto;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/*gnav*/
.gnav{
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
    background: #ffffffeb;
}

.gnav.active{
	display: block;
}

.gnav__menu{
	display: block;
	width: 100%;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: -35px;
}

nav .gnav__menu__item{
    margin: 30px auto 0;
    width: 95%;
    text-align: center;
}

.gnav__menu__item a{
    /* color: #ffffff; */
    font-size: 2rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0 0 25px 0;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.gnav__menu__item a:hover{
    color: #e62219;
}


.co1d{flex-direction: column;}

.co1d .right{
	width: 100%;
	margin-top: 20px;
}

.co2d{
	flex-direction:column-reverse;
}

.co2d .text{
	max-width:550px;
	width: 95%;
	margin: 0 auto 20px;
}

.co2d .img{
	width: 80%;
	max-width: 500px;
	margin: 0 auto 0 0;
}

.content02{
	padding: 60px 0 170px;
	margin-top: 0px;
	background: url(../img/bg2.jpg)no-repeat top left #F8F8F8;
}

.side-bnr{
	display:none;
}

.co3d{
	display:flex;
	flex-direction:column;
	justify-content: initial;
}

.co3d .left{
	max-width: 435px;
	width: 100%;
	margin: 0 auto 30px 10px;
}

.co3d .right{
	margin: auto;
}

.co4d{
	flex-direction:column;
	justify-content: flex-start;
	align-items: flex-start;
}

.co4p1{
	margin-top:20px;
	max-width: initial;
}

.content04 li{
	width:48%;
	max-width: 280px;
}

.co5d{
	display:flex;
	padding: 50px 30px 50px 30px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.co5d .text{margin: 0 auto 30px 10px;}

.co5d .img{
	margin: auto;
	width: auto;
	text-align: initial;
}

.fod{
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	padding-bottom: 30px;
}

.fol{width: 100%;font-size: 1.3rem;}

.for{
	width: 100%;
	max-width: initial;
}

.for iframe{
	max-width: initial;
}

.fod2{
	flex-direction: column;
}

.fod2 ul{
	width: 100%;
	margin-bottom: 20px;
	flex-direction: column;
	align-items: center;
}

.fod2 li{
	margin: 5px 10px;
}

.sld1{
	width: 100%!important;
	height: 100vh!important;
	min-height: 660px;
    background: url(../img/mv1.jpg)no-repeat center;
    background-size: cover;
}

.sld2{
	width: 100%!important;
	height: 100vh!important;
	min-height: 660px;
	background: url(../img/mv2.jpg)no-repeat center;
	background-size: cover;
}

.sld3{
	width: 100%!important;
	height: 100vh!important;
	min-height: 660px;
    background: url(../img/mv3.jpg)no-repeat center;
    background-size: cover;
}
.sld4{
	width: 100%!important;
	height: 100vh!important;
	min-height: 660px;
	background: url(../img/mv4.jpg)no-repeat center;
	background-size: cover;
}
	
#cover h2{
	font-size: 5rem;
	text-align:center;
}

.co1d .right li:nth-child(4),.co1d .right li:last-child{
	display:none;
}

.headerUl {
	position:fixed;
	right: 5%;
}

.headerdiv{
	display:flex;
	width: 60%;
	margin-right: 90px;
	justify-content: flex-end;
	margin-left: 0;
}

.copyright{
text-align: center;
}

.privacy #main dt{
	font-size: 2rem;
}

.news1 .inner{
    flex-direction: column;
}
	.news1 {
    margin: 0 0 0;
}

.news1 .left{max-width: 860px;width: 100%;margin-bottom: 90px;}

.news1 .right{max-width: 500px;width: 100%;display: flex;justify-content: space-between;margin: auto;}

.cate-div{margin-bottom: 50px;width: 48%;}

.newsul li{
	flex-wrap:wrap;
}

.title{
	margin-top:10px;
	width: 100%;
}

.cover2 h2{
	margin-left: 10%;
	font-size: 3rem;
	line-height: 68px;
	padding-top: 20px;
}

.cover2 h2 span{
	font-size:2rem;
}

.cover2{height: 200px;}

.news-text{
	margin: 0 auto 50px;
}
.service02 .Image {
    overflow: scroll;
}

.service02 .Image img {
    width: 970px;
    display: block;
    max-width: 970px;
}
.contact02 dl {
    flex-direction: column;
    padding: 0;
}

.contact02 .form02 dl dd, .contact02 .form03 dl dd, .contact02 .form04 dl dd, .contact02 .form05 dl dd {
    max-width: 100%;
    width: 100%;
}

.contact02 dl dt {
    width: 100%;
    max-width: 100%;
}

.radioBtn {
    width: 100%;
    flex-direction: column;
}

input[type="text"] {width: 96%;}
span.plus {
    bottom: 80px;
}
.contact02 dl dd {
    width: 100%;
    max-width: 100%;
}

.contact02 .formBox {
    padding: 30px 20px;
}
.about1-div {
    padding: 30px 10px;
    flex-direction: column;
}

.about1-div .text {
    width: 100%;
    max-width: 95%;
    margin: 0 0 30px;
}

.about2, .about3 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.ab3-flex {
    flex-direction: column;
}

.ab3d.left {
    width: 100%;
}

.ab3d.right {
    padding: 0;
    border: none;
    width: 100%;
}
.service03 .w630 ul {
    flex-direction: column;
}

.service03 ul li {
    width: 46%;
}

li.w630 {
    max-width: 100%!important;
    margin: 50px 0 0!important;
    padding-bottom: 30px;
}

li.w630 ul li {
    width: 100%;
    max-width: 100%;
}

li.w630 dd ul li:nth-child(2), li.w630 dd ul li:first-child {
    border-right: none;
    border-bottom: 1px solid;
    padding: 0 0 10px;
}

.service03 {
    margin: 0 0 50px;
}

.service02 {
    margin: 0 0 80px;
}

.service01 .text {
    margin: 50px 0 50px;
}
.service04 {
    background-size: contain;
    margin: 0 0 50px;
    padding: 50px 0;
}	
	.service05 {
    margin: 0 0 100px;
}
.service03 ul li:nth-child(3):after{
  display:block;
}

.service03 ul li:nth-child(2):after{
  display:none;
}
.qanda-bnr {
    margin: 50px auto 0;
}
.glayBg {
    margin-bottom: 100px;
}
.soryoBox button:after {
    right: 25%;
}
.pagination-list {
    margin-bottom: 0;
}
.contact02 {
    margin: 0 0 100px;
}
.contact02 h4 span {
    display: block;
    margin: 0;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc, .pcTel {
	display: none;
}

.sp {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}

th, td {
	width: 100% !important;
	display: block;
}


/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 60px;
	justify-content: flex-end;
	z-index: 9999;
}



#cover .pc {
	display: none !important;
}

#cover .sp {
	display: block !important;
}




.content02 li {
    width: 100%;
    margin: 0 0 20px 0;
}


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

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}



/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 96%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.co1d .right li{
	flex-wrap:wrap;
}

.co1d .right li .title{
	width:100%;
	margin-top:10px;
}

.floating li .flex{
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}

.floating li .flex img{
	width: 20px;
	margin-right: 5px;
}

.fcp1{
	font-size:1.3rem;
	font-weight: 700;
}

.fcp2{
	font-size: 2rem;
}
	
.floating{
	width: 97%;
}

.floating li{
	height: 60px;
}

.content03 .co3ab{
	font-size:12rem;
	line-height: 1;
	top: 6%;
}

.co3d .mainTit{
	font-size:2.4rem;
}

.co4p3{
	line-height:1.8;
}

.co3d .verab{
	left: 10px;
	font-size: 1rem;
	letter-spacing: 1px;
}

.co3d{padding: 50px 30px 50px 30px;}




.covab{
	font-size: 7rem;
	left: 10%;
	bottom: 60px;
}

.co4p2{
	font-size:1.3rem;
}

.hLogo{
	max-width:130px;
}

	#cover h2{
	font-size: 4rem;
}

.co3d .left p{
	font-size: 1.4rem;
}

.co5d .text p{
	font-size: 1.4rem;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn {
	width: 12%;
}


.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn a,
.menuBtn a {
	font-size: 200%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */