/*
Theme Name: SASAKI
Theme URI: http://www.jurakudai.com/
Description: SASAKI
Version: 1.1
Author: NK
Author URI: http://www.jurakudai.com/
*/

@charset "UTF-8";
/* 　setting  */
* {	padding: 0;	margin: 0;} html {padding: 0;border: 0;}abbr,address,article,aside,audio,b,blockquote,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,small,span,strong,sub,summary,sup,tbody,tfoot,thead,time,tr,ul,var,video {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: 0 0}body,img,section,table {padding: 0;border: 0}section,table {outline: 0;background: 0 0}a,body,html,img,td,th {background: 0 0;margin: 0}body,html,img,td,th {outline: 0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block}ul, ul li {list-style: none}blockquote,q {quotes: none}blockquote:after,blockquote:before,q:after,q:before {content: none}a,hr {padding: 0}a {vertical-align: baseline}abbr[title],dfn[title] {border-bottom: 1px dotted;cursor: help}table {border-spacing: 0;font: 100%;width: 100%;border-collapse: collapse}hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0}input,select {vertical-align: middle}#page,body {position: relative}*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

/* 　adjust  */
.mgt5 { margin-top: 5px!important}.mgt10 { margin-top: 10px!important}.mgt20 { margin-top: 20px!important}.mgt30 { margin-top: 30px!important}.mgt40 { margin-top: 40px!important}.mgt50 { margin-top: 50px!important}.mgt60 { margin-top: 60px!important}.mgt80 { margin-top: 80px!important}
.mgb5 { margin-bottom: 5px!important}.mgb10 { margin-bottom: 10px!important}.mgb20 { margin-bottom: 20px!important}.mgb30 { margin-bottom: 30px!important}.mgb50 { margin-bottom: 50px!important}.mgb60 { margin-bottom: 60px!important}.mgb80 { margin-bottom: 80px!important}
.pdt5 { padding-top: 5px!important}.pdt10 { padding-top: 10px!important}.pdt20 { padding-top: 20px!important}.pdt30 { padding-top: 30px!important}.pdt40 { padding-top: 40px!important}.pdt50 { padding-top: 50px!important}.pdt60 { padding-top: 60px!important}.pdt80 { padding-top: 80px!important}
.mgl5 { margin-left: 5px!important}.mgl10 { margin-left: 10px!important}.mgl20 { margin-left: 20px!important}
.pdb5 { padding-bottom: 5px!important}.pdb10 { padding-bottom: 10px!important}.pdb20 { padding-bottom: 20px!important}

/* 　Gap  */
.gap20{
	gap:20px;
}

.gap30{
	gap:30px;
}

/*----- Font -----*/
html {
    font-size:62.5%;
}
body {
	padding: 0;
	margin: 0;
	text-rendering: optimizelegibility;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
    font-weight: 500;
    font-size:15px;font-size:1.5rem;
    color:#000;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.6em;
    letter-spacing: 0.02em;
}
p {	
    line-height: 1.8em;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
    font-size:15px;font-size:1.5rem;
	margin: 0.6em 0 0;
	padding: 0;
}
p:lang(en) {	
    line-height: 1.65em;
    letter-spacing: 0.03em;
}
ul li  {	
    line-height: 1.6em;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
}
.Noto { font-family: "Noto Serif JP", serif; }

.table-form td , .table-form ul li, .table-form td p {
    font-weight: 500;
    line-height: 1.6em;
}
.text-center {
    text-align: center !important;
}
/* WP投稿用 */
.aligncenter {
    display: block !important;
    margin: 0 auto !important;
	text-align:center !important;
}
.text-left {
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.note {
    font-size:13px !important;font-size:1.3rem !important;
    margin-top: 5px;
}
.text-big{
    font-size: 110% !important;
}
.text-small{
    font-size: 85% !important;
}
.font0 {
    font-size: 0;
}
.caution {
    color: #b74735;
}
.back_link {
    text-align: center;
}

/*----- List -----*/
ul, ol {
    margin-bottom: 0px;
}
ol li {
	list-style-type: decimal;
    list-style-position: inside;
}
ol.roman li {
    list-style-type: lower-roman;
}
ol.iroha li {
    list-style-type: katakana-iroha;
}
ul.take, .maru {
    margin-top: 10px;   
}
ul.take.center {
    text-align: center;
    margin-top: 0px;
}
ul.maru.center {
    text-align: center;
    margin-top: 10px; 
}
.text-center ul.maru.center {
    display: inline-block;
}
ul.take.center > li {
    display: inline-block
}

ul.take li, .maru, ul.maru li {    
    line-height: 1.6em;
    position: relative;
    text-align: left;    
}
ul.take > li {
    padding: 0 0 0.4em 22px;
    font-size:15px;font-size:1.5rem    
}
.maru, ul.maru li {
    padding: 0 0 0.6em 10px;
}

.maru.small, ul.maru.small li {
    padding: 0 0 0.2em 10px;
    font-size:13.5px;font-size:1.35rem;  
}
ul.take > li:before {
    content: "";
	position: absolute;
    background: url(../images/take_pale.png) no-repeat;
    background-size: contain;
	width: 23px;
    height: 17px;
    left: -5px;
    top: 2px;    
}
.maru span:before, ul.maru li:before{
    content: "●";
	position: absolute;
    color: #d5d1e3;
	font-size: 8px;font-size: 0.8rem;
    left: -8px;
    top: 0px;    
}
ul.take > li ul.maru > li{
    padding: 0 0 0.4em 10px;
}
/*----- Table -----*/
table {
   width: 100%; 
}
table caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size:16px;font-size:1.6rem;
}
table.bordered {
    margin-top: 10px;
}
table.bordered th {
    font-weight: 600;
    background-color: rgba(124,194,142, 0.2);
    text-align: center;
    padding: 5px;
    width: 20%;
}
table.bordered th, table.bordered td{    
    vertical-align: middle;
    border: 1px solid #B1B1B1;
}
table.bordered td{
    padding: 10px;
}
table.row3 th, table.row3 td {
    width: 33.33%;
}
table.row4 th, table.row4 td {
    width: 25%;
}

/*----- Link -----*/
a, .title .toplead a {
    color: #999;
}
a:hover, a:active, a:focus,
.title .toplead a:hover, .title .toplead a:active{
    color: #d5d1e3;
}
a, a img {
	text-decoration: none;
	border: 0;
	outline: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
a img:hover {
	opacity:0.7;
}
a, a:hover, a:focus, a:active, button, button:focus, input, textarea {
	outline: 0;
}
a[href^="tel:"] {
    pointer-events: none;
}
/*----- Responsive -----*/
.img-responsive {
    max-width:100%;
}
.img100{
    width: 100%;
}
.pcr992{
    display:inherit;
}
.rsp992{
    display:none !important ;
}
.pcr767{
    display:inherit;
}
.pcr600{
    display:inherit;
}
.rsp600{
    display:none !important ;
}
@media screen and (max-width:1080px){
	.pcr1080{display:none;}
}
@media screen and (max-width:992px){
	.pcr992{display:none;}
    .rsp992{display:block  !important ;}
}
@media screen and (max-width:767px){
	.pcr767{display:none;}
    .rsp{display:block;}
}
@media screen and (max-width:600px){
    .pcr600{display:none;}
    .rsp600{display:block !important;}
}
/*----- Flexbox -----*/
.flexbox {
    display: flex;
    display: -webkit-flex;
    width: 100%;    
    /*justify-content:space-between;*/
    flex-wrap: wrap;
}
.products .flexbox.row4 {
    justify-content:center;
    margin: 1%;
}
.flexbox.row2.margin .item {
    flex-basis: 48%;
    max-width: 48%;
    position: relative;
}
.flexbox.row3.margin .item {
    flex-basis: 31.33%;
    max-width: 31.33%;
    position: relative;
}
.flexbox.row4.margin > .item {
    flex-basis: 23%; 
    max-width: 23%; 
    position: relative;
}
.products .flexbox.row4.margin .item {
    margin: 1%;
}
.flexbox.row3:after {
    content: "";
    display: block;
    width: 31.33%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.floatbox.row2.margin > .item, .row2.margin > .item2 {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
}
.flexbox.row3 > .item2, .flexbox.row2 > .item2{    
    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;
    justify-content: center; 
}


/*----- 見出し、タイトル -----*/
.title {
    width: 100%;
    padding: 0px;
    color: #333333;
    margin:0 auto 60px;
    position: relative;
    text-align: center;
    z-index: 0;
}
.title::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -15px;
    width: 100px;
    height: 100px;
    margin: auto;
    z-index: -1;
    opacity: 0.3;
    background: url(../images/inaho.png) no-repeat;
}
.caption_wrap .title::after {
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%);
}
.top .title {
    margin:0 auto 40px;
    background-color: rgba(255,255,255,0.5);
    padding: 40px 0 0;
    width: 60%;
}
.top .title::after{
    top: 10px;
}
.title.left {
    text-align: left;
}
.title.left::after {
    right: auto;
}
.title .heading {
    position: relative;
    font-family: "Noto Serif JP", "游明朝","YuMincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 500;
    font-size: 25px;font-size: 2.5rem;
    line-height: 1.8em;
    color: #666666;
    letter-spacing: 0.03em;
    user-select: none;
}

