@import url(https://fonts.googleapis.com/css?family=Marcellus);

body{
	color:#444444;
	line-height:1.7;
}
a,
a:visited,
a:hover{
	color:#50350d;
}
.wrap{
	width:100%;
	box-sizing:border-box;
}
.wrap .inner{
	max-width:1000px;
	margin:0 auto;
}

/**/
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* header */
#header {
	height:220px;
	background:#fff;
}
#header h1 {
	float:left;
	margin-top:20px;
}
#header .info {
	float:right;
	width:50%;
	margin-top:28px;
}
.header_tel {
	text-align:right;
	margin-bottom:18px;
}
.header_tel span {
	display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
}
.header_tel img {
	vertical-align:bottom;
	margin-right:7px;
}

/* nav */
#nav {
	width:100%;
	margin-top:10px;
	background:#f3f3f3;
       /* height:51px;*/
}
#nav li:first-child{
	/*width:17%;*/
}
#nav li {
	/*float:left;*/
	list-style:none;
	/*width:16.6%;*/
	/*height:51px;*/
	box-sizing:border-box;
	border-right:1px solid #ffffff;
}
#nav li.nav01 {
	border-left:1px solid #ffffff;
}
#nav li a {
	display:block;
	/*height:20px;*/
	/*line-height:51px;*/
	text-align:center;
	text-decoration:none;
}
#nav li a:hover {
	color:#800606;
}
#nav .inner {
max-width:1000px;
margin:0 auto;
display:block;
}

/* content */

#content {
	margin-bottom:40px;
	min-height:500px;
}
.top #content {
	margin-bottom:0;
}

#content .wrap p {
	margin-bottom:1.2em;
}

/* メイン */

.wrap.mainimage img {
	vertical-align: bottom;
}

.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 {
	padding-top:30px;
}
#footer {
	background:#f3f3f3;
	text-align:center;
	color:#ffffff;
}
#footer .inner {
	padding:1em 0;
}
#footer ul {
	text-align:center;
	margin-bottom:10px;
}
#footer ul li {
	display:inline-block;
	list-style:none;
        color:#50350d;
}
#footer ul li a,
#footer ul li a:visited {
	text-decoration:none;
	color:#50350d;
}
#footer ul li a:hover {
	text-decoration:underline;
}
.copyright {
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:1.8;
	color:#000;
}


/* 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;
}

table.news {
	max-width:800px;
	margin:0 auto;
	width: 100%;
}
table.news th,
table.news td {
	padding:15px 10px 14px;
	text-align: left;
	}
	
	table.news tr:nth-child(odd) {
	background:#f1f0ef;
	}

table.news th {
	width:20%;
	padding:15px 0 14px 20px;
}

.top table.info {
	border-top:none;
	width: 100%;
}
.top table.info th {
	padding:8px 5px 3px ;
	text-align:left;
	display:block;
	width:100%;
	box-sizing: border-box;
	color:#a01a2a;
}
.top table.info td {
	padding:3px 5px 7px ;
	border-bottom:1px dotted #cccccc;
	text-align:left;
	display:block;
	width:100%;
	box-sizing: border-box;
}



/* BTN */

.anchor_wrap a {
	width: 210px;
    display: inline-block;
    height: 34px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    background: #3b240f;
	border-radius:3px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}
.anchor_wrap a:hover {
	opacity:0.7;
}

.anchor_wrap2 a {
	width: 210px;
    display: inline-block;
    height: 34px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    background: #800606;
	border-radius:3px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
}
.anchor_wrap2 a:hover {
	opacity:0.7;
}

/*TOP*/

h3 {
	font-family: 'Marcellus', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align:center;
	letter-spacing:0.1em;
}
.top .h3 { 
	text-align:center; 
	display:block;
	padding-bottom:30px;
	letter-spacing:0.1em;
	padding-top:2.5em;
}

