/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	/*background-image:url("img/background2.jpg");
	background-size: cover;
	background-size:100% auto;*/
}
/* 共通
------------------------------------------------------------*/

img{
	width: 100%;
	height: auto;
}
a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  _text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* nav
------------------------------------------------------------*/
.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
 
.inner:after {
  content:"";
  clear: both;
  display: block;
}
 
/*--------header-----------*/
 
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 75px auto 0;
  padding: 25px 0 0;
  line-height: 1;
  z-index: 999;
}
 
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}
 
#top-head .inner {
    position: relative;
}
/*ロゴのサイズ調整*/
#top-head .logo {
    float: left;
    position: relative;
    font-size: 10px;
    height: 8%;
	width: 8%;
	margin-left: 3%;
}
#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}
 
#global-nav ul {
    list-style: none;
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 12px;
	margin-right: 5%;
}
#global-nav ul li {
    float: left;
    padding:0 30px;
    border-left: 1px solid #000;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}
 
#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
 
#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
 
nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}
 
 
/*--------固定化されたときのCSS-----------*/
 
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    background: #fff;
    background: rgba(255,255,255,.2);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
 
#top-head.fixed .logo {
	position: relative;
	font-size: 13px;
    color: #000000;
}
 
#top-head.fixed .logo a {
  position: absolute;
  width: 90%;
  height: 30px;
}
#top-head.fixed .logo a img{
	padding-bottom: 20%;
	width: 20%
}
#top-head.fixed #global-nav ul li a {
    color: #000000;
    padding: 0 5px;
    padding-bottom: 5px;
}
 
/*-----------スマホのトグルボタンのCSS-------------*/
 
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #999;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
 
/*---------gnav sp--------------*/

/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
	
	
	
	
.main p {
	position: relative;
	padding-bottom: 5%;
	color: #9C874B;
	font-size: 0.5em;
}
    .slick-next {
      right: 0;
    }
 
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 40px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 56px;
        top: 15px;
        color: #333;
        font-size: 26px;
}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #999999;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 18px 0;
        color: #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
		
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	
	
	
	
	
	
	
} 
/*------------タブレット用------------------*/
 
@media screen and (max-width: 1024px) {
	.logo img{
		width: 85%;
	}
  .head-inner {
    display: none;
  }
 
  .slick-next {
    right: 0;
  }
 
  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background-color: rgba(255,255,255,0.0);
      width: 100%;
      height: 52px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      height: 50px;
      top: 5px;
      color: #333;
      font-size: 25px;
  }

  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -504px;
      background-color: rgba(255,255,255,0.5);
	  width: 100%;
      text-align: center;
      padding: 0px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 5px 0;
      color: #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #373737;
      padding: 18px 0;
  }
  #nav-toggle {
      display: block;
      right: 25px;
      top: 13px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }
}
/*navのホバーエフェクト--------------------------------------*/
li a {
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  border-bottom: solid 1px #535353;
  transition: 0.5s;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

li a:hover::after {
  width: 100%;
}
/*navのホバーエフェクト--------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
figure:hover img {
  opacity: .5;
}
hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color:#f5e682;   /* 線色 */
   height: 1px;         /* 高さ(※古いIE用) */
	margin: 0% 10%;
}

.mainimg{
	margin-top:10%;
	position: relative;

/*	background-size: cover;*/
	background-size:100% auto;

}
.title{
	position: absolute;
	width: 30%;
	top: 35%;
	left:65%;
}
#top-head{
	text-align: center;
}

#sec1 h1{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	font-size: 4vw;
	color: #323233;
	width: 85vw;
	margin:5% auto;
	padding: .10em 0 .10em .25em;
	border-left: 9px solid #f5e682;
}
#sec1 h2{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	font-size: 2.3vw;
	color: #323233;
	width: 85vw;
	margin:1% auto;
	padding: .10em 0 .10em .25em;
	background-color: #F5E682
}
#sec1 p{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	line-height: 3vw;
	font-size: 2vw;
	color: #464646;
	margin: 2% 8% 5% 9%;
	letter-spacing: 0.07em;
}

