/*
Theme Name: msw
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: オリジナルテーマ（msw）
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: msw
Template: mswtheme
*/







html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,div,span,a,table,tr,th,td,figure,article {
  padding: 0;
  border: 0;
   vertical-align:baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img,video,object {
	vertical-align:middle;
}
html{font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */}
body {font-size: 1.6rem;/* 16px */}

body{background-color:#ffffff;}

body{
	font-family:"メイリオ",Meiryo,YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}






/*--------------------------------------
　フォント　テキスト
--------------------------------------*/

h1.word span,h2.word span,h3.word span,h4.word span,h5.word span,.word p span{
	word-wrap:break-word;
	font-size:inherit;
	line-height:inherit;
	display:inline-block;
}


h2,h3,h4,h5,h6{
	background:none;
	line-height:1.5;
	font-weight:normal;
	margin:2rem 0;
}
h2{font-size:2.6rem;}
h3{font-size:2.2rem;}
h4{font-size:1.8rem;}
h5,h6{font-size:1.6rem;}


p,.yellowbox,.graybox,.redbox,.post ul li,.post ol li{
	font-size:1.6rem;
	line-height:2.7rem;
}



/* リンクの色 */
a {
	color: #333;
	text-decoration:none;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #778899;
}
#footer a:hover{
	color:#999;
}


/* オブジェクトフィット */
.fit{
	-o-object-fit:cover;
	   object-fit:cover;
	font-family: 'object-fit: cover;'
}


/*--------------------------------------
　ヘッダー部分
--------------------------------------*/
header.site-header{
	background:#fff;
	width:100%;
}
.head-area{
	position:relative;
	padding:1rem 0;
	width:100%;
	margin:0 auto;
	z-index:1;
}

.sumanone{
	display:none;
}
nav li a:hover{
	text-decoration:none;
}

.site-header .site-title{
	display:none;
}
.site-branding{
	width: 55%;
    min-height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 3rem;
}
.main-navigation{
	width:100%;
	height:0;
}
.main-navigation ul.menu{
	display:block;
}

.site-description{
	margin:0.5rem 0 -1rem 0;
	font-size:1.3rem;
}

/*--------------------------------------
　スライドメニュー
--------------------------------------*/
#em-menubox{
	width:100%;
}
.suma{
	display:inline-block;
	width:100%;
}
.slidemenu .menu{
	display:block;
	padding:0 5% 0 15%;
}
/*
.navbar_toggle{
 z-index:9999;
	margin:0;
	cursor:pointer;
	position:absolute;
	top:0.5rem;
	right:1rem;
	padding:2rem;
	background-color:rgba(252,252,252,1);
}
.navbar_toggle:hover{
	opacity:0.7;
}
.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 3rem;
 background: #5c6b80;
 -webkit-transition: ease .5s;
	-o-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 0.8rem 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
*/
/*OPEN時の動き*/
/*
.navbar_toggle.open{
	position:fixed;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 1rem;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
 transform: translateY(-50%);
	 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -1rem;
 -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

*/


/* 丸ボタン */
.navbar_toggle{
  z-index:9999;
  position:absolute;
  top:0.5rem;
  right:1rem;
  width:5rem;
  height:5rem;
	border:0.1rem solid #111;
  border-radius:50%;
  background:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:opacity .3s ease;
}
.navbar_toggle:hover{ opacity:.7; }

/* 中の1本（これに疑似要素で+2本） */
.navbar_toggle_icon{
  position:relative;
  width:2.6rem;
  height:1px;
  background:#111;
  border-radius:2px;
  transition:transform .4s ease, background .3s ease, opacity .3s ease;
}

/* 上下の棒を追加 */
.navbar_toggle_icon::before,
.navbar_toggle_icon::after{
  content:"";
  position:absolute;
  left:0;
  width:100%;
  height:1px;
  background:#111;
  border-radius:2px;
  transition:transform .4s ease, opacity .3s ease;
}
.navbar_toggle_icon::before{ transform:translateY(-8px); } /* 上 */
.navbar_toggle_icon::after{  transform:translateY( 8px); } /* 下 */

