@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
	width:100%;
    font-family:Lato, "Noto Sans JP",游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#666;
	position:relative;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img{
	width:100%;
	display:block;
	 border:0;
	 object-fit: cover;
}
a{
	text-decoration: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.scale {
  overflow: hidden;
}
.scale img {
  transition: 0.5s;
}
.scale img:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

p.text{
	padding:10px 0;
	width:100%;
	margin:auto;
	line-height:1.7em;
	text-align:justify;
}
p.text-white{
	
	color:white;
}
p.text-caption{
	font-size:90%;	
}
p.text-title{
	font-size:120%;	
	border-bottom: solid 3px black;
	text-align:center;
	margin:2% 0;
	padding:0px;
	box-sizing: border-box;
}
.flex{
	display: -webkit-flex;
	display:flex;
}
.left,.right{
	float:left;
}

.button01 {
	width:100%;
	text-align:center;
    text-decoration: none;
    background-image: linear-gradient(#fff,#f5f8fa);
    border: 1px solid #e6ecf0;
    border-radius: 4px;
    color: #393e42;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 1em;
	margin:5px 0;
    position: relative;
 }
.button01:hover{
    background-color: #e6ecf0;
    background-image: linear-gradient(#fff,#e6ecf0);
    border-color: #e6ecf0;
}
.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
}


/* ここから下がボタンのCSS　*/
.btn-animation-02 {
	margin-top:3%;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #FFF;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #9ec34b;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .5s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #9ec34b;
}

.btn-animation-02:hover {
  color: #9ec34b;
}

/* =============================== */

#loader {
    width: 400px;
    height: 400px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -200px; /* heightの半分のマイナス値 */
    margin-left: -200px; /* widthの半分のマイナス値 */
    z-index: 100;
}
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

/* =============================== */
header{
	width:100%;
	padding:10px;
    position: fixed; 
    top: 0px;
    left: 0px;	
}
header .logo{
	float:left;
}
.main-nav{
	float:right;
}
.logo{
	width:220px;
}

nav#global-nav a{
	font-size:16px;
	color:#000;
	position: relative;
	display: inline-block;
	transition: .3s;
}
nav#global-nav a::after {
	position: absolute;
	bottom: 1em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #333;
	opacity: 0;
	transition: .3s;
}
nav#global-nav a:hover::after {
	bottom: -5px;
	opacity: 1;
}
.container{
	max-width:1200px;
	margin:auto;
}

#access{
	height:350px;
}

/* ==============背景固定画像================= */
.bg_fixed1,.bg_fixed2,.bg_fixed3 {
	height:350px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.bg_fixed1 {
	background-image: url('../img/background1.jpg');	
}

.bg_fixed2 {
	background-image: url('../img/background2.jpg');	
}

.bg_fixed3 {
	background-image: url('../img/background1.jpg');	
}
/* ================今月号=============== */
.top{
	margin:5% auto;
}
.tittle{
	font-size:20px;
	font-weight:bold;
	line-height:1.5em;
}
.top-left,.top-right{
	float:left;
	width: 50%;
}
.top-left{
	padding:0 3%;
}
.left-img{
	margin-bottom:1%;
}
.top-left h3{
	font-size:150%;
	font-weight:bold;
	position: relative;
	padding: 5px 35px;
	text-align:center;
}
.top-left h3:before, .top-left h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	height: 1px;
	background-color: black;
}
.top-left h3:before {left:0;}
.top-left h3:after {right: 0;}
.balloon3-right {
	position: relative;
	display: inline-block;
	margin: 0 35px 0 0 ;
	padding: 0 5px;
 	width: 90px;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #000;
	border-radius: 50%;
	box-sizing: border-box;
}
.balloon3-right:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #000;
	z-index: 0;
}
.balloon3-text h2{
	font-size:200%;
	margin:0.5em 0 ;
}
.balloon3-text h4{
	font-size:100%;
}
.tokusyu,.kikaku{
	margin:20px 0;
}
.regular-corner {
    padding: 2% 5%;
    margin: 2em 0;
    border: solid 3px #000000;
}
.container4 {
  margin: 0 auto;
  width: 100%;
}

/* ==============表紙================= */

/* ==============cnt================= */
.cnt{
	background:white;
	padding:5% 0;
}
.cn{
	width:75%;
	margin:5% auto ;
}
.cnt1{
	float:right;
	background:#FFF;
	width: 50%;
}

.cnt2{
	float:left;
	background:#FFF;
	width: 50%;
}

img.cnt-tit{
	margin:2% 0;
}

/* ==============ブログ================= */
.news{
	width:64%;
	padding-right:5%;
}
.form{
	width:36%;
}

/* ==============バックナンバー================= */
ul.carousel {
	padding:12px 0; margin: 0;
	width:100%;
	overflow-x:scroll;
	-webkit-overflow-scrolling:touch;
	overflow-scrolling:touch;
	white-space:nowrap;
}
ul.carousel li {
	background:#fff;
	width:280px;
	/* box-shadow */
	box-shadow:0px 0px 8px 1px #d6d6d6;
	/* border-radius */
	border-radius:5px;
	margin:5px;
	padding:30px 20px;
	text-align:center;
	display:inline-block;
}
/* ==============マップ================= */
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* =============================== */
footer{
	background:#333;
	padding:30px 0;
	text-align:center;
}
footer,footer a,.sitemap{
	color:#FFF;
}
.footer-logo{
	width:250px;
	margin:auto;
}
.footer-text{
	margin:20px;
}
.sitemap {
	margin:10px;
}
.sitemap li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
.sitemap li+li {
	border-left:1px solid #999;
}
/* =============================== */
.copy{
	text-align:center;
	font-size:12px;
	padding:30px 0;
	line-height:2em;
}
/* totop============================== */

.page-top{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
.page-top p{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
.move-page-top{
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
/* sub page============================== */

.mediainfo h1.info-tit {
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
	text-align:center;
	font-size:130%;
}
.mediainfo h1.info-tit span{
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
	text-align:center;
	font-size:80%;
}

.mediainfo h1.midashi {
  position: relative;
  padding: 1em;
  background: #e0edff;
  margin:3%;
}

.mediainfo h1.midashi:after {
position: absolute;
content: '';
top: 100%;
right: 47%;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}

.mediainfo p.text{
	text-align:center;
}
.mediainfo article{
	margin:5% auto;
}


/* takeout page============================== */


div.column4 article{
	width:25%;
	padding:1%;
	float:left;
}
div.column4 article h1.midashi {
  margin:0!important;
}
div.column4 article h5 {
  font-weight:bold;
  font-size:16px;
  margin:3em 0;
  line-height:1.5em;
}
div.column4 article p.text {
	text-align:justify;
	padding:0;
	margin-bottom:1em;
}

.btn-flat-border {
	width:100%;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}

.takeout_nav{
	margin:5% auto;
}

.takeout_nav a ,.column4 article a{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1em 0;
  text-decoration: none;
  color: #67c5ff;  
  
}

.takeout_nav a:before,.column4 article a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:#67c5ff;
  transition: .2s;
}

.takeout_nav a:hover:before,.column4 article a:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}














