@charset "UTF-8";
/*
Theme Name:.AROWANA BROWSER
Theme URI: /wp-content/themes/AROWANA BROWSER
Description: .AROWANA BROWSERのサイトです
Author: yamada
Author URI:
Version: 1.0

1.  common settings
2.  sp settings
3.  header settings
4.  index settings
5.  page settings
6.  single settings
7.  sidebar settings
8.  footer settings
9.  form setting
10.  Other Styles

*/


/*==================================================================
	common settings
===================================================================*/
html {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing:0.02em;
}
body{
	overflow-x: hidden;
	letter-spacing:0.02em;
	position:relative;
	color:#111;
	font-weight: 600;
}
h1,h2,h3,h4,h5,p,a,span,strong,dl,dt,dd,table,tbody,thead,th,td,blockquote,ul,li,ol {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#111;
}
.uk-grid.uk-grid-collapse {
	margin-left: 0;
}
.uk-grid.uk-grid-collapse >* {
	padding-left: 0;
}
p, li, dt, dd,th,td{
	font-size: 16px;
	line-height:220%;
	margin:0 0 30px 0;
}
a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	text-decoration:underline;
	color:#ff5b45;
}
.uk-link:hover, a:hover{
	text-decoration:none;
}
a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
a:hover {
	color:#ff5b45;
	text-decoration:none;
}
img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width : 959px){
	.uk-container{
		padding:0 30px;
	}
}
@media screen and (max-width : 639px){
	p, li, dt, dd th,td{
		line-height:180%;
		margin-bottom:15px;
		font-size:14px;
	}
	.uk-container{
		padding:0 15px;
	}
}




/* margin,padding
-------------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 1.5em;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb100 {
	margin-bottom: 8em;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.mt60{
	margin-top: 60px;
}
.mt80{
	margin-top: 80px;
}
.pb0{
	padding-bottom:0;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pt80{
	padding-top:80px;
}
.pt30{
	padding-top:30px;
}
.pb80{
	padding-bottom:80px;
}
.pt0{
	padding-top:0;
}
.pBox15{
	padding:15px;
}
@media screen and (max-width : 959px){
	.mb120 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width : 639px){
	.mb60{
		margin-bottom:30px;
	}
	.mb80{
		margin-bottom:40px;
	}
	.mb100{
		margin-bottom:50px;
	}
	.mb120 {
		margin-bottom: 60px;
	}
	.mt60{
		margin-top: 30px;
	}
}


/* font style
-------------------------------------------------------------------*/
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.strong,
strong{
	font-weight:bold;
	color:#ffa259;
	font-size:16px;
}
.fonts{
	font-size:12px;
	color:#666;
}



/* table sheet style
-------------------------------------------------------------------*/
table.sheet {
	border-collapse:collapse;
	border-spacing:0px;
	border-bottom: none;
	margin-bottom:25px;
	width:100%;
}
.sheet th, .sheet td {
	padding: 10px 20px;
	text-align: left;
	line-height:1.5em;
	vertical-align:middle;
	background:#fff;
	line-height:200%;
	border:1px solid #ddd;
}
.sheet th {
	background: #f7f7f7;
	font-weight:600;
	text-align:center;
}
.sheet td ol.list{
	margin:0;
}
.sheet td ul.list{
	padding-left:20px;
	margin:0;
}
.sheet td ul.list li {
	margin:0 0 6px;
	line-height:160%;
}
.sheet td ul.list li:last-child {
	margin:0;
}
.sheet td img {
	vertical-align:middle;
}
table.center td{
	text-align:center;
}
table td.fonts{
	font-size:12px;
	color:#666;
}

/* table price
---------------------------------------------*/
table.price th,
table.price td{
	padding: 8px 20px;
}
table.price th{
	width:50%;
	text-align:left;
}
table.price td{
	text-align:center;
	width:25%;
}
table.price td:last-child{
	text-align:right;
}
table.center td{
	text-align:center;
}


@media screen and (max-width : 639px){
	table.sheet td{
		padding:15px;
	}
	.sheet ul{
		padding-left:20px;
	}
	.uk-container .sheet ul li{
		padding:0 10px;
	}
	table.price th{
		width:auto;
	}
	table.price td{
		width:40%;
	}
	table.price td:last-child{
		width:30%;
	}
	table.spblock th,
	table.spblock td{
		display:block;
		margin:0;
		width:auto;
		padding:10px;
		border-bottom:none;
	}
	table.spblock tr:last-child td{
		border-bottom:1px solid #ddd;
	}
}

	/* table 横スクロール style
-------------------------------------------------------------------*/
@media screen and (max-width : 639px){
	.scroll{
		overflow:auto!important;
		white-space:nowrap;
		display:block;
	}
	.scroll::-webkit-scrollbar{
		height:5px;
	}
	.scroll::-webkit-scrollbar-track{
		background:#f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb{
		background:#bcbcbc;
	}
}

/*	dl style
-------------------------------------------------------------------*/
dl.dllist{
	width: 100%;
	overflow: hidden;
	background:#f5f5f5;
	border-bottom:1px dotted #ddd;
}
.dllist dt, .dllist dd{
	display: block;
	float: left;
	margin:0;
	padding:15px 25px;
}
.dllist dt{
	width: calc(25% - 50px);
	clear: left;
	border-top:1px dotted #ddd;
	font-weight:650;
	letter-spacing:0.1em;
}

.dllist dd{
	width:  calc(75% - 50px);
	background:#fff;
	border-top:1px dotted #ddd;
}

@media screen and (max-width : 639px){
	dl.dllist{
		width: 100%;
		background:none;
		border-bottom:none;
	}
	.dllist dt, .dllist dd{
		float:none;
		width:calc(100% - 30px);
		border-top:none;
	}
	.dllist dt{
		border-bottom:1px dotted #ddd;
		font-weight:bold;
		padding:5px 15px;
		background:#fff;
	}
	.dllist dd{
		border:none;
		padding:10px 15px;
		margin:0 0 15px 0;
	}
}

/* list style
-------------------------------------------------------------------*/
ul.list{
	padding-left:30px;
	margin:0 0 25px;
}
ul.list li{
	padding-left:5px;
	margin:5px 0;
	list-style-image:url(./img/list.svg);
}
ul.menulist li{
	display:inline-block;
	margin:0;
}
ul.menulist li a{
	background:url(./img/more.svg) no-repeat left center/20px;
	padding:5px 0 5px 30px;
	margin-right:40px;
	text-decoration:none;
}
ul.menulist li a:hover{
	text-decoration:underline;
}

