@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css); /* M+ 1p　font-family: "Mplus 1p"; */
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css); /* Rounded M+ 1c　font-family: "Rounded Mplus 1c"; */
@import url(//fonts.googleapis.com/earlyaccess/hannari.css); /* はんなり明朝　font-family: "Hannari"; */
@import url(//fonts.googleapis.com/earlyaccess/kokoro.css); /* こころ明朝　font-family: "Kokoro"; */
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css); /* さわらび明朝　font-family: "Sawarabi Mincho"; */
@import url(//fonts.googleapis.com/earlyaccess/sawarabigothic.css); /* さわらびゴシック　font-family: "Sawarabi Gothic"; */
@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css); /* ニコモジ　font-family: "Nico Moji"; */
@import url(//fonts.googleapis.com/earlyaccess/nikukyu.css); /* ニクキュウ　font-family: "Nikukyu"; */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css); /* Noto Sans Japanese　font-family: "Noto Sans Japanese"; */


@import url(//fonts.googleapis.com/css?family=Crimson+Text); /* Crimson Text　font-family: 'Crimson Text', serif; */




/* ================================================================================

	サイトスタイル

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position:relative;
	background-color:#ffffff;
	color: #000000;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size:16px;
	font-weight:300;
	line-height:1.7;
	word-wrap:break-word;
	font-family: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
}

#wrapper {
	position:relative;
	max-width: 100vw;
	width:100%;
	margin:0 auto;
	min-height:100vh;
	display:block;
	overflow:hidden;
}

h1{
	margin:0;
	font-weight:300;
}
h2, h3, h4 {
	margin:0;
	font-weight:700;
}

img {
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
}


/* リンク：透過アクション付 */
a{
	color:#000000;
	opacity:1;
	transition-property:color,opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
a:hover{
	color:#000000;
	opacity:0.6;
}

a img{
	opacity:1;
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
a:hover img{
	opacity:0.6;
}



a:link,
a:visited,
a:hover,
a:active{
	overflow:hidden;
	outline:none;
}




/* ================================================================================

	display:none

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.sp_none{
		display: none;
	}

}





/* ================================================================================

	フロート回り込み解除 clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}





/* ================================================================================

	エディター共通設定

================================================================================ */

p{
	margin-bottom:16px;
}
p:last-of-type{
	margin-bottom:0;
}

strong,b{
	font-weight:700;
}
big{
	font-size:larger;
}
small{
	font-size:smaller;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.aligncenter {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.alignleft {
		float: left;
	}

	.alignright {
		float: right;
	}

	img.alignright {
		display: inline-block;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 16px;
		margin-left: 24px;
	}

	img.alignleft {
		display: inline-block;
		margin-top: 0px;
		margin-right: 24px;
		margin-bottom: 16px;
		margin-left: 0px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* youtube siteorigin */
	.youtube-player{
		width:100%;
		height:280px;
		margin-top:16px;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display:none;
	}
}





/* ================================================================================

	PC表示左右入れ替え

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.pc_lr {
		display: block !important;
		overflow: auto;
	}
	.pc_lr > div:nth-of-type(1) {
		float: right;
	}
	.pc_lr > div:nth-of-type(2) {
		float: left;
	}
}





/* ================================================================================

	その他

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {


}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body{
		font-size:14px;
	}
	img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	p {
		font-size: 14px;
	}
}





/* ================================================================================

	PCヘッダー

================================================================================ */
@media (min-width: 768px) {

	header{
		position:relative;
		max-width:1920px;
		width:100%;
		height:28.5vh;
	}
	.head_base{
		background-color:#1c1817;
		padding:0 0 0 0;
		margin: 0 0 0 0;
	}
	.head_logo{
		text-align: center;
		padding: 0vw 0 0.4vw 0;
		margin: 0 0 0 0;
	}
	.head_logo h1{
		line-height:inherit;
		font-size: 2.4vw;
	}
	.head_logo a{
		font-size: 2.4vw;
		color: #FFFFFF;
		font-family: 'EB Garamond', serif;
	}
	.fixed .head_logo{

	}
	.fixed .head_logo h1{

	}






	/* グローバルナビゲーション
	------------------------------------------- */
	#globalnav{
		width: 100%;
		position:fixed; 
		background-color:#1d1817;
		z-index:9999999999999;
	}
	.fixed {
		background-color:rgba(0,0,0,0.8)!important;

	}

	.pc_navigation{
		text-align:center;
	}
	.pc_navigation > ul{
		font-size:0;
		padding:0 0 0.5vw;
	}
	.pc_navigation > ul >  li{
		display:inline-block;
		margin-right:1.5vw;
	}
	.pc_navigation > ul > li:last-of-type{
		margin-right:0;
	}
	.pc_navigation > ul > li a{
		color: #FFFFFF;
		font-size: 1.1vw;
		letter-spacing: 0.05em;
		font-family: 'EB Garamond', serif;
		font-weight: 300;
	}
	#welcart_search-2 h2{
		display:none;
	}



	.online_navi{
		background-color:#3f3f3f;
		padding: 0.3vw 0 0 0;
	}
	.online_navi ul{
		margin:0 auto;
		padding: 0vw 0 0.5vw 0;
		text-align: center;
	}
	.online_navi li{
		display:inline-block;
		padding: 0 1vw 0 1vw;
	}
	.online_navi li a{
		font-size: 0.8vw;
		color:#FFFFFF;
	}




	
	/* プルダウンメニューPC★★★★★★
	------------------------------------------- */
	.menu {
	    position: relative;
	    width: 100%;
	    margin: 0 auto;
	}

	.menu > li > ul > li {
	    float: left;
	   width: 16.8vw;
	    height: ;
	    line-height: ;

	}

	.menu > li > ul > li a {
	    display: block;
	    color: #fff;
	    font-size: 0.7vw;
	}

	ul.menu__second-level {
	    visibility: hidden;
	    opacity: 0;
	    z-index: 1;
	}

	ul.menu__third-level {
	    visibility: hidden;
	    opacity: 0;
	}

	ul.menu__fourth-level {
	    visibility: hidden;
	    opacity: 0;
	}

	.menu > li > ul > li:hover {
	    -webkit-transition: all .5s;
	    transition: all .5s;
	}

	.menu__second-level > ul > li {
	    border-top: 1px solid #111;
	}

	.menu__third-level > ul > li{
	    border-top: 1px solid #111;
	}

	.menu__second-level > ul > lia:hover {

	}

	.menu__third-level > ul > lia:hover {

	}

	.menu__fourth-level > ul > lia:hover {

	}
	/* floatクリア */
	.menu:before,
	.menu:after {
	    content: " ";
	    display: table;
	}

	.menu:after {
	    clear: both;
	}

	.menu {
	    *zoom: 1;
	}
	.menu > li > ul > li.menu__multi {
	    position: relative;
	}

	li.menu__multi ul.menu__second-level {
	    position: absolute;
	    top: 0px;
	    width: 17vw;
	    background: #393939;
	    -webkit-transition: all .2s ease;
	    transition: all .2s ease;
	    margin: 2.2vw 0 0 0;
	}

	li.menu__multi:hover ul.menu__second-level {
	    top: 0px;
	    visibility: visible;
	    opacity: 1;
	}

	li.menu__multi ul.menu__second-level > li {
	    position: relative;
	    padding: 0.5vw 0 0.3vw 0;
	}

	li.menu__multi ul.menu__second-level > li:hover {

	}

	li.menu__multi ul.menu__second-level > li ul.menu__third-level {
	    position: absolute;
	    top: -1px;
	    left: 100%;
	    width: 147%;
	    background: #111;
	    -webkit-transition: all .2s ease;
	    transition: all .2s ease;
	}

	li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
	    visibility: visible;
	    opacity: 1;
	}

	li.menu__multi ul.menu__second-level li ul.menu__third-level li {
	    position: relative;
	    width: 19vw;
	    padding: 0.9vw 0 0vw 0;
	}

	li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {

	}

	li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
	    position: absolute;
	    top: -1px;
	    left: 100%;
	    width: 100%;
	    -webkit-transition: all .2s ease;
	    transition: all .2s ease;
	}

	li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
	    visibility: visible;
	    opacity: 1;
	}

	.init-right:after {
	    content: '';
	    display: inline-block;
	    width: 6px;
	    height: 6px;
	    margin: 0 0 0 15px;
	    border-right: 1px solid #fff;
	    border-top: 1px solid #fff;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}






	.head_logo h1{
		margin: 1vw 0 1vw 0 !important;
	}


	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display:none;
	}
	.pc_h1 {
		position:relative;
		max-width:1920px;
		width:100%;
		height:0;
		margin:0 auto;
		text-align:right;
		display:none;
	}
	.pc_h1 h1 {
		position:relative;
		font-size: 12px;
		color: ;
		padding:0 0 0 0;
		transform:translate(0px,0px);
		-webkit-transform:translate(0px,0px);
		-ms-transform:translate(0px,0px);
	}




	/* カートボタンなど 機能ボタン
	------------------------------------------ */
	.head_wrap_sp{
		display:none;
	}


	.head_wrap{
		position:relative;
		max-width:1920px;
		width:100%;
		height:0;
		margin:0 auto;
		z-index:9999;
	}

	.head_function{
		position:absolute;
		margin-top:1vw;
		right:10vw;
	}
	.head_function > ul{
		font-size:0;
	}
	.head_function > ul > li{
		display:inline-block;
		padding: 0 0.5vw;
		vertical-align:top;
	}
	.head_function > ul > li:nth-of-type(1){
		padding: 0 0.5vw 0 1vw;
	}
	.head_function > ul > li:last-of-type{
		padding: 0 0 0 0.5vw;
	}
	.head_function > ul > li + li:before{
		font-size:0.6vw;
		font-weight:100;
		color:#ffffff;
		margin-right:1vw;
		line-height: 0.7vw;
	}

	.head_function > ul > li a{
		font-size: 0.5vw;
		font-weight: 300;
		color: #ffffff;
		font-family: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
		letter-spacing: 0.1vw;
	}



	.head_function > ul > li .header-cartbutton{
		display: inline-block;
		margin-top: -0.8vw;
		margin-left: -0.2vw;
	}
	.head_function > ul > li .header-cartbutton a{
		display:block;
		width:3vw;
		color:#000000;
		margin:0;
	}

	.head_function > ul > li .header-cartbutton i {
		border-radius:0;
		-webkit-border-radius:0;
		padding: 0.6vw;
		font-size: 1vw;
	}
	.head_function > ul > li .header-cartbutton span {
		position: absolute;
		width: 1vw;
		margin-top: -0.1vw;
		margin-left: -0.5vw;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		background: #f5f5f5;
		font-size: 0.4vw;
		font-weight: bold;
		height: 1vw;
		padding: 0.25vw 0 0 0.12vw;
	}


	/* 検索窓 */
	.search_form{
		width: 13.8vw;
		color: #ffffff;
		float: right;
		padding-right: 0.5vw;
		margin: 0.5vw 0 0 0;
	}
	.search_form h2{
		font-size: 0.6vw;
		font-weight:300;
		font-family: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
		padding: 0 0 0.1vw 0;
	}

	#searchform input[type="submit"],
	.postfix.button{
		background: url(../img/search_icon.png) center 50% no-repeat;
		background-color: rgba(0, 0, 0, 0);
		background-size: auto auto;
		background-size: auto 0.8vw;
		background-color: #454545 !important;
		text-indent: -9999px;
		height: 2.1vw;
	}
	.search_form > div > ul > li{
		overflow:hidden;
	}
	.search_form > div > ul > li > form > div{
		display:none;
	}
	.fa-shopping-cart::before {
		content: "\f07a";
		color: #FFFFFF;
	}
	.head_function > ul > li .header-cartbutton i {
		background: transparent;
		border-radius: 0;
		-webkit-border-radius: 0;
		font-size: 0.9vw;
		margin: 0 0 0 -1vw;
	}
	.header-cartbutton i {
	    border-radius: 5px;
	    -webkit-border-radius: 5px;
	    padding: .675rem;
		background: transparent;
	    font-size: 1.5rem;
	}
	#searchform input[type="text"] {
	    float: left;
	    width: 83.33333%;
	    margin-bottom: 0;
	    border-top-left-radius: 3px;
	    border-top-right-radius: 0px;
	    border-bottom-left-radius: 3px;
	    border-bottom-right-radius: 0px;
	    height: 2.1vw;
	    border: 0;
	}

}





/* ================================================================================

	SPヘッダー

================================================================================ */
@media (max-width: 767px) {

	header{
		position:relative;
		
	}
	.head_base{
		background-color:#1c1817;
		padding:0 0 0 0;
		margin: 0 0 0 0;
		width:100vw;
		z-index:-1!important;
	}

	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display:none;
	}
	.sp_h1 {
		background-color:#cccccc;
		padding:8px;
		display:none;
	}
	.sp_h1 h1 {
		font-size: 12px;
	}

	.head_logo{
		text-align: center;
		padding: 5.5vw 0 6.4vw 0;
		margin: 0 0 0 0;
		z-index:-1:
		position:relative;
	}
	.head_logo a{
		font-size: 7.2vw;
		color:#FFFFFF;
		font-family: 'EB Garamond', serif;
	}


	/* グローバルナビゲーション
	------------------------------------------- */
	.pc_navigation{
		display:none;
	}

 /* グローバルナビゲーション
	------------------------------------------- */
  #globalnav {
    display: none;
  }
  button.menu-btn {
    position:fixed ;
    z-index:999!important;
    top: 10px;
    right: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
        background: transparent;
    padding: 8px 10px;
    border-radius: 0;
    border: 0;
  }
  li.onlinenavi{
  	background-color: #272423 !important;
  }
  
  .pushy {
    width:210px !important;
    background: #1c1817 !important;
  }
  .site-overlay {
    color: #ffffff;
    font-size: 24px;
    padding: 10px;
  }
  .pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
    background-color: rgba(0,0,0,.7) !important;
  }
