/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
html{
  scroll-behavior: smooth;
}

body{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align:center;
margin: 0px;
padding:0px;
line-height:22px;
font-size: 15px;
color:#000;
}






.masthead {
    position: relative;
    min-width: 720px;
}
.masthead-video {
    z-index: 0;
}
.masthead-overlay {
    background-color: #fff;
    opacity: 0.0;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
}
.masthead-video-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding-right: 10px;
    bottom: 10px;
    text-decoration: none;
    text-align: right;
    line-height: 1.5;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.masthead-video-credit span {
    display: block;
}
.masthead-video-credit:hover {
    opacity: 1;
}
.masthead-arrow {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
	animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}


@media screen and (max-width: 768px) {
.masthead {
display:none;
}
.masthead-arrow {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
	   animation: fuwafuwa 2s infinite;
}
}

.topcopy {
font-family: 'Merriweather', serif !important;
	    font-size: 50px;
	line-height: 60px;
    margin:0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
	top:120px;
color:#fff;
    padding: 0;
}
.topcopy span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.43em;
	line-height: 25px;
	padding-top:50px;

}



.smartslider{
	    position: relative;	
}
@media screen and (min-width:768px) and ( max-width:1023px) {
.smartcopy{
    position: absolute;
	top:200px;
    left: 0;	
    font-family: 'Merriweather', serif !important;
	font-size: 40px;
	line-height: 50px;
    margin:0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
color:#fff;
    padding: 0;	
		font-weight:bold;

}
.smartcopy span{
    display: block;
    font-size: 17px;
    letter-spacing: 0.43em;
	line-height: 25px;
	padding-top:50px;
	font-weight:bold;
}
.masthead-arrow {
    bottom: 500px;
}
}


@media only screen and (max-width: 767px) {
.smartcopy{
    position: absolute;
	top:120px;
    left: 0;	
    font-family: 'Merriweather', serif !important;
	font-size: 27px;
	line-height: 38px;
    margin:0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    color:#fff;
    padding: 0;	
	font-weight:bold;

}
.smartcopy span{
    display: block;
    font-size: 13px;
    letter-spacing: 0.43em;
	line-height: 20px;
	padding-top:50px;
	font-weight:bold;
}
}
	

h2 {
   font-family: 'Merriweather', serif !important;
   	font-size:40px;
	line-height:45px;
	font-weight:bold;
	margin:10px 0 30px;
	padding:0;
	overflow:hidden;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
h2 {
   	font-size:22px;
	line-height:27px;
	margin:10px 0;
}
}


h3 {
   	font-size:40px;
	line-height:45px;
	font-weight:bold;
	margin:10px 0 30px;
	padding:0;
	overflow:hidden;
	vertical-align: top;
}


a {
    color: #1191db;
    text-decoration: none;
}

.content {
    padding: 40px 0 80px;
}

@media only screen and (max-width: 1024px) {
.content {
    padding: 0;
}
.google-maps{
display:none;
}
.cont img{
	width:100%;	
	height:auto;	
}	
	
}

.container {
    margin: auto;
    width: 100%;
}
.content img{
    width:100%;
    height:auto;
    margin:10px 0;
}
.cb{
  clear: both;
}

.smarttop90{
	padding-top:90px;	
}

@media screen and (min-width:1024px) {
.smarttop90{
	display:none;			
	}
}



/*--- スマホナビメニュー ---*/
div.smartnav { 
background:#182530; 
width:100%; 
margin:0; 
padding:0;
position: fixed; 
z-index:9999;
display:block;
border-bottom:1px solid #ccc;
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);  /* For IE 5-7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* For IE 8 */
}
div.smartnav p {
margin:0;
padding:0;
}
div.smartnav span {
display:block; 
padding:0px; 
color:#fff; 
background:#182530;
margin:8px 10px 0 0;
float:right;
}
div.smartrogo{
float:left;
padding:0;
margin:14px 0 0 12px;
overflow:hidden;
}
div.smartrogo img{

}
div.smartnav ul { 
display:none;
list-style:none;
margin:0 0 0;
padding:0;
clear:both;

}
div.smartnav li {
margin:0px;
padding:11px 15px;
text-decoration:none;
text-align:left;
border-bottom:1px solid #333;
background:#1f1f1f;
}
div.smartnav li:lastchild {
border-bottom:none;
}