.subtitle{
    display: block;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    font-size: 17px;font-size: 1.7rem;
    line-height: 1.2em;
    color: #be9347;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0;
}
.middle-heading {
    color: #000045;
    padding: 5px 10px 3px;
    font-size: 16px;font-size: 1.6rem;
    position: relative;
    padding-left: 20px;
    margin: 30px 0 15px;
}
.middle-heading::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 10px;
    width: 100%;
    height: 13px;
    width: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: url(../images/gold_square.jpg) no-repeat;
}
.middle-heading::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 69, 0.3);
    bottom: -3px;    
}
.title .desc {
    margin-top: 30px;
}
.tate_text:lang(ja) {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;     
    letter-spacing: 0.02em;       
}
.only_ja:lang(en), .only_ja:lang(fr), .only_ja:lang(de), .only_ja:lang(zh-CN),
.only_ja:lang(zh-TW), .only_ja:lang(ar){
    display: none;
}
.tate_text p,  .tate_text.name{ 
    font-family: 'Noto Serif JP',"游明朝","YuMincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;    
    line-height: 2.2em;
}
.top .tate_text:lang(ja) {
    margin: auto;
    min-height: 360px;
    margin-top: 16px;
    text-align: left;
}
.top .tate_text p:lang(ja) {    
    margin: 20px 0.7em 0 0;
    font-size: 16px;
}
.top .tate_text p.subtitle{
    font-size: 28px;
    margin: 0 0 20px 0px;
    line-height: 1.6em;
    position: relative;
    padding: 0 10px;
    line-height: 1.4em;
}
.top .tate_text p.subtitle:lang(ja){
    margin: 0 0 0 30px;
}
.top .tate_text p.subtitle::before:lang(ja),
.top .tate_text p.subtitle::after:lang(ja){
    position: absolute;
    content: '';
    height: 60%;
    width: 1px;
    background-color: #999;   
}
.top .tate_text p.subtitle::before:lang(ja){
    top:-10px;
    right: 0;
}
.top .tate_text p.subtitle::after:lang(ja){
    top: 32px;
    left: 0; 
}
.text-box {
    width: 80%;

    margin: 0 auto;
    position: relative;
}
.width100 {
   width: 100%;
   margin: auto;
}
.width90 {
   width: 90%;
   margin: auto;
}
.width80 {
   width: 80%;
   margin: auto;
}
.width60 {
   width: 60%;
   margin: auto;
}
/*----- Color -----*/
.back-grey {
    background-color: #e8ecef;
}

/*-----  loading -----*/
/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align:center;
}
#splash.hash{
    display: none !important;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #000045;
}
#loading_img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}
.progressbar-text {
    padding: 0;
    margin: -60px 0 0;
     transform: translate(-50%,-50%); 
    font-size: 15px;
    color: #000045!important;
    font-family: 'EB Garamond', serif;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}
#loading {
    position: absolute;    
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #d5d1e3;
    z-index: 99999;
}
.loading{
    text-align: center;
    margin-top: 10px;
}
.loading span {
    display: inline-block;
    margin: 0 -.05em;
    animation: loading 1.4s infinite alternate;
    color: #fff;
    font-weight: 600;
}
loading span:nth-child(2) {
  animation-delay: .1s;
}
loading span:nth-child(3) {
  animation-delay: .2s;
}
loading span:nth-child(4) {
  animation-delay: .3s;
}
loading span:nth-child(5) {
  animation-delay: .4s;
}
loading span:nth-child(6) {
  animation-delay: .5s;
}
loading span:nth-child(7) {
  animation-delay: .6s;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-----  side sticky-menu -----*/
.sticky-menu {
	position: fixed;
	bottom: 1%;
	right: 10px;
	z-index: 9990;
}
.sticky-menu ul {
	display: block;
}

.sticky-menu ul li a{
    display: block; 
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.sticky-menu ul li i {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #a49cc1;
    transform: rotate(180deg);
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    line-height: 13px;  
}
.sticky-menu ul li .top_text{
    text-align: center;
    display: inline-block;
    font-size: 13px;
    padding-left: 3px;
    color: #a49cc1;
}
.sticky-menu ul li:hover i {
	color: rgba(203,213,113, 0.6);
}
/*-----  SNS side sticky-menu -----*/
.section-share {
	position: fixed;
	bottom: 30%;
	right: 3px;
	z-index: 9990;
}
.section-share .subtitle {
    display: block;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2em;
    color: #be9347;
    margin: 0 auto 5px;
    text-align: center;
    letter-spacing: 0;
}
.sns-share li {
    width: 40px;
    height: 40px;
    line-height: 41px;
    border-radius: 50%;
    text-align: center;    
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sns-share li.fb-share {
    background: #3B5998;
}
.sns-share li.tw-share {
    background: #000000;
}
.sns-share li.insta_share {
    background: #CF2E92;
}
.sns-share li.line-share {

}
.sns-share li a {
    display: block;
    color: #fff;
}
.sns-share li:hover {
    opacity: 0.6;
}
.sns-share li.shop_btn{
	width: 60px;
	height: 60px;
}
/*-----  HEADER -----*/
header {
	width: 100%;
	margin-bottom: 0px;
	top: 0;
	left: 0;
	right: 0;
/*    height: 120px; */   
    position: relative;
}
.header_top{
    height: 62px;	
	margin-bottom: 0px;
	display: block;
	left: 0;
	right: 0;  
    z-index: 9998;
    width: 100%;
    text-align: right;
    background: #ffffff;
}
.topheader .header_top{
    display: none;
}
.header_content {
    height: 46px;
	left: 0;
	right: 0; 
    width: 100%;
    background: #000045;
    z-index: 9999; 
    position: absolute;
}
.header_content.home {
    margin-top: -34px;  
}
.logo {
    position: absolute;
    top: 8px;
	z-index: 9999;
    padding-left: 3%;
}
.logo .logoimg {
    width: 240px;
    height: 23px;
}
.header_top .item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
    z-index: 99;
}

/*----- サイト内検索フォーム -----*/
.searchform01 {
    z-index: 9999;
    margin-top: 12px
}
.searchform01 .gsc-control-cse {
	background-color: #FFF !important;
    padding: 0;
}
.item.Gsearch {
    z-index: 9999;
}
/* テキストボックスに文字入力したときに出る「×」マークの位置調整用の指定 */
.searchform01 .gsc-search-box { position: relative; }
.searchform01 table.gsc-search-box {
    margin-bottom: 0;
}
.searchform01 .gsc-search-box td {
	width: 160px;
	vertical-align: middle;
}
.searchform01 .gsc-search-box .gsc-input {
	height: 32px;
	vertical-align: top;
}
.searchform01 .gsc-search-box .gsib_a { padding: 0 !important; }
.searchform01 .gsc-search-box td#gs_tti51{ margin-bottom: 5px; }
.searchform01 .gsc-search-box td.gsc-search-button
.searchform01 .gsc-search-box td.gsc-search-button {    
    height: 30px; 
    width: 30px;
}
/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
.searchform01 .gsc-search-box .gsib_b {
	position: absolute;
	width: 20px;
	top: 5px;
	right: 10px;
}
.searchform01 .gsc-search-box-tools .gsc-search-box .gsc-input{
    padding-right: 0px;
}
/* テキストボックスのデザイン設定 */
.searchform01 .gsc-search-box input#gsc-i-id2 {	
	height: 32px !important;
	padding: 10px !important;
	background-position: 5px center !important;
}
/* デフォルトで設定されている(疑似的な)テキストボックスのデザイン設定を解除 */
.searchform01 .gsc-search-box .gsc-input-box,
.searchform01 .gsc-search-box .gsc-input-box-hover,
.searchform01 .gsc-search-box .gsc-input-box-focus {
	border: 1px solid #7d7d7d !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
/* 検索ボタンの背景をボタンのように見せかける */
.searchform01 .gsc-search-box .gsc-search-button {
	position: relative;
    background-color: #000045;
	cursor: pointer;
    width: 40px;
    height: 34px;
}
/* 検索ボタンの背景部分にテキストを表示させる */
.searchform01 .gsc-search-box .gsc-search-button:before {
	position: absolute;
	top: 22%;
	left: 27%;
    font-family: "Font Awesome 5 Free";
    content: '\f002' !important;
    font-weight: 900;
    color: #FFF;
	font-size: 19px;
}
.gsc-search-button-v2 {
    padding: 6px 20px !important;
}
/* 検索ボタンを透明化し背景のみを表示させる */
.searchform01 .gsc-search-box button.gsc-search-button-v2,
.searchform01 .gsc-search-box button.gsc-search-button {
	opacity: 0;
}
.searchform01 form.gsc-search-box {
    margin-bottom: 0px;
}
.searchform01 .gsc-results-wrapper-overlay {
    top: 10% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}
.section-search .searchform01 .gsc-search-box button.gsc-search-button {
    padding: 0 10px;
}
.section-search .searchform01 .gsc-control-cse {
    width: 320px;
    margin: auto;
}
.section-search .searchform01 .gsc-search-box td {
    width: auto;
}
.searchBox{
    width: 200px;
    border: 1px solid #7d7d7d;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background-color: #fff;
    text-align: right;
}
#search-menu {
   width: 60%;
    margin: 40px auto 0;
}
.searchIcon i {
    font-size: 20px;
    padding: 6px 10px;
    background-color: #769164;
    color: #fff;
}
.toppage .header_top{
    display: none;
}
.header_top ul{
    font-size: 0;
}
.header_top ul li {
    font-size:14px;font-size:1.4rem;
    line-height: 1em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header_top ul li a{    
    color: #262626;    

    -webkit-transition: all .3s;
    transition: all .3s;
}
.header_top .font_size li a{
    font-size:13px;font-size:1.3rem;
    padding: 6px 10px;
}
.header_top .font_size li:first-child {
    font-size:12px;font-size:1.2rem;
    padding: 0 5px 0 0;
}
.header_top .lang{
       margin-top: -6px;
}
.header_top .lang .langsub li a{
    padding: 4px 10px;
    color: #999;
    font-size: 13px;
}
.header_top .lang .langsub li.on a{
    font-weight: 600;
    color: #333;
}
.header_top .lang .langsub li:hover a{
    background-color: #000045;
    color: #fff;
}
.header_top .lang li#choice span{
    display: none;
}
.header_top ul li:first-child a{
    border-left: 1px solid #7d7d7d;
}
.header_top ul:not(.lang) li:last-child a{
    border-right: 1px solid #7d7d7d;
}
#gnav .lang {
    display: none;
}
.navbar {
    border-radius: 0px;
    z-index: 99;
    position: relative;
}
.main_menu  {
    text-align: center;
}
.main_menu > li  {
    margin: 12px 0 0;
    padding: 0 10px;
    position: relative;
    display: inline-block; 
    letter-spacing: 0.05em;
    font-size: 15px ; font-size: 1.5rem;
}
.main_menu > li.glang select  {
    font-size: 13px;
    padding: 5px;
    outline: none;
    width: 90%;
}
.main_menu > li, .main_menu > li .toptitle  {
    transition: all .3s ease;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}
