@charset "UTF-8";

@media screen and ( min-width: 768px ){

/* 共通
---------------------------------------------------- */
* 			{
	margin:0;
	padding:0;
}
body		{
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	font-size: 16px;
	letter-spacing: 0em;
	font-weight: normal;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.pc { display: block !important; }
.sp { display: none !important; }



img{
    width: 100%;
}

/* ヘッダー*/	
header{
    width: 100%;
    z-index: 100;
}
.header_name{
    width: 350px;
    margin-top: 25px;
    margin-left: 50px;
    float: left;
    }
.header-image{
    width: 100%;
    clear: both;
    height: 450px;
}
.slider-read{
    width: 500px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 150px;
    position: absolute;
    z-index: 1000;
}

h1{display: block}

h2{display: block}

h3{display: block}

h4.h4read{
    width: 100%;
    height: auto;
    text-align: left;
    color: #746B3E;
    font-size: 130%;
    font-weight: normal;
    border-radius: 2px;
    padding: 10px 20px;
    background-color: #DFDFDF;
    margin-bottom: 20px;
}
h4.h4attention{
    text-align: left;
    font-size: 170%;
    font-weight: normal;
    color: #656565;
    letter-spacing: 0.3em;
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 450px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 450px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 577px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}


	
/* グローバルナビ通常 */
.site-header{
    width: 100%;
    clear: both;
}

.contact{
    width: 130px;
    float: right;
}

    
.gnav{
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 100%;
    z-index: 10;
    float: right;
	}
.gnav__menu{
}
.gnav__menu__item a{
    float: left;
    width: 110px;
    height: auto;
}

.sec_point{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
	}
.point_button{
    width: 25%;
    float: left;
}	

/* グローバルナビ固定 */
#headbar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255,255,255,0.80);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    height: auto;
    color: #595858;
}	
#headbar .hnav-logo{
    width: 350px;
    margin-top: 25px;
    margin-left: 50px;
    float: left;
}
#headbar .hnav-logo img{
    width: 100%;
}
#headbar .hnav{
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 100%;
    z-index: 10;
    float: right;
	}
#headbar .hnav__menu{
    float: left;
    padding-right: 0px;
    text-align: center;
    font-size: 100%;
}
.hnav__menu__item{
    float: left;
    width: 110px;
    height: auto;
}

#headbar .hnav__menu__contact{
    width: 110px;
    height: auto;
    top: 0px;
    right: 0px;
    position: absolute;
    font-weight: bold;    
}
#headbar .hnav__menu__contact img{
    width: 110px;
}
	
/* スマホ用ハンバーガーメニュー */
nav.snav ,
nav.snav ul,
nav.snav ul li,
nav.snav ul li:last-child,
nav.snav ul li a,
nav.snav.active,
.snavToggle,	
.snavToggle span,
.snavToggle span:nth-child(1),
.snavToggle span:nth-child(2),
.snavToggle span:nth-child(3),
.snavToggle.active span:nth-child(1),
.snavToggle.active span:nth-child(2),
.snavToggle.active span:nth-child(3){
	display: none;
}



/* INFORMATION */
.info-wrapper{
    width: 610px;
    margin-top: 0px;
    padding-top: 30px;
    float: left;
}

.info-title{
    width: 220px;
    height: auto;
    margin: 20px auto;
}

.info-article{
    border-top: 1px solid #AB9F44;
    border-bottom: 1px solid #AB9F44;
    padding: 20px;
    font-weight: lighter;
}

.info-backnumber{
    width: 180px;
    height: auto;
    float: right;
    margin-top: 10px;
}

/* FACEBOOK */
.fb-wrapper{
    width: 325px;
    margin-left: 25px;
    padding-left: 25px;
    padding-top: 50px;
    float: left;
    background-color: #e6e6e6;
    padding-bottom: 50px;
}

.fb-box{
    width: 300px;
    margin-bottom: 10px;
}



 .img_wrap{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.05);
  transition-duration: 0.5s;
}



