section.live_section03 {
  box-sizing: border-box;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
}
.cf {
  clearfix:after;
   content: "";
   display: block;
   clear: both;
}
.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0,0);
}
.effect-fade {
    transition: all 800ms;
}
.effect_target.active {
    opacity: 1;
    overflow: visible !important;
}
.effect_target {
    opacity: 0;
    transition: opacity 0.8s;
}

/*****１段目*****/
.live_photos {
    clear: both;
    z-index: 1;
    position: relative;
}
.live_photos > img {
    width: 55%;
    float: left;
}
.live_photos img.right { 
  margin-left: 0% !important;
}
.live_photos img.right.right02 {
  margin-top: 100px;
  float: none;
}
.live_photos img.right.right03 {
  margin-top: 190px;
  float: none;
}
.live_photos:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 700px;
  background-color: #CCBCAE;
  z-index: -1;
  top: 150px;
  left: -150px;
}


.live_txt > img {
  width: 45%;
}
.live_txt p {
  margin-left: 55%;
  padding: 3em 0 1em 0;
  font-size: 20px;
}
.live_txt p:last-of-type {
  margin-left: 60%;
  padding: 0 0 3em 0;
}
.live_txt.left {
  float: left;
  width: 50%;
}
.live_text {
  position: relative;
}




/*****2段目*****/
.live_photos02 {
    clear: both;
    z-index: 1;
    position: relative;
}
.live_photos02 > img {
    width: 45%;
    float: left;
}
.live_photos02 img.right { 
  margin-left: 0% !important;
}
.live_photos02 img.right.right02 {
  /*margin-top: 100px;*/
  float: none;
}
.live_photos02 img.right.right03 {
  margin-top: 150px;
  float: none;
}
.live_photos02:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 700px;
  background-color: #CCBCAE;
  z-index: -1;
  top: 150px;
  left: -150px;
}


.live_txt02 > img {
  width: 55%;
}
.live_txt02 p {
  margin-left: 55%;
  padding: 3em 0 1em 0;
  font-size: 20px;
}
.live_txt02 p:last-of-type {
  margin-left: 60%;
  padding: 0 0 3em 0;
}
.live_txt02.left {
  float: left;
  width: 50%;
}
.live_text02 {
  position: relative;
}



/*****3段目*****/
.live_photos03 {
    clear: both;
    z-index: 1;
    position: relative;
}
.live_photos03 > img {
    width: 50%;
    float: left;
}
.live_photos03 img.right { 
  margin-left: 0% !important;
}
.live_photos03 img.right.right02 {
  margin-top: 100px;
  float: none;
}
.live_photos03 img.right.right03 {
  margin-top: 150px;
  float: none;
}
.live_photos03:first-of-type::before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 700px;
  background-color: #CCBCAE;
  z-index: -1;
  top: 150px;
  left: -150px;
}


.live_txt03 > img {
  width: 50%;
}
.live_txt03 p {
  margin-left: 55%;
  padding: 3em 0 1em 0;
  font-size: 20px;
}
.live_txt03 p:last-of-type {
  margin-left: 60%;
  padding: 0 0 3em 0;
}
.live_txt03.left {
  float: left;
  width: 50%;
}
.live_text02 {
  position: relative;
}



