@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
 	font-family: "myFont";
 	src: url("fonts/font_1_honokamin.eot") format('eot'),
		url("fonts/font_1_honokamin.woff") format('woff'),
		url("fonts/font_1_honokamin.ttf") format('truetype');
}
/*   
Theme Name: 久米島ウォーターツーリズム
Theme URI:
Description: 久米島ウォーターツーリズム
Author: kumejima-w-t
Author URI:
Template:
Version:
*/
/* --------------------------------------------
 *      reset style
 * -------------------------------------------- */

/* 
html5 Reset Stylesheet
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight: normal;
    background-color:transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

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

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

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

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

table {
    border-collapse:collapse;
    border-spacing:0;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}
p {
    line-height: 1.5em;
}

/* --------------------------------------------
 * base style
 * -------------------------------------------- */

html {font-size: 62.5%;}
body{
    font-size: 16px;
}
#wrapper{
    width: 1200px;
    margin: 0 auto;
    padding: 0px;
	overflow: hidden;
	position: relative;
}
#top_wrapper{
    width: 100%;
    min-width:1200px;
    margin: 0 auto;
    padding: 0px;
	overflow: hidden;
	position: relative;
}
section{
    height: auto;
    margin: 0 auto;
}
/* --------------------------------------------
 * header_css_start
 * -------------------------------------------- */
header{
	width:1200px;
	margin:0 auto;
	border-bottom: 1px dashed #333;
	height: 260px;
	overflow: hidden;
}
#top-page_header{
	background: url(images/top_ttl.png) no-repeat center top;
	overflow: hidden;

}
header .common-logo{
	display: block;
	width: 250px;
	height: 120px;
	padding-top:30px;
	text-align:right;
	font-size:85%;
	font-weight:300;
	color:#777;
	text-decoration:none;
	float: right;
	background: url(images/k-w-t_top-icon.jpg) no-repeat right 60px;
	background-size: 80px auto;
	font-family : YuMincho, '游明朝', serif;
}
header h1{
	width: 300px;
	margin: 0 auto;
	line-height: 10000;
}
/* --------------------------------------------
 * top-nav_css_start
 * -------------------------------------------- */
#top_nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 24px;
}
#top_nav li{
	width: 240px;
	height: 90px;
	overflow: hidden;
	float: left;
}
#top_nav li:after{
	content: "";
	margin: 20px 0;
	width: 1px;
	height: 30px;
	border-right: 1px dashed #333;
	float: right;
}
#top_nav a{
	font-family: 'Noto Sans Japanese', sans-serif;
	padding-top:30px;
	font-size:120%;
	font-weight:900;
	text-align:center;	
	display: inline-block;
	width: 238px;
	height: 70px;
	text-decoration:none;
	color:#333;

}
#top_nav a span{
	font-weight:200;
	font-family: YuMincho, '游明朝', serif;
	letter-spacing:0.2em;
	font-size:90%;
}
#top_nav .menu-item-164{
	background: url(images/main_n_back01.png) no-repeat 60px 8px;
	background-size: 76px auto;
	letter-spacing:-0.1em;
}
#top_nav a:hover{
	background: url(images/current-back.png) no-repeat center 40px;
    display:inline-block;
    overflow:hidden;
    background-size:80% 30px;
}
#top_nav .menu-item-15{
	background: url(images/main_n_back03.png) no-repeat 10px 1px;
	background-size: 70px auto;
}
#top_nav .menu-item-10{
	background: url(images/main_n_back04.png) no-repeat 20px 5px;
	background-size: 90px auto;
}
#top_nav .menu-item-30{
	background: url(images/main_n_back02.png) no-repeat 24px top;
	background-size: 26px auto;
}

#top_nav .menu-item-34{
	width: 240px;
	background: url(images/main_n_back05.png) no-repeat 20px 10px;
	background-size: 50px auto;
}


/* --------------------- top-nav_css_end ------------- */

/* --------------------------------------------
 * slider_css_start
 * -------------------------------------------- */
.slider-wrapper{
	padding-bottom: 62px;
	width: 100%;
	margin: 0 auto;
}
.slider-wrapper img{
	width:100%:
	margin: 0 auto;
}
.slider-wrapper02{
	width: 390px;
	float: left;
}
#slider02{
	width: 390px;
	margin: 0 auto;
}
.slider-wrapper03{
	width: 130px;
	float: left;
}
#slider03{
	width: 130px;
	margin: 0 auto;
}

