@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
/* CSS Document */
#nav li.sp{display:none}
.hidden{display:none;}
.t01_wrap.cell5 tbody th,.t01_wrap.cell5 tbody td{
width:20%;
}
.t01_wrap.cell4 tbody th,.t01_wrap.cell4 tbody td{
width:25%;
}

.imgw100p img{width:100%;}
.column{box-sizing:border-box;}
.columns{box-sizing:border-box;margin:0px;}
#footer .column{padding:5px;}
form .wrap>.inner {
border-bottom:0px;
padding-top: 0px;
padding-bottom: 0px;
}
form .wrap.wf_form_wrap>.inner {
border-bottom:1px solid #ccc;
padding-top: 10px;
padding-bottom: 10px;
}
.carousel img{ width:100%;max-width:100%!important;}
.hikoukai{
display:none;
}
.top .学内フォトアルバム .wf_blog_li_date{display:none;}
.top .学内フォトアルバム .slick-slide{margin:5px;}
.top .学内フォトアルバム .slick-next{right:10px!important;}
.top .学内フォトアルバム .slick-prev{left:10px!important;}
.top .学内フォトアルバム a{text-decoration:none!important;}
.top .学内フォトアルバム .wf_blog_li_title{display:none}
.top .学内フォトアルバム .wf_blog_li_thumb{position:relative;min-height:200px;display:block;overflow:hidden;background:#000;}
.top .学内フォトアルバム .wf_blog_li_thumb img{
top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
display:block;
position:absolute;
max-width:300%;}
a, * {
    outline: none;
}
.mainimage,.mainimage img{
	width:100%;
	padding:0;
}
.mainimage {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.mainimage video{width:100%;}
.mainimage iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img, table th, table td {
    vertical-align: middle;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.googlemap {
    position: relative;
    padding-bottom: 50% !important; /*縦横比*/
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.mb0, .mb00 {
    margin-bottom: 0 !important;
}
.h3 {
    text-align: center;
}
h3.title {
    text-align: center;
    width: 100%;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: block;
    font-size: 30px;
    font-family: 'Marcellus', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #1f9200;
    font-weight: bold;
    line-height: 1.3;
}
h3.title * {
    width: 100%;
}
h4.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
    padding-top: 0.6em;
    padding-bottom: 0.3em;
    border-bottom: 1px dotted #1f9200;
}
h4.title:before {
    content: "◆";
    color: orange;
}
h5.title {
    color: #4ecf6d;
    font-weight: bold;
    font-size: 15px;
    border-left: 3px solid #4ecf6d;
    padding: 0 0 3px 10px;
    border-bottom: 1px solid #4ecf6d;
}
body {
    color: #444444;
    line-height: 1.7;
	font-size:16px;
}
a, a:visited, a:hover {
    color: #1f9200;
}
.wrap {
    width: 100%;
    box-sizing: border-box;
}
.wrap .inner {
    width: 100%!important;
    margin: 0 auto;
max-width:1000px;
box-sizing:border-box;
}
.main_image, .main_image img {
    width: 100% !important;
    max-width: 100% !important;
}
.youtube_btn .img_anchor, .youtube_btn .img_anchor:before {
    background: none !important;
}
.youtube_btn .img_anchor:hover, .youtube_btn .img_anchor:hover:before {
    background: rgba(0,0,0,0.2) !important;
}
/**/
.header .inner, #content .inner, #footer .inner, .totop .inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
/* header */
.header {
    padding: 50px 0 0;
    height: 160px;
    box-sizing: border-box;
}
.header h1 {
    float: left;
    padding: 0px 0 0px 40px;
    width: 35%;
    text-align: left;
    box-sizing: border-box;
}
.header h1 span{font-size:10px;}
.header h1 img {display:block;
    width: 100%;
    max-width: 163px;
}
.h_inner {
    margin: 0 auto;
    width: 100%;
}
.header .info {
    float: left;
    width: 50%;
}
.header_tel {
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
.header_tel span {
}
.header_tel img {
    vertical-align: middle;
}
/* nav */
#nav .submenu_ul {
    position: absolute;
    z-index: 1;

    min-width: 200px;
width:100%;
}
#nav .submenu_ul > li {
    background: #003a04;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-bottom: 1px solid #fff;
    border-right: 0px;
}
#nav .submenu_ul > li a {
    color: #fff !important;
    display: block;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding-left: 0;
}
#nav .submenu_ul > li a:before {
    display: none;
}
#nav .submenu_ul>li a:hover {
    color: #ccc!important;
}
#nav {
    width: 90%;
    margin-top:5%;
    float: right;
}
#nav li {
    float: left;
    list-style: none;
    width: 14.2%;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    color: #003a04;
    position: relative;
    text-decoration: none;
    font-weight: bold;
}
#nav li a {
    display: block;
    font-size: 10px;
    color: #003a04;
    text-decoration: none;
    font-weight: bold;
}
#nav li a:hover {
    color: #1f9200;
}
/* content */