.pushy a {
    color: #FFFFFF !important;
    font-size: 3vw !important;
    padding: 2vw 6vw !important;
    font-weight: 300 !important;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
  .pushy-submenu button {
    color: #FFFFFF !important;
        font-size: 3vw !important;
    font-weight:300 !important;
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  }
  .pushy-submenu ul {
    background-color: #272423 !important;
    padding-left: 0px !important;
  }
  .pushy-submenu ul li {
    border-bottom: 0px solid #ffffff;
  }
  .pushy-submenu ul li a {
    color: #ffffff !important;
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	
  }
  .pushy-link.tel a {
    color: #ffffff !important;
    background-color: #f74486 !important;
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  }
  .pushy-link.map a {
    color: #ffffff !important;
    background-color: #4453f4 !important;
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  }


	/* カートボタンなど 機能ボタン
	------------------------------------------ */
	.head_wrap{
		display:none;
	}


	.head_wrap_sp{
		position:relative;
		background-color:#555555;
		width:100%;
		padding:5vw 5vw;

	}

	.head_function{
	}
	.head_function > ul{
		font-size:0;
		text-align: center;
		margin-bottom: 2vw;
	}
	.head_function > ul > li{
		display:inline-block;
		padding: 0 0.5vw;
		vertical-align:top;
	}
	.head_function > ul > li:last-of-type{
		padding: 0 0 0 0.5vw;
	}
	.head_function > ul > li + li:before{
		padding: 0 0.5vw;
		content: '|';
		font-size:3.5vw;
		font-weight:100;
		color:#ffffff;
		margin-right:1.5vw;
		line-height: 1.6;
	}

	.head_function > ul > li a{
		font-size:3.5vw;
		font-weight:100;
		color:#ffffff;
	}



	.head_function > ul > li .header-cartbutton{
		display: inline-block;
		margin-top: -1.5vw;
	}
	.head_function > ul > li .header-cartbutton a{
		display:block;
		width:10vw;
		color:#000000;
		margin:0;
	}

	.head_function > ul > li .header-cartbutton i {
		background: #ffffff;
		border-radius:0;
		-webkit-border-radius:0;
		padding: 3vw;
		font-size: 4vw;
	}
	.head_function > ul > li .header-cartbutton span {
		position: absolute;
		width: 5vw;
		margin-top: -1.6vw;
		margin-left: -1.5vw;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		background: #f5f5f5;
		font-size: 3vw;
		font-weight: bold;
	}


	/* 検索窓 */
	.search_form{
		width: 100%;
		color: #ffffff;
	}
	.search_form h2{
		font-size:4vw;
		font-weight:300;
		font-family: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
		display:none;
	}

	input#searchsubmit {
	}
	.search_form > div > ul > li{
		overflow:hidden;
	}
	.search_form > div > ul > li > form > div{
		display:none;
	}
	.search_form form{
		overflow: hidden;
		width: 100%;
	}

	#searchform input[type="text"],
	input[type="search"] {
		float: left;
		width: 75%;
		margin-bottom: 0;
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
		height: 11vw;
		background-color: #ffffff;
		color: #000000;
		font-size: 4vw;
	}
	input[type="search"] {
		width: 100%;
	}
	#searchform input[type="submit"],
	.postfix.button{
		background: url(../img/search_icon.png) center 50% no-repeat;
		background-size:auto 5vw;
		background-color: #939393 !important;
		text-indent: -9999px;

		float: right;
		width: 25%;
		margin-bottom: 0;
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
		height: 11vw;
	}
	.online_navi{
		background-color:#3f3f3f;
		padding:0 0 0 0;
	}
	.online_navi ul{
		margin:0 auto;
		padding: 3.2vw 0 3vw 0;
		text-align: center;
	}
	.online_navi li{
		display:inline-block;
		padding: 0 1vw 0 1vw;
	}
	.online_navi li a{
		    font-size: 2.6vw;
		color:#FFFFFF;
	}

	.head_function > ul > li:nth-of-type(1){
		padding: 0 0.5vw 0 1vw;
	}
	.head_function > ul > li:last-of-type{
		padding: 0 0 0 0.5vw;
	}
	.head_function > ul > li + li:before{

	}

	.head_function > ul > li a{
		    font-size: 3.5vw;
		font-weight: 300;
		color: #ffffff;
		font-family: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
		letter-spacing: 0.1vw;
	}



	.head_function > ul > li .header-cartbutton{
		display: inline-block;
		margin-top: -0.8vw;
		margin-left: -0.2vw;
	}
	.head_function > ul > li .header-cartbutton a{
		display:block;
		width:3vw;
		color:#000000;
		margin:0;
	}

	.head_function > ul > li .header-cartbutton i {
		border-radius:0;
		-webkit-border-radius:0;
		padding: 0.6vw;
		font-size: 1vw;
	}