.img_text02 {
  margin-left: 55%;
  width: 40%;
  padding: 5% 0;
}
.firstText {
  width: 43%;
  position: absolute;
  left: 590px;
  font-size: 14px;
  line-height: 2.4;
  text-align: right;
}
.secondText {
  width: 44%;
  position: absolute;
  top: 100px;
  left: 0px;
  font-size: 14px;
  line-height: 2.4;
}
.andmore02 {
  font-size: 14px;
  margin-top: 50px;
}
.ttl_menu_second {
  font-size: 24px;
  margin-bottom: 12px;
  color: #4f0000;
}
.morning_pic_five {
  margin-top: 125px;
}
.ttl_menu_appetizer {
  position: absolute;
  top: 50px;
  right: 0;
  /*left: 460px;*/
  font-size: 24px;
  color: #4f0000;;
}
.womensSocietyTxt {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.list_menu_pic li {
  margin-bottom: 0;
}
.list_menu_pic {
  margin-bottom: 0;
}
.womensSociety .tit_rice {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #4f0000;
}
.womensSociety .title_huudo {
  padding-top: 100px;
}
.block03{
  /*background:url(https://asahikawa-minori.com/wp-content/uploads/2022/02/bg001.jpg) no-repeat center top;*/
  height: 250px;
  padding-bottom: 27%;
}
.block03 h2{
  width:330px;
  margin:0 auto;  
}
.block03 h2 img {
  margin-top: 135px;
}
.block03 ul li{
  width:32%;
  float:left;
  position:relative;
}
.block03 ul li .inner{
  position:absolute;
  width:100%;
  height:100%;
  z-index:10;
  background:#1e489d;
  left:0;
  top:0;
  opacity:0;
  transition: all 0.4s;
}
.block03 ul li:hover .inner{
  opacity:1;  
}
.block03 ul li .inner p{
  width:100%;
  position:absolute;
  text-align:center;
  top:50%;
  transform:translateY(-50%);
  font-size: 1vw;
  color: rgb(255, 255, 255);
  line-height: 2.583; 
  left:0 !important;
  bottom:auto !important;
}
.block03 ul li:last-child{
  margin-right:0; 
}
.block03 ul li p{
  font-size: 1.25vw;
  color: rgb(255, 255, 255);
  line-height: 1.533;   
  position:absolute;
  left:5.8vw;
  bottom:1vw;
}
.en .block03 ul li > p{
  bottom:0.5vw;
} 
.block03 ul li:nth-child(1) p{
  left:5vw;
}
.en .block03 ul li:nth-child(3) p{
  bottom:1vw;
}
.image03 {
  max-width: 1030px;
}
.list_menu_pic.column5 li {
  width: 25%;
}
.morningText {
  font-size: 14px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  line-height: 2.4;
  margin-top: 45px;
}
.p-concept__sectionInner img {
  width: 100%;
  padding: 2% 0 5% 0;
}
.site-main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-concept__section.-food {
  padding-bottom: 5rem;
  margin-top: 100px;
}
.p-concept__section.-stay {
  padding: 5rem 0 11.875rem;
}
.p-concept__section.-detail {
  background-color: #F7F4E2;
  padding-bottom: 5rem;
}
.p-concept__sectionInner {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-concept__sectionBreakImage {
  max-width: 75rem;
  padding: 0 5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.o-childContentTextWithImage.-more {
  margin-top: 3.75rem;
}
.o-childContentTextWithImage__thumb_02 {
  margin-right: 0;
}
.o-childContentTextWithImage.-textOnly .o-childContentTextWithImage__thumb {
  display: none;
}
.o-childContentTextWithImage.-textOnly .o-childContentTextWithImage__text {
  max-width: 33.75rem;
  margin: auto;
}
.o-childContentTextWithImage.-textLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.o-childContentTextWithImage.-textLeft .o-childContentTextWithImage__thumb {
  margin-right: 0;
}
.m-childTextContent__title {
  font-size: 1.875rem;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.m-childTextContent__title::after {
  content: "";
  width: 2rem;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #CFB94B;
}
.m-childTextContent__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.11em;
  margin-bottom: 2.75em;
}
.liveCuisineTitle {
  text-align: center;
  font-size: 20px;
  color: #4f0000;
}
.o-childContentTextWithImage__thumb .txtLeft {
  font-size: 14px;
  height: 120px;
  width: 90%;
  margin-left: 6%;
  text-align: center;
}
.o-childContentTextWithImage__thumb .txtRight {
  font-size: 14px;
  height: 120px;
  width: 90%;
  margin-left: 9%;
  text-align: center;
}
.o-childContentTextWithImage__thumb img {
  width: 96.2%;
}
.o-childContentTextWithImage__thumb_02 img {
  margin-left: 4%;
}
.live_photos02 {
  padding-top: 100px;
}
.newFirstText {
  width: 45%;
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 14px;
  line-height: 2.4;
}
.newSecondText {
  width: 45%;
  position: absolute;
  top: 90px;
  left: 565px;
  font-size: 14px;
  line-height: 2.4;
  text-align: right;
}
.live_cuisine_ttl01 {
  margin-bottom: 15px;    
}
.bottom_discription {
  text-align: center;
  margin: 5% 0 5% 0;
    font-size: 14px;
  line-height: 2.4;
}
.bottom_discription h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 2%;
}
.bottom_discription ul {
  margin-top: 50px;
}

.image_go_down {
  margin-top: 85px;
}

#lead_main p img {
    width: 888px !important;
}
#lead_main .block {
    padding: 60px 0 60px;
}