#content {
    margin-bottom: 40px;
    min-height: 500px;
}
.top #content {
    margin-bottom: 0;
}
#content .wrap p {
    margin-bottom: 1.2em;
}
/* メイン */

.carousel {
    padding-bottom: 40px;
    width: 100%;
    overflow: hidden;
}
.carousel > div {
    width: 1000px;
    margin: 0 auto;
}
.carousel .slick-list {
    overflow: visible;
}
.carousel .slick-slide {
    position: relative;
    outline: 0;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    background: #f3f2ee;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    background: #fdcc07;
}
.carousel .slick-arrow {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 37px;
    height: 37px;
    margin-top: 0px;
    padding: 0;
    border: none;
    outline: none;
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    opacity: 0.8;
}
.carousel .slick-arrow:hover {
    opacity: 0.5;
}
.carousel .slick-arrow.slick-prev {
    left: -19px;
    background-image: url(../images/arrow_prev.png);
}
.carousel .slick-arrow.slick-next {
    right: -19px;
    background-image: url(../images/arrow_next.png);
}
/* フッター */
.totop {
    text-align: right;
    line-height: 1;
    height: 47px;
}
.totop img {
    display: block;
    float: right;
}
.top .totop {
    background: #f5f6f0;
    padding-top: 30px;
}
#footer {
    background: #4ecf6d;
    color: #fff;
    padding: 80px 0;
}
#footer a {
    color: #fff;
}
#footer .inner {
    padding: 1em 0;
}
#footer ul a span, #footer ul span{
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 1em;
}
#footer ul {
    text-align: center;
    margin-bottom: 10px;
}
#footer ul li {
   /* display: inline-block;*/
    list-style: none;
    vertical-align: top;
    text-align: left;
    /*width: 14%;*/
    /*margin-left: 1em;*/
}
#footer ul li ul li {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 1em;
    margin: 0;
}
#footer ul li ul li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 5px;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
}
#footer ul li a, #footer ul li a:visited {
    text-decoration: none;
}
#footer ul li a:hover {
    text-decoration: underline;
}
.copyright {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    padding: 10px 0;
    color: #1f9200;
}
/* table */

.menu_table {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #e8e9e3;
}
.menu_table th, .menu_table td {
    padding: 14px 14px;
    border-bottom: 1px solid #e8e9e3;
}
.menu_table th {
    text-align: left;
}
.menu_table td {
    text-align: right;
}
.t01_wrap {
}
.t01_wrap table {
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-collapse: collapse;
word-break: break-all;
word-wrap: break-all;
}
.t01_wrap table th, .t01_wrap table td {
    padding: 12px 10px;
    border: 1px solid #ccc;
}

.t01_wrap table thead th {
    background: #4ecf6d;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.t01_wrap table tbody th {
    font-weight: bold;
    background: #eef7f4;
}
.t01_wrap table tbody td {
}

}
.t01_wrap table tbody th {
    font-weight: bold;
    background: #eef7f4;
}
.t01_wrap table tbody td {
}