.main_menu > li.active a, .main_menu > li.active .toptitle{  
    color: #d5d1e3;
}
.main_menu > li:hover, .main_menu > li .toptitle:hover {
    color: #d5d1e3;
}
.main_menu>li.havesubmenu span.top-arrow {
    font-size: 18px;
    display: inline-block;
    vertical-align: text-top;
    color:#fff;
    padding-left: 3px;
    vertical-align: middle;
}
.main_menu>li.havesubmenu:hover span.top-arrow {
    color: #d5d1e3;
}
.main_menu>li.havesubmenu.hover>.sub-menu {
	display: block;
    visibility: visible;
    opacity: 1;
	-webkit-transform:translate(0, 0);
	-moz-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	-o-transform:translate(0, 0)
}
.main_menu>li>.sub-menu {
	left: 0;
	right: 0;
	margin: auto;
    text-align: left;
}
.main_menu>li.havesubmenu .sub-menu {
	width: 220px;
	position: absolute;
	left: 0;
    top: 26px;
	background-color: rgba(255,255,255,0.85);
    transform:translate(0, 20px);
	-webkit-transform:translate(0, 20px);
    transition:all .3s ease;
	-webkit-transition:all .3s ease;
    visibility: hidden;
    opacity: 0;    
}
.main_menu>li .sub-menu li {
	float: none;
	position: relative;    
    display: block;
    margin: 0 0 0;
}
.main_menu>li .sub-menu li a {
	display: block;
	padding: 8px 20px;
    font-size:14px;font-size:1.4rem;
    transition:all .2s ease;
	-webkit-transition:all .2s ease;
}
.main_menu>li .sub-menu li:first-child a {
	padding: 12px 20px 8px 20px;
}
.main_menu>li .sub-menu li:last-child a {
	padding: 8px 20px 12px 20px;
}
.main_menu>li .sub-menu li.active a, .main_menu>li .sub-menu li:hover a{
    background-color: rgba(255,255,255,1);
    color: #d5d1e3;
}
#mobnav-btn {
	display: none;
	color: #000045;
	cursor: pointer;
    width: 100%;   
}
.glang_top {
   display: inline-block;
    max-width: 240px;
    margin-left: 15px;
}
.glang_top select{
   padding: 5px;
    font-size: 13px;
}

/*----- header-sticky -----*/
#header .header_content.sticky{
	padding: 0;
    position:fixed !important;
    top:0;
    z-index:999;
    background-color: #000045;
    -webkit-backface-visibility:hidden;
    margin-top: 0;
    height: 50px;
}
#header .logo.sticky {
    margin-top: 10px;
}

#header .header_content.sticky .main_menu > li > .toptitle {
    color: #fff;    
}
#header .header_content.sticky .main_menu > li.active > .toptitle,
#header .header_content.sticky .main_menu > li.active > a {
    color: #d5d1e3;    
}
#header .header_content.sticky .main_menu > li.havesubmenu span.top-arrow {
    color: #fff;    
}
#header .header_content.sticky .main_menu > li:hover > a,
#header .header_content.sticky .main_menu > li:hover.havesubmenu span.top-arrow{
    color: #fff;
}

/*  Button */
.btnBox a{
  width: 60%;
    height: 45px;
    margin: 25px auto 0;
    color: #fff;
    line-height: 45px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #999;
    background-color: #000045;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
}
.btnBox a:hover {
    background-color: #fff;
    color: #000045;
}
.btn {
    border: 1px solid #B1B1B1;
    line-height: 33px;
}
.btn a {
    display: block;
}

form .btn_wrap {
    margin-top: 30px;
    text-align: center;
}

/*-----  Language -----*/
/* 全体の背景（スクショの濃紺） */
.glang_top {
  background-color: #b59858;
  padding: 0 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

/* セレクトボックス本体 */
#gtranslate_selector {
    background-color: #b59858;
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    border: none;
    line-height: 2em;
}

/* Font Awesome の地球儀アイコン */
.glang_top::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0ac";
  font-size: 22px;
  color: #FFFFFF;
  margin-right: 6px;
}

/* カスタム矢印（右側） */
#gtranslate_selector {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position:
    right 12px center,
    right 6px center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}



/*----- Toppage Slider -----*/
#slider{
    width:100%;
    height:90%;
    vertical-align: middle;
    overflow: hidden;
}

/*#slider .sp-slide img{
	animation: animationZoom 10s ease-out infinite normal;
}*/
/*拡大した画像のはみ出した部分を隠すためのクラス*/
.sp-slides-container{
	width:100%;
	height:100%!important;
	overflow: hidden;
}
/*イメージをズームさせるCSS3アニメーション*/
@keyframes animationZoom {
      0%{ transform: scale(1.2);}
    100%{ transform: scale(1);}
}
.sp-fade-arrows {
    opacity: 1;
}
.sp-arrow:hover {
    opacity: 0.6;
}
.sp-arrow {
    z-index: 999;
}
.sp-arrow:before, .sp-arrow:after {
    display: none;
}
.sp-horizontal .sp-previous-arrow {
    left: 5px
}
.sp-horizontal .sp-next-arrow {
    right: 20px;
    left: auto;
}
.sp-horizontal.sp-rtl .sp-previous-arrow, .sp-next-arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sp-previous-arrow, .sp-next-arrow {
    display: none;
}
/*ナビゲーションボタンの色*/
/*.sp-buttons {
    margin-top: -30px;
    padding-top: 0;
    z-index: 10;
}*/
.sp-buttons {
    display: none;
}
.sp-button {
    border: 1px solid #fff !important;
}
.sp-selected-button {
    background-color: rgba(255,255,255,0.6)!important;
}
/* Slider Caption */
.caption h1{
    position: absolute; 
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99; 
    top: 3%;
    height: auto;
    width: 140px;
}
.slider-pro .caption {
    position: absolute;
    width: 100%;
	height: 100%;
    top: 13%;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
}
.slider-pro .sp-slide .bins {
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    z-index: 999;
}
.top-slide .glang_top{
    position: absolute;
    right: 0;
    z-index: 99;
}
/* ------ PAGE STYLES------ */
#wrapper {
	width: 100%;
	position: relative;
}
#content {
	width: 100%;
    max-width: 1200px;
}
.container {
    width: 90%;
    margin: auto;
}
@media (min-width: 1200px){
    .section-shuhen > .container {
        max-width: 1600px;
    }
    .container {
        max-width: 1200px;
    }
 }
@media (max-width: 1200px) and (min-width: 992px){
    .container {
     max-width: 970px;
    }
 }

/*----- Section -----*/
.section {
    position: relative;
    padding: 80px 0 80px;
}
.section:nth-of-type(1) {
    padding-top: 100px;
}
.section-subbanner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;  
    height: 180px;
    z-index:0 ;
    margin-top: 5px;
}
.relative {
    position: relative;
}
.inline {
    display: inline;
}
.bold{
    font-weight: bold;
}
ul.inlineblock li{
    display: inline-block;
}
.inline + .inline {
    padding-left: 10px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    z-index:0 ;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.overlay-white {
    background-color:rgba(255,255,255, 0.85);
}
.caption_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);    
}
.caption_wrap .title {
    margin: 0 auto;
}


/*-------- TOP PAGE -------*/
/*-----  top title -----*/
.top.section {
    background: url(../images/home/top_back.jpg) center center / cover no-repeat;
    margin-top: -2px;
    padding-top: 120px;
}

.border_box {
    background-color: #fff;
    border: 1px solid #B1B1B1;
}

.news a {
    color: #333;
}
.news_img .news_img_bg {
    height: 220px;
    background-position: center;
    background-size: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.news_img .news_img_bg:hover {
    opacity: 0.6;
}

.news_list .news_img {
/*    text-align: center;*/
}
.news_list .news {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 10px 10px 12px;    
}
.news_list.products {
    width: 90%;
    margin: auto;
}
.news_list.products .news ul li {
    margin-bottom: 3px;
}
.news_list.products .news .shoplink {
    color: #988dc3;
}
.news_list.products .news .shoplink:hover {
    color: #d5d1e3;
}

.news_list.products .news {
    padding: 10px 10px 15px;    
}
.news_list .news_img img {
    width:auto;
    height:auto;
    max-width:100%;
    /*max-height:100%;*/
    display: inherit;
}
.news_list.products .news_img img {
    height:auto;
    /*width: 40px;*/
    max-width:100%;
    max-height:100%;
}
/* アップロードした画像の縦横比を固定して表示 */
.news_img figure {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 0;
    text-align: center
}
.news_img figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}  

