/*
Theme Name:  CPDS 1.0
Theme URI: https://serita.jp/online/
Description: wordpressテーマ
Version: 1.0
Author: serita
Author URI: https://serita.jp/online/

/* IMPORT RESET */
@import url("css/reset.css");
a {
	color: #023884;
}
.only-smp{
	display: none;
}
.only-pc{
	display: none;
	}
.not-smp{
	display: block;
}
.center-pc{
	text-align: left;
	line-height: 1.6;
}
.center-txt{
	text-align: center;
}
.left-txt{
	text-align: left;
}
.right-txt{
	text-align: right;
}
.kome{
	font-size: 80%;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 10px;
}
.padd0 {
    padding-top: 0px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
/*//////////////////////////// header style ////////////////////////////*/
html{
	font-size: 10px;
	/*visibility: hidden;webフォントで使う*/
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}
body {
	padding:0px;
	margin:0px;
	font-style: normal;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	font-family:'Noto Sans JP', sans-serif, "Yu Gothic", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	background-color: #f7f7f7;
}
button.drawer-toggle.drawer-hamburger{
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
}
.drawer-top.drawer-open .drawer-hamburger {
  top: 0px;
  }
.over {
	width: 100%;
	overflow-x: hidden;
}

header{
	/*メニュー固定*/
	z-index: 5;
	width: 100%;
	transition: 0.5s;
	margin: 0px;
	height: 80px;
	background-color: #fff;
	margin: 0px;
	width: 100%;
}
#header .site_title{
	width:25%;
	max-width: 200px;
	overflow:hidden;
	position: relative;
	padding: 15px 0 20px 15px;
	color: #383838;
	float: left;
}
#header .site_title img{
	width:100%;
}
#header .site_title img:hover{
	opacity:1;
}

/*ナビエリア*/
#header .header-nav {
	display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#header .h-nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
	margin-top: 10px;
}
#header .h-nav ul li{
	display: block;
	float:left;
	margin-right:20px;
	text-align:center;
	padding: 15px 0;
}

#header .h-nav ul li a{
	width:100%;
	line-height:1;
	color:#c83b75;
	text-decoration: none;
	padding:20px 0 10px 0;
	font-size: 1.6rem;
	font-weight: 500;
	font-style: normal;
	}
.nav-underbar:hover{
	border-bottom: 1px solid #383838;
}
#header .h-nav ul li a.h-touroku{
	border: 1px solid #023884;
	padding: 10px 50px;
	font-size: 1.6rem;
	border-radius: 10px;
	background-color: #023884;
	color: #fff;
	}
#header .h-nav ul li a.h-touroku:hover{
	transition: 0.5s;
	background-color: #fff;
	color: #023884;
	}


/*ドロワー*/
.drawer-default{
	background-color: #442c16;
	height: 100vh!important;
}
.drawer-default h3{
	width:100%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding: 20px;
	background-color: #fff;
}
.drawer-default h3 img{
	width:20%;
}

/*デフォルトdニュー*/
.drawer-nav-list li{
	font-weight:400;
	width:100%;
}
.drawer-nav-list li a{
	color:#fff;
	border-bottom: 1px dotted #ccc;
	line-height: 1;
	padding: 20px;

	}
.drawer-nav details summary{
	cursor: pointer;
	padding: 22px;
	list-style: none;
	background: url(img/base/down_list_w.png) no-repeat;
	background-position: right 25px top 25px;
	text-align:left;
	font-size:1.4rem;
	outline: none;
	line-height: 1;
	color: #fff;
	border-bottom: 1px dotted #ccc;
}
summary::-webkit-details-marker {
      display:none;
   }
