@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
    /* background: url(../imgs/bg_asanohaC2.jpg) center center / 10%;
    background-attachment: fixed; */
    --color1: #040505;
    --color2: #fffffc;
    --color3: #d7cbbd;
    --color4: #af8f90;
    --color5: #c1403f;/*#c1893f*/
    --color6: #733236;
    --color7: #8ba4b3;
}
body:after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(313deg,rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 100%),url(../imgs/BgRed.jpg);
    background-size: cover,90%;
    background-position: center center;
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (min-width:681px) {
    body,body:after {
        background-size: 35%;
    }
}

a {
	text-decoration: none;
	color: var(--color1);
}
img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
h2 {
    width: 100%;
    text-indent: 50px;
    position: relative;
}
h2:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../imgs/iconIMG.png) no-repeat center center / cover;
    position: absolute;
    left: 0;
    top: -20px;
}
.small {
    font-size: 0.8em;
}
.ffstyle {
    font-family: 'Kosugi Maru';
    text-decoration: underline;
}

/*------------------ wrap ------------------*/
#wrap {
    cursor: url(../imgs/mouse.png), auto;
    position: relative;
    font-family: 'Cinzel Decorative', 'Kiwi Maru';
    font-weight: normal;
    color: var(--color1);
}
/* 
font-family: 'Cinzel Decorative', cursive;
font-family: 'Hachi Maru Pop', cursive;
font-family: 'Kosugi Maru', sans-serif;
font-family: 'Kiwi Maru', serif;
font-family: 'Twinkle Star', cursive;
*/


/*------------------ header ------------------*/
header {
    padding: 30px 0;
}
header p {
    line-height: 2;
    text-align: center;
}

/*------------------ section ------------------*/
section {
    padding: 50px 10px;
}
#prosesso_inner {
    margin: 0 auto;
}
/* #mari */
section#mari {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section#mari h3 a {
    padding: 30px 0 0;
}
.hamon::first-letter {
    display: inline-block;
    width: 2em;
    height: 2em;
    padding: 0 5px;
    background: var(--color3);
    border-radius: 50%;
    font-size: 30px;
}
section#mari > div:not(:last-of-type) {
    width: 50%;
    min-width: 300px;
    max-width: 400px;
    margin: 20px;
    text-align: center;
}
section#mari > div:not(:last-of-type)  > p:first-of-type {
    height: 200px;
    margin-bottom: 10px;
}
section#mari > div:last-of-type {
    width: 100%;
}
section#mari > div:last-of-type h3 {
    margin: 50px 0 10px;
    text-align: center;
}
section#mari > div:not(:last-of-type) p:last-of-type {
    width: 100%;
    font-size: 14px;
}
section#mari h2 {
    width: 100%;
}
section#mari > p {
    width: 90%;
    max-width: 630px; 
}
/* .item */
section.item {
    position: relative;
}
section.item > p {
    width: 200px;
    margin: 20px auto;
    line-height: 30px;
    background: linear-gradient(to right, rgba(206,182,89,0.7) 0%, rgba(255,255,255,0.7) 100%);
    border-radius: 15px;
    text-align: center;
}
section.item > p a {
    font-size: 14px;
    color: var(--color1);
}
section.item > div {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin: 0 auto;
    width: 95%;
}
section.item > div > div {
    width: 40vw;
    margin: 5px;
    background: rgba(255,255,255,0.7);
    border-radius: 7%;
}
section.item > div > div p {
    padding: 5px 0;
    font-size: 14px;
    text-indent: 1.2em;
}
section.item > div > div img {
    max-height: 210px;
    border-radius: 10% 10% 0 0;
    object-position: center;
}
@media screen and (min-width: 601px) {
    section.item > div > div {
        width: 27vw;
        max-width: 150px;
    }
}