/**********************************************************/

@media screen and (max-width:1049px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width:1050px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 1050px) {  
  section.live_section03 {
    width: calc(100% - 30px);
    overflow: visible;
  }

  /*****1段目*****/
  .live_photos > img, .live_txt.left {
    float: none;
    width: 80%;
  }
  .live_photos {
    margin-bottom: 50px;
    position: relative;
  }
  .live_txt img {
    width: 80%;
    margin-left: 20%;
  }
  .live_photos img.right {
    margin-top: 0;
    margin-left: 20%;
  }
  .live_photos img.right.right02 {
    margin-top: 5%;
  }
  .live_photos img.right.right04 {
    margin-top: 20%;
  }
  .live_txt p.left, .live_txt p.left:last-of-type {
    margin: 0;
  }
  .live_photos:first-of-type::before {
    width: 95%;
    top: 75vw;
    height: 400px;
    left: 0px;
  }
  .live_photos:last-of-type::before {
    top: -10vw;
    width: 100%;
    left: auto;
    right: -15px;
  }
  .live_photos:last-of-type {
    margin-bottom: 40px;
  }
  .live_photos img.right.right03 {
    margin-top: 50px;
  }
  .live_photos img.right {
    margin-left: 20% !important;
  }
  .live_photos > img {
    margin-left: 0%;
  }
  .live_photos02 {
    padding-top: 0;
  }


  /*****2段目*****/
  .live_photos02 > img, .live_txt02.left {
    float: none;
    width: 80%;
  }
  .live_photos02 {
    margin-bottom: 50px;
    position: relative;
  }
  .live_txt02 img {
    width: 80%;
    margin-left: 20%;
  }
  .live_photos02 img.right {
    margin-top: 0;
    margin-left: 20%;
  }
  .live_photos02 img.right.right02 {
    margin-top: 5%;
  }
  .live_photos02 img.right.right04 {
    margin-top: 20%;
  }
  .live_txt02 p.left, .live_txt02 p.left:last-of-type {
    margin: 0;
  }
  .live_photos02:first-of-type::before {
    width: 95%;
    top: 75vw;
    height: 400px;
    left: 0px;
  }
  .live_photos02:last-of-type::before {
    top: -10vw;
    width: 100%;
    left: auto;
    right: -15px;
  }
  .live_photos02:last-of-type {
    margin-bottom: 40px;
  }
  .live_photos02 img.right.right03 {
    margin-top: 50px;
  }
  .live_photos02 img.right {
    margin-left: 20% !important;
  }
  .live_photos02 > img {
    margin-left: 0%;
  }
  .live_photos02 {
    padding-top: 0;
  }



  /*****3段目*****/
  .live_photos03 > img, .live_txt03.left {
    float: none;
    width: 80%;
  }
  .live_photos03 {
    margin-bottom: 50px;
    position: relative;
  }
  .live_txt03 img {
    width: 80%;
    margin-left: 20%;
  }
  .live_photos03 img.right {
    margin-top: 0;
    margin-left: 20%;
  }
  .live_photos03 img.right.right03 {
    margin-top: 5%;
  }
  .live_photos03 img.right.right04 {
    margin-top: 20%;
  }
  .live_txt03 p.left, .live_txt03 p.left:last-of-type {
    margin: 0;
  }
  .live_photos03:first-of-type::before {
    width: 95%;
    top: 75vw;
    height: 400px;
    left: 0px;
  }
  .live_photos03:last-of-type::before {
    top: -10vw;
    width: 100%;
    left: auto;
    right: -15px;
  }
  .live_photos03:last-of-type {
    margin-bottom: 40px;
  }
  .live_photos03 img.right.right03 {
    margin-top: 50px;
  }
  .live_photos03 img.right {
    margin-left: 20% !important;
  }
  .live_photos03 > img {
    margin-left: 0%;
  }
  .live_photos03 {
    padding-top: 0;
  }


  .firstText {
    position: static;
    width: 100%;
    margin-left: 0%;
    margin-top: 15px;
  }
  .secondText {
    width: 100%;
    margin-top: 47%;
    left: 0;
  }
  .p-concept__sectionInner img {
    width: 100%;
    padding: 0;
  }
  .ttl_menu_appetizer {
    top: -15px;
    left: 0;
  }
  .morning_pic_five {
    margin-top: 35px;
  }
  .right04 {
    margin-top: 100px;
  }
  .newFirstText {
    position: static;
    width: 75%;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .newSecondText {
    position: static;
    width: 75%;
    margin-left: 0%;
    margin-top: 5%;
  }

  .o-childContentTextWithImage__thumb img {
    width: 100%;
    margin-right: 0;
  }
  .o-childContentTextWithImage__thumb_02 img {
    margin-left: 0%;
  }
  .p-concept__section.-food {
    padding-bottom: 0;
    margin-top: 15%;
  }
  .live_photos img.right.rightNewImage {
    margin-top: 0%;
  }
  .titPotatoes {
    margin-top: 50px;
  }
  .titRarmen {
    margin-top: 50px;
  }
  .o-childContentTextWithImage__thumb .txtLeft {
    line-height: 2;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .o-childContentTextWithImage__thumb .txtRight {
   line-height: 2;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .ttl_menu_second {
    margin-left: 0;
  }
  .womensSocietyTxt {
    margin-top: 15px;
  }
  .womensSociety .title_huudo {
    padding-top: 10%;
  }
  .liveCuisineTitle {
    margin-bottom: 15px;
  } 
  .tit_menu_bread_sweets {
    margin-top: 80px;
  }
}



/**********************************************************/

@media (max-width: 47.9375em) {
  .o-topNews__newsItem {
    padding: 0.75rem 0;
  }
  .p-concept__section.-stay {
    padding: 3.75rem 0 6.25rem;
  }
  .p-concept__sectionBreakImage {
    left: 0;
    padding: 0;
    margin: 0;
  }
}

/**********************************************************/

@media (min-width: 48em) {
  .p-concept__sectionBreakImage {
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-concept__sectionBreakImage {
    left: 0;
    padding: 0;
    margin: 0;
  }
  .p-concept__sectionBreakImage {
    left: 0;
    right: 0;
    margin: auto;
  }
  .m-childTextContent.-center {
    text-align: center;
  }
  .m-childTextContent.-center .m-childTextContent__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/**********************************************************/

@media (min-width: 64em) {
  .o-childContentTextWithImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-left: -10px;*/
  }
  .o-childContentTextWithImage__thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 50%;
  }
  .o-childContentTextWithImage__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 3rem);
    flex: 1 1 calc(50% - 3rem);
  }
  .o-childContentTextWithImage.-textLeft .o-childContentTextWithImage__text {
    margin-right: 3rem;
  }
}

/**********************************************************/

@media screen and (max-width: 767px) {
  .live_photos:last-of-type {
  }
  .live_photos:last-of-type::before {
    height: 109vw;
  }
  .andmore02 {
    font-size: 12px;
    margin-top: 200px;
  }
  .live_photos img.right.right04 {
    margin-top: 25%;
  }
  .firstText {
    font-size: 14px;
  }

  .block03{
    /*background:url(https://restaurant-msp-hamamatsucho.com/wp-content/themes/original-morimoto/images/bg_block03_sp.jpg) no-repeat center top;
    */
    height: auto;
    padding-bottom: 0;
  }
  .block03 h2{
    width:60vw;
    margin:0 auto;  
    padding-top:18vw;
  }
  .block03 ul li{
    width:100%;
    margin-right:0%;
    position:relative;
  }
  .block03 ul li:last-child{
    margin-right:0; 
    padding-bottom: 0;
  }
  .block03 ul li .inner{
    position:relative;
    width:100%;
    height:100%;
    z-index:10;
    background:#1e489d;
    left:auto;
    top:auto;
    opacity:1;
    transition:none;
    padding:6vw 0;
  }
  .block03 ul li .inner p{
    width:100%;
    position:relative;
    text-align:center;
    top:auto;
    transform:none;
    font-size: 3.4vw;
    color: rgb(255, 255, 255);
    line-height: 2.583; 
    left:none !important;
    bottom:none !important;
  }
  .block03 ul li > p{
    font-size: 4.5vw;
    color: rgb(255, 255, 255);
    line-height: 1.533;   
    position:absolute;
    left:20vw;
    top:82vw;
    bottom:auto !important;
  }
  .block03 ul li:nth-child(1) > p{
    left:15vw;
    top:80vw;
  }
  .list_menu_pic.column5 li {
      width: 50%;
  }
  .block03 h2 img {
    margin-top: 0;
  }
  .o-childContentTextWithImage__thumb .txtLeft {
    /*line-height: 2;*/
    line-height: 1.8;
    width: 100%;
  }
  .o-childContentTextWithImage__thumb .txtRight {
    line-height: 2;
    width: 100%;
  }
  .newFirstText {
    line-height: 2;
    width: 100%;
  }
  .newSecondText {
    line-height: 2;
    width: 100%;
    margin-bottom: 0;
  }  
  .secondText {
    margin-top: 45%;
  }
  .live_photos02 img.right.right04 {
    margin-top: 25%;
  }
.image_go_down {
  margin-top: 0px;
}
  .live_cuisine_ttl01 {
    height: 10vw;
  }
  .morningText {
    margin-top: 20px;
  }

  #lead_main p img {
      width: 95vw;
  }   
  #lead_main .block {
      padding: 7vw 0 10vw;
  }

}

/**********************************************************/

@media screen and (max-width:464px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width:465px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .live_txt .secondText {
    margin-top: 35%;
  }
  .live_photos img.right.right04 {
    margin-top: 30%;
  }
  .live_photos02 img.right.right04 {
    margin-top: 30%;
  }
  .liveCuisineTitle {
    margin-top: 5%;
  }
  .secondText {
    margin-top: 43%;
  }
}
  
@media screen and (max-width: 465px) {
  .secondText {
    margin-top: 40%;
  }
  .live_photos img.right.right04 {
    margin-top: 35%;
  }
  .live_photos02 img.right.right04 {
    margin-top: 50%;
  }
}

@media screen and (max-width: 400px) {
  .secondText {
    margin-top: 36%;
  }
  .live_photos img.right.right04 {
    margin-top: 40%;
  }
  .live_photos02 img.right.right04 {
    margin-top: 55%;
  }
  .liveCuisineTitle {
    margin-top: 10%;
  }
}

@media screen and (max-width: 350px) {
  .live_txt .secondText {
    margin-top: 20%;
  }
  .live_photos img.right.right04 {
    margin-top: 50%;
  }
  .live_photos02 img.right.right04 {
    margin-top: 70%;
  }
}



