@charset "utf-8";
/* Body
------------------------------ */
body {
	box-shadow: none;
	color: #595757;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22pt;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: 100%!important;
	top: 0!important;
	background: url(../images/texture.jpg) repeat top left;
	-webkit-background-size: 500px;
	background-size: 500px;
}
a:link{
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:active {
	color: #333;
}
a:hover {
	color: #d82d80;
}
a{
	transition: .3s;
}

.text_link {
	display: inline-block;
	text-decoration: none;
	color: #333;
	padding-left: 0;
	text-indent: 0;
}
/* reset default css */
.text_link:after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #d82d80;
	margin: -2px auto 0;
	border-radius: 1px;
}
.text_link:hover{
	text-decoration: none;
}
.text_link:hover:after {
	width: 100%;
}

.emphasis{
	font-weight: 700;
	color: #ff0000;
}
.caution{
	position: relative;
	display: block;
	font-size: 14px;
	padding-left: 1em!important;
	text-indent: -1em;
	line-height: 1.4em;
	margin-top: 14px;
}
.caution:before{
	content: "※";
	color: #ff0000;
}

/* layout
------------------------------ */
.main_contents{
	position: relative;
	display: block;
	/*overflow-x: hidden;*/
}
.wrapper{
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}
.pict img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

/* bxslider */
#slider{
	padding-top: 100px;
	position: relative;
	z-index: 10;
}
.bxslider li{
	height: 640px;
	background-repeat: no-repeat;
	background-size: cover;
}
.bxslider li.slider01{
	background-image: url(../images/250326slider01_bgPC.jpg);
	background-repeat: repeat-x;
	background-size: auto 640px;
}
.bxslider li.slider02{
	background-image: url(../images/250326slider02_bgPC.jpg);
}
.bxslider li.slider03{
	background-image: url(../images/250326slider03_bgPC.jpg);
}
.bxslider li.slider04{
	background-image: url(../images/250326slider04_bgPC.jpg);
}
.bxslider li .inner{
	position: absolute;
	display: block;
	max-width: 1080px;
	width: 100%;
	height: 640px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.bxslider li .inner p{
	position: absolute;
	display: block;
	max-width: 1080px;
	width: 100%;
	height: 640px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center bottom -30px;
	background-size: contain;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.bxslider li.slider01 .inner p{
	background-image: url(../images/250326slider01_contentPC.png);
	background-position: center bottom 10px;
}
.bxslider li.slider02 .inner p{
	background-image: url(../images/250326slider02_contentPC.png);
}
.bxslider li.slider03 .inner p{
	background-image: url(../images/250326slider03_contentPC.png);
}
.bxslider li.slider04 .inner p{
	background-image: url(../images/250326slider04_contentPC.png);
}
.bxslider li.slider01 .btn{
	position: absolute;
	display: block;
	width: 270px;
	height: 50px;
	color: #FFF;
	line-height: 50px;
	padding-left: 22px;
	background: #d82d80;
	bottom: 155px;
}
.bxslider li.slider01 .btn::after{
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 14px;
	background: url(../images/arrow_right_white.svg) no-repeat center center / contain;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto 0;
	transition: .35s;
}
.bxslider li.slider01 .btn:hover{
	opacity: .7;
}
.bxslider li.slider01 .btn:hover::after{
	right: 15px;
}

/* .bxslider li:first-child .bg{
	margin: 0 auto;
	background-image: url(../images/slider1-before.png);
	background-size: cover;
	width: 1500px;
	height: 640px;
}
.bxslider li:nth-child(2) .bg{
	margin: 0 auto;
	background-image: url(../images/slider2-before.png);
	background-size: cover;
	width: 1500px;
	height: 640px;
}
.bxslider li:last-child .bg{
	margin: 0 auto;
	background-image: url(../images/slider3-before.png);
	background-size: cover;
	width: 1500px;
	height: 640px;
	position: relative;
}
.bxslider li:last-child .bg .scrollable{
	position: absolute;
	top: 430px;
	left: 227px;
	background: #d82d80;
	color: white;
	font-size: 16px;
	cursor: pointer;
	width: 270px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding-left: 20px;
}
.bxslider li:last-child .bg .scrollable:hover{
	opacity: .7;
}
.bxslider li:last-child .bg .scrollable:before{
	position: absolute;
	content: "";
	top: 50%;
	right: 30px;
	width: 7px;
	height: 7px;
	transform: rotate(45deg) translateY(-50%);
	border-top: 2px solid white;
	border-right: 2px solid white;
} */

/* Common
------------------------------ */
.clear{
	clear: both;
	float: none;
	height: 0;
}
.fl_l{
	position: relative;
	display: block;
	float: left;
}
.fl_r{
	position: relative;
	display: block;
	float: right;
}
.btn a{
	position: relative;
	display: block;
	width: 348px;
	height: 42px;
	color: #fff;
	font-weight: 600;
	line-height: 42px;
	background: #fc9520;
	margin: 0 auto;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 4px 4px 2px rgba(0,0,0,.15);
}
.btn a:hover{
	background: none;
	color: #FFF;
	background: #009B96;
	transition: .3s;
}

/* Header
------------------------------ */
header {
	background: #fff;
	position: absolute;
	z-index: 100;
	width: 100%;
}
header .top_header {
	height: 100px;
	z-index: 100;
}
header .top_header h1 a{
	position: absolute;
    display: block;
    height: 243px;
	width: 290px;
    background: url(../images/headerlogo.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}
header .top_header h1 a:hover{
	opacity: .7;
}
header .top_header h2{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 10px;
}
header .top_header h2,
header .top_header ul {
	margin-left: 310px;
	color: #000;
}
header .top_header ul{
	display: flex;
	margin-top: 25px;
	color: #000;
	gap: 0 20px;
	justify-content: flex-end;
}
header .top_header ul li{
	/* margin-left: 20px; */
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}
/* header .top_header ul li:first-child{
	margin-left: 0;
} */
header .top_header ul li a:hover{
	color: #d82d80;
}
header .top_header .to_contact{
	font-size: 20px;
	line-height: 100px;
	display: inline-block;
	padding: 0 20px;
	background: #d82d80;
	color: #fff;
}
header .top_header .to_contact:hover{
	opacity: .7;
}
header .top_header .to_contact i{
	margin-right: 5px;
}
.fix-header {
	position: fixed;
	line-height: 65px;
	top: -65px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: #FFF;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	opacity: 0;
	z-index: 1000;
}
/*.fix-header .wrapper{
	position: relative;
}
.fix-header .wrapper .header_icn{
	position: absolute;
}*/
.fix-header .wrapper .header_icn a{
	position: absolute;
	left: 0;
    height: 145px;
	width: 174px;
    background: url(../images/headerlogo.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
}
.fix-header .wrapper .header_icn a:hover{
	opacity: .7;
}
.fix-header ul{
	display: inline-block;
	margin-left:  180px;
	line-height: 2;
	margin-top: 25px;
}
 .fix-header ul li{
 	display: inline-block;
 	margin-left: 50px;
 	cursor: pointer;
 	color: #000;
 	font-weight: 600;
}
.fix-header .to_contact{
	font-size: 18px;
	line-height: 80px;
	display: inline-block;
	padding: 0 20px;
	background: #d82d80;
	color: #fff;
	text-align: right;
}
.fix-header .to_contact:hover{
	opacity: .7;
}
.fix-header .to_contact i{
	margin-right: 5px;
}
/*.fix-header ul li a{
	display: inline-block;
	text-decoration: none;
	color: #333;
	padding-left: 0;
	text-indent: 0;
}
.fix-header ul li a:after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #d82d80;
	margin: -2px auto 0;
	border-radius: 1px;
}
.fix-header ul li a:hover{
	text-decoration: none;
}
.fix-header ul li a:hover:after {
	width: 100%;
}*/
section {
	position:relative;
	display:block;
	padding-top: 120px;
	margin-top: -50px;
}

/* greeting
------------------------------ */
#greeting {
	background-image:  url(../images/background11.png), url(../images/background1.png);
	background-size: cover, cover;
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	padding-top: 170px;
	padding-bottom: 120px;
	/*margin-top: -70px;*/
}
#greeting img{
	height: 108px;
	width: 522px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
#greeting p{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 2.3;
}
.img_row{
	background: url(../images/background2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

/* menu
------------------------------ */
#menu{
	position: relative;
	background: url(../images/background3.png) repeat top left / contain;
	padding-bottom: 150px;
}
#menu h2{
	position: relative;
	display: block;
	width: 169px;
	height: 49px;
	font-size: 0;
	background: url(../images/text_menu.svg) no-repeat center center / contain;
	margin: 0 auto 30px;
}
#menu p.center{
	text-align: center;
	margin-bottom: 40px;
}
#menu ul{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 48px;
}
#menu ul li{
	position: relative;
	display: block;
	max-width: 516px;
	width: 100%;
}
#menu ul li figure{
	margin: 0;
}
#menu ul li figure img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#menu ul li figcaption{
	line-height: 1.75;
	letter-spacing: .075em;
}
#menu ul li figcaption span.sp_none,
#menu ul li figcaption br.pc_none{
	display: none;
}
#menu ul li figcaption span{
	position: relative;
	display: block;
	width: 100%;
	height: 64px;
	color: #FFF;
	font-size: 22px;
	line-height: 64px;
	text-align: center;
	margin-bottom: 15px;
	background: #d82d80;
}