.news .date{ 
    color: #626366;
    font-size: 14px;font-size: 1.4rem;
    letter-spacing: 0.01em;    
}
.news_textbox {
    margin-top: 10px;
}
.category {
    display: inline-block;
    padding: 0 15px;
	margin-left:5px;
    font-size: 11px;font-size: 1.1rem;
    color: #000045;
    background-color: #d5d1e3;
}
.category.img {
    background-color: transparent;
    padding: 0;
    vertical-align: middle;
    line-height: 1em;
}
.category.img img {
    width: 27px;
}
.news .news_title{
    margin-top: 6px;
    position: relative;    
}
.news_list .news .news_title::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    /*background-color: rgba(0, 0, 69, 0.3);*/
    bottom: -3px;    
}
.updates {
    max-height: 300px;
    list-style-type: none;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    background-color: #fff;    
    margin: 0 auto 0;
    border-top: 1px solid #929396;
    border-bottom: 1px solid #929396;
}
.updates .news {
    width: 100%;
    padding: 8px 0 12px 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    cursor: pointer;
}
.updates .news a {
    display: block;
}
.updates .news:last-child {
    border-bottom: 0px solid #ccc;
}
.updates .news:first-child {
   padding-top: 16px;
}
.updates .news:hover {
    background-color: #e8ecef;
}
.updates .news span, .updates .news .news_title {
    vertical-align: middle; 
    display: inline-block;
}
.news .row3{
    width: 26%;
    float: left;
    padding-right: 2%;
}
.news .row7{
    width: 72%;
    float: left;
}
.updates .news .date{ 
    width: 86px;    
}
.updates .news .category{ 
    margin-top: 0px;
    margin-left: 5px;
}
.updates .news .news_title{ 
    position: relative;
    padding-right: 40px;
    margin-top: 0;
}
.products_cat {
    text-align: center;
    font-family: "Noto Serif JP", "游明朝","YuMincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    padding: 15px 5px;
    margin: 20px auto 30px;
    width: 80%;
    color: #000045;
    background-color: rgba(255,255,255,0.6);
    font-size: 18px;
    border-top: 1px solid rgba(0, 0, 69, 0.3);
    border-bottom: 1px solid rgba(0, 0, 69, 0.3); 
}
.level3{
	font-family: "Noto Serif JP", "游明朝","YuMincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	color: #000045;
	margin-bottom: 20px;
}
.flexbox + .products_cat{
    margin-top: 60px;
}
.products_cat::before {
    position: absolute;
    content: '';
    left: 20%;
    top: -15px;
    background: url(../images/ryusui.png);
    margin: auto;
    width: 140px;
    height: 78px;
}
.products_cat_sub {
    text-align: center;
    position: relative;
    margin: 30px auto 15px;
    display: inline-block;
    padding: 0 125px;
}
.products_cat_sub::before, .products_cat_sub::after{
    position: absolute;
    content: '';
    top: 50%;
    width: 120px;
    display: inline-block;
    height: 1px;
    background-color: rgba(0, 0, 69, 0.3);    
    margin: auto;
}
.products_cat_sub::before{ 
    left:0;
}
.products_cat_sub::after{
    right: 0;
}
.section#tourism{
    background: url(../images/home/tour_back.jpg) center center / cover no-repeat;
}
.tour .item.row6 {
    padding-left: 30px;
}
.tour .item {
    margin-bottom: 30px;
}
.tour .item .caption {
    text-align: center;
    margin-top: 5px; 
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    padding: 3px 0;
}
.content_photo img{
    width: 100%;
    display: block;
}
.bnr_list {
    max-width: 900px;
    margin: 60px auto 0;
}
.bnr_list .item{
    margin-bottom: 25px;
    text-align: center;
}
.sake_notice {
    padding: 20px;
    border: 1px solid #d0202b;
    margin-top: 30px;
}

.imgWrap.banners:hover img{
    transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.6s;	/*変化に掛かる時間*/
}
.imgWrap {
    font-size: 0;
}
.imgWrap img {
    vertical-align: middle;
}
.imgWrap.banners {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.imgWrap img.active {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.6s;	/*変化に掛かる時間*/
}

.link_area ul {
  display: flex;
  gap: 20px;
  list-style: none;
	margin-top: 20px !important;
  padding: 0;
  margin: 0;
}

.link_area li {
  flex: 1;
	text-align: center;
}

.link_area a {
  position: relative;
  display: block;
  padding: 25px 0 20px 0;
  color: #000045;
  border: 1px solid #000045;
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-weight: 600;
  min-height: 78px;
  transition: opacity 0.3s ease;
}

/* 左端の背景画像（流水） */
.link_area a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 78px;
  background: url("../images/ryusui.png") no-repeat left top;
  background-size: cover;
  pointer-events: none;
}

/* ホバー時にふわっと透明 */
.link_area a:hover {
  opacity: 0.7;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .link_area ul {
    flex-direction: column;
  }
}


/*-----  calendar -----*/
.cate_warp{
	position: relative;
}

.cate_list{
	display: flex;
	flex-wrap: nowrap;
	list-style:none;
	position: absolute;
	right: 55px;
}

.cate_list li{
	position: relative;
    margin: 0 0 0 20px;
    padding: 0 0 0 7px;
}

.cate_list li:before{
	content:"●";
	display:block;
	position:absolute;
	left:-1em;
}

.cate_list li.news:before{
	color: #1e73be;
}

.cate_list li.event:before{
	color: #dd9933;
}

.cate_list li.kengaku:before{
	color: #81d742;
}

.cate_list li.tenjikai:before{
	color: #8224e3;
}

@media only screen and (max-width: 600px) {
	.cate_list{
		right: inherit;
	}
}
/*----- owl-carousel -----*/
.owl-carousel {
    width: 94%;
    margin: auto;
}
.customNavigation {
	width: 100%;
}
.customNavigation a.prev,
.customNavigation a.next {
    position: absolute;
	cursor: pointer;
	top: 50%;
}
.pickup .customNavigation a.prev {
	left: 25px;
}
.pickup .customNavigation a.next {
	right: 5px;
}
.pickup .customNavigation a.next,
.pickup .customNavigation a.prev {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.pickup .customNavigation a.next::before,
.pickup .customNavigation a.prev::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    content: "\e909";
    color: #d5d1e3;
    font-size: 24px;
    font-family: 'icomoon';
}
.pickup .customNavigation a.prev::before {
    transform: rotate(180deg)
    
}
.pickup .owl-pagination {
	padding: 10px 0 0;
    color: #333333;
}

.center_left_list .Pagination li {
    display: inline-block;
    text-align: center;
}
.breadcrumb-area {
    margin-top: 50px;
    padding: 0 20px;
}
.breadcrumb-area span {
    font-size: 12px;
}
.Pagination-Item {
  border: 1px solid #999;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 16px;
}
.Pagination-Item.isActive {
  border: none;
  background: #000045;
  color: #fff;
}


/* -- Search -- */
.section-search .searchBox{
    margin: auto;
}
.section-search .title {
    margin-bottom: 20px;
}
.searchKeyword li{
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d5d1e3;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.searchKeyword li:hover{
    background-color: #d5d1e3;
    border: 1px solid #ccc;
}
.searchKeyword li:hover a{
    color: #fff;
}


/*ie10以下*/  
.course .flexbox {  
    width: 100%\9;
    overflow: hidden\9;
    flex-wrap: wrap\9 !important;
}  
.course .flexbox .box {
    width: 50%\9;
}
/*ie9*/ 
@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
    .footer_menu .item {
        border-right: 0px solid #d5d1e3 !important;
    }
}  

/* ----- Access -----*/
.line-box {
    background-color: #fff;    
    margin: 30px auto 0;
    border-top: 1px solid #626366;
    border-bottom: 1px solid #626366;
}
.line-box .address {
    width: 100%;
    margin: auto;
}
#gaiyo .line-box {
    padding: 20px;    
}
#gaiyo .flexbox .item:last-child {
    padding: 20px 30px 20px 0;    
}
.center_left_list.address ul{
    width: 90%;
}
.line-box .address ul li {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 0;
}
.line-box .address ul li:first-child{
    border-top: 1px solid #d0d0d0;
}
.line-box .address ul li h4 {
    width: 30%;
}
.line-box .address ul li p {
    margin: 0 0 0px;
     width: 70%;
}
.line-box ul li p {
    margin: 2px 0 0px;
}