details[open] summary{
	background: url(img/base/down_list_w_hover.png) no-repeat;
	background-position: right 25px top 25px;
}
details[open] .detail-content {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.drawer-nav details ul{
	border-bottom: 1px dotted #ccc;
}
.drawer-nav details ul li a{
	padding: 20px 20px 20px 30px !important;
	background-color: #67401d;
}

.smp-subnavi{
	display: flex;
	flex-wrap: wrap;
}
.smp-subnavi li{
	width: 100%;
}
.smp-subnavi li a {
	color: #fff;
	padding: 10px 20px!important;
}

.drawer-iconarea {
	display: flex;
	flex-wrap: nowrap;
	justify-content:flex-start;
	background-color:#f2f2f2;
	padding: 20px 10px 20px 10px!important;
	background-color: #442c16;

	}
.drawer-iconarea a{
	background-color: none;
	}
.dnavi-reserve a{
	width: 80%;
	border: 1px solid #fff;
	background-color: #fff!important;
	margin: 20px auto;
	color: #442c16!important;
	padding: 15px;
	text-align: center;
	border-radius: 100px;
	font-weight: 600;
	font-size: 1.6rem;
}


/*/////////////////template_footer//////////////////////*/

footer{
	position: relative;
	padding: 80px 0 80px 0;
	font-size: 1.6rem;
	background-color: #383838;
}
#footer{
	width:100%;
	line-height: 1.6;
	margin: 0 auto;
}
.foot-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.infoarea{
	width: 40%;
	color: #fff;
}
.fmenu{
	width: 30%;
}
.infoarea .store_info address{
	font-style: normal;
}
.infoarea .store_info address h4{
	background-color: #fff;
	padding: 5px 8px;
	color: #383838;
	display: inline-block;
	margin: 15px 0 10px 0;
	line-height: 1;
}

.fmenu ul li{
	margin-bottom: 20px;
}
.fmenu ul li a{
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 20px;
	display: block;
	color: #383838;
}


.copyright{
	color: #383838;
	font-size: 1.4rem;
	padding: 30px 0;
	margin: 0 auto;
}
.copy{
	font-size: 1.2rem;
	text-align: center;
	line-height: 1;
}

.go_top{
	position:fixed;
	bottom: 20px;  
	right:20px;
	display:block;
	z-index:1;
	width:120px;
	}		
.go_top img{
	width:100%;
	height:auto;
	opacity:1;
	}		




/*//////////////////////////// main style ////////////////////////////*/




section{
	margin:0px;
	padding:0;
	line-height: 1;
}
section .row{
	margin-bottom: 40px;
}
section .row:last-child{
	margin-bottom: 0px;
}
section p{
	line-height: 1.6;
	margin-bottom: 20px;
}
section p img{
	margin-bottom: 0px;
}
section a:hover{
	text-decoration:none!important;
}

/*////////////////////////////PAGE////////////////////////////*/

section h1{
	font-family:"Noto Sans JP", serif;
	width: 100%;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin-top: 20px;
	color: #442c16;
}
section h1 span{
	font-weight: 500;
	font-size: 1.4rem;
	display: block;
	color: #442c16;
	margin-top: 20px;
}
.pankuzu{
	color:#383838;
	padding: 30px 0 0 0;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 0;
	}

section h2{
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
	color: #023884;
}
section h2 span.en{
	font-size: 1.8rem;
	display: block;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
}

section h3{
	margin: 0px auto 20px;
	font-size:1.4rem;
	font-weight:600;
	color: #383838;
	line-height: 1;
	}
section h4{
	font-size:1.6rem;
	margin-top:0px;
	margin-bottom:10px;
	color: #383838;
	font-weight: bold;
}
section h5{
	font-size:1.4rem;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
}

/*コンタクトフォームデフォルト*/
.hissu{
	background-color: #f2f2f2;
	color: red;
	padding: 3px;
	font-size: 1.2rem;
	margin-left: 20px;
}
textarea {
    border: 1px solid #c5c5c5;
    height: 10em;
    line-height: 1.5em;
    width: 100%;
    background-color: #f2f2f2;
	font-size: 16px!important;
    }
select {
    border: 1px solid #c7c7c7;
    padding: 5px;
	margin-right: 3px;
    }
