﻿@charset "utf-8";

/*--Base------------------------------------------------------------*/
html,body {
	width: 100%;
	height: 100%;
}
html {
	height: 100%;
	overflow-y: scroll;
}
/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
/*--Base------------------------------------------------------------*/
html,body {
	width: 100%;
	height: 100%;
}
html {
	height: 100%;
	overflow-y: scroll;
}
/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
ul,ol {
	list-style: none;
}
iframe{
	border: none;
}
/*--Text------------------------------------------------------------*/
body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	color: #444444;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
    font-weight: normal;
}
/*--Link------------------------------------------------------------*/
a,
a:link {
	color: #333333;
	transition: 0.3s
}
a:visited {
	color: #333333;
}
a:focus {
	outline: none;
}
a:hover{
	opacity:0.6;
}
/*--HTML5-----------------------------------------------------------*/
article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}
/*--layout----------------------------------------------------------*/
#wrapper {
	width: 100%;
	background: #fff;
}


/*--------------------------------------------------------------------
TOP
--------------------------------------------------------------------*/
/*メイン*/
#main {
    float: none;
    width: 100%;
    margin: 0;
}
#main img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
}

#main .slick-dots {
    bottom: 30px;
    width: calc(100% - 3em);
    text-align: right;
    right: 3em;
}
#main .slick-dots li {
    width: 15px;
    height: 15px;
    padding: 0;
}
#main .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
}
#main .slick-dots li button:before {
    font-size: 30px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    opacity: 1;
    color: #b2b2b2;

}
#main .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}


#top_contents01 a {
    display: block;
}
#top_contents01 a:first-of-type {
    background: url("../img/top/top_img01.jpg") no-repeat center;
	background-size: cover;
}
#top_contents01 a:nth-of-type(2) {
    background: url("../img/top/top_img02.jpg") no-repeat center;
	background-size: cover;
}
#top_contents01 a:nth-of-type(3) {
    background: url("../img/top/top_img03.jpg") no-repeat center;
	background-size: cover;
}
#top_contents01 a:nth-of-type(4) {
    background: url("../img/top/top_img04.jpg") no-repeat center;
	background-size: cover;
}
#top_contents01 a:nth-of-type(5) {
    background: url("../img/top/top_img05.jpg") no-repeat center;
	background-size: cover;
}

#top_contents01 a h3.ttl02 {
    max-width: 1200px;
    width: 90%;
    text-align: left;
    padding: 3em 0;
    margin: 0 auto;
    font-size: 56px;
    font-family: 'Cormorant Garamond', serif;
    box-sizing: border-box;
}
#top_contents01 a h3.ttl02 span {
    font-size: 38%;
    margin-left: 1em;
}
#top_contents01 a:nth-of-type(2n) h3.ttl02 {
    text-align: right;
}

@media screen and (max-width: 768px) {
#main img {
    /*height: 90vh;*/
}
#top_contents01 a:first-of-type {
    background: url("../img/top/top_img01_sp.jpg") no-repeat center;
	background-size: contain;
}
#top_contents01 a:nth-of-type(2) {
    background: url("../img/top/top_img02_sp.jpg") no-repeat center;
	background-size: contain;
}
#top_contents01 a:nth-of-type(3) {
    background: url("../img/top/top_img03_sp.jpg") no-repeat center;
	background-size: contain;
}
#top_contents01 a:nth-of-type(4) {
    background: url("../img/top/top_img04_sp.jpg") no-repeat center;
	background-size: contain;
}
#top_contents01 a:nth-of-type(5) {
    background: url("../img/top/top_img05_sp.jpg") no-repeat center;
	background-size: contain;
}
#top_contents01 a h3.ttl02 {
    padding: 2.04em 0;
    font-size: 6vw;
}
}
@media screen and (max-width: 480px) {	
#main .slick-dots {
    bottom: 3vw;
    width: calc(100% - 3vw);
    right: 3vw;
}
#main .slick-dots li {
    width: 3vw;
    height: 3vw;
    margin: 0 0.75vw;
}
#main .slick-dots li button {
    width: 3vw;
    height: 3vw;
}
#main .slick-dots li button:before {
    font-size: 6vw;
    line-height: 3vw;
    width: 3vw;
    height: 3vw;
}
	
#top_contents01 a h3.ttl02 {
    padding: 2em 0;
}
}


#top_contents02 ul.item_list {
    max-width: 1522px;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
}