@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------------
キービジュアル
---------------------------------------------------*/
.key_visual {
  width: 100%;
  height: 240px;
  background-image: url("../img/page/bg_img_key.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu .key_visual {
  width: 100%;
  height: 240px;
  background-image: url("../img/page/bg_img_key02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bento .key_visual {
  width: 100%;
  height: 240px;
  background-image: url("../img/page/bg_img_key02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cafe .key_visual {
  width: 100%;
  height: 240px;
  background-image: url("../img/page/bg_img_key02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#snack .key_visual {
  width: 100%;
  height: 240px;
  background-image: url("../img/page/bg_img_key02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shop .key_visual {
  width: 100%;
  height: 240px;
  background-image: url("../img/shop/bg_img_key02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .key_visual {
  width: 100%;
  height: 240px;
  background-image: url("../img/page/bg_img_key03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .key_visual {
  width: 100%;
  height: 240px;
  background-image: url("../img/page/bg_img_key04.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#privacy .key_visual {
  width: 100%;
  height: 240px;
  background-image: url("../img/page/bg_img_key05.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.04em;
  padding: 20px;
  background: url("../img/page/ribbon_key.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_title span {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.page_title img {
  display: block;
  text-align: center;
  margin: 8px auto 10px auto;
}

@media screen and (max-width:768px){
.page_title {
  font-size: 28px;
  padding: 10px;	
}
#menu .key_visual {
  height: 160px;
	}
.key_visual {
  height: 160px;
}
#menu .key_visual {
  height: 160px;
}
#shop .key_visual {
  height: 160px;
}	
#news .key_visual {
  height: 160px;
}	
#snack .key_visual {
  height: 160px;
}
#cafe .key_visual {
  height: 160px;
}	
#bento .key_visual {
  height: 160px;
}	
#contact .key_visual {
  height: 160px;
}	
#privacy .key_visual {
  height: 160px;
	}	
}

/*---------------------------------------------------
パンクズ
---------------------------------------------------*/
.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px;
  display: flex;
  align-items: center;
}

.breadcrumb_list {
  font-size: 14px;
}
.breadcrumb_list a{
  font-size: 16px;
  padding-right: 32px;
  position: relative;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb_list a::before {
  content: "";
  width: 9px;
  height: 16px;
  background:url("../img/page/arrow_bread.png");
  background-repeat: no-repeat;
  background-position:center;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width:768px){
.breadcrumb {
  display: none;
}
}


/*---------------------------------------------------
メニュー
---------------------------------------------------*/
#mikura .inner_section,
#bento .inner_section,
#cafe .inner_section{
  margin-bottom: 80px;
}
#mikura .page_title img,
#bento .page_title img,
#cafe .page_title img{
  text-align: center;
  margin: 3px auto 12px auto;
  display: block;
}

.page_link{
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;	
}
#mikura .page_link_li {
  width: calc((100% - 48px) / 6);
  text-align: center;
  margin-right: 6px;
  background: #e2482c;
  border-radius: 4px;
  border: solid 1px #e2482c;
}
#bento .page_link_li {
  width: calc((100% - 40px) / 5);
  text-align: center;
  margin-right: 10px;
  background: #e2482c;	
  border-radius: 4px;	
  border: solid 1px #e2482c;	
}
#cafe .page_link_li {
  width: calc((100% - 40px) / 5);
  text-align: center;
  margin-right: 10px;
  background: #e2482c;	
  border-radius: 4px;	
  border: solid 1px #e2482c;	
}
#mikura .page_link_li:last-child,
#bento .page_link_li:last-child,
#cafe .page_link_li:last-child,
#snack .page_link_li:last-child{
  margin-right: 0;
}
#mikura .page_link_li a,
#bento .page_link_li a,
#cafe .page_link_li a,
#snack .page_link_li a{
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;	
  border-radius: 4px;	
}
#mikura .page_link_li a{
  font-size: 16px;
}
#mikura .page_link_li.other a {
  font-size: 13px;
}
/* ----2/21更新分追記 ----*/
#mikura .page_link_li.oden a {
  font-size: 13px;
}
/* ----ここまで----- */
#mikura .page_link_li a:hover,
#bento .page_link_li a:hover,
#cafe .page_link_li a:hover,
#snack .page_link_li a:hover{
  color: #e2482c;
  transition: 0.5s;	
  background: #fff;	
}
#mikura .page_link_li.other {
  width: 200px;
  background-image: url("../img/page/arrow_menu_nav.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 24px;	
  background-color: #f09192;
  border: solid 1px #f09192;	
}
#mikura .page_link_li.other a {
  text-align: left;
  justify-content: flex-start;
  padding: 0 0 0 16px;
}
#mikura .page_link_li.other:hover {
  background-position: 99% center;
  transition: 0.5s;	
  opacity: 0.7; 	
}
#mikura .page_link_li.other a:hover {
  background: #f09192;	
  color: #fff;	
}
#snack .menu_sec_title {
  display: none !important;
}
#snack .page_link_li.mikura {
  border-radius: 6px;
}
#cafe .page_link {
  justify-content: flex-start;
  position: relative;	
}
#cafe .page_link .mikura {
  position: absolute;
  right: 0;
  top: 0;
}
#bento .page_link {
  justify-content: flex-start;
  position: relative;	
}
#bento .page_link .mikura {
  position: absolute;
  right: 0;
  top: 0;
}

