@charset "utf-8";


html{
	font-size: 16px;
  font-family: "Yomogi", serif;
  font-weight: 600;
}

@media screen and (max-width:480px) { 
	html{
	font-size: 10px;
	}
}



body{
	margin: 0;
	padding: 0;
}

article{
  position: relative;
}

.t_center{
  text-align: center;
}


/*お仕事*/

.br-sp {
    display: none;
}

@media (max-width: 480px) {
    .br-sp {
        display: block;
    }
}

.tegaki{
  font-family: "Yomogi", serif;
  font-weight: 600;
  font-style: normal;
}

section.bg_odd{
	background:url(../img/bg_odd.jpg);
	width: 100%;
	filter:blur(0);
}

section.bg_even{
	background:url(../img/bg_even.jpg);
	width: 100%;
	filter:blur(0);
}

.inner{
	max-width:940px;
	margin: 0 auto;	
	background: #ffffffbd;
	box-shadow: 0 0 20px #fff;
	padding:20px;
  border-radius: 20px;
}

/* .intro .inner:first-child{
  border-radius: 20px 20px 0 0;
}

.intro .inner:last-child{
  border-radius:0 0 20px 20px ;
} */

.staff img{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.inner .comment img{
    width: 80%;
  }

@media screen and (max-width:480px) { 
	.inner{
		width: 90%;
		padding: 30px 10px;
	}
  .inner .staff img{
    width: 70%;
  }
  .inner .comment img{
    width: 100%;
  }
  
}


.inner img{
	margin: 0 auto;
	display: block;
	width: 100%;
}

.catch_f{
	font-size: 3.0rem;
	color:#99cc33;
	text-align:center;
}

.subcatch{
  font-size: 1.6rem;
  text-align:center;
  font-family: "Yomogi", serif;
  font-weight: 600;
}

.bg_gr{
  background:url(../img/h2_bg.jpg);
  text-align: center;
  width: 90%;
  color: #fff;
  margin: 30px auto;
  font-size: 1.5rem;
  border-radius: 25px;
}

.bg_gr h2{
  padding: 13px 0;
  font-family: "Yomogi", serif;
}

.bg_gr h2::before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/marc.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.bg_gr h2::after{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/marc.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5rem;
}

@media screen and (max-width:768px) { 
  .bg_gr h2::before,.bg_gr h2::after{
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width:480px) { 
  .catch_f{
    font-size: 2.5rem;
  }
  .bg_gr {
    width: 100%;
  }
}

.job h3{
  font-size: 1.8rem;
    background: #d7bf9f;
    max-width: 700px;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    font-family: "Yomogi", serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.job h3::before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/job.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right:1rem;
}

.job .cap{
  font-size: 1.2rem;
}

@media screen and (max-width:768px) { 
  .job h3::before{
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width:480px) {
  .job .cap{
    font-size: 1.5rem;
  }
}

.row{
 justify-content: center;
}

.mainImg{
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width:480px) {
  .mainImg{
    border-radius: 50%;
  }
}

.mainImg img{
  width: 100%;
  padding: 10px;
}

section{
  padding:50px 0;
}

.point{
  width: 33.3%;
  padding: 5px;
  margin-bottom: 30px;
}

@media screen and (max-width:480px) { 
  .point{
    width: 50%;
    padding: 5px;
    margin-bottom: 30px;
  }
}


/*お仕事*/

.job .job_box{
  max-width: 700px;
  margin: 0 auto 50px;
}


.inner_photo{
  max-width:940px;
  margin: 0 auto; 
  background: #ffffffbd;
  box-shadow: 0 0 20px #fff;
  padding:20px 0;
}



/*雰囲気*/
.atmos img{
  width: 100%;
}
.atmos .inner:first-child{
  border-radius: 20px 20px 0 0;
}

.atmos .inner:last-child{
  border-radius:0 0 20px;
}

@media screen and (max-width:480px) { 
  .atmos .inner,.atmos .inner_photo{
    background: none;
    box-shadow:none;
  }
}


/*メッセージ*/

.paper{
  background: url(../img/papar_bg.jpg);
  width: 100%;
  max-width: 800px;
  height: auto;
  padding: 50px;
  margin: 30px auto;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.35);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}


@media screen and (max-width:480px) { 
  .paper{
    padding: 20px;
    width: 95%;
  }
}

/*ふわっと表示*/

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/




/*吹き出し*/

.fukidasi {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px;
  border: 3px solid #ff9900;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size:2.0rem ;
  line-height: 1.5;
  color: #000000;
  max-width: 500px;
  padding:15px 20px;
  margin: 0 auto 30px;
  display: block;
}

.fukidasi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ff9900 transparent transparent;
  translate: -50% 100%;
}

.fukidasi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

/*蛍光マーカー*/
.marker {
    background:linear-gradient(transparent 70%, rgba(255, 244, 149) 70%);
    display: inline;

    /* 背景の繰り返しを停止 */
    background-repeat: no-repeat;

    /* マーカーの横方向を0にして縮める */
    background-size: 0% 100%;

    /* マーカーが引かれる速度を指定 */
    transition:background-size 1.5s;
    }

    /* マーカーが引かれる際に付与するクラス */
    .marker.on {
    /* 横方向を100%にして、マーカーを引く */
    background-size: 100% 100%;
    }

 /* メール */
.mfp_rows input[type="text"], .mfp_rows input[type="email"], .mfp_rows input[type="tel"], .mfp_rows input[type="number"], .mfp_rows input[type="date"], .mfp_rows select, .mfp_rows textarea, form#mailformpro .mfp_rows label {
    width: 100%;
    min-width: 100%;
    word-break: break-all;
    white-space: normal;
    padding: 10px;
    border-radius: 20px;
    border: none;
    font-size: 1.2rem;
}