ol.list{
	counter-reset: my-counter;
	list-style: none;
	padding-left:30px;
	margin:0 0 25px;
}
ol.list li{
	padding-left:5px;
	margin:5px 0;
	position: relative;
}
ol.list li:before{
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #111;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
	margin-top:3px;
}
@media screen and (max-width : 639px){
	ol.list li:before{
		margin-top:0;
	}
	ul.menulist li{
		display:block;
		margin:0 0 15px;
	}
}



/* icon
-------------------------------------------------------------------*/
i{
	color:#fff;
}
a:hover i{
	color:#fff !important;
}


/*	blockquote
-------------------------------------------------------------------*/
blockquote {
	background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
	border: 1px solid #FFFFFF;
	margin:0 0 40px 0;
	padding: 60px 30px 15px;
	position: relative;
	border-radius:10px;
}
blockquote:before {
	color: #C8C8C8;
	content: "“";
	font-family: serif;
	font-size: 500%;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 15px;
	left:15px;
}

/*	accordion
-------------------------------------------------------------------*/
/*アコーディオン全体*/
.accordion-area{
	list-style: none;
	width: 100%;
	padding:0;
}
.accordion-area li{
	margin: 10px 0;
	background:#fff;
}
.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.faq_title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-weight: normal;
	padding: 20px 40px;
	transition: all .5s ease;
	margin:0;
	font-size:16px;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after{
	position: absolute;
	content:'';
	width: 26px;
	height: 2px;
	background-color: #000; 
}
.faq_title::before{
	top:48%;
	right: 15px;
	transform: rotate(0deg);
}
.faq_title::after{    
	top:48%;
	right: 15px;
	transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before{
	transform: rotate(45deg);
}
.faq_title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq_box {
	display: none;/*はじめは非表示*/
	background: #f7f7f7;
	margin:0 20px 20px;
	padding: 30px;
}
.faq_box p:last-child{
	margin:0;
}

@media screen and (max-width : 639px){
	.accordion-area li{
		margin: 5px 0;
	}
	.faq_title {
		padding: 15px 40px 15px 15px;
		font-size:15px;
		line-height:160%;
	}
	.faq_box {
		margin:0 15px 15px;
		padding: 15px;
	}
	.faq_title::before,
	.faq_title::after{
		width: 15px;
	}
}




/* fadeIn
-------------------------------------------------------------------*/
.fade_in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.fade_in_up {
  transform: translate(0, 50px);
}
.fade_in_down {
  transform: translate(0, -50px);
}
.fade_in_left {
  transform: translate(-50px, 0);
}
.fade_in_right {
  transform: translate(50px, 0);
}
.scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.fade_in {
		transition-duration: 1000ms;
	}
}



/*==================================================================
	sp common settings
===================================================================*/
/* sp contactbtn footer
-------------------------------------------------------------------*/
#sp-contact{
	position: fixed;
	bottom: 0;
	right: 0;
	width:100%;
	z-index:100;
	overflow:hidden;
	margin:0;
	padding:0;
}
#sp-contact li{
	float:left;
	width:50%;
	margin:0;
	list-style:none;
}
#sp-contact li a{
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding: 10px 0 8px 0;
	font-size:13px;
	text-align:center;
	height:auto;
	background:#111;
	border-right:1px solid #fff;
}
#sp-contact li a span{
	display:block;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	line-height:120%;
}
#sp-contact li:last-child a{
	border-right:none;
}
#sp-contact li a i{
	color:#fff;
}
@media screen and (max-width : 639px){
	body{
		padding-bottom:54px;
	}
}


/*==================================================================
	header settings
===================================================================*/

/* header
-------------------------------------------------------------------*/
header{
	z-index:900;
	height:140px;
	width:100%;
	background:#fff;
}
header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index:970;
}
.logo{
	position:relative;
	z-index:900;
	margin:0;
	display:inline-block;
	text-decoration:none;
	color:#111;
	display:flex;
	align-items: center;
}
.logo img{
	vertical-align:top;
	display:inline-block;
}
.logo_txt{
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	font-family: "Yu Gothic Medium","游ゴシック Medium", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight:700;
	padding-left:40px;
	letter-spacing:0.1em;
}
.logo_txt span{
	display:inline-block;
	font-size:16px;
	font-family: "Yu Gothic Medium","游ゴシック Medium","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight:700;
	line-height:200%;
	margin:0 0 10px;
}
.contact a{
	text-decoration:none;
	font-size:22px;
	display:inline-block;
	letter-spacing:0.1em;
	padding:20px 0 10px;
	line-height:120%;
	color:#111;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height:200%;
	margin:0 30px 0 5px;
}
.contact a:hover{
	color:#ff5b45;
}
.contact a span{
	font-weight: 600;
	font-size:12px;
	color:#111;
	margin-right:5px;
	position:relative;
	padding-right:25px;
	letter-spacing:0;
	vertical-align:top;
}
.contact a span::after{
	content:"";
	background:url(./img/icon_tel.svg) no-repeat center center/contain;
	margin-right:3px;
	position:absolute;
	right:0;
	bottom:0;
	width:16px;
	height:16px;
}
@media screen and (max-width : 1100px){
	.logo_txt{
		font-size:15px;
		padding-left:20px;
		letter-spacing:0.05em;
	}
	.logo_txt span{
		line-height:160%;
		margin:0 0 10px;
	}
}
@media screen and (max-width : 990px){
	.contact a{
		font-size:18px;
		letter-spacing:0.1em;
		padding:20px 0 10px;
		line-height:100%;
		margin:0 30px 0 5px;
	}
	.contact a span{
		margin-right:5px;
		padding-right:25px;
	}
}
@media screen and (max-width : 959px){
	header{
		height:80px;
	}
	.logo img{
		height:80px;
		width: auto;
	}
	.logo_txt{
		font-size:13px;
	}
	.logo_txt span{
		line-height:160%;
		margin:0 0 5px;
	}
	.contact{
		display:none;
	}
}
@media screen and (max-width : 639px){
	header{
		height:50px;
	}
	.logo img{
		height:50px;
	}
	.logo_txt{
		font-size:11px;
		padding-left:10px;
		line-height:100%;
	}
	.logo_txt span{
		line-height:120%;
		margin:0 0 3px;
	}

}