.smartnav a{
display:block;
color:#fff;
text-decoration:none;
}


@media screen and (min-width:1024px) {
div.smartnav {
	display:none;		
	}
.smartslider{
	display:none;			
	}
}

#pcmenubox{
width:100%;
height:80px;
margin:0;
background:#182530;
position: fixed; /* 要素の位置を固定する */
bottom: 0; /* 基準の位置を画面の一番上に指定する */
left: 0; /* 基準の位置を画面の一番左に指定する */
z-index: 1000;
color:#fff;
}

.pcmenulogo{
	width:120px;
	float:left;
	text-align:left;
	margin:17px 0 0 25px;
}

.pcmenu ul{
height:80px;
	float:right;
	list-style:none;
	margin:0 20px 0 0;
	padding:0;
}
.pcmenu li{
	float:left;
	margin:0;
}
.pcmenu li a{
width:80px;
line-height:80px;
display:block;
text-decoration:none;
color:#fff;
font-size:16px;
font-family: 'M PLUS 1p', sans-serif;
position: relative;
}
.pcmenu li a:hover{
    background: #D3B667;
    color:#362416;
}




.pcsns ul{
	float:right;
	list-style:none;
	margin:0 20px 0 0;
	padding:0;
}
.pcsns li{
	float:left;
	margin:0 12px;
}
.pcsns li a{
text-decoration:none;
line-height:70px;
color:#fff;
font-size:16px;
font-family: 'M PLUS 1p', sans-serif;
position: relative;
}
.pcsns img{
margin-top:20px;
}


@media only screen and (max-width: 1024px) {
#pcmenubox{
			display:none;		
}	
}


/*--------------------------------------------------------------------------------
　▼ スマホスライド
--------------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
.container{
padding-top:0;
display:block;
}
}



@media screen and (min-width: 1024px) {
.smartslider{
display:none;
}
}





/* ------ボックス----------------*/

.box{
max-width:1040px;
width:90%;
margin:30px auto;
overflow: hidden;
text-align:left;
}
.leftbox{
float:left;
width:500px;
}
.rightbox{
float:right;
width:500px;
}


@media only screen and (max-width: 767px) {
.box{
margin:15px auto;
}
.leftbox{
float:none;
width:100%;
margin-bottom:15px;
}
.leftbox img{
width:100%;
}
.rightbox{
float:none;
width:100%;
}
.pcimg{
display:none;
}
.smartimg{
width:90%;
margin:15px auto;
overflow: hidden;
}
}

@media screen and (min-width:768px) and ( max-width:1023px) {
.box{
width:90%;
margin:30px auto;
overflow: hidden;
text-align:left;
}
	.leftbox{
float:left;
width:48%;
}
.rightbox{
float:right;
width:48%;
}
}

@media screen and (min-width:768px) and ( max-width:1023px) {
.smartimg{
display:none;
}
}
@media screen and (min-width: 1024px) {
.smartimg{
display:none;
}
}







/* ------聴く----------------*/
.kiku{
width:100%;
margin:50px auto 0;
background:#F1DBA7;
overflow:hidden;
color:#362416;
padding:50px 0;
}
video{
width:100%;
}
.kikuvideo{
width:500px;
float:left;
}
.kikubox{
width:90%;
max-width:1040px;
margin:10px auto 50px;
overflow:hidden;
}
.kikumemo{
float:right;
width:500px;
text-align:left;
}
@media only screen and (max-width: 767px) {
.kiku{
margin:20px auto 0;
padding:10px 0;
}
.kiku h2{
font-size:25px;
line-height:30px;
width:85%;
margin:10px auto;
}
.kikuvideo{
width:100%;
margin:0 0 10px 0;
float:none;
}
.kikumemo{
float:none;
width:100%;
}
}
@media screen and (min-width:768px) and ( max-width:1023px) {
.kiku{
margin:0;
padding:0;
}
.kiku h2{
font-size:28px;
margin:25px auto 25px;
}
.kikuvideo{
width:48%;
float:left;
}
.kikumemo{
float:right;
width:48%;
text-align:left;
}	
}
/*--------------------------------------------------------------------------------
　▼ ブログページ
--------------------------------------------------------------------------------*/