.t01_wrap table.price02_top th, .t01_wrap table.price02_top td {
	width:16.6%;
}



.t01_wrap table.price02 tr td:last-child{
	font-weight:bold;
	color:#F00;
}


table.news {
    border-top: 1px solid #3b3b3a;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
table.news th, table.news td {
    padding: 15px 10px 14px;
    border-bottom: 1px dotted #c5c5c5;
}
table.news th {
    width: 20%;
    padding: 15px 0 14px 20px;
}
#footer table.info {
    margin-top: 10px;
    border-top: 1px solid #a7e7b6;
    width: 100%;
    margin-bottom: 2em;
}
#footer table.info td {
    padding: 5px 10px 5px;
    border-bottom: 1px solid #a7e7b6;
    text-align: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
/* BTN */

.anchor_wrap a {
    width: 180px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background: #a01a2a;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
    font-family: 'EB Garamond', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.anchor_wrap a:hover {
    opacity: 0.7;
}
/*TOP*/

.top h3.title span {
    text-align: center;
    width: 100%;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    font-family: 'Marcellus', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #1f9200;
    font-weight: normal;
}
.top .sub {
    text-align: center;
    width: 100%;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    font-family: 'Marcellus', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #1f9200;
    font-weight: normal;
}



.under h3.title {
    position: relative;
    padding-bottom: 5px;
}
.under h3.title::before {
    position: absolute;
    content: "";
    background: #1f9200;
    width: 60px;
    height: 2px;
    margin-left: -30px;
    left: 50%;
    bottom: 0;
}


.under .wrap.h3_title_wrap{
    max-width: 100%;
    padding: 2em 0;
    background:#1f9200;
	background-size:cover;
    margin-bottom: 40px!important;
}

.under .wrap.h3_title_wrap .inner{
	border-bottom:none;
}

.under .h3_title_wrap h3{
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    display: block;
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.05em;
    border-left: none;
    margin: 0;
}
.under h3 span {
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 5px 0;
    border-bottom: 4px dotted #b0bf24;
    font-size: 25px;
    display: inline-block;
}

.top h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
}
.under h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
    padding-bottom: 0.2em;
    color: #fff;
    background: #4ecf6d;
    border-bottom: none;
    position: relative;
    padding-left: 42px;
}
.under h4::before {
    position: absolute;
    content: "" !important;
    left: 16px;
    top: 20px;
    width: 15px;
    height: 15px;
    background: #1f9200;
}
.list_dot {
    margin-bottom: 1em;
}
.list_dot li>ul{margin-top:8px;}
.list_dot li {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1.2em;
    box-sizing: border-box;
}
.list_dot li::before {
    position: absolute;
    content: "";
    width: 0.4em;
    height: 0.4em;
    background: #1f9200;
    border-radius: 50%;
    top: 0.55em;
    left: 0.3em;
}
.list_dot.list_bg{
    background: #eef7f4;
    padding: 15px 10px 10px;
    box-sizing: border-box;
}
.list_dot.list_dot02 li{
	width:49%;
	float:left;
	font-size:18px;
}
.list_dot.list_dot02 li:nth-child(even){
	float:right;
}
h4.title::before {
    content: "◆";
    color: #1f9200;
}
.top .bg_block {
    background: #f5f6f0;
}
.top .concept-block, .top .item-block {
    padding-bottom: 2.5em;
}
.top .info-block {
    margin-bottom: 2.5em;
}
.top .concept-block img {
    margin-right: 20px;
}
.top .concept-block h4, .top .concept-block p, .top .concept-block .btn-style {
    padding-left: 52%;
}
.top .shop-block p.entry_p {
    width: 48%;
}
.top .shop-block .anchor_wrap {
    padding-top: 1em;
}
.top .shop-block .fl {
    width: 30%;
}
.top .shop-block .fr {
    width: 66%;
}
.top dl.info {
    margin-bottom: 20px;
}
/* item */	

