@charset "utf-8";

/*
ファイル名:style.css
最終更新日:20xx/xx/xx
*/

.pc-none {	display: none !important;}

/*---------------------------------------

	body

---------------------------------------*/

body {
	position: relative;
    background: #fff;
	color: #333;                      
	text-align: left;
	width: 100%;
	font-size: 16px;
	/*
	font-family: Calibri, "ProximaNovaSoft-Regular", "Gill Sans", "Gill Sans MT", Candara, Segoe, "Segoe UI", Arial, sans-serif;
	*/
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
body #wrapper {
	width: 375px;
    overflow: hidden;
    float: right;
    background: #fff;
    line-height: 0; /* 不要な縦隙間削除 */
}
body:before {
	position: fixed;
	content: "";
	display: inline-block;
	width: calc( 100% - 375px );
	height: 100vh;
	--key-fallback: url('../img/common/left_key_common.jpg'); /* 共通画像（1か所のみで管理） */
	--key-composed: var(--key-fallback); /* 初期はフォールバックだけを使う（スラッグで上書き可能な“合成値”） */
	background-image: var(--key-composed);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	/*background-attachment: fixed;*/
	box-shadow: inset -6px 0px 10px 0px rgba(0, 0, 0, 0.17);
}
body.home:before {	background-image: url('../img/common/left_key_top.jpg'), var(--key-fallback);}
body.slug-tarte:before {	background-image: url('../img/common/left_key_tarte.jpg'), var(--key-fallback);}
body.slug-about:before {	background-image: url('../img/common/left_key_about.jpg'), var(--key-fallback);}
body.slug-privacy:before {	background-image: url('../img/common/left_key_privacy.jpg'), var(--key-fallback);}
body.blog:before {	background-image: url('../img/common/left_key_blog.jpg'), var(--key-fallback);}
body:after {
	position: fixed;
	width: 150px;
	height: 150px;
	content: "";
	display: inline-block;
	margin-left: calc( (100vw - 505px) / 2 );
	margin-top: calc( 50vh - 75px );
	background-image: url('../img/common/logo.png');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 100%;
	filter: invert(100%);
}

/* PAGER */
.pager {
	overflow: hidden;
	_zoom: 1;	
	clear: both;
	margin-bottom: 50px;
	padding: 8px 0px 7px 0px;
	font-weight: 700;
}
.pager strong {
	line-height: 2.3;
}
.pager ul {
	float: left;
}
.pager li {
	float: left;
	display: block;
	margin-right: 5px;
	color:#666;
}
.pager li a {
	display: inline-block;
	padding: 3px 5px 1px;
	border: solid 1px #cccccc;
	text-decoration:none;
	font-weight: 400;
}
.pager li a:hover {
	display: inline-block;
	padding: 3px 5px 1px;
	border: solid 1px #ffb506;
	background-color: #ffebba;
	color:#000;
}
.pager li span.current_page {
	display: inline-block;
	padding: 3px 5px 1px;
	border: solid 1px #cccccc;
	background-color: #ffebba;
	color: #333;
}
.pager p{
	float:right;
	color:#4e4e4e;
	font-weight:700;
	font-size:116.7%;
}
.pager p span{
	color:#CC0000;
	padding-left:10px;
}

/*---------------------------------------

	header

---------------------------------------*/
header {
    display: inline-block;
    width: 100%;
}
#home header {
    display: inline;
}
#header {
    /*position: fixed;*/
    width: 100%;
    height: 70px;
    display: inline-block;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 375px;
}
body.home #header {    background: #e5dcd3;}
body.sub #header {    background: #fff;}
#header .inner,
#header .inner90 {
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
}
#site-id {
    text-align: center;
    width: 110px;
    height: 100px;
    position: relative;
    z-index: 2;
    top: 0;
    left: 20px;
    background: #fff;
}
.sub #site-id {
    background: #e5dcd3;
}
#site-id a {
    text-decoration: none;
}
#site-id img {
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}



/* menu-wrap */
#header .inner #click-nav {
    display: inline-block;
}