/* navigation
-------------------------------------------------------------------*/
#nav{
	display:inline-block;
	vertical-align:middle;
	padding:0;
}
.nav_items{
	padding:0;
	margin:0;
	position:relative;
}
.nav_items > li {
	display:block;
	float:left;
	box-sizing: border-box;
	margin:  0;
	padding:0;
	text-align:center;
	position:relative;
}
.nav_items > li > a,
.nav_items > li > span.nolink{
	display:block;
	text-decoration:none;
	color:#111;
	font-size:19px;
	text-align:center;
	letter-spacing:0.1em;
	margin:0 ;
	padding:0 33px 0 20px;
	font-family: "Yu Gothic Medium","游ゴシック Medium","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position:relative;
}
.nav_items > li > a:after,
.nav_items > li > span.nolink:after{
	content:url(./img/nav.svg);
	position:absolute;
	right:0;
	top:35%;
}
.nav_items > li:last-child a:after{
	content:none;
}
.nav_items > li .sub{
	display:block;
	color:#111;
	font-size:11px;
	font-weight:600;
	letter-spacing:0.05em;
	line-height:100%;
	padding:0;
}
.nav_items > li a:hover{
	color:#ff5b45
}
@media screen and (max-width : 1190px){
	.nav_items > li > a,
	.nav_items > li > span.nolink{
		font-size:18px;
		letter-spacing:0.05em;
		padding:0 28px 0 15px;
	}
}
@media screen and (max-width : 1073px){
	.nav_items > li > a,
	.nav_items > li > span.nolink{
		font-size:16px;
		letter-spacing:0.02em;
		padding:0 25px 0 12px;
	}
}


/*Nav  シンプルプルダウン
-------------------------------------------------------------------*/
#nav li.has-child div{
	position: absolute;
	left:0;
	top:50px;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	background: #fff;
	padding:15px 20px;
	width:200px;
	margin:0;
}
#nav li.has-child:hover > div,
#nav li.has-child ul li:hover > div,
#nav li.has-child:active > div,
#nav li.has-child ul li:active > div{
	visibility: visible;
	opacity: 1;
}
#nav ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:2000;
}
#nav ul li ul li{
	margin:0;
	display:block;
}
#nav ul li ul li a{
	display:block;
	font-size:13px;
	color: #111;
	text-decoration:none;
	line-height:160%;
	padding:7px 0 7px 25px;
	text-align:left;
	background:url(./img/more2.svg) no-repeat left center/5px;
}
#nav ul li ul li a:hover{
	color:#ff5b45;
	background-position:5px center;
}


/* menubtn
-------------------------------------------------------------------*/
.menu_btn{
	border:none;
	z-index:1000;
	vertical-align:middle;
	background:none;
	color:#111;
	font-size:12px;
	margin: 0 30px 0 0;
	height:80px;
	outline:0;
	letter-spacing:0.1em;
	text-align:center;
	padding:0;
	position:relative;
}
button.active{
	position:fixed;
	top:0;
	right:0;
}
.menu_btn::after {
	content:'MENU';
	margin:5px auto 0;
	display:block;
	color:#111;
	text-decoration:none;
	text-align:center;
	width:40px;
}
.active::after {
	content:'CLOSE';
	letter-spacing:0;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 22px;
	text-align:center;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #111;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
button.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
button.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
button.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width : 639px){
	.menu_btn{
		margin: 0 10px 0 0;
		height:50px;
	}
	.menu-trigger {
		height: 17px;
	}
	.menu_btn::after {
		margin:0 auto 0;
		font-size:10px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 7px;
	}
	header .active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	header .active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
}
/* toggle_nav
-------------------------------*/
#toggle_nav{
	position:fixed;
	z-index: 999;
	top:0;
	right: -120%;
	width:60%;
	height:100vh;
	background:#fff;
	transition: all 0.7s;
	overflow-y: scroll;
}
.toggle_inner{
	padding:60px;
}
#toggle_nav.open{
    right: 0;
}
@media screen and (max-width : 639px){
	.toggle_inner{
		padding:30px 30px 80px;
	}
	#toggle_nav{
		width:90%;
	}
}


/* nav_menu_list
-------------------------------*/
#toggle_nav ul {
	padding:0;
	overflow:hidden;
	margin:0;
	text-align:center;
}
#toggle_nav ul li{
	margin:0;
}
#toggle_nav ul li a{
	display:block;
	text-decoration:none;
	color:#111;
	font-size:30px;
	padding:35px 0 20px;
	margin:0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	background:url(./img/nav.svg) no-repeat center top/15px;
}
#toggle_nav ul li a span{
	font-size:16px;
	font-weight: 600;
	display:block;
	margin:0 0 0 0;
}

#toggle_nav ul li ul.menu{
	padding:0;
	margin:0 0 40px;
}
#toggle_nav ul li ul.menu li a{
	color:#111;
	font-size:16px;
	padding:5px 0;
	margin:0;
	background:none;
}
@media screen and (max-width : 639px){
	#toggle_nav ul li a{
		font-size:24px;
		padding:30px 0 15px;
		background-size:10px;
	}
	#toggle_nav ul li a span{
		font-size:12px;
		margin:0;
	}
	#toggle_nav ul li ul.menu{
		margin:0 0 15px;
	}
	#toggle_nav ul li ul.menu li a{
		font-size:13px;
		padding:3px 0;
	}
}



/*==================================================================
	index settings
===================================================================*/
/* keyv
-------------------------------------------------------------------*/
.keyv {
	position:relative;
	margin:20px;
}
.keyv li{
	margin:0;
}
.keyv_txt{
	position:absolute;
	right:5%;
	bottom:5%;
}
.keyv_txt img{
	display:block;
	margin:0 auto 40px;
}
.keyv_txt p{
	color:#fff;
	font-size:60px;
	letter-spacing:0.15em;
	line-height:120%;
	text-align:center;
	margin:0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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


}
@media screen and (max-width : 639px){
	.keyv {
		margin:5px;
	}
	.keyv_txt{
		width:100%;
		right: 5%;
	}
	.keyv_txt img{
		width:20%;
		margin-bottom:15px;
	}
	.keyv_txt p{
		text-align:right;
		font-size:14px;
		letter-spacing:0.15em;
	}

}