/*-----------------------------
ブログページ
------------------------------*/
.yomu{
width:100%;
margin:50px auto;
overflow:hidden;
	background:#2B4255;
	color:#fff;
	padding:50px 0 0;
}
#blogcontainer{
width:90%;
	max-width:1000px;
	margin:40px auto 25px;
	text-align:left;
	overflow:hidden;
}
.blogbox{
    width: 30%;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    margin: 5px 1% 50px;
	overflow: hidden;
	clear:both;
}

@media screen and (max-width: 767px) {
.yomu{
margin:0x auto;
}
#blogcontainer{
width:100%;
margin:0 auto;
}
.blogbox{
    width: 90%;
    margin:0 auto 25px;
    padding:10px 0 25px;
    display:block;
    border-bottom:1px dotted #ccc;
}
.blogboxl{
   width:35%;
   float:left;
   margin:0;
   padding:0;
   text-align:center;
}
.blogboxr{
   width:60%;
   float:right;
   margin:0;
   padding:0;
}
.blogdate{
text-align:center;
color:#fff;
}
.blogtitle{
margin:0px;
font-size:16px;
line-height:20px;
padding: 0 0 -15px;
}	
}


.blogtext{
   font-size:13px;
   line-height:20px;
   margin:0;
   padding:0;
}

.blogdate{
font-family: 'ヒラギノ', Meiryo, Verdana, 'MS P明朝', 'MS PGothic'; 
font-size:12px;
text-align:center;
width:100%;
font-weight:bold;
color:#fff;
}
.blogtitle{
margin:0px;
font-size:18px;
line-height:24px;
font-weight:bold;
padding:10px 0 0;
text-align:left;
}	

.blogthema a{
	border:1px solid #999;
	border-radius:10px;
	color:#999;
	text-decoration:none;
	margin:3px 2px;
	padding:0px 8px;
	font-size:11px;
	display:inline-block;
}
.blogbox a{
text-decoration:none;
	font-weight:bold;
	color:#000;
	display:block;
	text-align:center;
}
.blogbox a:hover{
	display:block;
}
.blogbox img{
	width:100%;
	height:auto;
}
.continue1 a{
	width:70%;
	margin:0 auto;
	padding:6px 0;
	border:3px solid #222;
    background: #222;
       color:#fff;
       display:block;
       font-size:11px;
}
.continue1 a:hover{
    background: #333;
    color:#fff;
}



.blogcontent h2{
font-family: 'Noto Serif JP', serif;
margin:10px 0 40px;
font-size:26px;
line-height:33px;
position: relative;
padding: 15px 20px 20px;
background: #333;
color: white;
}	

.blogcontent h2::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}
.blogcontent img {
  width:100%;
  height:auto;
}

/*--------------------------------------------------------------------------------
　▼ ブログシングルページ
--------------------------------------------------------------------------------*/


.blogcontainer2{
width:90%;
max-width:900px;
margin:15px auto 25px;
text-align:left;
overflow:hidden;
}

.blogtitle2{
line-height:26px;
font-size:19px;
margin:10px auto;
font-weight:bold;
border-bottom:1px solid #ccc;
}




/*--------------------------------------------------------------------------------
　▼ お知らせ
--------------------------------------------------------------------------------*/

