@charset "utf-8";

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #eee8e0;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

img.img-fluid {display: block;}

@media (min-width: 768px) {
.modal-dialog {max-width: 650px;}
}

.ind1 {position: relative; z-index: 1;}
.ind2 {position: relative; z-index: 2;}
.ind3 {position: relative; z-index: 3;}

/* 全体構造
---------------------------------------------------- */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

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

hr {
    display:block;
    height:1px;
    border-top:1px dotted #333;
    margin:0;
    padding:0;
	margin-bottom:20px
}

body{
	font-size: 85%;
	line-height:185%;
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	letter-spacing: 0.05em;
	overflow-x: hidden;
}

header,
main,
footer{
	font-family: 'Noto Sans JP', sans-serif;
}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#ffcc33;}

/* header
---------------------------------------------------- */
header{
	width: 100%;
	z-index: 1000;
	margin: 0;
	border-bottom: none;
	position: fixed;
	top: 0;
	padding:10px 0;
	background: #fff
	}

@media print, screen and (min-width: 768px) {
header{
	padding:0;
	}
}

/* h1
--------------------------- */
.logo {	
	width: 140px;
	float: left;
	height: auto;
}
@media only screen and (max-width: 767px) {.logo {top:10px;}}

@media print, screen and (min-width: 768px) {
.logo{
	margin:8px 0 12px 0;
	width: 250px;
	}
}
@media print, screen and (min-width: 992px) {
.logo {
	margin: 17px 0 23px 0;
	width: 310px;
	}
}
@media print, screen and (min-width: 1200px) {
.logo {
	margin: 17px 0 23px 0;
	width: 320px;
	}
}

/* header-tel
--------------------------- */
/* 768 */
.header-tel-md{
	float: right;
	width: 25%;
	margin: 20px 15px 0 0;
	}
.header-tel-md img{margin:0 0 0 auto}

/* 992 */
.header-tel{margin: 30px 0;}
.header-tel img{margin:0 0 0 auto}

/* nav
---------------------------------------------------- */
.menu-mobile {
    display: none;
    padding: 15px 0 5px 20px !important;
}


.menu {font-size: 90%; padding-top: 0px;}
.menu > ul > li a {
	color: #000 !important;
	padding: 15px 0; 
	text-align: center!important;
	}
.menu li.navi-on a{
	color: #ffcc33!important;
	opacity: 1;
}
.menu > ul > li > ul {font-size: 90%;}
.menu > ul > li > ul > li {list-style: none;}
.menu > ul > li > ul > li a {text-align: left!important;}

@media only screen and (max-width: 767px) {
    .menu-container { margin-top: -27px!important;}
	.menu-dropdown-icon > a {margin-left: 30px;}
	.menu > ul > li {border-bottom: 1px solid #ccc !important;}
}

@media print, screen and (min-width: 768px) {
.menu {padding-top: 0;}
.menu > ul > li a{ margin: 0 0 15px 0;}
.menu-container { margin-top: 0!important;}
.menu .show-on-mobile {padding-top:10px!important;}
.menu > ul {
	width: 100%;
	margin: 0 auto;
	}
.menu > ul i {padding-left: 5px;}
.menu > ul > li a{
		text-align: center!important;
		padding: 40px 0;
		color: #000 !important;
		border-bottom: 3px solid transparent;
	}
.menu > ul > li > ul {font-size: 100%;}
.menu > ul > li > ul.normal-sub > li {margin: 4px 0!important;}
.menu li.navi-on a{
	color: #fff !important;
	background: #000;
	border-bottom: 4px solid #000;
	}
}

@media print, screen and (min-width: 992px) {
.menu > ul > li a{ margin: 23px 0 15px 0;}
}

@media print, screen and (min-width: 768px) {.menu {font-size: 14px;}}
@media print, screen and (min-width: 992px) {.menu {font-size: 14px;}}
@media print, screen and (min-width: 1200px) {.menu{font-size: 14px; max-width: 880px; margin:0 0 0 auto}}

@media print, screen and (min-width: 768px) {
.menu li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.menu li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px !important;
	background: #000;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	}
.menu li a:hover::after {
  transform: scale(1, 1);
	}
}

@media only screen and (max-width: 767px) {
	.p10-0{padding:1px 0}
}

@media print, screen and (min-width: 768px) {
	.li001{width:20% !important;}
	.li002{width:20% !important;}
	.li003{width:20% !important;}
	.li004{width:20% !important;}
	.li005{width:20% !important;}
}

@media print, screen and (min-width: 992px) {
	.li001{width:15% !important;}
	.li002{width:20% !important;}
	.li003{width:20% !important;}
	.li004{width:20% !important;}
	.li005{width:25% !important;}
}

@media print, screen and (min-width: 992px) {
	.li001{width:15% !important;}
	.li002{width:20% !important;}
	.li003{width:20% !important;}
	.li004{width:20% !important;}
	.li005{width:25% !important;}
}

/* sp btn
---------------------------------------------------- */
.nav-tel{
	font-size:16px;
	display:block!important;
	padding:10px 0;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	line-height: 20px;
	text-align:center;
	color:#fff !important;
	text-decoration:none !important;
	background-color: #000;
	}
.nav-tel:link, .nav-tel:visited{text-decoration:none!important; color:#fff !important;}
.nav-tel:hover,.nav-tel:active{ text-decoration:none!important; color:#fff !important;}	
.nav-tel i{ font-size:80%; margin-right: 5px;}

/* content
---------------------------------------------------- */
main { line-height: 1.8em; font-size: 100%;}
@media print, screen and (min-width: 768px){main {font-size:100%;}}
@media print, screen and (min-width: 992px){main {font-size:105%;}}
@media print, screen and (min-width: 1200px){main{font-size:105%;}}

/* index.html
---------------------------------------------------- */
/* main余白
---------------------------------------------------- */
.mainimg{ margin-top: 60px !important;}
@media print, screen and (min-width: 768px) {.mainimg{margin-top: 120px !important;}}
@media print, screen and (min-width: 992px) {.mainimg{margin-top: 90px !important;}}
@media print, screen and (min-width:1120px) {.mainimg{margin-top: 90px !important;}}

/* index.html
---------------------------------------------------- */
/* mainimage
---------------------------------------------------- */
#mainimage {position: relative;}

@media only screen and (max-width: 767px)  {
#mainimage h2{
    position: absolute;
	z-index: 100;
	top: 27%;
	left: 15%;
	right: 15%;
	bottom: 0;
	}
}

@media print, screen and (min-width: 768px){
#mainimage h2{
    position: absolute;
	z-index: 100;
	top: 20%;
	left: 25%;
	right: 25%;
	bottom: 0;
	}
}

@media print, screen and (min-width: 992px){
#mainimage h2{
	top: 20%;
	left: 25%;
	right: 25%;
	bottom: 0;
	}
}