/* #info */
section#info{
    background: url(../imgs/IMG_bgtenji.jpg) no-repeat center center / cover;
    line-height: 2;
    text-align: center;
    font-size: 'Kosugi Maru'';
}
article {
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
}
section#info article p:first-of-type img {
    width: 100px;
}
section#info article:last-of-type {
    padding-bottom: 50px;
    position: relative;
}
section#info article:last-of-type p:last-of-type {
    margin-top: 30px;
}
section#info h2 {
    text-align: left;
}
section#info h2:before {
    top: -10px;
}
/* YanagawaMari & Hanajuso & MariPattern */
#YanagawaMari section h2,
#Hanajuso section h2,
#MariPattern section h2 {
    margin-top: 70px;
}
#YanagawaMari #wrap > section > .links > ul,
#Hanajuso #wrap > section > .links > ul,
#MariPattern #wrap > section > .links > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    /* width: 97%; */
}
#YanagawaMari .links li,
#Hanajuso .links li,
#MariPattern .links li {
    width: 50%;
    /* min-width: 150px; */
    max-width: 270px;
    margin: 5px 0;
    /* padding: 5px; */
    /* background: rgba(255,255,255,0.5); */
}
#Hanajuso .links li {
    width: 100%;
    max-width: 400px;
    position: relative;
}
#MariPattern .links li {
    /* width: 33%; */
    /* min-width: 150px;
    min-height: 130px;
    margin: 0 0.5px 0.5px; */
    /* padding: 10px 7px; */
}
#MariPattern .links li a {
    display: block;
}
#YanagawaMari .links li p,
#Hanajuso .links li p,
#MariPattern .links li p {
    padding-top: 3px;
    padding-left: 16px;
    font-size: 14px;
}
#Hanajuso .links li p {
    position: absolute;
    left: 20px;
}
#Hanajuso .links li p:first-of-type {
    top: 20px;
}
#Hanajuso .links li p:nth-of-type(2){
    top: 70px;
    left: 40px
}
#Hanajuso .links li p:last-of-type {
    bottom: 20px;
    left: 70px;
}


#Hanajuso section > p {
    width: 200px;
    margin: 20px auto;
    line-height: 30px;
    background: linear-gradient(to right, rgba(206,182,89,0.7) 0%, rgba(255,255,255,0.7) 100%);
    border-radius: 15px;
    text-align: center;
}

/*------------------ footer ------------------*/
footer {
    padding: 20px 0;
    background: rgba(255,255,255,0.5);
    text-align: center;
}
footer > p:nth-of-type(2) a {
    display: inline-block;
    width: 150px;
    padding: 0 10px 20px;
}
footer > p:last-of-type {
    font-size: 10px;
}
footer p:last-of-type img {
	width: 30px;
	height: 30px;
}



/*------------------ SlideMenu ------------------*/
#slideMenu button {
    display: block;
	width: 70px;
	height: 70px;
    margin-left: 0px;
	background: left 3px no-repeat rgba(255,255,255,0.2);
	background-image: url(../imgs/MenuOpen.svg);
	background-size: 100%;
    border: none;
	border-radius: 50%;
	position: fixed;
	top: 5px;
	z-index: 999;
}
#slideMenu button.active {
    background-image: url(../imgs/MenuClose.svg);
}
#slideMenu button span {
    display: inline-block;
    text-indent: -99999px;
}
#slideMenu nav {
	width: 170px;
	margin-left: -170px;
    background: rgba(234, 84, 86, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
    z-index: 9999;
}
#slideMenu nav ul {
	list-style: none;
}
#slideMenu nav li a {
	text-decoration: none;
	display: block;
	padding: 10px 25px;
	border-bottom: solid 1px var(--color5);
    font-size: min(3vw,16px);
}
#slideMenu nav li a img {
    width: 70px;
    margin-right: 10px;
    vertical-align: middle;
}
#slideMenu nav > ul > li:first-of-type a img {
    width: 50px;
    height: 47px;
}
#slideMenu nav li a i.fab {
    margin-right: 5px;
}
#slideMenu nav > ul > li > ul > li {
    text-indent: 20px;
}
#slideMenu nav li a:hover{
	background: var(--5);
    color: var(--color5);
}