.blogfoot{
	margin:50px 0 0;
	padding:0 50px 100px;
	overflow:hidden;
	background:#2B4255;
	color:#fff;
}
.widget2{
	width:22%;
	float:left;
	margin:1.5%;
	list-style:none;
	text-align:left;
color:#fff;
	font-size:12px;
}
@media screen and (max-width: 767px) {
.widget2{
	width:100%;
	float:none;
	margin:20px 0;
	}
.widget_search{
	margin-top:50px;
}	
	
}
.widget2 ul{
list-style:none;
margin:0;
padding:0;
}
.widget2 li{
	border-top:1px dashed #fff;
	padding:6px 0;
}
.widget2 li a        { color:#fff;text-decoration: none ; }
.widget2 li a:hover	{color:#362416; text-decoration: underline; }

.widgettitle{
font-size:15px;
border-left:3px solid #ffff;
padding:8px 0 8px 15px;
 color:#fff;
 margin:10px  0 20px;
  }

.widget h1{
	display:none;
	
}
.screen-reader-text{
	display:none;
	
}
.widget_search{
	
	margin-top:20px;
}



/*--------------------------------------------------------------------------------
　▼ お知らせ
--------------------------------------------------------------------------------*/
.bloghead{
margin:30px auto;
width:900px;
text-align:left;
	padding-bottom:25px;
border-bottom:3px solid #333;
}
.bloghead h1{
font-size:11px;
font-weight:normal;
}
.blogheadleft{
	float:left;	
margin-right:15px;
}
.blogheadright{
line-height:16px;
font-size:11px;
padding-top:10px;
margin-left:15px;
}




@media screen and (max-width: 768px) {
.bloghead{
display:none;

}
}


/* ------写真三列----------------*/
.photobox{
width:100%;
text-align:left;
margin:auto;
}
.photobox img{
margin:5px;
}

/*--------------------------------------------------------------------------------
　通販サイトリンク
--------------------------------------------------------------------------------*/


.item{
width:100%;
margin:50px auto;
overflow:hidden;
}
#itemcontainer{
width:90%;
	max-width:1000px;
	margin:40px auto 25px;
	text-align:left;
	overflow:hidden;
}
.itembox{
    width: 22%;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    margin: 5px 1%;
	overflow: hidden;
}	
.price a{
	display:block;
	background:#333;
	color:#fff;
	width:140px;
	margin:10px auto;
	text-align:center;
	padding:5px 0;
	border-radius:5px;
}
.price a:hover{
	background:#666;
}



@media screen and (max-width: 768px) {

.itembox{
   width: 48%;
   float:left;
	background:#eee;
}
.itemboxl{
   width:90%;
   float:none;
   margin:0 auto;
   padding:0;
   text-align:center;
}
.itemboxr{
   width:90%;
   margin:0 auto;
   padding:0px;
}
}

.onlinelink a{
	max-width:400px;
	width:80%;
	padding:8px 0;
	margin:10px auto;
	display:block;
	text-align:center;
	background:#A5B1C2;
	color:#fff;
}



/* ------見出し----------------*/
.copy0{
	font-family: 'Merriweather', serif;
	font-size:35px;
	line-height:75px;
	font-weight:bold;
	margin:20px 0 10px;
	padding:0;
	overflow:hidden;
}

.copy1{
	font-family: 'Merriweather', serif !important;
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
	overflow:hidden;
	vertical-align: top;
}

.copy2{
	font-family: 'Merriweather', serif !important;
	font-size:30px;
	line-height:35px;
	font-weight:bold;
	margin:0 0 15px;
	padding:0;
	overflow:hidden;
}
.copy3{
	font-family: 'Merriweather', serif;
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	margin:0;
	padding:0;
	overflow:hidden;
	color:#000;
}









/*--------------------------------------------------------------------------------
　▼ お知らせ
--------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------
　▼ トップページフッター
--------------------------------------------------------------------------------*/
.office{
max-width:1040px;
width:90%;
margin:20px auto 60px;
overflow:hidden;
}
.officeboxleft{
max-width:500px;
width:100%;
float:left;
}
.officeboxright{
max-width:500px;
float:right;
width:100%;
text-align:left;
}
.officename1{
font-size:18px;
font-weight:bold;
}
.copy{
font-size:10px;
color:#333;
}

@media screen and (max-width: 768px) {
.copy{
text-align:center;
}
}
.buttontap a{
       background: #A5B1C2;
	width:100%;
	margin:25px auto;
	padding:10px 0;
	border-radius:20px;
       color:#fff;
       display:block;
       text-align:center;       
}
.buttontap a:hover{
    background: #8D9CB1;
    color:#fff;
}



@media screen and (min-width:768px) and ( max-width:1023px) {
.buttontap{
display:none;
}
.officeboxleft{
width:48%;
float:left;
}
.officeboxright{
float:right;
width:48%;
text-align:left;
}
}
@media screen and (min-width: 1024px) {
.buttontap{
display:none;
}
}

/*--------------------------------------------------------------------------------
　▼ 個別ページ
--------------------------------------------------------------------------------*/
.cont h3{
font-family: 'Merriweather', serif !important;	
}

@media only screen and (max-width: 780px) {
.cont h3{
font-size:25px;	
}	
}

@media only screen and (max-width: 780px) {
.drawer-toggle{
display:none;
}	
}
/*--------------------------------------------------------------------------------
　▼ 個別ページフッター
--------------------------------------------------------------------------------*/

.office2{
max-width:1040px;
width:90%;
margin:20px auto 60px;
overflow:hidden;
}
@media screen and (min-width:769px) and ( max-width:1023px) {
.office2{
display:none;
}
}
@media screen and (min-width: 1024px) {
.office2{
display:none;
}
}
.pagebottom{
padding-bottom:80px;
}




.accessroot{
background:#EAEEEE;
padding:10px;
border-radius:10px;
}




.renewal1{
font-size:15px;
background:#921207;
color:#fff;
border-radius:20px;
width:300px;
	margin:0 auto;
	padding:8px 0 6px;
}
.renewal2{
font-size:20px;
color:#921207;
font-weight:bold;
margin:0 auto 50px;
max-width:600px;
}

@media screen and (max-width: 768px) {
.renewal1{
font-size:13px;
width:150px;
margin:20px auto 0;
padding:6px 0 4px;
}
.renewal2{
font-size:16px;
width:90%;
	margin:0 auto;
}
	.renewal2 br{
display:none;l
}
}



/*--------------------------------------------------------------------------------
　▼ お問合せ
--------------------------------------------------------------------------------*/

table.contact{
border-collapse:collapse;
margin:0 auto;
width:100%;
}
.contact tr{
border-top:1px solid #cccccc;
}

.contact th{
       width: 90%;
       display: block;
       border-top: none;
       padding: 25px 10px 5px; 
    }
.contact td{
       width: 90%;
       display: block;
       border-top: none;
       padding: 5px 10px 25px; 
    }



.hissu{
background:#992D24;
font-size:8px;
vertical-align:middle;
color:#fff;
margin:8px;
padding:2px 5px;
}
.rei{
margin:5px 0 0 15px; 
padding:0;
font-size:12px;
line-height:15px;
color:#999;
text-align:left;
}


input.name,
input.email{
	background-color: #F0F0F0;
	color: #333;
	width: 90%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;

}

input.number{
	background-color: #F0F0F0;
	color: #333;
	width: 25%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
input.post{
	background-color: #F0F0F0;
	color: #333;
	width: 33%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

textarea.coment{
	background-color: #F0F0F0;
	color: #333;
	width: 90%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.mw_wp_form select.selectname {
    display: block;
    position: relative;
    width: 80%;
	max-width:280px;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
	float:left;
		margin-right:10px;
}
 
.mw_wp_form selectt.selectname:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}
.mw_wp_form select.selectko {
    display: block;
    position: relative;
    width: 80%;
	max-width:80px;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
	float:left;
	margin-right:10px;
}
 
.mw_wp_form selectt.selectko:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}

.mw_wp_form select.selectmame {
    display: block;
    position: relative;
    width: 80%;
	max-width:120px;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
	float:left;
}
 
.mw_wp_form selectt.selectmame:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}

.mw_wp_form select.time {
    display: block;
    position: relative;
    width: 80%;
	max-width:200px;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
	float:left;
}
 
.mw_wp_form selectt.time:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}
.kosen{
  clear: both;
	border-bottom:1px dashed #999;
padding-top:15px;
	overflow:hidden;
	display:block;
}

