/******************************************************************
Theme Name: hakase
******************************************************************/
.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
.admin-bar header {top: 46px !important;}
.admin-bar .mean-container .mean-bar {top: 46px !important;}
@media screen and (min-width:1000px) {
.admin-bar header {top: 32px !important;}
}


.shippori_reg {
font-family: "shippori-mincho", sans-serif;
font-weight: 400;
font-style: normal;
}

.shippori_mid {
font-family: "shippori-mincho", sans-serif;
font-weight: 500;
font-style: normal;
}

.shippori_bold {
font-family: "shippori-mincho", sans-serif;
font-weight: 700;
font-style: normal;
}

.bernino_lite {
font-family: "jaf-bernino-sans", sans-serif;
font-weight: 300;
font-style: normal;
}

.rollerscript {
font-family: "rollerscript-smooth", sans-serif;
font-weight: 400;
font-style: normal;
}

@font-face {
	font-family: 'bradley';
	src:url("../img/bradley-hand-itc.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

html { font-size: 62.5% !important;overflow: auto;} /* 10px */

body {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8rem;
	margin:0;
	padding:0 0 0 0;
	color:#333;
	overflow: hidden;
	background: #FFFFFF;

}

a {
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color:#333;
	text-decoration: none;
}
a:hover {opacity: 0.6;}
img {max-width:100%; vertical-align: bottom;-webkit-backface-visibility: hidden;}
.disp_sp {display:none;}
.disp_pc {display:block;}


#loading {
  height: 100%;
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_recruit-fix {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
	right: 0;
	z-index:99;
	width:70px;
	opacity:0.8;
}

.btn_recruit-fix:hover {
	opacity:1.0;
}

a.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
    z-index:0;
    position:relative;
}

@media screen and (max-width:768px) {
	body {
    	font-size: 1.5rem !important;
	}
	.disp_sp {display:block;}
	.disp_pc {display:none;}

.btn_recruit-fix {
	display:none;
}

.btn_recruit-fix:hover {
opacity:1.0;
}

a.anchor{
    display: block;
    padding-top: 0px;
    margin-top: -0px;
    z-index:0;
    position:relative;
}
}


/***************/
/* header */
/***************/
.mainhead {
	position: relative;
	width:100%;
}

.mainhead .mainslide {
	overflow:hidden;
	width: 100%;
	height:90vh;
	/*	height:calc(100vh - 80px);*/
	margin: 0 0 0 auto;
	background: #000;
}

.mainhead .mainslide img{
	width: 100%;
	height:100vh;
	object-fit: cover;
}

.mainhead h1 p.chara01 {
    position: absolute;
    top: 40px;
    right: 50px;
	z-index:999;
}

.mainhead h1 p.chara02 {
    position: absolute;
    top: 220px;
    right: 180px;
	z-index:999;
}

.mainhead .h1-sub {
    position: absolute;
    bottom: 20px;
    left: 20px;
	z-index:999;
	margin:0;
}

@media screen and (max-height: 800px) {
	.mainhead h1 p.chara01 img,
	.mainhead h1 p.chara02 img {
		max-width:50px;
		max-height:250px;
	}
	
	.mainhead h1 p.chara02{
	    right: 140px;
		top:200px;
	}
}

@media screen and (max-width:768px) {
	.mainhead .mainslide {
		height:260px;}
	
	.mainhead .mainslide img{
		width: 100%;
		height:260px;
	}
	
	.mainhead h1 p.chara01 {
		top: 10px;
		right: 6px;
		width:30px;
	}
	
	.mainhead h1 p.chara02 {
		top: 40px;
		right: 46px;
		width:30px;
	}
	
	.mainhead .h1-sub {
	    bottom: 0px;
	    left: 0px;
		width:70%;
		max-width:400px;
	}
}



/***************/
/* footer */
/***************/
footer {
}

footer .bottomarea {
	background: #E5177D;
	padding:70px 0;
	color:#fff;
}

footer .bottomarea .flexarea {
	width:98%;
	max-width:1200px;
	margin:0 auto 40px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

footer .bottomarea .flexarea .leftblock {
	width:50%;
}

footer .bottomarea .flexarea .leftblock img {
	width:340px;
	margin:0 0 10px 0;
}

footer .bottomarea .flexarea .leftblock .textarea {
	font-weight:500;
	padding:0 0 0 40px;
}

footer .bottomarea .flexarea .leftblock .textarea p {
	margin:0 0 10px 0;
}

footer .bottomarea .flexarea .leftblock .textarea p span {
}

footer .bottomarea .flexarea .rightblock {
	width:50%;
}

footer .bottomarea .flexarea .rightblock .flexarea {
	align-items:center;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel {
	text-align:right;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .topbox {
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .topbox span {
	background:#fff;
	color:#e5177d;
	padding:4px 10px;
	margin:0 10px 0 0;
	font-size:1.4rem;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .topbox a {
	color:#fff;
	font-size:2.4rem;
	letter-spacing:0.1em;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .bottombox {
	font-size:1.4rem;
	text-align:right;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .bottombox p {
	margin:0;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .bottombox p span.small {
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .bottombox span.fax {
}

footer .bottomarea .flexarea .rightblock .flexarea .ft_linkbtn {
	color:#fff;
	border:solid 1px #fff;
	display:block;
	text-align:center;
	width:240px;
	padding:16px 0;
}

footer .bottomarea .flexarea .rightblock .flexarea .ft_linkbtn:hover {
	color:#e5177d;
	background:#fff;
	opacity:1;
}

footer .bottomarea .onlyPC {
	width:98%;
	max-width:1200px;
	margin:0 auto 0 auto;
}

footer .bottomarea .onlyPC .bottomlink {
	display: flex;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	margin: 29px auto 0;
	position: inherit;
	top: 0;
	padding: 0 0;
}

footer .bottomarea .onlyPC .bottomlink .iconlink {
	display: flex;
}

footer .bottomarea .onlyPC .bottomlink .iconlink a {
	display: block;
	width: 31px;
	margin: 0 10px 0 0;
}

footer .bottomarea .onlyPC .bottomlink p {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #fff;
	margin:0;
}

footer .copyright {
	padding:30px 0;
	background:#fff;
	text-align:center;
	font-size:1.4rem;
}

@media screen and (max-width:768px) {
footer .bottomarea {
	padding:20px 0;
}

footer .bottomarea .flexarea {
	width:94%;
max-width:1200px;
	margin:0 auto 10px auto;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

footer .bottomarea .flexarea .leftblock {
	width:100%;
	text-align:center;
}

footer .bottomarea .flexarea .leftblock img {
	width:300px;
}

footer .bottomarea .flexarea .leftblock .textarea {
	padding:0 0 0 0;
}

footer .bottomarea .flexarea .leftblock .textarea p {
margin:0 0 10px 0;
}

footer .bottomarea .flexarea .leftblock .textarea p span {
}

footer .bottomarea .flexarea .rightblock {
	width:100%;
}

footer .bottomarea .flexarea .rightblock .flexarea {
align-items:center;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel {
text-align:right;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .topbox {
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .topbox span {
background:#fff;
color:#e5177d;
padding:4px 10px;
margin:0 10px 0 0;
font-size:1.4rem;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .topbox a {
color:#fff;
font-size:2.4rem;
letter-spacing:0.1em;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .bottombox {
font-size:1.4rem;
	text-align:center;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .bottombox p {
margin:0;
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .bottombox p span.small {
}

footer .bottomarea .flexarea .rightblock .flexarea .tel .bottombox span.fax {
}

footer .bottomarea .flexarea .rightblock .flexarea .ft_linkbtn {
	width:100%;
	margin:10px 0 0 0;
}

footer .bottomarea .flexarea .rightblock .flexarea .ft_linkbtn:hover {
color:#e5177d;
background:#fff;
opacity:1;
}

footer .bottomarea .onlyPC {
width:98%;
max-width:1200px;
margin:0 auto 0 auto;
}

footer .bottomarea .onlyPC .bottomlink {
	display: block;
	width: 90%;
	margin: 10px auto 0;
	text-align:center;
}

footer .bottomarea .onlyPC .bottomlink .iconlink {
	justify-content:center;
}

footer .bottomarea .onlyPC .bottomlink .iconlink a {
	margin: 0 10px 10px 10px;
}

footer .bottomarea .onlyPC .bottomlink p {
	font-size:1.2rem;
	letter-spacing: 0;
}

footer .copyright {
	padding:20px 0;
	font-size:1.2rem;
}
}




/***************/
/* common */
/**************/
#content {
	padding:0 0 0 0;
}
#content section {
	padding:0 0 0 0;
}

#content section.itembox {
	margin:0 0 100px 0;
}

#content section.itembox .bl_inn {
	max-width: 1000px;
	width:96%;
	margin:0 auto;
	z-index:10;
	position:relative;
}

#content section.itembox .bl_inn h2 {
	background:#8D8D8D;
	font-size:3.0rem;
	color:#fff;
	text-align:center;
	line-height:1.5;
	padding:8px 0;
	margin:0 0 60px 0;
}


p {
	margin:0 0 20px 0;
	line-height:1.75em;
}
.float-l {float: left;}
.float-r {float: right;}

.w400 {width: 400px;}
.b-r8 {border-radius: 8px;}

.b_01 {font-weight: bold;}
.txt_center {text-align: center;}
.txt_bold {font-weight: bold;}
.txt_red {color: #e84114;}
.txt_pink {color: #f373aa;}

.color-purple {color: #7E3380;}
.color-blown {color: #6A3906;}
.color-green {color: #3C965A;}
.color-orange {color: #C85513;}
.color-blue {color: #2C80BA;}

.mt-0 {margin-top: 0 !important;}
.pt-0 {padding-top: 0 !important;}
.mt-20 {margin-top: 20px;}
.mr-20 {margin-right: 20px;}
.ml-20 {margin-left: 20px;}
.mb-20 {margin-bottom: 20px;}

.mb-60 {margin-bottom: 60px;}
.ptb-40 {padding: 40px 0;}
.ptb-60 {padding: 60px 0;}
.ptb-80 {padding: 80px 0;}
.ptb-100 {padding: 100px 0;}
.fs-20{font-size: 2.0rem;}
.fs-22{font-size: 2.2rem;}
.fs-24{font-size: 2.4rem;}
.txt_note{
	background:#F8F8FA;
	padding: 20px;
}

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

	#content section.itembox {
		margin:0 0 60px 0;
	}
	
	#content section.itembox .bl_inn h2 {
		font-size:1.8rem;
		margin:0 0 40px 0;
	}
}





/***************/
/* content */
/**************/
#content section {
}

#content section .bl_inn {
	max-width: 90%;
	width: 1200px;
	margin:0 auto 0 auto;
}

#content h2.h2_01 {
	text-align:center;
	font-size:3.2rem;
	letter-spacing:0.15em;
    background: url(../img/h2_bg.png) no-repeat;
	background-position: bottom center;
	padding:20px 0 20px 0;
	margin:0 0 60px 0;
}

#content h2.h2_01 span {
	display:block;
	font-family: "rollerscript-smooth", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:11.0rem;
	letter-spacing:0.1em;
	line-height:1;
	color:rgb(229 23 124 / 10%);
	margin:0 0 -10px 0;
}

#content h2.h2_01b {
	text-align:center;
	font-size:3.2rem;
	letter-spacing:0.15em;
    background: url(../img/h2_bg2.png) no-repeat;
	background-position: bottom center;
	padding:20px 0 20px 0;
	margin:0 0 60px 0;
}

#content h2.h2_01b span {
	display:block;
	font-family: "rollerscript-smooth", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:11.0rem;
	letter-spacing:0.1em;
	line-height:1;
	color:rgb(229 23 124 / 10%);
	margin:0 0 -10px 0;
}


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

#content h2.h2_01 {
text-align:center;
	font-size:2.2rem;
	background-size:100% auto;
	padding:10px 0 20px 0;
	margin:0 0 20px 0;
}

#content h2.h2_01 span {
	font-size:4.0rem;
	margin:0 0 10px 0;
}
}



/* read */
#content section.readbox {
    background: url(../img/read_bg.jpg) no-repeat center;
	background-size: cover;
	padding:70px 0;
}

#content section.readbox .bl_inn {
	text-align:center;
}

#content section.readbox .bl_inn h2 {
	font-weight:700;
	font-size:2.0rem;
	margin:0 0 20px 0;

	background-image: url(../img/read_h2a.png),
      url(../img/read_h2b.png);
	background-repeat: no-repeat,
      no-repeat;
	background-position: top left,
      top right;
	padding:10px 40px 20px 40px ;

	display:inline-block;
}

#content section.readbox .bl_inn figure {
	margin:0 0 30px 0;
}

#content section.readbox .bl_inn figure img {
	margin:auto;
}

#content section.readbox .bl_inn p {
	line-height:2.0em;
	width: 1000px;
	margin:0 auto;
	padding:50px 0;
	letter-spacing:0.1em;

	background-image: url(../img/read_txt-a.png),
      url(../img/read_txt-b.png);
	background-repeat: no-repeat,
      no-repeat;
	background-position: top left 60px,
      bottom right 60px;
}

@media screen and (max-width:768px) {
#content section.readbox {
background: url(../img/read_bg.jpg) no-repeat center;
background-size: cover;
	padding:40px 0;
}

#content section.readbox .bl_inn {
text-align:center;
	max-width:94%;
}

#content section.readbox .bl_inn h2 {
font-weight:700;
	font-size:1.8rem;
	margin:0 0 10px 0;

background-image: url(../img/read_h2a.png),
url(../img/read_h2b.png);
background-repeat: no-repeat,
no-repeat;
background-position: top left,
top right;
	padding:0px 40px 10px 40px ;

display:inline-block;
}