.top h3.title span {
	text-align:center;
	box-sizing:border-box;
	padding:0;
	display:block;
	display:inline-block;
	font-size:32px;
	letter-spacing:0;
	font-family: 'Marcellus', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color:#140902;
}
.top .topbox01{
	background:url(../images/top_bg_01.png) repeat;
	padding-top: 50px;
    padding-bottom: 30px;
}
.top .topbox01 .txt01{
	font-size:16px;
	color:#3b240f;
	text-align:center;
	font-weight:bold;
}
.top .topbox01 .txt02{
	color:#74685c;
	text-align:center;
}

.top .topbox03{
	background:url(../images/top_bg_02.png) no-repeat center top;
	background-size:cover;
	padding:170px 0;
}
.top .topbox03{
	color:#ffffff;
}
.top .topbox03 .txt01{
	color:#ffffff;
	margin-bottom: 0!important;
}
.top .topbox03 .txt02{
	font-size:36px;
	color:#ffffff;
	font-family: 'Marcellus', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.top .topbox03 .l_btn{
	float:left;
}
.top .topbox03 .r_btn{
	float:right;
}
.top .topbox03 .topbox03_in{
	max-width:540px;
	margin:0 auto;	
}

.top .h3.topbox04 h3 span{
	color:#800606;
}
.top .topbox05{
	background:url(../images/top_bg_03.png) no-repeat center top;
	background-size:cover;
	padding:70px 0;
	text-align:center;
       color:#fff;
}
.top .topbox05 h3{
	margin-bottom:30px;
}
.top .topbox05 h3 span{
	color:#ffffff;
}
.top .topbox05 .txt01{
	color:#ffffff;
}
.top .topbox05 .txt02{
	color:#ffffff;
	font-size:28px;
	margin-bottom:10px!important;
}
.top #content .wrap.topbox05 p.anchor_wrap2{
	margin-bottom:40px;
}

.under h3 {
	text-align:center;
}

.under h3 span {
	text-align:center;
	box-sizing:border-box;
	padding:0 0 5px 0;
	display:block;
	font-size:28px;
	display:inline-block;
}

.top h4 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:1em;
}
.under h4 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:1em;
	padding-top:0.6em;
	padding-bottom:0.3em;
	border-bottom:1px dotted #50350d;
}

.top  .bg_block {
	background:#f5f6f0;
}
.top .concept-block {
	padding-bottom:2.5em;
}
.top  .info-block {
	margin-bottom: 40px;
}
.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-list3 li:first-child{
	padding-left:4%;
}
.item-list3 li {
	float:left;
	width:28%;
	padding:0 4% 20px 0;
	text-align:center;
}
.item-list3 li img {
	width:100%;
	margin-bottom:10px;
}

/* 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: 'Marcellus', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* template */

.under .wrap {
	margin-bottom:40px;
}
.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!important;}

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

@media only screen and (min-width: 1281px) {
#menu > li{
    padding: 26px 0!important;
    font-size: 0.75vw;
}
}

@media only screen and (max-width: 1280px) {
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
    margin-left: auto;
	margin-right:auto;
    width: 94%;
	float:none;
}
#nav li {
}

/**/

}
@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;}
}
@media only screen and (max-width: 767px) {

.sp { display:block!important;}
.pc { display:none!important;}

img {
	max-width:100%;
}

#header {
	height:110px;
}
#header h1 {
	position:absolute;
	margin-top:0;
	top:10px;
	left:10px;
	max-width:45%;
}
#header .info {
	position:absolute;
	top:20px;
	right:10px;
	margin-top:0;
	width:166px;
	max-width:36%;
	padding-top:0;
	float:right;
}
#header .info a {
	margin-right:4.5%;
	display:block;
	width:30.5%;
	float:left;
}
#header .info img {
	width:100%;
	display:block;
}

#nav {
	background:none;
}
#menu { display:none;}
#toggle {
	display: block;
	position: absolute;
	top:20px;
	right:10px;
	max-width:50px;
	width:10%;
}
#header  #toggle a {
	width:100%;
	margin:0;
	float:none;
	position: relative;
}
#nav ul {
    background:#2b1a0b;
    left: 0;
    margin: 0;
    top: 149px;
    width: 100%;
	position:absolute;
	z-index:9999;
	border-top: 1px solid #fff;
	overflow: visible;
}
#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 li:first-child {
    width: 100%;
}
#nav ul li.nav01 { border-left:none;}
#nav ul li a {
	display:block;
	padding:14px 10px;
	width:100%;
	float:none;
	box-sizing:border-box;
	text-align:left;
	height:auto;
	line-height:1.5;
        background:#eac594;
}

