/*
Theme Name: jinnin-c
Description:takano jinnin-c
Author: takano
Version: 1.0
*/
@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	box-sizing:border-box;
	color: #5f4b51;
}
html{
	scroll-behavior: smooth;
}

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

.top_cl{
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	font-size: 2.5em;
	line-height: auto;
	display: inline-block;
	padding:0 0;
	text-align: center;
}
h2.path{
	word-break: break-word;
}
h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	line-height: 180%;
}

p{
	line-height: 180%;
	margin: 0;
	padding: 0;
}

img{
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}
.w100{
	width: 100%;
}
.w60{
	width: 58%;
}
.w50{
	width: 48%;
}
.w40{
	width: 38%;
}
.w30{
	width: 31%;
}
.w25{
	width: 23%;
}
.w75{
	width: 75%;
}

.fl1{
	flex: 1;
}
.w2c{
	width: 50%;
}
.clear{
	display: none;
}

.lf{
	text-align: left;
}
.rt{
	text-align: right;
}
.cen{
	text-align: center;
}
.min{
font-family: 'Noto Serif JP', serif;
}
.mg10{
	margin: 1%;
}

.searchbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	box-sizing: border-box;
	background-color: #efefef;
	padding: 15px;
	column-gap: 15px;
	margin-bottom: 15px;
}
.searchbox .sbox{
	flex: 1;
	box-sizing: border-box;
	padding: 10px;
}
.searchbox .sbtn{
	width: 150px;
	box-sizing: border-box;
	padding: 0;
	line-height: 35px;
	background-color: #333;
	color: #fff;
}
.shadow{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

/* header */
.header {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow:visible;
    position:fixed;
    top: 0;
	z-index:555;
	font-size: 1.0em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	background-color:#fff;
  transition: .3s;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.header h1{
	display: flex;
	align-items: center;
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
	width: 50%;
	max-width: 380px;
	margin: 0;
	padding: 10px 0 10px 15px;
	box-sizing: border-box;
	line-height: normal;	
}
.header h1 a{
	padding:0;
	text-decoration: none;
}
.header h1 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* PCヘッダーメニュー */
.header .hdmenu{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	transition: 0.5s;
}
.header .hdmenu a:hover{
	transition: 0.5s;
	opacity: 0.5;
}
.header .hdmenu ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 110px 0 0;
	padding: 0;
}
.header .hdmenu ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.header .hdmenu ul li a{
	text-decoration: none;
	padding: 2px 10px;
	border-right: 2px solid #ccc;
	color: #5f4b51;
}
.home{
	font-size: 1.2em;
}
.home a{
	text-decoration: none;
	padding: 0 10px;
	color: #5f4b51;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
	
/* メニューボタン */
.menu-btn {
    position: fixed;
    top: 18px;
    right: 15px;
    display: flex;
    height: 74px;
    width: 74px;
    justify-content: center;
    align-items: center;
    z-index: 200;
	background-color: #5f4b51;	
	padding-top: 15px;
	box-sizing: border-box;
	border-radius: 10px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-btn::before {
    content: "MENU";
    position: absolute;
    top: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
/* チェック時に「CLOSE」に変更 */
#menu-btn-check:checked + .menu-btn::before {
    content: "CLOSE";
}

.hd_tel{
	width:100%;
	display: flex;
	justify-content: flex-end;
	margin:0 110px 10px 0;
}
.tel_bt{
	width: 200px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.3em;
	line-height: 38px;
	color: #fff;
}
.tel_bt span{
	font-weight: bold;
	margin-left: 5px;
}
.tel_bt a{
	background: linear-gradient(-90deg, #d296a0, #a76c74);
	border-radius: 10px;
	padding:0 10px;
	text-decoration: none;
	color: #fff;
	display: block;
}

/* メニュー展開 */
ul.m_bace {
	width: 85%;
	max-width: 1000px;
	margin: 0 auto;
    padding: 150px 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
ul.m_bace li {
	width: 100%;
	list-style: none;
}

ul.m_bace li ul{
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 1px #5f4b51;
}
ul.m_bace li ul li{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #5f4b51;
    list-style: none;
}
ul.m_bace li ul li a {
    display: block;
    width: 100%;
    font-size: 1.2em;
    box-sizing: border-box;
    color:#5f4b51;
    text-decoration: none;
    padding: 15px 15px 16px 10px;
    position: relative;
	font-weight: bold;
}
ul.m_bace li ul li a::before {
    content:url('images/arrow.png');
    width: 34px;
    height: 34px;
    position: absolute;
    right: 13px;
    top: 13px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 150;
    background:rgba(255,255,255,0.7);
    transition: all 0.5s;/*アニメーション設定*/
	backdrop-filter: blur(10px);
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.reserve_mb{
	background-color: #fff;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	width: 150px;
	margin: 50px auto 0 auto;
	text-align: center;
	border-radius: 20px;
}
.reserve_mb a{
	background-color: #d4a6a5;
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 240%;
	box-sizing: border-box;
	border-radius: 20px;
	transition: 0.5s;
}
.reserve_mb a::before{
	font-family: "Font Awesome 6 Free";
	content: "\f095";
	margin-right: 5px;
	font-weight: 900;
}
.reserve_mb a:hover{
	transition: 0.5s;
	opacity: 0.5;
}


/* top_contact */
.t_con{
position:fixed;
right:0px;
top:65%;
background: #525293;
	text-align: center;
	border-radius: 10px 0 0 10px; 
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	writing-mode: vertical-rl;
	z-index: 400;
}
.t_con a{
	padding:15px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 100%;
	letter-spacing: 1px;
	font-size: 1.4em;
}

/* TOP_img */
.topbace {
	width: 100%;
	height: calc(100vh - 110px);
	overflow: hidden;
	position: relative;
	margin-top: 110px;
	padding: 0;
	background-image: url("images/top_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.scroll{
	line-height: 100%;
	text-align: center;
	font-size: 2.5em;
	position:absolute;
	bottom:15px;
	left: 15px;
	color:#fff;
	animation: flash 2s linear infinite;
}
.scroll img{
	width: 25px;
	height: auto;
}

.top_copy{
	width: 100%;
	box-sizing: border-box;
}
.top_wbox{
	text-align: center;
	width: 100%;
	padding:0;
	margin: 0 auto;
	box-sizing: border-box;
}
h2.copy01{
	font-size: 3.0em;
	background: linear-gradient(-90deg, #d296a0, #a76c74);
	color: #fff;
	width: 95%;
	max-width: 1150px;
	margin:0 0 30px 0;
	padding:15px 25px 15px 50px;
	line-height: 120%;
	box-sizing: border-box;
	box-shadow:
		3px 0 5px rgba(0,0,0,0.2),
		0 -3px 5px rgba(0,0,0,0.2),
		0 3px 5px rgba(0,0,0,0.2);
	border-radius: 0 20px 20px 0;
	display: flex;
	align-items: center;
}
h2.copy01::before{
	content: "";
	display: inline-block;
	width: 69px;
	height: 69px;
	background-image: url("images/h2.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 15px;
}
.copy02{
	width: 95%;
	max-width: 1200px;
	background-color: #fff;
	display: inline-block;
	float: right;
	margin:0 0 40px 0;
	padding: 2.0% 30px;
	box-sizing: border-box;
	box-shadow:
		-3px 0 5px rgba(0,0,0,0.2),
		0 -3px 5px rgba(0,0,0,0.2),
		0 3px 5px rgba(0,0,0,0.2);
	border-radius: 20px 0 0 20px;
}
.copy02 p{
	font-size: 1.2em;
}

/* slide */
.slidebace {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	padding-top:0;
	background-color: #000;
}
.slidebace img{
	width: 100%;
  height: 100vh;
object-fit: cover;
	filter: brightness(80%);
}
.slidebace .path{
	height: auto;
	text-align: center;
	position:absolute;
	z-index: 100;
	top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 90%;
}
.slidebace .scl{
	line-height: 100%;
	text-align: center;
	font-size: 2.5em;
	text-shadow: 1px 1px 3px #000;
	position:absolute;
	bottom:3%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color:#fff;
	animation: flash 2s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
  
  
  100% {
    opacity: 1;
  }
}
.slidebace .scl a{
	color: #fff;
	text-decoration: none;
}
a#scl01{
scroll-margin-top: 80px;
}

/* パンくずリスト */
.bclist{
	display: block;
	background-color: #d4a6a5;
	padding: 10px;
	text-align: right;
	color: #fff;
	margin-bottom: 50px;
}
.bclist a{
	text-decoration: none;
	color: #fff;
}

/* page */
.conbace_top{
	margin: 0 0 0 0;
	padding:80px 0;
}
.conbace_page{
	margin: 110px 0 0 0;
	padding:0 0 0 0;
}
.pagebace{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0;
	box-sizing: border-box;
}
.pagebace p{
	padding: 0 10px;
}


/* page用カスタム */
.topcon01{
	background-color: #ebebeb;
	padding:80px 0;
}
.topcon02{
	background-color: #ffffff;
	padding:80px 0;
}

.pagebace ul{
	margin: 5px 0 5px 15px;
	padding: 0 0 0 30px;
}
.pagebace ul li{
	padding: 0;
	margin: 0;
	line-height: 180%;
}
.pagebace ol{
	margin: 5px 0;
	padding: 0 0 0 25px;
}
.pagebace ol li{
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 180%;
}
.profile{
	margin: 0 20px;
}
.ci_tel{
	font-size: 2.5em;
	font-weight: bold;
	color: #3333cc;
}
.ci_tel::before{
	font-family: "Font Awesome 6 Free";
	content: "\f095";
	margin-right: 5px;
	font-weight: 900;
}
p.ci_txt{
	max-width: 770px;
	margin: 0 auto;
	border: 3px solid #3333cc;
	text-align: center;
	display:block;
	padding: 15px;
	box-sizing: border-box;
	font-weight: bold;
	color:#3333cc;
	font-size: 1.4em;
	line-height: 150%;
}
p.ci_time{
	background-color: #777;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	width: 400px;
	margin: 25px auto 0 auto;
	border-radius: 20px;
	text-align: center;
	box-sizing: border-box;
}

.top_sd{
	width: 20%;
	max-width: 265px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
}
.top_sd img{
	width: 100%;
	height: auto;
}

/* table */
.tbl_box table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}
.tbl_box table th,
.tbl_box table td {
  border: 1px solid #8b8c7a;
  padding: 20px 0;
	box-sizing: border-box;
}
.tbl_box table th{
	background-color:#d4a6a5;
	color: #fff;
}
.tbl_box table td {
  background-color:#fff;
	color: #8b8c7a;
	text-align: center;
	font-weight: bold;
}
.tbl_box .wtime{
	width: 150px;
}

/* 外枠だけ太め */
.tbl_box table tr:first-child th {
  border-top: 3px solid #8b8c7a;
}
.tbl_box table tr:last-child td {
  border-bottom: 3px solid #8b8c7a;
}
.tbl_box table tr td:first-child,
.tbl_box table tr th:first-child {
  border-left: 3px solid #8b8c7a;
}
.tbl_box table tr td:last-child,
.tbl_box table tr th:last-child {
  border-right: 3px solid #8b8c7a;
}
/* 角丸 */
.tbl_box table tr:first-child th:first-child { border-top-left-radius: 20px; }
.tbl_box table tr:first-child th:last-child { border-top-right-radius: 20px; }
.tbl_box table tr:last-child td:first-child { border-bottom-left-radius: 20px; }
.tbl_box table tr:last-child td:last-child { border-bottom-right-radius: 20px; }




/* page用見出し */
.p01{
	color:#5f4b51;
	font-size: 2.5em;
	padding: 10px;
}
.p02{
	font-size: 1.2em;
	background-color: #d4a6a5;
	color: #fff;
	padding: 10px 15px;
	border-radius: 15px;
	margin-bottom: 25px;
}
.p03{
	font-size: 1.2em;
	background-color: #d4a6a5;
	color: #fff;
	padding: 10px 15px;
	border-radius: 15px;
	margin-bottom: 25px;
}
.p03::before{
	font-family: "Font Awesome 6 Free";
	content: "\f481";
	margin-right: 5px;
}


/* news */
.pagebace ul.newsbox{
	border-top: 2px solid #8b8c7a;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.pagebace ul.newsbox li{
	margin: 10px 0 10px 0;
	padding: 15px;
	list-style: none;
	list-style-position:inside;
	border-bottom: 1px dotted #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 1.2em;
}
.pagebace ul.newsbox li .date{
	flex: 1 15%;
	font-weight: 500;
	color: #a76c74;
}
.pagebace ul.newsbox li .tit{
	flex: 2 85%;
	color: #333;
}
.pagebace ul.newsbox li .tit a{
	text-decoration: none;
	color: #333;
}
.nw_link{
	width: 200px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.nw_link a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 65px;
	padding:0 10px;
	display: block;
	border-radius: 15px;
	transition: all 0.8s;
	background: linear-gradient(#d296a0, #a76c74);
}
.nw_link a::before{
	font-family: "Font Awesome 6 Free";
	content: "\f08e";
	margin-right: 5px;
}
.nw_link a:hover{
	opacity: 0.3;
}

.rt_link{
	width: 220px;
	margin: 80px auto;
	text-align: center;
}
.rt_link a{
	color: #917756;
	font-weight: bold;
	text-decoration: none;
	line-height: 65px;
	padding:0 10px;
	display: block;
	border-radius: 15px;
	transition: all 0.8s;
	border: 1px solid #917756;
}
.rt_link a::before{
	font-family: "Font Awesome 6 Free";
	content: "\f08e";
	margin-right: 5px;
}
.rt_link a:hover{
	opacity: 0.3;
}


/* single */
.single_info{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.single_info ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.single_info ul li{
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.single_info .s_date{
	margin: 0 15px 0 0;
}
.single_wrapper{
	width: 100%;
}
.single_bace{
	padding: 20px 1% 0 1%;
	margin: 0;
	min-height: 200px;
}

h2.cat_name{
	color: #5f4b51;
	width: 100%;
	text-align: center;
	font-size: 2.4em;
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding: 0;
}
.cat_eng{
	background-color: #d4a6a5;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	margin:0 auto 50px auto;
	max-width: 200px;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 180%;
	text-transform: uppercase;
}

h3.post_tit{
	color: #5f4b51;
	font-size: 2.0em;
	margin: 10px 0 0 0;
	padding:10px;
	border-top: 2px solid #8b8c7a;
	border-bottom: 2px solid #8b8c7a;
	font-family: 'Noto Serif JP', serif;
}

h4.dc_name{
	color: #5f4b51;
	font-size: 1.6em;
	margin: 0;
	padding:0 10px;
	font-family: 'Noto Serif JP', serif;
}


/* pagenation */
.pagination{
   margin:40px 0 0 0;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:10px;
   padding:8px 13px;
   color:#333;
   border-radius:5px;
   background:#fff;
	border: 1px solid #ccc;
}
.pagination .current{
   padding:8px 13px;
   background:#ccc;
   color:#fff;
	border: 1px solid #ccc;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#333;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}
.pagination a{
	text-decoration: none;
}


/* flexbox */
.flb{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.flb li{
	list-style: none;
	padding: 0;
}
.fstart{
	justify-content: flex-start;
}
.fcenter{
	justify-content: center;
}
.fbetween{
	justify-content:space-between;
}
.alc{
	align-items: center;
}

/* fade animation */
.box{
	opacity: 0;
}
.fade {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.fade-up   { transform: translateY(30px); }
.fade-down { transform: translateY(-30px); }
.fade-left { transform: translateX(30px); }
.fade-right{ transform: translateX(-30px); }

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.delay-time02{
animation-delay: 0.4s;
}

.delay-time04{
animation-delay: 0.8s;
}
.delay-time06{
animation-delay: 1.6s;
}

/* footer */
footer{
	color: #333;
	background-color: #f8f6f3;
}
ul.bnbox{
	background-color: #d4a6a5;
	margin: 0;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 15px;
	grid-row-gap: 15px;
	box-sizing: border-box;
}
ul.bnbox li{
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #fff;
}
.banner{
	width: 350px;
	background-color: #fff;
	border-radius: 15px;
}
.banner img{
	width: 100%;
	height: auto;
}
.banner a{
	display: block;
	padding: 10px;
	transition: 0.5s;
}
.banner a:hover{
	opacity: 0.5;
	transition: 0.5s;
}

ul.ft_info{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 30px 0;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 35px;
	grid-row-gap: 15px;
}
ul.ft_info li{
	list-style: none;
	margin: 0;
}
.ft_tel{
	width: 300px;
	background: linear-gradient(-90deg, #d296a0, #a76c74);
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.6em;
	border-radius: 30px;
	font-weight: bold;
}
.ft_tel::before{
	font-family: 'Font Awesome 6 Free';
	content: "\f095";
	margin-right: 5px;
	font-weight: 900;
}
.ft_tel a{
	text-decoration: none;
	color: #fff;
}


.ft_logo{
	max-width: 400px;
	padding:0 10px;
	box-sizing: border-box;
}
.ft_logo img{
	width: 100%;
	height: auto;
}
.ft_menu{
	margin: 0 0 30px 0;
	padding: 0;
}
.ft_menu ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 10px;
}
.ft_menu ul li{
	list-style: none;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-collapse: collapse;
}
.ft_menu ul li+ li {
  border-left: 0;
  border-right: 2px solid #ccc;
}

.ft_menu ul li a{
	padding: 0 10px;
	display: block;
	text-decoration: none;
	color: #333;
}

.copyright{
	background-color: #5f4b51;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}

/* fade */
.view{
opacity : 0;
transform : translate(0, 70px);
transition : all 500ms;
}
.view.scrollin{
opacity : 1;
transform : translate(0, 0);
}

/* contactform7 */
.wpcf7
{
    background-color: #efefef;
	border-radius: 10px;
 	padding: 2%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
	border: 1px solid #ccc;
    color: #000;
    width: 99%;
	line-height: 180%;
	font-size: 1.2em;
	padding: 3px;
	margin: 10px 0;
}

.wpcf7 input[type="submit"]{
	background-color: #5A89DC;
	border: none;line-height: 250%;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 0 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}



/** 一部調整 **/
@media screen and (max-width: 1080px) {
	
.sp_tab{
	width: 100%;
}
	
/* header */
.header h1{
	width: 100%;
	margin: 0 0 0 0;
	max-width: 250px;
}

#gnav > ul {
	width: 100%;
	margin: 0;
}

.top_cl{
	font-size: 2.0em;
}
	
/* PCヘッダーメニュー */
.header .hdmenu{
	font-size: 0.9em;
}
.header .hdmenu ul{
	margin: 0 110px 0 0;
}
.header .hdmenu ul li a{
	padding: 1px 8px;
}
.home{
	font-size: 1.1em;
}
.home a{
	padding: 0 8px;
}
	
h2.copy01{
	font-size: 2.4em;
}
h2.copy01::before{
	width: 55px;
	height: 55px;
}
	
/* top_contact */
.t_con{
	top: 60%;
}
.t_con a{
	padding: 15px;
	font-size: 1.0em;
}
/* page */
.pagebace{
	width: 98%;
}
	
/* news */
ul.newsbox li{
	font-size: 1.0em;
}
ul.newsbox li .date{
	flex: 1 100%;
	padding-bottom: 5px;
}
ul.newsbox li .tit{
	flex: 2 100%;
}
	
.top_sd{
	width: 33%;
}
	
}

/** モバイル **/
@media screen and (max-width: 768px) {
/* header */
.header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow:visible;
    position:fixed;
    top: 0;
	z-index:555;
	font-size: 1.0em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	background-color:#fff;
  transition: .3s;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.header h1{
	max-width: 200px;
	padding: 0 0 0 10px;
}
.hd_tel{
	margin:0 95px 0px 0;
}
.tel_bt{
	padding:0;
	width: 55px;
	height: 55px;
}
.tel_bt span{
	display: none;
}
.tel_bt a{
	background: #9ab3b5;
	padding:3px 0 0 0;
	width: 55px;
	height: 55px;
	box-sizing: border-box;
	border-radius: 55px;
	font-size: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.header .hdmenu ul{
	display: none;	
}
.home{
		display: none;
}	
.menu-content ul li {
	width: 100%;
}
/* TOP_img */
.topbace{
		margin-top: 100px;
}
.top_cl{
	font-size: 1.5em;
}

/* メニューボタン */
.menu-btn {
    top: 13px;
    right: 10px;
}
	
.spacer { width: 100%; }	
.pc{display: none;}
.sp{display: block;}

.w60{
	width: 100%;
}
.w50{
	width: 100%;
}
.w40{
	width: 100%;
}
.w30{
	width: 100%;
}
.w25{
	width: 100%;
}
.w75{
	width: 100%;
}
	
.w2c{
	width: 100%;
}
.conbace_page{
	margin: 130px 0 0 0;
}
	
.scroll{
	display: none;
}

/* TOP_img */
.topbace{
	height: auto;
	padding: 80px 0;
}
.top_wbox{
	padding:0 2%;
}
h2.copy01{
	width: 98%;
	margin:0 0 35px 0;
	padding:12px 15px;
	line-height: 130%;
	font-size: 1.6em;
}
h2.copy01::before{
	width: 45px;
	height: 45px;
}
.copy02{
	width: 98%;
	padding: 20px;
	margin-bottom: 35px;
}
.copy02 p{
	font-size: 0.8em;
	line-height: 160%;
}
	
p.ci_txt{
	font-size: 1.0em;
}
	
/* table */
.tbl_box table{
	font-size: 0.9em;
}
.tbl_box table th,
.tbl_box table td {
  padding: 15px 5px;
}
.tbl_box .wtime{
	width: 120px;
}

p.ci_time{
	width: 100%;
	margin: 15px auto 0 auto;
	font-size: 0.9em;
}
/* page用見出し */
.p01{
	font-size: 2.0em;
}
.p02{
	font-size: 1.0em;
}
	
h2.cat_name{
	font-size: 1.8em;
}
.cat_eng{
	font-size: 0.8em;
	max-width: 180px;
}
h3.post_tit{
	font-size: 1.6em;
	padding:5px;
}
	
h4.dc_name{
	font-size: 1.2em;
}
	
.pagebace ul{
	margin: 5px 0 5px 10px;
	padding: 0 10px 0 20px;
}
	
/* パンくずリスト */
.bclist{
	display: none;
}
	
.top_sd{
	width: 50%;
}
	
/* footer */	
.ft_menu{
	display: none;
}

}