@charset "UTF-8";
/* CSS Document */

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
}
#head {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#headwrap {
	clear: both;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
#logo {
	float: left;
	width: 134px;
	padding: 20px 0 0 30px;
}
#logo img{
	width: 100%;
	height: auto;
	padding-bottom: 0px;
}

#navwrap {
	float: right;
	width: 680px;
	padding-right: 60px;
}
#nav02 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
}
#nav02 li {
	float: left;
  text-align: center;
    font-size: 18px;
    line-height: 1.6em;
	color: #B60455;
	font-family: "Montserrat",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;	
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
	width: calc((100% - 30px) / 4);
}
#nav02 li:first-of-type{
	margin-left: 0;
}
#nav02 a{
	color: #B60455;
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	padding: 30px 0 25px;
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.10);
}
#nav02 .entry a {
	color: #fff;
	background-image: -webkit-linear-gradient(2deg,rgba(182,4,85,1.00) 0%,rgba(255,221,78,1.00) 100%);
	background-image: -moz-linear-gradient(2deg,rgba(182,4,85,1.00) 0%,rgba(255,221,78,1.00) 100%);
	background-image: -o-linear-gradient(2deg,rgba(182,4,85,1.00) 0%,rgba(255,221,78,1.00) 100%);
}

#nav02 a strong{
	font-family:"Zen Maru Gothic",'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
font-size: 13px;
	line-height: 1.6em;
	display: block;
	color: #000000;
}
#nav02 .entry a strong {
	color: #fff;}
#nav02 img {
	display: block;
}

#flash {
	clear: both;
	background-color: #F4F3EE;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2vw;
	position: relative;
}
#flash .bg {
	padding-bottom: 0px;
	position: relative;
}
#flash .bg img {
	width: 100%;
	height: auto;
}

#flash .mask {
	padding-bottom: 0px;
	position: absolute;
	width: 100%;
	bottom: -1vw;
	left: 0;
}
#flash .mask img {
	width: 100%;
	height: auto;
}
#flash h2 {
	position: absolute;
	top: 11vw;
	padding-bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 45.5vw;
	z-index: 10;
}
#flash h2 img{
	width: 100%;
	height: auto;
}
#flash .img {
	position: absolute;
	z-index: 10;
}
#flash .img .photo img {
	width: 100%;
	height: auto;
} 
#flash .img .photo {
	position: relative;
	z-index: 10;
}
#flash .img .shade {
	position: absolute;
	left: 20px;
	top: 60px;
	mix-blend-mode: multiply;
	z-index: 0;
    opacity: 0.3;
}
#flash .img .shade img {
	width: calc(100% + 20px);
	height: auto;
	mix-blend-mode: multiply;
} 
#flash .img:first-of-type{
	left: calc(50% - 44vw);
	top: 8vw;
	width: 13.8vw;
}
#flash .img:nth-of-type(2){
	left: calc(50% - 38vw);
	top: 22.7vw;
	width: 10.7vw;
}

#flash .img:nth-of-type(3){
	right: calc(50% - 35.6vw);
	top: 22.7vw;
	width: 9.3vw;
}
#flash .img:nth-of-type(4){
	right: calc(50% - 43.2vw);
	top: 9.7vw;
	width: 12.7vw;
}
#flash .img:nth-of-type(5){
	right: calc(50% - 35.6vw);
	top: 22.7vw;
	width: 9.3vw;
}


#cont {
 clear: both;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 padding-top: 20px;
 position: relative;
}
#footwrap {
    background-color: #FFFFFF;
    clear: both;
    overflow: hidden;
}
#foot {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#footmenu {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
	color: #B60455;
	font-family: "Montserrat",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;	
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #D1D1D1;
}
#footmenu a{	
	color: #B60455;
	text-decoration: none;
	display: block;
	width: 100%;
}
#footmenu a strong{
	font-family:"Zen Maru Gothic",'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