.item-list3 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;
}
.top .topbox03{
	background:url(../images/top_bg_02_sp.png) no-repeat center top;
	padding: 100px 0;
    background-size: cover;
}
.top .topbox05{
	background:url(../images/top_bg_03_sp.png) no-repeat center top;
	background-size:cover;
	padding:40px 0;
}
}

@media only screen and (max-width: 480px) {
#nav ul { top: 88px;}
.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;
}
.top .topbox03 .l_btn{
	float:none;
}
.top .topbox03 .r_btn{
	float:none;
}

}
@media only screen and (max-width: 320px) {
#header h1 {
	top:10px;
}
#header .info {
	top:15px;
}
#toggle {
	top:15px;
}
#nav ul { top:10px;}

}
/***********BLOG************/
.wrap>.inner{
}
.wf_blog_ul{
}

.wf_blog_ul .wf_blog_li_thumb,.wf_blog_ul .wf_blog_li_thumb:hover{
}

.wf_blog_ul .wf_blog_li_thumb img{
}
.wf_blog_ul li{
}
.wf_blog_ul  li a{
}
.wf_blog_ul li:after{
}
.wf_blog_ul .wf_blog_li_date,.wf_blog_ul .wf_blog_li_title{
}
.wf_bread_ul li{
}
.wf_bread_ul {
}
.radius_wrap .wf_blog_ul{
}
.radius_wrap .wf_blog_ul li{
}

form .wrap{
}
@media screen and (max-width: 768px) {
form .wrap{
}
}
/***********追加************/

.kuwashiku{
    float: right;
    margin-top: 20px;
}
.title{
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    text-align: center;
    letter-spacing: 0.1em;
    font-size:36px;
    border-bottom:1px solid #ccc;
}
.border-table02 {
    width: 100%;
    margin-bottom: 0.5em;
}

.border-table02 tbody th {
    background: #4e3c33;
    color: #fff;
    text-align: center;
    width:30%;
    vertical-align:middle;
}
.border-table02 th, .border-table02 td {
    text-align: left;
    font-weight: normal;
    padding: 12px 8px;
    border: 1px solid #ccc;
    background: #fff;
}
.border-table03 {
    width: 100%;
    margin-bottom: 0.5em;
}

.border-table03 tbody th {
    background: #4e3c33;
    color: #fff;
    text-align: center;
    width:70%;
    vertical-align:middle;
}
.border-table03 th, .border-table03 td {
    text-align: center;
    font-weight: normal;
    padding: 12px 8px;
    border: 1px solid #ccc;
    background: #fff;
}
.top h5{
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    text-align: center;
    letter-spacing: 0.1em;
    font-size:25px;
    border-bottom:1px solid #ccc;
}
.columns {
    margin-left:auto!important;
    margin-right:auto!important;
}
.submenu_ul{
    z-index:20;
    position:absolute;
    top:220px;
    width:16.6%;
}
.submenu_ul li{
width:100%!important;
}
.submenu_ul li a{
    display: block;
    background: rgba(0,0,0,0.7);
    height: auto !important;
    min-height: auto !important;
    padding: 10px;
    text-decoration: none;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    color:#fff;
}
#sidecontact {
  display: block;
  position: fixed;
  top: 221px;
  z-index: 1000;
}
#sidecontact.rightContent {
  right: 0;
}
#sidecontact.rightContent a, #sidecontact.rightContent a img {
  display: block;
max-width: 120px;
}



/**************リニューアル**************/
body {
   font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    line-height: 1.8;
    color: #3c3c3c;
font-size: 16px;
}
body.under #content {
    margin-bottom: 3em;
}