@media print, screen and (min-width: 1200px){
#mainimage h2{
	top: 30%;
	left: 30%;
	right: 30%;
	bottom: 0;
	}
}

/* index.html
---------------------------------------------------- */
/* NEWS
---------------------------------------------------- */
.newsbox_date{margin-bottom: 8px;}
.newsbox_date span{
	color: #ffe400;
	padding-left: 5px;
	font-weight: normal;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
}
@media print, screen and (min-width: 768px) {
.newsbox_date span{
	font-size: 11px;
	}
}

/*  記事全体
---------------------------------- */
.cont-box{
	padding:0 20px 10px 20px;
	margin-bottom: 10px;
}

/* 写真
---------------------------------- */
.newsbox_photo{margin:5px 15px 5px 0;}
@media print, screen and (min-width: 768px) {.newsbox_photo{margin:5px 10px 5px 0;}}

/* お問い合わせ
---------------------------------------------------- */
.bottom-contact h3{
	font-size: 30px;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding:20px 0;
}
.bottom-contact h3 span{
	font-size: 18px;
	color: #ffe400;
	font-family: 'Noto Sans JP', sans-serif;
}

@media print, screen and (min-width: 768px) {
.bottom-contact h3{
	font-size: 50px;	
	line-height: 40px;
	padding:35px 0 30px 0;	
	}
.bottom-contact h3 span{
	font-size: 22px;
	}	
}

/* 左側エリア
---------------------------------- */
.bottom-contact-l{
	padding: 30px 10px;
	text-align: center;
	color:#fff;
}
@media print, screen and (min-width: 768px) {
.bottom-contact-l{
	padding: 50px 10%;
	}	
}
@media print, screen and (min-width: 992px) {
.bottom-contact-l{
	padding: 100px 10%;
	}	
}

/* 右側エリア
---------------------------------- */
.bottom-contact-r{
	padding: 30px 10px;
	text-align: center;
	color:#fff;	
}
@media print, screen and (min-width: 768px) {
.bottom-contact-r{
	padding: 50px 10%;
	}	
}
@media print, screen and (min-width: 992px) {
.bottom-contact-r{
	padding: 100px 10%;
	}	
}

/* bottom-tel
---------------------------------- */
.bottom-tel{
	display: block;
	color: #000;
	background-color: #ffe400;
	font-size: 22px;
	padding: 10px 5px 12px 5px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 4px;
	}
.bottom-tel a:link,
.bottom-tel a:visited,
.bottom-tel a:hover,
.bottom-tel a:active{color:#000}
.bottom-tel i{font-size: 14px; margin:0 5px 0 0; color:#000; vertical-align: 3px;}

@media print, screen and (min-width: 768px) {
.bottom-tel{
	color:#fff;
	display: block;
	background-color:transparent;
	padding: 0;
	font-size: 25px;
	margin-top: 15px;
	}
.bottom-tel i{
	margin:0 5px 0 0;
	color:#fff
	}
}

@media print, screen and (min-width: 992px) {
.bottom-tel{
	font-size: 32px;
	margin-top: 25px;
	}
.bottom-tel i{
	margin:0 5px 5px 0;
	font-size: 25px;
	}
}

@media print, screen and (min-width: 1200px) {
.bottom-tel{
	font-size: 43px;
	margin-top: 25px;
	}
.bottom-tel i{
	margin:0 5px 5px 0;
	font-size: 32px;
	}
}

/* bottom-fax
---------------------------------- */
.bottom-fax{
	display:block;
	color:#fff;	
	font-size: 22px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	}
.bottom-fax i{
	margin:0 5px 0 0;
	color:#fff;	
	font-size: 16px;
	vertical-align: 3px;
}

@media print, screen and (min-width: 768px) {
.bottom-fax{
	color:#fff;	
	display: block;
	background-color:transparent;
	padding:0;
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 0;
	}
.bottom-fax i{
	color: #fff;
	margin:0 5px 5px 0;
	font-size: 28px;	
	}	
}

@media print, screen and (min-width: 992px) {
.bottom-fax{
	font-size: 32px;
	margin-top: 25px;
	}
.bottom-fax i{
	margin:0 5px 5px 0;
	font-size: 25px;
	}
}

@media print, screen and (min-width: 1200px) {
.bottom-fax{
	font-size: 43px;
	margin-top: 25px;
	}
.bottom-fax i{
	margin:0 5px 5px 0;
	font-size: 32px;
	}
}

/* footer
---------------------------------------------------- */
/* footer01
------------------------- */
#footer01{
	clear: both;
	width:100%;
	color:#fff;
	background: #2d2d2d;
	}

/* f-yohaku
---------------------------------------------------- */
.f-yohaku01{padding: 20px 0}
@media print, screen and (min-width: 576px) {.f-yohaku01{padding: 40px 0;}}
@media print, screen and (min-width: 768px) {.f-yohaku01{padding: 60px 0;}}
@media print, screen and (min-width: 992px) {.f-yohaku01{padding: 80px 0;}}

/* f-navi
---------------------------------------------------- */
#textlink {width:100%; color: #333;}
#textlink ul{list-style:none}
#textlink li{line-height:100%; display:block; background-color:#fff; border-bottom:1px solid #ccc}
#textlink li i{float:right; color: #333;}
#textlink li a{display:block; padding:15px; text-align:left; color: #333; font-weight:normal;}
#textlink li:first-child{border-left: 0px;}
#textlink a:link, 
#textlink a:visited,
#textlink a:hover,
#textlink a:active{color: #333; text-decoration:none}
#textlink li a:after{
	font-family:"Font Awesome 5 Free";
	content:" \f054";
	float:right;
	font-size:85%;
	font-weight: bold;
	color: #333;
	}

