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

body {
	margin: 0;
	font-family: "游ゴシック体","游ゴシック Medium", "Yu Gothic Medium","Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em;
}
section {
	position: relative;
}
.jp {
	font-family: 'Hannari', serif;
	font-weight: lighter;
}
img{
	width: inherit;
}
main{
	overflow: hidden;
}
/************************ common ************************/

.sp {
	display:none;
}
.pc {
	display:block;
}

/************************ flexbox ************************/

.f_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f_box_r{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
		-webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.inner1700{
	max-width: 1700px;
	min-width: 1200px;
	margin: 0 auto;
}
.inner1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/************************ ヘッダー ************************/
#top-header{
	background-image: url(../img/qira_barback.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	position: fixed;
	width: 100%;
  z-index: 100;
	left: 0;
	right: 0;
	top:0;
	margin: auto;
}
#top-header img{
	width: 466px;
	padding-left: 20px;
}
/************************ button ************************/


/************************ header ************************/

/************************ main ************************/
.fv_back{
	background-image: url(../img/qira.jpg);
	background-position: center;
	background-size: cover;

}
#fv{
height: 1430px;
text-align: center;
position: relative;
}
#fv h1{
padding-top: 4rem;
}
#fv img{
width: 670px;
margin-top: 20px;
}
#fv h1 img{
width: 430px;
margin-bottom: 20px;
}
#fv h2 {
font-size: 52px;
color: #a88355;
margin-top: 20px;
letter-spacing: 0.5rem;
}
#fv h2 span{
font-size: 56px;
letter-spacing: 1rem;
}
.top_point {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: auto;
}
#fv .top_point h3 {
    font-size: 25px;
    color: #424242;
    margin: 20px 0 20px;
    letter-spacing: 0.5rem;
    font-family: 'Hannari', serif;
    font-weight: lighter;
}
#fv .top_point img{
	width: 1000px;
	margin: 0 auto;
}

/************************ sec1 ************************/
.sec01{
	text-align: center;
}
.logo_white{
	width: 540px;
	margin: 0 auto;
}
.sec01 h2{
	font-size: 38px;
	letter-spacing: 0.5rem;
	margin: 50px 0 30px;
	color: #fff;
}
.sec01 h3{
	font-size: 38px;
	letter-spacing: 0.5rem;
	color: #fff;
}
.sec01 h3 span{
	position: relative;
	padding-top: 20px;
}
.sec01 h3 span::before {
	position: absolute;
	content: "";
	width: 0.18em;
	height: 0.18em;
	border-radius: 50%;
	background-color: #fff;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.sec01_bk{
	background-image: url(../img/qira2.jpg);
	background-position: center;
	background-size: cover;
}
.movie{
	padding: 5rem 0 3rem;
}
.movie .movie_area{
	text-align: center;
}
.mov_img{
	position: relative;
	box-shadow: 0 35px 30px -30px rgba(53, 47, 47, 0.8);
	width: 1000px;
	margin: 0 auto;
}


.movie .movie_area p{
	color: #fff;
	margin-bottom: 1rem;
	margin-top: 50px;
}
.movie p{
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.2rem;
	color: #fff;
	margin: 80px 0 30px;;
}
/************************ sec2 ************************/
.point_area{
	background-image: url(../img/qira3.jpg);
	background-position: center;
}
.point_area_x{
	line-height: 5rem;
	padding-bottom: 80px;
}
.point_area h2{
	color: #a88355;
	font-size: 50px;
	letter-spacing: 0.8rem;
	padding-top: 100px;
	text-align: center;
	line-height: 6rem;
}
.rigt_box{
	position: relative;
  z-index: 0;
	margin-top: 100px;
}
.rigt_box::after{
	content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewx(-20deg);
  transform-origin: left right;
  z-index: -1;
  width:70%;
  height:730px;
  background:rgba(235, 218, 180, 0.4);
	left:-20%;
}

