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

/* maincolor  rgba(0,77,132,1.00)    */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

@font-face {
	font-family: 'eng';
	src: url("../font/Avenir.ttc");
}

/*@font-face {
	font-family: 'engBold';
	src: url("../font/Avenir Next.ttc");
}*/

@font-face {
	font-family: 'engBold';
	src: url("../font/Avenir.ttc");
}


 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
    color:#000000;
    font-size: 14px;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}
body, html {
    width: 100%;
    height: 100%;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.75em;
}

body {
    overflow-x: hidden;
    letter-spacing: 0.14em;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul , li{
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

p{
    line-height: 200%;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

/* iOSでのデフォルトスタイルをリセット */
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;
}



.sp,
.tab{
		display:none;	
	}
.cf:after {
	content: "";
	clear: both;
	display: block;
}

a{
    color: #000000;
    text-decoration: none;
}

body .engBold{
    font-family: 'engBold' !important;
}

body .eng{
    font-family: 'eng' !important;
}

/*-------
color:#98D0D1
color_light:#E7FDF7

-------------*/
.grd{
    background: rgb(232,216,234);
background: linear-gradient(58deg, rgba(232,216,234,0.30155812324929976) 0%, rgba(231,219,232,0.2987570028011205) 7%, rgba(221,236,212,0.2987570028011205) 24%, rgba(193,225,215,0.30155812324929976) 40%, rgba(171,217,218,0.2987570028011205) 52%, rgba(154,211,221,0.2987570028011205) 73%, rgba(134,206,233,0.2959558823529411) 100%);
}

nav li{
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0;
}

.mainImageWrap{
    padding: 70px 130px 0 80px;
    position: relative;
}

.mainImageWrap .mainText{
    position: absolute;
    transform: rotate(-90deg);
    top:calc(50% - 10px);
    left: -23px;
}

.mainImageWrap .mainText02{
    position: absolute;
    transform: rotate(90deg);
    bottom:140px;
    right:0;
}

.mainImageWrap .mainText02 a{
    display: block;
    position: relative;
}

.mainImageWrap .mainText02 a:after{
    content:" ";
    display: block;
    width: 80px;
    height: 3px;
    position: absolute;
    top: 15px;
    right: -100px;
    background: #707070;
}

.mainImage{
    background: url("../img/mainImage@2x.png") left;
    background-size: cover;
    position: relative;
    height: calc(100vh - 70px);
    min-height: 700px;
    /*background-attachment: fixed;*/
}

.mainImage p{
    width: 50%;
    position: absolute;
    right: 30px;
    top:30px;
}

.sec{
    padding: 100px 0;
} 

.topSec01{
    padding-top: 150px;
    padding-bottom: 0;
}

.col2pt01{
    display: flex;
    justify-content:flex-start;
    flex-flow: row-reverse;
}

.col2pt01.pt02{
    justify-content:flex-end;
}

.col2pt01.pt01{
    flex-flow: row;
    justify-content:flex-end;
}

.col2pt01 div:nth-child(2){
    padding-left: 20px;
    width: 450px;
}

.topSec02 div:nth-child(2){
    padding-left: 0px;
}

.col2pt01.pt01 div:nth-child(1){
    padding-left: 0;
    margin-right: 60px;
}

.col2pt01 div:nth-child(1){
    margin-left: 60px;
    max-width: 650px;
    width: calc(100% - 520px);
}

.topSec02 .col2pt01 div:nth-child(1){
    max-width: 700px;
}

@media screen and (min-width:1500px){
    .col2pt01,
    .col2pt01.pt02{
        justify-content:center;
    }
    
    .col2pt01 div:nth-child(1){
        max-width: 800px;
    }
}

.secTitle{
    font-size: 40px;
    margin-bottom: 30px;
}

.secText01{
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 30px;
}

.secText02{
    padding-left: 30px;
}

a.btn{
    display: block;
    margin-top: 30px;
    text-align: center;
    padding: 15px 0;
    background: #C4E6E4;
    position: relative;
}

a.btn:after{
    content: " ";
      width: 40px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
    position: absolute;
    top:25px;
    right: 20px;
}

.movie{
    text-align: center;
}

.movie video{
    max-width: 800px;
    height: 600px;
}

.elem{
    opacity: 0;
}

.topsec02cont{
    clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
    padding-top: 200px;
    padding-bottom: 100px;
}

.secTitle02{
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.subTitle{
    font-size: 18px;
    text-align: center;
}

.secTitle03{
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.secTitle03:after{
    content:" ";
    height: 50px;
    width: 1px;
    background: #000000;
    position: absolute;
    bottom: -60px;
    left:calc(50% - 1px);
}

.secTitle03 span{
    position: relative;
    display: block;
    width: calc(100% - 60px);
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.5em;
}

.secTitle03 span img{
    position: absolute;
    left: 0;
    top:-120px;
    width: 120px;
    max-width: inherit;
}

.secTitle03 span img.Eyelash{
    width: 180px;
}

.sec02Text{
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}

.sec02Text span{
    font-size: 18px;
}

.sec02List{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.sec02List li{
    width: 50px;
    margin:0 10px;
}

.topSec03cont{
    position: relative;
    width:1000px;
    margin: auto;
}

.recAbs01{
    position: absolute;
    top:-100px;
    right:-100px;
    width: 300px;
}

.recAbs02{
    position: absolute;
    top:120px;
    left:0;
    width: 100%;
    text-align: center;
}

.recTitle{
    font-weight: bold;
    font-size: 36px;
    padding: 50px;
    padding-bottom: 20px;
    border-bottom: 1px #ffffff solid;
    margin-bottom: 20px;
    display: inline-block;
}

.recText{
    font-size: 20px;
}

.recAbs03{
    padding:0 70px 0 100px;
    justify-content: space-between;
    display: flex;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.recAbs03 li{
    width: 47%;
}

.topSec04{
    background: url("../img/compBack@2x.png") center;
    background-size: cover;
    height: 600px;
    padding: 40px;
}

.topSec04 a{
    display: flex;
    height: 100%;
    width: 100%;
    border: 1px solid #ffffff;
    flex-wrap: wrap;
    align-items: center;
    color:#ffffff;
}

.compTitle{
    text-align: center;
    width:100%;
}

.compText01{
    font-size: 36px;
    margin-bottom: 40px;
    color:#ffffff;
    width: 100%;
    text-align: center;
}

.compText02{
    font-size: 20px;
    padding-bottom: 60px;
    position: relative;
    color:#ffffff;
    width: 100%;
    text-align: center;
}

.compText02:after{
    content: " ";
      width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
    position: absolute;
    bottom:0;
    left:calc(50% - 20px);
}

.footLogo{
    padding-left: 100px;
}

.copy{
    text-align: center;
}

/* about */
.about .mainImage{
    background:none;
    background-size: cover;
    position: relative;
    height: calc(100vh - 70px);
    min-height: 700px;
}

.about .mainImage p{
    width: 300px;
    position: absolute;
    right: calc(50% - 150px);
    top:100px;
}

.col2pt02{
    display: flex;
    justify-content:flex-start;
    flex-flow: row-reverse;
}

.col2pt02.pt02{
    justify-content:flex-end;
}

.col2pt02.pt01{
    flex-flow: row;
   justify-content: flex-start;
}

.col2pt02 div:nth-child(2){
    padding-left: 100px;
    width: 600px;
}

.col2pt02.pt01 div:nth-child(2){
    padding-left: 0;
    padding-right: 100px;
}

.col2pt02 div:nth-child(1){
    margin-left: 60px;
    max-width: 550px;
    width: calc(100% - 650px);
}

.col2pt02.pt01 div:nth-child(1){
    margin-left: 0;
    margin-right: 60px;
}

@media screen and (min-width:1500px){
    .col2pt02,
    .col2pt02.pt01{
        justify-content:center;
    }
    
}

.aboutTitle{
    padding-top: 150px;
    padding-bottom: 80px;
    font-size: 23px;
    padding-left: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -50px;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0;
}

.aboutTitle#about01{
    background-image: url("../img/about/aboutBack01@2x.png");
}

.aboutTitle#about02{
    background-image: url("../img/about/aboutBack02@2x.png");
}

.aboutTitle#about03{
    background-image: url("../img/about/aboutBack03@2x.png");
    padding-top: 120px;
    padding-bottom: 110px;
}

.page{
    position: relative;
    text-align: center;
    padding-top: 100px;
    margin-top: 100px;
}

.page:after{
    content:" ";
    display: block;
    position:absolute;
    width: 800px;
    height: 1px;
    background: #000000;
    top: 0;
    left: 100px;
    transform: rotate(
    150deg
    );
}

.shoplistul{
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 30px auto;
    flex-wrap: wrap;
}

.shoplistul li{
    padding:10px;
}

.spacer{
    width: 100%;
}

/* nagitsuji */
.content{
    max-width: 1200px;
    margin: 30px auto;
}


.nagitsuji .mainImage{
    background-image:url("../img/nagitsuji/nagitsujiMain@2x.png");
}

.yamashina .mainImage{
    background-image:url("../img/nagitsuji/ysMain@2x.png");
}

.cc .mainImage{
    background-image:url("../img/nagitsuji/ccMain@2x.png");
}

.udPage .mainImage p{
    width: 400px;
    text-align: center;
    position: absolute;
    right:0;
    top:0;
    height: 100%;
    background: hsla(0,0%,100%,0.80);
}

.udPage .mainImage p img{
    width:200px;
    padding-top: 100px;
}

.udPage #sec01{
    padding-top: 200px;
    position: relative;
    z-index: 1;
}

.njTitle{
    font-weight: normal;
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.njText01{
    font-size: 16px;
    letter-spacing: 0;
}

.rlt{
    position: relative;
}

.udPageIcon{
    position: absolute;
    top:-100px;
    left: 20px;
    width: 200px;
    z-index: -1;
}

.udPagecont{
    clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 200px;
    padding-bottom: 50px;
    margin-top: -300px;
}

.menu{
    max-width: 1200px;
    margin: 0 auto 100px;
    width: 90%;
    font-size: 20px;
}

.menu th{
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    padding:60px 40px;
    border-bottom: 1px #000000 solid;
}

.menu td{
    font-size: 20px;
    text-align: right;
    font-weight: normal;
    padding:60px 40px;
    border-bottom: 1px #000000 solid;
}

.shortBtn{
    text-align: center;
}

.shortBtn a{
    max-width: 400px;
    width:100%;
    display: inline-block;
}

.njText{
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-align: center;
    font-weight: normal;
}

.njSec03,
.njSec04{
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

.njSec05{
    margin-top: -50px;
}

.njSec03 .col2pt01{
    margin-top: 80px;
}

.recTitle02{
    font-weight: bold;
    font-size: 36px;
    padding: 50px;
    padding-bottom: 20px;
    border-bottom: 3px #98BCBC solid;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
}

.recText02{
    font-size: 20px;
}

.recLink{
    margin-top: 80px;
}

.recTextWrap{
    text-align: center;
}

.map iframe{
    width:100%;
}

@media screen and (min-width:800px){
    .ccText{
        padding-top: 100px;
    }
}

/* company */
.company .mainImage{
    background:none;
    background-size: cover;
    position: relative;
    height: calc(100vh - 70px);
    min-height: 700px;
}

.company .mainImage p{
    width: 500px;
    position: absolute;
    right: calc(50% - 250px);
    top:100px;
}

.companySec01{
    margin-bottom: 50px;
}

.companySec01 table{
    max-width: 1200px;
    margin: 0 auto 100px;
    width: 90%;
    font-size: 20px;
}

.companySec01 table th{
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    padding:60px 40px;
    border-bottom: 3px #85C3B7 solid;
    width: 35%;
}

.companySec01 table td{
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    padding:60px 40px;
    border-bottom: 3px #85C3B7 solid;
    line-height: 1.75em;
}