/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace;font-size: 1em;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b,strong {font-weight: bolder;}code,kbd,samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}img {border-style: none;}button,input,optgroup,select,textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button,input {overflow: visible;}button,select {text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"],[type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}
*, :after, :before {
box-sizing: border-box;
min-height:0;
min-width:0;
}

a {
word-break: break-word
}

a:hover {
text-decoration: underline;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body{
    width:100%;
    font-family: 'Noto Serif JP', serif;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-feature-settings: "palt" 1;
    font-kerning: auto;
	text-align: justify;
	text-justify: inter-ideograph;
    
}
::selection {background-color:#f5f5f5;}
::-moz-selection {background-color:#f5f5f5;}
a{
	text-decoration:none;
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
a:hover{
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			cursor: pointer;
}
li{list-style:none;}


h1{font-size: 4.6rem;margin:0;line-height: 1.8;letter-spacing: .5em;font-weight:200;}
h2{font-size: 3.7rem;margin:6rem 0 5.5rem;letter-spacing: .17em;font-weight:400;}
h3,h4{
	letter-spacing: .34em;font-weight:400;font-size: 2.4rem;
	margin-block-start: 0;
    margin-block-end: 0;
}
h3{margin: .7em 0 .5em;}

.sp{
	visibility: hidden;
	display: none;
}
.pc{
	visibility: visible;
	display: inline;
}
p,a,table,li,label,input,address,td,address,span,textarea{
    font-size: 1.4rem;
    line-height: 2;
    margin-block-start: 0;
    margin-block-end: 0;
    letter-spacing: .03em;
}
.flex{/* 高さを揃えて横並び */
    display: -webkit-flex;
    display: flex;
}
.flex-sb{
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-se{
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
}
.flex-sa{
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex-end{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.flex-ct{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-dc{
    -webkit-flex-direction: column;
      flex-direction: column;
}
 
#loading{
width:  auto;
height: 100%;
text-align: center;
}
#loading img{
width: 100px;
height: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
}
#loading.sekiryo-loading img{
	width: 200px;
}
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #FFF;
z-index: 999;
}
#loader{
	display: none;
}
.fadein {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}

main{
	padding: 8em 0 1em;
	margin: 0 auto;
}
article{position: relative;overflow: hidden;}
.parallax{
	position: absolute;
}
.bg_img_01{
	right: -10%;
    width: 35%;
    top: 4%;
}
.bg_img_02{
	right: 2%;
    width: 30%;
    top: 52.5%;
}
.bg_img_03{
	left: -2%;
    width: 10%;
    top: 50%;
}

/* header */

header{
	max-width: 963px;
	margin: 0 auto;
	padding-bottom: 5rem;
}
header nav{width: 24%;}

.slide{
	width: 85%;
	padding-top: 2em;
	margin-right: -9%;
}
.slide_sp{
	display: none !important;
	visibility: hidden !important;
}
.logo{
	width: 100px;
}

header nav ul li a{
	display: block;
	letter-spacing:3px;
}
.global_nav{
	height: 100%;
}
.global_nav li:nth-child(2){
	margin-top: auto;
}
.global_nav li:nth-child(n+2){
	margin-left:1em;
}
.global_nav li:nth-child(n+3){
	margin-top:1.3em;
}
.global_nav li:nth-last-child(2){
	margin-top:5em;
	margin-right: 3em;
}
.sns a{line-height: 1;align-self: center;}
.sns a img{
	height: 20px;
	width: auto;
	
}
.sns a:nth-of-type(2){margin: 0 2em !important;}
.slide img{
	width: 100%;
}

/* header fixed nav */
.fixed-header{
    background: #fff;
    position: fixed;
	z-index: 2;
    top: -100px;
    transition: .5s;
    width: 100%;
	padding: 1em 10em;
	box-shadow:0px 10px 10px -5px rgba(0,0,0,0.5);;
}

.fixed-header.active{
    top: 0;
}
.fixed-header .flex li{line-height: 1;}
.fixed-header div > a{align-self: center;}
.fixed-header .flex a{
  margin-right: auto;
}
.fixed-header > .flex ul li{
  margin-right: 3em;
}
.fixed-header > .flex ul li:last-child{
  margin-right: 0;
}
.fixed-header > .flex > a img{
  width: 150px;
}


/* top */
#toppage header{
	padding-bottom: 0;
}

#toppage .container{
	padding-bottom: 0;
}
#toppage footer{
	margin-top: 0;
}
#toppage .sekiryo_text{
	display: flex;
	flex-direction: column;
}
#toppage .sekiryo_text p{
	font-size: 1.6rem;
}
#toppage .sekiryo_text > *{
	margin-bottom: 3rem;
	font-weight: 700;
}
#toppage footer .container{
	padding: 6rem 1rem;
    margin: 7rem 7rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
