﻿@charset "utf-8";
/* CSS Document */

/***　全ページ　***/

:root{
	--black:#190E05;
	--wh: #ffffff;
	--bj: #E6DDD1;
	--h3: max(1.5vw, 45px);
	--footh3: max(3.5vw, 45px);
	--h4: max(1vw, 34px);
	--h4:min(5vw, 38px);
	--cateh4:max(2vw , 22px) !important;;
}

/*-rasty--*/

body{
	background-color: var(--black);
	caret-color: transparent;
}

::selection {
  background-color: #352e26;
	color: var(--wh);
}

.small{
	font-size: 0.7em;
}

p{
	color: var(--wh);
}

h4{
	font-size: var(--h4);
	color: var(--wh);
	margin-bottom: 1.5em
}

#page_title h3{
	font-size: var(--h3);
    color: var(--wh);
    border-top: 1px solid var(--wh);
    padding: 30px 7%;
}

#page_title{
	margin-top: 100px;
}


figure{
    height: 100%;
}

figure img{
	    object-fit: cover;
    height: 100%;
}

span{
	color: white;
}

span.l_ani{
	position: relative;
    padding: 10px 30px;
    margin: auto;
    margin-right: 10%;
	margin-top: 2em;
    display: block;
    max-width: 150px;
	cursor: pointer;
	transition: transform .3s ease-in-out;
}

span.more{
	margin-right: 0%;
	max-width: 100px;
}

.a-self{
	align-self: center;
}

.pd_0{
	padding: 0;
}

.pd_r-5per{
	padding-right: 5%;
}

.pd_l-5per{
	padding-left: 5%;
}

.mg_0{
	margin: 0;
}

.mg_r-5per{
	margin-right: 5%;
}

.mg_l-5per{
	margin-left: 5%;
}

.mg_r-10per{
	margin-right: 10%;
}

.mg_l-10per{
	margin-left: 10%;
}

h5,h6{
	color: var(--wh);
}

/*span.l_ani:before{
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%)  scale(0);
    transform: translate(-50% , -50%) scale(0);
    pointer-events: none;
    z-index: 1;
    background-color: var(--wh);
	transform-origin: left top;
	transition: all 0.3s;
}*/

span.l_ani:before, .cate_list a:before, .page10 .all_area ul li a:before{
	content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color:  var(--wh);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

span.l_ani.more4:before , .more4 span.arrow, .more4 span.arrow:before{
  background-color:  var(--black) !important;
}


/*span.l_ani:hover:before{
	transform-origin: right top;
	-webkit-transform: translate(-50% , -50%) scale(1);
	transform: translate(-50% , -50%) scale(1);
	transition: all 0.3s;
}*/

span.l_ani:hover:before, .cate_list a:hover:before, .page10 .all_area ul li a:hover:before{
	transform-origin: left;
  transform: scaleX(1);
	transition: transform .3s ease-in-out;
}

span.arrow{
	content: "";
    display: block;
    width: 2.5em;
    height: 1px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
    z-index: 1;
    background-color: var(--wh);
	transition: transform .3s ease-in-out;
}

span.arrow:before{
	content: "";
    display: block;
    width: 0.9em;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    pointer-events: none;
    z-index: 1;
    background-color: var(--wh);
    transform: rotate(0deg);
    transform-origin: right;
	opacity: 0;
	transition: transform .5s ease-in-out;
}

span.l_ani:hover span.arrow{
	transform: rotate(-45deg) translateX(5px);
	transition: transform .3s ease-in-out;
}

span.l_ani:hover span.arrow:before{
	transform: rotate(44deg);
	opacity: 1;
	transition: transform .3s ease-in-out;
}

.all header h1, .all header ul .contact{
	filter: invert(1);
}

.all header ul li a{
	color: var(--wh);
}

.all_area{
	margin: 7% auto;
	width: 80%;
}

.cate{
	margin: 7% auto;
}

.cate h4{
	position: relative;
    color: var(--wh);
    font-size: max(2vw , 21px) !important;
	line-height: 2.7vw;
}

.cate h4:before{
	    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(-100% - 20px);
    background-color: var(--wh);
    -webkit-transform: translate(0% , -50%);
    transform: translate(0% , -50%);
    pointer-events: none;
	z-index: -1;
}

.cate_list a{
    padding: 10px 15px;
    color: white;
	position: relative;
}

.page03 .cate_box{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
}

.page03 .cate_box h5, .page03 .cate_box h6{
	line-height: 1.2em;
}

.page03 .cate_box figure{
	    border-radius: 50%;
}

/*-rasty--*/


.pd_4vw{
	padding-right: 4vw;
}



.bord{
	    border-left: 1px #959595 solid;
}

.bord_r{
	    border-right: 1px #959595 solid;
}

.bord2{
	    border-left: 1px #959595 solid;
}

.load img{
	max-width: 150px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.wrap{
	min-width: 1280px;
	overflow: hidden;
}

.ani{
	opacity: 0;
	    transition: opacity 1.2s ease-in;
    transition-property: opacity;
}

.ani.fadetrans{
     opacity: 1;
	    transition: opacity 1.2s ease-in;
	transition-property: opacity;
}


.txt_color1, .hvr_txt_color1:hover {
    color: var(--bro);
}

.border_color2, .hvr_border_color2:hover {
    border-color: var(--nezu);
}

.mg_t-150px{margin-top: 150px;} 


.page_title{
	background-color: var(--nezu);
}

.bg_color1, .hvr_bg_color1:hover {
    background-color: #343434;
}

.txt_color3, .hvr_txt_color3:hover {
    color: var(--bro);
}

.bg_color3, .hvr_bg_color3:hover {
    background-color: var(--bro);
}

.width_1080-max{
	max-width: 1080px;
}

.txt_area-l{
	font-size: 14px;
	    opacity: 1;
	/*padding: 20px;*/
	padding: 15px 25px;
	box-sizing: border-box;
	line-height: 1.8em;
}

/*--ここは一応残すここから--*/

*:focus {outline:none;}
html{font-size:100%;}
body{-webkit-text-size-adjust: 100%;}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*--ここは一応残すここから--*/

a{
	color: black;
}

#page-top{
	right: 2.5%;
	width: 45px;
}

#page-top img{
	    max-width: 1.5rem;
}