.item-list li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 2% 2%;
    text-align: center;
}
.item-list li img {
    width: 100%;
    margin-bottom: 10px;
}
.item-list li span.item-price {
    padding-top: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #b0bf24;
    display: block;
}
/* under */

.page_title {
    background: #f5f6f0;
    text-align: center;
    margin-bottom: 30px;
    padding: 2em 0;
}
.page_title h2.title {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 40px;
    font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
/* template */

.under .wrap {
    margin-bottom: 20px;
}
.type_basic_fl img {
    width: 30%;
    margin-right: 2%;
    float: left;
}
.type_basic_fr img {
    width: 30%;
    margin-left: 2%;
    float: right;
}
.img-half .type_basic_fl img {
    width: 48%;
    margin-right: 2%;
}
.img-half .type_basic_fr img {
    width: 48%;
    margin-left: 2%;
}
/* 画像 */

.wrap img {
    max-width: 100%;
}
.img_list1 img {
    margin: 0 0 2%;
}
.img_list3 li {
    width: 32%;
    margin: 0 0 2% 2%;
    float: left;
    display: block;
}
.img_list3 li:first-child {
    margin-left: 0;
}
/*-------------------
 Responsive 
-------------------*/

.sp {
    display: none;
}
.map {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
}
.top .map {
    padding-bottom: 20%;
}
.map iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
.h_list {
    border-bottom: 1px solid #b2b2b2;
    padding: 3px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.h_list ul {
    text-align: left;
    margin: 0 30px;
}
.h_list ul li {
    display: inline-block;
    margin: 0 5px;
}
.h_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    z-index: 10;
}
.h_btn a img {
    display: block;
}
.columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*-webkit-align-items: center;      /* Safari etc. */
    /*-ms-align-items : center;   */    /* IE10        */
    /*align-items : center; */
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;/*--- IE10 ---*/
}
#footer .column:first-child {
   /* width: 30%;
    -webkit-box-flex-basis: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;*/
}
#footer .column:last-child {
/*
    width: 70%;
    -webkit-box-flex-basis: 70%;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
*/
}
.top05 .column.wf_img_cont {
    width: 40%;
    -webkit-box-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
}
.top05 .column.left {
    width: 60%;
    -webkit-box-flex-basis: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
}
.top04 .column {
    width: 20%;
    -webkit-box-flex-basis: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
}
.top01 .column {
    width: 50%;
    -webkit-box-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}
}
.bg {
    background: #eef7f4;
    padding: 7em 0 6em;
}
.top .wf_blog_ul {
    margin: 0 auto 40px;
    padding-top: 10px;
    border-top: 1px solid #003a04;
}
.top .wf_blog_li_inner {
    border-bottom: 1px solid #ccc;
}
.wf_blog_li_date {
    font-weight: bold;
    margin-right: 20px !important;
}
.wf_blog_ul .wf_blog_li_date, .wf_blog_ul .wf_blog_li_title {
    margin: 15px 0;
}
/*********/
/*共通：ボタン*/
.btn_wrap a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #ddd;
    content: "";
    display: block;
    height: 5px;
    margin-top: -3px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 5px;
}
.btn_wrap a:before {
    display: none;
}
.btn_wrap a {
    position: relative;
    max-width: 220px;
    width: 100%;
    color: #fff;
    box-sizing: boder-box;
    padding: 20px;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    background: #4ecf6d;/*ここで背景色の指定*/
    text-align: center;
    font-size: 14px;
    transition: all 300ms 0s ease;
    text-decoration: none;
	box-sizing:border-box;
}
.btn_wrap a:hover {
    text-decoration: none;
    opacity: 1.0!important;
    background: #1f9200;
}