@media screen and (max-width: 768px) {
	.mw_wp_form select.time,.mw_wp_form select.selectname,.mw_wp_form select.selectko,.mw_wp_form select.selectmame{
		margin-bottom:15px;
		
		
	}
}





.kakunin{
	padding:20px 10px;
	background: #333;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	border: none;
width:70%;
	max-width:400px;
font-size:18px;
margin:30px auto;
display:block;
}
.kakunin:hover{
	background: #666;
}
.sousin{
	padding:20px 10px;
	background: #333;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	border: none;
width:70%;
	max-width:400px;
margin-bottom:15px;
font-size:18px;
margin:30px auto;
display:block;
}

@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0.8;/*透明度80%*/
 }
}
.sousin{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.3s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}
.kakunin{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.8s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0.8s; /* 実行までの待ち時間 */
}
.logbox
      {
         border: solid 1px #808080;
         width: 90%;
         height: 120px;
         padding: 0.5em;
         overflow: auto;
margin:10px 0;
text-align:left;
font-size:12px;
line-height:18px;
      }
.privacybox{
text-align:left;
width:90%;
margin:30px auto;
}

.privacyobi{
background:#eee;
color:#000;
padding:6px;
list-style-type: decimal;
}

.privacyobi ul{
list-style-type: decimal;
}
.privacy1{
font-size:13px;
line-height:18px;

}

