@charset "utf-8";

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  vertical-align: middle;
}
table {
  width: 100%;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width : 1199px ) {
  html {
    font-size: .8vw;
  }
}
@media screen and (max-width : 991px ) {
  html {
    font-size: 1.3vw;
  }
}
@media screen and (max-width : 767px ) {
  html {
    font-size: 1.75vw;
  }
  body {
    line-height: 1.5;
  }
}
@media screen and (max-width : 575px ) {
  html {
    font-size: 2.5vw;
  }
}


/*--------------------------------------------
  google map
--------------------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*--------------------------------------------
  GLOBAL CSS
--------------------------------------------*/
.cf:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
:root .cf::after { /* IE9 */
  content: ""\9;
  clear: both\9;
  display: block\9;
  height: 0\9;
}

.over {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.over:hover,
.over:focus {
  opacity: 0.7;
}
.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
  opacity: 1;
}

.a_link {
  color: #25b4e0;
  text-decoration: underline;
}
.a_link:hover,
.a_link:focus {
  text-decoration: none;
  opacity: .7;
}

.pe_none {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .sp_event {
    color: #25b4e0;
  }
}
@media screen and (min-width: 992px) {
  .sp_event {
    pointer-events: none;
    cursor: default;
  }
}

.wrap_ofi {
  position: relative;
  padding-top: 60%;
  backface-visibility: hidden;
}
.wrap_ofi .ofi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ofi {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
.ofi.cover {
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover;object-position:center center;';
}
.ofi.contain {
  margin: auto;
  object-fit: contain;
  object-position: center center;
  font-family: 'object-fit: contain;object-position:center center;';
}

.table_wrap {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 991px) {
  .table_wrap {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table_wrap::-webkit-scrollbar {
    height: .3rem;
  }
  .table_wrap::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 1rem;
  }
  .table_wrap::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #555;
  }
  .table_wrap > table {
    margin-bottom: 0;
  }
  .table_wrap > table > thead > tr > th,
  .table_wrap > table > tbody > tr > th,
  .table_wrap > table > tfoot > tr > th,
  .table_wrap > table > thead > tr > td,
  .table_wrap > table > tbody > tr > td,
  .table_wrap > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img_full {
  display: block;
  width: 100%;
  height: auto;
}

.center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ta_center {
  text-align: center;
}
.ta_right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.red {
  color: #c00808;
}

.of_hidden {
  overflow: hidden;
}

.row_reverse {
  flex-direction: row-reverse;
}

.ul_deco > li {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.5;
}
.ul_deco.lg > li {
  font-weight: bold;
  font-size: 2rem;
}
.ul_deco > li:not(:first-child) {
  margin-top: .6em;
}
.ul_deco > li > .li_head {
  position: absolute;
  left: 0;
}

.title_lg {
  margin-bottom: .8em;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: .1rem;
}

.title_lg2 {
  margin:.8em 0 .5em 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .1rem;
     
}




.title_lg.mgb_sm {
  margin-bottom: .4em;
}

.ttl_bd_tb {
  margin-bottom: 3em;
}
.ttl_bd_tb > .title {
  max-width: 14em;
  margin-left: auto;
  margin-right: auto;
  padding: .73em 0;
  border-top: .1rem solid #222;
  border-bottom: .1rem solid #222;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

.ttl_bd_re,
.ttl_bd_bl {
  margin-bottom: 1.3em;
  padding-bottom: .5em;
  border-bottom: .3rem solid #c00808;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.ttl_bd_bl {
  border-bottom: .3rem solid #008cd2;
}

.ttl_label {
  position: relative;
  margin-bottom: 1em;
  padding-top: .2em;
  padding-left: 7.3em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.ttl_label.mgt {
  margin-top: 2em;
}
.ttl_label > .c_label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: .5em 1em;
  background-color: #c00808;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  letter-spacing: .1rem;
}

.ttl_color {
  margin-bottom: .8em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.ttl_color.re {
  color: #c00808;
}
.ttl_color.mgt {
  margin-top: 1.5em;
}

.txt_catch {
  margin-bottom: 2.5em;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1rem;
}

.wrap_btn {
  margin-top: 2em;
  text-align: center;
}
.wrap_btn.ta_left {
  text-align: left;
}
.wrap_btn.mgt_sm {
  margin-top: 1.2em;
}
.wrap_btn.mgt_sm2 {
  float:right ;
 margin-top:-12% ;    
  
}
.wrap_btn.mgt_md {
  margin-top: 3em;
}

.wrap_btn.btn_col2 button + button {
  margin-left: 1em;
}

.btn_arrow {
  position: relative;
  display: inline-block;
  min-width: 16.4em;
  padding: 1.1em 2em;
  border: .2rem solid transparent;
  border-radius: 3em;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .05rem;
}
.btn_arrow2 {
  position: relative;
  display: inline-block;
  min-width: 16.4em;
  padding: 1.1em 2em;
  border: .2rem solid transparent;
 /* border-radius: 3em;*/
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: .05rem;
}
.btn_arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: .375em;
  height: .8em;
  background: url('../Image/common/icon_arrow.png') center/contain no-repeat;
}
.btn_arrow.or {
  background: #ec8000;
  border-color: #ec8000;
  color: #fff;
}
.btn_arrow.or:hover,
.btn_arrow.or:focus {
  background-color: #fff;
  color: #ec8000;
}
.btn_arrow.or:hover::before,
.btn_arrow.or:focus::before {
  background: url('../Image/common/icon_arrow_or.png') center/contain no-repeat;
}
.btn_arrow.bl {
  background: #008cd2;
  border-color: #008cd2;
  color: #fff;
}
.btn_arrow.bl:hover,
.btn_arrow.bl:focus {
  background-color: #fff;
  color: #008cd2;
}
.btn_arrow.bl:hover::before,
.btn_arrow.bl:focus::before {
  background: url('../Image/common/icon_arrow_bl.png') center/contain no-repeat;
}


.btn_arrow2.bl {
  background: #008cd2;
  border-color: #008cd2;
  color: #fff;
}
.btn_arrow2.bl:hover,
.btn_arrow2.bl:focus {
  background-color: #fff;
  color: #008cd2;
}
.btn_arrow2.bl:hover::before,
.btn_arrow2.bl:focus::before {
  background: url('../Image/common/icon_arrow_bl.png') center/contain no-repeat;
}

.btn_arrow.re {
  background: #c00808;
  border-color: #c00808;
  color: #fff;
}
.btn_arrow.re:hover,
.btn_arrow.re:focus {
  background-color: #fff;
  color: #c00808;
}
.btn_arrow.re:hover::before,
.btn_arrow.re:focus::before {
  background: url('../Image/common/icon_arrow_re.png') center/contain no-repeat;
}
.btn_arrow.wh_gr {
  background: #fff;
  border-color: #fff;
  color: #36a736;
}
.btn_arrow.wh_gr::before,
.btn_arrow.wh_gr::before {
  background: url('../Image/common/icon_arrow_gr.png') center/contain no-repeat;
}
.btn_arrow.wh_gr:hover,
.btn_arrow.wh_gr:focus {
  background-color: #36a736;
  color: #fff;
}
.btn_arrow.wh_gr:hover::before,
.btn_arrow.wh_gr:focus::before {
  background: url('../Image/common/icon_arrow.png') center/contain no-repeat;
}

.btn_cancel,
.btn_submit {
  position: relative;
  display: inline-block;
  min-width: 16.4em;
  padding: 1.1em 2em;
  border-radius: 3em;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .05rem;
  cursor: pointer;
  transition: .4s;
}
.btn_cancel {
  border: .2rem solid #ddd;
  background-color: #ddd;
}
.btn_cancel:hover,
.btn_cancel:focus {
  background-color: #fff;
}
.btn_submit {
  border: .2rem solid #36a736;
  background-color: #36a736;
  color: #fff;
}
.btn_submit:hover,
.btn_submit:focus {
  background-color: #fff;
  color: #36a736;
}



@media screen and (max-width : 991px ) {
  .title_lg {
    font-size: 2.4rem;
  }

  .ttl_bd_tb > .title {
    padding: .6em 0;
    font-size: 2.4rem;
  }

  .ttl_bd_re,
  .ttl_bd_bl {
    font-size: 2.2rem;
  }

  .btn_arrow {
    min-width: 14em;
    padding: .8em 1.5em;
  }
  .btn_arrow::before {
    right: .8em;
  }
}
@media screen and (max-width : 767px ) {
  .ul_deco > li {
    padding-left: 1.8em;
  }
  .ul_deco > li:not(:first-child) {
    margin-top: 1rem;
  }
  .ul_deco > li > .li_head {
    position: absolute;
    left: 0;
  }

  .txt_catch {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .wrap_btn.btn_col2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap_btn.btn_col2 button + button {
    margin-top: 1em;
    margin-left: 0;
  }
    
    
.wrap_btn.mgt_sm2 {
  margin:1% 0 3% 0;
  float:none;
  text-align: center;    
}    
       
    
    
}
@media screen and (max-width : 575px ) {
  .ss_ta_left {
    text-align: left;
  }
  .ss_ta_center {
    text-align: center;
  }
}


/*--------------------------------------------
  CONTENTS BOX
--------------------------------------------*/
@media screen and ( max-width: 991px ) {
  .inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .box_pd {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .box_pdt0 {
    padding-top: 0;
  }
  .box_pdb0 {
    padding-bottom: 0;
  }
}
@media screen and ( min-width: 992px ) {
  .inner {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .inner.full {
    max-width: 100%;
  }

  .box_pd {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .box_pdt0 {
    padding-top: 0;
  }
  .box_pdb0 {
    padding-bottom: 0;
  }
}


/*--------------------------------------------
  HEADER
--------------------------------------------*/
.header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  white-space: nowrap;
}
.header > .hd_logo {
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 2em 1.4em;
}
.header > .hd_logo > a {
  display: inline-block;
  padding: .5em;
}
.header > .hd_logo > a:hover,
.header > .hd_logo > a:focus {
  opacity: .7;
}
.header > .hd_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-right: 2em;
  padding-bottom: 1.4em;
}
.header > .hd_menu > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header > .hd_menu > ul > li > a {
  display: block;
  padding: 2em 1em;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .1rem;
}
.header > .hd_menu > ul > li > a:hover,
.header > .hd_menu > ul > li > a:focus {
  color: #ec8000;
}
.header > .hd_tel {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.shop_tel > div {
  padding: 1em 2em;
  color: #fff;
  line-height: 1.2;
}
.shop_tel > .kakogawa {
  background-color: #ec8000;
}
.shop_tel > .higashi_kakogawa {
  background-color: #f5ab00;
}
.shop_tel > div > .name {
  font-weight: bold;
  letter-spacing: .1rem;
}
.shop_tel > div > .tel > span,
.shop_tel > div > .tel > a {
  position: relative;
  display: inline-block;
  padding-left: 1.3em;
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  letter-spacing: .1rem;
}
.shop_tel > div > .tel > span::before,
.shop_tel > div > .tel > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: .1em;
  margin: auto;
  width: 1.05em;
  height: .7em;
  background: url('../Image/common/icon_freetel.png') center/contain no-repeat;
}
.shop_tel > div > .time {
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .header > .hd_btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 4em;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0,0,0,.1);
  }
  .header > .hd_logo {
    padding: .5em 1.5em;
  }
  .header > .hd_logo > a {
    max-width: 13em;
  }
  .header > .hd_menu,
  .header > .hd_tel {
    display: none;
  }
  .header > .hd_btn {
    padding-right: 1em;
  }

  .drawer-hamburger {
    position: static;
    box-sizing: border-box;
    width: 3.5em;
    padding: 1.3em .5em 2em;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    height: .2rem;
    background-color: #ec8000;
  }
  .drawer-hamburger-icon {
    margin-top: .8em;
  }
  .drawer-hamburger-icon::before {
    top: -.8em;
   }
  .drawer-hamburger-icon::after {
    top: .8em;
  }

  .drawer--right .drawer-nav {
    right: -50%;
  }
  .drawer-nav {
    width: 50%;
  }
  .drawer-nav .drawer-menu {
    padding: 6em 1.5em;
  }
  .drawer-nav .drawer-menu .sp_menu {
    margin-bottom: 3em;
  }
  .drawer-nav .drawer-menu .sp_menu > li {
    border-bottom: 1px solid #eee;
  }
  .drawer-nav .drawer-menu .sp_menu > li > a {
    display: block;
    padding: 1.2em 0;
    font-weight: bold;
    letter-spacing: .1rem;
  }
  .sp_tel.shop_tel > div {
    padding: 1em 1.3em;
  }
  .sp_tel.shop_tel > div + div {
     margin-top: 1em;
  }
  .sp_tel.shop_tel > div > .time {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
  .drawer-nav {
    width: 100%;
  }
}



/*--------------------------------------------
  FOOTER CONTACT
--------------------------------------------*/
.foot_contact .wrap_ofi {
  padding-top: 38%;
}
.foot_contact .wrap_ofi {
  padding-top: 38%;
}
.foot_contact .conts {
  position: relative;
  width: 90%;
  max-width: 80rem;
  margin: -12% auto 0;
  padding: 2.5em 1.2em;
  border: .2rem dashed #fff;
  background: #36a736;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .foot_contact .conts {
    padding: 2em 1em;
  }
  .foot_contact .conts > .text {
    font-size: 1.4rem;
  }
}


/*--------------------------------------------
  FOOTER
--------------------------------------------*/
.footer {
  padding-top: 3em;
}
.footer .wrap_ofi {
  padding-top: 12.5%;
}

.footer .fx_foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 3.8em 0;
}
.footer .fx_foot > .ft_logo {
  flex-grow: 1;
}
.footer .fx_foot > .ft_logo a {
  display: inline-block;
  padding: .5em;
}
.footer .fx_foot > .ft_logo a > img + img {
  margin-top: 1em;
}
.footer .fx_foot > .ft_logo a:hover,
.footer .fx_foot > .ft_logo a:focus {
  opacity: .7;
}
.footer .fx_foot > .ft_menu > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.5em;
}
.footer .fx_foot > .ft_menu > ul > li > a {
  display: block;
  padding: 1em;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .1rem;
}
.footer .fx_foot > .ft_menu > ul > li > a:hover,
.footer .fx_foot > .ft_menu > ul > li > a:focus {
  color: #ec8000;
}
.footer .fx_foot > .ft_menu > .copyright {
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .footer .wrap_ofi {
    padding-top: 34%;
  }
  .footer .fx_foot {
    display: block;
    padding: 2.5em 0;
    text-align: center;
  }
  .footer .fx_foot > .ft_logo > a > img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .fx_foot > .ft_logo > a > img:first-child {
    max-width: 12em;
  }
  .footer .fx_foot > .ft_menu > ul {
    justify-content: center;
  }
    
 
}



/*--------------------------------------------
  breadcrumbs
--------------------------------------------*/
.breadcrumbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: .7rem 0;
}
.breadcrumbs > li {
  position: relative;
}
.breadcrumbs > li > a {
  display: block;
  padding: .5rem 1.5rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
}
.breadcrumbs > li:first-child > * {
  padding-left: 0;
}
.breadcrumbs > li + li::before {
  content: '\03e';
  display: block;
  position: absolute;
  top: 0;
  left: -.2em;
  bottom: 0;
  margin: auto;
  color: #fff;
}
.breadcrumbs > li > a:hover,
.breadcrumbs > li > a:focus {
  text-decoration: underline;
}
.breadcrumbs > li:last-child > a {
  text-decoration: none;
  pointer-events: none;
}

.breadcrumbs {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    flex-wrap: nowrap;
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
  }
  .breadcrumbs::-webkit-scrollbar {
    height: .6rem;
  }
  .breadcrumbs::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 1rem;
  }
  .breadcrumbs::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #3c4652;
  }
}