@charset "utf-8";

/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */
/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
* {
	-webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
input,
textarea {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*--- default */
body {
	color: #76520d;
	font-size: small;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
	color:#df8c34;
	text-decoration: none;
}
a:visited {
	color:#df8c34;
	text-decoration: none;
}
a:hover {
	color:#dca56a;
	text-decoration: none;
}
a:active {
	color:#dca56a;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
	
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 25px auto;
}
#header #logo img {
	height: auto;
	max-width: 300px;
}

#header #logo:hover {
	transform: scale3d(1.1, 1.1, 1.1);
	transition: 0.5s;
}

#headerDesc {
	height: 20px;
}
#headerDescArea {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 20px;
	color: #76520d;
	line-height: 1.5;
}
#header section {
	float: right;
	margin: 2px 0 0 0;
}

#header section p {
	color: #76520d;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0.3em;
}

#header section i {
	font-size: 12px;
	margin: 0 1.5em;
	line-height: 1.5;
	color: #9CF;
	font-weight: bold;
	border-bottom: 1px dashed #9CF;
}

#header p i {
	display: block;
}
	

/* #utilityNav
----------------------------------------------------------- */

/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	background: #76520d url(images/navi_bg.png);
	height: 60px;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 800px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #dcabb3;
}

#navi #gNav li {
	text-align: center;
	width: 20%;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	color:#fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
	display:block;
	width: 160px;
	height: 40px;
	padding-top: 14px;
	background: url(images/gNav_li_bg.png);
}

#navi #gNav span {
	color:#FF0;
	font-size: 10px;
}

#navi #gNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	text-decoration:none;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: url(images/bg_footer.png);
	padding: 100px 0 0 0;
	font-size: 14px;
}

#footer .copyright {
	color: #9b6956;
	background: url(images/bg_copy.png);
	text-align: center;
	margin-top: 20px;
	padding: 20px 0 10px 0;
	height: 20px;
}

#footer .copyright a { color: #9b6956; }

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: dashed 1px #fff;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	padding: 20px;
}

#imgArea {
	width: 800px;
	height: 500px;
	box-shadow: 10px 10px 15px -10px;
	margin: 0 auto;
	border: 10px solid #FFF;
}

.main-visual {
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	background: url(images/bg.png);
}

#contents .pageTop {
	clear: both;
	text-align: right;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	margin: 0 auto;
}

#main p{
	padding: 15px 10px 15px 10px;
}

#main .main-title {
    background: linear-gradient(transparent 0, #FFF 50%);
	background: -webkit-linear-gradient(transparent 0, #FFF 50%);
	background: -prefix-linear-gradient(transparent 0, #FFF 50%);
	background: -ms-linear-gradient(transparent 0, #FFF 50%);
	background: -moz-linear-gradient(transparent 0, #FFF 50%);
	padding: 2.5em;
    text-align: center;
	margin: 0 auto;
}
#main .main-title h2 {
	color: #76520d;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 1px #999999;
}

#main h2:first-letter {
font-size: 1.5em;
color: #FC0;
}

.main-top {
	font-weight: bold; 
}

.main-top section {
	padding: 10px;
	font-size: 1.5em;
	background-color: #FF9900;
	color: #FFF;
	opacity: 0.7;
	text-align: center;
	margin-bottom: 1em;
}

.main-top p { 
    font-size: 20px;
    font-weight: bold;
	background-color: #FC0;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	opacity: 0.7;
	font-family: "游ゴシック","メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

.main-top span {
	display: block;
	color: #F90;
	font-size: 12px;
}

.main-top h3 {
    margin: 2em auto;
    color: #76520d;
    font-size: 16px;
	text-align: center;
}

.main-top h3 i {
	color: #99CC00;
	font-size: 1.2em;
}

.main-quality {
	width: 700px;
	margin: 2em auto;
}

.main-quality section{
	position:relative;
	padding-left:30px;
	font-weight: bold;
	line-height: 38px;
	font-size: 20px;
	font-weight: bold;
	color: #9C0;
}
 
.main-quality section:before{
	content:''; 
	height:15px; 
	width:3px; 
	display:block; 
	background:#F90; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:-3px; 
	left:8px;
}
 
.main-quality section:after{
	content:''; 
	height:3px; 
	width:13px; 
	display:block; 
	background:#F90; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:1px; 
	left:5px;
}

.main-quality h1 {
	font-size: 18px;
	margin-bottom: 1em;
	padding: 2%;
	line-height: 30px;
	text-align: center;
}

.main-quality span {
	font-size: 1.1em;
	color: #9C0;
}

.main-quality i {
	color: #F90;
}

.main-quality p {
	font-size: 15px;
	background-color: #FFF;
	border-radius: 10px;
	margin: 15px;
	line-height: 25px;
}

.main-contact {
	background: #FFF;
	margin: 2em auto -5px auto;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-top: solid 100px #9CF;
	font-family: "游ゴシック","メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

.main-contact section {
	font-size: 24px;
	letter-spacing: 3px;
	padding: 15px;
	color: #FFCC00;
}

.main-contact a {
	display: block;
	font-size: 20px;
	color: #99CC00;
	padding: 10px;
	border: dashed 1px #9C0;
	width: 160px;
	margin: 2.5em auto;
	border-radius: 5px;
	transition: 0.5s;
}

.main-contact a:hover {
	color: #FFF;
	background: #99CC00;
}

.main-contact p {
	display: inline-block;
	font-size: 24px;
	border-top: dashed 1px #F90;
	border-bottom: dashed 1px #F90;
	color: #F90;
}

.main-contact i {
	font-size: 18px;
}

.arrow1 {
	margin: 0 auto 3em auto;
    width: 30px;
    height: 30px;
    border: 3px solid #76520d;
    border-color:  transparent transparent #76520d #76520d;
    transform: rotate(-45deg);
}

/* テーブル装飾 1
----------------------------------------------------------- */
.sectionBorder {
	font-size: 16px;
}

#main .sectionBorder .t-head {
	border-collapse: collapse;
	border: dashed 1px #99CC00;
	padding: 15px;
	min-width: 80px;
}

#main .sectionBorder .t-item {
	border-collapse: collapse;
	border: dashed 1px #99CC33;
	padding: 15px;
}

#main .sectionBorder .t-item p {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}

#main .sectionBorder .t-item p:last-child {
	margin: 0;
}

#main .sectionBorder .t-item p a {
	position: relative;
	text-decoration: underline;
}

