@charset "utf-8";

/*===============================================
●smart.css  画面の横幅が750pxまで
===============================================*/
@media screen and (max-width:750px){

img{
	max-width: 100%;
	height: auto;
	width :auto;
}

/***** h2,h3,h4,p *****/
.h2_kids {
	position: relative;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #006eb8;
	text-shadow:
		3px 3px 3px #fff, -3px -3px 3px #fff,
	   -3px 3px 3px #fff,  3px -3px 3px #fff,
		3px 0px 3px #fff, -3px -0px 3px #fff,
		0px 3px 3px #fff,  0px -3px 3px #fff;
	text-align: center;
	margin-bottom: 10px;
}
.h2_formal{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.h2_formal h2{
	position: relative;
	display: inline-block;
	padding: 0 65px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.h2_formal h2:before,
.h2_formal h2:after {
	position: absolute;
	top: calc(50% - 2px);
	width: 50px;
	height: 4px;
	content: '';
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
}
.h2_formal h2:before {
	left: 0;
}
.h2_formal h2:after {
	right: 0;
}
.h3_kids {
	/*position: relative;*/
	margin-bottom: 20px;
	/*padding: 1rem 2rem;
	border-radius: 10px;*/
	font-family: 'Yusei Magic', sans-serif;
	font-size: 22px;
	text-align: center;
	/*background: #eee;*/
}
.h3_formal {
	border-bottom: solid 3px skyblue;
	position: relative;
	font-size: 22px;
	margin-bottom: 10px;
}

.h3_formal:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ffc778;
	bottom: -3px;
	width: 30%;
}

.h4_kids {
	position: relative;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ec6100;
	text-shadow:
		3px 3px 3px #fff, -3px -3px 3px #fff,
	   -3px 3px 3px #fff,  3px -3px 3px #fff,
		3px 0px 3px #fff, -3px -0px 3px #fff,
		0px 3px 3px #fff,  0px -3px 3px #fff;
	text-align: center;
}

/***** header *****/
header{
	min-width: 100%;
}
.header_area{
	width: 100%;
	background: linear-gradient(90deg, #f1eab9, #f1eab9 49%, #46478d 51%);
	border-bottom: 7px solid #03629a;
}
.headerin{
	position: relative;
	max-width: 750px;
	margin: 0 auto;
}
.headerin h1{
	position: absolute;
	z-index: -1;
}
.headerin img.header_logo{
	position: absolute;
	z-index: 1;
	width: 29%;
	top: 2px;
	left: 37%;
}

/***** common *****/
.wrap{
	width: 100%;
	background-image: url("../images/bg_wrap.png");
}
.wrap_cork{
	width: 100%;
	background-image: url("../images/bg_cork.png");
}
.wrap_town{
	width: 100%;
	background-image: url("../images/bg_town.png");
	background-size: 100% auto;
}
.bg_white{
	background-color:rgba(255,255,255,0.6) !important;
	background-blend-mode:lighten !important;
}
.contents_kids{
	width: 100%;
	padding: 30px 0 50px;
	font-family: 'Yusei Magic', sans-serif;
}
.contents_top{
	width: 100%;
}
.contents{
	width: 95%;
	margin: 0 auto;
}
rt {
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size: 0.4em;
}
	
.enikki_rei_title{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.enikki_area{
	margin-bottom: 30px;
}
.enikki_rei{
	text-align: center;
	margin-bottom: 30px;
}
.enikki_dl{
	text-align: center;
}
.enikki_dl img{
	display: inline-block;
	width: 40%;
	padding-right: 20px;
}
.btn_enikki_dl{
	display: inline-block;
	width: 50%;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
	line-height: 1.2;
	font-size: 24px;
}
.btn_enikki_dl a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	text-decoration: none;
	padding: 35px 0;
	font-weight: bold;
	color: #fff;
	background: #84bd74;
}
.btn_enikki_dl a:hover{
	color: #84bd74;
	background: #fff;
}
.btn_watahanshop{
	text-align: center;
	padding: 0 10px;
}
.btn_watahanshop img{
	border-radius: 20px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}

/***** index *****/
.pc_map{
	display: none;
}
.bottom_bna{
	width: 100%;
	background: #f4f2f3;
}
.bottom_bna ul{
	display: flex;
	flex-direction: column;
	max-width: 300px;
	margin: 0 auto;
	padding: 30px 0;
}
.bottom_bna ul li{
	margin-bottom: 10px;
}
.bottom_bna ul li img.btn:hover{
	margin: 0;
}

/***** news *****/
.news_area{
	min-width:100%;
	background: url("../images/bg_newssp.jpg") no-repeat;
	background-size: 100%;
	max-height: 280px;
}
.news_areain{
	padding: 15px 10px 20px;
}
.news_areain .news_title {
	position: relative;
	width: 100px;
	padding: 0.3rem 1rem 0.5rem;
	margin-bottom: 10px;
	color: #fff;
	border-radius: 10px;
	font-family: 'Yusei Magic', sans-serif;
	font-weight: bold;
	background: #f49600;
}
.news_areain .news_title:after {
	position: absolute;
	bottom: -9px;
	right: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #f49600 transparent transparent transparent;
}
.news_areain .news_list{
	width: 95%;
	height: 200px;
	margin: 0 auto;
	overflow-y: scroll;
}
.news_areain .news_list p.date{
	font-weight: bold;
}
.news_areain .news_list p.text{
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;	
	border-bottom: 1px solid #f49600;
}

/***** tour *****/
.bg_wave01{
	position: relative;
	background: url("../tour/images/bg_wave01.svg") no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding: 20px 0;
}
.bg_wave02{
	position: relative;
	background: url("../tour/images/bg_wave02.svg") no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding: 20px 0;
}
.bg_wave03{
	position: relative;
	background: url("../tour/images/bg_wave03.svg") no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding: 20px 0;
}
.bg_wave04{
	position: relative;
	background: url("../tour/images/bg_wave04.svg") no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding: 20px 0;
}
.wata_img_flame01,.wata_img_flame02{
	display: flex;
	flex-flow: column;
	width: 95%;
	min-height: 330px;
	margin: 0 auto;
}
.wata_img_flame01 div,.wata_img_flame02 div{
	margin-bottom: 10px;
}
.wata_img_flame01 .wata_img,.wata_img_flame02 .wata_img{
	text-align: center;
}
.wata_img span{
	display: block;
	padding-top: 10px;
	font-size: 120%;
	text-shadow:
		2px 2px 2px #fff, -2px -2px 2px #fff,
	   -2px 2px 2px #fff,  2px -2px 2px #fff,
		2px 0px 2px #fff, -2px -0px 2px #fff,
		0px 2px 2px #fff,  0px -2px 2px #fff;
}
	
.wata_flame{
	position: relative;
}
.wata_flame img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.wata_flame p{
	padding: 20px 20px 20px 30px;
	margin: 20px 0 0 20px;
	background: #fff;
	border: 5px solid #ec6100;
	border-radius: 30px;
}

.btn_anchor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 100px;
}
.btn_anchor li{
	width: 50%;
	width : -webkit-calc(100% / 2) ;
	width : calc(100% / 2) ;
	margin-bottom: 10px;
}

.tour_flame01,.tour_flame02{
	position: relative;
	display: flex;
	flex-flow: column;
	margin-bottom: 60px;
}
.tour_flame_title{
	text-align: center;
	margin-bottom: 15px;
}
.tour_flame_img{
	text-align: center;
}
.tour_flame_btn{
	position: absolute;
	width: 90%;
	z-index: 1;
	left: 4%;
	bottom: 38%;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
	line-height: 1.2;
	font-size: 20px;
}
.tour_flame_btn br{
	display: none;
}
.tour_flame_btn a{
	display: block;
	width: 100%;
	height: 100%;
	border: 5px solid #fff;
	border-radius: 20px;
	text-decoration: none;
	padding: 15px 0;
}
.tour_flame_btn.btn01 a{
	color: #fff;
	background: #036eb8;
}
.tour_flame_btn.btn01 a:hover{
	color: #036eb8;
	background: #fff;
}
.tour_flame_btn.btn02 a{
	color: #fff;
	background: #ea5514;
}
.tour_flame_btn.btn02 a:hover{
	color: #ea5514;
	background: #fff;
}
.tour_flame_btn.btn03 a{
	color: #fff;
	background: #a40b5e;
}
.tour_flame_btn.btn03 a:hover{
	color: #a40b5e;
	background: #fff;
}
.tour_flame_btn.btn04 a{
	color: #fff;
	background: #00913a;
}
.tour_flame_btn.btn04 a:hover{
	color: #00913a;
	background: #fff;
}

/***** work *****/
.cork_border{
	width: 95%;
	border: 10px solid #955f38;
}
.work_flame{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 10px;
}
.work_flame div{
	width: 40%;
	width : -webkit-calc(80% / 2) ;
	width : calc(80% / 2) ;
	margin: 20px 10px;
}
.work_flame div img{
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .5);
}
.work_flame div:hover{
	opacity: 0.9;
}
.work_flame div span{
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	background: #fff;
	font-size: 80%;
	line-height: 1.2;
	width: 70%;
	margin: 0 auto;
	padding: 5px 15px;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .5);
}	