#content section.readbox .bl_inn figure {
margin:0 0 30px 0;
}

#content section.readbox .bl_inn figure img {
	width:90%;
}

#content section.readbox .bl_inn p {
	width: 100%;
	padding:30px 20px;
	letter-spacing:0.0em;

background-image: url(../img/read_txt-a.png),
url(../img/read_txt-b.png);
background-repeat: no-repeat,
no-repeat;
	background-size:100px;
	background-position: top left 0px,
	bottom right 0px;
	font-size:1.4rem;
}
}


/* item01 */
#content section.item01 {
	padding:100px 0 80px 0;
    background: url(../img/item01_bg.png) no-repeat;
	background-position: bottom -60px left;
	background-size: 900px auto;
}

#content section.item01 .item {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	margin:0 0 100px 0;
}

#content section.item01 .item .txt {
	width:50%;
	padding:0 100px 0 0;
}

#content section.item01 .item .txt h2 {
	font-family: 'bradley';
	font-weight: 300;
	font-style: normal;
	font-size:5.3rem;
	margin:0 0 40px 0;
	position:relative;
}

#content section.item01 .item .txt h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 100px;
	height: 1px;
	left: 0;
	background-color: #707070;
}


#content section.item01 .item .txt p {
	line-height:2.7em;
}

