@charset "euc-jp";

@media (min-width: 768px) {

.intro { 
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
h2.ttl_border {
  margin-bottom: 80px;
}
h2.ttl_border span {
  display: inline-block;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin-top: 10px;
}
.invite_shop_wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 50px;
}
.invite_ceo_wrap {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto 50px;
}

.shop_info_wrap {
  width: 360px;
  margin-right: 50px;
}
.ceo_info_wrap {
  width: 360px;
  margin-left: 50px;
}

.shop_info_wrap dt,
.ceo_info_wrap dt {
  text-align: center;
  background: #efefef;
  padding: 5px 0;
}
.shop_info_wrap dd,
.ceo_info_wrap dd {
  text-align: center;
  line-height: 1.5;
  padding: 15px 0;
}
.btn_fax { margin: 0 auto 10px; }

.shop_image_wrap {
  width: 410px;
}
.ceo_image_wrap {
  width: 150px;
}
.shop_image_wrap .shop_img,
.ceo_image_wrap .ceo_img {
  margin-bottom: 20px;
}

.sns_link_wrap { 
  display: flex;
  justify-content: center;
}
 .sns_link_wrap li { 
  margin: 0 10px;
}
.shopmap {
  margin-bottom: 30px;
}
.otherinfo {
  display: flex;
  justify-content: center;
}
.otherinfo ul {
  margin: 0 10px;
}
.otherinfo ul li {
  background: url(https://rakuten.i-o-s.co.jp/2019/tamura/images/icon_dia_pink.svg) left center no-repeat;
  padding-left: 20px;
  line-height: 20px;
}

/* Youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
  margin: 30px auto 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.aboutus{
  margin-bottom: 60px;
  position: relative;
}
.transwrap {
  background: rgba(255,255,255,0.8);
  box-shadow: 0 5px 15px #cdcdcd;
  padding: 40px 50px;
  position: relative;
}
.transwrap p {
  font-size: 18px;
  line-height: 2;
}
.p_relativewrap {
  margin-bottom: 50px;
}
.transwrap.mes1 {
  width: 570px;
  z-index: 20;
}
.photowrap1 {
  position: relative;
  z-index: 10;
  margin-top: -115px;
}
.transwrap.mes2 {
  width: 560px;
  z-index: 20;
  margin-left: auto;
  margin-top: -75px;
}
.transwrap.mes2 .leaf2 {
  position: absolute;
  top: -50px;
  left: 200px;
}
.photowrap2 {
  position: relative;
  z-index: 10;
  margin-top: -40px;
  left: 130px;
  display: inline-block;
}
.item_c {
  align-items: center;
}

/* ギャラリー */
.gatxt {
	margin-top: -70px;
	margin-bottom: 80px;
	text-align: center;
}
.gawrap {
	margin-bottom: 20px;
}
.gawrap li.col {
		margin-bottom: 20px;
}

}/* End @media (min-width: 768px) */

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

@media (min-width: 751px) and  (max-width:1245px){

}

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

@media (max-width: 767px) {

  #mv * { background-size: auto 30vw!important; }

.row { 
  width: 88vw;
  margin-left: auto;
  margin-right: auto;
 }
.intro { 
  font-size: 3.7vw;
  line-height: 2;
  text-align: center;
  margin-bottom: 5vw;
 }
h2.ttl_border {
  margin-bottom: 10vw;
}
h2.ttl_border span {
  display: inline-block;
  font-size: 3.7vw;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin-top: 1.3vw;
}
.invite_shop_wrap,
.invite_ceo_wrap {
  width: 100%;
  margin-bottom: 10vw;
}
.shop_info_wrap {
  margin-bottom: 8vw;
}
.shop_info_wrap dt,
.ceo_info_wrap dt {
  text-align: center;
  background: #efefef;
  padding: 1.3vw 0;
}
.shop_info_wrap dd,
.ceo_info_wrap dd {
  text-align: center;
  line-height: 1.5;
  padding: 2.6vw 0;
}
.shop_image_wrap {

}
.shop_image_wrap .shop_img {
  height: 60vw;
  overflow: hidden;
  margin-bottom: 4vw;
}
.shop_image_wrap .shop_img img {
  width: 100%;
  margin-top: -10vw;
}
.ceo_image_wrap .ceo_img{
  width: 40vw;
  display: block;
  margin: 0 auto 4vw;
}

.sns_link_wrap { 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
 .sns_link_wrap li {
  width: 40%; 
  margin-bottom: 2vw;
}
.sns_link_wrap li img {
  width: 100%;
}



.shopmap {
  margin-bottom: 4vw;
}

/* Youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
  margin: 4vw auto 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.otherinfo {
}
.otherinfo ul {
}
.otherinfo ul li {
  background: url(https://rakuten.i-o-s.co.jp/2019/tamura/images/icon_dia_pink.svg) left center no-repeat;
  background-size: 3vw;
  padding-left: 4vw;
  line-height: 4vw;
  margin-bottom: 1.3vw;
}
.aboutus{
  margin-bottom: 6vw;
  position: relative;
}
.transwrap {
  background: rgba(255,255,255,0.8);
  box-shadow: 0 5px 15px #cdcdcd;
  padding: 6vw;
  position: relative;
}
.transwrap p {
  font-size: 3.7vw;
  line-height: 2;
}
.transwrap.mes1 {
  width: 80vw; /*margin-left: 6vw;*/
  z-index: 20;
}
.photowrap1 {
  position: relative;
  z-index: 10; width: 80vw;
  margin-top: -10vw; margin-left: auto; 
}
.transwrap.mes2 {
  width: 70vw;
  z-index: 20;
  margin-left: auto;
  margin-top: -6vw;
}
.transwrap.mes2 .leaf2 {
  position: absolute;
  top: -6vw; width: 10vw;
  left: 30vw;
}
.photowrap2 {
  position: relative;
  z-index: 10; margin-bottom: 10vw;
  margin-top: -6vw; width: 40vw;
}

/* ギャラリー */
.gatxt {
	margin-top: -9vw;
	margin-bottom: 10vw;
		font-size: 2.6vw;
}
.gawrap {
	margin-bottom: 3vw;
}
.gawrap li.col {
		margin-bottom: 3vw;
}
.gawrap li.col p {
		font-size: 2.6vw;
	line-height: 2;
}

}/* End @media (max-width: 767px) */