/***** table *****/
table.table01{
	width:100%;
	margin:0 auto 20px;
	border:1px solid #ddd;
	border-collapse:collapse;
}
table.table01 th{
	display: block;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding:10px;
}
table.table01 td{
	display: block;
	border-bottom: 1px solid #ddd;
	padding:10px;
}
table.table01 td dt{
	float: left;
}
table.table01 td dd{
	margin-left: 150px;
}

/***** form *****/
#formWrap {
	width:95%;
	margin:30px auto 50px;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin:5px 0;
	font-weight: bold;
}
table.formTable th label span {
    color: #fff;
	font-size: 14px;
    background: #fb3b6f;
    display: inline-block;
    padding: 1px 5px;
	margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
table.formTable td {
	margin-bottom: 10px;
}
input[type="text"], textarea {
	width:95%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
p.submit_btn{
	text-align: center;
	margin-bottom: 20px;
}
input.type01 {
    padding: 10px 13px 11px;
	margin-top: 30px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #0093c9;
    color: #ffffff;
    background: #009ecf;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 28%), inset 0px 2px 0px -1px #10a4d2;
}
input.type02 {
    padding: 10px 13px 11px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #c3c3c3;
    color: #7c7c7c;
    background: #ffffff;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    -webkit-box-shadow: 0px 1px 1px rgb(0 0 0 / 28%);
    box-shadow: 0px 1px 1px rgb(0 0 0 / 28%);
}

/***** footer *****/
footer{
	width: 100%;
	background: #0066a5;

}
footer .footer01 ul{
	display: flex;
	flex-direction: column;
	padding: 30px 10px;
}
footer .footer01 ul li{
	position: relative;
	padding-bottom: 10px;
}
footer .footer01 ul li::before{
	position: absolute;
	content: "";
	top: 30%;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .footer01 ul li a{ 
	font-weight:bold;
	color: #fff !important;
	text-decoration: none;
	margin-left: 15px;
}
.pagetop{
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 30px;
	display: none;
}
	
p.logo_awase{
	text-align: center;
	padding-bottom: 10px;
}
p.copyright{
	text-align: center;
	color: #fff;
	font-size: 60%;
	padding-bottom: 20px;
}


}