/* --------------------- slider_css_end ------------- */
/* --------------------------------------------
 * #top_btn_css_start
 * -------------------------------------------- */
#top_btn {
	font-family: 'Noto Sans Japanese', sans-serif;
	position: fixed;
	width:172px;
	overflow: hidden;
}
#cont01 #top_btn {
		right: 50%;
		margin-right:-750px;
}
	#cont01 #top_btn a{
		text-align: left;
	}
 @media all and (max-width: 1400px) {
	#cont01 #top_btn {
		margin-right: -10px;
		right: 0px;
	}

}
#top_btn a{
	display: block;
	height: 100%;
	text-align: right;
	padding: 5px 10px;
	background: #898989;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.show_btn{
	bottom:60px;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.hide_btn{
	bottom:-120px;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
#cont01 .show_btn{
	bottom:60px;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
#cont01 .hide_btn{
	bottom:-120px;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
/* --------------------- #top_btn__css_end ------------- */
/* --------------------------------------------
 * #w-tor_css_start
 * -------------------------------------------- */
#wtor_header{
	background: url(images/w-tor_ttl.png) no-repeat center 20px;
	overflow: hidden;
	height:320px;	
}
#w-tor,
#w-tor_sub{
	background: url(images/w-tor_back.png) no-repeat left center;
	overflow: hidden;
	padding-bottom: 136px;
	width: 1200px;
	margin: 0 auto;
}
#w-tor_sub{
	padding-top: 136px;
	border-top:1px dashed #333;
}
#w-tor h2{
	float: right;
	padding-right:200px;
}
#w-tor_sub h2{
	float: right;
	padding-right:160px;
}
#w-tor .inner_cont {
	width: 760px;
	overflow: hidden;
	float: right;
	padding-right: 1.9em;
}
#w-tor_sub .inner_cont{
	width:760px;
	float:right;
}
#w-tor .tategaki_part{
	float: right;
	height: 345px;
	padding-bottom: 10px;
	margin-right: 80px;

}
#w-tor_sub .tategaki_part{
	float: right;
	height: 460px;
	padding-bottom: 10px;
	margin-right: 10px;
}
#w-tor_sub .inner_cont img{
	display:block;
	margin-left:48px
}
/*
#w-tor .tategaki_part{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	float: right;
	font-family : YuMincho, '游明朝', serif;
	font-weight: 300;
	font-size: 101%;
	text-indent: 1em;
	line-height: 1.95em;
	letter-spacing: 0.13em;
	height: 470px;
	margin-bottom: 30px;

}*/
.link{
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
	padding: 48px 0 32px;
	border-top: 1px dashed #333;
}
.link a{
    color: #03c;
    display: inline-block;
    overflow: hidden;
	float: right;
    vertical-align: top;
	text-decoration: none;
   -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -o-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 70% 30%;
    -moz-perspective-origin: 70% 30%;
    -o-perspective-origin: 70% 30%;
    -ms-perspective-origin: 70% 30%;
    perspective-origin: 70% 30%;
}

 
.link a span{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	width: 224px;
	height:44px;
    display: block;
    position: relative;
    padding: 15px 0px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.3em;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform-origin: 50% 90%;
    -moz-transform-origin: 50% 90%;
    -o-transform-origin: 50% 90%;
    -ms-transform-origin: 50% 90%;
    transform-origin: 50% 90%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
 
.link a:hover span {
    -webkit-transform: translate3d( 90px, 0px, -90px ) rotateY( 105deg );
    -moz-transform: translate3d( 90px, 0px, -90px ) rotateY( 105deg );
    -o-transform: translate3d( 90px, 0px, -90px ) rotateY( 105deg );
    -ms-transform: translate3d( 90px, 0px, -90px ) rotateY( 105deg );
    transform: translate3d( 90px, 0px, -90px ) rotateY( 105deg );
}

 
.link a span:before {
	width: 224px;
	height:40px;
    content: attr(data-title);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 0px;
    color: #222;
    background: #ddd;
    -webkit-transform-origin: 0% 20%;
    -moz-transform-origin: 0% 20%;
    -o-transform-origin: 0% 20%;
    -ms-transform-origin: 0% 20%;
    transform-origin: 0% 20%;
    -webkit-transform: translate3d( 0px, 0px, -224px ) rotateY( -90deg );
    -moz-transform: translate3d( 0px, 0px, -224px ) rotateY( -90deg );
    -o-transform: translate3d( 0px, 0px, -224px ) rotateY( -90deg );
    -ms-transform: translate3d( 0px, 0px, -224px ) rotateY( -90deg );
    transform: translate3d( 0px, 0px, -224px ) rotateY( -90deg );

}

/* --------------------- w-tor_css_end ------------- */

/* --------------------------------------------
 * #minpaku_css_start
 * -------------------------------------------- */
#minpaku_cont {
	background: url(images/minpaku_back.png) no-repeat left bottom;
	padding-bottom: 50px;
	margin-bottom: 46px;
	width: 1200px;
	margin: 0 auto;
}
#minpaku_cont .tategaki_part{
	height: 400px;
	padding-bottom: 10px;
	margin-bottom: 50px;
	float: right;
}
#minpaku_cont .mid_cont{
	width: 464px;
	padding: 0 43px 0 50px;
}
#minpaku_cont .min_ttl img{
	/* display: block; */
	margin-bottom: 32px;
}

