@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 768px){
/* メディアクエリー */

/***************************************************************************
reset
***************************************************************************/


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,
caption,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background-color:transparent;
	list-style:none;
	font-style:normal;
}
/*body {
	line-height:1;
}*/

img {
    border-style:none;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}



.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


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

.ov{
	over-flow: hidden;	
}
.mgb20{
	margin-bottom: 20px;	
}
.mgb35{
	margin-bottom: 35px;	
}
.mgr10{
	margin-right: 10px;	
}


/***************************************************************************


common


***************************************************************************/


html {
    scroll-behavior: smooth;
}

*{
    margin:0;
    padding:0;
}

body{
	font: 16px/1.5 'Roboto', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック", YuGothic,Osaka,"メイリオ","meiryo","ＭＳ Ｐゴシック",sans-serif;
    color: #000;
}
a {
    color: #000;
    text-decoration: none;
    transition-property: all;
    transition: 0.3s linear;
}
a:hover{
    text-decoration:none;
    transition-property: all;
    transition: 0.3s linear;
}
a[href^="tel:"] {
    pointer-events: none;
}
img{
    vertical-align:bottom;
}
a:hover img,
a:hover figure{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.disnone{
    display: none;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.list-mv07{
	transition: .8s;
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.h2_midashi1{
    font-size: 55px;
    text-align: center;
    margin: 0 0 85px;
}
.h2_midashi1 a{
    color: #ffb400;
}
.h2_midashi1 a:hover{
	opacity: 0.5;
}
.h2_midashi1 .koko{
    font-size: 16px;
    display: block;
    margin: -10px 0 0;
}

.h2_midashi2{
    font-size: 55px;
    text-align: center;
    margin: 0 0 85px;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 9000;
}


/***************************************************************************


cookie opt out


***************************************************************************/

button.module-ga-cookie-accept-btn:before,
button.module-ga-cookie-accept-btn:after{
		display: none;
}


/***************************************************************************


header


***************************************************************************/

header {
    width: 90%;
    min-width: 1024px;
    padding: 30px 5% 20px 5%;
    margin: 0 auto;
    background:#fff;
    z-index: 2;
    position: fixed;
}
header .inner{
    overflow: hidden;
}
header h1{
    float: left;
    margin: -12px 2vw 0 0;
}
header h1 a:hover img {
	opacity: 0.5 !important;
}
header nav{
    float: left;
    font-weight: bold;
    margin: 12px 0 0 0;
}
header nav ul li{
    display: inline-block;
    margin: 0 1.85vw 0 0;
}
header nav ul li:last-child{
    margin: 0;
}
header nav ul li a{
    position: relative;
    padding: 0 0 2px;
}
header nav ul li a::before,
header nav ul li a::after {
  border-bottom: solid 1px #000;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  width: 0;
}
header nav ul li a::before {
  left: 50%;
}
header nav ul li a::after {
  right: 50%;
}
header nav ul li a:hover::before,
header nav ul li a:hover::after {
  width: 50%;
}
header .bt-youtube{
    margin:0 20px 0 30px;
    width: 100px;
}
header .bt-youtube img{
    max-width:100%;
    height:auto;
}
header .bt-insta{
    margin:0 0 0 30px;
    width: 100px;
}
header .bt-insta img{
    max-width:100%;
    height:auto;
}

/*-----  search -----*/

.switch2{
    display: inline-block;
    margin: -10px 0 0 -10px !important;
    float: right;
}
.switch2:hover{
    opacity: 0.5;
    transition-property: all;
    transition: 0.3s linear;
}
.switch2:before{
    display: none;
}
.h_searchbox{
    clear: both;
    margin: 10px 0 0 -10px !important;
    padding: 20px 0 0;
}
/*----- form -----*/
#h_search .search_box{
    margin: 0 0 35px;
}
#h_search #form01{
    height: 55px;
    font-size: 0;
}
#h_search #form01 input{
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
}
#h_search #input01{
    width: 85%;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #cacaca;
}
#h_search #submit01{
    width: 15%;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
}
#h_search #submit01:hover{
    color: #000;
    background: #ccc;
    text-decoration:none;
    transition-property: all;
    transition: 0.3s linear;
    cursor:pointer;
}

/***************************************************************************


banner

***************************************************************************/