#toppage footer .container img{
	display: none;
}

.header_logo{
	width: 80%;
	height: auto;
	max-width: 800px;
	display: block;
	margin-top: 15rem;
	margin-bottom: calc(15rem - 5em);
	margin-left: auto;
	margin-right: auto;
}
#top .sp-flex {
	text-align: center;
}
#top .sp-flex img{
	width: 100%;
	height: auto;
}
#top .ishi_img_02 > a{
	width: 49.5%;
}
#top .sp-flex p{
	margin: 2rem 0;
	font-size: 1.6rem;
	text-indent: 2rem;
}

#top .sp-flex .top_logo img{
	width: 200px;
	height: auto;
}

/* article */
section{
	padding: 5em 0 17em;
}
.container{
	max-width: 963px;
	margin: 0 auto;
	padding-bottom: 30em;
	position: relative;
}
.line{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 192px;
	height: 1px;
	background-color: #000;
}
/* common */
#sumi,#ori,#yui{
	padding-top: 10em;
}
.title > img{
	width: auto;
	height: 40px;
}
.title > p{
	margin-bottom: 10rem;
}
/* kotoba */
section#kotoba {
	padding-top: 15em;
}
#kotoba .container{
	padding-bottom: 15em;
}
#kotoba .title{
	flex-direction: row-reverse;
}
#kotoba .title .kotoba,#kotoba .title p{
	margin-top: 3em;
	font-size: 1.8rem;
	letter-spacing: .33rem;
}
#kotoba .title p span{
	font-size: 1.8rem;
	letter-spacing: .33rem;
	margin-top: -11px;
}
#kotoba .title > *{
	writing-mode: vertical-rl;
}

/* ishi */
.ishi_img_wb{text-align: center;}
.ishi_img_wb img{margin-bottom: 1em;}
.ishi_img_w{margin-bottom: 4em;}

.ishi_img_01{
	margin-bottom: 4.5em;
}
.ishi_img_02 > div{
	width: 48%;
}

/* katachi */
.katachi_title{
	width: 28%;
}
.katachi_title img{
	margin: 2.3em auto 4.4em;
	width: auto;
	height: 130px;
	display: block;
}
.katachi_contents{
	width: 68%;
}
/* reviews */
#reviews .container{
	padding-bottom: 0;
}
#reviews .title{
	margin-bottom: 12rem;
}
.shopname{font-size: 3.6rem;}
.shopcategory{font-size: 1.8rem;margin-bottom: 4rem;}
.reviews-content{
	margin-bottom: 12rem;
}
.reviews-content > .flex > .rev_img,
.reviews-content > .flex > .flex{
	width: 48%;
}
.reviews-content > .flex > .rev_img img{
	width: 100%;
	height: auto;
}
.reviews-content > .flex > .flex p{
	margin-top: -0.8rem;
}

/* contact */
#contactform main{
	min-height: 100vh;
	background-color: #DBE2DB;
	padding: 0;
}
#contact{
	background-color: #DBE2DB;
	font-family: Helvetica,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
#contact h3{
	text-align: center;
	margin-bottom: 8rem;
	font-family: 'Noto Serif JP', serif;
}
#contact h4{
	margin-bottom: 7rem;
}
#contact table{width: 100%;}
#contact [type="text"],#contact [type="tel"],#contact textarea{
	width: 100%;
	padding: 1em;
	border-radius: 0;
	border:0;
	margin-bottom: 6rem;
}
.btn{
	text-align: center;
}
.btn input{
	background-color: #000;
	color: #fff;
	border-radius: 0;
	border:0;
	padding: .5em 0;
	margin-top: 7rem;
	width: 225px;
}
.btn input:hover{
	cursor: pointer;
	background-color: #fff;
	color: #000;
}
.conf .btn [type="button"]{
	background-color: #ccc;
	color: #000;
	margin-right: 4rem;
}
#contact .container{
	padding-bottom: 0;
	width: 100%;
}
.contactform_text{
	text-align: center;
}
#form-tbl{
	margin-top: 7rem;
}
#form p span{
	color: red;
}
#form .flex{
	margin-bottom: .4rem;
}
#form .flex p{
	padding: 3rem;
}
#form .flex p:first-child{
	background-color: rgba(255, 255, 255, .5);
	width: 25%;
}
#form .flex p:nth-child(2){
	background-color: rgba(255, 255, 255, 1);
	width: 75%;
}
#contactform #contact{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}