#main .sectionBorder .t-item .guideline-box {
	margin-bottom: 15px;
	padding-left: 15px;
}
#main .sectionBorder .t-item .guideline-box:last-child {
	margin: 0;
}

table {
	max-width: 700px;
	width: 100%;
	margin: 3em auto 4em;
	text-align: left;
}

.link-icon {
	vertical-align: middle;
}
.link-icon:before {
	display: inline-block;
    content: "";
    -webkit-mask-image: url(../images/link-icon.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/link-icon.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #df8c34;
    width: 20px;
    height: 20px;
    margin-left: 0.25rem;
}

.pdf-icon:before {
	display: inline-block;
    content: "";
    -webkit-mask-image: url(../images/pdf-icon.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(../images/pdf-icon.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #df8c34;
    width: 15px;
    height: 15px;
    margin-right: 0.25rem;
}

/* テーブル装飾 2
----------------------------------------------------------- */
.sectionFee table {
	font-size: 16px;
	text-align: left;
}

.sectionFee h1 {
	font-size: 1.5em;
	background: #99CC00;
	padding: 10px;
	opacity: 0.9;
	text-align: center;
}

#main .sectionFee .t-head {
	border-collapse: collapse;
	border: dashed 1px #99CC00;
	padding: 15px;
	width: 400px;
}

#main .sectionFee .t-item {
	border-collapse: collapse;
	border: dashed 1px #99CC33;
	padding: 15px;
	width: 300px;
}


/* テーブル装飾 3
----------------------------------------------------------- */
.sectionOverview table {
	font-size: 16px;
}

#main .sectionOverview .t-head {
	border-collapse: collapse;
	border: dashed 1px #99CC00;
	padding: 15px;
	width: 90px;
}

#main .sectionOverview .t-item {
	border-collapse: collapse;
	border: dashed 1px #99CC33;
	padding: 15px;
	width: 610px;
}
#main .sectionOverview .t-item p {
	padding: 0;
	margin: 0 0 10px 0;
}
#main .sectionOverview .t-item p:last-child {
	margin: 0;
}
#main .sectionOverview .t-item p a { display: block; }

/* お知らせ
----------------------------------------------------------- */
.news {
	margin: 3em auto;
	max-width: 600px;
	width: 100%;
}
.news h2 {
    padding:5px;
	font-size: 16px;
	text-align: center;
} 
.news a {
	font-size: 14px;
}

.news ul {
	margin:0;
    padding:0;
    list-style:none;
	text-align: left;
}

.news li {
	padding:15px 0 15px 7em;
    text-indent: -7em;
    border-bottom:1px solid #76520d;
}
.news li:first-child {
	border-top:1px solid #76520d;
}

.news li span {
    display:inline-block;
    width:7em;
    text-indent:0;
}

.news li a {
}

.news li a:hover {
}