/* 開いた時（×にする例。常に三本のままで良ければ以下ブロックは不要） */
.navbar_toggle.open{
	position:absolute;
}
.navbar_toggle.open .navbar_toggle_icon{
  background:transparent;                 /* 中央棒は消す */
}
.navbar_toggle.open .navbar_toggle_icon::before{
  transform:rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon::after{
  transform:rotate(-45deg);
}












.slidemenu ul li{
	list-style:none;
	margin:2rem;
	background:#0066cc;
	width:80%;
	padding:0.3rem 1rem;
}
.slidemenu ul li a{
	color:#fff;
	font-size:1.5rem;
	display:block;
	padding:0;
	width:auto;
	}
.slidemenu ul li a:hover{
	text-decoration:none;
}



.slide-container{
-webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
 -webkit-transition:ease .5s;
 -o-transition: ease .5s;
 transition:ease .5s;
 z-index:1000;
	display:block;
	height:100vh;
	text-align:left;
	width:100%;
	background:rgba(256,256,256,1);
	position:absolute;
	top:0;
	left:0;
}

/*OPEN時の動き*/
.slide-container.open {
-webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
 	height:100vh;
	width:100%;
	z-index:8888;
	background:rgba(256,256,256,1);
	display:block;
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	overflow-y:auto;
}
.slide-menu-img{
	background-image:url("/wp-content/uploads/2021/01/0000000.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:100vh;
	z-index:2222;
}
body.fixed {
width:100%;
height:100%;
position:fixed;
}

header .suma ul.menu li a:hover{
	color:#05c07c;
}


.slide-inner {
    height: 100%;
}

/*メニューの横にアイコン*/













/*--------------------------------------
　パンくず部分
--------------------------------------*/

#breadcrumb{
	width: 100%;
    background: #f3f3f3;
    margin: 0 auto;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    padding: 5rem 1% 3rem 1%
	
}
#breadcrumb ul{
	margin:0;
}




#breadcrumb  ul li{
	display:inline;/*横並びにする*/
	line-height:1.5;/*行間*/
	font-size:1.4rem;
}




/*--------------------------------------
　コンテンツ部分
--------------------------------------*/

.site{
	min-height: 100%;        /* 画面いっぱい */
  display: flex;
  flex-direction: column;  /* 上から下へ積む */
}
#content-w{
	min-height:100%;
}


#content{
	max-width:100%;
	margin:0 auto;
}
.em-main-page{
	width:100%;
}

.page-section{
padding:3rem 0;
overflow:hidden;
	position:relative;
}
.page-container{
max-width:95%;
margin:0 auto;
padding:0 1rem;
	position:relative;
}

.grayish{
background-color:#f5f5f5;
}


.em-center{
text-align:center;
margin:auto;
}
.t-center{
	text-align:center;
}