@media screen and (min-width:971px) {
    #slideMenu button {
        display: none
    }
    #slideMenu {
		width: 100%;
        height: 60px;
		position: fixed;
		top: 0px;
		z-index: 999;
	}
    #slideMenu nav {
		width: 100%;
		border-radius: 0 0 80% 60px;
		position: absolute;
		right: 0;
	}
	#slideMenu nav li a {
        font-size: min(1.7vw,16px);
	}
	#slideMenu nav ul {
		display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 30px;
        padding: 7px 70px 0 0;
	}
    #slideMenu nav > ul > li {
		flex: 0 0 auto;
        padding: 0 10px;
		text-align: center;
	}
    #slideMenu nav > ul > li:first-of-type img {
        position: absolute;
        top: 5px;
        left: 55px;
    }
    #slideMenu nav > ul > li:first-of-type span,
    #slideMenu nav > ul > li:last-of-type span {
        display: none;
    }
    #slideMenu nav > ul > li:last-of-type > ul {
        display: flex;
        justify-content: center;
        padding-top: 1.5px;
    }
    #slideMenu nav > ul > li:last-of-type > ul > li > a > span {
        display: none;
    }
    #slideMenu nav > ul > li:last-of-type > ul > li > a > i.fab {
        margin-top: -20px;
        padding: 0 10px;
    }
    #slideMenu nav > ul > li:not(:first-of-type) img {
        display: none;
    }
    #slideMenu nav > ul > li:not(:last-of-type) > ul {
        padding-top: 0;
    }
    #slideMenu nav > ul > li > ul > li {
        line-height: 1;
        text-indent: 0;
    }
    #slideMenu nav > ul > li:not(:last-of-type) > ul > li:first-of-type > a:after {
        content: "/";
        display: inline;
        padding: 0 5px;
        font-size: 12px;
    }
    #slideMenu nav > ul > li:not(:last-of-type) > ul > li > a {
        font-size: 12px;
    }
    #slideMenu nav > ul > li:last-of-type > ul > li > a > i.fab {
        padding: 0;
    }
    #slideMenu nav ul a {
        padding: 0;
        border-bottom: none;
    }
    #slideMenu nav li a:hover {
        background: transparent;
        text-decoration: underline;
        color: var(--color5);
    }
}



/*------------------ contact ------------------*/
#ContactWrap {
    flex: 1 0 50%;
    max-width: 370px;
    margin: 0 auto;
    background: transparent;
}

@media screen and (min-width:681px) {
    #ContactWrap {
        margin-top: 0;
    }    
}
form {
	flex: 0 0 100%;
	padding: 10px 5px;
    backdrop-filter: blur(5px) contrast(.9);
    background: rgba(255,255,255,0.5);
}
button {
    display: block;
    margin: 0 auto;
}
form button[type="submit"] {
	width: 110px;
	height: 35px;
	background: url(../imgs/Submit.svg) no-repeat;
	background-size: cover;
	border: none;
}
form button[type="button"] {
	width: 110px;
	height: 35px;
	background: url(../imgs/Back.svg) no-repeat;
	background-size: cover;
	border: none;	
}

label i.fa {
	display: inline-block;
	padding-right: 5px;
}

.input {
	display: inline-block;
	max-width: 350px;
	width: calc(100% - 2em);
	margin: 1em;
	padding-top: 1em;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.input__field {
	display: block;
	width: 100%;
	padding: 0.5em 0em 0.25em;
	background: transparent;
	border: none;
	border-radius: 0;
	position: relative;
	float: right;
	font-size: 1.25em;
	font-weight: 400;
	color: var(--color1);
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}
.input__field:focus + .input__label,
.input--filled .input__label {
	color: #333;
	transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}
.input__field:focus ~ .graphic,
.input--filled .graphic {
	stroke: #333;
	transform: translate3d(-66.6%, 0, 0);
}

.input__label {
	display: block;
	width: 100%;
	padding: 0em;
	text-align: left;
	float: right;
	position: absolute;
	top: 0.5em;
	left: 0;
	pointer-events: none;
	font-weight: bold;
	font-size: 0.85em;
	color: var(--color1);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transform-origin: 0 0;
	transition: transform 0.2s 0.15s, color 1s;
	transition-timing-function: ease-out;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
	stroke: #92989e;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
	transition: transform 0.7s, stroke 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.icon {
	color: var(--color1);
	font-size: 150%;
}

/*--------------- wordpress -----------------*/
#blog {
	background: rgba(255,255,255,0.7);
}
#blogInner {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.blogInner {
	flex: 0 0 100%;
	max-width: 300px;
    margin-bottom: 20px;
    /* margin-top: 30px; */
}
.con {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.con img {
	width: 100%;
	height: auto;
}
.date {
	flex: 0 0 100%;
    font-size: 14px;
}
.blogtitle .data i {
	display: inline-block;
    padding-right: 3px;
    font-size: 12px;
}
.text {
	flex: 0 0 90%;
    margin-bottom: 10px;
    font-size: 14px;
}

/* news */
section#blog > div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* align-content: space-around; */
    justify-content: center;
}
#blog > h2:last-of-type {
    margin-top: 50px;
}
section#blog dl {
    max-width: 300px;
    margin: 10px auto;
    padding: 5px 20px;
    font-size: 14px;
}
#blog dt i {
    display: inline-block;
    padding-right: 3px;
    font-size: 12px;
}
#blog dd img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#blog dl dt,
#blog dl dd {
    width: 100%;
}