.textarea{
	width:100%;
}
.textbox{
	width:100%;
}
.wpcf7-text, .wpcf7-email, .wpcf7-textarea {
    border: 1px solid #c7c7c7;
    width: 100%;
    padding: 10px;
	font-size: 16px!important;
}
.wpcf7-list-item{
	display:block!important;
}
.soushin_btn_area {
    max-height: 100px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.soushin_btn {
	width: 20%;
    background: #383838 none repeat scroll 0 0;
    border: 1px solid #383838;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 80%;
    margin: 0 auto;
    padding: 10px 20px;
}
div.wpcf7-mail-sent-ok,div.wpcf7-response-output,div.wpcf7-validation-errors {
    padding: 30px!important;
    margin-bottom: 120px!important;
    line-height: 1!important;
}


/*//////////////////////////// article post single ////////////////////////////*/


/*wp-pagenavi*/
.wp-pagenavi{
	text-align:center;
	margin-top:40px;	
	margin-bottom:40px;	
}
.navprev a{
	display: block;
	float: right;
	width:45%;
	padding: 20px;
	border: 1px solid #f2f2f2;
	background-color: #fff; 
	color: #383838;
	text-align: center;
	text-decoration: none;
	margin-bottom: 40px;
}
.navprev a:hover{
	background-color: #b3b3b3; 
	color: #fff;
	text-decoration: none;
}
.navnext a{
	display: block;
	float: left;
	width:45%;
	padding: 20px;
	border: 1px solid #f2f2f2;
	background-color: #fff; 
	color: #383838;
	text-align: center;
	text-decoration: none;
	margin-bottom: 40px;
}
.navnext a:hover{
	background-color: #b3b3b3; 
	color: #fff;
	text-decoration: none;
}
.page-numbers{
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin-bottom: 80px;
}




/*youtube responced*/
.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
  }
.youtube iframe {
	width: 100%;
	height: 100%;
  }
/*googlemap*/
.gmap {
	position: relative;
	padding-bottom: 45%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smp-quick-btn{
	display: none;
}

.grecaptcha-badge{
	visibility: hidden;
}

/*//////////////////////////// mobile ////////////////////////////*/

@media only screen and ( max-width : 600px ) {
/*header*/
body {
	font-size: 1.4rem;
}
.only-smp{
	display: block;
}
.only-pc{
	display: none;
	}	
.not-pc{
	display: block;
}
.not-smp{
	display: none;
}


.container{
	width: 90%;
}
header{
	height: 60px;
}

#header .site_title{
	width:40%;
	max-width: 150px;
	padding: 10px 0px 10px 15px;

}
#header .h-nav{
	height: 40px;
}
#header .h-nav ul li a.h-touroku{
	border: 1px solid #c83b75;
	padding:5px 15px;
	font-size: 1.6rem;
	border-radius: 10px;
	background-color: #c83b75;
	color: #fff;
	}
#header .h-nav ul li a.h-touroku:hover{
	transition: 0.5s;
	background-color: #fff;
	color: #c83b75;
	}
button.drawer-toggle.drawer-hamburger{
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 15px 20px 15px 20px;
}
.drawer-top.drawer-open .drawer-hamburger {
  top: 0px;
  }
.drawer-default h3 img{
	width:35%;
}

.mv-con{
	padding: 30px 20px 10px 20px;
}
.mv-con p{
	margin-bottom: 10px;
}


/*footer*/
.f-menu-box{
	padding: 5px!important;
}
.f-menu-box h3{
	font-size: 1.4rem;
	margin-bottom: 15px;
 }
.f-menu-box ul{
	padding-left: 1em;
	margin-bottom: 30px;
  }
.f-menu-box ul li a{
  font-size: 1.2rem;
	color: #442c16;
	margin-bottom: 15px;
  }
.noncate {
	padding-left: 0em!important;
 }
.noncate li a{
	margin-bottom: 20px;
 }
footer{
	padding:40px 0 40px 0;
	text-align: center;
}
#footer{
	width:95%;
}
.infoarea{
	width: 100%;
	color: #fff;
	margin-bottom: 15px;
}
.fmenu{
	width: 80%;
	margin: 0 auto;
}
.fmenu ul li{
	padding: 0px;
	margin-bottom: 15px;
}
.fmenu ul li a{
	padding: 12px;
}
.copyright{
	padding: 15px 0;
}


/*メイン*/
section{
	margin:0 0 0px 0;
	padding:0 0 0px 0;
	line-height: 1;
}
section .row{
	margin-bottom: 40px;
}