/* about
------------------------------ */
#about {
	padding-top:150px;
	padding-bottom: 120px;
	background: #ffe1e9;
	margin-top: -50px;
	z-index: 1;
}
#about h2 .sun_en{
	width: 621px;
	height: 62px;
}
#about .sun_ja{
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 50px;
	color: #7f2d19;
	position: relative;
}
#about .sun_ja:after{
	content: "";
	position: absolute;
	width: 510px;
	height: 412px;
	top: -50px;
	right: 0;
	background: url(../images/about_wagon.png) no-repeat center center / contain;
	/* top: -100px;
	right: -30px;
	width: 630px;
	height: 495px; */
}
#about .mention1{
	/* margin-bottom: 90px; */
	margin-bottom: 130px;
	line-height: 2.5;
	width: 480px;
}
#about .wgn_image{
	width: 630px;
	height: 495px;
	display: inline-block;
}
#about .ribon{
	width: 1050px;
	height: 32px;
	margin-bottom: 10px;
}
#about .gallery{
	position: relative;
}
#about .gallery:before{
	position: absolute;
	content: "";
	background: url(../images/ribon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1050px;
	height: 37px;
	top: -50px;
	left: 0;
}
#about .gallery img{
	width: 100%;
	height: auto;
}
#about .mention2{
	line-height: 2.5;
	text-align: center;
	margin-top: 40px;
	position: relative;
}
#about .mention2:before{
	position: absolute;
	content: "";
	background: url(../images/balloon1.png);
	background-size: contain;
	top: -30px;
	left: 30px;
	width: 140px;
	height: 260px;
}
#about .mention2:after{
	position: absolute;
	content: "";
	background: url(../images/balloon2.png);
	background-size: contain;
	top: -60px;
	right: 30px;
	width: 153px;
	height: 256px;
}
#about .takumi{
	width: 1007px;
	height: 505px;
	margin-bottom: 120px;
	margin-left: 55px;
}