/* --------------------- minpaku_css_end ------------- */

/* --------------------------------------------
 * #homevis_css_start
 * -------------------------------------------- */
#homevis_cont{
	background: url(images/hv_back.png) no-repeat left top;
	padding-bottom: 50px;
	margin-bottom: 46px;
	width: 1200px;
	margin: 0 auto;
}
#homevis_cont .inner_cont{
	padding-right: 80px;
}
#homevis_cont .tategaki_part{
	height: 200px;
	padding-bottom: 10px;
	float: right;
	width: 670px;
}
/* --------------------- #homevis_css_end ------------- */

/* --------------------------------------------
 * #shimagaku_css_start
 * -------------------------------------------- */
#shimagaku_cont{
	background: url(images/shimagaku_back.png) no-repeat left center;
	width: 1200px;
	margin: 0 auto;
}
#shimagaku_cont .tategaki_part{
	height: 162px;
	padding-bottom: 10px;
	padding-right: 157px;
	float: right;
	width: 565px;
	margin-bottom: 84px;
}
/* --------------------- #shimagaku_css_end ------------- */

/* --------------------------------------------
   ********************************************

 * minpaku-content_page-start

   ********************************************
 * -------------------------------------------- */
/* --------------------------------------------
 * #minpaku-header_css_start
 * -------------------------------------------- */
#minpaku_header{
	background: url(images/minpaku_main-ttl.png) no-repeat center top;
	overflow: hidden;
}

#minpaku_header h1{
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#minpaku {
	background: url(images/minpaku_back.png) repeat-y left top;
	overflow: hidden;
}
#minpaku #cont02 .chil_cont_inner p{
	margin-bottom: 0px;
}
#minpaku #cont02 p{
	margin-bottom: 70px;
}
#minpaku #cont02 .chil_cont_inner{
	margin-bottom: 54px;
}

#minpaku #cont02 .chil_cont_inner p{
	width: 340px;
	margin-top: -3px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: -0.1em;
}
#minpaku #cont02 .chil_cont_inner .phot_cover{
	padding-left: 32px; 
}
#minpaku #cont02 .chil_cont_inner .phot_cover img{
	padding-right: 10px;
	float: left;
}
#minpaku #cont03 ul{
	margin-bottom: 40px;
}
#minpaku table{
	width: 352px;

}
#minpaku table th{
	width: 96px;

}
/* --------------------- #minpaku-header_css_end ------------- */

/* --------------------------------------------
 * #homevisit_css_start
 * -------------------------------------------- */
#homevisit_header{
	background: url(images/homevisit_main-ttl.png) no-repeat center top;
	overflow: hidden;
}
#homevisit {
	background: url(images/homevisit_back.png) repeat-y left top;
	overflow: hidden;
}
#homevisit #cont02 .chil_cont_inner p{
	margin-bottom: 0px;
}
#homevisit #cont02 p{
	margin-bottom: 70px;
}
#homevisit #cont02 .chil_cont_inner{
	margin-bottom: 54px;
}