section h1{
	font-size: 2.4rem;
	margin-bottom: 0px;
	padding-bottom: 40px;
}
section h1 span{
	font-size: 1.2rem;
}
section h2{
	font-size: 2.4rem;
}
section h2 span.en{
	font-size: 1.4rem;
}
section h3{
	font-size: 1.6rem;
}
section h4{
	font-size: 1.4rem;
}
section h5{
	font-size: 1.4rem;
}
.pankuzu{
	padding: 0px 0 0 0;
	font-size: 1rem;
	}
.g-map {
	background-position: 0px 2px;
	background-size: 10px;
}
.g-map a{
	color:#383838;
}
.copy{
	float: none;
	text-align: center;
	font-size: 1rem;
	padding: 15px 0;
	/*margin-bottom: 60px; quickbtnよう*/
	}
.copyarea .nav{
	display: none;
}
.go_top{
	display:none;
	}	


/*///////////////// SINGLE //////////////////////*/
	
.post section{
margin-bottom:20px;
}

.container {
    max-width: 700px;
}
.container-fluid {
    max-width: 600px;
}
/*横スクロール*/
.scroll{
	width:100%;
	overflow: auto;/*スクロールさせる*/
}
.scroll img{
	width:600px;
}
.scroll::-webkit-scrollbar{/*スクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

	
}

/*//////////////////////////// PC ////////////////////////////*/
@media print, screen and ( min-width : 1024px ) {
	
/*通常改行<br>*/
.only-smp{
	display: none;
}
.not-pc{
	display: none;
}
.only-pc{
	display: block;
	}
.not-smp{
	display: block;
}
.center-pc{
	text-align: center;
}
html{
	font-size: 10px;
}
	
body{
	font-size: 1.6rem;
}
.widemode{
	width: 95%!important;
}
.container{
	width: 1024px;
}
/*header*/
	
header{
	padding-right: 0px!important;
	height: 80px!important;
}

#header .site_title{
	width: 25%;
	max-width:200px;
	padding: 0px;
	margin: 10px 0px 0px 25px;
}
#header h1{
	width: 25%;
	max-width:200px;
	float:left;
	overflow:hidden;
	line-height: 1;
}

#header .h-nav {
	margin-top: 10px;
}

/*ドロップダウンメニュー*/
button.drawer-toggle.drawer-hamburger{
	display: none;
}
.drawer-toggle,drawer-hamburger{
display: none;
}
.dropmenu{
	zoom: 1;
	list-style-type: none;
	padding: 0;
	margin:0px;
	float:right;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li{
	position: relative;
	float: left;
}
.dropmenu li a{
	margin: 0;
	line-height: 1;
	text-decoration: none;
	color: #383838;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	margin-top:15px;
}
.dropmenu li ul li{
	width: 250px;
	padding: 0!important;
	margin-left: 0px!important;
}
.dropmenu li ul li a{
	display: block;
	border-bottom: 1px solid #f2f2f2;
	text-align: left;
	background: #004ea2;
	padding: 20px 0px 20px 10px!important;
	opacity:0.95;
	color: #fff!important;
	font-size: 1.2rem!important;
}
.dropmenu li ul li a:hover{
	border-bottom: 1px solid #004ea2;
	background: #f2f2f2;
	color: #0b3388!important;
	transition: 0.5s;
}

/*.down_list{
	padding-right:20px!important;
	background-image:url(img/base/down_list.png);
	background-repeat:no-repeat;
	background-position:right 50%;
	}
.down_list:hover{
	background-image:url(img/base/down_list_hover.png);
	}
*/
#normal li ul{
	display: none;
}
#normal li:hover ul{
	display: block;
}

#fade-in2 li ul{
	opacity: 0;
	/*top: 50%;*/
	visibility: hidden;
	transition: .5s;
}
#fade-in2 li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
}

#footer{
	max-width: 1100px;
}


section h1 span{
	font-size: 1.8rem;
}

section h2{
	font-size: 3.2rem;
}
section h3{
	font-size: 1.8rem;
}
section h4{
	font-size: 1.6rem;
}
section h5{
	font-size: 1.4rem;
}


}


@media print, screen and ( min-width : 1200px ) {
.container{
	max-width: 1100px!important;
}
.widemode{
	width: 95%!important;
	max-width: 1200px!important;
}
}