.privacy2{
	background:#eee;
	width:80%;
	max-width:400px;
	padding:15px 0;
	font-size:17px;
    font-weight:bold;
	margin:0 auto 30px;
	border-radius:20px;
}
.yoyakuchu{
color:#D42134;
}
@media only screen and (max-width: 780px) {

table.contact{
border-collapse:collapse;
width: 90%;
margin: 0 auto;
padding:0;
}
.contact tr{
border-top:1px solid #cccccc;
}

.contact th{
    display: block;
    text-align: left;
width:90%;
padding:10px 0  0 10px;
font-size:16px;
}
.contact td{
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
font-size:16px;
padding:5px 0 10px 10px;
}
	.privacy2{
	font-size:15px;
}
}


/*--------------------------------------------------------------------------------
　▼ スマホSNSボタン
--------------------------------------------------------------------------------*/

.smartsns{
  width:180px; 
  margin:10px auto;
}
.smartsns li{
  float: left;
  margin:10px;
  width:40px; 
}
.smartsns ul{
	list-style:none;
	margin:0;
	padding:0;
}
.pcmenu li{
	float:left;
	margin:0;
}
.smartsns li img{
 width:40px;
}




@media screen and (min-width:769px) and ( max-width:1023px) {
.smartsns{
display:none;
}
}
@media screen and (min-width: 1024px) {
.smartsns{
display:none;
}
}
.accessbox{
	text-align:left;
		max-width:850px;
	margin:0 auto;
	width:90%;
}

.mapbox iframe{
	width:850px;
	margin:10px auto;
		width:90%;
}
.accesstitle{
	border-left:5px solid #182530;
	padding:10px 0 10px 20px;
	text-align:left;
	font-size:20px;

}

.menu{
width:100%;
margin:50px auto 30px;
overflow:hidden;
padding:50px 0;
}

.menubox{
	width:90%;
	max-width:900px;
	margin:10px auto;
	border:3px solid #333;
	padding:10px 50px 50px;
	overflow:hidden;
}
.menuleft{
	width:400px;
	float:left;
	text-align:left;
	
}
.menuright{
	width:400px;
	float:right;
	text-align:left;
	
}


.menuprice{
	float:right;
  display: flex;
  align-items: center;
  justify-content: center;
	margin-top:15px;
	font-size:12px;
}
.menuprice:before {
  border-top: 1px dotted;
  content: "";
  width: 100px; 
}
.menuprice:before {
  margin-right: 1em; 
}