/* footer */
footer{
	max-width: 740px;
	margin: 27rem auto 20rem;
	padding-right: 0;
}
footer .container{
	padding-bottom: 0;
}
footer .container img{
	width: 60%;
	height: auto;
	display: block;
	visibility: visible;
	margin: 0 auto 7em;
}

footer h4{
	margin-bottom: 1em;
}
footer table td:first-child{
	padding-right: 1.5em;
}
footer table td{
	padding-bottom: 1em;
	vertical-align: top;
}
.pp_co{
	text-align: right;
}
.pp_co a{
	margin-right: 1em;
}
.pp_co a,small{
	font-size: 1.2rem;
}

footer a{
	text-decoration: underline;
}
footer a:hover{
	text-decoration: none;
}

/* device */


@media (max-width: 768px) {

.pc{
	visibility: hidden !important;
	display: none !important;
}
.sp{
	visibility: visible;
	display: inline;
}
main{position: relative;padding: 0 0 4em;}
.fixed{width: 100%; position: fixed;z-index: 6;background-color:rgba(255, 255, 255, 1);padding: 1em;}
.fixed .sp img{width: 135px;display: block;}
header.flex{display: block;padding-top: 54px;}
.slide {
    display: none !important;
	visibility: hidden !important;
}
.slide_sp{
	display: block !important;
	visibility: visible !important;
}
header{
	position: relative;
}
.fixed-header{
	display: none;
	visibility: hidden;
}
/* .fixed-header{display: none;visibility: hidden;} */
.parallax{display: none;visibility: hidden;}

/* common */
h1,h3,h4{letter-spacing: .34em;}
h1{font-size: 3.2rem;margin:0;line-height: 1.5;}
h2{font-size: 2.6rem;margin:0 0 2rem;letter-spacing: .2em;line-height: 1.5;}
h3{font-size: 2.1rem;margin: 0 0 0.7em;}
h4{font-size: 1.5rem;}
p,a,table,li,label,input,address,td,address,span{
    font-size: 1.2rem;
}

.line{display: none;}
#sumi,#ori,#yui{
	padding-top: 7.5rem;
	display: block;
}
section,footer {
	background-color: #DBE2DB;
	padding: 4em 0 1em;
    margin-bottom: 6em;
}
section > p.sp,footer > p.sp{font-size: 2.76rem;display: block;margin: 0 auto 1.5em;text-align: center;}
.container{
	width: 94%;
	margin: 0 auto;
	padding: 6em 2em;
	background-color: #fff;
}
.title > img{display: none;}
.title > p{margin-bottom: 1em;}
/* kotoba */
section#kotoba {
	padding-top: 5em;
	background-color: #fff;
}
#kotoba .container{
	padding-bottom: 5em;
	text-align: center;
	width: 100%;
}
#kotoba .title{
	display: block;
}
#kotoba .title h1{margin-bottom: 6rem;margin-right: -1.5em;}
#kotoba .title .kotoba{margin-top: 0;margin-bottom: 2.5em;display: block;}
#kotoba .title p{
	margin-top: 0;
	font-size: 1.5rem;
	letter-spacing: .33rem;
	margin-bottom: 0;
	margin-right: -2.33rem;
}
#kotoba .title p span {
    font-size: 1.5rem;
    margin-top: 0;
}
#kotoba .title > *{
	writing-mode: inherit;
}
/* ishi */
#ishi .flex{
	display: block;
}
.ishi_img_01 {margin-bottom: 5em;}
#ishi .flex > img{margin-bottom: 4em;}
#ishi .flex > img,.ishi_img_02 > div{
	width: 100%;
}
.ishi_img_02 > div{
	margin-bottom: 5em;
}
.katachi_title img {
    height: 110px;
	margin: 0 auto 2.5rem;
}
.katachi_title p {
    margin-bottom: 1em;
}
.katachi_contents {
    margin-bottom: 4em;
}
.ishi_img_02 > div img{margin-bottom: 0;}
.ishi_img_wb > div{display: flex;align-items: center;justify-content: space-evenly;margin-bottom: 2em;}
.ishi_img_wb img {margin-bottom: 0;}
.sp-flex{display: flex;flex-direction: column;align-items: flex-start;}
.sp-flex img{order: 3;width: 100%;}
.sp-flex h3{order: 1;}
.sp-flex p{order: 2;margin-bottom: 1em;}