#homevisit #cont02 .chil_cont_inner p{
	width: 340px;
	margin-top: -3px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: -0.1em;
}
#homevisit #cont02 .chil_cont_inner .phot_cover{
	padding-left: 32px; 
}
#homevisit #cont02 .chil_cont_inner .phot_cover img{
	padding-right: 10px;
	float: left;
}
#homevisit #cont03 .chil_cont_inner,
#homevisit #cont04 .chil_cont_inner{
	margin-bottom: 0px;
}
.harf-box{
	width: 510px;
	float: left;
	margin-right: 50px;
}
.harf-box img{
	float: left;
	display: block;
}
.chil_cont_inner .harf-box p{
	padding-left: 0px;
	padding-right: 0px;
	width: 340px;
	float: right;
	margin-bottom: 0px;
}
#cont02 p,
#cont03 p{
	margin-bottom: 55px;
}
#homevisit #cont02 div:last-child{
	margin-right: 0px;
}
#homevisit #cont03 .chil_cont_inner p,
#homevisit #cont03 .chil_cont_inner ul{
	padding-left: 0px;
	clear:both;
}
#homevisit #cont03 .chil_cont_inner{
	margin-left: 80px;
}
#homevisit table{
	margin-left: 0px;
	width: 960px;
	margin-bottom: 30px;
}
#homevisit table th{
	width: 215px;
	text-align: left;
	text-indent: 10px;
}
#homevisit table caption{
	color: #6B8597;
}
#homevisit table td{
	font-weight: 500;
}
#homevisit table .tb_indent{
	font-weight: 100;
	text-indent: 2em;
}
/* --------------------- #homevisit_css_end ------------- */
/* --------------------------------------------
 * #shimagaku_main_css_start
 * -------------------------------------------- */
#shimagaku_header{
	background: url(images/shimagaku_main-ttl.png) no-repeat center top;
	overflow: hidden;
}
#shimagaku {
	background: url(images/shimagaku_main-back.png) repeat-y left top;
	overflow: hidden;
}
#shimagaku .chil_cont_inner .harf-box{
	margin-right: 45px;
}
#shimagaku .chil_cont_inner .harf-box p{
	width: 320px;
	margin-bottom: 0px;
	font-size: 100%;
}
#shimagaku #cont02 h3{
	padding-top:12px;
}
#shimagaku #cont02 .ruby{
	padding-top: 2px;
}
#shimagaku #cont03 h3{
	min-width: 235px;
	text-align: center;
	margin-bottom: 50px;
}
#shimagaku .shimagaku_pro{
	width: 1070px;
	margin-bottom: 50px;
}
#shimagaku .shimagaku_pro iframe{
	margin:0 auto;
	display:block;
}
#shimagaku .pro_ttl{
	padding: 10px 20px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;	
	position: relative;
}
#shimagaku .pro_ttl .fl_r{
	padding-top: 5px;
}
#shimagaku .pro_ttl h4{
	display: inline-block;
	margin-left: 155px;
	position: static;
	background-color: inherit;
	font-size: 130%;
	font-weight: 600;
}
#shimagaku .ttl_b{
	background: #C2DFF4;	
}
#shimagaku .ttl_p{
	background: #FAD8E6;	
}
#shimagaku .ttl_y{
	background: #FBD380;	
}

#shimagaku .ttl_g{
	background: #E9EC66;	
}
#shimagaku .person{
	position: absolute;
	top: -25px;
	left: 30px;
	z-index: 200;
	width: 110px;
	overflow: hidden;
}

#shimagaku .person .circle{
	border-radius: 50%;
	display: block;
	float: left;
	margin-right: 5px;
	width: 50px;
	height: 50px;
	background:#68BE83;
	color: #fff;
}
#shimagaku .circle div{
	margin: 15px auto;
	text-align: center;
}
#shimagaku .person .green_tag{
	background:#68BE83;
}
#shimagaku .person .orange_tag{
	background:#F7B024;
}
#shimagaku .pro_txt{
	position: relative;
}
#shimagaku .pro_txt  .img_l{
	position: absolute;
	top:10px;
	left: 0px;
	z-index: 300;
}
#shimagaku .pro_txt  .img_r{
	position: absolute;
	top:10px;
	left:218px;
	z-index: 300;
}

#shimagaku .pro_txt p{
	margin-bottom: 0px;
	line-height: 1.8em;
	border-bottom: dashed 1px #333;
	font-weight: 100;
	font-size: 98%;
	padding: 0px;
	padding-left: 470px;
	overflow: hidden;
}
#shimagaku #cont09 label{
	font-size:80%;
}
#shimagaku #cont09 input{
	width:300px;
}
#shimagaku #cont09 textarea{
	width:300px;
	margin-bottom:24px;
}
.wpcf7-submit{
	height:40px;
	border-width:0px;
	background:#006835;
	color:#fff;
	font-size:100%;
}
/* --------------------- #shimagaku_main-css_end ------------- */