#page-top a{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
#page-top a:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
textarea{overflow: auto}


.btn{
	display: block;
    padding: 10px 5px;
    border: 1px solid var(--wh);
    max-width: 300px;
    text-align: center;
	color: var(--wh);
	
}

.btn:hover{
	background-color: var(--wh);
	color: var(--black);
}

.gift_banner{
	top: 40%;
    left: 0;
    padding: 40px 10px;
    /* background-color: white; */
    border: 1px solid black;
    z-index: 1;
    color: #5f5f5f;
    /* mix-blend-mode: difference; */
    font-size: 20px;
}

/***　ヘッダー　***/

#header{
	position: relative;
    top: 35px;
    padding: 0 4%;
}

.nav_toggle {
        display: block;
    position: fixed;
    width: 2.7rem;
    height: 1.5rem;
    cursor: pointer;
    right: 2.5%;
    top: 40px;
	z-index: 3;
}

/*.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #959595;
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}

.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
*/

/*--以下も残す--*/

.nav_toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #716a64;
  position: absolute;
  transition: transform .5s, opacity .5s;
	caret-color: transparent;
}
.nav_toggle span:nth-child(1) {
  top: 0;
}
.nav_toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle span:nth-child(3) {
  bottom: 0;
}

.nav_toggle.show span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show span:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show span:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
	transition: all 0.5s;
}

.nav:before{
	content: "";
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
	border-top: 1px solid var(--wh);
	border-bottom: 1px solid var(--wh);
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
}

.nav.show {
  opacity: 1;
  visibility: visible;
    background-color: var(--black);
	    transition: opacity .5s, visibility .5s;
	transition: all 0.5s;
}

.nav.show > div > div.d_flex{
	margin-bottom: 50px;
}

.nav_ko .nav_menu_li a{
	font-size: 24px;
    margin-bottom: 10px;
	    color: var(--wh);
}

.nav_ko .nav_menu_li a span{
	font-size: 16px;
}

.nav h2{
	filter: invert(1);
	max-width: 350px;
}

/*.nav .sita .nav_menu_li{
	border-bottom: 1px solid var(--wh);
}*/

.nav .sita .nav_menu_li a{
	color: var(--wh);
}

/*--以下も残す--*/


header{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

header h1#logo{
       max-width: 150px;
    position: relative;
    transform: scale(1.5);
    transform-origin: left;
}

#header > ul li{
	margin-left: 1%;
} 

#header > ul li.contact a{
	    display: block;
    background-color: black;
    padding: 0 45px;
    color: white;
    border-radius: 20px;
}