@media print, screen and (min-width: 768px) {
#textlink li a:after{
	font-family:"Font Awesome 5 Free";
	content:" \f054";
	float:right;
	font-size:0%;
	font-weight: bold;
	color: #fff;
	}

#textlink {width:100%; padding:0; text-align:right;}
#textlink li{line-height:30px; margin-bottom:0px; display:block; background:none; border-bottom:0px solid #ccc}
#textlink li a{display:block; padding:0px; font-weight:normal; margin-bottom:0px;}
#textlink a:link,
#textlink a:visited {color:#fff; text-decoration:none}
#textlink a:hover {color:#fff; text-decoration:underline}
#textlink .first{padding-left:0px}
#textlink .last{border:none; padding-right:0px}
#textlink li{border-right: 0px solid #fff; border-radius:0px; padding:3px 0 3px 15px; display:inline-block; font-size: 100%;}
#textlink li a{display:block; padding:0px;}
}

@media print, screen and (min-width: 768px) {
#textlink li{font-size: 13px;}
}
@media print, screen and (min-width: 992px) {
#textlink li{padding: 3px 0 3px 30px;}
}

/* f-info
---------------------------------------------------- */	
.f-info{
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 30px;
	}
@media only screen and (max-width: 767px) {
.f-info h3 img{margin:0 auto;}
}

@media print, screen and (min-width: 768px) {
.f-info{
	font-size: 13px;
	text-align: left;
	}
}

/* footer-tel
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.btn-footer-tel{
	font-size: 21px;
	display: block;
	padding: 15px 0px;
	background-color: #ffe400;
	color: #fff;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	font-family: 'Oswald', sans-serif;	
	}
}

@media print, screen and (min-width: 768px) {
.btn-footer-tel{
	display: inline;
	padding: 0;
	text-align: left;
	background: transparent;
	cursor: default;
	margin-right: 15px;
	}
}

/* copyright
---------------------------------------------------- */
.copyright{
	padding-top: 20px;	
	font-size: 12px;
	text-align: center;
	}
@media print, screen and (min-width: 768px) {
.copyright{
	padding-top: 20px;
	text-align: right;
	}
}

/* works.html
---------------------------------------------------- */
.icon-area{
	font-size: 12px;
	display:inline-block;
	padding:2px 10px 5px 10px;
	border-radius: 100px;
	background-color: #ffe400;
	margin-bottom: 6px;
}
@media print, screen and (min-width: 768px) {
.icon-area{
	font-size: 11px;
	}	
}
@media print, screen and (min-width: 992px) {
.icon-area{
	font-size: 12px;
	}	
}
@media print, screen and (min-width: 1200px) {
.icon-area{
	font-size: 13px;
	}	
}

/* service.html
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.dan-01{margin-top: 40px;}
.dan-02{margin-top: 80px;}	
}

@media print, screen and (min-width: 1200px) {
.dan-01{margin-top: 60px;}
.dan-02{margin-top: 120px;}	
}

/* company.html
---------------------------------------------------- */
.bg-company{
	padding: 30px 0;
	margin-top: 20px;
	background:url(../images/bg-company.jpg) no-repeat scroll 50% 0% / cover;	
}

@media print, screen and (min-width: 768px) {
.bg-company{
	padding:130px 0;
	margin-top: 60px;
	}
}

/* contact.html
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.mail-box1{
	padding: 15px;
	background: #fff;
	text-align: center;
	}
	
.mail-box1 h3{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	}
	
.mail-box1 h3 span{
	padding-bottom: 5px;
	border-bottom: 3px solid #ffcc33
	}
}

@media print, screen and (min-width: 768px){
.mail-box1{
	padding:25px 20px 20px 20px;
	font-size: 105%;
	background: #fff;
	text-align: center;
	}
.mail-box1 h3{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	padding-bottom: 0;
	margin-bottom: 30px;
	}
.mail-box1 h3 span{
	padding-bottom: 5px;
	border-bottom: 3px solid #ffcc33
	}
}

.contact_btn_tel{
	display:block;
	color:#fff;	
	background-color: #ffcc33;
	font-size:140%;	
	padding:15px 5px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 8px;
	}
	
.contact_btn_tel a:link,
.contact_btn_tel a:visited,
.contact_btn_tel a:hover,
.contact_btn_tel a:active{color:#fff}
.contact_btn_tel i{font-size:80%; margin:0 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
	.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color:#000;
	font-weight: bold;
	font-size:170%;
	margin-bottom: 0;
	}
	.contact_btn_tel i{margin:0 5px 0 0; color:#ffcc33;}
}

@media print, screen and (min-width: 992px) {
	.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color:#000;
	font-weight: bold;
	font-size:220%;
	}
	.contact_btn_tel i{margin:0 5px 5px 0; color:#ffcc33; font-size: 23px;}
}

.contact_btn_fax{
	display:block;
	color:#000;
	font-size:140%;
	text-align:center;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	}

.contact_btn_fax a:link,
.contact_btn_fax a:visited,
.contact_btn_fax a:hover,
.contact_btn_fax a:active{color:#fff}
.contact_btn_fax i{font-size:90%; margin:0 5px 5px 0; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
	.contact_btn_fax{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	font-weight: bold;
	font-size:170%;
	margin-bottom: 0;
	}
	.contact_btn_fax i{margin:0 5px 5px 0; color:#ffcc33; font-size: 23px;}
}

@media print, screen and (min-width: 992px) {
	.contact_btn_fax{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	font-weight: bold;
	font-size:220%;
	}
	.contact_btn_fax i{margin:0 5px 0 0;}
}

/* table
------------------------- */
.contact_box{ 
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* フォームのテーブル
------------------------- */
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	margin-bottom: 20px;
}
.table_form th{
	width:100%;
	padding:15px 15px 5px 15px;
	display: block;
	font-size: 100%;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #ccc;
	padding:0px 15px 15px 15px;
	display: block;
}
.table_form th span{/*必須*/
	font-size:80%;
	color:#fff;
	padding:0px 10px;
	border-radius:3px;
	float:right;
	background-color:#D00A0A;
}
.table_form td.last {border-bottom:none;}
.table_form td.class { border-bottom:0;}