#content section.item01 .item .pt {
	width:50%;
}

#content section.item01 .item2 {
	margin:0 0 100px 0;
}

#content section.item01 .item2 .item_inn {
	width:100%;
}

#content section.item01 .item2 .item_inn h2 {
	font-family: 'bradley';
	font-weight: 300;
	font-style: normal;
	font-size:5.3rem;
	margin:0 0 40px 0;
	position:relative;
}

#content section.item01 .item2 .item_inn h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 100px;
	height: 1px;
	left: 0;
	background-color: #707070;
}

#content section.item01 .item2 .item_inn ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:60px 0 30px 0;
}

#content section.item01 .item2 .item_inn ul li {
	width:48%;
}

#content section.item01 .item2:last-of-type .item_inn ul li {
	width:100%;
}

#content section.item01 .item2 .item_inn figure {
	margin:0 0 20px 0;
}

#content section.item01 .item2 .item_inn h3 {
	font-size:2.2rem;
	font-weight:700;
	color:#B84D82;
	margin:0 0 10px 0;
}

#content section.item01 .item2 .item_inn p {
}

#content section.item01 .item2 .item_inn .note {
	background:#fff;
}

#content section.item01 .item2 .item_inn .note h4 {
	background:#B84D82;
	color:#fff;
	padding:6px;
	margin:40px 0 20px 0;
}