#bento .page_link_li.mikura,
#cafe .page_link_li.mikura,
#snack .page_link_li.mikura{
  width: 240px;
  background-image: url("../img/page/arrow_menu_nav_pk.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 24px;	
  background-color: #ed6d2b;
  border: solid 1px #ed6d2b;	
}
#bento .page_link_li.mikura a,
#cafe .page_link_li.mikura a
#snack .page_link_li.mikura a{
  text-align: left;
  justify-content: flex-start;
  padding: 0 0 0 16px;
}
#bento .page_link_li.mikura:hover,
#cafe .page_link_li.mikura:hover,
#snack .page_link_li.mikura:hover{
  background-position: 99% center;
  transition: 0.5s;	
  opacity: 0.7; 	
}
#bento .page_link_li.mikura a:hover,
#cafe .page_link_li.mikura a:hover,
#snack .page_link_li.mikura a:hover{
  background: #ed6d2b;	
  color: #fff;	
}

#mikura .menu_sec_title,
#bento .menu_sec_title,
#cafe .menu_sec_title,
#snack .menu_sec_title{
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.04em;
  background: #ed6d2b;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 80px;
  border-radius: 50px;
  position: relative;	
}
#bento .menu_sec_title,
#cafe .menu_sec_title,
#snack .menu_sec_title{
  background: #f09192;
}
#mikura .menu_sec_title .title_icn,
#bento .menu_sec_title .title_icn,
#cafe .menu_sec_title .title_icn,
#snack .menu_sec_title .title_icn{
  position: absolute;
  left: 8px;
}
#mikura #don {
  margin-top: 40px;
}
#bento #riceball {
  margin-top: 40px;
}

@media screen and (max-width:768px){	
#bento #riceball {
  margin-top: 24px;
}	
#mikura .inner_section, #bento .inner_section, #cafe .inner_section ,#snack .inner_section {
  margin-bottom: 40px;
}	
#mikura .page_link, #bento .page_link , #cafe .page_link ,#snack .page_link {
  flex-wrap: wrap;
}
#bento .page_link_li,#cafe .page_link_li,#snack .page_link_li  {
  width: calc((100% - 12px) / 4);
  margin-right: 4px;	
	}
#bento .page_link_li:nth-child(4n),#cafe .page_link_li:nth-child(4n) {
	margin-right: 0;
	}
#mikura .page_link_li a, #bento .page_link_li a ,#cafe .page_link_li a,#snack .page_link_li a {
  height: 40px;
  font-size: 14px;
	}
#bento .page_link_li.mikura {
  width: 100%;	
  margin-top: 8px;
}	
#mikura .menu_sec_title, #bento .menu_sec_title ,#cafe .menu_sec_title,#snack .menu_sec_title {
  font-size: 21px;
  padding: 10px 20px 10px 64px;
}	
#mikura .page_title img, #bento .page_title img ,#cafe .page_title img,#snack .page_title img {
  margin: 2px auto 8px auto;
}
#mikura .page_link_li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 10px;	
}
#mikura .page_link_li:nth-child(3n) {
  margin-right: 0;
}
#mikura .page_link_li.other {
  width: 100%;
	}
#mikura .page_link_li.other a {
  font-size: 14px;
	}	