@media print, screen and (min-width: 768px) {
.table_form{
	margin-bottom: 40px;
}
.table_form th{
	width:33%;
	border-bottom:1px solid #ccc;
	padding:15px 20px;
	vertical-align:middle;
	text-align:left;
	display:table-cell;
	}
.table_form td{
	width:100%;
	padding:15px 25px;
	display:table-cell;
	}
}

@media print, screen and (min-width: 992px) {
.table_form th{width:35%;}
}

/* form
---------------------------------------------------- */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:2px 0px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="text"], select{border:1px solid #ccc; border-radius:3px}
input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px}
input,textarea{
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
.table_form label{font-weight: normal !important; margin-right:20px; }

@media only screen and (max-width: 767px) {
	.slc1 {float: left}
	.nengou div{float: left; margin: 12px 0 0 12px;}	
	.year div{float: left; margin: 12px 0 0 12px;}	
	.month div{float: left; margin: 12px 0 0 12px;}
	.day div{float: left; margin: 12px 0 0 12px;}	
}

@media print, screen and (min-width: 768px) {
	.slc1 {float: left}
	.nengou div{float:left; margin: 12px 0 0 8px;}	
	.year div{ float: left; margin: 12px 0 0 8px;}	
	.month div{ float:left; margin: 12px 0 0 8px;}
	.day div { float: left; margin: 12px 0 0 8px;}	
}

@media print, screen and (min-width: 768px) {
	.nengou{float:left; width: 150px; padding:0 0 15px 0;}
	.year {float: left; width: 130px;}	
	.month {float:left; width: 130px;}
	.day { float: left; width: 130px;}	
}

@media print, screen and (min-width: 992px) {
	.nengou{float:left; width: 150px; padding:0 0 15px 0;}
	.year {float: left; width: 150px;}	
	.month {float:left; width: 150px;}
	.day { float: left; width: 150px;}	
}

@media only screen and (max-width: 767px) {.w100 {width:70%; display: inline-block; margin-bottom: 10px;}}
@media print, screen and (min-width: 768px) {.w100 {width:100px;}}

.w80 {width:80px; display: inline-block;}
@media print, screen and (min-width: 768px) {.w80 {width:80px; margin-right: 10px;}}

.w300 {width:100%; display: inline-block;}
@media print, screen and (min-width: 768px) {.w300 {width:300px;}}

.w180 {width:100px; display: inline-block;}
@media print, screen and (min-width: 768px) {.w180 {width:120px;}}
@media print, screen and (min-width: 992px) {.w180 {width:180px;}}

.form-control {
    height: 50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

/* 個人情報保護方針
---------------------------------------------------- */
#policy{
	padding: 10px;
	height: 200px;
	overflow:scroll;
	overflow-x:hidden;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom: 15px;	
	}	
@media print, screen and (min-width: 768px) {
#policy{
	padding: 10px;
	height: 190px;
	overflow:scroll;
	overflow-x:hidden;
	border:1px solid #ccc;
	margin-bottom: 40px;
	background: #fff;
	}
}
@media print, screen and (min-width: 992px) {
	#policy{
	padding: 30px;
	}
}

#policy::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #999;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
	background: #435295;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
	background: #fff;
}
#policy::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	background: #fff;
}
#policy::-webkit-scrollbar-corner{ /* スクロールバー角 */
	background: transparent;
}

.con-ul{
	padding-left:20px;
	list-style:decimal;
	margin-bottom: 20px;
	}
.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
#policy h4{
	color:#ffcc33;
	font-size:14px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
#policy h4{font-size:16px}
.con-ul{
	padding-left:30px;
	list-style:decimal;
	margin-bottom: 30px;
	}
.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
}

/* white-box01
---------------------------------------------------- */
.white-box01{
	background:rgba(255,255,255,1.0);
	padding: 20px;	
}
@media print, screen and (min-width: 768px) {.white-box01{padding: 30px;}}
@media print, screen and (min-width: 992px) {.white-box01{padding: 50px;}}
@media print, screen and (min-width:1200px) {.white-box01{padding: 10%;}}

/* white-box02
---------------------------------------------------- */
.white-box02{
	background:rgba(255,255,255,0.9);
	padding: 15px;
}
@media print, screen and (min-width: 768px)  {.white-box02 {padding: 20px;}}
@media print, screen and (min-width: 992px)  {.white-box02 {padding: 20px;}}
@media print, screen and (min-width: 1200px) {.white-box02 {padding: 5%;}}

/* gray-box01
---------------------------------------------------- */
.gray-box01{
	padding: 5%;
	background: #eee;
}
@media print, screen and (min-width: 768px)  {.gray-box01 {padding: 5%;}}
@media print, screen and (min-width: 992px)  {.gray-box01 {padding: 5%;}}
@media print, screen and (min-width: 1200px) {.gray-box01 {padding: 5%;}}

/* pankuzu
---------------------------------------------------- */
.pankuzu{
	width:100%;
	display: table;
	color:#fff;
}
.pankuzu{font-size: 12px;}
.pankuzu i{margin-right: 5px;color:#fff;}
.pankuzu a:link, .pankuzu a:visited{color:#fff; text-decoration:underline !important;}
.pankuzu a:hover, .pankuzu a:active{color:#fff; text-decoration:underline !important;}

/* h2
---------------------------------------------------- */
.h2-midasi{
	padding:30px 0;
	text-align: center;
	color: #fff;
	line-height: 30px;
}

.h2-02{background:url(../images/h2-02.jpg) no-repeat scroll 50% 0% / cover;}
.h2-03{background:url(../images/h2-03.jpg) no-repeat scroll 50% 0% / cover;}
.h2-04{background:url(../images/h2-04.jpg) no-repeat scroll 50% 0% / cover;}
.h2-05{background:url(../images/h2-05.jpg) no-repeat scroll 50% 0% / cover;}

.h2-midasi h2 .h2-en{
	font-size: 30px;
	color: #ffe400;
	font-family: 'Josefin Sans', sans-serif;
}
.h2-midasi h2 .h2-ja{
	font-size: 17px;
}

@media print, screen and (min-width: 768px) {
.h2-midasi{padding:80px 0; line-height:80px;}
.h2-midasi h2 .h2-en{font-size: 60px;}
.h2-midasi h2 .h2-ja{font-size: 27px;}
}

@media print, screen and (min-width: 992px) {
.h2-midasi{padding:120px 0; line-height:80px;}
.h2-midasi h2 .h2-en{font-size: 60px;}
.h2-midasi h2 .h2-ja{font-size: 27px;}
}

/* 見出し01
---------------------------------------------------- */
.midasi01{
	font-size: 22px;
	line-height: 24px;	
	margin-bottom: 15px;
	color: #000;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	}
.midasi01 span{
	font-size: 14px;
	color: #ffcc33;
	font-family: 'Josefin Sans', sans-serif;	
}

@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 30px;
	}
.midasi01 span{
	font-size: 23px;
	}		
}

@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 35px;
	line-height: 35px;	
	margin-bottom: 30px;
	}
.midasi01 span{
	font-size: 23px;
	}	
}