.pont_box ul li{
	width: 600px;
}
.pont_box h3{
	font-size: 40px;
	color: #a88355;
	letter-spacing: 0.2rem;
	line-height: 4rem;
	text-align: left;
	font-weight: lighter;
	margin-top: 80px;
	padding-left: 2rem;
	position: relative;
	font-weight: lighter;
}
.pont_box h3 ::before{
	content: '';
  display: inline-block;
  width: 160px;
  height: 95px;
  background-image: url(../img/qira_point_01-18.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -20%;
  top: -37%;
  z-index: 10;
}
@media screen and (max-width:1280px) {
	.pont_box h3 ::before{
	  left: 0;
	}
}
.pont_box h3 span{
	font-size: 45px;
	letter-spacing: 0.5rem;
}
.pont_box .card {
	text-align: center;
}
.pont_box .card img{
	width: 360px;
	height: 545px;
	margin: 150px 0 0 50px;
	filter: drop-shadow(5px 5px 5px #aaa);
}
.pont_box .card_txt{
	padding: 1rem 4rem 1rem 2rem;
	text-align: justify;
}
.pont_box .card_txt p{
	color:#4d4d4d;
	font-size: 20px;
	line-height: 2rem;
	letter-spacing: 0.2rem;
}
.pont_box .card_txt table{
	width: 100%;
	line-height: 2.5rem;
	text-align: center;
	margin:20px 0 5px 0;
	}
.pont_box .card_txt table.card_table01 tr th{
	background: rgba(168, 131, 85, 0.9);
	border: 1px solid #a88355;
	font-size: 14px;
	font-weight: lighter;
	}

.pont_box .card_txt table.card_table01 tr th:first-child{
	width: 60%;
	}
.pont_box .card_txt table.card_table01 tr td{
	background: #ebdab4;
	font-size: 14px;
	border: 1px solid #a88355;
	}
.pont_box .card_txt table.card_table01 tr td span{
	font-size: 30px;
	font-weight: bolder;
	font-family: serif;
	letter-spacing: 0.2rem;
	vertical-align: middle;
		}
.coation{
	padding-left: 10px;
	position: relative;
}
.pont_box .card_txt .coation{
	font-size: 11px;
	line-height: 1rem;
	letter-spacing: 0;
}
.coation::before{
	content: '※';
	position: absolute;
	left:-3px;
}
.pont_box .card_txt table.card_table02{
	margin:5px 0 5px 0;
	line-height: 2rem;
	font-size: 14px;
}
.pont_box .card_txt table.card_table02 th{
	width: 15%;
	font-weight: bolder;
	color: #a88355;
	border: 1px solid #a88355;
}
.pont_box .card_txt table.card_table02 td{
	font-size: 13px;
	color: #333;
	border: 1px solid #a88355;
}
.pont_box .card_txt table.card_table02 td strong{
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.pont_box .card_txt table.card_table02 td span{
	font-size: 10px;
}
.pont_box .card_txt .coation_02{
	font-size: 11px;
	line-height: 1rem;
	letter-spacing: 0;
	text-align: right;
}
.pont_box .card_txt .coation_03{
	font-size: 11px;
	line-height: 1rem;
	letter-spacing: 0;
}
.pont_box .card_txt .coation_03 span{
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
/************************ sec3 ************************/
.point_area_02 .rigt_box {
    margin-top: 0;
}
.point_area_02 .rigt_box::after {
	transform: skewx(20deg);
		left: 800px;
		height: 650px;
}

.point_area_02 .pont_box h3 {
    text-align: center;
}
.point_area_02 .pont_box h3 ::before {
    background-image: url(../img/qira_point_01-19.svg);
    left: 90%;
}

@media screen and (max-width:1280px) {
	.point_area_02 .pont_box h3 ::before {
	    left: 70%;
	}
}
.point_area_02 .pont_box h3 span {
    font-size: 30px;
    letter-spacing: 0.5rem;
		padding: 0 0 0 10px;
}
.point_area_02 .pont_box .card_txt {
    padding: 1rem 3.2rem 1rem 2rem;
}
.point_area_02 .pont_box .card img {
	width: 344px;
	height: 110px;
	margin: 0;
    filter: none;
}
.pont_box ul li .card_box{
	width: 70%;
	margin: auto;
}
.pont_box ul li .card_box li{
    width: 100%;
		margin-top: 50px;
}
.card_box li{
	border: 1px solid #465c81;
}
.card_box li p{
	line-height: 1.5rem;
	background: #465c81;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	padding: 10px 0
}
/************************ sec4 ************************/


.point_area_03{
	background-image: url(../img/qira5.jpg);
	height: 920px;
    padding-top: 100px;    background-position: center;
}
.point_area_03 .rigt_box {
    margin-top: 0;
}
.point_area_03 .pont_box h3 img {
	width: 256px;
	height: 109px;
	display: block;
	margin-left: 110px;
	margin-bottom: 20px;
}
.point_area_03 .pont_box h3 ::before{
    width: 165px;
    height: 90px;
    background-image: url(../img/qira_point_03_20.svg);
		top: -15%;
}
/************************ sec5 ************************/
.point_area_04 {
    height: 850px;
		padding-top: 50px;
}
.point_area_04 .pont_box h3 ::before{
    width: 165px;
    height: 90px;
    background-image: url(../img/qira_point_04-21.svg);
		top: -24%;
}
.point_area_04 .pont_box .card {
    position: relative;
		z-index: 10;
}
.point_area_04 .pont_box .card img {
    width: 912px;
    height: 671px;
    margin: 0;
    filter: none;
		position: absolute;
		z-index: 20;
		left: -200px;
}
.point_area_04 .pont_box h3 {
    padding-left: 0;
		font-size: 37px;
}
.point_area_04 .pont_box .card_txt {
    padding: 1rem 0 0 3rem;
}
/************************ sec6 ************************/
.point_area05 .point_items {
	justify-content: space-around;
}
.point_area05 .point_items li{
	width: 560px;
	height: 450px;
	background: rgba(235, 218, 180, 0.4);
	text-align: center;
	transform:skewX(-16deg);
	position: relative;
}
.point_area05 .point_items li .point_item_inner{
	transform:skewX(16deg);
	padding: 2rem 3rem;
	margin-left: 4rem;
}
.point_area05 .point_items li .point_item_inner dt h3{
	font-size: 30px;
	color: #a88355;
	line-height: 3rem;
	font-weight: lighter;
}
.point_area05 .point_items li .point_item_inner dt h3::before {
    content: '';
    display: inline-block;
    width: 124px;
    height: 63px;
    background-image: url(../img/qira_point_05-22.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left:0;
    top: -5%;
    z-index: 10;
}
.point_area05 .point_items li .point_06 dt h3::before {
    content: '';
    display: inline-block;
		width: 104px;
    height: 73px;
    background-image: url(../img/qira_point_06-23.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left:0;
    top: -5%;
    z-index: 10;
}
.point_area05 .point_items li .point_item_inner dd p{
	font-size: 18px;
  color: #4d4d4d;
  line-height: 2rem;
  font-weight: lighter;
  padding: 1rem 0;
  text-align: left;
}
.point_area05 .point_items li .point_06 dd p {
	line-height: 2.7rem;
	letter-spacing: 0.1rem;
}
.point_area05 .point_items li .point_item_inner dd img{
	position: relative;
  bottom: -20px;
  left: -140px;
}
.bunner_area{
	margin-top: 150px;
}
.bunner_area img{
	box-shadow: 0 35px 30px -30px rgba(53, 47, 47, 0.8);
}
/************************ sec7 ************************/
.point_area_07{
	background-image: url(../img/qira_barback02.jpg);
  background-position: center;
	background-size: 100%;
	background-repeat: repeat-y;
  padding: 80px 0;
}
.point_area_07 h2{
	text-align: center;
	font-size: 40px;
	letter-spacing: 0.7rem;
	line-height: 5rem;
}
.point_area_07 h2 img{
	vertical-align: text-bottom;
}
.point_area_07 p.read_text{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1rem;
	text-align: center;
	margin-top: 50px;
	line-height: 2.5rem;
}
.point_slide{
	padding-top: 80px;
}
.slide_item{
	width: 400px;
	transition: 0.3s;
	margin: 0 auto;
}
.slide_item:hover{
	opacity: 0.7;
}
.slide_item dt h3{
	background-color: #000;
	color: #ebdab4;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.1rem;
	line-height: 2rem;
	padding: 0.5rem 0;
	font-weight: lighter;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide_item dd img{
	width: 100%;
}
.slide_item dd .link_btn{
	background-color: #ebdab4;
	padding: 1rem 1rem;
	width: 95%;
	margin: 0 auto;
	position: relative;
	top: -30px;
	height: 120px;
	display: flex;
  flex-direction: column;
}
.slide_item dd .link_btn p{
	color: #333333;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
}
.slide_item dd .link_btn p.more{
	text-align: right;
	font-family: serif;
	font-size: 20px;
	margin-top: auto;
	padding-right: 20px;
}
.slide_item dd .link_btn p.more::after{
	content: '';
	position: absolute;
  bottom: 10px;
  right: 10px;;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #333333;
}
.point_slide .slick-prev,.slick-next{z-index: 99;}
.point_slide .slick-prev{left: 50px;}
.point_slide .slick-next{right: 50px;}

.slide-arrow{
	width: 30px;
	position: absolute;
  top: 50%;
  margin-top: -15px;
	z-index: 100;
}
.prev-arrow{left: 0;}
.next-arrow{right: 0;}
/************************ footer ************************/

.footer_area {
	text-align: center;
}
.footer_area h2{
	font-size: 48px;
	padding-bottom: 30px;
	letter-spacing: 0.2rem;
}
.tenpo{
	text-align: center;
	font-family: serif;
	letter-spacing: 0.1rem;
	line-height: 3rem;
	padding-top: 50px;
}
.tenpo dt{
	font-size: 25px;
	color: #a88355;
	font-weight: normal;
	padding-bottom: 20px;
}
.tenpo dd{
	font-size: 18px;
	color: #a88355;
	font-weight: normal;
}
.footer_contact{
	color: #4d4d4d;
	padding-bottom: 100px;
	font-family: serif;
	padding-top: 100px;

}
.footer_contact h3{
	font-size: 25px;
	letter-spacing: 0.2rem;
	line-height: 3.5rem;
	font-weight: lighter;
}
.foot_logo{
	width: 430px;
    margin-bottom: 20px;
		padding-top: 50px;
}
.footer_contact p{
	color: #666666;
	font-size: 18px;
	letter-spacing: 0.2rem;
	line-height: 2rem;
	font-weight: lighter;
	padding-top: 30px;
}
.footer_contact p span{
	display: block;

}
.button a{
	transition: 0.3s;
}
.button a:hover{
	opacity: 0.7;
}

.footer{
	position:fixed;
	bottom:20px;
	right:20px;
	    width: 200px;
			filter: drop-shadow(5px 5px 5px #aaa);
			transition: 0.3s;
}
.footer:hover{
	opacity: 0.95;
}


@media screen and (max-width:767px) {
.sp{
  display: block;
}
.pc{
  display: none;
}
.inner1700 {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
}
main{
	overflow: hidden;
}
.inner1200 {
    width: 90%;
    margin: 0 auto;
}
.f_box_r {
    display: block;
}
#fv {
    height: 1200px;
}
#fv h1 {
    padding-top: 3rem;
}
#fv h1 img {
    width: 390px;
}]
#fv img {
    width: 470px;
    margin-top: 10px;
}
#fv h2 {
    font-size: 32px;
}
#fv h2 span {
    font-size: 34px;
}
#fv .top_point img {
    width: 95%;
}
.logo_white {
    width: 390px;
}
.sec01 h2 {
    font-size: 33px;
}
.sec01 h3 {
    font-size: 33px;
}
.mov_img {
    width: 100%;
}
.mov_img iframe{
    height: 300px;
}
.movie .movie_area p {
    text-align: center;
}
.movie p {
    font-size: 18px;
    margin: 50px 0 30px;
    text-align: left;
}
.point_area {
    padding-bottom: 0;
}
.point_area h2 {
    font-size: 33px;
    letter-spacing: 0.2rem;
    padding-top: 50px;
    line-height: 4rem;
}
.rigt_box {
    margin-top: 50px;
}
.rigt_box .f_box_r{
    display: block;
}
.rigt_box::after {
    top: 600px;
}
.pont_box .card img {
    margin: 30px 0 0 0;
}
.pont_box ul li {
    width: 100%;
}
.pont_box h3 ::before {
    top: -20%;
}
.pont_box h3 {
    font-size: 33px;
}
.pont_box h3 span {
    font-size: 40px;
}
.pont_box .card_txt {
    padding: 1rem;
}
.fnumber1 {order:1;}
.fnumber2 {order:2;}

.pont_box h3 {
    padding-left: 0;
  text-align: center;
}
.point_area_02 .pont_box .card_txt {
    padding: 1rem 1rem 3rem 1rem;
}
.point_area_03 {
    padding-top: 50px;
}
.point_area_03 .pont_box h3 img {
    margin: 0 auto;
    margin-bottom: 30px;
}
.point_area_02 .rigt_box::after {
    left: 350px;
    top:0;
}
.point_area_03 .rigt_box::after{
    top:-50px;
}
.point_area_04 {
    height: auto;
    padding-top: 0;
		padding-bottom: 0
}
.point_area_04 .pont_box .card img {
    position: relative;
}
.point_area_04 .pont_box .card_txt {
    padding: 1rem;
}
.pont_box ul li .card_box {
    width: 90%;
}
.point_area_03 {
    background-image: url(../img/qira5_sp.jpg);
    height: 883px;
		background-position: center;
}
.point_area05 .point_items {
    padding-top: 80px;
}
.point_area05 .point_items li .point_item_inner {
    transform: skewX(16deg);
    padding: 2rem 3rem;
    margin-left: 2rem;
}

.point_area05 .point_items li .point_item_inner dd img {
    left: -109px;
}
.point_area05 .point_items li {
    margin-bottom: 80px;
}
.bunner_area {
    margin: 50px 0 0 0;
    padding-bottom: 0;
}
.bunner_area img {
    width: 100%;
}
.point_area_07 {
    padding: 50px 0;
}
.point_area_07 h2 {
    font-size: 30px;
    letter-spacing: 0.2rem;
    line-height: 3rem;
}
.point_area_07 h2 img {
    width: 32px;
}
.point_slide {
    padding-top: 30px;
}
.slide_item{
	width: 300px;
	transition: 0.3s;
	margin: 0 auto;
}
.slide_item dt h3 {
    font-size: 24px;
}
.slide_item dd .link_btn {
    background-color: #c3b79a;
    width: 100%;
    top: 0;
    height: 120px;
}
.map{
   width: 100%;
}
.tenpo {
    padding-top: 0;
    line-height: 2rem;
}
.tenpo dd {
    width: 90%;
    margin: 0 auto;
}
.footer_contact {
    padding-top: 50px;
    padding-bottom: 200px;
}
.footer_contact h3 {
    font-size: 23px;
    line-height: 2.5rem;
}
.button img{
  width: 90%;
}
.foot_logo {
    width: 390px;
}
.footer_contact p {
    padding-top: 10px;
    width: 90%;
    text-align: justify;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8rem;
}
}