.entry-content{
	margin:0;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.rel{
	position:relative;
}

/* スペース */
.pa-t{
    padding-top:1.6rem;
}
.pa-tx{
    padding-top:1.6rem;
}
.pa-txx{
	padding-top:3.2rem;
}
.pa-b{
	padding-bottom:1.6rem;
}
.pa-bx{
	padding-bottom:1.6rem;
}
.pa-bxx{
	padding-bottom:3.2rem;
}
.pa-tb{
	padding:1.6rem 0;
}
.pa-tbx{
	padding:1.6rem 0;
}
.pa-tbxx{
	padding:3.2rem 0;
}
.pa-all{
	padding:1.6rem;
}
.pa-allx{
	padding:1.6rem;
}
.pa-allxx{
	padding:3.2rem;
}
.ma-t{
	margin-top:1.6rem;
}
.ma-tx{
	margin-top:1.6rem;
}
.ma-txx{
	margin-top:3.2rem;
}
.ma-b{
	margin-bottom:1.6rem;
}
.ma-bx{
	margin-bottom:1.6rem;
}
.ma-bxx{
	margin-bottom:3.2rem;
}
.ma-tb{
	margin:1.6rem auto;
}
.ma-tbx{
	margin:1.6rem auto;
}
.ma-tbxx{
	margin:3.2rem auto;
}
.ma-all{
	margin:1.6rem;
}
.ma-allx{
	margin:1.6rem;
}
.ma-allxx{
	margin:3.2rem;
}
/* スペースここまで */

.em-page .entry-title{
	margin:auto;
	text-align:center;
	font-size:2.4rem;
	color:#555;
}


.page .entry-title {
    margin: auto;
    text-align: center;
    font-size: 1.8rem;
	font-weight:normal;
    color: #555;
	border-bottom:0.2rem solid #0066cc;
	width:100%;
}



.box_inner{
	width: -moz-fit-content;
  width: fit-content;
	margin:auto;
}


/*--------------------------------------
　HOME
--------------------------------------*/










.home .entry-title{
	display:none;
}









/*--------------------------------------
　HOMEの新着記事部分20251015
--------------------------------------*/

ul.home-newpost__list{
	margin:1rem;
}
ul.home-newpost__list li.home-newpost__item{
	list-style:none;
	border-bottom:0.1rem solid #111;
	line-height:1.5;
	margin:0 0 1rem 0;
}
ul.home-newpost__list li.home-newpost__item span.home-newpost__date{
	font-size:1.3rem;
}

/*--------------------------------------
 背景固定
--------------------------------------*/ 
/* ---- 固定背景（全端末対応） ---- */
:root {
  /* 必要に応じて差し替え */
  --fixed-bg-image: url('http://mirise-tks.leadm.link/wp-content/uploads/2025/10/pub-gc36c6b49a_1920.jpg');
  --fixed-bg-overlay: rgba(0,0,0,.25); /* 薄い暗幕。不要なら transparent */
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  position: relative;
  min-height: 100%;
  /* body自体には背景を置かない（iOS問題回避） */
  background: none !important;
}

/* 画面全体に貼り付く“固定背景レイヤー” */
body::before {
  content: "";
  position: fixed;
  inset: 0;                 /* top/right/bottom/left: 0 */
  z-index: -1;              /* すべてのコンテンツの背面 */
  background:
    linear-gradient(var(--fixed-bg-overlay), var(--fixed-bg-overlay)),
    var(--fixed-bg-image) center/cover no-repeat;
  will-change: transform;   /* スクロール時の描画を安定化 */
  pointer-events: none;     /* 背景で操作を邪魔しない */
}



/* WordPress管理バーがあっても前面にくるのでOK（特に調整不要） */






/*--------------------------------------
　ワイン
--------------------------------------*/







.site-main{
width: 100%;
margin: 0 auto;
/*transition: width 0.5s ease;*/
background:#f3f3f3;
border-left:1px solid #888;
border-right:1px solid #888;
padding:0 1%;
	flex:1;
}
.site-main-inner{
background:#fff;
border-left:1px solid #888;
border-right:1px solid #888;
}
.wine_chart{
position:relative;
}
.wine_chart .wine_bottle li{
	list-style:none;
	width:7%;
	}
.wine_chart .wine_bottle li.image_1{
	position:absolute;
	top:43%;
	left:30%;
}
.wine_chart .wine_bottle li.image_2{
	position:absolute;
	top:2%;
	left:60%;
}
.wine_chart .wine_bottle li.image_3{
	position:absolute;
	top:0;
	left:15%;
}
.wine_chart .wine_bottle li.image_4{
	position:absolute;
	top:55%;
	left:75%;
}
.wine_chart .wine_bottle li.image_5{
	position:absolute;
	top:46%;
	left:52%;
}
.wine_chart .wine_bottle li.image_6{
	position:absolute;
	top:30%;
	left:67%;
}
.chart_border{
	width:90%;
	margin:0 auto;
}




.kau{
	font-size:5rem;
	border:0.1rem solid #111;
	border-radius:0.5rem;
	padding:2rem;
	margin:1rem;
}
.kau span{
	font-size:3.5rem;
}



/* popup */
.featherlight .featherlight-content { padding: 0; }         /* 余白を詰める */
.featherlight img { max-width: 100%; height: auto; display:block; } /* レスポンシブ */
.featherlight figure { margin:0; }
.featherlight figcaption { padding:12px 16px 0; }





.wine-wrap {
  display: flex;
  flex-wrap: wrap;               /* 折り返しON */
  justify-content: flex-start;   /* 左寄せ */
  gap: 16px;                     /* 画像の間隔16px */
  box-sizing: border-box;
	align-items:flex-end;
}

.wine-wrap a.bottle_img {
  display: block;
  box-sizing: border-box;
  width: calc((100% - (16px * 5)) / 6); /* 4列分の幅 */
  margin: 0;                   /* 外余白なし */
  padding: 0;                  /* 内余白なし */
  line-height: 0;              /* 下の隙間除去 */
  border: none;
  background: none;
}

.wine-wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.wine-button-area-center {
  text-align: center;
}

.wine-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #800020; /* ワインレッドの枠線 */
  border-radius: 3rem;
  min-width: 17rem;
	margin:4rem 0;
	z-index:0;
}

