@charset "utf-8";
/* CSS Document */

/*-----ヘッダー-----*/

header{
    width: 100%;
    margin: 0;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: absolute;
    z-index: 1001;
}
#top-head.fixed{
    position: fixed;
    top: 0;
    z-index: 9999;
	}
.under header{ position:relative;}

.head-cont{ padding: 25px;  overflow: inherit; }
@media only screen and (max-width: 600px) { .head-cont{ background-color: #62563D; padding: 0; height: 56px; overflow: hidden; }}
.head-logo{ float:left; }
.head-logo h1{ line-height: 1;}
.head-logo img{ width:137px; vertical-align: baseline;}
@media only screen and (max-width: 600px) {.head-logo img { width: 80px; }}

.head-logo-pc{ display: block; }
@media only screen and (max-width: 600px) { .head-logo-pc{ display: none; } }

.head-logo-sp{ display: none; }
@media only screen and (max-width: 600px) { .head-logo-sp{ display: block; padding: 12px 0 0 12px; } }

.head-menu{ float:right; }
@media only screen and (max-width: 600px) {.head-menu{ display: none;}}

.head-menu ul { list-style: none; text-align: right;}
.head-menu ul ul{ display: block;}
.head-menu ul li {
    margin: 0 0 10px 0;
    position: relative;
    display: block;
}
.head-menu ul li a{
    display: block;
    color: #61573b;
    font-size:12px;
    position:relative;
    font-weight:600;
    letter-spacing: 0.1em;
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Playfair Display', serif;*/
    transition:all .3s;}
.head-menu ul li a:hover{  color: #ede2c8; /*padding: 0 2px 0 1px; border-radius: 4px; background: #62563d;*/ }
.head-menu ul li:last-child{ margin: 4px 0 0 0;}

.head-menu ul li.insta a {
    background-image: url(../img/common/ic-insta.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-position: center center;
    display: inline-block;
}

/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #61573b;
    border-right: 1px solid #61573b;
    transform: rotate(225deg);
    /* transform: translate(10px, -50%); */
}

/*3階層目を持つliの矢印の設定*/
nav ul ul li.has-child::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul {
    position: absolute;
    left: -180px;
    top: 0;
    z-index: 4;
    /*background: #28BFE7;*/
    /* width: 180px; */
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li{ margin: 0 auto 10px; display: block;}
nav li.has-child ul li a{
    width: 100%;
    /*text-align: left;*/
	color: #61573b;
	/*border-bottom:solid 1px rgba(255,255,255,0.6);*/
}
nav li.has-child ul li:last-child a{
	border-bottom:none;
    /*text-align: left;*/
}
nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	/*background:#3577CA;*/
    text-decoration: underline;
}

/*==3階層目*/

/*3階層目の位置*/
nav li.has-child ul ul{
	top:0;
	left:182px;
	background:#66ADF5;
}
nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active{
	background:#448ED3;
}

/*-----メニュー切り替えー-----*/

.head-menu-switch ul li a{ color: #404B5B !important; transition: all 0.3s ease 0s !importanti;}
.head-menu-switch ul li a:hover{ color: #ccc !important;}
.head-menu-switch nav li.has-child ul li a{ border: solid 1px rgb(63 74 90 / 10%); padding: 5px 10px; background-color: rgb(255 255 255 / 50%);
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;}
.head-menu-switch nav ul li.has-child::before { border-top: 2px solid #404B5B !important; border-right: 2px solid #404B5B !important;}
.head-menu-switch ul li.insta a { background-image: url(../img/common/ic-insta2.png) !important; }

.menu-scroll ul li a{ color: #404B5B !important; transition: all 0.3s ease 0s;}
.menu-scroll ul li a:hover{ color: #ccc !important;}
.menu-scroll nav ul li.has-child::before { border-top: 2px solid #404B5B; border-right: 2px solid #404B5B;}
.menu-scroll ul li.insta a { background-image: url(../img/common/ic-insta2.png); }

/*-----スマホメニューー-----*/

.box-spmenu {
    display: none;
    width: 100%;
    text-align: left;
    z-index: 10000000;
    position: fixed;
    top: 0;
    right: 0;
}
@media only screen and (max-width: 600px) {.box-spmenu { display:block;}}
.menu-btn {
    /*float: right;*/
	position: absolute;
    top: 0px;
    right: 0px;
    /*display: inline;*/
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
}
.btn-open:after {
    color: #000;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
	content: '';
	width: 56px;
	height:56px;
	background-image:url(../img/common/bt-spmenu.png);
	background-repeat:no-repeat;
	display:inline-block;
	background-size: contain;
	vertical-align: middle;
	/*background-color: #60869e;*/
}
.btn-close:hover:after {
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.btn-close:after {
	content: '';
	width: 56px;
	height:56px;
	background-image:url(../img/common/bt-spmenuclose.png);
	background-repeat:no-repeat;
	display:inline-block;
	background-size: contain;
	vertical-align: middle;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    /*position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;*/
}
.btn-close:hover:after { color: #fff;}
.overlay {
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #62563D;
    /*background-color: rgb(80 45 22 / 85%);*/
    /*background-image: url("../img/common/sp_bg.jpg");*/
    background-size: cover;
}
.spmenu {}
.spmenu-cont{ width:80%; margin: 60px auto 0; text-align: justify; }
.spmenu-cont .logo{ width: 120px; margin-bottom: 40px;}
.spmenu-cont-title {
    border-bottom: solid 1px rgb(255 255 255 / 20%);
    padding: 0 0 40px 0;
    margin: 0 auto 40px;
}
.spmenu-cont-title:last-child{ border: none;}
.spmenu-cont-title p{ font-size: 26px; margin-bottom: 20px; letter-spacing: 0.1em;}
.spmenu-cont-title p:last-child{ margin-bottom: 0px;}
.spmenu-cont-title p a{ color: #fff; text-decoration: none;}
.spmenu-cont-title ul.collection{}
.spmenu-cont-title ul.collection li{ margin-bottom: 34px;}
.spmenu-cont-title ul.collection li:last-child{ margin-bottom: 0px;}
.spmenu-cont-title ul.collection li a{ color: #fff !important; text-decoration: none; font-size: 16px; position: relative; font-family: 'ShipporiMincho-Regular'; /*padding: 0 0 0 20px;*/ line-height: 1;     letter-spacing: 0.1em; }
.spmenu-cont-title ul.collection li a span{ display: block; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; letter-spacing: 0.1em; }
/*.spmenu-cont-title ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #fff;
}*/

.spmenu-cont-title ul.other{ font-family: 'Playfair Display', serif; }
.spmenu-cont-title ul.other li a{ color: #fff; text-decoration: none; }
.spmenu-cont-title ul.other li{ margin-bottom: 20px; }
.spmenu-cont-title ul.other li:last-child img{ width: 20px; }

.spmenu-cont-foot{}
.spmenu-cont-foot p{ margin-bottom: 16px;}
.spmenu-cont-foot p:nth-child(1) { margin-bottom: 30px;}
.spmenu-cont-foot p:nth-child(1) img{ width: 20px; }
.spmenu-cont-foot p:nth-child(2) img{ width: 120px;}
.spmenu-cont-foot p:nth-child(3){ font-size: 10px;}

/*-----フッター-----*/

footer{
    padding:60px;
    color: #62563D;
    }
    @media only screen and (max-width: 600px) {
        footer{
            padding:40px;
            }
    }
footer .foot-inner{ 
    /*display: flex; justify-content: space-between;*/
    overflow: hidden;
    }
    @media only screen and (max-width: 600px) {
        footer .foot-inner{ display:block; }
        }
footer .foot-inner div:nth-of-type(2){
    /*display: flex; flex-direction: column; width: 30%;*/
    float: left; width: 30%;
    }
    @media only screen and (max-width: 600px) {
        footer .foot-inner div:nth-of-type(2){ display:block; float: none; width: 100%; }
        }
footer .foot-inner div:nth-of-type(2) ul:nth-of-type(1){ margin-bottom: 60px;}
footer .foot-inner div:nth-of-type(2) ul:nth-of-type(1) li{ margin-bottom: 20px;}
footer .foot-inner div:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(1) a{ width: 137px; display: block; }
    @media only screen and (max-width: 600px) {
        footer .foot-inner div:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(1) a{ width: 90px; }
    }
footer .foot-inner div:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(2){ font-size: 13px; letter-spacing: 0.1em; font-family: 'ShipporiMincho-Regular';}
@media only screen and (max-width: 600px) {
    footer .foot-inner div:nth-of-type(2) ul:nth-of-type(1) li:nth-of-type(2) span{ font-size: 12px; display: block;}
    }
footer .foot-inner div:nth-of-type(2) p{ font-family: 'Playfair Display', serif; font-size: 10px; letter-spacing: 0.1em;}
@media only screen and (max-width: 600px) {
    footer .foot-inner div:nth-of-type(2) p{ letter-spacing: 0em;}
}
footer .foot-inner div:nth-of-type(1){
    /*display: flex;
    flex-direction: column;*/
    float: right;
    width: 20%;
    align-items: flex-end;
    text-align: right;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif,;
    /*font-family: 'Playfair Display', serif;*/
    }
    @media only screen and (max-width: 1024px) {
        footer .foot-inner div:nth-of-type(1){ width: 30%; }
        }
    @media only screen and (max-width: 600px) {
        footer .foot-inner div:nth-of-type(1){ display:block; float: none; width: 100%; text-align: left; margin-bottom: 30px; padding: 0 0 20px 0; border-bottom: solid 1px #62563D;}
        }
footer .foot-inner div:nth-of-type(1) ul:nth-of-type(1){ margin-bottom: 20px;}
footer .foot-inner div:nth-of-type(1) ul li a{ text-decoration: none; color: #62563D; }
footer .foot-inner div:nth-of-type(1) ul li a span{ font-family:  "游ゴシック", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
footer .foot-inner div:nth-of-type(1) ul li a:hover{ color:#c8bb9b; }
footer .foot-inner div:nth-of-type(1) ul:nth-of-type(2){}