.banner470{
    width: 470px;
    height: auto;
    float: left;
}

.movie350{
    width: 350px;
    height: auto;
    float: left;
    margin-left: 10px;
    margin-bottom: 30px;
}

.mr20{
	margin-right: 20px;
}
.mb20{
	margin-bottom: 20px;
}


/* BRAND */
	
.insyoku{
		display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center	
	}
.brand-left{
    width: 230px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    float: left;
}

.brand-fb{
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.brand-right{
    width: 620px;
    float: right;
}

.brand-shop{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #B1B1B1;
    margin-bottom: 20px;
    padding-bottom: 40px;
    padding-top: 20px;
}
.brand-shop_end{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-top: 20px;
}

.brand-shop_end2{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-top: 0px;
}
	
.brand-tabelog{
    width: 85px;
    float: left;
    margin-right: 10px;
    height: 25px;
    margin-top: 20px;
}
.brand-gmap{
    width: 106px;
    height: 25px;
    float: left;
    margin-top: 20px;
}
.brand-fb2{
    width: 160px;
    height: 25px;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.brand-wrapper{
    width: 960px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #AC9B42;
}
.brand-p{
    width: 300px;
	padding-top: 20px;
}


/* MESSSAGE */
.message-wrapper{
    background-image: url(https://michinoku-menshou.jp/images/message/bk.png);
    background-repeat: no-repeat;
    background-size: 545px 910px;
    background-position: right top;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}

.message-left{
    width: 500px;
    margin-left: 0px;
    margin-right: auto;
}

.message-box{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #B1B1B1;
    margin-bottom: 60px;
    padding: 20px 20px 60px;
}


.message-title1{
    width: 260px;
    height: auto;
    margin-bottom: 10px;
    clear: both;
}

.message-wrapper2{
    background-image: url("https://michinoku-menshou.jp/images/message/shachou.png");
    background-repeat: no-repeat;
    background-size: 568px 539px;
    background-position: left top;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 150px;
}

.message-right{
    width: 500px;
    margin-right: 0px;
    margin-left: auto;
}

.message-title2{
    width: 380px;
    height: auto;
    margin-bottom: 30px;
    clear: both;
}


/* business */
.business-p{
    width: 350px;
    margin: 30px;
}

.business-text{
    width: 530px;
    margin-top: 80px;
}
.business-brand{
    width: 140px;
    height: auto;
    margin-right: 20px;
}

.brand-wrapper{
    width: 960px;
    padding-top: 50px;
    padding-bottom: 50px;
}







/* フッター */
footer{
    width: 1050px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

.footer-left{
    width: 600px;
    float: left;
}

.footer-logo{
    width: 400px;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.footer-text{
    color: #808080;
    text-align: left;
    width: 100%;
    margin: 0px auto 10px;
}
.footer-menu a{
    color: #808080;
    text-align: left;
    width: 70px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

.footer-right{
    width: 260px;
    float: right;
}
.copyright{
    width: 100%;
    color: #AAAAAA;
    text-align: left;
    font-size: 80%;
    margin-bottom: 80px;
}
	
/* pageTop */
#pageTop {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #808080;
	text-align: center;
	margin-top: 0px;
}
#pageTop img{
	width: 30px;
}
 
#pageTop a {
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 共通
---------------------------------------------------- */
.mt--60{
    margin-top: -60px;
    padding-top: 60px;
}
.pb10{
	padding-bottom: 10px;
}
.pb10un{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 240px;
}	
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pb40{
	padding-bottom: 40px;
}
.pb50{
	padding-bottom: 50px;
}
.pb100{
	padding-bottom: 100px;
}
.pt10{
	padding-top: 10px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.pt40{
	padding-top: 40px;
}
.pt50{
	padding-top: 50px;
}
.pt60{
	padding-top: 60px;
}
.pt70{
	padding-top: 70px;
}
.pt80{
	padding-top: 80px;
}
.pt90{
	padding-top: 90px;
}
.pt100{
	padding-top: 100px;
}
.pt150{
	padding-top: 150px;
}
.pbt10{
	padding-bottom: 10px;
	padding-top: 10px;
}
.pbt20{
	padding-bottom: 20px;
	padding-top: 20px;
}
.pbt30{
	padding-bottom: 30px;
	padding-top: 30px;
}
.pbt40{
	padding-bottom: 40px;
	padding-top: 40px;
}
.pbt50{
	padding-bottom: 50px;
	padding-top: 50px;
}
.pbt60{
	padding-bottom: 60px;
	padding-top: 60px;
}
.pbt70{
	padding-bottom: 70px;
	padding-top: 70px;
}
.pbt80{
	padding-bottom: 80px;
	padding-top: 80px;
}
.pbt90{
	padding-bottom: 90px;
	padding-top: 90px;
}
.pbt100{
	padding-bottom: 100px;
	padding-top: 100px;
}
.mr30{
    margin-left: 30px;
}
.wrapper{
    width: 100%;
    height: auto;
    clear: both;
    }
.wrapper-gray{
    width: 100%;
    height: auto;
    clear: both;
    background-color: #E3E3E3;
    }
.grayhalf{
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 69.95%,rgba(230,230,230,1.00) 70%);
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 69.95%,rgba(230,230,230,1.00) 70%);
    background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 69.95%,rgba(230,230,230,1.00) 70%);
    background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 69.95%,rgba(230,230,230,1.00) 70%);
    }
.grayhalf2{
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 14.72%,rgba(230,230,230,1.00) 14.72%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 14.72%,rgba(230,230,230,1.00) 14.72%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 14.72%,rgba(230,230,230,1.00) 14.72%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 14.72%,rgba(230,230,230,1.00) 14.72%);
    }