.wine-button a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.8rem 2rem;
  /*color: #800020;*/
  font-weight: bold;
  text-decoration: none;
  transition: color 0.4s ease;
}

/* 擬似要素で下から色を伸ばす */
.wine-button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #800020;
  z-index: 0;
  transition: height 0.4s ease;
}

/* ホバー時のアニメーション */
.wine-button:hover::before {
  height: 100%;
}

.wine-button:hover a {
  color: #fff;
}


.post, .page{
	margin:0;
}


/*--------------------------------------
　アニメーションテキスト
--------------------------------------*/





/*--------------------------------------
　ボタン
--------------------------------------*/

.home-newpost__morelink{
	border:0.1rem solid #111;
	border-radius:4rem;
	background:#fff;
	color:#111;
	padding:0.4rem 4rem;
	transition: 0.5s ease;
}
.home-newpost__morelink:hover{
	border:0.1rem solid #111;
	background:#111;
	color:#fff;
}



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



/*--------------------------------------
　お問い合わせ
--------------------------------------*/
.contact-table{
	border:0;
	background:#f5f5f5;
	width:100%;
}
.contact-table tr th, .contact-table tr td{
	font-size:1.5rem;
	vertical-align:middle;
	padding:0 2rem;
	display:block;
	text-align:left;
}
.contact-table tr th{
	border-bottom:0;
}
.contact-table tr td{
	border-bottom:0.2rem solid #0066cc;
}
.contact-table tr td input{
	font-size:1.5rem;
	width:100%;
}
.wpcf7-submit.soshin{
	display: block;
  width: auto;
  text-align: center;
  border:0.2rem solid rgba(0, 102, 204, 0.8);
	border-radius:1rem;
  font-size: 1.5rem;
  color: rgba(0, 102, 204, 0.8);
  text-decoration: none;
  padding: 1rem 10%;
	margin:5rem auto;
	cursor:pointer;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wpcf7-submit.soshin:hover{
	  background-color: rgba(0, 102, 204, 0.8);
	color:#fff;
	border:0.2rem solid #fff;
}


/*--------------------------------------
　テーブル
--------------------------------------*/
table {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
}
table tr th, table tr td{
	font-size:1.5rem;
}

.mo-table{
	white-space:nowrap;
	overflow:auto;
}



/*--------------------------------------
　ページナビ
--------------------------------------*/

ul.page-numbers{
	margin:1rem 1rem 0 1rem;
}
ul.page-numbers li{
	display:inline-block;
	margin:0 0.5rem;
}




/*--------------------------------------
　更新情報等　投稿者
--------------------------------------*/

.em-front .blogbox,.em-page .blogbox{
	display:none;
	}

.post-author{
	display:none;
}

.smanone p{
	font-size:1.4rem;
}



/*--------------------------------------
　投稿ページ
--------------------------------------*/



.em-post{
	padding:2rem;
}
.em-post .entry-title{
	width:100%;
	line-height:1.5;
	margin-bottom:1.6rem;
}
.em-post .mainbox{
	margin:5% 0;
}
.post-tag-area a::before{
	content:"# ";
	
}

.single .entry-meta .kdate time.updated{
	display:inline-block;
}
.archive .entry-meta .kdate time.updated{
	display:inline-block;
}
.post-navigation .nav-links{
	display:block;
}
.post-navigation .nav-previous{
	display:block;
}
.post-navigation .nav-next{
	display:block;
	text-align:left;
}
.nav-previous .nav-subtitle, .nav-next .nav-subtitle{
	font-weight:bold;
	line-height:2;
}
ul.catgroup{
	margin:0;
}
ul.catgroup li{
	display:inline-block;
}
ul.catgroup li a{
	background:#0066cc;
	font-size:1.3rem;
	padding:0.7rem;
	color:#fff;
}





/*--------------------------------------
　アーカイブ部分
--------------------------------------*/
.archive .site-main article{
	border-bottom:0.1rem dotted #999;
	padding:1rem;
}





/*--------------------------------------
　検索結果部分
--------------------------------------*/


.search .site-main article {
    border-left: 0.2rem solid #0066cc;
    border-bottom: 0.1rem dotted #999;
    padding: 1rem;
}





/*--------------------------------------
　サイド部分
--------------------------------------*/
ul.side-newpost-area{
	list-style:disc !important;
}
ul.side-newpost-area li{
	margin-bottom:1.6rem;
}
.widget-title{
	font-size:2rem;
	border-bottom:0.2rem solid #0066cc;
}

/*--------------------------------------
　404
--------------------------------------*/

.error-404 .page-title{
	text-align:center;
}
/*--------------------------------------
　ページトップに戻る部分
--------------------------------------*/


#page-top{
	display:none;
position:fixed;
	right:1rem;
	bottom:1rem;
	z-index:9999;
}
#page-top:hover{
	transform: translateY(-2px);
  opacity:0.2;
  background:#222;
}
#page-top a{
 display: grid;
  place-items: center;
  width: 5rem;    /* 大きさはお好みで */
  height: 5rem;
  background: #111; /* 背景色 */
  color: #fff;      /* フォーカス枠のための現在色 */
  border-radius: .6rem;
  text-decoration: none;
  
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease, background .2s ease;
  position: relative;
  outline: none;
}
/* 上向き矢印（くの字） */
#page-top a::before{
  content:"";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(2px); /* 見た目微調整 */
}