/* Google Map
----------------------------------------------------------- */
.map-wrap {
	display: flex;
    gap: 1%;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 3rem auto;
}
.map {
	width: 49%;
}
.map h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.map .iframe-wrap {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.map .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* お問い合わせ
----------------------------------------------------------- */
form {
	width: 600px;
	margin: 1em auto;
	font-size: 16px;
}

form .form-title {
	font-weight: bold;
	border-bottom: dashed 2px #76520d;
	margin-bottom: 1em;
	text-align: center;
}

form .mail-form {
	display: block;
	font-size: 10px;
	color: #9C0;
}


/* thanks
----------------------------------------------------------- */
.thanks {
	margin: 3em auto;
	max-width: 900px;
	width: 100%;
	text-align: center;
}
.thanks h3 {
	font-size: 18px;
	font-weight: bold;
}
.thanks p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

/* ご利用までの流れ
----------------------------------------------------------- */
.user-guide {
	margin: 3em auto;
	width: 600px;
}

.user-guide p {
	border-bottom: dashed 2px #76520d;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
}

.user-guide i {
	font-size: 0.8em;
	color: #99CC00;
}

.user-guide span {
	font-size: 1.2em;
	padding: 0 5px;
}

.user-guide ul li {
	padding: 1em 0 2em 0;
	font-size: 16px;
}





/* レスポンシブ タブレット
----------------------------------------------------------- */
@media screen and (max-width : 999px){

img {
	max-width: 100%;
}

#header p {
	margin-right: 5px;
}

#header, #footerContents {
	width: 100%;
}

#naviArea {
	width: 100%;
	margin: 0 auto;
	border: none;
	text-align: center;
}

#navi #gNav li {
	float: left;
	text-align: center;
	margin: 0 auto;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	color:#fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
	display:block;
	width: 153px;
	padding-top: 14px;
}

#imgArea {
	width: 700px;
}

}

/* レスポンシブ スマートフォン
----------------------------------------------------------- */
@media screen and (max-width : 767px){

img {
}
		
#header, #footer,
#headerDesc, #footerContents,
#navi,
#contents,
.main-quality {
	width: 100%;
}

#header section p {
	display: none;
}

#header section a {
	padding: 5px;
}

#headerDescArea h1 {
	margin: 5px;
	font-size: 11px;
}

#header #logo img {
	max-width: 220px;
	height: auto;	
}

#navi {
	background: none;
	height: 100%;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	background: none;
	background-color: #F90;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

#navi #gNav li a {
	transition: 0.5s;
}

#navi #gNav li a:hover {
	background: #9C0;
}

#naviArea {
	width: 100%;
	margin: 0 auto;
	border: none;
}

#navi #gNav li {
	width: 50%;
}

#gNav #first-text {
	display: none;
}

#footerContents ul li {
	display: block;
	border: none;
	font-size: 20px;
}

#main .main-title {
	background: #FFF;
	opacity: 0.9;
}

.main-top p {
	font-size: 24px;
}

.main-top h3 {
	padding: 0 1%;
	font-size: 15px;
}

.main-top span {
	font-size: 12px;
}

/* index.html
----------------------------------------------------------- */
#header #logo {
	float: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#topImg {
	
}

#imgArea {
	height: auto;;
	box-shadow: none;
	border: none;
	max-width: 90%;
}

#mainImg {
}

.main-visual img {
	height: auto;
	box-shadow: 10px 10px 15px -10px;
}

.main-contact section {
	font-size: 26px;
}

.main-contact p {
	font-size: 26px;
}

.main-contact i {
	display: inline-block;
}

.main-contact a {
	padding: 30px;
	font-size: 22px;
}


.news {
	width: auto;
	margin: 0 auto;
	padding: 0 1%;
}

.news h2 {
	font-size: 18px;
}

.news ul {
	font-size: 16px;
}

.main-quality section {
	font-size: 22px;
}

.main-quality h1 {
	text-align: left;
	font-size: 16px;
}

/* user-guide.html
----------------------------------------------------------- */

.sectionBorder {
	padding: 0 1%;
}

.sectionFee {
	padding: 0 1%;
}

table {
	width: 95%;
}

.user-guide {
	width: 100%;
}

.user-guide ul {
	padding: 0 1%;
}

.user-guide ul li {
	font-size: 14px;
}

#main .sectionBorder .t-item p {
	font-size: 12px;
}

#main .sectionBorder .t-item .guideline-box {
	padding: 0;
}

#main .sectionBorder .t-head {
	font-size: 14px;
}

/* about.html
----------------------------------------------------------- */
.sectionOverview {
	padding: 0 1%;	
}

/* Google Map
----------------------------------------------------------- */
.map-wrap {
	width: 95%;
	justify-content: center;
	flex-direction: column;
    gap: 1rem;
}
.map {
	width: 100%;
}

/* contact.html
----------------------------------------------------------- */
form {
	text-align: center;
	width: auto;
	padding: 0 1%;
}

form iframe {
	width: 100%;
}

}