@charset "UTF-8";
/* ****************************************************************************

parts

-------------------------------------------------------------------------------

  01. Common
  04. 調整スタイル


******************************************************************************* */

/* ==
01. Common
=============================================================================== */


/* 見出し
------------------------------------------------------------------------------- */
.tit1{
  margin:20px 10px 40px;
  text-align:center;
  font-size:4.2rem;
  font-weight:normal;
  color:#000;
  line-height:1.6;
}
.tit1 span{
   display:block;
   text-align:center;
   font-size:1.6rem;
   color:#666;
}

.tit2{
  margin-bottom:30px;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 2.6rem;
  font-weight:normal;
}
.tit2:before, .tit2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #ccc;
	display: block;
}
.tit2:before{margin-right:.5em;}
.tit2:after{margin-left:.5em;}

.tit3{
  margin-bottom:10px;
  font-size:2rem;
  font-weight:normal;  
}
.tit4{
  margin-bottom:10px;
  font-weight:normal;  
}
@media only screen and (max-width: 660px) {
  .tit1{font-size:3.2rem;}
  .tit2{font-size:2.2rem;}
  .tit3{font-size:1.8rem;}
}
/* font
------------------------------------------------------------------------------- */
#main .fsxs{font-size:1.2rem;}
#main .fs{font-size:1.4rem;}
#main .fsl{font-size:1.8rem;}
#main .fsxl{font-size:2.0rem;}
#main .fsxxl{font-size:2.4rem;}
#main .bold{font-weight:bold;}
#main .note{color:#f16767;}
/* img
------------------------------------------------------------------------------- */
.img{
  text-align:center;
  text-indent:0;
}
.img span{
  position: relative;
	display: inline-block;
}
.img span::after{
  content: ''; 
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,0.2);
}


/* ボタン
------------------------------------------------------------------------------- */
.btn { 
  background-color: rgba(0, 0, 0, .0);
  margin: 0 auto;
  padding:10px;
  display: inline-block;
  min-width: 260px;
  text-align: center;
  text-decoration: none;
  border:1px solid #333;
  color:#333 !important;
}
.btn:hover{
  background-color: rgba(204, 204, 204, .2);
  transition: all .3s;
  color:#333 !important;
}

.btn-w{
  border:1px solid #fff;
  background-color: rgba(255, 255, 255, .0);
  color:#fff !important;  
}
.btn-w:hover{
  border:1px solid #fff;
  background-color: rgba(255, 255, 255, .2);
  color:#fff !important;  
}