#about .takumi_sp{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 80px;
}

/* free_trial
------------------------------ */
#free_trial {
	text-align: center;
	background: url(../images/background3.png);
	background-size: contain;
	background-repeat: repeat;
	padding-bottom: 150px;
	position: relative;
	/*margin-top: -100px;*/
}
#free_trial:after{
	content: "";
	background: url(../images/band.png);
	background-size: contain;
	background-repeat: repeat-x;
	position: absolute;
	top: 50px;
	left: 0;
	height: 70px;
	width: 100%;
}
#free_trial .con_en{
	width: 215px;
	margin-top: 145px;
	color: #7f2d19
}
#free_trial .con_ja{
	color: #7f2d19;
	margin-top: 20px;
	font-size: 25px;
}
#free_trial .please{
	line-height: 2.3;
	margin: 35px 0;
	position: relative;
}
#free_trial .please:before{
	content: "";
	background: url(../images/profile1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 55px;
	left: 20px;
	height: 180px;
	width: 180px;
	border-radius: 50%;
}
#free_trial table{
	position: relative;
	width: 650px;
}
#free_trial table th{
	width: 150px;
}
#free_trial .imgimg:before{
	position: absolute;
	content: "";
	background: url(../images/profile2.jpg);
	background-size: contain;
	top: 750px;
	left: 20px;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	z-index: 0;
	display: block;
}
#free_trial .imgimg:after{
	content: "";
	position: absolute;
	background: url(../images/profile3.jpg) no-repeat center center / contain;
	top: 440px;
	right: 40px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	z-index: 10;
	display: block;
}

/* contact
------------------------------ */
#contact {
	text-align: center;
	background: url(../images/background4.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 80px;
	background-position: top 50px center;
}
#contact .con_en{
	width: 215px;
	margin-top: 145px;
	color: #7f2d19
}
#contact .con_ja{
	color: #7f2d19;
	margin-top: 20px;
	font-size: 25px;
}
#contact .please{
	line-height: 2.3;
	margin-top: 35px;
}
#contact .tel{
	width: 500px;
	height: 140px;
	margin: 0 auto;
	background: #ffc9dc;
	border-radius: 70px;
	margin-top: 40px;
}
#contact .tel h3{
	font-size: 25px;
	color: #d82d80;
	padding-top: 25px;
}
#contact .tel .tel_no{
	margin-top: 25px;
}
#contact .tel .tel_no img{
	width: 25px;
	height: 31px;
	margin-right: 5px;
	line-height: 1.5;
}
#contact .tel .tel_no p{
	display: inline-block;
	font-size: 40px;
	color: #d82d80;
	font-weight: 700;
}
#contact .bymail{
	margin-top: 75px;
	margin-bottom: 30px;
	color: #7f2d19;
	font-size: 25px;
}