#map2{
	display: block;
	height: 300px;
	margin: 20px auto 0;
	position: relative;
	width: 95%;
}
.map {
    padding: 20px;
    background-color: #fff;
    margin: 20px auto 0px;
}
#map{
	display: block;
	height: 400px;
	margin: 0auto;
	position: relative;
	width: 100%;
}
.access-area iframe {
    height: 360px;
    width: 100%;
}
.icon_exp{
    margin: 10px auto 60px;
}
.icon_exp li {
    display: inline-block;
    font-size: 13px;
    padding-right: 15px;
    color: #6c6c6c;
}
.icon_exp li img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}
.boxwrap {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.boxwrap::after{
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 20px solid #d5d1e3;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.boxwrap:nth-of-type(4)::after{
    display: none;
}
/* ----- 社長ご挨拶 -----*/
.section-greeting .flexbox, .section-greeting .single.item{
    padding-top: 20px;
}
.item.row4 {    
    width: 40%;
    margin-right: 0;
}
.item.row6 {
    width: 60%;
}
.item.row7 {
    width: 70%;
}
.item.row3 {
    width: 30%;
}
.item.row8 {
    width: 80%;
}
.item.row2 {
    width: 20%;
}
.item.left {
    padding-right: 30px;
}
.item.right {
    padding-left: 30px;
}
.section-greeting .item img {
    margin-top: 10px;
    max-width: 100%;
}

.section-greeting .bottom {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
}
.section-greeting article {
    position: relative;
    z-index: 10;
    padding: 20px 40px 40px;
    background-color: #fff;
}
.section-greeting article p{
    text-indent: 1em;
}
.profile .flexbox .flexbox{
    align-items: center;
    justify-content: flex-start;
}
.name_box {
    padding: 10px 5px;
    border-right: 1px solid rgba(0, 0, 69, 0.3);
    border-left: 1px solid rgba(0, 0, 69, 0.3);
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.section-greeting .profile .flexbox{
    padding-top: 0;    
}
.profile .name {
    position: relative;
    font-family: "Noto Serif JP", "游明朝","YuMincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 500;
    font-size: 20px;font-size: 2.0rem;
    line-height: 1.8em;
    color: #666666;
    letter-spacing: 0.03em;    
}
.profile .name_en {
    font-family: 'EB Garamond', serif;
    font-size: 16px;
}
.pro_text {
   width: calc(100% - 80px);
    padding-left: 30px;
}

/* ----- FAQ -----*/
.faq > li{
    background-color: rgba(255,255,255,0.6);
    margin-bottom: 30px;
    padding: 20px 20px;
}
.question {
    font-size: 20px;
    color: #000045;
    position: relative;
    background-color: #d5d1e3;
    padding: 5px 5px 5px 15px;
}

.question::before {
	content: "Q.";
	color:#000045;
	font-size: 20px;
	margin: 0 10px 0 0;
}

ul.faq p{
	font-size: 16px !important;
}

ul.faq .answer{
	margin: 20px 0;
	padding-left: 20px;
	position: relative;
}

ul.faq .answer::before {
	content: "A.";
	color: #aaa3c2;
	font-size: 25px !important;
	font-weight: bold;
	position: absolute;
	left: 13px;
}

ul.faq .answer p{
	padding-left: 25px;
}
/* 地域資源活用 */
.white_box .item {
    background-color: rgba(255,255,255,0.6);
    padding: 20px;
}
.white_box .item h4 {
    position: absolute;
    top: -14px;    
    width: 90px;
    left: 0;
    right: 0;
    padding: 2px 10px;
    text-align: center;
    color: #ccc;
    background-color: #000045;
    margin: auto;
}
.white_box .item p {
    font-size: 14px;
}
.section-chiki .name_box{
    padding: 10px;
}
.section-chiki article{
    margin-top: 40px;
}
/* ----- オリジナルラベル ----- */
.white_box.step .item {
    position: relative;
}
.white_box.step .item::before {
    position: absolute;
    content: "";
    left: auto;
    right: -30px;
    bottom: 0;
    top: 0;
    box-sizing: border-box;
    width: 15px;
    height: 10px;
    margin: auto;
    border: 15px solid transparent;
    border-left: 15px solid #be9347;
}
.white_box.step .item:last-child::before {
   display: none;
}
.white_box.step .item h4 {
    width: 100%;    
}
.white_box.step .item p {
    font-size: 15px;
    font-weight: bold
}
.label_price {
    font-weight: bold;
    background: #fff;
    padding: 2px 10px;
}
.step_flow_item {
    position: relative;
    margin-top: 45px;
}
.step_flow_item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 20px;
    height: 10px;
    bottom: -50px;
    margin: auto;
    border: 20px solid transparent;
    border-top: 20px solid #be9347;
}
.step_flow_item .flexbox {
    justify-content: flex-start;
    align-content: center;
    margin: 10px 0 0;
}
.step_flow_item .flexbox .item{
    border-right: 1px solid rgba(0, 0, 69, 0.3);
    padding: 0 2%;
    margin-bottom: 10px;
    flex-grow: 1;
}
.step_flow_item .flexbox.option {
    justify-content: space-between;
}
.step_flow_item .flexbox .item.flex{
    display: flex;
    justify-content: center;
}
.step_flow_item .flexbox .item img{
    max-height: 85px;
}
.step_h {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4em;
    position: relative;
    padding: 10px 10px 10px 100px;
    background-color: #fff;
    margin-bottom: 15px;
}
.step_h .step_num {
    position: absolute;
    width: 90px;
    top: 0;
    left: 0;
    padding: 10px 10px;
    background-color: #000045;
    margin: 0;
    height: 100%;
}
.step_h .step_num span {
    font-weight: bold;
    font-size: 16px;
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.lit {
    font-size: 11px;
    display: block;
    line-height: 1.2em;
    margin-top: 5px;
}
.step_flow_item ul.inlineblock li {
    margin-right: 20px;
}
.sake_name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}
.chusyaku {
    font-size: 12px;
}
.kadomaruBox p {
    width: 90%;
    height: 45px;
    margin: 45px auto 30px;
    padding: 10px 10px;    
    color: #000045;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #000045;
    background-color: #fff;
    
}
.labels .item {
    margin-bottom: 30px;
}

/* labelページスライド部分 */
.sp-slides-container{
	background: #ffffff;
}

/*前矢印のアイコンフォント*/
.sp-next-arrow:before {
    font-family: FontAwesome !important;
    content: '\f105' !important;
}
/*後矢印のアイコンフォント*/
.sp-previous-arrow:before {
    font-family: FontAwesome !important;
  content: '\f104' !important;
}

/* ----- 買えるみせ ----- */
.cat_list {
    padding: 20px 80px 30px;
    background-color: #fff;
}
.cat_list li {
    padding: 5px 10px; 
    font-weight: 600;    
}
.cat_list .children li {
    font-weight: 500;
    border-top: 1px solid rgba(0, 0, 69, 0.3); 
    padding: 5px 10px 5px 25px; 
    position: relative;
}
.cat_list .children li a{
    display: block;
}
.cat_list .children li:last-child {
    border-bottom: 1px solid rgba(0, 0, 69, 0.3);
}
.cat_list .children li::before {
    content: "●";
    position: absolute;
    color: #d5d1e3;
    font-size: 8px;
    font-size: 0.8rem;
    left: 8px;
    top: 6px;
}

.list_textbox .news_title {
    margin-top: 0;
}
.list_textbox p {
    line-height: 1.5em;
    font-size: 14px;
}
.list_textbox p:first-of-type {
    margin-top: 12px;
}
.list_textbox .news_title p {
    margin-top: 6px;
    display: inline-block;
     -webkit-transition: all .3s;
    transition: all .3s;
}
.list_textbox .news_title p:hover {
    color: #999;
}
.list_textbox p i {
    padding-left: 3px;
    color: #8a7fb1;
}

.brother_cat_list li {
    font-size: 13px;
    padding: 0 5px;
    display: inline-block;
}
.brother_cat_list li.current-menu-item{
    font-weight: 600;
}

.info_box{
	background: #ffffff;
  border: 2px solid #b74735;
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
	padding: 20px;
}
.info_box h3{
  position: absolute;
  right: 0;
  left: 0;
  top: -0.7em;
  margin-left: 1em;
}
.info_box span{
  padding: 5px 10px;
  background: #b74735;
  color: #FFF;
}
.info_box .inner{
  padding: 1.2em .5em .5em;
}

.info_box02{
	background: #ffffff;
  border: 2px solid #000045;
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
	padding: 15px 20px;
}
.info_box02 h3{
  position: absolute;
  right: 0;
  left: 0;
  top: -0.7em;
  margin-left: 1em;
}
.info_box02 span{
  background: #000045;
  color: #FFF;
	padding: 5px 10px;
}
.info_box02 .inner{
  padding: 1.2em .5em .5em;
}
/* ----- プライバシーポリシー ----- */
.policy h4 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.line-box.policy{
    padding: 30px 40px
}


/* ----- お知らせなど詳細記事 ----- */
.post_title_wrap {
    margin-bottom: 22px;
}
.post_title {    
    position: relative;
    margin-bottom: 15px;
}
.post_title::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 69, 0.3);
    bottom: -3px;    
}
.post_title_wrap .category {
    padding: 3px 10px;    
}
.post_navi {
    margin-top: 40px;
}
.post_navi li {
    display: inline-block;
    margin: 0 10px;
}
.post_navi li i {
    padding: 0 3px;
}
.post_img img {
    max-width: 100%;
}
/* ----- 問い合わせ ----- */
.contact-form, .confirm {
    width: 80%;
    margin: auto;
    
}
select {
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #333333;
    background-color: white;
    cursor: default;
    border:none;
    -webkit-appearance: none;
    appearance: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: transparent;
}
table.bordered td.col {
    border: none;
}
.form-item {
    margin-bottom: 20px;
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    -webkit-appearance: none;
    border: 1px solid #e3e3e3;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    display: block;
    line-height: 14px;
    width: 100%;
    padding: 14px 0 14px 14px;    
}
input, textarea, select, button {
    font-family:'Montserrat', "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;    
}
textarea{
    width: 95%;
    padding-left: 10px;
    line-height: 1.4em;
}
input[type="text"], input[type="email"], input[type="tel"]{
    width: 95%;
    padding-left: 10px;
}
input[type="radio"] {
    position: relative;
    top: -1px;
    margin-right: 2px;
}
.contact-form .row2.margin .item:last-child {
    margin-left: 2.5%;
}
.contact-form .row2.margin .item:first-child {
    margin-right: 2.5%;
}
.contact-form label {
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    width: 100%;
}
.radio_block label {
    display: block;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 14px;
    color: #262626;
}
.contact-form .radio_inline-block label {
    display: inline-block;
    margin: 5px 10px 3px 0;
    font-size: 14px;
    color: #262626;
    width: auto;
}
.contact-form label.error {
    font-weight: 600;
    color: #F16022;
}
form .btn, .btn_wrap .btn{
    margin-bottom: 0;
    padding: 5px 20px;
}
button[type="submit"].btn{
    background-color: #769164;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
button[type="submit"].btn:hover{
    background-color: #fff;
    color: #769164;
}
::placeholder {
    color: #B1B1B1;
    font-size: 13px;
    font-family:'Montserrat', "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
}

/* ----- 蔵見学注意事項 -----*/
.section-attention article {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    padding: 20px 40px 20px;
    background-color: #fff;
}

.section-attention article h3 {
    font-size: 20px;
    color: #000045;
    position: relative;
    background-color: #d5d1e3;
	margin-bottom: 20px;
    padding: 5px 5px 5px 15px;
}

.section-attention article ul{
	margin-left: 15px;
}

.section-attention article li{
    position: relative;
	margin-bottom: 15px;
    padding-left: 25px;
	font-size: 16px;
  }
 
.section-attention article li:before {
	content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(41deg);
    width: 5px;
    height: 7px;
    /*border-right: 2px solid #000045;
    border-bottom: 2px solid #000045;*/
}

.section-attention article li:after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #000045;
	border-radius: 2px;
}