/* 見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 20px;
	line-height: 25px;	
	text-align: center;	
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 15px;	
	}
.midasi02 span{
	font-size: 16px;
	color: #ffcc33;
	letter-spacing: 3px;
	font-family: 'Josefin Sans', sans-serif;
}

@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 40px;
	}
.midasi02 span{
	font-size: 22px;
	}	
}

@media print, screen and (min-width: 1200px) {
.midasi02{
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 60px;
	}
.midasi02 span{
	font-size: 25px;
	}	
}

/* 見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 18px;
	line-height: 25px;	
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 30px;
	}

@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
	}
}

@media print, screen and (min-width: 1200px) {
.midasi03{
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 40px;
	}
}

/* 見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 20px;
	}

.midasi04 span{
	display: inline-block;
	vertical-align: 2px;
	font-size: 14px;
	margin-left: 10px;
	background-color: #ffe400;
	border: 2px solid #000;
	padding: 1px 2px 2px 4px;
}

@media print, screen and (min-width: 768px) {
.midasi04{	
	font-size: 22px;
	background: url("../images/border.png") no-repeat left 50%;
	padding-left: 60px;	
	margin-bottom: 20px;
	}
}

/* 見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 20px;
	line-height: 30px;	
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	}
.midasi05 span{
	font-size: 16px;
	color: #ffcc33;	
	font-family: 'Josefin Sans', sans-serif;	
}

@media print, screen and (min-width: 768px) {
.midasi05{
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 30px;
	}
.midasi05 span{
	font-size: 23px;
	}		
}

@media print, screen and (min-width: 1200px) {
.midasi05{
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 30px;
	}
.midasi05 span{
	font-size: 23px;
	}	
}

/* 見出し06
---------------------------------------------------- */
.midasi06{
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 10px;
	}

@media print, screen and (min-width: 768px) {
.midasi06{	
	font-size: 16px;
	}
}

@media print, screen and (min-width: 1200px) {
.midasi06{	
	font-size: 18px;
	}
}