/* --------------------------------------------
 * #contact_css_start
 * -------------------------------------------- */
#contact_header{
	background: url(images/con_ttl.png) no-repeat center top;
	overflow: hidden;
}
#contact {
	background: url(images/con_back.png) repeat-y left top;
	overflow: hidden;
}
#contact_sub{
	padding-top: 36px;
    border-top: 1px dashed #333;
    overflow: hidden;
    padding-bottom: 136px;
    width: 1200px;
    margin: 0 auto;
}
#contact_sub form{
	width:960px;
	display:block;
	margin:0 auto;
}

#contact_sub .add_part{
	width: 100%;
	margin-left: 80px;
	border-top: 1px dashed #333;
	padding-top: 23px;
	padding-left: 0px;
	margin-top: 23px;
}
#contact_sub .add_tel{
	font-weight: bold;
	font-size: 140%;
	padding: 23px 0;	
}
#contact_sub .conbox{
	width:90%;
	margin:0 auto;
	padding:34px 0;
	overflow:hidden;
}
#contact_sub .conbox p{
	margin-bottom:24px;
}
#contact_sub .conbox input,
#contact_sub .conbox textarea{
	width:90%;
	margin-top:8px;
	text-indent:1em;
}
#contact_sub .conbox textarea{
	padding-top:1em;
}
#contact_sub .conbox input{
	line-height:2em;
	text-indent:1em;
}
#contact_sub .con_halfbox{
	width: 50%;
	float:left;
}
/* --------------------- #contact_main-css_end ------------- */

/* --------------------------------------------
 * #footer_css_start
 * -------------------------------------------- */
footer{
	width: 1200px;
	margin: 0 auto;
	border-top: 1px dashed #333;
	padding-top: 20px;
	padding-bottom: 40px;
}
footer nav ul{
	float: right;
	overflow: hidden;
	margin-bottom: 74px;
}
footer nav li{
	float: left;
	min-width:150px;
	overflow: hidden;
	font-weight: lighter;
	text-align: center;
}
footer nav li:before{
	content: "";
	width: 0px;
	height: 30px;
	border-right: 1px dashed #333;
	float: left;
}
footer nav li a{
	display: block;
	padding: 0 24px;
	font-size: 98%;
	text-decoration: none;
	color: #444;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
	line-height: 1.3em;
	font-weight: 100;
}
footer nav li a:hover{
	color: aquamarine;
}
footer .prive_cont{
	font-family: 'Noto Sans Japanese', sans-serif;
	width: 332px;
	padding: 24px 0;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/ku-ming.png) no-repeat 120px
}
footer .prive_cont span{
	display: inline-block;
	font-size: 62%;
	letter-spacing: 0.2em;
}

/* --------------------- #footer_css_end ------------- */
/* --------------------------------------------
 * chil-nav_css&page_nav_css _start
 * -------------------------------------------- */