#content section.item01 .item2 .item_inn .note dl {
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width:96%;
	margin:0 auto;
	line-height:2.4em;
	font-size:1.6rem;
}

#content section.item01 .item2 .item_inn .note dl dt {
	width:80px;
}

#content section.item01 .item2 .item_inn .note dl dd{
	width: calc(100% - 80px);
}

#content section.item01 .item2 .item_inn .note p {
	width:96%;
	margin:0 auto;
	font-size:1.6rem;
}


#content section.item01 .item3 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:50px 0 100px 0;
}

#content section.item01 .item3 .txt {
	width:100%;
	padding:50px 0 0 0;
}

#content section.item01 .item3 h2 {
	font-family: 'bradley';
	font-weight: 300;
	font-style: normal;
	font-size:5.3rem;
	margin:0 0 40px 0;
	position:relative;
}

#content section.item01 .item3 h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 100px;
	height: 1px;
	left: 0;
	background-color: #707070;
}


#content section.item01 .item3 .txt p {
	line-height:2.7em;
}

#content section.item01 .item3 .pt {
	width:100%;
}

@media screen and (max-width:768px) {
#content section.item01 {
	padding:40px 0 40px 0;
background: url(../img/item01_bg.png) no-repeat;
background-position: bottom -60px left;
background-size: 900px auto;
}

#content section.item01 .item {
display:flex;
	flex-wrap:wrap;
justify-content:space-between;
	margin:0 0 60px 0;
}

#content section.item01 .item .txt {
	width:100%;
	padding:0 0 0 0;
}

#content section.item01 .item .txt h2 {
	font-size:5.0rem;
margin:0 0 40px 0;
position:relative;
}

#content section.item01 .item .txt h2:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 100px;
height: 1px;
left: 0;
background-color: #707070;
}


#content section.item01 .item .txt p {
	line-height:2.0em;
}

#content section.item01 .item .pt {
	width:100%;
}

#content section.item01 .item2 {
display:flex;
	flex-wrap:wrap;
	margin:0 0 40px 0;
}

#content section.item01 .item2 .item_inn {
	width:100%;
	margin:0 0 40px 0;
}

#content section.item01 .item2 .item_inn:last-of-type {
	margin:0 0 0 0;
}

#content section.item01 .item2 .item_inn figure {
	margin:0 0 20px 0;
}

#content section.item01 .item2 .item_inn h2 {
	font-size:4.0rem;
	margin:0 0 40px 0;
}

#content section.item01 .item2 .item_inn h3 {
	font-size:2.0rem;
	margin:0 0 10px 0;
}

#content section.item01 .item2 .item_inn p {
}

#content section.item01 .item2 .item_inn .note {
background:#fff;
}

#content section.item01 .item2 .item_inn .note h4 {
background:#B84D82;
color:#fff;
padding:6px;
margin:40px 0 20px 0;
}

#content section.item01 .item2 .item_inn .note dl {
display: flex;
flex-wrap: wrap;
align-items: stretch;
width:96%;
margin:0 auto;
line-height:2.4em;
font-size:1.6rem;
}

#content section.item01 .item2 .item_inn .note dl dt {
width:80px;
}

#content section.item01 .item2 .item_inn .note dl dd{
width: calc(100% - 80px);
}

#content section.item01 .item2 .item_inn .note p {
width:96%;
margin:0 auto;
font-size:1.6rem;
}
}


/* item02 */
#content section.item02 {
	background:#FBEEEA;
	padding:100px 0;
	text-align:center;
}

#content section.item02 .bl_inn {
	background:#fff;
	padding:80px 0;
}


#content section.item02 .bl_inn .map {
	margin:0 auto 80px auto;
	padding:0 50px;
}


#content section.item02 .item_inn {
	margin:0 50px;
}

#content section.item02 .item_inn .item_list {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	margin:0 0 80px 0;
}

#content section.item02 .item_inn .item_list:last-of-type {
	margin:0 0 0 0;
}

#content section.item02 .item_inn .item_list .txt {
	width:50%;
	padding:0 0 0 40px;
	text-align:left;
}

#content section.item02 .item_inn .item_list .txt h3 {
	color:#fff;
	background: #B84D82;
	padding:6px 10px;
	margin:0 0 20px 0;
	font-weight:700;
}

#content section.item02 .item_inn .item_list .txt h4 {
	color:#6d3f01;
	font-size:2.1rem;
	background:#faebd3;
	padding:10px;
	border-radius:8px;
	margin:0 0 20px 0;
	font-weight:700;
}

#content section.item02 .item_inn .item_list .txt ul {
}

#content section.item02 .item_inn .item_list .txt ul li {
	font-size:1.6rem;
	margin:0 0 4px 0;
}

#content section.item02 .item_inn .item_list .txt ul li::before {
	content:"■";
	margin:0 10px 0 0;
	color:#B84D82;	
}

#content section.item02 .item_inn .item_list .txt .txt01 {
  background-color: #fff;
  background-image: linear-gradient(180deg, #b84d8261 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5em;
	padding:0 6px 1px 6px;
}

#content section.item02 .item_inn .item_list .txt .txt02 {
	font-size:1.6rem;
}

#content section.item02 .item_inn .item_list .txt .btn_01 {
}

#content section.item02 .item_inn .item_list .txt .btn_01 a {
	display:block;
	text-align:center;
	background:#fff;
	padding:14px 0;
	color:#B84D82;
	border:solid 1px #B84D82;
	border-radius:50px;
	width:96%;
	margin:auto;
	letter-spacing:0.15em;
}