#contact{
  padding-bottom: 205px;
}

.must {
    display: block;
    background: #cc4900;
    border:none;
    text-shadow: none;
    padding: 2px 5px;
    font-size: 1rem;
    color: #FFF;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
}

.free {
    display: block;
    background: #0c0;
    border:none;
    text-shadow: none;
    padding: 2px 5px;
    font-size: 1rem;
    color: #FFF;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
}

.shop dl{
  display: flex;
  align-items: center;
}

.shopinfo{
  margin: 0 auto;
  font-size: 1.2rem;
  display: block;
}

.shopinfo a{
  font-size: 2.0rem;
  color:orange;
  letter-spacing: 2px;
  text-decoration: none;
}

.shopinfo dl{
   margin: 0;
   padding: 20px;
  }

.shopinfo dt{
    margin: 0;
    width: 25%;
    display: block;
    text-align: center;
  }

  .shopinfo dd{
    margin:0;
    width: 75%;
    display: block;
  }

@media screen and (max-width:480px) { 
  .shopinfo{
    padding: 10px;
  }
  .shopinfo dl{
     margin: 0;
     padding: 0;
  }
  
}



footer p{
  margin: 0;
}


footer{
  text-align: center;
  padding:20px 0;
  background: #954e0e;
  color:#fff;
}

.floatmenu {
    padding: 20px 0;
    text-align: center;
    background: #ffffffab;
    position: fixed;
    width: 100%;
    bottom:0;
    display: none;
    z-index: 10;
}

.floatmenu p{
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.floatmenu p:before,.floatmenu p:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #faa94d;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.floatmenu p:before {
  transform: rotate(-35deg);
}
 
.floatmenu p:after {
  transform: rotate(35deg);
}

@media screen and (max-width:480px) { 
  .floatmenu {
    padding: 20px;
  }
  .contact_box {
    max-width: 350px;
  }
}

.contact_box {
    max-width:450px;
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.contact_box img{
   width: 100%;
}

.contact_box a{
   width: 48%;
}

.contact_box a:first-child{
   margin-right: 4%;
}


.point.scroll_left.on:first-child{
   animation: mochimochi 2s;
   animation-iteration-count:1; 
  animation-delay: 0.5s;
}

.point.scroll_left.on:nth-child(2){
  animation: mochimochi 2s;
   animation-iteration-count:1; 
  animation-delay: 1s;
}

.point.scroll_left.on:nth-child(3){
  animation: mochimochi 2s;
   animation-iteration-count:1; 
  animation-delay: 1.5s;
}

.point.scroll_left.on:nth-child(4){
  animation: mochimochi 2s;
   animation-iteration-count:1; 
  animation-delay: 2s;
}

.point.scroll_left.on:nth-child(5){
  animation: mochimochi 1s;
   animation-iteration-count:1; 
  animation-delay: 2.5s;
}



@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
  /*100% {
    transform: scale(1, 0.8);
  }*/
}