/*--------------------------------------
　フッター部分
--------------------------------------*/



footer#colophon{
	background:#fff;
	padding:8rem 0;
}

.footer-in{
	width:95%;
	margin:0 auto;
}




footer ul{
	padding:0;
}




.footermenubox ul{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	justify-content:center;
}
.footermenubox ul li:last-child{
	border-right:none;
}
.footermenubox ul li{
	border-right:0.1rem solid #ccc;
	line-height:2;
	font-size:1.3rem;
	padding:0 1.6rem;
}
.footer-c{
	margin-top:3rem;
	text-align:center;
}
.footerdescription{
	font-size:1.4rem;
	margin-bottom:0.5rem;
}
.footerlogo{
	margin-top:0.5rem;
}
.footer-in .copy{
	text-align:center;
	font-size:1.3rem;
}

.footer-center ul{
	display:flex;
	align-items:center;
	justify-content:center;
	list-style:none;
	
}


.footer-center ul li p.li-border{
	line-height:1.5;
	margin:0;
	border:0.1rem solid #999;
	text-align:center;
}
.footer-center ul li p a{
	padding:0.5rem 1rem;
	font-size:1.4rem;
	}





/* スマホ横向き（iPhoneなど）
 ---------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) and (orientation: landscape) {
 
	
	
	header.site-header{
		max-width:60rem;
		margin:0 auto;
	}
	
	
	.site-main {
    max-width: 60rem;
  }
	
	.head-area{
		width:100%;
	}
	
	.slide-container{
	width:60rem;
}

/*OPEN時の動き*/
.slide-container.open {
	width:60rem;
}
	
	
	
	
	
	
	
	.footer-in{
	width:95%;
	margin:0 auto;
}

	#breadcrumb{
		width:60rem;
	}	
	
	
}