/*.lower header{
	position: relative;
}

.page_title > div{
	padding: 60px 0;
}

.page_title h1{
	max-width: 120px;
	filter: invert(0.8);
}

.page_title > span{
	font-size: 39px;
    opacity: 0.3;
	letter-spacing: 0.2em;
    line-height: 1em;
}

.page_title > span span.small{
	font-size: 22px;
    vertical-align: top;
    letter-spacing: 0.2em;
    margin-right: 0.4em;
}*/

/***　インフォ　***/

/*.info{
	background-color: var(--black2);
    color: white;
    height: 700px;
    padding: 50px 0;
    box-sizing: border-box;
}

.info figure{
	height: 100%;
	overflow: hidden;
}

.info figure img{
	height: 100%;
    object-fit: cover;
    object-position: center;
}

h3.foot_logo{
	margin-bottom: 20px;
	    margin: 0px auto;
    border-bottom: 1px solid white;
}

h3.foot_logo img{
	max-width: 150px;
}

.info dl dt, .info dl dd{
	margin-bottom: 20px;
}

.info dl dt{
	margin-right: 10px;
}*/

/***　マップ　***/

/*.g-map{
    width: 100%;
    position: relative;
    height: 350px;
    overflow: hidden;
}

.g-map iframe{
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
    height: 100%;
}
*/
/***　フッター　***/

footer{
	background-color: var(--black);
	color: var(--wh);
	padding: 200px 12%;
	position: relative;
	z-index: 1;
}

footer > div:nth-child(2){
	text-align: right;
	margin: auto;
	margin-right: 0;
}

footer img{
	filter: invert(1);
	max-width: 300px;
	margin-bottom: 50px;
}

footer ul li{
	margin-left: 1%;
}

footer a{
	color: var(--wh);
}

a.tel{
	margin-bottom: 50px;
	display: block;
	font-size: 20px;
}

footer #footer > p{
	font-size: var(--footh3);
    margin-bottom: 50px;
    line-height: 1.4em;
}

/***　index　***/



/***　lower　***/
.page_title h2{
	font-size: clamp(26px, 3vw, 46px);
	color:var(--bro);
	    line-height: 1.4em;
}

.lower main{
	background-color: white;
}




/***　　***/



/***　　***/



/***　IE対処　***/

@media all and (-ms-high-contrast:none) {
}

.float_right{
	float: right
}
.float_left{
	float: left
}
.float_clear{
	float: none
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}

@media screen and (max-width: 1280px){
	.min_hide{
		display: none;
	}
}


/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
	
	
	.pd_0_tb{
	padding: 0;
}
	
#pager li:not(.prev):not(.next){
	display: none;
}

.float_right_tb{
	float: right
}
.float_left_tb{
	float: left
}
.float_clear_tb{
	float: none
}
.clearfix_tb::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
	
.mg_t-100px_tb{margin-top: 100px;}
	
.wrap{
	min-width: 100%;
}
	
}

/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){

.float_right_sp{
	float: right
}
.float_left_sp{
	float: left
}
.float_clear_sp{
	float: none
}
.clearfix_sp::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
	
	
/*lower*/
	
.page_title > span {
    font-size: 32px;
}
	
.page_title > span span.small {
    font-size: 16px;
    display: block;
}

.page_title h1 {
    max-width: 70px;
	margin: auto;
    margin-bottom: 50px;
	margin-right: 2.7rem;
}

.wrap{
	overflow: hidden;
}

.contents4 .grid_4 {
	margin-top: 5%;
}
	
.info {
    height: 100%;
}
	
/*--lusty--*/
	
h3.foot_logo{
	margin-bottom: 20px;
	    margin: 50px auto;
    border-bottom: 1px solid white;
}

footer ul li {
    margin-left: 0%;
    width: 100%;
    margin-bottom: 10px;
}
	
footer {
    padding: 100px 10%;
}
	
	header h1#logo {
	    transform: scale(1) translate(-2px);
    transform-origin: left bottom;
    width: 45% !important;
    max-width: 200px;
}
	
.nav h2 {
    width: 80% !important;
}
	

	
#header {
    top: 15px;
}
	
.nav_toggle {
    right: 4%;
    top: 25px;
}
	
.all_area {
    width: 90%;
}
	
	#page_title {
    margin-top: 75px;
}
	
	#page_title h3 {
    font-size: 30px;
        padding-top: 65px;
    padding-left: 10px;
}
	
	.saigo{
	        width: calc(100% - 30px);
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 50px;
	}
	
	.main_p {
        max-width: 100%;
    }
	
}