/* top_title
-------------------------------------------------------------------*/
.top_title{
	margin:0 0 80px;
	color:#111;
	font-size:30px;
	letter-spacing:0.2em;
	line-height:100%;
	padding:0 0 0 60px;
	position:relative;
	font-weight:bold;
	background:url(./img/title.svg) no-repeat left center;
}
.top_title span{
	display:block;
	color:#444;
	font-size:15px;
	letter-spacing:0.2em;
	line-height:100%;
	font-weight:bold;
	margin:15px 0 0 0;
}

@media screen and (max-width : 959px){
}
@media screen and (max-width : 639px){
	.top_title{
		margin:0 0 40px;
		font-size:22px;
		padding:0 0 0 30px;
		background-size:20px;
	}
	.top_title span{
		font-size:12px;
		letter-spacing:0.1em;
		margin:8px 0 0 0;
	}

}


/* more style
-------------------------------------------------------------------*/
p.more{
	margin: 40px 0 0 0;
	text-decoration:none;
	text-align:center;
}
.more a{
	display:inline-block;
	text-decoration:none;
	font-size:17px;
	color:#FFF;
	letter-spacing:0.1em;
	background:url(./img/more.svg) no-repeat left -1px top -1px,
		url(./img/more1-2.svg) no-repeat right -1px top -1px,
		url(./img/more1-3.svg) no-repeat left -1px bottom -1px,
		url(./img/more1-4.svg) no-repeat right -1px bottom -1px,
		#111;
	padding:10px 75px;
	font-weight:bold;
	min-width:195px;
	border:solid 10px rgba(255,255,255,0);
	text-align:center;
}
.more a:hover{
	border-color:#c9240e;
}

@media screen and (max-width : 959px){
}
@media screen and (max-width : 639px){
	p.more{
		margin: 25px 0 0 0;
	}
	.more a{
		display:block;
		font-size:13px;
		letter-spacing:0.1em;
		padding:10px;
		min-width:initial;
	}

}


