@charset "utf-8";
/*
=======================================
  Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html{
  -webkit-text-size-adjust: 100%;
}

body{
  color: #000;
  line-height: 1.8;
  font-size: 14px;
  font-family: sans-serif;
}

img{
  border: 0;
  max-width: 100%;
  height: auto;
}

ul,ol{
  list-style-type: none;
}

table {
  border-collapse: collapse; 
  border-spacing: 0;
}

img, input, select, textarea { 
  vertical-align: middle;
}

a {
  color: #000;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  color: #bbb;
}
a:hover img {
  opacity: 0.7;
}



/*
=========================================
  Base Layout
=========================================
*/


/* 全体中央揃え */
 .mainvisual, .container{
    margin: 0 auto;
    padding-left: 20px;  
    padding-right: 20px;

}
/*container
--------------------*/


/*ドロワーメニュー
--------------------*/
nav{
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 1000;
  margin: 10px 0;
}

.drawer{
display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
　  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
}

.navbar_toggle{
  z-index:9999;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}

.menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:1000;
}

.menu ul li {
  padding: 2em;
  border-bottom: 1px solid #CCC;
}

.navbar_brand {
    text-decoration: none;
}

.fo-co {
    color: #bbbbbb;
}


/* h2 google fonts */

h2, h3, h4 { 
    font-family: 'Homemade Apple', cursive;
}

.title-co{
margin-top: 30px;
    }


h2 {
    font-size: 23px;
    
}

h3 {
    font-size: 20px;
    text-align: center;
}

h4 {
    font-size: 18px;
    text-align: center;
}

dt.subtittl { 
    font-family: 'Homemade Apple', cursive;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}

.pc-grid-col3  .col {
        margin-bottom: 30px;
        
} 

/*トップh2 トップ以外h3*/
.title-tac{
    text-align: center;
    margin-top: 60px;
}
.menutitle{
    margin-top: 20px;
}
.titlmr {
    margin-top: 30px;
}

.topimg {
        vertical-align: bottom;
    }

.mainvisual {
    position: relative;
}

.imgtxt{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: rgba(255,255,255,0.7);
  margin:0;
  padding:4px 8px;
}
 
.mainvisual img {
  width: 100%;
}
 
.button{
  
    text-align: center;
   
}

.btn05 {
    padding:15px 40px;
    background-color: #524747;
    color: #fff !important;
    background-size: 200% 100%;	
}

.button a {
    display: inline-block;
    margin-bottom: 15px;
}


.button a:hover {
  opacity: 0.7;
}

/*Google Map
--------------------*/
.map {
    position: relative;
    padding-top: 50% ;
    margin-top: 60px;
}
.map iframe {
    position: absolute ;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}   


.access{
        text-align: center;
    }
    .access dl {
        margin-top: 20px ;
    }
        .access img {
        width: 300px;
    
    }  

.access dd{
    margin-bottom: 20px;
}
.access li {
    line-height: 2.6;
}


.copyright {
    padding: 10px 0;
    text-align: center;
}

/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/

@media screen and (min-width: 600px) {

    
 nav{
 display: flex;
 flex-direction: row;
 margin: 15px 0;
}
    
.drawer{
  padding: 0;
}
    .navbar_brand img {
flex-shrink: 0;
    }
.navbar_toggle{
 display: none;
}
.menu{
 width: 100%;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.menu ul{
 height: 70px;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: center;
}
.menu ul li{
 padding: 0 1em;
 border-bottom: none;
}
    
.menu li+ li {
  border-right: 0;
  border-left: 1px solid #ddd;
}


 .topimg {
        vertical-align: bottom;
    }
    
    
h2.subtittl {
    font-size: 28px;
}

.imgtxt{
  padding:20px 30px;
}

h3.subtittl  {
    font-size: 24px;
}
    
  /*    
.imgtxt {
 margin: 0;
 padding-top: 60px;
}
.mainvisual {
    position: relative;
}
  
.imgtxt {
 background-color: rgba(255,255,255,0.7);
 position: absolute;
    bottom: 25%;
    left: 40%;
    border-radius: 50%;
    line-height: 50px;
}      
*/
      /*.imgtxt {
 background-color: rgba(255,255,255,0.7);
 position: absolute;
    bottom: 40%;
    left: 40%;
    
}  */

  /*.header-inner {
    float: left;
    width: auto;
}
.header-nav {
    float: right;
    width: auto;
}  

.header-nav{
    margin-top: 30px;
}
    
 .nav-list li {
    display: inline;
    width: auto;
    padding: 5px 20px;
    font-size: 14px;
   
}
    .nav-list li a {
    text-decoration: none;
    
}*/
    /*
.nav-list li a {
    display: block;
    padding: 5px 20px;
    font-size: 14px;
    text-decoration: none;
    
}
    */
    /*

.nav-list li+ li {
  border-right: 0;
  border-left: 1px solid #ddd;
}
    

.subtittl { 
    margin-top: 60px;
}*/
    
.pc-grid-col2,
.pc-grid-col3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.pc-grid-col2  .col {
        width: 48%;
}
.pc-grid-col3  .col {
        width: 48%;
       
        
} 

    

}

@media screen and (min-width: 960px) {
        header, .mainvisual, .container{
    max-width: 960px;
    margin-left: auto;
            margin-right: auto;
    }

    
    .pc-grid-col2,
    .pc-grid-col3,
    .pc-grid-col4{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .pc-grid-col3  .col {
        width: 32%;
    }
}





/* 960px〜1279px：小型PC------------------------------


@media screen and (min-width:1280px) {
    header, .mainvisual, .container{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;

}
    

}*/



/*太字
---------------------------------*/
.fb{
    font-weight: bold;
}


/* マージン
---------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb45{ margin-bottom: 45px !important;}
.mb50{ margin-bottom: 50px !important;}

.mt5{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}
.mt50{ margin-top: 50px !important;}
.mt60{ margin-top: 60px !important;}

/* 左右行揃え
---------------------------------*/
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
.ta-c{ text-align: center; }


/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fl-img{ float: left; margin-right: 10px; margin-bottom: 10px;}
.fr-img{ float: right; margin-left: 10px; margin-bottom: 10px;}
.clear{ clear:both; }

/* clearfix */
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both; 
}

/*font*/
.fwb{
    font-weight: bold;
}