/* katachi */
.katachi_title,.katachi_contents,.katachi_contents img {
    width: 100%;
}
/* reviews */
#reviews .title{
	margin-bottom:0;
}
.shopname{font-size: 2.8rem;}
.shopcategory{font-size: 1.7rem;margin-bottom: 2rem;}
.reviews-content{
	margin-bottom: 8rem;
}
#reviews .container {
    padding-bottom: 2rem;
}
.reviews-content > .flex{
	display: block;
}
.reviews-content > .flex > img{
	margin-bottom: 1px;
}
.reviews-content > .flex > .rev_img,
.reviews-content > .flex > .flex,
.reviews-content > .flex > .flex img{
	width: 100%;
}
.reviews-content > .flex > .flex{
	flex-direction: column-reverse;
	align-items: flex-start;
}
.reviews-content > .flex > .flex p{
	margin-top: 1rem;
}

/* contact */
#contact{
	padding-top: 0;
	margin-bottom: 0;
}
#contact .container{
	background-color: #DBE2DB;
	padding: 4rem 2em 7rem;
}
#contact .btn input{
	margin-top: 3rem;
    margin-right: 0;
}
#contact h3 {
    margin-bottom: 6rem;
}
#contact [type="text"], #contact [type="tel"], #contact textarea {
    padding: 1em;
    border-radius: 0;
    border: 0;
    margin-bottom: 2rem;
}
#form .flex {
    display: block;
}
#form .flex p:first-child,#form .flex p:nth-child(2){
    width: 100%;
}
#form .flex p:first-child{
    padding: 1rem 2rem;
}
#form .flex p:nth-child(2){
    padding: 2rem;
}
.thanks h4{
	font-size: 2.1rem;
	margin: 0 0 3rem;
	line-height: 1.8;
}
#contact h4 {
    margin-bottom: 3rem;
}
/* footer */
footer{
	margin-top:0;
}
footer .container{
	padding-bottom: 6em;
	padding-top: 7em;
}
footer .container img {
    width: 80%;
    margin: 0px auto 4em;
}
footer h4 {
    margin-bottom: 1.33em;
}
.pp_co .sns.sp{
	display: block;
	margin-bottom: 5em;
}
.pp_co small{
	display: block;
	margin-top: 1em;
}
.pp_co a:nth-of-type(2){margin: 0 5em;}

section#pp{
	padding-top: 8em;
}
#toppage header{
	padding-top: 54px;
}
#toppage .container{
	padding-bottom: 6em;
}
#toppage .container .ishi_img_02{
	display: block;
}
#top .container{
	padding: 0 0 6em 0;
}
#qr-stone-page #sekiryo .container{
	padding: 4em 2em 0;	
}
#toppage #sekiryo .container{
	padding: 0 2em;
}
#qr-stone-page #sekiryo,
#toppage #sekiryo{
	background-color: #FFF;
	padding: 0;
}
#qr-stone-page #contact,
#toppage #contact{
	padding-bottom: 0;
	margin-bottom: 0;
}
#top .sp-flex .top_logo img {
    width: 160px;
    height: auto;
}
#top .ishi_img_02 > a {
    width: 100%;
	align-items: center;
	margin-bottom: 0;
}
#top .ishi_img_02 > a img{
	width: 100%;
	height: auto;
}
#top .ishi_img_02 > a:first-child{
	margin-bottom: 8em;
}

.header_logo {
    display: none;
	visibility: hidden;
}
#toppage .sekiryo_text{
	flex-direction: column-reverse;
}
#toppage .sekiryo_text p{
	font-size: 1.4rem;
	margin-bottom: 3.5rem;
}
#toppage .sekiryo_text h4{
	margin-bottom: 2.5rem;
}
#toppage footer{
	margin-bottom: 10rem;
}
#toppage footer .container{
	padding: 0 2em;
    margin: 0 auto;
    border-top: 0;
    border-bottom: 0;
}
#toppage footer .container img{
	width: 60%;
	height: auto;
	display: block;
	visibility: visible;
	margin: 0 auto 4em;
}
}