.head_function > ul > li .header-cartbutton span {
    position: absolute;
    width: 1vw;
        margin-top: -2.1vw;
    margin-left: 1.5vw;
    border-radius: 50%;
    /* -webkit-border-radius: 50%; */
    background: transparent;
    font-size: -0.6vw;
    font-weight: bold;
    height: 1vw;
    /* padding: 3.25vw 0 0 3.12vw; */
    color: #FFFFFF;
}



	.fa-shopping-cart::before {
		content: "\f07a";
		color: #FFFFFF;
	}
	.head_function > ul > li .header-cartbutton i {
		background: transparent;
		border-radius: 0;
		-webkit-border-radius: 0;
		    font-size: 2.9vw;
		margin: 0 0 0 -1vw;
	}
	.header-cartbutton i {
	    border-radius: 5px;
	    -webkit-border-radius: 5px;
	    padding: .675rem;
		background: transparent;
	    font-size: 1.5rem;
	}



}
















/* ================================================================================

	フッター

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position:relative;
		background-color:#939393;
		margin-top:5vw;
	}
	/* トップページ */
	.post-2 footer {
		margin-top:0;
	}


	.footer_base{
		width: 89%;
		padding: 5vw 0 5vw 0vw;
		margin: 0 0 0 0;
	}
	.footer_logo{
		padding: 0 1vw 0 3vw;
		margin: 0 0 0 0;
	}
	.footer_logo img{
		padding:0 0 0 0;
		margin: 0 0 0 0;
		width: 4vw;
	}
	
	.footer_base ul{
		color:#FFFFFF;
	}
	
	.footer_base li{
		padding: 0 0 0 2vw;
		display: inline-block;
		color: #FFFFFF;
		vertical-align: top;
		line-height: 1.5vw !important;
		color: #FFFFFF;
		font-size: 0.8vw;
	}
	.footer_base li a{
		line-height: 1.0vw !important;
		color: #FFFFFF;
		font-size: 0.8vw;
		font-family: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
	}
	.footer_link_big{
		font-family: 'EB Garamond', serif;
		font-size: 1.2vw;
		padding:0 0 0.5vw 0;
	}
	.co{
		font-size: 0.6vw;
		padding:0 0 0vw 0;
	}
	li.copy_li{
		vertical-align:bottom;
	}
	
	/* SP用フッターリンク */
	.f_navi_sp{
		display:none;
	}


	/* 【固定ページ】フッター：基本情報 */
	.f_kotei{
		position:relative;
	}
	.f_kotei .panel-grid{
		display:block !important;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div{
		display:none;
	}


	/* コピーライト */
	.f_copy{
	}
	.f_copy p{
		font-size:11px;
		text-align:center;
	}
	.footer_ling_mini_2 a{
		font-size: 0.6vw !important;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position:relative;
		background-color:#939393;
		margin-top:20vw;
	}
	.footer_base{
		width:100%;
		padding:7vw 16vw;
		margin:0 0 0 0;
	}
	.footer_logo{
		padding: 6vw 0;
		margin: 0 0 0 0;
	}
	.footer_logo img{
		padding: 0 0 0 0;
		margin: 0 auto;
		width: 10vw;
	}
	
	.footer_base ul{
		color:#FFFFFF;
		width:100%;
		font-size:0;
	}
	
	.footer_base ul li{
		padding: 0 0 0 0vw;
		display: inline-block;
		color: #FFFFFF;
		vertical-align: top;
		color: #FFFFFF;
		line-height: 7vw !important;
		color: #FFFFFF;
		font-size: 3.5vw;
		width:100%;
	}
	.footer_base ul li:nth-of-type(2),
	.footer_base ul li:nth-of-type(3){
		width:48%;
	}
	.footer_base ul li:nth-of-type(2) a,
	.footer_base ul li:nth-of-type(3) a{
		line-height: 7vw !important;
		color: #FFFFFF;
		font-size: 3.8vw;
		font-family: "Libre Baskerville",sans-serif;
	}

	.footer_base ul li:nth-of-type(4){
		margin-top:4vw;
	}
	.footer_base ul li:nth-of-type(4) a{
		line-height: 2.2 !important;
		color: #FFFFFF;
		font-size: 3.2vw;
	}



	.footer_base li a{
		line-height: 7vw !important;
		color: #FFFFFF;
	}
	.footer_link_big{
		font-family: 'EB Garamond', serif;
		font-size: 6vw;
		padding: 8vw 0 1.5vw 0;
	}

	.footer_base ul li.copy_li{
		vertical-align:bottom;
		padding: 0 0 11vw 0;
		text-align:center;
	}
	.co{
		font-size: 2.8vw;
		padding: 12vw 0 0vw 0;
	}
	
	
	/* SP用フッターリンク */
	.f_navi_sp{
		display:none;
	}



	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi_sp ul{
		margin:0 auto;
		overflow:auto;
		padding:20px 3% 24px;
	}
	.f_navi_sp ul li{
		float:left;
		width:48%;
		padding:6px 8px;
		border-bottom:1px solid #000000;
	}
	.f_navi_sp ul li:nth-of-type(2n-1){
		margin-right:2%;
	}
	.f_navi_sp ul li:nth-of-type(2n){
		margin-left:2%;
	}
	.f_navi_sp ul li a{
		display:block;
		font-size:14px;
		text-decoration:none;
	}
	/* ボタンが奇数の場合
	.f_navi_sp ul li:nth-of-type(2n){
		margin-right:2%;
	}
	.f_navi_sp ul li:nth-of-type(2n-1){
		margin-left:2%;
	}
	.f_navi_sp ul li:first-child{
		float:none;
		width:100%;
		margin:0;
	}
	*/

	/* SP用フッターリンク type02 ※ボタンタイプ
	------------------------------------------- */
	/*
	.f_navi_sp ul{
		margin:0 auto;
		overflow:auto;
		padding:0 0 14px;
		padding-top:20px;
	}
	.f_navi_sp ul li{
		float:left;
		width:50%;
	}
	.f_navi_sp ul li:nth-of-type(2n-1){
		width:50%;
		padding-right: 1px;
	}
	.f_navi_sp ul li a{
		background-color: #000000;
		color: #ffffff ;
		display: block;
		font-size: 14px;
		font-weight:700;
		text-decoration: none;
		padding: 12px 0;
		margin-bottom: 1px;
		text-align:center;
	}
	.f_navi_sp ul li a:hover{
		background-color: #222222;
	}
	*/
	/* ボタンが奇数の場合
	.f_navi_sp ul li:first-child{
		width:100%;
	}
	.f_navi_sp ul li:nth-of-type(2n){
		width:50%;
		padding-right: 1px;
	}
	*/





	/* 【固定ページ】フッター：基本情報 */
	.f_kotei{
		position:relative;
		width:100%;
		margin:0 auto;
	}
	.f_kotei .panel-grid{
		display:block !important;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div{
		text-align:center;
		display:block;
		padding:8px 0;
	}


	/* コピーライト */
	.f_copy{
		padding:8px 0;
	}
	.f_copy p{
		font-size:11px;
		text-align:center;
	}
}





/* ================================================================================

	ページトップボタン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		right: 10px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top no-repeat;
		background-size:contain;
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity:1;
		background: url(../img/pagetop_on.png) center top no-repeat;
		background-size:contain;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		right: 8px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top no-repeat;
		background-size:contain;
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity:1;
		background: url(../img/pagetop_on.png) center top no-repeat;
		background-size:contain;
	}
}





/* ================================================================================

	パンくずリスト

================================================================================ */
	.breadcrumbs{
		background-color:transparent;
		display: none;
	}
	.breadcrumbs > li {
		font-size: 14px;
		display:inline-block;
	}
	.breadcrumbs > li + li:before {
		padding: 0 5px;
		content: '>';
		color:#888888;
	}
	.breadcrumbs > li > a {
	}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.breadcrumbs {
		position:relative;
		width:61vw;
		margin:0 auto;
		padding:16px 0 40px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.breadcrumbs {
		position:relative;
		width:100%;
		padding:4vw 16px 8vw;
	}
}





/* ================================================================================

	ページネーション

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.wp-pagenavi{
		text-align:center;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.wp-pagenavi{
		float:none !important;
		font-size:12px !important;
		overflow: hidden;
	}
	.wp-pagenavi span,
	.wp-pagenavi a{
		display:block;
		float:left;
		margin-bottom:4px;
	}
}





/* ================================================================================

	Wp Lightbox Bank プラグイン

================================================================================ */
#lightGallery-outer{
	background-color:rgba(0,0,0,0.8) !important;
}





/* ================================================================================

	Addtoanyボタン

================================================================================ */
.addtoany_shortcode{
	padding-top:8px;
}
/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font{
	display:none;
}