/*table共通*/
 table {
	margin: 0 auto;
	border-radius: 20px;
  	border-collapse: separate;
  	border-spacing: 0;
  	overflow: hidden;
  	width: 750px;
}
 table th{
	font-size: 18px;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	background: #ffc9dc;
	width: 250px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}
 table th .mustmark{
	color: #d82d80;
}
table tr:last-child th{
	border-bottom: none;
}
table td {
	text-align: left;
	padding: 15px;
	vertical-align: middle;
	background: #fff;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
table tr:first-child td{
	border-top: 1px solid #bfbfbf;
}
table tr:first-child td{
	border-radius: 0 20px 0 0;
}
table tr:last-child td{
	border-radius: 0 0 20px 0;
}
table tr:first-child td{
	/*border-top: 1px solid #bfbfbf;*/
}
table td input{
	border: 1px solid #bfbfbf;
	font-size: 100%;
	padding: 10px;
	box-sizing: border-box;
}
table td .entry{
	width: 300px;
	height: 35px;
	border-radius: 17.5px;
}
table td .mark{
	margin-right: 5px;
}
table td .postal_code{
	width: 200px;
	height: 35px;
	border-radius: 17.5px;
	margin-bottom: 15px;
}
table td .add{
	width: 460px;
	height: 35px;
	border-radius: 17.5px;
}
table td textarea{
	width: 460px !important;
	height: 165px !important;
	border-radius: 17.5px !important;
	border: 1px solid #bfbfbf;
	padding: 10px;
	box-sizing: border-box;
	font-size: 100%;
	display: block;
}
/*tableテンプレ編集*/
/*table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}*/
table thead tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}
table thead tr:first-child th:last-child {
	border-radius: 0 5px 0 0;
}
table tbody tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
}
table tbody tr:last-child th:last-child {
	border-radius: 0 0 5px 0;
}
/*tableテンプレ編集*/
/*table共通*/

#contact .privacy_policy{
	width: 750px;
	height: 200px;
	overflow: scroll;
	margin: 30px auto 40px;
	padding: 20px;
	border: 1px solid #bfbfbf;
	text-align: left;
	box-sizing: border-box;
	line-height: 1.7em;
}
#contact .privacy_policy h4{
	font-size: 18px;
	color: #000;
}
#contact .privacy_policy p{
	font-size: 16px;
}
#contact .check_text{
	margin-bottom: 15px;
}
#contact .check_text input[type="checkbox"] {
	transform: scale(1.2);
	margin-right: 10px;
}
#contact .btn1{
	width: 250px;
	height: 50px;
	cursor: pointer;
	font-size: 16px;
	background: #6e6e6e;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	margin-right: 25px;
}
#contact .btn1:hover{
	opacity: .7;
}
#contact .btn2{
	width: 250px;
	height: 50px;
	cursor: pointer;
	font-size: 16px;
	background: #d82d80;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	margin-left: 25px;
}
#contact .btn2:hover{
	opacity: .7;
}

/* footer
------------------------------ */
footer{
	background: url(../images/background5.png);
	background-size: contain;
	background-repeat: repeat;
	height: 120px;
	text-align: center;
	color: #7f2d19;
	font-size: 12px;
	margin-top: 135px;
	position: relative;
}
footer .wrapper:before{
	position: absolute;
	content:"";
	top: -125px;
	left: 0px;
	height: 140px;
	width: 126px;
	background: url(../images/footer_icon1.png);
	background-size: contain;
	background-repeat: no-repeat;
}
footer .wrapper:after{
	position: absolute;
	content:"";
	top: -145px;
	right: 0px;
	height: 160px;
	width: 200px;
	background: url(../images/footer_icon2.png);
	background-size: contain;
	background-repeat: no-repeat;
}
footer .wrapper a{
	color: #7f2d19 !important;
	padding-top: 50px;
}
footer a:hover{
	color: #d82d80 !important;
}
footer small img{
	position: relative;
	display: inline-block;
	max-height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	top: -2px;
}

/* page top */
#pagetop{
	position: fixed;
	bottom: 40px;
	right: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 10000000!important;
	border: 1px solid #d82d80;
	background: #d82d80;
	border-radius: 20%;
}
#pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: relative;
	/*background: url(../images/arrow.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;*/
}
#pagetop a:before{
	content: "";
	position: absolute;
	top: 20px;
	left: 15px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}
#pagetop.show{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#pagetop a:hover{
	opacity: .7;
}