#content section.item02 .item_inn .item_list .txt .btn_01 a:hover {
	background:#B84D82;
	color:#fffC;
	opacity:1;
}


#content section.item02 .item_inn .item_list .pt {
	width:50%;
}

#content section.item02 .item_inn .item_list .pt figure {
}


#content section.item02 .item_inn .item_list:nth-child(2n) .txt {
	order:0;
	padding:0 40px 0 0;
}

#content section.item02 .item_inn .item_list:nth-child(2n) .pt {
	order:1;
}

#content section.item02 .item_inn .item_list:last-of-type {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#content section.item02 .item_inn .item_list:last-of-type .txt {
	width:100%;
}

#content section.item02 .item_inn .item_list:last-of-type .pt {
	width:100%;
	order:1;
}



@media screen and (max-width:768px) {
	#content section.item02 {
	background:#FBEEEA;
		padding:40px 0;
	text-align:center;
	}
	
	#content section.item02 .bl_inn {
	background:#fff;
		padding:20px 10px;
		max-width:94%;
	}
	
	
	#content section.item02 .bl_inn .map {
		margin:0 0 60px 0;
		padding:0 0px;
	}
	
	
	#content section.item02 .item_inn {
		margin:0 10px;
	}
	
	#content section.item02 .item_inn .item_list {
		flex-wrap:wrap;
		margin:0 0 40px 0;
	}
	
	#content section.item02 .item_inn .item_list:last-of-type {
	margin:0 0 0 0;
	}
	
	#content section.item02 .item_inn .item_list .txt {
		width:100%;
		padding:0 0 10px 0;
		order:1;
	text-align:left;
	}
	
	
	#content section.item02 .item_inn .item_list .txt h3 {
		color:#fff;
		/* background: #6d3f01; */
		padding:6px 10px;
		margin:0 0 20px 0;
		font-weight:700;
	}
	
	#content section.item02 .item_inn .item_list .txt h4 {
		font-size:1.8rem;
	}

#content section.item02 .item_inn .item_list .txt ul li {
	font-size:1.4rem;
	margin:0 0 4px 0;
}
	
	#content section.item02 .item_inn .item_list .txt .txt01 {
	background-color: #fff;
	background-image: linear-gradient(180deg, #b84d8261 1px, transparent 1px);
	background-size: 100% 2.5em;
	line-height: 2.5em;
	padding:0 6px 1px 6px;
		font-size:1.4rem;
	}
	
	#content section.item02 .item_inn .item_list .txt .txt02 {
		font-size:1.4rem;
	}
	
	#content section.item02 .item_inn .item_list .txt .btn_01 {
	}
	
	#content section.item02 .item_inn .item_list .txt .btn_01 a {
	display:block;
	text-align:center;
	background:#fff;
	padding:14px 0;
	color:#B84D82;
	border:solid 1px #B84D82;
	border-radius:50px;
	width:96%;
	margin:auto;
	letter-spacing:0.15em;
	}
	
	#content section.item02 .item_inn .item_list .txt .btn_01 a:hover {
	background:#B84D82;
	color:#fffC;
	opacity:1;
	}
	
	
	#content section.item02 .item_inn .item_list .pt {
		width:100%;
		order:2;
		margin:0 0 20px 0;
	}
	
	#content section.item02 .item_inn .item_list .pt figure {
	}
	
	
	#content section.item02 .item_inn .item_list:nth-child(2n) .txt {
		order:1;
		padding:0 0 0 0;
	}
	#content section.item02 .item_inn .item_list:nth-child(2n) .pt {
		order:2;
	}
	
	#content section.item02 .item_inn .item_list:last-of-type .txt {
		order:0;
	}
}


/* item03 */
#content section.item03 {
	padding:100px 0;
    background: url(../img/item03_bg.jpg) no-repeat center;
	background-size: cover;
}

#content section.item03 .item_inn {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	margin:0 0 60px 0;
}

#content section.item03 .plan_head {
/*	background:#c39d7b;*/
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	padding:40px 40px;
	color:#222222;
	align-items:center;
	margin:0 0 40px 0;
	background-image: linear-gradient(317deg, rgb(222 255 250 / 64%), rgb(255 214 241));
}

#content section.item03 .plan_head .txt {
	width:100%;
	margin-top: 50px;
}

#content section.item03 .plan_head .txt p {
	font-size:2.4rem;
	letter-spacing:0.1em;
	margin:0 0 10px 0;
}

#content section.item03 .plan_head table {
	width:100%;
}

#content section.item03 .plan_head table th,
	#content section.item03 .plan_head table td {
	padding:0 0 14px 0;
	line-height:1.5em;
}

#content section.item03 .plan_head table th {
	text-align:left;
	width:20%;
	vertical-align:top;
	color:#990000;
}

#content section.item03 .plan_head  table td {
	text-align:left;
	vertical-align:top;
}

#content section.item03 .plan_head  table td .link {
	display:flex;
	justify-content:space-between;
}

#content section.item03 .plan_head table td a {
	display:block;
	font-weight:700;
	color:#B84D82;
	background:#fff;
	border:solid 2px #B84D82;
	margin:20px 0 0 0;
	padding:14px 20px;
	border-radius:8px;
	width:100%;
	max-width:500px;
	text-align:center;
}



#content section.item03 .plan_head .pt {
	width:46%;
}

#content section.item03 .plan_head .pt .btn_01 {
	margin:0;
}