.top01 .wf_blog_ul li {
    font-size: 14px;
}
.top02 {
    background: url(../images/bg_img001.jpg) no-repeat center top;
    background-size: cover !important;
    position: relative;
    min-height: 620px;
}
.top04 {
    background: url(../images/bg_img002.jpg) no-repeat center;
    background-size: cover !important;
    padding: 5em 0;
}
.top04 h3.title {
    margin: 0 auto 40px !important;
}
.top04 span {
}
.top04 .columns {
    margin: 0 auto 50px;
}
/*
.top04 .column {
    padding: 0;
    margin-right: 5px;
    max-width: 235px;
}*/
.top04 .txt {
    background: #fff;
    padding: 15px;
    color: #000;
    box-sizing: border-box;
}
.wrap.top04 img ,.wrap.top08 img{
    max-width: 100%;
    width: 100%;
}
#content .top04 .inner,#content .top08 .inner{
    width: 80%;
    max-width: 96%;

}
.top05 {
    background: url(../images/top05_bg.jpg) no-repeat center;
    background-size: cover !important;
    position: relative;
}
.top05 .cont {
    background:url(../images/logo_bg.png) no-repeat center center rgba(255,255,255,0.8);
    color: #333;
    text-align: center;
    padding: 50px;
	box-sizing:border-box;
}
.top02 .cont .btn_wrap, .top05 .cont .btn_wrap {
    margin-top: 2em;
}
.top02 .cont h3.title, .top05 .cont h3.title {
    color: #4ecf6d;
    margin: 0 auto 0px !important;
}
.top02 .cont p, .top05 .cont p {
    line-height: 2;
}
.top02 .cont h3.title span, .top05 .cont h3.title span {
    font-weight: normal;
    text-align: center;
    width: 100%;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    font-family: 'Marcellus', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #4ecf6d;
}


.top .top06{
    margin: 0;
	color:#fff;
	text-align:center;
	padding:0;
}
.top .top06 h3.title {
    margin-top: 0.8em;

}
.top06 .columns {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}
.top06 .column{
	background: url(/images/top06_img01.jpg) repeat center top;
	background-size:cover;
	position:relative;
	padding:120px 0;
	box-sizing:border-box;
	border-right:1px solid #fff;
}
.top06 .column02{
	background: url(/images/top06_img02.jpg) repeat center top;
	background-size:cover;
}
.top06 .column03{
	background: url(/images/top06_img03.jpg) repeat center top;
	background-size:cover;
	background-position: 90% 0;
}
.top06 .column04{
	background: url(/images/top06_img04.jpg) repeat center top;
	background-size:cover;
	border-right:none;
}
#content .wrap.top06 .column p.p01 ,#content .wrap.top07 .column p.p01{

    font-size: 32px;
    margin: 0 auto;
    letter-spacing: 0.05em;
    max-width: 92%;
    font-weight: bold;
    text-shadow: #000 0 0 5px;

}
.top06 .link_p{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	-webkit-transition:none;
	transition:none;
	margin-bottom:0!important;
}
.top06 .link_p a{
    width: 100%;
    height: 100%;
    display: block;
	transition:none;
	-webkit-transition: none;
}
.top06 .link_p a:hover{
    background-color:#FFF;
    filter:alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}

.top .top07{
    margin: 0;
	color:#fff;
	text-align:center;
	padding:0;
}
.top .top07 h3.title {
    margin-top: 0.8em;

}
.top07 .columns {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}
.top07 .column{
	background: url(/images/top07_img01.jpg) repeat center top;
	background-size:cover;
	position:relative;
	padding:120px 0;
	box-sizing:border-box;
	border-right:1px solid #fff;
}
.top07 .column02{
	background: url(/images/topテキスト2.jpg) repeat center top;
	background-size:cover;
}
.top07 .column03{
	background: url(/images/top07_img04.jpg) repeat center top;
	background-size:cover;
	background-position: 90% 0;
}
.top07 .column04{
	background: url(/images/top07_img03.jpg) repeat center top;
	background-size:cover;
	border-right:none;
}

.top07 .link_p{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	-webkit-transition:none;
	transition:none;
	margin-bottom:0!important;
}
.top07 .link_p a{
    width: 100%;
    height: 100%;
    display: block;
	transition:none;
	-webkit-transition: none;
}
.top07 .link_p a:hover{
    background-color:#FFF;
    filter:alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}