/*media Queries タブレット（835px以上）
------------------------------------------------------------------------------------------*/
@media screen and (min-width: 835px) {
	
	



/*--------------------------------------
　フォント　テキスト
--------------------------------------*/
	.titlefont{
	font-size:5.6rem;
	line-height:1;
}	
h2{font-size:2.8rem;}
h3{font-size:2.4rem;}
h4{font-size:1.9rem;}

	.home h2.em-title{
	font-size: 3.6rem;
    margin: 3.6rem 0 0 0;
}
h2.em-title{
	font-size: 3.6rem;
    margin: 3.6rem 0;
}	
h2.em-title small{
	font-size: 1.5rem;
    }
	.home p.em-title-jp{
		font-size:1.5rem;
	}
	p.em-title-jp{
		font-size:1.5rem;
	}	
	
	
	

/*--------------------------------------
　ヘッダー部分
--------------------------------------*/

	header.site-header{
		max-width:60rem;
		margin:0 auto;
	}
	

	
.site-branding{
	width: 35%;
}
.site-description{
	font-size:1.4rem;
}
	
	
	.slide-container{
	width:60rem;
}

/*OPEN時の動き*/
.slide-container.open {
	width:60rem;
}
	
	
	
#em-main-menu ul li{
	list-style:none;
	display:inline-block;
	margin:0 1.6%;
		font-size:1.4rem;
}

/*--------------------------------------
　パンくず部分
--------------------------------------*/

#breadcrumb{
	width:60rem;
	}	

	
	
/*--------------------------------------
　コンテンツ部分
--------------------------------------*/
	.home .em-main-page{
		margin-top:0;
	}
	.em-main-page,.em-main-single{
		margin-top:11rem;
	}
.page-container{
max-width:90%;
margin:0 auto;
padding:0 1rem;
}



/* スペース */
.pa-tx{
    padding-top:3.2rem;
}
	.pa-txx{
		padding-top:4.8rem;
	}	
.pa-bx{
	padding-bottom:3.2rem;
}
	.pa-bxx{
		padding-bottom:4.8rem;
	}
.pa-tbx{
	padding:3.2rem 0;
}
	.pa-tbxx{
		padding:4.8rem 0;
	}
.pa-allx{
	padding:3.2rem;
}
	.pa-allxx{
		padding:4.8rem;
	}
.ma-tx{
	margin-top:3.2rem;
}
	.ma-txx{
		margin-top:4.8rem;
	}
.ma-bx{
	margin-bottom:3.2rem;
}
	.ma-bxx{
		margin-bottom:4.8rem;
	}
.ma-tbx{
	margin:3.2rem auto;
}
	.ma-tbxx{
		margin:4.8rem auto;
	}
.ma-allx{
	margin:3.2rem;
}
	.ma-allxx{
		margin:4.8rem;
	}
/* スペースここまで */

	.em-page .entry-title{
	font-size:3.6rem;
}

.page .entry-title {
    font-size: 2.8rem;
}
	
	.text_line_x{
	line-height:2.4;
}
	
	
	
	
/*--------------------------------------
　HOME
--------------------------------------*/
	
	

	
	
	
/*--------------------------------------
　HOMEの新着記事部分20230526
--------------------------------------*/

.tab-newpost-area{
	width:80%;
	}	
.newpost-group{
	padding:3.6rem 0;
}	

	
	
	
/*--------------------------------------
　ワイン
--------------------------------------*/
	
.site-main{	
max-width: 60rem;
	}
	
	
	
	
	
	
/*--------------------------------------
　お問い合わせ
--------------------------------------*/
.contact-table{
	display:table;
}
.contact-table tr th, .contact-table tr td{
	font-size:1.5rem;
	display:table-cell;
	padding:0 2rem;
}
.contact-table tr th{
	border-bottom:0.2rem solid #0066cc;
}
.contact-table tr td{
	border-bottom:0.2rem solid #999;
}
.contact-table tr td input{
	font-size:1.5rem;
}