@media screen and (min-width:681px){
	#blogInner {
        align-items: baseline;
	}
    .blogInner {
        margin-top: 20px;
        padding: 5px 20px;
        border: solid 1px transparent;
        border-left-color: var(--color4);
        border-right-color: var(--color4);
    }
    section#blog dl {
        border: solid 1px transparent;
        border-left-color: var(--color4);
        border-right-color: var(--color4);
    }
    
}


/*---------------- ReadMore -----------------*/
.grad-wrap {
  position: relative;
}
/* .grad-wrap + .grad-wrap {
  margin-top: 40px;
} */
.grad-trigger {
  width: 100px;
  line-height: 22px;
  background: linear-gradient(to right, rgba(206,182,89,0.7) 0%, rgba(255,255,255,0.7) 100%);
  border-radius: 22px;
  text-align: center;
  position: absolute;
  left: 65%;
  bottom: -7px;
  font-size: 12px;
  color: var(--color1);
  cursor: pointer;
  z-index: 99;
}
.grad-trigger::after {
  content: "ReadMore↓";
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
 /*隠した後の高さ*/
.grad-item.is-hide {
  height: 70px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
  bottom: -3em;
}
.grad-trigger.is-show::after {
  content: "↑Close"
}
.grad-trigger.is-show + .grad-item::before {
    display: none;
}

#wrap > section.item .grad-trigger {
    padding: 0 10px;
    line-height: 30px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}
#info article:last-of-type .grad-trigger {
    padding: 10px 20px;
    position: static;
}
#info article:last-of-type .grad-trigger::after {
    content: "";
}
#info article:last-of-type .grad-trigger.is-show::after {
  content: "";
}

/*---------------- animation -----------------*/
.fuwafuwa {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}

/*---------------- lazyload -----------------*/
.lazyload{
    opacity: 0;
}
.lazyloaded{
    opacity: 1;
    transition: all 0.5s;
}

/*---------------- lightbox -----------------*/
.gallery{
    columns: 7;
    padding:0 15px;
    margin:0 0 20px;
    }
.gallery li {
    margin-bottom: 20px;
    list-style:none;
}
.gallery img{
    height:auto;
}

@media only screen and (max-width: 900px) {
    .gallery{
    columns:4;
    }
}

@media only screen and (max-width: 768px) {
    .gallery{
    columns: 3;
    }
}

/* Slick */
.slider {
    width: 100%;
    margin: 50px auto 0;
}      
.slick-slide {
  margin: 0px 20px;
  overflow: hidden;
}
.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}


/*  Gallery  modaal  */
  #Hanajuso .links > div {
    display: none;
}

/*full画面の色設定*/
  .modaal-fullscreen .modaal-content-container{
    height: 100vh;
	background: #333;
	color: #fff;
	text-align: center;
}
/*ボタンの色、位置*/
.modaal-fullscreen .modaal-close{
	background:none;
	right:20px;
}
/*クローズボタンの×の色変更*/
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*===　サムネイル表示のためのcss　*/
.modaal-content-container ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
}

.modaal-content-container li {
	width: 50%;
    max-width: 300px;
    padding: 30px;
}

/*  hamon  */
.hamon {
    position: relative;
}
/*波形の設定*/
.hamon:hover::before {
    content: "";
    width: 70px;
    height: 70px;
    border: 1px solid var(--color6);
    border-radius: 50%;
    opacity: 1;
    animation: 1s circleanime2 forwards;
    animation-iteration-count: 3;
    position: absolute;
    left: 40%;
    top: 0;
}

/*波形が広がるアニメーション*/
@keyframes circleanime2{
  0%{
    transform: scale(0);
  }
  100%{
    transform: scale(2);
    opacity: 0;
  }
}

/*矢印の設定*/
/* .hamon::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 37%;
    right: 25%;
} */

h3 a {
    position: relative;
    z-index: 999;
}

/* aside */
@media screen and (min-width:971px) {
    section#mari > div:last-of-type {
        display: none;
    }
    aside {
        width: 30%;
        max-width: 300px;
        margin-top: 70px;
        height: calc(100vh - 70px);
        overflow: hidden;
    }
    aside h2,#slider-0 {
        font-size: 14px;
        position: fixed;
    }
    #slider-0 ul {
        margin-top: 30px;
        overflow: hidden;
    }
    .slideCell p {
        padding: 5px;
        line-height: 1.5;
        background: white;
        font-size: 12px;
    }
}