/* ----- project -----*/
.width60{
	width: 60%;
	margin: auto;
}
h2.project_title{
	font-family: "Noto Serif JP", "游明朝", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30px;
	color: #000045;
	text-align: center;
}

h2.project_title span{
	color: #be9347;
	font-size: 18px;
	display: block;
	font-weight: normal;
}

.text-center{
	text-align: center;
}

.project_bg{
	background:url("../images/project/project_bg.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 30px;
	padding: 30px;
}

.bg-white{
	background-color: rgba(255, 255, 255, 0.7); 
	color: #000;
	margin: auto;
	padding: 5em;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.project_warp{
	display: flex;
	gap:20px;
}

.item-img{
	width: 20%;
}

.item-main{
	width: 60%;
}

table.tb01{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #000045;
  color: #fff;
  
}
@media screen and (max-width: 640px) {
	.width60{
		width: 100%;
	}
	.bg-white{
		padding: 2em;
	}
	h2.project_title{
		font-size: 18px;
		line-height: 1.4em;
	}
	h2.project_title span{
		font-size: 12px;
	}
	.project_warp{
		display: block;
	}
	.item-img,
	.item-main{
		width: 100%;
	}
	.bottle{
		width: 30%;
		text-align: center;
		margin: auto;
	}
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #000045;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #ffffff;
    margin-right: 10px;
    float: left;
	  width: 150px;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/* colorBox */
#cboxOverlay{background-color:#445936; opacity: 0.6 !important; filter: alpha(opacity = 90);}
#cboxLoadedContent {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 100px;
    height: 30px;
    position: absolute;
    top: -30px;
    background: url(../colorbox/images/close2.png) no-repeat 1px 0px #fff;
    border: none;
}
#cboxClose:hover{background-position: 1px -30px;}


/*  FOOTER */
#footer {
	width: 100%;
	padding: 0;
    position: relative;
    background-color: #000045;
}
#footer .footer {
	padding: 0;
    position: relative;
    z-index: 10;
    color: #fff;
}
.sns{
  margin-bottom: 20px;  
}
.sns li {
    display: inline-block;
    margin: 0 10px;
}
.sns li .fab {
    font-weight: 500;
}
.footer .flexbox{
    flex-wrap: nowrap;
}
#footer .footer li a {
    color: #fff;
}