.bn{
    width: 100%;
    height: 100%;
}
.bnpro1 .inner,
.bnpro2 .inner,
.bnpro3 .inner,
.bnpro7 .inner{
    margin: 20px;
    padding-top: 76%;
    position: relative;
        z-index: 1;
}
.bnpro1 button,
.bnpro2 button,
.bnpro3 button,
.bnpro7 button{
    display: block;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.8vw;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.bn span{
  display: block;
}
.bn button::before, button::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.bn span::before, span::after{
  content:"";
  width:1px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.bn button:hover::before, button:hover::after{
  width: 100%;
}
.bn button:hover span::before, button:hover span::after{
  height: 100%;
}

/*----- background up -----*/

.bn:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
}
.bn:hover:after {
    opacity: .8;
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

/*----- button 1 -----*/
.btn-1::before, .btn-1::after{
  transition-delay: 0.2s;
}
.btn-1 span::before, .btn-1 span::after{
  transition-delay: 0s;
}
.btn-1::before{
  right: 0;
  top: 0;
}
.btn-1::after{
  left: 0;
  bottom: 0;
}
.btn-1 span::before{
  left: 0;
  top: 0;
}
.btn-1 span::after{
  right: 0;
  bottom: 0;
}
.btn-1:hover::before, .btn-1:hover::after{
  transition-delay: 0s;
}
.btn-1:hover span::before, .btn-1:hover span::after{
  transition-delay: 0.2s;
}

/***************************************************************************


breadcrumb


***************************************************************************/

.breadcrumb {
    background: #f3f3f3;
    font-weight: bold;
    padding-top: 96px;
}
.breadcrumb ul{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
.breadcrumb li{
  display:inline;
  list-style: none;
    font-size: 12px;
}
.breadcrumb li:after{
font-family: 'Font Awesome 5 Free';
  content: '\f105';
  padding: 0 8px;

}
.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li:first-child a:before{
font-family: 'Font Awesome 5 Free';
  content: '\f015';
    font-weight: 900;
  font-size: 1.3em;
}
.breadcrumb li a:hover {
    opacity: 0.5;
}


/***************************************************************************

Category nav

***************************************************************************/

.sub_nav{
    background: #000;
    padding: 20px 0;
    font-size: 14px;
}
.sub_nav a{
    color: #fff;
}
.sub_nav a:hover{
    opacity: 0.5;
}
.sub_nav ul{
    margin: 0 auto;
    position: relative;
}
.sub_nav ul li{
    display: inline-block;
    margin: 0 40px 0 0;
}
.sub_nav ul li:last-child{
    margin: 0;
}
.triangle{
    border-top: 10px solid #000;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    width: 0px;
    position: absolute;
}


/***************************************************************************


footer


***************************************************************************/

#pagetop a{
    font-size: 33px;
    text-align: center;
    display: block;
    padding: 5px 0 3px;
    border-bottom: 1px solid #313131;
    margin: 0 0 50px;
}
#pagetop a:hover{
    background: #2e2e2e;
}

footer{
    background: #000;
    color: #fff;
    padding: 0 0 50px;
    margin: 80px 0 0px;
}
footer a{
    color: #fff;
}
footer .logo{
    text-align: center;
    margin: 0 0 35px;
}
footer .logo a:hover img{
	opacity: 0.5 !important;
    filter:none;
}
footer nav{
    text-align: center;
    margin: 0 0 35px;
}
footer nav li{
    font-size: 12px;
    display: inline-block;
    margin: 0 30px 0 0;
}
footer nav li:last-child{
    margin: 0;
}

footer nav ul li a{
    position: relative;
    padding: 0 0 8px;
}
footer nav ul li a:hover{
    opacity: 0.6;
}


footer small{
    text-align: center;
    display: block;
    font-size: 12px;
}


/***************************************************************************


pager


***************************************************************************/

.pager{
    text-align: center;
}
.pager div{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.pager a{
    color: #fff;
    padding: 13px 0px 0;
    border-radius: 30px;
    width: 50px;
    height: 39px;
    background: #7b7b7b;
    display: block;
}
.pager a:hover{
    opacity:0.5;
}
.pager .this{
    background: #000;
    color: #fff;
    padding: 13px 0px 0;
    border-radius: 30px;
    width: 50px;
    height: 39px;
}

/***************************************************************************


contact


***************************************************************************/

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select,
textarea,
input {
    border: 1px #000 double;
    font-size: 16px;
}
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

div.contactbox table{
	width:100%;
	margin-bottom:20px;
	border:none;

/*tableスクロールを解除*/
	display:table;
	overflow: hidden;
	white-space: normal;
}

div.contactbox table,
div.contactbox table tbody,
div.contactbox table tr,
div.contactbox table th,
div.contactbox table td{
	display:block;
}

div.contactbox table th,
div.contactbox table td{
	border:none;
	background:none;
	color: #000;
    margin: 0 0 30px;
}
div.s_contactbox table td{
	padding:0px 0 10px;
}

div.contactbox table td input,
div.contactbox table td text{
    height: 50px;
}
div.contactbox table td input,
div.contactbox table td textarea,
div.contactbox table td text{
    padding: 10px;
	width:100%;
    
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.contactbox table td input#zip,
div.contactbox table td input[type="checkbox"]{
	width:auto;
}

span.required,
span.red{
	color: #ea4800;
	margin:0 3px;
}
span.required2,
.note{
	color: #ea4800;
	margin:0 3px;
    font-weight: bold;
}
div.contactbox .button:hover{
	background: #fff;
	color: #000;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
div.contactbox .button{
	color:#fff;
	background: #000;
	text-align:center;

    border:2px solid #000;
    margin: 0 0 20px;

	line-height:40px;
	font-size:16px;
	font-weight:bold;

	letter-spacing: 0.3em;
	padding: 5px 50px;
    cursor:pointer;


	-webkit-appearance: none;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 50px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    font-size: 16px;
      cursor:pointer
}
select::-ms-expand {
    display: none;
}
.selectWrap{
    position: relative;
    display: inline-block;
}
.selectWrap::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #000;
    height: 100%;
    width: 30px;
}
.selectWrap::after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent; 
}

/*******
/* メディアクエリー閉じタグ */
}