.w1110{
    width: 1110px;
    margin: 0px auto;
}    
.w960{
    width: 960px;
    margin: 0px auto;
}    
.w900{
    width: 900px;
    margin: 0px auto;
}    
.w750{
    width: 750px;
    margin: 0px auto;
}
.w600{
    width: 600px;
    margin: 0px auto;
}
.w250{
    width: 250px;
    margin: 0px auto;
}
.w150{
    width: 150px;
    margin: 0px auto;
}
.w95{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.center{
    text-align: center;
    line-height: 170%;
}
.indent{
    text-indent: 1em;
}
.banner-area{
display: none;
}
.banner-box50 img{
display: none;
}
.font70{
    font-size: 70%;
    line-height: 1.6em;
}
.font90{
    font-size: 90%;
    line-height: 1.6em;
}
.font110{
    font-size: 110%;
}
.font130{
    font-size: 130%;
}
.font150{
    font-size: 150%;
}
.font180{
    font-size: 180%;
}
.font200{
    font-size: 200%;
}
.mincho{
     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.bold{
    font-weight: bold;
}
.gold{
    color: #a39a70;
}

.green{
    color: #00998D;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.midashi1{
    text-align: right;
    padding: 5px 5px 10px;
    font-weight: bold;
}
.midashi2{
    padding: 5px 20px 10px 5px;
    text-align: right;
    border-right: 2px solid #BBBBBB;
    font-weight: bold;
}
.nakami{
    padding: 5px 5px 10px 20px;
    text-align: left;
    font-weight: normal;
}

/* 20230508追加
---------------------------------------------------- */

    .form_txt{
        text-align: center
    }
	
	
/* 20250427追加
---------------------------------------------------- */	
	
.sns-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 10px 100px 0 0;; /* 上に余白をしっかりとる */
  flex-wrap: nowrap;
  z-index: 2;
  position: relative;
  background: #fff; /* 必要に応じて背景色をつける（重なりを防止するため） */
}

.sns-icons a img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s;
}

.sns-icons a:hover img {
  transform: scale(1.1);
}