.midasi06 a:link,
.midasi06 a:visited{text-decoration:none; color:#000 !important}

.midasi06 a:hover,
.midasi06 a:active{text-decoration:underline; color:#000 !important}

/* 見出し07
---------------------------------------------------- */
.midasi07{
	font-size: 18px;
	font-weight: 900;
	color:#ffcc33;
	margin-bottom: 10px;
	}

@media print, screen and (min-width: 768px) {
.midasi07{	
	font-size: 22px;
	margin-bottom: 10px;
	}
}

/* 汎用
---------------------------------------------------- */
/* 画像
---------------------------------------------------- */
.img-c img{margin:0 auto;}
.img-r img{margin: 0 0 0 auto;}

@media only screen and (max-width: 767px) {.w-small img{width: 30%;}}
@media only screen and (max-width: 767px) {.w-small2 img{width: 35px;}}

.imglink a:hover img{
    opacity: 0.5 !important;
    transition: all 0.2s ease 0s !important;
    -webkit-transition: 0.2s ease-in !important;
    filter: alpha(opacity=50) !important;
	}

/* 縦横比
---------------------------------------------------- */
.photo-ofi {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* color
-------------------------- */
.fs110	{font-size: 110%;}
.fs80	{font-size: 80%;}

/* color
-------------------------- */
.white{color:#fff}
.red{color:#000}

.white a:link,
.white a:visited,
.white a:hover,
.white a:active{text-decoration:none; color:#fff !important}

/* pen
-------------------------- */
.pen {background: linear-gradient(transparent 50%, #ffc6b4 50%);}

/* 画像　影
-------------------------- */
.kage img{box-shadow:7px 7px #ffcc33}
@media print, screen and (min-width: 768px) {.kage img{box-shadow:14px 14px #ffcc33}}

/* 画像　幅
-------------------------- */
@media only screen and (max-width: 767px) {.yoko01 img{width: 65%;}}
@media only screen and (max-width: 767px) {.yoko02 img{width: 50%;}}
@media only screen and (max-width: 767px) {.yoko03 img{width: 30%;}}

/* 丸
-------------------------- */
.maru img{border-radius: 10px;}

/* 数字 2
-------------------------- */
.number2{
	font-size:30px;
	line-height: 50px;
	color:#ff821d;
	font-family: 'Vidaloka', serif;
	font-weight: normal;
	}

@media print, screen and (min-width: 768px) {
.number2{
	font-size:50px;
	line-height:60px;	
	}	
}

/*　スマホ以外中央寄せ
-------------------------- */
.ctr-text01{text-align: left;}
@media print, screen and (min-width: 768px) {
.ctr-text01{text-align: center;}
}

/* 全て 中央寄せ
-------------------------- */
@media only screen and (max-width: 767px) {.ctr-text02{text-align: center;}}
.ctr-text02{text-align: center;}

/* スマホ のみ 中央寄せ
-------------------------- */
@media only screen and (max-width: 767px) {.ctr-text03{text-align: center;}}
@media print, screen and (min-width: 768px) {.ctr-text03{text-align: left;}}

/* テキスト
-------------------------- */
.text01{line-height: 26px;}
@media print, screen and (min-width: 768px) {.text01{line-height: 30px;}}
@media print, screen and (min-width: 992px) {.text01{line-height: 36px;}}

.text02{
	font-size: 16px;
	line-height: 2.0em;
	}

@media print, screen and (min-width: 768px) {
.text02{
	font-size: 13px;
	line-height: 34px;
	}
}

/* dan
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.dan-01{margin-top: 40px;}
.dan-02{margin-top: 80px;}	
}

@media print, screen and (min-width: 992px) {
.dan-01{margin-top: 80px;}
.dan-02{margin-top: 120px;}	
}

/* name
---------------------------------------------------- */
.name{
	text-align: center;
	margin-top: 40px;
	line-height: 20px;
	margin-bottom: 30px;
}

.name p{ font-size: 20px; color:#002868; line-height: 0px; margin-bottom: 0;}
.name span{ font-size: 16px; line-height: 38px; }
.name div{font-size: 30px; 	font-family: "M PLUS 1p";}

/* リスト
---------------------------------------------------- */
.ul-none {list-style:none; padding-left:5px; text-align: left;}
.ul-none li{padding: 10px 0; border-bottom: 1px dashed #aaa;}
.ul-none li:before{
	font-family:"Font Awesome 5 Free";
	content:" \f06c";
	float: left;
	font-size:16px;
	font-weight: bold;
	color: #002868;
	margin-right: 15px;
	}

@media only screen and (max-width: 767px) {.ul-disc {font-size: 12px;}}
.ul-disc {list-style:disc; padding-left:5px; text-align: left; margin-left: 10px;}
.ul-disc li{padding: 5px 0; border-bottom: 1px dashed #ccc;}
	
@media print, screen and (min-width: 768px) {
.ul-disc {margin-left: 15px;}
.ul-disc li{padding: 12px 0;}
}

.ul-no {list-style:decimall; padding-left:5px; text-align: left; margin-left: 10px; margin-bottom: 20px;}
.ul-no li{padding: 3px 0; border-bottom: 1px dashed #aaa;}

@media print, screen and (min-width: 768px) {
.ul-no {margin-left: 20px; margin-bottom: 20px;}
.ul-no li{padding: 10px 0; border-bottom: 1px dashed #aaa;}
}

/* ol
---------------------------------------------------- */
.ol-01{padding-left: 20px; margin-bottom: 30px;}
.ol-01 li{ border-bottom: 1px dashed #ccc; padding: 5px 0;}

/* paging
---------------------------------------------------- */
.paging { text-align: center; font-size: 90%; font-family: 'Oswald', sans-serif;}
.paging span.current,
.paging span.paging-text{
	margin:0px 0.5px;
	color:#000;
	border:1px solid #000;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	background: #fff;
}
.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #000;
}
.paging span.current{
	background: #000;
	border:1px solid #000;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
}
.paging span.paging-text a:hover{
	background: #000;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.paging { font-size: 100%;}
	.paging span.current,
	.paging span.paging-text{margin:0px 2px;}
	.paging span.paging-text a{padding:10px 15px;}
	.paging span.current{padding:10px 15px;}
}

/* bg
---------------------------------------------------- */
.bg-service{
	margin-top: 20px;	
	background: url("../images/bg-service.jpg")  no-repeat scroll 50% 0% / cover;
	height:auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
	}
@media print, screen and (min-width: 768px){
.bg-service{
	margin-top: 40px;
	}
}
@media print, screen and (min-width: 992px){
.bg-service{
	margin-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
.bg-naname01{background:#f1f1f1}
}
@media print, screen and (min-width: 768px) {
.bg-naname01{background: url("../images/bg-naname01.jpg") no-repeat scroll 50% 0% / cover}
}

@media only screen and (max-width: 767px) {
.bg-naname02{background:#000}
}
@media print, screen and (min-width: 768px) {
.bg-naname02{background: url("../images/bg-naname01.jpg") no-repeat scroll 50% 0% / cover}
}

@media only screen and (max-width: 767px) {
.bg-naname03{background:#ffcc00}
}
@media print, screen and (min-width: 768px) {
.bg-naname03{background: url("../images/bg-naname03.jpg") no-repeat scroll 50% 0% / cover}
}

@media only screen and (max-width: 767px) {
.bg-gray01{background: url("../images/bg-gray01-xs.jpg") no-repeat center top}
}
@media print, screen and (min-width: 768px){
.bg-gray01{background: url("../images/bg-gray01.jpg") no-repeat center top}
}

.bg-gray02{background-color:#eee;}

.bg-contact{background: url("../images/bg-contact.jpg") no-repeat scroll 50% 0% / cover}
.bg-black{background-color:#000;}
.bg-dot{background: url("../images/dot.png")}

/* 文字間
---------------------------------------------------- */
.mb-0-sm0-md20-lg20{ margin-bottom:0px}
@media print, screen and (min-width: 576px) {.mb-0-sm0-md20-lg20{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-0-sm0-md20-lg20{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-0-sm0-md20-lg20{ margin-bottom:20px}}

.mb-10-sm0-md0-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}

.mb-10-sm10-md0-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md0-lg0{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md0-lg0{ margin-bottom:0px}}

.mb-10-sm15-md15-lg15{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}
@media print, screen and (min-width: 768px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}
@media print, screen and (min-width: 992px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}

.mb-10-sm15-md20-lg30{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm15-md20-lg30{ margin-bottom:15px}}
@media print, screen and (min-width: 768px) {.mb-10-sm15-md20-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-10-sm15-md20-lg30{ margin-bottom:30px}}

.mb-10-sm20-md30-lg30{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm20-md30-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-10-sm20-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-10-sm20-md30-lg30{ margin-bottom:30px}}

.mb-20-sm0-md0-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}

.mb-20-sm20-md0-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md0-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md0-lg0{ margin-bottom:0px}}

.mb-20-sm20-md20-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md20-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md20-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md20-lg0{ margin-bottom:0px}}

.mb-30-sm30-md0-lg0{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md0-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md0-lg0{ margin-bottom:0px}}

.mb-30-sm30-md50-lg50{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md50-lg50{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md50-lg50{ margin-bottom:50px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md50-lg50{ margin-bottom:50px}}

.mb-40-sm40-md0-lg0{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md0-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md0-lg0{ margin-bottom:0px}}

.mb-40-sm40-md40-lg0{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md40-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md40-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md40-lg0{ margin-bottom:0px}}

.mb-20-sm20-md30-lg30{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md30-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md30-lg30{ margin-bottom:30px}}

.mb-20-sm30-md40-lg40{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm30-md40-lg40{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-20-sm30-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm30-md40-lg40{ margin-bottom:40px}}

.mb-20-sm30-md40-lg60{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm30-md40-lg60{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-20-sm30-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm30-md40-lg60{ margin-bottom:60px}}

.mb-20-sm40-md40-lg60{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm40-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-20-sm40-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm40-md40-lg60{ margin-bottom:60px}}

.mb-40-sm60-md60-lg60{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 992px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}

/* 余白 左右
---------------------------------------------------- */
@media print, screen and (min-width: 576px) {.wide01{padding:0 15%;}}
@media print, screen and (min-width: 768px) {.wide01{padding:0 5%;}}
@media print, screen and (min-width: 992px) {.wide01{padding:0 5%;}}
@media print, screen and (min-width: 1200px) {.wide01{padding:0 17%;}}

@media print, screen and (min-width: 576px) {.wide02{padding:0 15%;}}
@media print, screen and (min-width: 768px) {.wide02{padding:0 5%;}}
@media print, screen and (min-width: 992px) {.wide02{padding:0 5%;}}
@media print, screen and (min-width: 1200px) {.wide02{padding:0 10%;}}

@media print, screen and (min-width: 576px) {.wide03{padding:0 15%;}}
@media print, screen and (min-width: 768px) {.wide03{padding:0 5%;}}
@media print, screen and (min-width: 992px) {.wide03{padding:0 5%;}}
@media print, screen and (min-width: 1200px) {.wide03{padding:0 5%;}}

/* 余白
---------------------------------------------------- */
.pp00 {padding: 0 !important;}
@media print, screen and (min-width: 768px) {.pp00-2 {padding: 0 !important;}}

.part01{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part01{padding:60px 0}}
@media print, screen and (min-width: 768px) {.part01{padding:80px 0}}
@media print, screen and (min-width: 992px) {.part01{padding:100px 0}}

.part02{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part02{padding:40px 0}}
@media print, screen and (min-width: 768px) {.part02{padding:50px 0}}
@media print, screen and (min-width: 992px) {.part02{padding:60px 0}}

.part03{padding:0 0 30px 0;}
@media print, screen and (min-width: 576px) {.part03{padding:0 0 40px 0}}
@media print, screen and (min-width: 768px) {.part03{padding:0 0 80px 0}}
@media print, screen and (min-width: 992px) {.part03{padding:0 0 100px 0}}

.part04{padding:0 0 10px 0;}
@media print, screen and (min-width: 576px) {.part04{padding:0 0 40px 0}}
@media print, screen and (min-width: 768px) {.part04{padding:0 0 60px 0}}
@media print, screen and (min-width: 992px) {.part04{padding:0 0 80px 0}}

.part05{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part05{padding:40px 0}}
@media print, screen and (min-width: 768px) {.part05{padding:80px 0 60px 0}}
@media print, screen and (min-width: 992px) {.part05{padding:100px 0 80px 0}}

.part06{padding:30px 0 10px 0;}
@media print, screen and (min-width: 576px) {.part06{padding:40px 0 20px 0}}
@media print, screen and (min-width: 768px) {.part06{padding:80px 0 30px 0}}
@media print, screen and (min-width: 992px) {.part06{padding:100px 0 50px 0}}

/* map
---------------------------------------------------- */
.map iframe{width: 100%; height:40vh; margin-bottom:-9px;}
@media print, screen and (min-width: 768px) {.map iframe{width: 100%; height:300px; margin-bottom: -9px;}}
@media print, screen and (min-width: 992px) {.map iframe{width: 100%; height:400px; margin-bottom: -9px;}}

/* movie
---------------------------------------------------- */
.movie iframe{width: 100%; height:40vh; margin-bottom:-9px;}
@media print, screen and (min-width: 768px) {.movie iframe{width: 100%; height:300px; margin-bottom: -9px;}}
@media print, screen and (min-width: 992px) {.movie iframe{width: 100%; height:400px; margin-bottom: -9px;}}

/* table
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* table1
---------------------------------------------------- */
.table1{width:100%; border-collapse:collapse; border-bottom:1px solid #eee; margin-bottom: 20px; background: #fff;}
.table1 th{
	padding:10px;
	vertical-align:top;
	display: block;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	font-size: 100%;
	text-align: center;
	}

.table1 td{
	padding:10px;
	display: block;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	}

@media print, screen and (min-width: 768px) {
.table1{ border-top:0px solid #072c87; border-bottom:0px solid #ccc;}
.table1 th{
	padding:15px 20px;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	display:table-cell;
	width:30%;
	}

.table1 td{
	padding:15px 10px;
	border-top:1px solid #ccc;
	border-right:0px solid #ccc;
	border-left:0px solid #ccc;
	border-bottom:1px solid #ccc;
	display:table-cell;
	}
}

.table1 tr:nth-child(2n+1) {background: #eee;}

/* table2
---------------------------------------------------- */
.table2{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.table2 th{
	width: 100%;
	padding: 10px;
	display: block;
	text-align:left;
	border-top: 0px solid #ccc;
	background-color:#eee;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table2 td{
	width: 100%;
	padding: 10px;
	display: block;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

@media print, screen and (min-width: 768px) {
.table2 th{
	width: 25%;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
.table2 td{
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
}

/* table3
---------------------------------------------------- */
@media only screen and (max-width: 767px) {.table3 td{text-align: center;}}

.table3 .thbg01{background: #eee !important;}

.table3 {
	width:100%;
	border-collapse: collapse;	
	border-top:#ccc solid 1px;
	border-right:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 0px;
	background: #fff;
}
.table3 thead th {
	padding:15px 5px;
	border-bottom:#ccc solid 1px;
	text-align: center;
	background: #eee;
}
.table3 tbody th {
	padding:15px 5px;
	border-bottom:#ccc solid 1px;
	vertical-align:middle;
	text-align: center;
}
.table3 tbody tr:last-child th {
	border-bottom:#ccc solid 1px;
}
.table3 tbody td {
	text-align: center;
	padding:15px 10px;
	border-bottom:#ccc solid 1px;
	vertical-align:middle;
}

@media print, screen and (min-width: 768px) {
.table3 tbody td {
	text-align: left;	
	padding:15px 10px !important;
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	vertical-align:middle;
	}
}

@media only screen and (max-width: 575px) {
.table3 thead {
	display:none;
}
.table3 tbody th {
	display:block;
	
}
.table3 tbody td {
	display:block;
	text-align: left;
}
.table3 tbody td::before {
	content: attr(title);
	float: left;
	clear:both;
	font-weight:bold;
	}
}

@media print, screen and (min-width: 768px) {
.table3 {border-bottom: 0px solid #ccc !important}
.table3 th {border-left:#ccc solid 1px;}
}

@media only screen and (max-width: 767px) {
.table3 tr:nth-child(2n+1) {background: #f5f5f5 !important;}
.table3 .tbox01-l{font-weight: 900;}
.table3 .tbox01-r{padding: 0 3% 0 0; text-align: center;}
.table3 .tbox01-r2{padding: 0 3% 0 0; text-align: center;}
}

@media print, screen and (min-width: 768px) {
.table3 .tbox01-r{padding: 0 5%}
.table3 .tbox01-r2{padding: 0 5%; text-align: center;}
}

/* btn
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.btna::before,
.btna::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btna,
.btna::before,
.btna::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	}
}

/* btn01
---------------------------------------------------- */
.btn01{
	clear: both;
	display:block;
	width:100%;	
	color:#fff !important;
	background-color:#000;
	padding:15px 10px;
	border: 0px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	position:relative;
	}

@media print, screen and (min-width: 768px) {
.btn01{
	padding:23px 20px 20px 20px;
	font-size: 20px;
	}
}

.btn01 a:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn01:link,
.btn01:visited{
	color:#fff;
	text-decoration:none;
	background-color: #000;
	}
.btn01:hover,
.btn01:active{
	color:#fff !important;
	text-decoration:none !important;
	background-color:#666;
	}

.btn01 i{
	color:#fff;
	position:absolute;
	right:30px;
	top:18px;
	font-size: 15px;
}
@media print, screen and (min-width: 768px) {
.btn01 i{
	right:25px;
	top:25px;
	font-size: 20px;
	}
}


/* btn02
---------------------------------------------------- */
.btn02{
	display: block;
	width: 100%;	
	color: #000 !important;
	font-family: 'Josefin Sans', sans-serif;
	background-color: #ffe400;
	padding: 15px 0px;
	border: 0px;
	text-align: center;
	}
@media print, screen and (min-width: 768px) {
.btn02{
	padding:23px 20px 20px 20px;
	font-size: 20px;
	}
}

.btn02 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn02:link,
.btn02:visited{
	color:#fff;
	text-decoration:none;
	background-color: #ffe400;
	}
.btn02:hover,
.btn02:active{
	color:#fff !important;
	text-decoration:none !important;
	background-color:#ff9900;
	letter-spacing: 3px;
	}
.btn02 i{margin-left: 8px;}

/* btn03
---------------------------------------------------- */
.btn03{
	display: block;
	width: 100%;	
	color: #000 !important;
	font-family: 'Noto Sans JP', sans-serif;	
	background-color: #ffe400;
	padding: 15px 0px;
	border: 0px;
	text-align: center;
	}

.btn03 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn03:link,
.btn03:visited{
	color:#000;
	text-decoration:none;
	background-color: #ffe400;
	}
.btn03:hover,
.btn03:active{
	color:#000 !important;
	text-decoration:none !important;
	background-color:#ff9900;
	letter-spacing: 3px;
	}
.btn03 i{margin-left: 8px;}

/* btn04
---------------------------------------------------- */
.btn04{
	clear: both;
	display:block;
	width:100%;	
	color: #fff !important;
	background-color: #000;
	padding: 15px 0px;
	border: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	position:relative;
	}

.btn04 a:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn04:link,
.btn04:visited{
	color:#fff;
	text-decoration:none;
	background-color: #000;
	}
.btn04:hover,
.btn04:active{
	color:#fff !important;
	text-decoration:none !important;
	background-color:#666;
	letter-spacing: 3px;
	}

/* gfont
---------------------------------------------------- */
/*細い英数字*/
.gfont01{font-family: 'Oswald', sans-serif;}

/*丸い英数字*/
.gfont02{font-family: 'Josefin Sans', sans-serif;}

/* 日本語 */
.gfont03{font-family: 'Noto Sans JP', sans-serif;}

/* line
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
#lineimg {
	position: fixed;
	top: 130px;
	right: 0px;
	z-index: 100;
	width: 50px;
	}
#lineimg img {width: 50px;}
}

@media print, screen and (min-width: 992px) {
#lineimg {
	top: 180px;
	width: 70px;
	}
#lineimg img {width: 70px;}	
}

/* pagetop
---------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom:10px;
	right:10px;
	z-index: 100;
}

#pagetop img{
	width: 30px;
	height: auto;
}

@media print, screen and (min-width: 768px) {
#pagetop img{
	width: 40px
	}
}

@media print, screen and (min-width: 1200px) {
#pagetop {
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 100;
	}
}

/* btn
---------------------------------------------------- */
.pba {
  page-break-before: always;
}

/* btn
---------------------------------------------------- */
#btn_sc {
	position: fixed;
	top: 200px;
	right: 0px;
	z-index: 9999;
	width: 55px;
	}	
	
/* anchor
---------------------------------------------------- */
.anchor{
    display: block;
    padding-top: 55px;
    margin-top: -55px;
}

@media print, screen and (min-width: 768px) {
.anchor{
    padding-top: 130px;
    margin-top: -130px;
	}
}

/* block-revealer
---------------------------------------------------- */
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

@media print {
.block-revealer__element {
   opacity: 1 !important;
   background:transparent;	
   transform: none !important;
   position:static !important
	}
}

@media print {
.block-revealer,
.block-revealer__content{
	opacity: 1 !important;
	-webkit-transform:none!important;
	transform: none !important; 
	overflow-y:hidden !important;
	}
}