/*ボタン*/
.anchor_wrap a {
    width: 320px;
    max-width: 100%;
    display: inline-block;
    font-size: 16px;
     height:auto;
    color: #3c3c3c;
    text-decoration: none;
    border: 1px solid #3c3c3c;
background:none;
     border-radius:0;
    text-align: center;
    box-sizing: border-box;
    padding: 0.8em 1.5em;
    position: relative;
    margin: 2em auto 0;
}
.anchor_wrap a:after {
    content: "";
    width: 30px;
    height: 5px;
    background: url(/images/btn_arrow.png) no-repeat;
    position: absolute;
    right: -10px;
    bottom: 10px;
}
.top .h3 {
    text-align: center;
    display: block;
    padding-bottom: 30px;
    letter-spacing: 0.1em;
    padding-top: 0;
}


/*TOP*/
.mainimage {
    position: relative;
padding-bottom:0;
}
.mainimage h2{
margin-bottom:0;
}
.mainimage .slick-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 251px;
    max-height: 594px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto auto auto 66%;
    background: url(/images/maincopy2.png) no-repeat center center/ auto 86%;}
 
.mainimage .slick-slide:nth-of-type(2):after {
background-image: url(/images/maincopy1.png);
width:196px;

}
.mainimage .slick-dots {
    display: none!important;
}
.sec01{
background:url(/images/sec01_bg.jpg) no-repeat center / cover;
padding:5em 0 4em;
}
.sec02{
background:url(/images/sec02_bg.jpg) no-repeat center / cover;
padding:5em 0 4em;
}
.sec03.bg1{
background:url(/images/sec03_bg01.jpg) no-repeat center / cover;
padding:5em 0 4em;
}
.sec03.bg2{
background:url(/images/sec03_bg02.jpg) no-repeat center / cover;
padding:5em 0 4em;
}
.sec03 .column{
box-sizing: border-box;
}
.youtube_btn .img_anchor::before{
background:none!important;
}
.youtube_btn .img_anchor:hover::before {
    background: rgba(0,0,0,0.1)!important;
}
.youtube_btn .img_anchor {
    margin-bottom: 2em;
}
.mt0{
margin-top:0!important;
}
.sec_news{
background:url(/images/sec_news_bg.jpg) ;
padding:1em 0 ;
}
.sec_news .anchor_wrap a {
    width: 180px;
    padding: 0.3em 1.5em;
margin:0;
max-width: 94%;
}
.sec_news .column.is-3{
background:url(/images/news_line.png) no-repeat right center; 
}
.sec_news .h3 {
    padding-bottom: 13px;
}
.sec04 .bg1{
background:url(/images/sec04_bg01.jpg) no-repeat center / cover;
padding:5em 0 4em;
position: relative;
    z-index: 0;
}
.sec04 .bg2{
background:url(/images/sec04_bg02.jpg) no-repeat center / cover;
padding:5em 0 6em;
position: relative;
    z-index: 0;
}
.sec04 .bg1:before{
content:"";
width:1100px;
height:420px;
max-width:60%;
background:url(/images/sec04_img01.jpg) no-repeat center;
position: absolute;
left:0;
top:15%;
z-index: -1;
}
.sec04 .bg2:before{
content:"";
width:1100px;
height:420px;
max-width:60%;
background:url(/images/sec04_img02.jpg) no-repeat center;
position: absolute;
right:0;
top:15%;
z-index: -1;
}
.sec04 .column{
box-sizing: border-box;
}
.sec04 .in {
    background: rgba(60,60,60,.6);
    box-sizing: border-box;
    padding:12% 12% 8%;
    color: #fff;
margin-top: 15%;
}
.sec04 .anchor_wrap a {
    color: #fff;
    border: 1px solid #fff;
}
.sec04 .anchor_wrap a:after {
    background-image: url(/images/btn_arrow_re.png);
}
.sec05{
background:url(/images/sec05_bg.jpg) no-repeat center / cover;
padding:5em 0 4em;
}
.sec06{
background:url(/images/sec06_bg.jpg);
padding:5em 0 7em;
}
.sec06 .bg1 .in{
background:url(/images/sec06_bg01.png) no-repeat center / cover;
}
.sec06 .bg2 .in{
background:url(/images/sec06_bg02.png) no-repeat center / cover;
}
.sec06 h4{
text-align:left;
border-bottom:1px solid #3e3e3e;
padding-bottom: 6px;
}
.sec06 .in {
    box-sizing: border-box;
    padding: 10%;
}
.sec06 dt {
    float: left;
    clear: left;
    width: 3em;
}
.sec06 dd {
   padding-left:4em;
}
.sec06 dl {
margin-bottom:20px;
}
#footer {
    background: url(/images/footer_bg.jpg);
    text-align: center;
    color: #3c3c3c;