#header .menu-wrap {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0px;
    right: -70%;
    width: 375px;
    height: 100vh;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
	background: #e5dbd3;
	box-sizing: border-box;
	line-height: 1.4em;
}
#header .menu-wrap .menu-wrap-inner {
    position: relative;
	height: auto;
	text-align: left;
}
#header .menu-wrap.is-active {
	opacity: 1;
	visibility: visible;
	right: 0;
	z-index: 100;
}

#header .menu-wrap .menu ul.header-menu li,
#header .menu-wrap .menu ul.header-menu li a {
    /*font-family: "LibreBaskerville";*/
    color: #333;
}
#header .menu-wrap .menu {
    /*margin-bottom: 22vw;*/
}
#header .menu-wrap .menu ul.header-menu {
    margin: 130px 0 0 68px;
    width: 80%;
    height: 526px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column; /* 縦並び */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header .menu-wrap .menu ul.header-menu li {
	/*width: 35vw;*/
	width: 100%;
    margin: 0 0 5vw 0;
}
#header .menu-wrap .menu ul.header-menu li:last-child {
	width: 112px;
	margin-top: 20px;
}
#header .menu-wrap .menu ul.header-menu li:last-child img {
	width: 100%;
	height: auto;
}


  /* click-nav */
  #click-nav {
    width: 40px;
    height: 70px;
    cursor: pointer;
    position: relative;
    left: 315px;
    top: -102px;
    z-index: 101;
  }

  #click-nav span {
    position: absolute;
    display: block;
    background: #333;
    width: 100%;
    height: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 8px;
  }

  #click-nav .one {
    top: 32px;
  }

  #click-nav .two {
	  display: none;
    /* top: 36px; */
  }

  #click-nav .three {
    top: 41px;
  }

  /* click-nav is-active */
  #click-nav.is-active .one {
    transform: rotate(45deg);
    position: absolute;
    top: 3vw;
  }

  #click-nav.is-active .two {
    display: none;
    /*
    right: -50px;
    */
  }

  #click-nav.is-active .three {
    transform: rotate(-45deg);
    position: absolute;
    top: 3vw;
  }





/*---------------------------------------

	site-main

---------------------------------------*/

main.site-main {
	clear: both;
	width: 100%;
	/*padding-top: 120px;*/
    text-align: left;
}
#sub main.site-main {
    padding-top: 0;
}
main.site-main p {
	display: inline-block;
	width: 100%;
	margin-bottom: 16px;
	line-height: 1.8em;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
    color: #333;
}
main.site-main a {
	color: #684523;
}
main.site-main p a {
	text-decoration: underline;
}





main.site-main .floatl-cap,
main.site-main .floatr-cap,
main.site-main .floatc-cap {
	margin: 30px;
}
main.site-main .floatlc-cap {	margin: 0 30px 30px 0;}
main.site-main .floatrc-cap {	margin: 0 0 30px 30px;}
main.site-main .floatl-cap,
main.site-main .floatlc-cap{	float: left;}
main.site-main .floatr-cap,
main.site-main .floatrc-cap{	float: right;}
main.site-main .floatc-cap {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*---------------------------------------
	swiper 
---------------------------------------*/
main.site-main .swiper-container {
    position: relative;
    z-index: 1;
}


/*---------------------------------------

	footer 

---------------------------------------*/
.site-footer {
    position: relative;
	clear: both;
	width: 100%;
	text-align: center;
    color: #333;
    background: #e5dcd3;
	padding-top: 56px;
	margin: 40px 0 0 0;
	display: inline-block;
}
.site-footer:before {
	position: absolute;
	content: "";
	background-image: url('../img/common/ft_linelogo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 100px;
    top: -54px;
    left: 0;
    right: 0;
    margin: auto;
}


.site-footer .ft_logo {
    width: 30%;
    margin: 0 auto;
    font-size: 14px;
}
.site-footer .ft_logo img {
	width: 86%;
	height: auto;
	margin-top: 28px;
}
.site-footer .ft_sns {
    width: 6.4%;
    margin: 28px auto;
}
.site-footer .ft_sns img {
	width: 100%;
	height: auto;
}
.site-footer .footer-copy {
    margin: 10px 0 60px 0;
    font-size: 13px;
    display: inline-block;
}