#footer .footer li a:hover{
    color: #d5d1e3;
}
.footer .footer_title {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", "游明朝","YuMincho", YuMincho,"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 24px;
}
.footer .footer_title a {
    color: #fff;
}
.center_left_list {
	margin: 16px auto;
	text-align: center;
	display: block;   
}
.center_left_list ul {
	padding-left: 0;
	display: inline-block;
}
.center_left_list ul li {
	text-align: left;
}
.footer_text_small {
    padding: 15px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.footer_text_small ul li{
    font-size: 14px;
}
.footer .logoimg {
    width: 260px;
    height: 25px;
}
.footer .footer_text {
    text-align: center;
}
.footer .tel {
    font-size: 18px;font-size: 1.8rem;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.footer .tel a {
    color: #fff;
}
.footer .tel .fax {
    color: #fff !important;
    pointer-events: none;
}
.footer_menu {
    margin: 30px auto;
    width: 80%;
}
.footer_menu .item {
    /* width: 25%;    
    float: left;
    height: 100%;
    padding: 27% 0 0; */
    text-align: center;
    border-right: 1px solid #d5d1e3;
    position: relative;
    padding: 0 50px;
}
.footer_menu .item:nth-child(3) {
    flex-grow: 2;
}
.footer_menu .item:nth-child(4):lang(en) {
    min-width: 15%;
}
.footer_menu .item > .inner{
    /* position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;    
}
.main-menu > li {
    font-weight: 600;
}
.footer_menu .sub-menu {
   display: inline-block;
}
.footer_menu .sub-menu li {
    font-size: 14px;font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6em;
    padding-bottom: 5px;
}
.footer_menu .sub-menu li:last-child {
    padding-right: 0;
}
.footer_menu .sub-menu li:lang(en), .bottom-menu li:lang(en) {
    letter-spacing: 0.02em;
}
.main-menu .menu-title i {
    display: none;
}
.main-menu > li.menu-title > .fotter-main-title,
.footer_menu .item:last-child .main-menu li a{
    position: relative;
    padding-left: 30px;
}
.main-menu > li.menu-title > .fotter-main-title,
.footer_menu .item:last-child .main-menu li a,
.footer .main-menu .menu-title .arrow i {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-menu > li.menu-title > .fotter-main-title::before,
.footer_menu .item:last-child .main-menu li a::before{
    position: absolute;
    content: '';
    background: url(../images/take_pale.png) no-repeat;
    width: 25px;
    height: 19px;
    left: -5px;
    top: 0px;
    background-size: contain;
}
.footer_menu .item:last-child .main-menu li {
    line-height: 2em;
}
#footer .footer li a.active {
    color: #d5d1e3;
}
.bottom-menu  {
    text-align: center;
    margin: 0 auto 10px;
}
.bottom-menu li {
    display: inline-block;
    font-size: 13px;font-size: 1.3rem;
    padding: 0 10px 0;
    position: relative;
    margin-bottom: 0px;
}
.bottom-menu li .arrow {
    display: none;
}

.bottom-menu:first-of-type li {
    font-size: 14px;font-size: 1.4rem;
}
.bottom-menu li::after {
    position: absolute;
    content: '|';
    width: 1px;
    right: 0px;
    top: 0;
}
.bottom-menu li:last-child::after {
    content: ''; 
}
.copyright p {
    font-size:13px;font-size:1.3rem;
    padding: 50px 0 20px;
    text-align: center;
}

/*
.section.section-share {
    padding: 60px 0 60px;
}
.sns-share {
    margin-top: -20px;
}
.sns-share li {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sns-share li.fb-share {
    background: #3B5998;
    border: 2px solid #3B5998;
}
.sns-share li.tw-share {
    background: #1DA1F2;
    border: 2px solid #1DA1F2;
}
.sns-share li.line-share {
    background: #00B900;
    border: 2px solid #00B900;
    font-size: 16px;
}
.sns-share li a {
    display: block;
    color: #fff;
}
*/

/* Responsive Styles */
@media only screen and (min-width: 1552px) {
    .instagram li .trim {
        width: 120px;
        height: 120px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1552px) {
    .instagram li .trim {
        width: 90px;
        height: 90px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1460px) {
    .course .item .maru{
        top: 10%;
        left: 26px;
        width: 175px;
        height: 165px;
    }
    .flexbox.row4.margin .item:lang(en) {
        flex-basis: 32%;
        max-width: 32%;
    }
    .footer_menu .item:nth-child(4):lang(en) {
        min-width: 20%;
    }
}
@media only screen and (max-width: 1285px) {
    .footer_menu .item {
        padding: 0 20px;
    }
    
}
@media only screen and (min-width: 993px) and (max-width: 1260px)  {
    .main_menu > li {
        padding: 0 3px;
        font-size:13px;font-size:1.3rem;
    }
    .main_menu > li:lang(en),
    .main_menu > li:lang(fr), .main_menu > li:lang(de) {
        font-size:13px;font-size:1.3rem;
        letter-spacing: -0.04em;
    }
    .news .row3{
        width: 40%;  
    }
    .news .row7{
        width: 60%;
    }
    .glang_top {
        max-width: 120px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 992px)  {
    a[href^="tel:"] {
        pointer-events: auto;
    }
    .width80, .width60{
        width: 90%;
    }
    header {
		z-index: 9999;
        /*height: 70px;*/
	} 
    .header_top {
        display: none;
    }    
    #gnav .lang{
        display: block;
    }
    #gnav .lang .langsub {
        margin-top: 50px;
        text-align: center;
    }
    #gnav .lang .langsub li{
        display: inline-block;
        border-left: 1px solid #eee;
    }
    #gnav .lang .langsub li:last-child{
        border-right: 1px solid #eee;
    }
    #gnav .lang .langsub li a{
        padding: 4px 10px;
    }
    #gnav .lang .langsub li.on a,
    #gnav .lang .langsub li:hover a{
        background-color: #d5d1e3;
        color: #fff;
    }
    #gnav .lang li#choice span{
        display: none;
    }
    .lang li {
        display: inline-block;
        padding: 0 5px;
    }
    .lang li.active a {
        color: #fff;
    }
    .header_content {
        height: 0;
        z-index: 10000;
        top: 0;
    }
    .header_content.home {
        margin-top: 0;  
    }
    .searchform01 .gsc-control-cse {
        width: auto;
        margin: auto;
    }
    .searchform01 .gsc-search-box td {
        width: auto;
    }
    .header_top .searchBox {
        margin-top: 2px;
    }
    .logo {
        float: none;
        width: auto;
        top: 7px;
        padding-left: 3%;
    }
    .navheader {
        opacity: 1;
        transition: .4s;
        float: none;        
        top:0;
        left: 0;
        width: 10%;
        z-index: 99;
    }
    #mobnav-btn,
    #mobnav-btn span {
      display: inline-block;
      transition: all .4s;
      
    }
    #mobnav-btn {
        position: absolute;
        width: 48px;
        height: 40px;
        right: 0px;
        background-color: #000045;
        z-index:999;
    }
    #mobnav-btn.active {   
        background-color: #fff;
        top: 10px;
    }
    .navbtn-wrap.active span {
        background-color: #000045;
    }
    #mobnav-btn i {
        float: none; 
        position: relative;
        padding-left: 2px;
        padding-top: 8px;
    } 
    .navbtn-wrap {
      position: relative;
    }
    .navbtn-wrap span {
        width: 24px;
        height: 2px;
        left: 11px;
        border-radius: 2px;
        background-color: #fff;
        position: absolute;
        transition: all 0.3s !important;
    }
    .navbtn-wrap span:nth-of-type(1) {
        top: 11px;
    }
    .navbtn-wrap span:nth-of-type(2) {
        top: 19px;
    }
    .navbtn-wrap span:nth-of-type(3) {
        bottom: 11px;
    }
    .navbtn-wrap.active span:nth-of-type(1) {
      -webkit-transform: translateY(8px) rotate(-315deg);
      transform: translateY(8px) rotate(-315deg);
    }
    .navbtn-wrap.active span:nth-of-type(2) {
      opacity: 0;
    }
    .navbtn-wrap.active span:nth-of-type(3) {
      -webkit-transform: translateY(-8px) rotate(315deg);
      transform: translateY(-8px) rotate(315deg);
    }
    .header_top .searchBox{
        width: 40px;
        border: 0px solid #7d7d7d;
        position: relative;
    }
    .searchIcon i {
        font-size: 20px;
        padding: 6px 8px;
    }
    .sf-menu {
		width: 100% !important;
		position: absolute !important;
		overflow: auto;
		overflow-x: hidden !important;
        top: -100vh;
        display: none !important;
        height: 100vh;
         background-color: rgba(0, 0, 69, 0.8);
	}
    .sf-menu ul ul {
		top: -10px;
		left: 100%;
		border-top: none;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none;
	}
	.sf-menu.xactive {
		display: block !important;
		width: 100%;
        top: 0;
		padding: 0;
  	}
    .sf-menu .logo {
        top: 0;
        padding: 15px 6% 10px;
        width: 100%;
        background-color: #fff;
        z-index: 0;
    }
    .main_menu {
        margin-top: 10%;
    }
    .main_menu_wrap {
        width: 100%;
        margin: 60px auto 0;
    } 
    .main_menu>li {
		display: block ;
        margin: 0 auto 0;
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        text-align: canter;
        overflow: hidden; 
        width: 90%;
	}
    .glang_top {
        display: none;
    }
    .main_menu > li.glang {
       display: none;
    }
    .sf-menu .lang {
        width: 90%;
        margin: 10px auto 0;
    }
    .main_menu>li:first-child .toptitle {
		padding-top: 15px;
	}
    .main_menu>li:last-child .toptitle {
		padding-bottom: 15px;
	}
    .main_menu > li > .toptitle {
        display: inline-block ;
        color: #fff;
		font-size:16px;font-size:1.6rem;
        float: left;
        overflow: hidden;
        padding: 12px 40px ;
        width: 100%;
	}
    .main_menu > li > span.top-arrow {
		font-size:16px;font-size:1.6rem;
        float: right;
        width: 10%;
        overflow: hidden;
        padding: 12px 20px 12px 20px;
        text-align: center;
        position: absolute;
        right: 0;
	}
    .main_menu>li:hover {
        background-color: rgba(213, 209, 227, 0.8);
    }
    .main_menu > li:hover a, .main_menu > li .toptitle:hover,
    .main_menu > li > .sub-menu li:hover a{
        color: #000045;
    }
    .main_menu>li.havesubmenu:hover>.sub-menu {
        display: none;
       }  
    .main_menu>li.havesubmenu.active>.sub-menu {
        display: block;
        position: relative;
        background-color: transparent;
    }
    .main_menu>li.havesubmenu> .sub-menu {
        clear: both;
        text-align: right;
        visibility: visible;
        opacity: 1;
        width: auto;
        top: -10px;
        left: 0;
        background-color:none !important; 
        display: none;
        position: relative !important;
        -webkit-transform:translate(0, 0px);
        -moz-transform:translate(0, 0px);
        -ms-transform:translate(0, 0px);
        -o-transform:translate(0, 0px);
    }
    .main_menu>li .sub-menu li {
        text-align: center;
    }
    .main_menu>li .sub-menu li a {
        padding: 3px 30px 3px 15px;
        font-weight: 500;
        font-size: 15px;
    }    
    .course_title.top-arrow {
        color: #fff;
        cursor: pointer;
    }
    #header .logo.sticky {
        top: -3px;
        position: fixed;
    }
    #header .header_content.sticky {
        height: 0;
    }
    .breadcrumb-area {
        margin-top: 0px;
        padding: 4px 10px;
    }
    .section {
        padding: 60px 0 60px;
    }    
    .section-subbanner{
        height: 140px;
        margin-top: 0;
    }
    .caption_wrap {
        top: 53%;  
    }
    .img-responsive {
        width: 100%;
    }
    .section:nth-of-type(1) {
        padding-top: 60px;
    }
    .top-slider {
        margin-top: 60px;
    }
    .slider-pro .sp-slide .bins {
        bottom: 0;
    }
    .top-owl-slide .caption {
        top: 49%;
    } 
    .title {        
        margin-bottom: 60px;
    }
    .title::after {
        top: -25px;
    }
    .title.left {
        text-align: center;
    }
    .title.left::after {
        right: 0;
    }
    .title:before{
        width: 200px;
    }    
    .title .heading{
        font-size: 21.5px;font-size: 2.1rem;
        line-height: 1.4em;
        letter-spacing: 0.03em;
    }
    .title .heading::before {
        width: 30px;
        left: 0px;
        top: 2px;
    }
    .title .heading:lang(en){
        display: inline;
    }
    .lead {
        text-align: center;
    }
    .middle-heading, .width630  {
        width: 100%;
    }
    .top .title {
        width: 100%;
        padding: 40px;
    }
    .top .tate_text p {
        margin: 15px 0 0 0;
        font-size: 16px;
        line-height: 1.6em;
    }
    .top .tate_text{
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        text-align: center;
    }
    .top .tate_text p.subtitle {
        margin: 30px auto;
        font-size: 22px;
    }
    .top .tate_text p.subtitle::before, .top .tate_text p.subtitle::after {
        top: -5px;
        right: 0;
        height: 1px;
        width: 100%;
    }
    .top .tate_text p.subtitle::after {
       bottom: -5px;
        top: auto;
      }
    .top .tate_text p:lang(ja) {    
        margin: 20px 0 0 0;
    }

    .products .flexbox.row4.margin .item{
        margin: 0 1% 40px;
    }
    #gaiyo .flexbox .item:last-child {
        padding: 20px 0px 20px 0;    
    }
    .item.row3, .item.row7, .item.row4, .item.row6{
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }
    .tour .item.row6 {
        padding-left: 0px;
    }
    .item.left {
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .item.right {
        padding-left: 0px;
    }
    .section-greeting .flexbox, .section-greeting .single.item {
        padding-top: 0px;
    }
    .section-greeting article p {
        padding-bottom: 5px;
    }
    .item.row3 .title {
        margin-bottom: 40px;
    }
    .line-box {
        text-align: center;
    }
    .line-box ul {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .line-box ul li {
        text-align: left;
    }
    .line-box ul li p.row9, .line-box ul li h4.row {
        width: 100%;
    }
    .line-box .address {
        margin: 20px auto 10px;
    }
    .pickup {
        width: 94%;
        margin: 0 auto;
    }
    .news .date{
     
    }
    .news .news_title {
        float: none;
        padding-left: 0px;
    }
    .updates {
        max-height: 500px;
    }
    .updates .news .news_title::after { 
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
    }
    .news .row7 {
        margin-top: 5px;
    }
    .updates .news {
        width: 95%;
        padding: 10px 0 15px 10px;
    }
    .updates .news .news_title {
        padding-right: 0px;
        line-height: 1.3em;
    }
    .updates.links { 
        width: 100%;
    }
    .pickup-list {
        width: 95%;
        padding: 0;
        margin: auto;
    } 
    .pickup-list .item a {
        width: auto;
    }  
    .news .row3, .news .row7 {
        width: 100%;
    }
    .news .row7 {
        margin-top: 10px;
    } 
    .owl-slide .owl-controls .owl-next::after {
        right: 9px;
    }
    .owl-slide .owl-controls .owl-prev::after, .owl-slide .owl-controls .owl-next::after {
        width: 18px;
        top: 7px;
    }
    .owl-slide .owl-controls .owl-prev::before, .owl-slide .owl-controls .owl-next::before {
        width: 24px; 
    }
    .owl-slide .owl-controls .owl-prev::after {
        left: 7px;
    }
    .searchIcon {
        cursor: pointer;
    }
    .pickup-list .item {
        min-height: 340px;
    }
    .pickup-list:not(.eventpage) .news_img img {
        width: 100%;
        height: 100%;
    }
    .pickup-list .news_textbox {
        width: 52%;
    } 
    .line-box {
       padding: 30px 20px; 
    }
    .cat_list {
        padding: 20px 20px 30px;
    }
    #footer .footer {
        padding: 0 10px;
    }
    footer .container {
		max-width: 100%;
		width: 90%;
	}
    .footer .flexbox{
        flex-wrap: wrap;
    }
    .footer .floatbox, .footer .kyokaiLogo {
        text-align: center;
    }   
    .footer .kyokaiLogo {
        margin-bottom: 10px;
    }
    .footer_menu {
        margin: 30px auto 0;
        width: 90%;
    }
    .footer_menu .item {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        float: none;
        height: auto;
        padding: 14px 0 14px;
        border-right: 0px solid #d5d1e3;
        border-bottom: 1px solid #d5d1e3;
    }
    .footer_menu .item:first-child {
        border-top: 1px solid #d5d1e3;
    }
    .footer_menu .item > .inner {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .footer .main-menu li  {
        text-align: left;
        overflow: hidden;
        padding-left: 5%;
    } 
    .footer .main-menu > li.menu-title {
        cursor: pointer;
    }
    .footer .main-menu > li.menu-title:hover > .fotter-main-title {
        color: #d5d1e3;
    }
    .footer .main-menu > li.menu-title, .footer_menu .item:last-child .main-menu li {
        font-size: 18px;font-size: 1.8rem;
    }
    .footer_menu .item:last-child .main-menu li {
        margin-bottom: 5px;
    }
    .main-menu > li.menu-title > .fotter-main-title,
    .footer_menu .item:last-child .main-menu li a {
        padding-left: 35px;
    }
    .main-menu > li.menu-title > .fotter-main-title::before,
    .footer_menu .item:last-child .main-menu li a::before {  
        left: 0px;
    }
    .footer .main-menu > li.menu-title > .fotter-main-title,
    .footer .main-menu > li.menu-title > a {
        float: left;
        overflow: hidden;
    }
    .footer .main-menu .menu-title .arrow {
        width: 50px;
        cursor: pointer;
        width: 10%;
        float: right;
        overflow: hidden;
    }
    .footer .main-menu .menu-title .arrow i {
        display: inline-block;
        font-size: 22px;
        vertical-align: text-top;
    }
    .footer_menu .menu-title .sub-menu {
        display: none;
        clear: both; 
        padding-top: 5px;
    }
   .footer_menu .menu-title .sub-menu li {
        margin-bottom: 5px;
    }
    .footer_menu .menu-title .sub-menu li:last-child {
        margin-bottom: 0;
    }
    .footer .main-menu li .sub-menu > li{
        padding-left: 5px;
        font-size: 16px;font-size: 1.6rem;
        line-height: 1.8em;
    }
    .footer_menu .menu-title .sub-menu li a {
        float: none;
        width: 100%;
    }
    .bottom-menu:first-of-type li, .bottom-menu li {
        padding: 0 0 0;
        font-size: 15px;font-size: 1.5rem;
    }
    .bottom-menu li .arrow {
        display: inline-block;
        padding-left: 5px;
    }
    .bottom-menu li .fotter-main-title {
        cursor: pointer;
    }
    .bottom-menu li a {
        padding-right: 25px;
    }
    .bottom-menu li::after {
        width: 10px;
        right: 5px;
        top: -2px;
    }
    .bottom-menu li {
        width: 100%;
        margin-bottom: 15px;
    }
    .bottom-menu li a {
        padding-right: 0px;
    }
    .bottom-menu li::after {
        display: none;
    } 
    .sp-buttons {
        display: none;
    }
    .step_flow_item .flexbox .item {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 767px)  {
    .floatbox.row2.margin > .item,
    .row2.margin > .item2,
    .floatbox.row2 .item:not(.maru) {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
     } 
    .flexbox.row2.margin .item{
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 40px;
    }
    .flexbox.row3.margin .item, .flexbox.row4.margin .item {
        flex-basis: 48%;
        max-width: 48%;
        position: relative;
    }
    .flexbox.row2.margin .item:first-child {
        margin: 20px 0 60px;
    }
    .flexbox.row2.margin .item:last-child {
        margin: 20px 0 40px;
    }
    .bnr_list .flexbox.row2.margin .item:first-child, .bnr_list.flexbox.row2.margin .item:last-child  {
        margin: 0 0 20px;
    }
    .btn_wrap .btn + .btn {
        margin-left: 0px;
    }
    #top-slider { margin-top:120px; }
    .owl-controls .owl-prev, .owl-controls .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 45%;
    }
    .news_img .news_img_bg {
        height: 200px;
    }
    .step_flow_item .flexbox .item {
        width: 100%;
        border-right: 0px solid rgba(0, 0, 69, 0.3);
        border-bottom: 1px solid rgba(0, 0, 69, 0.3);
        padding: 5px 10px 10px;
        margin-bottom: 5px;
        text-align: center;
    }
    .step_flow_item .flexbox .one_img{
        text-align: left;
        padding-left: 72px;
    } 
    .step_flow_item ul.inlineblock li {
        margin: 0 10px;
    }
    .white_box.step .item::before {
        left: 0;
        right: 0;
        bottom: -35px;
        top: auto;
        width: 15px;
        height: 10px;            
        border: 15px solid transparent;
        border-top: 15px solid #be9347;
    }
    .kadomaruBox p {
        height: auto;  
    }
}

@media only screen and (max-width: 600px)  {
    .mgt80 {
        margin-top: 40px !important;
    }
    .pdt60 {
        padding-top: 40px !important;
    }
    p:lang(en) {
        font-size: 16px;font-size: 1.6rem;
    }
    .width90, .width80{
        width: 100%;
    }
    .products_cat {
        width: 100%;
    }
    .products_cat.small {
        font-size:16.5px;
    }
    .btnBox a{
      width: 85%;
    }
    /* WP投稿用 */
    .aligncenter, .section-events_detail img {
        width: 100%;
        height: auto;
    }
    .flexbox.row3.margin .item, .flexbox.row4.margin .item{
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 40px;
    }
    .products .flexbox.row4.margin .item {
        margin: 0 0 40px;
    }
    .header_top .item {
        padding: 0;
        margin-top: 17px;
    } 
    .main_menu {
        margin-top: 6%;
    }
    .main_menu > li > .toptitle {
        padding: 12px 10px;
    }
    .main_menu > li > span.top-arrow {
        padding: 12px 20px 12px 20px;
    } 
    .slider-pro .sp-slide .bins{
        width: 300px;
    }
    .sp-button {
        width: 16px;
        height: 16px;
    }

    .title {
        width: 100%;
    }
    .title .heading{
        font-size: 20px;font-size: 2rem;
    }
    .middle-heading {
        font-size: 16px;font-size: 1.6rem;
    }
    .item.Gsearch {
        padding-right: 20%;
    }
    .gsc-results-wrapper-overlay {
        width: 90% !important;
    }
    .container {
        width: 90%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .section {
        padding: 50px 0 40px;
    }  
    .title .toplead {
        font-size:16px;font-size:1.6rem;
    }
    .updates .news .category {
        padding: 0 6px;
    } 
    .catch {
        font-size: 17px;font-size: 1.7rem;
    }
    .links .news .btnBox {
         display: none;
    }
    .updates.links .link_title {
        font-size: 15px;
        font-size: 1.5rem;
        padding-right: 5px;
        position: relative;
        width: 90%;
        padding-right: 20px;
    }   
    .mymap iframe {
        height: 300px
    }
    .section-greeting article {
        padding: 20px 15px 40px;
        background-color: #fff;
    }
    .section-greeting .item.left {
        padding-right: 0px;
    }
    .profile .item.row8, .item.photo {
        flex-basis: 100%;
        max-width: 100%;
    }
    .item.photo {
        margin-top: 20px;
    }
    .cat_list {
        padding: 20px 10px 30px;
    }
    .shops .flexbox.row3.margin .item {
        margin: 0 0 30px;
    }
    .bnr_list .flexbox.row3.margin .item, .bnr_list .flexbox.row2.margin .item{
        margin: 0 0 20px;
    }
    .products_cat_sub {
        padding: 0 105px;
    }
    .products_cat_sub::before, .products_cat_sub::after {
        width: 100px;
    }
    #footer .footer {
        padding: 0;
    }
    .section-share {
        bottom: 17%;
    }
    .section-share .subtitle {
        display: none;
    }
    .sns-share li {
        width: 32px;
        height: 32px;
        line-height: 33px;
        font-size: 14px;  
    }
    .sns-share li.line-share img {
        width: 32px;
        height: 32px;  
    }
    .sns-share li.line-share {
        font-size: 10px;
    }
}

@media only screen and (max-width: 500px)  {
    .footer_menu {
        margin: 30px auto 5px;
    }
  
}

@media only screen and (max-width: 300px)  {
    .pickup-list .news_img {
        width: 100%;
        float: none;
    }
    .pickup-list .news_textbox {
        width: 100%;
        float: none;
        padding-left: 0;
    } 
}

@media print{
    #header, .section-subbanner, #footer, .section-search, .section-related, .shuhen_btn, .section-miryoku-banner {
        display: none;
    }
    .sticky-menu {
        display: none !important;
    }
    .section-events_detail, .section, .section30{
        padding: 20px 0;
    } 
    .title {
        margin: 0 auto 30px;
    }
    .title .heading {
        font-size: 20px;
        font-size: 2rem;
    }
    .title .heading::before {
        width: 30px;
        left: 5px;
        top: 3px;
    }
    .subtitle {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .detail {
        padding-top: 0px;
    }
    .width80 {
        width: 100%;
        margin: auto;
    }
    .sikaku_title {
        position: relative;
        width: 70%;
        height: 22px;
        border-radius: 5px;
        top: -15px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .sort_btn {
        width: 100%;
    }
    .section-shuhen .sikaku_title, .spotdetail .sikaku_title {
        position: relative;
        width: 100%;
        height: 20px;
        top: -10px;
        transform: none;
        left: 0;
        right: 0;
        margin: 0 auto 10px;
        display: table;
    }
    .section-kamitohotoke .with-title .item,
    .section-goryu .with-title .item,
    .section-hitotohito .with-title .item {
        overflow: hidden;
        min-height: initial;
        min-height: auto;
    }
    .with-title .item {
        padding: 20px 20px 0;
        margin: 0 auto 30px
    }
    .section-shuhendetail .floatbox.row2.margin > .item {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        float: none;
    }
    .floatbox.row2.margin > .item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        float: none;
    } 
    .borderline {
        display: none;
    }
    .imgWrap {
        text-align: center;
    } 

}