#content section.item03 .plan_head .pt .btn_01 a {
	display:block;
	text-align:center;
	background:#fff;
	padding:20px 0 36px 0;
	color:#E5177C;
	border:solid 1px #E5177C;
	border-radius:8px;
	width:100%;
	margin:auto;
	letter-spacing:0.15em;
	font-size:2.4rem;
	position:relative;
}

#content section.item03 .plan_head .pt .btn_01 a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #E5177C;
  border-bottom-width: 0;
}

#content section.item03 .plan_head .pt .btn_01 a:hover {
	background:#fbeeea;
	opacity:1;
}

#content section.item03 .item_inn div {
	width:50%;
	margin:auto;
}

#content section.item03 .item_inn div figure {
	margin:0 0 20px 0;
}

#content section.item03 .item_inn div figure img {
	border-radius:10px;
	width:100%;
}

#content section.item03 .item_inn div h3 {
	margin:0 0 20px 0;
	background:#FBEEEA;
	text-align:center;
	border-radius:10px;
	padding:10px 0;
	font-weight:700;
	letter-spacing:0.15em;
}

#content section.item03 .item_inn div .txt {
	font-weight:500;
	font-size:1.6rem;
	line-height:1.7em;
	margin:0 0 20px 0;
	letter-spacing:0.10em;
	width:100%;
	text-align:left;
}

#content section.item03 .item_inn div .txt th {
	color:#E5177C;
	font-weight:bold;
	width:90px;
	display:inline-block;
	vertical-align:top;
}

#content section.item03 .item_inn div .btn_01 {
}

#content section.item03 .item_inn div .btn_01 a {
	display:block;
	text-align:center;
	background:#fff;
	padding:14px 0;
	color:#E5177C;
	border:solid 1px #E5177C;
	border-radius:50px;
	width:90%;
	margin:auto;
	letter-spacing:0.15em;
}

#content section.item03 .item_inn div .btn_01 a:hover {
	background:#E5177C;
	color:#fffC;
	opacity:1;
}

#content section.item03 .item_inn2 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#content section.item03 .item_inn2 .h-box {
	width:100%;
	text-align:center;
	margin:0 0 20px 0;
}

#content section.item03 .item_inn2 .h-box h3 {
	font-weight:700;
	font-size:2.8rem;

	background-image: url(../img/read_h2a.png),
      url(../img/read_h2b.png);
	background-repeat: no-repeat,
      no-repeat;
	background-position: top left,
      top right;
	padding:10px 40px 20px 40px ;

	display:inline-block;
}

#content section.item03 .item_inn2 .note {
	width:50%;
	margin:auto;
}

#content section.item03 .item_inn2 .note h4 {
	background: #b84d82;
	color:#fff;
	padding:6px;
	margin:0 0 20px 0;
	text-align:center;
}

#content section.item03 .item_inn2 .note dl {
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width:96%;
	margin:0 auto;
	line-height:2.4em;
	font-size:1.5rem;
}

#content section.item03 .item_inn2 .note dl dt {
	width:80px;
}

#content section.item03 .item_inn2 .note dl dd{
	width: calc(100% - 80px);
}

#content section.item03 .item_inn2 .note dl dd figure {
	width:60%;
	margin:6px auto 20px 0;
}

#content section.item03 .item_inn2 .note p {
	width:96%;
	margin:10px auto 0 auto ;
	font-size:1.6rem;
}

@media screen and (max-width:768px) {
#content section.item03 {
	padding:40px 0;
background: url(../img/item03_bg.jpg) no-repeat center;
background-size: cover;
}

#content section.item03 .item_inn {
display:flex;
	flex-wrap:wrap;

	margin:0 auto 40px auto;
}

#content section.item03 .plan_head {
/*background:#c39d7b;*/
display:flex;
	flex-wrap:wrap;
	padding:10px 10px;
	margin:0 0 20px 0;
}

#content section.item03 .plan_head .txt {
	width:100%;
	margin:10px 0 ;
}

#content section.item03 .plan_head .txt p {
	font-size:2.0rem;
}

#content section.item03 .plan_head table {
	width:100%;
	font-size:1.4rem;
}

#content section.item03 .plan_head table th {
	width:100%;
	display:block;
	color:#990000;
	padding:0;
}

#content section.item03 .plan_head  table td {
	display:block;
	width:100%;
	padding:0 0 10px 0;
}

#content section.item03 .plan_head  table td .link {
	flex-wrap:wrap;
}

#content section.item03 .plan_head table td a {
	width:100%;
}

#content section.item03 .plan_head table td a {
	margin:10px 0 0 0;
}
	
#content section.item03 .plan_head .pt {
	width:100%;
}

#content section.item03 .plan_head .pt .btn_01 {
margin:0;
}

#content section.item03 .plan_head .pt .btn_01 a {
display:block;
text-align:center;
background:#fff;
	padding:10px 0 30px 0;
color:#E5177C;
border:solid 1px #E5177C;
border-radius:8px;
width:100%;
margin:auto;
letter-spacing:0.06em;
	font-size:1.6rem;
position:relative;
}

#content section.item03 .plan_head .pt .btn_01 a::before {
content: "";
display: block;
position: absolute;
bottom: 10px;
left: 50%;
width: 0;
height: 0;
transform: translateX(-50%);
	border: 10px solid transparent;
	border-top: 10px solid #E5177C;
border-bottom-width: 0;
}

#content section.item03 .plan_head .pt .btn_01 a:hover {
background:#fbeeea;
opacity:1;
}

#content section.item03 .item_inn div {
	width:100%;
	margin:0 0 60px 0;
}

#content section.item03 .item_inn div:last-of-type {
	margin:0 0 0 0;
}