.menuname{
	float:left;
	margin-top:15px;
		font-size:12px;
}

.menucopy{
		font-size:12px;	
}




.menucate{
	font-size:18px;
	border-left:2px solid #333;
	padding-left:10px;
	height:40px;
	line-height:40px;
	margin:30px 0 0;
}
.menucate span{
	font-size:12px;
}
@media screen and (max-width: 768px) {
.menu{
display:none;
}
	
.menusmart{
width:100%;
margin:30px auto;
overflow:hidden;
padding:0;
}
.menubox{
	width:85%;
	margin:10px auto;
	border:3px solid #333;
    padding:0;
	overflow:hidden;
}
.menuleft{
	width:90%;
	float:none;
	text-align:left;
		margin:15px;
}
.menuright{
	width:90%;
	float:none;
	text-align:left;
	margin:15px;
}
.menucate{
	font-size:16px;
}
.menucate span{
	font-size:10px;
}	
}











/*--------------------------------------------------------------------------------
　▼ トップページ:宅配
--------------------------------------------------------------------------------*/
.takuhai{
	border:3px solid #333;
	padding:15px;
	margin:10px auto 80px;
	max-width:800px;
	width:80%;
	  position: relative;
}
.takuhai::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
border-bottom: 30px solid #000;
  border-left: 30px solid transparent;
}

.takuhaileft{
	float:left;
	width:300px;
}
.takuhaileft img{
	width:198px;
	height:145px;
}

.takuhairight{
	float:right;
	width:450px;
	text-align:left;
	margin-right:15px;
}

.takuhairight a{
	display:block;
	width:180px;
	text-align:center;
    background:#000;
	color:#fff;
	margin-top:15px;
	padding:6px 0;
}
@media screen and (max-width: 768px) {
.takuhai{

}
.takuhaileft{
	float:none;
	width:100%;
}
.takuhairight{
	float:none;
	width:100%;
	margin:0;
}
.takuhairight a{
	display:block;
	width:180px;
	text-align:center;
    background:#000;
	color:#fff;
	margin:15px auto;
	padding:6px 0;
}
}


/*--------------------------------------------------------------------------------
　▼ 宅配ページ
--------------------------------------------------------------------------------*/

.takuhaicopy{
font-family: 'Merriweather', serif !important;
	font-weight:bold;
	font-size:28px;
	line-height:35px;
}
@media screen and (max-width: 768px) {
.takuhaicopy{
	font-size:26px;
	line-height:30px;
}
}

.takuhaibox{
max-width:800px;
	width:90%;
	text-align:left;
	margin:20px auto;
}



/*--------------------------------------------------------------------------------
　▼ 宅配フォーム
--------------------------------------------------------------------------------*/

table.contact2{
border-collapse:collapse;
margin:0 auto;
width:90%;
	max-width:900px;
}
.contact2 tr{
border-top:1px solid #cccccc;
}

.contact2 th{
padding:15px;
width:240px;
font-weight:normal;
text-align:left;
}
.contact2 td{
padding:15px;
margin:0px;
text-align:left;
}

@media only screen and (max-width: 780px) {

table.contact2{
border-collapse:collapse;
width: 90%;
margin: 0 auto;
padding:0;
}
.contact2 tr{
border-top:1px solid #cccccc;
}

.contact2 th{
    display: block;
    text-align: left;
width:90%;
padding:10px 0  0 10px;
font-size:16px;
}
.contact2 td{
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
font-size:16px;
padding:5px 0 10px 10px;
}
}


/*--------------------------------------------------------------------------------
　▼ 宅配詳細
--------------------------------------------------------------------------------*/
.takubox{
	max-width:700px;
	width:90%;
	margin:0 auto;
		text-align:left;
}
.takuleft{
	float:left;
	background:#eee;
	display:block;
	padding:10px;
	width:80px;
	margin:15px 15px 40px 0px;
	text-align:center;
}
.takuright{
	text-align:left;
	float:left;
	padding:10px;
	margin:15px 15px 40px 0px;
}
@media only screen and (max-width: 780px) {
	
.takuleft{
	float:none;
	margin:0;
}
.takuright{
	float:none;
	margin:0 0 15px 0;
}
	
}	