#mikura .page_link_li.other br {
  display: none;
}	
#bento .page_link .mikura {
  position: relative;
	}
 #bento .page_link_li{
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }	
 #bento .page_link_li:nth-child(3n){
    margin-right: 0;
  }	
 #bento .page_link_li.mikura br {
  display: none;
}	
 #bento .page_link_li.mikura a {
  font-size: 14px;
}	
#snack .page_link_li {
  display: none;
}	
 #snack .page_link_li.mikura {
  width: 100%;
	 display: block;
	}
 #snack .page_link_li.mikura br{
	 display: none;
	}	
 #snack .page_link_li.mikura br a{
  font-size: 14px;
	}	
#snack .page_link_li.mikura a {
  text-align: left;
  justify-content: flex-start;
  padding: 0 0 0 16px;
}
#cafe .page_link .mikura {
  position: relative;
}
#cafe .page_link_li, #snack .page_link_li{
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }	
#cafe .page_link_li:nth-child(2n) {
    margin-right: 0;
  }	
 #cafe .page_link_li.mikura {
  width: 100%;
	 display: block;
	}	
 #cafe .page_link_li.mikura br{
	 display: none;
	}	
  #cafe .page_link_li{
    margin-bottom: 10px;
  }	
#cafe .page_link_li.mikura a {
  text-align: left;
  justify-content: flex-start;
  padding: 0 0 0 16px;
}	
}

/*---------------------------------------------------
メニュー
---------------------------------------------------*/
.note_li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.note {
  padding: 24px 0;
  border-top: solid 2px #bbbbbf;
  border-bottom: solid 2px #bbbbbf;
}
.pro_page_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;	
}
#pro_detail_content {
  margin-top: 40px;
}
.pro_d_img {
  width: 50%;
}
.pro_d_details {
  width: 45%;
}
.menu_title {
  font-size: 32px;
  letter-spacing: 0.04em;	
  padding-bottom: 10px;
  border-bottom: solid 2px #eee;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.menu_title img {
  margin-right: 16px;
}
.pro_d_price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 40px;	
}
.pro_d_price_li {
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-right: 16px;	
}
.pro_d_price_li:last-child {
  margin-right: 0;	
}
.pro_d_lead {
  font-size: 16px;
  line-height: 2;
}
.btn_lint {
  margin-top: 36px;
}

.btn_lint_li a {
  font-size: 18px;
  color: #e60012;	
  text-decoration: none;
  max-width: 320px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  /* height: 60px; */
  border: solid 2px #e60012;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;	
  transition: 0.5s;	
  margin: 0 auto;	
}
.btn_lint_li a:hover {
  color: #fff;	
  background: #e60012;
}
.btn_lint_li.tel a {
  font-size: 18px;
  color: #fff;	
  text-decoration: none;
  max-width: 320px;
  width: 100%;
  background: #000;
  border-radius: 50px;
  /* height: 60px; */
  border: solid 2px #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;	
  transition: 0.5s;	
  margin: 0 auto 16px auto;	
}
.btn_lint_li.tel a:hover {
  color: #000;	
  background: #fff;
}
.btn_lint_li.tel a span {
  font-size: 14px;
  display: block;
  /* margin-top: -8px;	 */
}

#btn_detail_inner {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  
  .btn_lint_li a {
    font-size: 14px;
  }

}

@media screen and (max-width:768px){
#pro_detail_content {
  margin-top: 0;
}	
.pro_page_wrap {
  display: block;
  margin-bottom: 32px;
}
.pro_d_img {
  width: 100%;
}
.pro_d_details {
  width: 100%;
}
.menu_title {
  font-size: 24px;
  margin-bottom: 16px;	
}
.pro_d_price {
  margin-bottom: 24px;
  flex-wrap: wrap;
	}
.pro_d_price_li {
  font-size: 16px;
  margin-right: 10px;
  width: calc((100% - 10px) / 2);
}
.pro_d_price_li:nth-child(2n){
		margin-right: 0;
	}	

  #btn_detail_inner {
    width: 60%;
  }
	
}



/*---------------------------------------------------
店舗
---------------------------------------------------*/
#shop .side_wrapper {
  padding-top: 60px;
}
#shop .shop_dl {
  display: flex;
  align-items: center;
  margin-bottom: 16px;	
}
#shop .shop_dl:last-child {
  margin-bottom: 0;	
}
#shop .shop_dt {
  width: 80px;
  min-width: 80px;	
  height: 30px;
  line-height: 30px;	
  font-size: 14px;
  color: #fff;
  background: #66bad8;
  text-align: center;
  border-radius: 4px;
  margin-right: 40px;		
}
#shop .shop_dd .map_link {
  margin-right: 10px;
}
#shop .map_link a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
#shop .shop_dd {
  font-size: 16px;
  display: flex;
  align-items: center;	
}
#shop .shop_dl:nth-child(1) dd {
  font-weight: 600;
  margin-right: 20px;
}
#shop .shop_dl:nth-child(1) dd img {
  width: 40px;
}
#shop .service_icn {
  display: flex;
}