.img_mb {
    margin: 0 auto 20px;
}
.photo .btn_wrap a, .top05 .btn_wrap a {
    margin: 3em auto 0;
}
.bg .bold {
    font-size: 18px;
    margin: 1em 0;
    color: #4ecf6d;
    display: block;
}
.wf_bread_ul {
    margin: 20px auto;
}

.columns.img100 img{
	width:100%;
}

@media only screen and (max-width: 1400px) {
.h_btn {
    display: none;
}
.header .info {
    width: 60%;
}
#nav li {
    text-align: center;
}
#nav {
    width: 95%;
}
#nav li a {
    font-size: 10px;
}
}

@media only screen and (max-width: 1010px) {
.header .inner, #content .inner, #footer .inner, .totop .inner,#content .top04 .inner, #content .top08 .inner {
    margin-left: auto;
    margin-right: auto;
    width: 97%;
    float: none;
}
}

@media only screen and (max-width: 1000px) {
.carousel > div {
    width: 100%;
}
.carousel .slick-arrow.slick-next {
    right: 5px;
}
.carousel .slick-arrow.slick-prev {
    left: 5px;
}
#footer ul li {

}
.top .map {
    padding-bottom: 40%;
}
#content .wrap.top06 .column p.p01, #content .wrap.top07 .column p.p01 {
    font-size: 25px;
    line-height: 1.3;
}
h3.title {
    font-size: 28px;
}
.top06 .column {
    padding: 100px 0;
}
.top07 .column {
    padding: 100px 0;
}
}

@media only screen and (max-width: 768px) {
.column {
    padding: 10px;
}
}



@media only screen and (max-width: 767px) {
#nav li.sp{display:inline-block;}
.header h1 img {
    width: 100%;
    max-width: 100px!important;
}
.columns{
margin-left: auto!important;
margin-right: auto!important;
}

.top04 .column, .top08 .column{
    padding: 0;
    margin: 0 auto 20px;
    max-width: 420px;
}
form .wrap {
    min-height: inherit;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto !important;
}

.wrap img {
    max-width: 95%;
}
.columns, .column {
    margin: 0 auto 20px !important;
    display: block;
    flex: auto;
}
.wrap .inner {
    max-width: 420px;
}
#footer {
    padding: 30px 0;
}
#footer ul {
    text-align: left;
}
#footer ul li {
}
.t01_wrap {
    overflow: auto;
    white-space: nowrap;
	max-width: 96%;
	margin: 0 auto;
}
.bg {
    padding: 4em 0 2em;
}
h3.title {
    font-size: 22px;
}
.top .sub {
    font-size: 14px;
}
.wf_blog_ul .wf_blog_li_date, .wf_blog_ul .wf_blog_li_title {
    float: none;
    margin: 5px;
}
.top .map {
    padding-bottom: 70%;
}
.h_list {
    display: none;
}
.sp {
    display: block;
}
.pc {
    display: none;
}
img {
    max-width: 100%;
}
.header {
    height: 100px;
    padding: 20px 0;
}
.header h1 {
    max-width: 70%;
    padding: 0;
    width: 50%;
}
.header .info {
    margin-top: 0;
    width: 166px;
    max-width: 36%;
    padding-top: 0;
    float: right;
    margin-right: 10px;
}
.header .info a {
    margin-right: 4%;
    display: block;
    width: 30%;
    float: left;
}
.header .info img {
    width: 100%;
    display: block;
}
#nav {
    background: none;
    margin:0;
    width: 30%;
}
#menu {
    display: none;
}
#toggle {
    display: block;
    float: right;
    max-width: 55px;
}
.header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
}
#nav ul {
    background: rgba(255,255,255,0.8);
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top:100px;
}
#nav ul li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
#nav ul li.nav01 {
    border-left: none;
}
#nav ul li a, #nav ul li.nav02 span, #nav ul li.nav03 span, #nav ul li.nav04 span  {
    display: block;
    padding: 15px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    font-size: 14px;
    line-height: 1.5;
}
#nav .submenu_ul{
top: auto !important;
}
#nav .submenu_ul > li a {
    padding: 10px 10px;
    text-align: left;
}
.item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
}
#content {
    width: 100%;
}
/* top */
.top .concept-block img, .top .shop-block img {
    margin: 0 0 20px;
    max-width: 100%;
}
.top .concept-block h4, .top .concept-block p, .top .concept-block .anchor_wrap {
    padding-left: 0;
}
.top .shop-block .anchor_wrap, .top .concept-block .anchor_wrap {
    text-align: center;
}
.top .shop-block p.entry_p {
    width: 100%;
}
/* template */