#content section.item03 .item_inn div figure {
margin:0 0 20px 0;
}

#content section.item03 .item_inn div figure img {
border-radius:10px;
width:100%;
}

#content section.item03 .item_inn div h3 {
margin:0 0 20px 0;
background:#FBEEEA;
text-align:center;
border-radius:10px;
padding:10px 0;
font-weight:700;
letter-spacing:0.15em;
}

#content section.item03 .item_inn div .txt {
	font-size:1.4rem;
	line-height:1.8em;
	letter-spacing:0.0em;
	margin:0 0 20px 0;
}

#content section.item03 .item_inn div .txt th {
	color:#E5177C;
	font-weight:bold;
	width:100%;
	display:inline-block;
	vertical-align:top;
}

#content section.item03 .item_inn div .txt th,
#content section.item03 .item_inn div .txt td {
	display:block;
}

#content section.item03 .item_inn div .txt span {
	width:100%;
	display:block;
	margin:10px 0 0 0;
	letter-spacing:0.20em;
}

#content section.item03 .item_inn div .btn_01 {
}

#content section.item03 .item_inn div .btn_01 a {
display:block;
text-align:center;
background:#fff;
padding:14px 0;
color:#E5177C;
border:solid 1px #E5177C;
border-radius:50px;
width:90%;
margin:auto;
letter-spacing:0.15em;
}

#content section.item03 .item_inn div .btn_01 a:hover {
background:#E5177C;
color:#fffC;
opacity:1;
}

#content section.item03 .item_inn2 .h-box h3 {
	font-size:1.8rem;
}

#content section.item03 .item_inn2 .note {
width:100%;
	margin:0 0 40px 0;
}

#content section.item03 .item_inn2 .note:last-of-type {
	margin:0 0 0 0;
}

#content section.item03 .item_inn2 .note h4 {
	font-weight:700;
}

#content section.item03 .item_inn2 .note dl {
	line-height:2.2em;
	font-size:1.4rem;
}

#content section.item03 .item_inn2 .note dl dt {
	width:70px;
}

#content section.item03 .item_inn2 .note dl dd{
	width: calc(100% - 70px);
}

#content section.item03 .item_inn2 .note dl dd figure {
	width:100%;
	margin:0 auto 20px 0;
}

#content section.item03 .item_inn2 .note p {
	font-size:1.4rem;
}
}


/* item04 */
#content section.item04 {
	padding:60px 0 100px 0;
}

#content section.item04 .calbox {
	padding:50px;
	background-image: linear-gradient(-45deg,#F5F5F5 25%,#EFEFEF 25%,#EFEFEF 50%,#F5F5F5 50%,#F5F5F5 75%,#EFEFEF 75%,#EFEFEF);
	background-size: 60px 60px;
}


#content section.item04 .item_inn {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	
}

#content section.item04 .item_inn .txt {
	width: 60%;
	padding:0 40px 0 0;
}

#content section.item04 .item_inn .pt {
	width: 40%;
}

#content section.item04 .item_inn h2 {
	font-family: 'bradley';
	font-weight: 300;
	font-style: normal;
	font-size:5.3rem;
	margin:0 0 40px 0;
	position:relative;
}

#content section.item04 .item_inn .txt h2:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 100px;
height: 1px;
left: 0;
background-color: #707070;
}

#content section.item04 .item_inn h3 {
	font-size:2.2rem;
	font-weight:700;
	color:#B84D82;
	margin:0 0 20px 0;
}

#content section.item04 .item_inn a {
	display:block;
	font-size:2.2rem;
	font-weight:700;
	color:#fff;
	background:#B84D82;
	margin:40px 0 0 0;
	padding:14px 0;
	text-align:center;
	border-radius:8px;
}

@media screen and (max-width:768px) {
	#content section.item04 {
		padding:40px 0 60px 0;
	}

	#content section.item04 .bl_inn {
		max-width: 90%;
	}

	#content section.item04 .calbox {
		padding:20px;
		background-size: 40px 40px;
	}
	
	#content section.item04 .calbox iframe {
		width:100%;
		height:360px;
	}
	
	#content section.item04 .item_inn {

	flex-wrap: wrap;

	
}

#content section.item04 .item_inn .txt {
	width: 100%;
	padding:0;
	order:1;
}

#content section.item04 .item_inn .pt {
	width: 100%;
	margin:0 0 30px 0;
}

}


/* item05 */
#content section.item05 {
	background:#ECECEC;
}

#content section.item05 .bl_inn {
	max-width: 98%;
	width: 1000px;
	margin:0 auto 0 auto;
	padding:60px 0;
	text-align:center;	
}

@media screen and (max-width:768px) {
#content section.item05 .bl_inn {
	max-width: 90%;
	padding:30px 0;
}
}


/* item06 */
#content section.item06 {
	padding:60px 0 100px 0;
}

#content section.item06 .bl_inn {
	max-width:800px;
}

#content section.item06 h2.h2_01 {
	margin:0 0 20px 0;
	line-height:1;
}

#content section.item06 h2.h2_01 span {
}

#content section.item06 .movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}

#content section.item06 .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

@media screen and (max-width:768px) {
	#content section.item06 {
		padding:20px 0 40px 0;
	}
	
	#content section.item06 .bl_inn {
		max-width:90%;
	}
	
	#content section.item06 h2.h2_01 {
		margin:0 0 10px 0;
	}
}




/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
}

/* 2025 autum winter */