#shop .icon01.disp1{
	background-image: url("../img/shop/ico_parking.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 32px;
    height: 32px;	
	margin-right: 8px;
} 
#shop .icon02.disp1{
	background-image: url("../img/shop/ico_24h.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 32px;
    height: 32px;	
	margin-right: 8px;
} 
#shop .icon03.disp1{
	background-image: url("../img/shop/ico_all_year.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 32px;
    height: 32px;	
	margin-right: 8px;
} 
#shop .icon04.disp1{
	background-image: url("../img/shop/ico_atm.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 32px;
    height: 32px;
	margin-right: 8px;
} 
#shop .icon05.disp1{
	background-image: url("../img/shop/ico_fax.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 32px;
    height: 32px;	
	margin-right: 8px;
} 
#shop .icon06.disp1{
	background-image: url("../img/shop/ico_smoking.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 32px;
    height: 32px;
	margin-right: 8px;
} 
#shop .icon07.disp1{
	background-image: url("../img/shop/ico_liquor.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 32px;
    height: 32px;
	margin-right: 8px;
} 
#shop .icon08.disp1{
	background-image: url("../img/shop/ico_payment.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 32px;
    height: 32px;
	margin-right: 8px;
} 
#shop .icon09.disp1{
	background-image: url("../img/shop/ico_gourmet.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 32px;
    height: 32px;	
} 
#shop .shop_list_li {
  border-bottom: solid 1px #ccc;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#shop .mark_list {
  display: flex;
  flex-wrap: wrap;
}
#shop .mark_list_li p {
  font-size: 10px;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-top: 3px;
}
#shop .mark_list_li {
  width: calc((100% - 32px) / 5);
  text-align: center;
  margin-bottom: 10px;
  margin-right: 8px;
}
#shop .mark_list_li:nth-child(5n) {
  margin-right: 0;
}
#shop .mark_list_wrap{
padding: 16px 2.5%;
  background: rgba(255, 225, 207, 1);
	margin-bottom: 16px;
}
#shop .mark_list_wrap .title {
  padding: 0 2.5%;
  font-size: 16px;
  font-weight: 600;	
  margin-bottom: 10px;
}
#shop .pay_list_wrap .mark_list_li img {
  max-width: 48px;
  height: auto;
}
#shop .pay_list_wrap .mark_list_li .img_wrap {
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shop .pay_list_heading {
  background: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px){
#shop .shop_dl {
  align-items: flex-start;
	}
#shop .shop_dt {
  width: 64px;
  min-width: 64px;
  margin-right: 10px;
}
#shop .shop_dd {
  flex-direction: column-reverse;
}	
#shop .shop_dd .map_link {
  margin: 0 0 0 auto;
}	
#shop .side_wrapper {
  padding-top: 0;
  width: 100%;
}	
}

/*---------------------------------------------------
新着情報
---------------------------------------------------*/
#news .side_wrapper {
  padding-top: 60px;
}
#news .newslist-items li {
  font-size: 16px;
  display: flex;
  padding-bottom: 24px;
  border-bottom: solid 1px #eee;
  margin-bottom: 24px;
}
#news .newslist-items a {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
}
#news .newslist-items a:hover {
  opacity: 0.7;
	transition: 0.5s;
}
#news .newslist-items .category {
  width: 15%;
  display: block;
}
#news .newslist-items .date {
  color: #888;
  width: 15%;
  display: block;
}
#news .newslist-items li a {
  display: flex;
  width: 100%;
}
#news .newslist-items .category {
  width: 13%;
  display: block;
  font-size: 14px;
  /* background: #ed6d2b; */
  background: darkblue;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-right: 2%;
}

#news .newslist-items .store {
  background: #ed6d2b;
}