.type_basic_fl img, .type_basic_fr img, .img-half .type_basic_fl img, .img-half .type_basic_fr img, .img_list3 img, .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
}
.top .shop-block .fr {
    width: 100%;
    float: none;
}
.top .shop-block .fl {
    width: 100%;
    float: none;
}
.top table.info {
    margin-bottom: 20px;
}
.map {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}
.top02 .cont, .top05 .cont {
    padding: 30px 20px;
    bottom: -30px;
}
.top05 {
    min-height: 730px;
}
.photo .btn_wrap a, .top05 .btn_wrap a {
    margin: 1em auto 0;
}

.top04 {
    padding: 3em 0;
}
.top06 .column,.top06 .columns,.top07 .column,.top07 .columns{
    margin: 0 auto !important;
}
.top06 .column,.top07 .column{
    border-right: none;
	border-bottom:1px solid #fff
}
#footer ul li {

}

.under .h3_title_wrap h3 {
    font-size: 20px;
}
.under .wrap.h3_title_wrap {
    padding: 1em 0;
}
.t01_wrap table th, .t01_wrap table td {
    padding: 5px 3px;
    font-size: 11px;
}
.list_dot.list_dot02 li {
    width: 100%;
    float: none !important;
    font-size: 15px;
}
.under h4 {
    font-size: 20px;
}
.under h4::before {
    top: 15px;
}
}

@media only screen and (max-width: 480px) {
#footer ul li {

}
.wrap .inner {
    max-width: 320px;
}
.top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
}
.top .recommend-block .block-inner .fl {
    padding-left: 0;
}
table.news th, table.news td, .info_dt, .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
}
table.news th, .info_dt {
    padding: 15px 2px 4px;
}
table.news td, .info_dd {
    padding: 4px 2px 15px;
}
table.news th, .info_dt {
    border-bottom: none;
}
.menu_table th, .menu_table td {
    display: block;
}
.menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
}
.menu_table td {
    padding-top: 4px;
}
#nav ul {
    top:80px;
}
.header {
    height: 80px;
    padding: 20px 0;
}
.top01 iframe {
    width: 280px !important;
}
.t01_wrap table th, .t01_wrap table td {
    font-size: 12px;
}
}
@media only screen and (max-width: 320px) {
}
.wf_blog_ul .wf_blog_li_date, .wf_blog_ul .wf_blog_li_title {
    display: block;
    float: none;
    margin: 10px;
}
.wf_blog_ul .wf_blog_li_date {
    margin: 10px 10px 0 10px;
}
.wf_blog_ul .wf_blog_li_title {
    margin:0 10px 10px 10px;
}


.t01_wrap table.toku {
    font-size: 80%;
}
.t01_wrap tbody th{width:auto;}
.t01_wrap tbody th.th02_01,
.toku th.th01,th.th02_01 {
    width: 18%!important;
}

.t01_wrap tbody th.th02_02,
.toku th.th02,th.th02_02 {
    width: 14%!important;
}


.t01_wrap tbody th.th02_03,
.th.th03,th.th03_02 {
    width: 35%!important;
}

.t01_wrap tbody th.th02_05,
.toku th.th05,th.th02_05 {
    width: 10%!important;
}




.nav03.column.is-4.tsuika {
    margin-top: 44px;
}


@media only screen and (max-width: 767px) {
.nav03.column.is-4.tsuika {
    margin-top: 0px;
}
.nav03.column.is-4.tsuikamae {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
}