#sec2 h1{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	font-size: 4vw;
	color: #323233;
	width: 85vw;
	margin:5% auto;
	padding: .10em 0 .10em .25em;
	border-left: 9px solid #f5e682;
}
#sec2 h2{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	font-size: 2.3vw;
	color: #323233;
	width: 85vw;
	margin:1% auto;
	padding: .10em 0 .10em .25em;
	background-color: #F5E682
}
#sec2 p{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	line-height: 3vw;
	font-size: 2vw;
	color: #464646;
	margin: 2% 8% 5% 9%;
	letter-spacing: 0.07em;
}
#sec3 h1{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	font-size: 4vw;
	color: #323233;
	width: 85vw;
	margin:5% auto;
	padding: .10em 0 .10em .25em;
	border-left: 9px solid #f5e682;
}
#sec3 h2{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	font-size: 2.3vw;
	color: #323233;
	width: 85vw;
	margin:1% auto;
	padding: .10em 0 .10em .25em;
	background-color: #F5E682
}
#sec3 p{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	line-height: 3vw;
	font-size: 2vw;
	color: #464646;
	margin: 2% 8% 5% 9%;
	letter-spacing: 0.07em;
}
#sec4 h1{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	font-size: 4vw;
	color: #323233;
	width: 85vw;
	margin:5% auto;
	padding: .10em 0 .10em .25em;
	border-left: 9px solid #f5e682;
}
#sec4 h2{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	font-size: 2.3vw;
	color: #323233;
	width: 85vw;
	margin:1% auto;
	padding: .10em 0 .10em .25em;
	background-color: #F5E682
}
#sec4 p{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	line-height: 3vw;
	font-size: 2vw;
	color: #464646;
	margin: 2% 8% 5% 9%;
	letter-spacing: 0.07em;
}
#sec5 h1{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	font-size: 4vw;
	color: #323233;
	width: 85vw;
	margin:5% auto;
	padding: .10em 0 .10em .25em;
	border-left: 9px solid #f5e682;
}
#sec5 h2{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	font-size: 2.3vw;
	color: #323233;
	width: 85vw;
	margin:1% auto;
	padding: .10em 0 .10em .25em;
	background-color: #F5E682
}
#sec5 p{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	line-height: 3vw;
	font-size: 2vw;
	color: #464646;
	margin: 2% 8% 5% 9%;
	letter-spacing: 0.07em;
}
#sec5 a{
	font-family: 'TsukuARdGothic-Regular', sans-serif;
	font-weight: bold;
	line-height: 3vw;
	font-size: 1.6vw;
	border-bottom: solid 2px #f5e682;
	margin: 2% 8% 5% 9%;
	letter-spacing: 0.07em;
}
.flex_box {
	display: flex;
	flex-wrap: wrap;            /* 折り返し指定 */
	justify-content: space-evenly;  /* 横の位置指定 */
	margin: auto;
	width: 90%;
	margin-top: 5%;
	
}
 
.flex_item {
	margin: 0;
}
.flex_item1 img{
	width: 200px;
	opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.flex_item1:hover img{
	opacity: .4;
}
.flex_item2 img{
	width: 200px;
	opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.flex_item2:hover img{
	opacity: .4;
}
.flex_item3 img{
	width: 200px;
	opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.flex_item3:hover img{
	opacity: .4;
}
.flex_item4 img{
	width: 200px;
	opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.flex_item4:hover img{
	opacity: .4;
}
.flex_item5 img{
	width: 200px;
	opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.flex_item5:hover img{
	opacity: .4;
}
.shindoimg{
	width: 96%;
	margin: auto;
}

/* nav↑
------------------------------------------------------------*/
.footertop{
	width: 100%;
}
/* フッター
------------------------------------------------------------*/
#footer{
	margin-top: 15%;
	padding: 2%;
	width: 100%;
	height: auto;
	clear: both;
	text-align: center;
	font-size: 1.1vw;
	background-color: #f5e682;
	color: #242424;
}