#news .category.fair, #news .category.news {
  background: #f09192;
}
#news .news-list-years {
  display: flex;
}
#news .news-list-years li{
	margin-right: 10px;
}
#news .news-list-years li:last-child{
	margin-right: 0;
}
#news .news-list-years li a {
  width: 160px;
  display: block;
  text-align: center;	
  background: #70b277;
  font-size: 18px;
  padding: 6px 0;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  border: solid 1px #70b277;	
}
#news .news-list-years li a:hover {
  background: #fff;
  color: #70b277;
  border: solid 1px #70b277;
  transition: 0.5s;	
}
#news .year {
  font-size: 30px;
}	
#news .year_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
  margin-bottom: 40px;
}

@media screen and (max-width:768px){
#news .news-list-years {
  justify-content: center;
}
#news .newslist-items li {
  display: block;
  width: 100%;
}	
#news .newslist-items li a {
  display: block;
  width: 100%;
}	
#news .newslist-items li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#news .newslist-items .category {
  width: 88px;
  display: block;
  font-size: 14px;
  /* background: #ed6d2b; */
  background: darkblue;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#news .newslist-items .store {
  background: #ed6d2b;
}


#news .newslist-items .date {
  width: 100%;
  display: block;
  margin-bottom: 4px;
}
#news .year_wrap {
  margin-bottom: 30px;
  padding-bottom: 10px;	
  display: block;	
}
#news .year {
  font-size: 24px;
  text-align: left;
}	
#news .news-list-years li a {
  width: 88px;
  font-size: 14px;
}
#news .news-list-years li {
  margin-right: 6px;
}	
#news .side_wrapper {
  width: 100%;
	}
}

/*---------------------------------------------------
お問い合わせ
---------------------------------------------------*/
 #contact .oyakusoku {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
 #contact .dot_list_font_space {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
 #contact .small_section_header {
  border-bottom: #dba103 solid 1px;
  color: #dba103;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 1.5em;
}
 #contact .section_between_margin {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.6;
}
 #contact .btn_section_centering {
  text-align: center;
  margin: 50px 0;
}
 #contact .link_btn_to_form {
  background-color: #444;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  text-decoration: none;	 
  padding: 20px 10px 12px 10px;
  display: block;
  height: 64px;
  width: 280px;
  margin: 0 auto;
  border: solid 1px #444;	  	  
}
 #contact .link_btn_to_form:hover {
  background-color: #fff;
  color: #444;
  transition: 0.5s;	   
}
 #contact .simple_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
 #contact .space_between_img_and_text {
  margin-left: 15px;
}
 #contact .text_for_here {
  font-size: 16px;	   
  font-weight: bold;
  margin-top: 5px;	 
}
 #contact .dial {
  font-size: 21px;
  font-weight: bold;
display: flex;
  flex-wrap: wrap;
	 align-items: center;
	 
}
 #contact .simple_flex3 {
  display: flex;
  flex-wrap: wrap;
}
#contact .phone_mark_img {
  width: 60px;
}
#contact .line_between_phone_number {
  border-top: #eee solid 2px;
  padding: 40px 0px;
}
#contact .mini_size_time {
  font-size: 0.8em;
  line-height: 20px;
  font-weight: normal;	
}

@media screen and (max-width:768px){
#contact .dial {
  font-size: 17px;
  font-weight: bold;
}
#contact .dial {
  font-size: 20px;
  display: block;
	}
#contact .phone_mark_img {
  width: 60px;
}	
#contact .text_for_here {
  margin-top: 0;
}
#contact .simple_flex {
  align-items: flex-start;
}	
#contact .line_between_phone_number {
  padding: 24px 0px;
}	
#contact .space_between_img_and_text {
  margin-left: 10px;
width: calc(100% - 70px);	
}	
#contact .simple_flex3 {
  display: block;
	}
#contact .mini_size_time {
  font-size: 15px;
  line-height: 1.4;	
	}
#contact .side_wrapper {
  padding-top: 0;
  width: 100%;
}	
}

/*---------------------------------------------------
個人情報保護方針
---------------------------------------------------*/
#privacy　.privacy-top-text {
  font-size: 16px;
  margin: 0 0 1em 0;
  line-height: 1.6;
}
#privacy p{
  font-size: 16px;	
  line-height: 1.5;
  margin: 0 0 1em 0;	
}
#privacy .privacy-title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 12px;
  border-bottom: solid 1px #CCC;
  padding-bottom: 8px;
}
#privacy .privacy-text {
  margin: 0 0 1em 0;
  line-height: 1.6;
  font-size: 16px;
}
#privacy .indentback li {
  font-size: 16px;
  margin-bottom: 0.5em;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;	
}