/* topconcept
-------------------------------------------------------------------*/
.uk-container>:last-child.Topconcept{
	position:relative;
	margin:100px 0 120px;
}
.Topconcept .top_title{
	margin-bottom:55px;
}
.Topconcept p.more{
	text-align:left;
}
.Topconcept p.more a{
	background-color:#111;
}
.Topconcept img{
	position:absolute;
	top:0;
	left:0;
	max-width:45%;
}
.Topconcept .uk-grid{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.concept_box{
	background:#f7f7f7;
	padding:80px 100px;
	margin:60px 0 0 0;
}

@media screen and (max-width : 959px){
	.uk-container>:last-child.Topconcept{
		margin:0 0 0;
	}
	.Topconcept img{
		position:static;
		max-width:100%;
		display:block;
		margin:-140px auto 80px;
	}
	.concept_box{
		padding:80px 100px 200px;
		margin:0 0 0 -10px;
		width:calc(100% - 180px);
	}
}
@media screen and (max-width : 639px){
	.concept_box{
		padding:40px 30px 170px;
		margin:0 0 0 -10px;
		width:calc(100% - 40px);
	}
	.Topconcept .top_title{
	margin-bottom:30px;
}
		.Topconcept img{
		margin:-140px auto 40px;
	}
}


/* Topabout
-------------------------------------------------------------------*/
.Topabout{
	margin:0 0 120px;
	background:linear-gradient(to bottom , #fff 28%, #f7f7f7 28%, #f7f7f7 100%);
	padding:0 0 100px;
}
.about_txt{
	margin-top:40px;
}
.about_txt a{
	font-weight:bold;
	color:#111;
	text-decoration:none;
	display:inline-block;
	padding-left:15px;
	background:url(./img/more2.svg) no-repeat left center;
	margin-left:3em;
}
.about_txt a:hover{
	color:#ff5b45;
}
.Topabout p.more{
	margin-top:60px;
}
.Topabout .more a{
	background-color:#111;
}
.about_img{
	background:url(/wp-content/uploads/2025/04/AdobeStock_171961536-scaled.jpeg) no-repeat center center/cover;
	height:280px;
}
.about_menu_list{
	margin-top:80px;
}
.about_menu_list h3{
	text-align:center;
	font-weight:bold;
	margin:35px 0 25px;
	font-size:20px;
	letter-spacing:0.1em;
}

.about_menu_list h4{
	text-align:center;
	font-weight:bold;
	margin:35px 0 25px;
	font-size:20px;
	letter-spacing:0.1em;
}

.about_menu_list_img{
	position:relative;
	z-index:1;
}
.about_menu_list_img::before{
	content:url(./img/img_icon.svg);
	position:absolute;
	top:-5px;
	left:-5px;
	z-index:2;
}
.about_menu_list_img::after{
	content:url(./img/img_icon.svg);
	position:absolute;
	bottom:-10px;
	right:-5px;
	z-index:2;
}
@media screen and (max-width : 959px){
	.Topabout{
		margin:0 0 80px;
		background:linear-gradient(to bottom , #fff 28%, #f7f7f7 28%, #f7f7f7 100%);
		padding:0 0 80px;
	}
	.about_txt{
		margin-top:30px;
	}
	.about_img{
		margin-top:30px;
	}
	.about_menu_list{
		margin-top:40px;
	}
	.about_menu_list .uk-grid > *{
		margin-bottom:40px;
	}
	.Topabout p.more{
		margin-top:20px;
	}
}
@media screen and (max-width : 639px){
	.Topabout{
		margin:0 0 40px;
		background:linear-gradient(to bottom , #fff 22%, #f7f7f7 22%, #f7f7f7 100%);
		padding:0 0 40px;
	}
	.Topabout p.more{
		margin-top:0;
	}
	.about_txt{
		margin-top:20px;
	}
	.about_img{
		margin-top:20px;
		height:160px;
	}
	.about_txt a{
		margin-left:2em;
	}
	.about_menu_list h3{
		margin:25px 0 15px;
		font-size:18px;
	}
}


/* topmenu
-------------------------------------------------------------------*/
.Topmenu{
	margin:0 0 120px;
}
.top_menu{
	margin-top:80px;
}
.top_menu_2{
	margin:100px 0 20px;
}
.top_menu1{
	background:url(/wp-content/uploads/2025/04/AdobeStock_555373763-scaled.jpeg) no-repeat center center/cover;
	width:100%;
	height:100%;
}
.top_menu2{
	background:url(/wp-content/uploads/2024/09/23819398_s-e1743505241140.jpg) no-repeat center center/cover;
	width:100%;
	height:100%;
}

.top_menu .about_menu_list{
	margin-top:0;
	max-width:373px;
	margin:0 auto 20px;
}

.menu_list .about_menu_list .uk-grid >*{
	position:relative;
	padding-bottom:10%;
}
.menu_list p.more{
	margin-top:20px;
}
.menu_list p.more a{
	display:block;
	padding:10px;
}
.menu_more{
	position:absolute;
	bottom:0;
	width:calc(100% - 40px);
}
@media screen and (max-width : 959px){
	.Topmenu{
		margin:0 0 80px;
	}
	.menu_more{
		position:static;
		width:auto;
	}
	.menu_list .about_menu_list .uk-grid >*{
		padding-bottom:0;
	}
	.top_menu .about_menu_list{
		padding:0 30px ;
	}
	.top_menu .about_menu_list .more a{
		display:block;
		padding:10px;
	}
	.top_menu{
		margin-top:60px;
	}
	.top_menu_2{
		margin:60px 0 20px;
	}
}
@media screen and (max-width : 639px){
	.Topmenu{
		margin:0 0 10px;
	}
	.top_menu1,.top_menu2,.top_menu3{
		height:160px;
	}
		.top_menu{
		margin-top:30px;
	}
	.top_menu_2{
		margin:30px 0 10px;
	}
	
}


/* topfaq
-------------------------------------------------------------------*/
.Topfaq{
	position:relative;
	background:url(/wp-content/uploads/2025/04/AdobeStock_554856268-scaled.jpeg) no-repeat center center/cover;
	padding:80px 0;
}
.Topfaq::after{
	content:"";
	position:absolute;
	background:rgba(0,0,0,0.3);
	height:100%;
	width:100%;
	top:0;
	z-index:1;
}
.Topfaq .uk-container{
	z-index:2;
	position:relative;
}
.Topfaq .top_title{
	display:inline-block;
	color:#fff;
	margin-bottom:40px;
	background-image:url(./img/title2.svg);
	padding-right:30px;
}
.Topfaq .top_title span,
.Topfaq p{
	color:#fff;
}
.Topfaq p{
	font-size:18px;
	font-weight:bold;
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.Topfaq{
		padding:40px 0;
	}
	.Topfaq p{
		font-size:14px;
	}
	.Topfaq .more a{
		background-color:#fff;
	}
	.Topfaq .top_title{
		margin-bottom:30px;
	}
}


/* line-list
---------------------------------------*/
.topnews{
	max-width:1000px;
	margin:120px auto 0;
}
.topnews .top_title{
	margin-bottom:60px;
}
.line-list{
	padding:0;
	list-style:none;
	margin:0;
}
.line-list li{
	margin:0;
}
.line-list li a{
	text-decoration:none;
	color:#555;
	display:block;
	padding:15px;
	position:relative;
	transition:0.4s;
}
.line-list li h3{
	display:inline-block;
	font-size:15px;
	margin: 0 ;
	vertical-align: middle;
	line-height:160%;
	width:calc(100% - 260px);
}
.line-list li a:hover {
	background:#eee;
}
.date{
	display:inline-block;
	color:#999;
	font-size:12px;
	letter-spacing:0;
	line-height:100%;
	margin:0 30px 0 0;
	vertical-align:middle;
}
.i-cat{
	display:inline-block;
	text-align:center;
	color:#fff;
	padding:5px 30px;
	margin:0 30px 0 0;
	font-size:13px;
	line-height:100%;
	text-transform:uppercase;
	vertical-align: middle;
	background:#000;
}


@media screen and (max-width : 959px){
	.topnews{
		margin:80px auto 0;
	}
}
@media screen and (max-width : 639px){
	.topnews{
		margin:40px auto 0;
	}
	.topnews .top_title{
		margin-bottom:30px;
	}
	.date{
		margin:0 15px 0 0;
	}
	.line-list{
		margin:25px 0 5px 0;
	}
	.line-list li a{
		padding:10px 0;
	}
	.line-list li h3{
		display:block;
		margin: 5px 0 0 0 ;
		width:100%;
	}
	.i-cat{
		padding:2px 20px;
		margin:0;
	}
}



/*==================================================================
	page settings
===================================================================*/
/* 固定ページ
-------------------------------------------------------------------*/
.contents {
	margin:0 auto ;
	max-width:1000px;
}
.contents_area .uk-grid>* img{
	margin:0 auto 40px;
}
.contents_area section{
	margin:0 0 80px;
	overflow:hidden;
}
.contents_area section:last-child{
	margin:0;
}
.contents h2,
.contents h3,
.contents h4{
	clear:both;
}
.contents section div{
	overflow:hidden;
}
.contents img{
	border-radius:2px;
}
.contents .top_title{
	margin:60px 0 80px;
}
.contents .top_title:first-letter{
	text-transform: capitalize;
}
@media screen and (max-width : 959px){
	.contents_area section{
		margin:0 0 60px;
	}
	.contents .top_title{
		margin:40px 0 60px;
	}
}
@media screen and (max-width : 639px){
	.contents .uk-align-right,
	.contents .uk-align-left{
		display:block;
		float:none;
		margin:0 auto 20px;
	}
	.contents .uk-align-right img,
	.contents .uk-align-left img{
		display:block;
		margin:0 auto ;
		max-width:260px;
	}
	.contents .uk-align-right img.width100,
	.contents .uk-align-left img.width100{
		max-width:100%;
	}
	.contents_area section{
		margin:0 0 30px;
	}
	.contents .top_title{
		margin:30px 0 40px;
	}
}

/* page_keyv
-------------------------------------------------------------------*/
.page_keyv{
	background:url(./img/sub_top.jpeg) no-repeat top/cover ;
	height:280px;
	margin:20px 20px 0;
}
@media screen and (max-width : 959px){
	.page_keyv{
		height:200px;
	}
}
@media screen and (max-width : 639px){
	.page_keyv{
		height:100px;
		margin:5px 5px 0;
	}
}

/* bl
-------------------------------------------------------------------*/
.bl{
	padding: 20px 40px;
	margin:0;
	overflow:hidden;
}
.bl ul{
	padding:0;
	margin:0;
	float:right;
}
.bl a,
.bl ul li,
.uk-breadcrumb>li:not(.uk-active)>span{
	font-size:12px;
	margin:0;
	color:#555;
	display:inline-block;
}
.uk-breadcrumb>*{
	flex:initial;
}
@media screen and (max-width : 959px){
	.bl{
		padding: 20px;
	}
}
@media screen and (max-width : 639px){
	.bl{
		padding: 10px;
	}
	.bl a,
	.bl,
	.uk-breadcrumb>li:not(.uk-active)>span,
	.bl ul li{
		font-size:10px;
	}
	.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
		margin: 0 10px;
	}
	.uk-breadcrumb>*>*{
		display:inline;
	}
}




/* page_ttl
-------------------------------------------------------------------*/
.title1,
.single h2{
	margin:0 0 50px 0;
	padding:25px 0 ;
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	font-size:22px;
	font-weight:750;
	text-align:center;
	letter-spacing:0.15em;
	line-height:160%;
}
.title2,
.single h3{
	font-size:18px;
	margin:40px 0 30px 0;
	letter-spacing:0.1em;
	color:#000;
	padding:15px 20px;
	position:relative;
	background:#fff;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#f7f7f7;
	font-weight:750;
}
.title2:before,
.single h3:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	background:#000;
	height:calc(100% - 14px);
	width:6px;
}
.title3,
.single h4{
	font-size:16px;
	margin:25px 0 20px 0;
	padding:0 0 10px 10px;
	font-weight:750;
	letter-spacing:0.05em;
	color:#111;
	border-bottom:double 3px #ddd;
}

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

}
@media screen and (max-width : 639px){
	.title1,
	.single h2{
		margin:0 0 25px 0;
		padding:12px 10px ;
		font-size:15px;
		letter-spacing:0.1em;
	}
	.title2,
	.single h3{
		font-size:14px;
		margin:25px 0 20px 0;
		letter-spacing:0.05em;
		padding:10px 15px;
	}
	.title3,
	.single h4{
		margin:0 0 15px 0;
		font-size:14px;
		padding:0 0 10px 0;
	}

}

/* flow
-------------------------------------------------------------------*/
.top-point a{
	display:block;
	text-decoration:none;
}
.uk-grid.top-point>*{
	margin:0 0 40px;
}
.contents_area .uk-grid.top-point>* img{
	margin:0;
}
.top-point a:hover img{
	opacity:0.4;
}
.top-point a h2{
	margin:30px 0 20px;
	font-size:20px;
	font-weight:bold;
	background:url(./img/title.svg) no-repeat left center/30px;
	padding-left:30px;
}
.top-point a:hover h2{
	color:#ff5b45;
}
@media screen and (max-width : 639px){

}


/* text_box
-------------------------------------------------------------------*/
.sBox{
	padding:30px;
	margin:30px 0;
	border-radius:15px;
	background:#f5f5f5;
	border:dotted 1px #ddd;
}

@media screen and (max-width : 639px){
	.sBox{
		padding:15px;
		margin:30px 0;
		border-radius:15px;
		background:#f5f5f5;
		border:dotted 1px #ddd;
	}
}


/*==================================================================
	single settings
===================================================================*/
/* 投稿ページ,アーカイブ
-------------------------------------------------------------------*/
.uk-container .single{
	padding:60px;
	background:#f7f7f7;
}
.archivelist{
	max-width:1000px;
	margin:0 auto;
}
.attachment-singlepage_thumbnails{
	display:block;
	margin:0 auto 30px;
}
.archivelist .top_title,
.singlepage .top_title{
	margin:60px 0 80px;
}
.archivelist .top_title:first-letter,
.singlepage .top_title:first-letter{
	text-transform: capitalize;
}

@media screen and (max-width : 959px){
	.uk-container .single{
		padding:30px;
	}
	.archivelist{
		width:100%;
	}
	.archivelist .top_title,
	.singlepage .top_title{
		margin:40px 0 60px;
	}
}

@media screen and (max-width : 639px){
	.uk-container .single{
		background:none;
		padding:0;
	}
	.attachment-singlepage_thumbnails{
		margin:0 0 15px;
	}
	.single_more .more a{
		display:block;
		font-size:12px;
	}
	.archivelist .top_title,
	.singlepage .top_title{
		margin:30px 0 40px;
	}
}

/* サムネイル付き list
----------------------------*/
.Box a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	margin:0 0 30px;
	position:relative;
	background:#f7f7f7;
}
.Box h2{
	font-size:16px;
	margin:0 0 20px;
	line-height:160%;
	transition:0.4s;
	background:url(./img/more.svg) no-repeat left 1px top 1px,
		url(./img/more1-2.svg) no-repeat right 1px top 1px,
		url(./img/more1-3.svg) no-repeat left 1px bottom 1px,
		url(./img/more1-4.svg) no-repeat right 1px bottom 1px,#fff;
	padding:10px 20px;
	display:inline-block;
	font-weight: bold;
}
.Box a img{
	float:left;
	width:270px;
	margin-right:30px;
}
.Box .date{
	display:inline-block;
	margin:0 15px 0 0;
}
.Box_right{
	padding:30px;
}
p.Box-txt{
	font-size:13px;
	letter-spacing:0.1px;
	color:#888;
	margin:0;
}
.Box a:hover{
	background:#eee;
}
@media screen and (max-width : 959px){
	.Box a img{
		width:30%;
		margin:0 20px 0 0;
	}

}
@media screen and (max-width : 639px){
	.uk-container p.Box-txt{
		display:none;
	}
	.Box a img{
		width:40%;
		margin:0 10px 0 0;
	}
	.Box a{
		margin:3px ;
		height:auto;
		background:none;
	}
	.Box_right{
		padding:0;
		margin:0 0 15px;
	}
	.Box h2{
		font-size:14px;
		margin:10px 0 0 0 ;
		display:block;
		background-color:#f7f7f7;
	}
	.Box .i-cat{
		display:none;
	}

}