margin-top: 30px;
}
#footer .footer_bnr {
    position: relative;
    top: -40px;
}
#footer .footer_bnr img {
    width: 100%;
}

@media screen and (min-width: 768px) {
#header .info {
    float: right;
    width: 61%;
    margin-top: 28px;
max-width: 503px;
margin-right: 10px;
}
#header .info .column {
    width: 48%;
padding:0;
}
#header .info .column + .column{
margin-left:4%;
}
#header .info img{
width:100%;
max-width:233px;
margin:0;
}

#menu >li{
padding:10px 0;
}

.sec03 .h3,
.sec04 .h3{
text-align: left;
}
.sec_news .column.is-3{
   display: -webkit-flex;
    display: -ms-flex;
    display: flex;
-webkit-align-items: center;
 	-ms-align-items    : center;
	align-items        : center;
	-webkit-justify-content: center;
	-ms-justify-content    : center;
	justify-content        : center;
}
.sec_news .column.is-3 + .column {
    padding-left: 5%;
    box-sizing: border-box;
}
.sec05 .column.is-7 + .column {
    margin-top: 6%;
}
.sec06 dl {
    min-height: 120px;
}
}
@media screen and (min-width: 768px) and (max-width: 1280px){
#menu > li{
padding: 20px 0;
    font-size: 10px;
}
}
@media screen and (max-width: 767px){
.sec03 .youtube_btn img {
    width: 100%;
}

.mainimage .slick-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 509px;
    max-height: 245px;
    position: absolute;
    display: block;
    top: auto;
    right: 0;
    left: 0;
    bottom: 5%;
    margin: auto;
    background: url(/images/sp_main_copy02.png) no-repeat center bottom / 80% auto;
 }
.mainimage .slick-slide:nth-of-type(2):after {
background: url(/images/sp_main_copy01.png) no-repeat center / auto 90%;
 max-height:708px;
top:0;
bottom:0;
width: inherit;
}
.top .anchor_wrap{
text-align:center;
}
.sec01{
background:url(/images/sp_sec01_bg.jpg) no-repeat center / cover;
padding:2em 0 1.5em;
}
.sec02{
padding:2em 0 1.5em;
}
.sec03.bg1 {
    background: url(/images/sp_sec03_bg01.jpg) no-repeat center / cover;
    padding: 2em 0 1.5em;
}
.sec03.bg2 {
    background: url(/images/sp_sec03_bg02.jpg) no-repeat center / cover;
    padding: 2em 0 1.5em;
}
.sec04 .bg1:before,.sec04 .bg2:before{
display:none;
}
.sec04 .bg1 {
    background: url(/images/sp_sec04_bg01.jpg) no-repeat center / cover;
    padding: 2em 0 0;
}
.sec04 .bg2 {
    background: url(/images/sp_sec04_bg02.jpg) no-repeat center / cover;
    padding: 2em 0 2em;
}
.sec04 .in {
    margin-top: 0;
}
.sec_news .column.is-3{
background:none;
}
.sec05 {
    padding: 2em 0 1.5em;
}
.sec06 {
    padding: 2em 0 4em;
}
.sec06 .column + .column {
    margin-top: 1em;
}
.sec06 .in {
    padding: 7%;
}
}
@media only screen and (max-width: 420px){
#header {
    height: 74px;
}
}
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 10px;
z-index: 99999;
}

#sidecontact .bnr01, .bnr02 {
    margin-bottom: 15px;
}

.sec03 .youtube_btn .img_anchor:hover::after {
    background: url(/images/youtube_btn.svg) no-repeat;
        background-size: auto;
    background-size: auto;
}
.sec03 .youtube_btn .img_anchor::after {
    background: none;
}