#chil-top_nav{
	float: right;
	overflow: hidden;
	width:1090px;
}
#chil-top_nav li{
	float: left;
	min-width:150px;
	overflow: hidden;
	font-weight: lighter;
	text-align: center;
	padding-top: 20px;
	font-weight: 100;
}
#chil-top_nav li:before{
	content: "";
	width: 0px;
	height: 30px;
	border-right: 1px dashed #333;
	float: left;
}
#chil-top_nav li a{
	display: block;
	padding: 0 24px;
	font-size: 100%;
	text-decoration: none;
	color: #444;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
	line-height: 1.3em;

}
#chil-top_nav a:hover{
	background: url(images/current-back.png) no-repeat left bottom; 
	background-size: 100% 12px;
	font-weight: bold;
	padding-bottom: 8px;
}
#chil-top_nav .current a{
	background: url(images/current-back.png) no-repeat left bottom; 
	background-size: 100% 38px;
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 20px;
}
#chil-top_nav .current:after{
	content: "";
	display: block;
	margin: 0 auto;
	z-index: 200;
	width: 1px;
	height: 50px;
	border-right: 1px #333 dashed;
}
.pg_nav_cover{
	border-top: 1px #333 dashed;
	border-bottom: 1px #333 dashed;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.page_nav{
	float: right;
	overflow: hidden;
	padding: 10px;
	width: 1120px;
}
.page_nav a{
	float: left;
	display: block;
	color: #333;
	font-size: 86%;
	padding: 0 26px;
	line-height: 1.5em;
}
.page_nav li{
	float: right;
	display: block;
	max-width: 270px;
	padding-right:15px;
	padding: 7px 0;
}
.page_nav a:before{
	content: "";
	width: 0px;
	height: 35px;
	border-right: 1px dashed #333;
	float: left;
}
table{
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
table th{
	background: #C2DFF4;
	font-weight: bold;
	font-size: 110%;
	padding: 5px 0;
	letter-spacing: 0.4em;
	border-bottom: dotted #333 1px;
	text-align: right;
}
table td{
	border-bottom: dotted #333 1px;
	letter-spacing: 0.1em;
	padding-left: 12px;
	font-weight: 100;
	letter-spacing: -0.07em;
}
.page_nav li span{
	display: block;
	float: left;
	padding: 0 10px;
	font-size: 110%;
	line-height: 1.2em;
}
.page_nav .double{
	padding-top: 0px;
}
.page_nav .double span{
	padding-top: 5px;
}
.page_nav li:hover,
.page_nav a:hover{
	color: aquamarine;
}
/* --------------------- chil-nav_css&page_nav_css_end ------------- */
/* --------------------------------------------
 * #common_css_start
 * -------------------------------------------- */
.inner_cont {
	width: 720px;
	overflow: hidden;
	margin: 0 auto;
}
.small-ttl{
	font-size: 70%;
	font-weight: 500;
}
.fl_l{
	float: left;
	overflow: hidden;
}
.fl_r{
	float: right;
	overflow: hidden;
}
.red_b a span{
	background: #BC3558;
}
.glay_b a span{
	background: #595656;
}
.blue_b a span{
	background: #00A0E9;
}
.green_b a span{
	background: #006835;
}
.tategaki_part{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-family : 'myFont', YuMincho, '游明朝', serif;
	font-weight: light;
	font-size: 110%;
	text-indent: 1.2em;
	line-height: 1.7em;
	letter-spacing: 0.2em;
	color: #444;
}
.top_w_phot{
	width: 1200px;
	overflow: hidden;
	margin-top: 70px;
}
.chil_cont{
	font-family: 'Noto Sans Japanese', sans-serif;
}
.no_bor_top{
	width: 1200px;
	padding-top: 40px;
	padding-left: 54px;
	padding:40px 45px 70px;
	overflow: hidden;	
}
.bor_top{
	width: 1200px;
	padding-top: 40px;
	padding:40px 45px 70px;
	border-top: 1px dashed #333;
	overflow: hidden;
}
.no_bor_top p,
.bor_top p{
	font-size: 115%;
	font-weight: 100;
	padding: 0px 25px 0 80px;
	line-height: 1.7em;
}
.bor_top ul{
	padding: 0px 25px 0 80px;
	line-height: 1.7em;
	list-style: none;
}
.bor_top li{
	font-size: 117%;
	font-weight: 100;
}
.con_h2{
	display:inline-block;
	padding: 10px 0;
	margin-bottom: 28px;
	height: 38px;
	padding-left: 78px;
}
.con_h2 h2{
	font-size: 160%;
	font-weight: 100;
	color: #444;
	display: inline-block;
	padding: 0px 12px
}
.yellow_line{
	width: 100%;
	display: block;
	height: 17px;
	background: #FFF100;
	margin-top: -9px;
}
.yellow_line-h4{
	width: 100%;
	display: block;
	height: 10px;
	background: #FFF100;
	margin-top: -5px;
}

.cont_numb01{
	background: url(images/c-numb01.png) no-repeat left top;
	background-size: 68px auto;

}
.cont_numb01{
	background: url(images/c-numb01.png) no-repeat left top;
	background-size: 70px auto;
}
.cont_numb02{
	background: url(images/c-numb02.png) no-repeat left top;
	background-size: 70px auto;
}
.cont_numb03{
	background: url(images/c-numb03.png) no-repeat left top;
	background-size: 68px auto;
}
.cont_numb04{
	background: url(images/c-numb04.png) no-repeat left top;
	background-size: 68px auto;
}
.cont_numb05{
	background: url(images/c-numb05.png) no-repeat left top;
	background-size: 68px auto;
}
.cont_numb06{
	background: url(images/c-numb06.png) no-repeat left top;
	background-size: 68px auto;
}
.cont_numb07{
	background: url(images/c-numb07.png) no-repeat left top;
	background-size: 68px auto;
}
.cont_numb08{
	background: url(images/c-numb08.png) no-repeat left top;
	background-size: 68px auto;
}
.cont_numb09{
	background: url(images/c-numb09.png) no-repeat left top;
	background-size: 68px auto;
}
.cont_numb span{
	font-size: 60%;
}

.table_part{
	margin-bottom: 54px;
}
div table:first-child{
	margin-left: 0px;
}

table caption{
	background: #6B8597;
	padding: 5px 0;
	font-size: 120%;
	color: #fff;
	letter-spacing: 0.3em;
}

#cont04 dl{
	margin-left: 80px;
	display: block;
	overflow: hidden;
	margin-bottom: 16px;
}
#cont04 dt{
	float: left;
	background: #00A0E9;
	color: #fff;
	display: inline-table;	
	font-size: 110%;
	padding: 7px 0px 5px;
	width: 380px;
	text-indent: 7px;
}
#cont04 dd{
	float: left;
	font-size: 100%;
	font-weight: bold;
	text-indent: 20px;
	width: 270px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	padding: 7px 0px 5px;
	letter-spacing: 0.1em;
}
.caption{
	font-size: 86%;
	padding-left: 115px;
}
#cont05 .caption{
	padding-left: 0px;
	margin-bottom: 20px;
}
.bor_top a{
	color: #039EE8;
	text-decoration: none;
	border-bottom: 1px solid #039EE8;
}
h4{
	padding-left: 0px;
	overflow: hidden;
	display: inline-block;
	background: #fff;
	padding-right: 10px;
	position: absolute;
	top: -10px;
}
#cont05 .stay_list{
	width: 810px;
	border-top: dashed 1px #333;
	position: relative;
	padding-top: 20px;
}
#cont05 .stay_list .chil-list01{
	padding: 0px;
	overflow: hidden;
	margin-bottom: 40px;
}
#cont05 .stay_list li{
	float: left;
	width: 254px;
	overflow: hidden;
	font-size: 98%;
	margin-right: 20px;
}
#cont05 .stay_list li:last-child{
	margin-right: 0px;
}
#cont05 .stay_list a{
	font-weight: 600;
	border-bottom-width: 2px;
}
#cont05 .stay_list .chil-list02{
	float: left;
	width: 220px;
	font-size: 96%;
	line-height: 1em;
}
#cont05 .stay_list .chil-list02 li{
	font-weight: 600;
	margin-bottom: 10px;
}
#cont06 .chil-list01{
	width: 760px;
	margin: 0 auto;
}
#cont06 li{
	font-size: 110%;
	margin-bottom: 14px;
}
#cont07 img{
	display: block;
	margin: 0 auto;
}
#cont09 p{
	font-size: 100%;
}
#cont09 .add_part{
	width: 730px;
	margin-left: 80px;
	border-top: 1px dashed #333;
	padding-top: 23px;
	padding-left: 0px;
	margin-top: 23px;
}
#cont09 .add_tel{
	font-weight: bold;
	font-size: 140%;
	padding: 23px 0;	
}
#cont09 .add_part a{
	background: #008B95;
	display: inline-block;
	color: #fff;
	font-size: 100%;
	padding: 0px 20px 0px;
	border-top: 1px solid #008B95;
	border-bottom: 1px solid #008B95;
	border-right: 1px solid #008B95;
	border-left: 1px solid #008B95;
    border-radius: 20px 20px 20px 20px / 65px 65px 65px 65px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
}
.chil_cont_inner{
	margin-bottom: 54px;
}
h3{
	min-width: 345px;
	display: inline-block;
	height: 45px;
	color: #fff;
	font-size: 120%;
	padding: 2px 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 18px 18px 18px 18px / 75px 75px 75px 75px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
}
@media all and (-ms-high-contrast:none)
     {
     *::-ms-backdrop, h3 { padding:2px 20px 10px } /* IE11 */
     }
#minpaku h3 {
	border-color: #BC3558 ;
	background: #BC3558 ;
}
#homevisit h3 {
	border-color: #00A0E9 ;
	background: #00A0E9 ;
}
#shimagaku h3 {
border-color: #006835;
background: #006835;
}
#cont03 h3{
	padding-top: 12px;
}
rt{
	font-weight: 100;
	font-size: 60%;
	float: left;
}