/*   pagination
-------------------------------------------------------------------*/
.pagination {
	width: 100%;
	text-align: center;
	z-index: 200;
	list-style-type: none;
	padding:0;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.pagination,
.pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/* 色変更箇所*/
.pagination a {
	font-weight: 700;
	padding-top: 1px;
	text-decoration:none;
	border-left-width: 0;
	min-width:36px;
	min-height:36px;
	color: #111;
	background-color: #f5f5f5;
}

/* 色変更箇所*/
.pagination li:not([class*="current"]) a:hover {
	background:#000;
	color:#fff;
}

.pagination li:first-of-type a {
	border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

/* 色変更箇所*/
.pagination li.current a {
	background:#000;
	cursor: default;
	pointer-events: none;
	color:#fff;
}

.pagination > li:first-child > a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

@media only screen and ( max-width: 639px ) {
	.pagination li.first,
	.pagination li.last {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.uk-container .pagination li{
		padding:0;
		margin:0 0 20px;
	}
	.pagination li.previous a {
		border-left-width: 1px;
	}
}




/*==================================================================
	sidebar settings
===================================================================*/
/* side menu ttl
-------------------------------------------------------------------*/
.side_nav{
	margin-bottom:30px;
	border-bottom:none;
}
.side_nav a{
	color:#fff;
}
.side_nav_ttl {
	padding:5px;
	text-align:center;
	letter-spacing:0.2em;
	font-size:15px;
	font-weight:normal;
	margin:0;
	color:#111;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:#fff;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.side_nav_ttl a{
	color:#666;
	font-size:14px;
	text-decoration:none;
}


/* side menu list
-------------------------------------------------------------------*/
.side_nav_item ul {
	padding:10px 0;
	border-top:none;
}
.side_nav_item{
	margin:0;
}
.side_nav_item ul li {
	position:relative;
	margin:0;
}
.side_nav_item ul li a {
	padding:10px 10px 10px 30px;
	font-size:13px;
	line-height:160%;
	color:#555;
	background:url(./img/more2.svg) no-repeat 10px center/5px;
	border-bottom:1px dotted #ddd;
}
.side_nav_item ul li a:hover {
	color:#ffa259;
}
.side_nav_item .date{
	display:inline-block;
	color:#999;
}



/*==================================================================
	footer settings
===================================================================*/
footer{
	margin-top:120px;
}

/* cv
------------------------------------------------------------------*/
.cv{
	padding:80px 0;
	background:#f7f7f7;
}
.footer_access{
	margin:40px 0 0 0;
	font-size:15px;
	letter-spacing:0.1em;
}
.footer_map{
	margin:0 0 40px 0;
}
.cv_bnr{
	margin-top:40px;
}
.footer_link{
	max-width:1000px;
}
.cv .contact a:last-child{
	padding: 0 0 10px;
}
@media screen and (max-width : 959px){
	footer{
		margin-top:80px;
	}
	.cv{
		padding:60px 0;
	}
	.cv .contact{
		display:block;
	}
	.cv_bnr a{
		text-align:center;
	}
}
@media screen and (max-width : 639px){
	footer{
		margin-top:40px;
	}
	.cv{
		padding:40px 0;
	}
	.footer_map{
		margin:0 0 20px 0;
	}
	.footer_access{
		margin:20px 0 0 0;
	}
	.cv_bnr{
		margin-top:0;
	}
	.cv_bnr a{
		text-align:center;
		margin-top:20px;
	}
	.footer_link a{
		margin-bottom:20px;
	}

}


/* cv 診療時間
-------------------------------------------------------------------*/
.sheet-time {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	background:#fff;
}
.sheet-time th,
.sheet-time td{
	vertical-align:middle;
	font-size:14px;
	padding:12px 5px;
	text-align:center;
	font-weight:normal;
	border-bottom:1px solid #ddd;
}
.sheet-time th{
	letter-spacing:2px;
	color:#fff;
	background:#000;
	font-weight:bold;
}
.sheet-time tr:first-child{
	letter-spacing:0.1em;
}
.sheet-time td{
	width:8%;
}
.sheet-time td.orange{
	color:#f7b72c;
}
.sheet-time th:first-child,
.sheet-time td:first-child{
	text-align:left;
	padding-left:15px;
}
p.about_time{
	font-size:13px;
	padding:15px 0 0 15px;
	margin:0;
	line-height:200%;
	text-align:left;
}
@media screen and (max-width : 959px){
	p.about_time{
		margin-bottom:60px ;
	}
	.cv p.about_time{
		margin-bottom:0 ;
	}
	.access-time{
		margin:30px 0 0 0;
	}
}
@media screen and (max-width : 639px){
	.access-time{
		margin:15px 0 0 0;
	}
	.sheet-time th,
	.contents table.sheet-time th{
		letter-spacing:2px;
		padding:10px 0;
		font-size:13px;
	}
	.sheet-time td,
	.contents table.sheet-time td{
		width:7%;
		padding:10px 0;
		font-size:12px;
	}
	.sheet-time th:first-child,
	.sheet-time td:first-child,
	.contents .sheet-time th:first-child,
	.contents .sheet-time td:first-child{
		padding-left:5px;
	}
	p.about_time{
		padding:10px 0 0 5px;
		font-size:12px;
	}
}


/* sitemap
-------------------------------------------------------------------*/
.footer_sitemap{
	padding: 30px 40px ;
	background:#111;
}
.cv .top_title{
	margin-bottom:40px;
}
.cv2{
	border-top:1px solid #000;
	padding-top:60px;
	margin-top:40px;
}
.footer_sitemap ul {
	margin:0;
}
.footer_sitemap ul li ul{
	padding-left:0;
}
.footer_sitemap ul li{
	list-style:none;
	margin:0;
	line-height:180%;
}
.footer_sitemap ul li a{
	text-decoration:none;
	font-size:15px;
	color:#fff;
}
.footer_sitemap ul li a:hover{
	color:#ff5b45;
}
.footer_sitemap ul li ul li a{
	position:relative;
}
.footer_sitemap ul li ul li a:before{
	content:"- ";
}
@media screen and (max-width : 959px){
	.uk-grid>*>:last-child.footer_sitemap{
		margin-bottom:40px;
	}
}

@media screen and (max-width : 639px){
	.uk-grid>*>:last-child.footer_sitemap{
		padding: 20px 30px ;
		margin-bottom:20px;
	}
	.cv2{
		padding-top:30px;
		margin-top:30px;
	}
	.cv .top_title{
		margin-bottom:20px;
	}
}

/* sign
-------------------------------------------------------------------*/
.footer_sign{
	background:#000;
}
.footer_sign p {
	color: #fff;
	font-size:10px;
	text-align:center;
	margin:40px 0 0;
	letter-spacing:0.1em;
	padding:10px 0;
}

@media screen and (max-width : 639px){
	.footer_sign p {
		letter-spacing:0px;
		margin:0;
	}
}

/* pagetop
-------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 60px;
	right: 0;
	margin:0;
	z-index:1001;
}
#page-top a {
	background: url(./img/pagetop.svg) no-repeat 0 0/cover;
	z-index:10;
	text-indent:-5000px;
	text-decoration: none;
	color: #fff;
	width: 65px;
	height:65px;
	text-align: center;
	display: block;
}
@media screen and (max-width : 639px){
	#page-top {
		bottom: 60px;
	}
	#page-top a {
		width: 50px;
		background-size:contain;
	}
}




/*==================================================================
  form setting
===================================================================*/
.contactform{
	margin:0 auto;
}
.indispensable{
	display:inline-block;
  font-size:12px;
  color:#ff5b45;
	line-height:140%;
	margin:0;
}



/* form
-------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"],
input[type="number"],
label,
button {
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
input[type="hidden"] {
	*float: left;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select{
	width: calc(100% - 42px);
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #ddd ;
	background-color: #FFFFFF !important;
	padding:15px 20px;
	font-size:13px;
}

*[class*="disabled"],
*:disabled {
    cursor: default !important;
}



/* radio btn */
input[type=radio] {
	appearance: none;
	display: none;
}
input[type=radio] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 300;
	color: #ddd;
	font-size:20px;
	vertical-align: middle;
	background:#fff;
	line-height:95%;
	border-radius:15px;
}
input[type=radio]:checked + span:before {
	content: "\f192";
	font-weight: 400;
	color: #ff5b45;
}

/* css btn */
#back,
#confirm,
input[type="submit"]{
	display:inline-block;
	text-decoration:none;
	font-size:15px;
	color:#111;
	letter-spacing:0.1em;
	background:url(./img/more.svg) no-repeat left -1px top -1px,
		url(./img/more1-2.svg) no-repeat right -1px top -1px,
		url(./img/more1-3.svg) no-repeat left -1px bottom -1px,
		url(./img/more1-4.svg) no-repeat right -1px bottom -1px,
		#f7f7f7;
	padding:10px 75px;
	font-weight:bold;
	min-width:195px;
	border:solid 1px rgba(255,255,255,0);
	text-align:center;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	-webkit-appearance: none;
	margin:0 15px;
}

#confirm:hover,
#back:hover,
input[type="submit"]:hover{
	border-color:#111;
	transform:0.2s;
}
.califlex{
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 650px){
	.califlex{
	text-align: center;
	margin:auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	width:300px
}
}
.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s;
	  color: #fff;
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.insta_flex{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 639px){
	.insta_flex{
	display: inline;
}
	.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
 height: 35px;
    width: 150px;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 25px;
    position: relative;
    top: 2px;
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s;
	  color: #fff;
	font-size: 20px;
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
	.insta_noflex{
		text-align:right;
	}
}
.footinsta{
	text-align: center;
    margin-top: 30px;
}
.img_fit{
  width: 380px;
  height: 250px;
  object-fit: cover; 
}


/*-20240605-*/
@media screen and (max-width: 1250px){
.contact a {
        font-size: 18px;
        margin: 0 5px 0 5px;
	}
	.contact a span {
		font-size: 10px;
		
	}
}
	
	.bg-white{
		background:#fff;
	}




/*------------------------------
  画像付き吹き出し(会話)
------------------------------*/
/* 吹き出し 全体*/
.talking {
      margin-bottom:2em;
      position:relative;
}

.talking:before , .talking:after {
      clear:both;
      content:"";
      display:block;
}

/*アイコン*/
.talking figure {
      width:90px;     /*アイコンの横幅*/
      height:90px;    /*アイコンの縦幅*/
}

.talking-left_icon {
      float:left;
      margin-right:20px;    /*アイコンの右の余白(左の吹き出し)*/
}

.talking-right_icon {
      float:right;
      margin-left:20px;    /*アイコンの左の余白(右の吹き出し)*/
}

.talking figure img {
      width:100%;
      height:100%;
      margin:0;
      border:2px solid #000000;
      border-radius:50%;    /*アイコンの角丸*/
}

/*アイコンの下の名前*/
.talking-left_icon figcaption ,
.talking-right_icon figcaption {
      padding:2px 0 0;
      font-size:12px;
      text-align:center;
}

/*吹き出しのセリフ部分*/
.talking-left , .talking-right  {
      position:relative;
      padding:10px;
      border-style:solid;    /*枠線の線種*/
      border-radius:10px;    /*セリフを入れる部分の角丸*/
      max-width: calc(100% - 80px);
}

.talking p {
      margin:0;
}

.talking p :last-child {
      margin:0;
}

/*---左の吹き出し---*/
.talking-left {
      float:left;
      border-width:2px;         /*枠線の太さ*/
      border-color:#000000;   /*枠線の色*/
      background:#ffffff;    /*背景色*/
}

/*左の吹き出し 三角*/
.talking-left:before {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-right: 10px solid #000000;  /*三角の線になる部分*/
      top: 15px;
      left: -22px;
}

.talking-left:after {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-right: 10px solid #ffffff;
      top: 15px;
      left: -19px;
}

/*---右の吹き出し---*/
.talking-right {
      float:right;
      border-width:2px;      /*枠線の太さ*/
      border-color:khaki;    /*枠線の色*/
      background:khaki;    /*背景色*/
}

/*右の吹き出し 三角*/
.talking-right:before {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-left: 10px solid khaki;  /*三角の線になる部分*/
      top: 15px;
      right: -22px;
}

.talking-right:after {
      position: absolute;
      content: '';
      border: 10px solid transparent;
      border-left: 10px solid khaki;
      top: 15px;
      right: -19px;
}
header .uk-grid.uk-grid-collapse.bg-white{
	position:relative;
	z-index:100;
}