/* link
------------------------------------------------------------------------------- */
a{ color:#de7979;}
a:hover{
  opacity:0.7;
  transition: all 0.3s;
}


.fade{opacity: 1;}
.fade:hover{
  opacity: 0.7;
  transition: all 0.3s;
}
/* indent
------------------------------------------------------------------------------- */
p.indent01,
.indent01 li{
  margin:0 0 10px 1em;
  text-indent:-1em;
}

/* bgBox
------------------------------------------------------------------------------- */
  .bgBox{
    padding:15px;
    background:#efefef;
    border-radius: 10px;
  }
  .bgBox-type2{background:#ffefef;}
/* table
------------------------------------------------------------------------------- */
.table{
  margin-bottom:50px;
  width:100%;
  border:1px solid #ccc;
}
.table th{background:#efefef;}
.table th,
.table td{
  padding:15px;
  border:1px solid #ccc;
  text-align:center;
}
.table th.member{background:#fbe8e8;}

/* colBox
------------------------------------------------------------------------------- */
.flexBox{
  margin-bottom:20px;
  display:flex;
  align-items:flex-start;
  align-self:stretch;
}
.flexBox .col,
ul.flexBox li{
  width:100%;
  margin: 0 0 20px 30px;
}
.flexBox .col:first-child,
ul.flexBox li:first-child{margin-left:0;}
.flexBox-reverse{flex-direction:row-reverse;}
.flexBox-reverse .col{margin-left:30px !important;}
.flexBox-reverse .col:last-child{margin-left:0 !important;}


@media only screen and (max-width: 660px) {
  .flexBox,
  .flexBox-reverse{flex-direction:column;}
  .flexBox .col,
  ul.flexBox li,
  .flexBox-reverse .col{
    margin:0 0 30px !important;
    width:100% !important; 
  }
  .flexBox .col:last-child,
  ul.flexBox li:last-child,
  .flexBox-reverse .col:last-child{
    margin:0 0 40px !important;
  }  
}

/* colorBox
------------------------------------------------------------------------------- */
.colorBox{
  padding:30px;
  border-radius: 10px;
  background:#efefef;
}

/* アンカー
------------------------------------------------------------------------------- */
.anchor{
  max-width:960px;
  margin:60px auto 30px;
  padding:0 10px !important;
}
.anchor ul{
  margin-bottom:20px;
  display:flex;
  justify-content: center;
}
.anchor li{
  padding:0 10px;
  border-right:1px solid #ccc;
}
.anchor li:last-child{border-right:0;}
.anchor li a{
  padding:10px 20px;
  line-height:1;
}
@media only screen and (max-width: 680px) {
  .anchor ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .anchor li{
    width:50%;
    border-right:0;
    margin-bottom:10px;
    text-align:center;
  }
  .anchor li a{
    display:block;
    padding:15px 10px;
    border-radius:30px;
    background:#efefef;
    text-decoration: none;
  }
}
@media only screen and (max-width: 500px) {
  .anchor li{width:100%;}
}

/* お問い合わせ
------------------------------------------------------------------------------- */
.infoBox{
  display:flex;
  width:100%;
  border:5px solid #b9cdb3;
  padding:15px;
  background:#95b58c;
  color:#fff;
}
.infoBox .col{
  width:100%;
  text-align:center;
}
.infoBox .col:first-child{border-right:1px solid #fff;}
.infoBox .col h4{ margin-bottom:10px;}
.infoBox .col h4 span{
  display:inline-block;
  border-bottom:1px dashed #fff;
  font-size:1.6rem;
  font-weight:normal;
}
.infoBox .col .tell{font-size:3rem;}
.infoBox .col .tell i{
  margin-bottom:4px;
  font-size:3.4rem;
  vertical-align: middle;  
}
.infoBox .col .mail{
  font-size:2.4rem;
  line-height:1;
}
.infoBox .col .mail i{
  margin:8px 0 0;
  font-size:3.4rem;
  vertical-align: bottom;  
}
.infoBox .col a,
.infoBox .col a:hover{
  color:#fff !important;
  text-decoration: none;
}
.infoBox-lunch{
  background:#d98d8d;
  border:5px solid #f7b7b7;
}

@media only screen and (max-width: 660px) {
  .infoBox .col:first-child{
    border-right:0;
    border-bottom:1px solid #fff;
    margin-bottom:25px;
    padding-bottom:25px;
  }
  .infoBox{flex-direction:column;}
}
/* localNav
------------------------------------------------------------------------------- */
#localNav{
  margin-top:50px;
  width:100%;
  border:5px solid #efefef;
}
#localNav h4{
  padding:10px 20px;
  background:#efefef;
}
#localNav .flexBox{
  margin-bottom:0;
  padding:20px 20px 10px;
  flex-wrap: wrap;
}
#localNav .flexBox li{
  flex-basis: 50%;
  margin: 0 0 10px 0 !important;
}
#localNav .flexBox li a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #333;
    vertical-align: middle;
    font-size: 15px;
}
#localNav .flexBox li a::before{
    position: absolute;
    top: 0.55em;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fe8585;
    border-right: 2px solid #fe8585;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 660px) {
  #localNav .flexBox li{flex-basis: 100%;}
}
/* ==
  04. 調整スタイル
=============================================================================== */
/* 画像
------------------------------------------------------------------------------- */
img{max-width: 100%; width: auto\9; height: auto; vertical-align:bottom;}

/* 出し分け
------------------------------------------------------------------------------- */
.devPc{display:block;}
.devSmp{display:none;}
img.devPc{display:inline-block;}
img.devSmp{ display:none;}
@media only screen and (max-width: 660px) {
  .devPc{ display:none;}
  .devSmp{ display:block;}
  img.devPc{display:none;}
  img.devSmp{ display:inline-block;}
}
/* 位置調整
------------------------------------------------------------------ */
.alignC{text-align: center;}
.alignL{text-align: left;}
.alignR{text-align: right;}
.floatL{float:left;}
.floatR{float:right;}

/* 余白調整
------------------------------------------------------------------ */
.mt0 {margin-top:0px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mr0 {margin-right:0px !important;}
.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.ml0 {margin-left:0px !important;}
.ml10{margin-left:10px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.mb0 {margin-bottom:0px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}

/* 幅調整
------------------------------------------------------------------------------- */
.w10p{width:10% !important;}
.w20p{width:20% !important;}
.w30p{width:30% !important;}
.w40p{width:40% !important;}


/* clearfix
------------------------------------------------------------------ */
.cf:after,
section:after,
.breadcrumbs:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.cf,
section,
.breadcrumbs{
	display:inline-block;
	display:block;
} 