#content section.item02 .plans ul li{
	color: #B84D82;
 	padding: 10px;
  	margin: 0 auto 30px auto;
  	font-weight: 700;
	width: 60%;
	border: 1px solid #B84D82;
	border-radius: 50px;
}



#content section.item02 .item_inn h3.plan__ttl{
	font-size: 2.2rem;
  	font-weight: 700;
  	color: #B84D82;
  	margin: 0 0 20px 0;
}



#content section.item02 .item_inn .pt ul{
	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	/*margin: 0 0 40px 0;*/
	margin: 0 0 20px 0;
}

#content section.item02 .item_inn .pt ul li{
	width: 48%;
}

#content section.item02 .item_inn .txt{
	text-align: left;
  	margin: 0 0 40px 0;
}

#content section.item02 .item_inn .recomend{
	text-align: center;
	margin: 20px 0;	
}
#content section.item02 .item_inn .note{
	background:#FCF4F4;
	padding: 50px;
	border-radius: 10px;
  	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.20);
	width: 80%;
	margin: 40px auto 20px;
}

#content section.item02 .item_inn .note h4{
	font-weight: 700;
	color: #5a3d05;
	font-size: 2.5rem;
	margin-bottom: 50px
}

#content section.item02 .item_inn .note dl {
	display: flex;
	line-height: 4.0rem;
	align-items:flex-start;
}

#content section.item02 .item_inn .note dl dt{
	width: 30%;
	font-weight: 600;
	text-align: left
}

#content section.item02 .item_inn .note dl dd{
	width: 70%;
	text-align: left;
}

@media screen and (max-width:768px) {
	#content section.item02 .plans ul li{
	width: 80%;
	}
	#content section.item02 .item_inn .note{
	width: 100%;
	margin: 15px auto ;
	padding: 20px;
	}
	#content section.item02 .item_inn .note h4{
	margin-bottom: 20px;
	font-size: 2.0rem;
	}
	#content section.item02 .item_inn .note dl{
	flex-wrap: wrap;
	line-height: 3.0rem;
	}
	#content section.item02 .item_inn .note dl dt{
	width: 100%;
 	color: #5a3d05;
	font-weight: bold;
	}
	#content section.item02 .item_inn .note dl dd{
	width: 100%;	
	}
	
}


#content section.item03 .plan_head .note{
	background:#ffffff;
	padding: 50px;
	border-radius: 10px;
  	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.20);
	width: 80%;
	margin: 40px auto ;
}

#content section.item03 .plan_head .note h4{
	font-weight: 700;
	color: #5a3d05;
	font-size: 2.5rem;
	margin-bottom: 50px;
	text-align: center;
}

#content section.item03 .plan_head .note dl {
	display: flex;
	line-height: 4.0rem;
	align-items:flex-start;
}

#content section.item03 .plan_head .note dl dt{
	width: 30%;
	font-weight: 600;
	text-align: left
}

#content section.item03 .plan_head .note dl dd{
	width: 70%;
	text-align: left;
}

#content section.item03 .plan_head h3{
	font-size: 2.2rem;
  	font-weight: 700;
  	color: #fff;
  	margin: 20px 0;
	background-color: #B84D82;
	text-align: center;
}


@media screen and (max-width:768px) {
	#content section.item03 .plan_head .note{
	width: 100%;
	margin: 15px auto ;
	padding: 20px;
	}
	#content section.item03 .plan_head .note h4{
	margin-bottom: 20px;
	font-size: 2.0rem;
	}
	#content section.item03 .plan_head .note dl{
	flex-wrap: wrap;
	line-height: 3.0rem;
	}
	#content section.item03 .plan_head .note dl dt{
	width: 100%;
 	color: #5a3d05;
	font-weight: bold;
	}
	#content section.item03 .plan_head .note dl dd{
	width: 100%;	
	}
	
}

#content section.item05 .bl_inn .link a {
	display:block; 
	font-weight:700;
	color:#fff;
	background:#B84D82;
	margin:20px auto 0 auto;
	padding:14px 20px;
	border-radius:8px;
	width:49%;
	max-width:500px;
	text-align:center;
}

@media screen and (max-width:768px) {
	#content section.item05 .bl_inn .link a	{
	width:90%;	
	}
}

#content section.item03 .plan_head h3{
	font-size: 2.2rem;
  	font-weight: 700;
  	color: #fff;
  	margin: 40px 0 20px 0;
	background-color: #B84D82;
	text-align: center;
}

#content section.item04 .cancel{
	background: #f2f2f2;
	padding: 30px 60px;
	border-radius: 10px;
	margin: auto;
	width: auto;

}

#content section.item04 .cancel h3{
	text-align: center;
	font-size: 2.0rem;
	font-weight: 800;
	margin-bottom: 20px;
}
#content section.item04 .cancel table{
	width: 70%;

}
#content section.item04 .cancel table tr{
	display: flex;
	justify-content:flex-start;

}
#content section.item04 .cancel table tr th{
	font-weight: bold;
	width: 40%;
}

#content section.item04 .cancel table tr td{
		width: 60%;
}

@media screen and (max-width:768px) {
	#content section.item04 .cancel{
	padding: 20px;
	}
	#content section.item04 .cancel h3{
	font-size: 1.7rem;	
	}
	#content section.item04 .cancel table{
	width: 100%;
}
	#content section.item04 .cancel table tr{
		flex-wrap: wrap;
		justify-content:flex-start;
	}
	#content section.item04 .cancel table tr th{
		width: 100%;
		text-align: left;
	}
	#content section.item04 .cancel table tr td{
		width: 100%;
		text-align: left;
	}
	
}