font-size: 13px;
	display: block;
	color: #000000;
}
#footmenu li{
	border-right: 1px solid #D1D1D1;
	width: calc((100% - 4px) / 3);
}
#cr {
	font-size: 13px;
	line-height: 1.6em;
	padding-top: 40px;
	padding-bottom: 40px;
}

#news {
	margin-bottom: 30px;
}
#news table {
	border-collapse: collapse;
	width: 100%;
}
#news th {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	width: 30%;
}
#news td {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#news .box01 {
	clear: both;
	overflow: auto;
	height: 240px;
	padding-right: 20px;
}

#sub h6 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	border-bottom: 1px solid #575757;
	margin-bottom: 15px;
}

.list {
	padding-bottom: 20px;
}
.list li {
	padding-bottom: 10px;
	line-height: 20px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.list a {
	color: #2E2E2E;
	text-decoration: none;
}

.midashi {
	clear: both;
	font-size: 34px;
	line-height: 1.6em;
	color: #B60455;
	text-align: center;
	position: relative;
	padding-top: 90px;
	margin-bottom: 50px;
}
.midashi h3{
	position: relative;
	font-weight: 900;
}
.midashi .eng{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 130px;
	color: #E6E3D7;
	line-height: 1.2em;
	z-index: 0;
	font-weight: 900;
}
.midashib {
	text-align: center;
	font-weight: bold;
}
.midashib h4 {
 font-size: 26px;


 line-height: 1.em;
 line-height: 61.em;
 padding-bottom: 0px;
}

.midashi02 {
	font-size: 20px;
	line-height: 1.6em;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.komidashi {
	line-height: 20px;
	background-image: url(../img/list04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 16px;
}
.txtbox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 20px;
}
.txtbox li {
	list-style-position: inside;
	list-style-type: disc!important;
}

.linebox {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 30px 20px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border-radius: 10px;
}
form .linebox {
	background-color: #F4F3EE;
	width: 70%;
}
.linebox .box{
	display: inline-block;
	font-weight: bold;
}
.linebox .box h4{
	width: 150px;
	text-align: center;
	background-color: #7E0C40;
	color: #fff;
	padding: 15px 0;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size:19px;
	line-height: 1.6em; 
}

.linebox .box p{
	padding: 0 25px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.6em;
}
.upcap{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 80px;	
	font-family:'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.tbl td {
	padding: 30px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #B5B5B5;
}
.tbl th {
	padding: 30px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #B5B5B5;
	width: 180px;
	color: #B60455;
	font-weight: bold;
}
.tbl img{
	width: 100%;
	height: auto;
}
.tbl tr:last-of-type th,.tbl tr:last-of-type td{
	border-bottom: none;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.pagetop a {
	background-color: #CFC1A9;
	padding: 10px;
	display: inline-block;
	color: #001226;
	text-decoration: none;
}
.pc-none{
	display: none;
}
.sp-none{
	display: block;
}
.pc-none02{
	display: none;
}
.sp-none02{
	display: inline-block;
}
.telbox {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #001226;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.link {
	padding-bottom: 0px;
	margin:0 auto 50px;
	text-align: center;
	width: 100%;
	max-width: 700px;
}
.link a {
	padding: 40px 0;
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size: 26px;
	line-height: 1.2em;
	background-image: -webkit-linear-gradient(2deg,rgba(182,4,85,1.00) 0%,rgba(255,221,78,1.00) 100%);
	background-image: -moz-linear-gradient(2deg,rgba(182,4,85,1.00) 0%,rgba(255,221,78,1.00) 100%);
	background-image: -o-linear-gradient(2deg,rgba(182,4,85,1.00) 0%,rgba(255,221,78,1.00) 100%);
	border-radius: 10px;
	background-image: linear-gradient(88deg,rgba(182,4,85,1.00) 0%,rgba(255,221,78,1.00) 100%);
	font-weight: bold;
}
.link a:hover {opacity: 0.8;
}
.link a:after{
	background-image: url(../../img/arrow.png);
	width: 25px;
	height: 25px;
	content: " ";
	visibility: visible;
	position: absolute;
	background-size: 25px auto;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.mojilist li {
	background-repeat: no-repeat;
	margin-left: 20px;
	text-indent: -20px;
	padding-bottom: 10px;
}
.mojilist li:before {
	content: "●";
	color: #DE891E;
	padding-right: 5px;
}
.faqbox{
	margin-bottom: 40px;
	background-color: #F4F3EE;
	border-radius: 10px;
}
.faqbox h5 {
	font-size: 26px;
	line-height: 1.6em;
	padding: 30px 80px;
	background-color: #B60455;
	color: #fff;
	border-radius: 10px;
	position: relative;
	font-weight: bold;
	cursor: pointer;
}
.faqbox h5 .faqnum{
	position: absolute;
	background-image: url(../../img/bg_faq.png);
	width: 85px;
	font-size: 26px;
	line-height: 81px;
	background-size: 85px auto;
	text-align: center;
	font-family: "Montserrat",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	color: #B60455;
	font-weight: 800;
	display: block;
	top: -25px;
	left: -18px;
}
.faqbox h5:after{
	content: " ";
	visibility: visible;
	background-image: url(../../img/open.png);	
	width: 36px;
	height: 36px;
	background-size: 36px auto;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.faqbox h5.opened:after{
	background-image: url(../../img/close.png);	
}
.faqbox .box {
}
.faqbox .box .faqnum{
	font-size: 29px;
	line-height: 1.6em;
	vertical-align: middle;
	display: inline-block;
	color: #B60455;
	font-weight: 800;
	width: 85px;
	min-height: 50px;
	border-right: 3px solid rgba(182,4,85,0.15);
	font-family: "Montserrat",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	margin: 30px 30px 30px 60px;
}
.faqbox .box p{
	vertical-align: middle;
	display: inline-block;
margin: 30px 60px 30px 0;
}
.pname  {
	font-size: 18px;
	text-align: right;
	line-height: 1.6em;
}
.caption02 {text-align: center;
	font-size: 14px;
}
.caption {
	color: #FFFFFF;
	font-size: 12px;
	padding: 4px 6px;
	background-color: #B60455;
	border-radius: 5px;
	margin-left: 10px;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
}

.drop {
	padding-bottom: 30px;
}

.drop dt {
	background-color: #44B0FF;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
}
.drop dt:after {
	visibility: visible;
	content:'+';
	top: 50%;
	right: 20px;
	font-weight: bold;
	transform:translateY(-50%);
	position: absolute;
}
.drop dt.opened:after {	content:'－';
}
.drop dd{
	padding: 0 10px 20px;
}

.eng{
	font-family: "Montserrat",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;	
}
#info{
	background-color: #F4F3EE;
	padding-top: 150px;
	padding-bottom: 100px;
}
#info .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
#greet{
	background-color: #fff;
	z-index: 150;
	position: relative;
}
#greet .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 3em;
	font-size: 18px;
}
#greet h3 {
	font-size: 34px;
	line-height: 1.8em;
	font-weight: bold;
	padding-bottom: 30px;
}
#greet h3 strong {
	color: #B60455;
}
#greet .photo {
	padding-top: 60px;
	padding-bottom: 0px;
	width: 631px;
	margin-left: auto;
	margin-right: auto;
}
#greet .photo img {
	width: 100%;
	height: auto;
}
#about{
	background-color: #F4F3EE;
}
#about .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 100px;
}
#about .photo {
	padding-bottom: 70px;
}
#about .photo img {
	width: 100%;
	height: auto;
}

#faq{
	background-color: #FFF;
}
#faq .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 100px;
}
#sc{
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    bottom: 12.4vw;
    transform: translateX(-50%);
}
#contact{
	padding-top: 150px;
	padding-bottom: 100px;
}
#contact .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
