@charset "UTF-8";
 /* -----------------------------------------------------------
	reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
}
table, tr, th, td{
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 /* -----------------------------------------------------------
	共通装飾等
----------------------------------------------------------- */
body{
font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
	line-height: 1.7em;
	color:#333;
    background: url("../images/bg.jpg") no-repeat top center;
    background-size:100%;
}
@media screen and (max-width:680px){
body{
    background: url("../images/bg_sp.jpg") no-repeat top center;
    background-size:100%;
}
}

a img:hover{
	filter:alpha(opacity=70);
    opacity:0.70;
}
.inner{
	max-width:1080px;
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width:1080px){
.inner{
	width:95%;
	margin:0 auto;
}
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

/* -----------------------------------------------------------
	ゴシックフオント
----------------------------------------------------------- */
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */
header{
	text-align: center;
}

/* -----------------------------------------------------------
	コピー
----------------------------------------------------------- */
.copy{
    text-align: center;
    padding: 80px 24px;
    box-sizing: border-box;
    font-size: 2.6rem;
    color: #fff;
    line-height:1.6em;
    background: linear-gradient(90deg, #ff743c 55%, #F8C748 100%);
    letter-spacing: 4px;
    position: relative;
}
.copy_text_normal{
    margin-top: 50px;
    font-weight: normal;
    font-size: 1.3rem;
    line-height:2em;
}
.copy_text_normal p{
    margin-bottom: 32px;
}
.copy_text_large{
    font-size: 120%;
}
.copy img{
    position: absolute;
    bottom: -25px;
    left:50%;
    right:50%;
}
.spbr{
    display: none;
}
@media screen and (max-width:768px){
.copy{
    font-size: 1.8rem;
    line-height:1.4em;
    letter-spacing:0px;
    padding: 80px 16px;
}
.copy_text_normal{
    margin-top: 30px;
    font-size: 1.1rem;
    line-height:2em;
}
.copy_text_normal p{
    margin-bottom: 16px;
}
.copy_text_large{
    font-size: 120%;
}
.spbr{
    display: block;
}
}

/* -----------------------------------------------------------
	案内
----------------------------------------------------------- */
.info{
    background: #FEF6F0;
    padding: 80px 24px;
    box-sizing: border-box;
    font-size: 1.3rem;
     line-height:2em;
}
.info table {
	margin:0 auto;
	border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #FF743B;
	width:100%;
    border-radius: 10px;   /* 角丸 */
  overflow: hidden;
}
.info table td {
	padding: 16px;
	vertical-align: middle;
	text-align:left;
	background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px dotted #FF743B;
}
.info table th {
	padding: 16px;
	text-align: center;
	vertical-align: middle;
  font-weight:bold;
    background-color: #FEF7F4;
	width: 30%;
		box-sizing: border-box;
    border-bottom: 1px dotted #FF743B;
}
.info table tr:last-child th,
.info table tr:last-child td{
    border-bottom: none;
}
@media screen and (max-width:768px){
.info{
    font-size: 1.1rem;
}
}
@media only screen and (max-width:480px){
.info table {
	width:100%;
	margin:15px auto;
}
.info table th,
.info table td{
	width: 100%;
	display: block;
	border-top: none;
    padding: 8px;
}
.info table tr:first-child th{
	border-top:none;
}
}

/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
.btn{
    padding: 80px 24px;
    box-sizing: border-box;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
    box-sizing: border-box;
  gap: 8px;
  width: 100%;
  max-width: 330px;
  padding: 20px 20px;
  background: linear-gradient(90deg, #ff743c, #F8C748);
  color: #fff;
  font-size: 1.8rem;
    font-weight: bold;
letter-spacing: 5.5px;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: opacity 0.3s;
  margin:16px auto 0 auto;
}
.button:hover {
  opacity: 0.8;
}
.banner {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #00A381;
}
@media screen and (max-width: 1080px){
}

/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom:50px;
	right:3%;
	z-index:9000;
}
#pagetop a {
	display:block;
	background: url(../images/pagetop.png) no-repeat right bottom;
	width:30px;
	height:20px;
	overflow:hidden;
	text-indent: -9999px;
}
#pagetop a span{
	display:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80);
	-ms-filter: “alpha(opacity=80)”;
	opacity:0.8;
}
@media screen and (max-width: 736px){
}

/*----------------------
footer
------------------------*/
footer{
	padding:8px;
	font-size:80%;
	margin-top: 20px;
	overflow: hidden;
    text-align: center;
    background: #002929;
    color: #fff;
}

/*----------------------
お問い合わせ
------------------------*/
.inquiry a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.8em 2em;
  max-width: 250px;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 5px;
  color: #00A381;
  border: 2px solid #00A381;
    text-decoration: none;
}

.inquiry a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #00A381;
  border-right: 3px solid #00A381;
  transform: rotate(45deg);
}

.inquiry a:hover {
  color: #00A381;
  text-decoration: none;
  background-color: #DEF3EF;
}

.inquiry a:hover::after {
  border-top: 3px solid #00A381;
  border-right: 3px solid #00A381;
}

/*----------------------
文字装飾
------------------------*/
.t-center{
    margin-top: 50px;
    text-align: center;
}