/*--------------------------------------
　投稿ページ
--------------------------------------*/
#content.single{
max-width:90%;
padding-top:20rem;
}
.entry-title.single{
max-width:none;
margin:auto;
}
/* アーカイブページ　*/
#content.archive{
max-width:90%;
padding-top:20rem;
}
.entry-title.archive{
max-width:none;
margin:auto;
}
/* 検索結果　*/
#content.search{
max-width:90%;
padding-top:20rem;
}
/* 404　*/
#content.not{
max-width:90%;
padding-top:20rem;
}



/*--------------------------------------
　フッター部分
--------------------------------------*/

.footer-in{
	width:70%;
	margin:0 auto;
}
	.fixed-menu{
		display:none;
	}


	.footer-c{
	margin-top:4rem;
}
	
	
	
	
	
	
	
	
	
	
	
	
	


/*-- ここまで --*/
}

/*media Queries PCサイズ（1024px以上）
--------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {





/*--------------------------------------
　フォント　テキスト
--------------------------------------*/
	
h2{font-size:3rem;}
h3{font-size:2.6rem;}
h4{font-size:2rem;}
h5,h6{font-size:1.8rem;}

	


/*--------------------------------------
　ヘッダー部分
--------------------------------------*/

	
	#em-main-menu{
		text-align:right;
	}
	#em-main-menu ul li{
	font-size:1.5rem;
}
	#em-main-menu ul li i{
		font-size:3rem;
	}
.sumanone{
	display:block;
	max-width:100%;
}
	.header .smanone ul.menu{
		text-align:right;
	}
	.site-branding{
	width: 25%;
    margin: 0 auto 0 0;
    padding-left: 5%;
    text-align: center;
	}
	

/*--------------------------------------
　スライドメニュー
--------------------------------------*/
.suma{
	display:none;
}
/*--------------------------------------
　パンくず部分
--------------------------------------*/

	
	


/*--------------------------------------
　コンテンツ部分
--------------------------------------*/

.page-container{
max-width:70%;
}


/* スペース */
.pa-tx{
    padding-top:8rem;
}
	.pa-txx{
		padding-top:12rem;
	}
.pa-bx{
	padding-bottom:8rem;
}
	.pa-bxx{
		padding-bottom:12rem;
	}
.pa-tbx{
	padding:8rem 0;
}
	.pa-tbxx{
		padding:12rem 0;
	}
.pa-allx{
	padding:8rem;
}
	.pa-allxx{
		padding:12rem;
	}
.ma-tx{
	margin-top:8rem;
}
	.ma-txx{
		margin-top:12rem;
	}
.ma-bx{
	margin-bottom:8rem;
}
	.ma-bxx{
		margin-bottom:12rem;
	}
.ma-tbx{
	margin:8rem auto;
}
	.ma-tbxx{
		margin:12rem auto;
	}
.ma-allx{
	margin:8rem;
}
	.ma-allxx{
		margin:12rem;
	}
/* スペースここまで */

	
	.em-page .entry-title{
	font-size:4.8rem;
}	

	.page .entry-title {
    font-size: 3.8rem;
}
	
/*--------------------------------------
　HOME
--------------------------------------*/
	
	

/*--------------------------------------
　HOMEの新着記事部分20230526
--------------------------------------*/

.tab-newpost-area{
	width:50%;
	}	
.newpost-group{
	padding:4.8rem 0;
}			

/*--------------------------------------
　投稿ページ
--------------------------------------*/
#content.single{
max-width:70%;
padding-top:20rem;
}
/* アーカイブページ　*/
#content.archive{
max-width:70%;
padding-top:20rem;
}
/* 検索結果　*/
#content.search{
max-width:70%;
padding-top:20rem;
}
/* 404　*/
#content.not{
max-width:70%;
padding-top:20rem;
}





/*--------------------------------------
　フッター部分
--------------------------------------*/








/*-- ここまで --*/
}