table.takuhaiarea{
border-collapse:collapse;
margin:0;
width:100%;
	max-width:500px;	
	text-align:left;
}
.takuhaiarea th{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	width:70px;
	font-weight:normal;
	padding:6px 0 4px;
}
.takuhaiarea td{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:6px 0 4px;
}
.caption_box{
  position: relative;
width:70%;
	max-width:600px;
  margin:0 auto 50px;
  padding: 1em 2em;
  border: 3px solid #992D24;
	text-align:left;
}

.caption_box .caption{
  position: absolute;
  top: 0;
  left: 35%;
color:#fff;
  font-size: 1em;
  padding: 6px 60px;
  margin: 0;
  background:#992D24;
  transform: translateY(-50%) translateX(1em);
}
@media only screen and (max-width: 780px) {
.caption_box .caption{
  left: 30%;
  padding: 6px 25px;
}	

	
}	



/*--------------------------------------------------------------------------------
　▼ 宅配メニュー
--------------------------------------------------------------------------------*/
.takuhaimenu{
	
	max-width:900px;
	margin:0 auto;
}

table.takuhaimenu1{
border-collapse:collapse;
margin:0 auto;
width:90%;
	max-width:440px;	
	text-align:left;
	float:left;
}

.takuhaimenu1 td,.takuhaimenu1 th{
	padding:10px 0;
	
}
.takuhaimenu1 tr{
	border-bottom:1px dashed #ccc;	
}
table.takuhaimenu2{
border-collapse:collapse;
margin:0 auto;
width:90%;
	max-width:440px;	
	text-align:left;
	float:right;
}

.takuhaimenu2 td,.takuhaimenu2 th{
	padding:10px 0;
	
}
.takuhaimenu2 tr{
	border-bottom:1px dashed #ccc;	
}


.takuhaititle {
	font-family: 'Merriweather', serif !important;
   	font-size:30px;
	line-height:40px;
	font-weight:bold;
	margin:50px auto 30px;
	padding:10px;
	overflow:hidden;
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.takuhaititle:before, .takuhaititle:after {
  border-top: 1px solid #666;
  content: "";
  width: 3em; /* 線の長さ */
}
.takuhaititle:before {
  margin-right: 1em; /* 文字の右隣 */
}
.takuhaititle:after {
  margin-left: 1em; /* 文字の左隣 */
}
@media only screen and (max-width: 780px) {
.takuhaititle {
   	font-size:20px;
	line-height:40px;
}	

	
}	




.listname{
	font-weight:bold;
}


.listko{
	width:50px;
	text-align:right;	
	font-size:12px;
}
.listyen{
	width:60px;
	text-align:right;
}

.takuhaimenu p{
	display:none;

}

.itempoint{
margin:0;
padding:0;
line-height:15px;
font-size:12px;
font-weight:normal;
}

@media only screen and (max-width: 780px) {
table.takuhaimenu1{
float:none;
}	
table.takuhaimenu2{
float:none;
}		
	
	
.listname{
	font-weight:bold;
	width:64%;
}
.listko{
	width:15%;
}
.listyen{
	width:21%;
}
.takuhaimenu1 td,.takuhaimenu1 th{
	padding:10px 0;
}	

}





.drawer-nav{
background-color: rgba(0,0,0,0.7);
	z-index:999999;
}
.drawer-nav ul{
margin:0;
padding:0;
}
.drawer-nav li{
border-bottom:1px solid #999;
margin:5px 0;
padding:10px 0;
text-align:center;
}
.drawer-nav li a{
display:block;
color:#fff;
text-decoration:none;
}


.order a{
	padding:20px 10px;
	background:#2B4255;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	border: none;
width:70%;
	max-width:400px;
font-size:18px;
margin:50px auto 80px;
display:block;
}
.order a:hover{
	background: #2C445D;
}


@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0.8;/*透明度80%*/
 }
}
.order a{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.9s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}