@charset "utf-8";

/*===============================================
●style.css 画面の横幅が751px以上
===============================================*/
@media print, screen and (min-width: 751px){

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
body{
	font-size: 160%;
	display: none;
}

/***** h2,h3,h4,p *****/
.h2_kids {
	position: relative;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 200%;
	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: 20px;
}
.h2_formal{
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.h2_formal h2{
	position: relative;
	display: inline-block;
	padding: 0 65px;
	font-size: 150%;
	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: 30px;
	/*padding: 1rem 2rem;
	border-radius: 10px;*/
	font-family: 'Yusei Magic', sans-serif;
	font-size: 160%;
	text-align: center;
	/*background: #eee;*/
}
.h3_formal {
	border-bottom: solid 3px skyblue;
	position: relative;
	font-size: 130%;
	margin-bottom: 20px;
}

.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: 160%;
	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%;
	position: relative;
}
.header_area{
	width: 100%;
	background: linear-gradient(90deg, #f1eab9, #f1eab9 49%, #46478d 51%);
	border-bottom: 7px solid #03629a;
}
.headerin{
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}
.headerin h1{
	position: absolute;
	z-index: -1;
}
.headerin img.header_logo{
	position: absolute;
	z-index: 1;
	width: 29%;
	top: 5px;
	left: -2%;
}

/***** 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;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
}
.contents_kids{
	width: 100%;
	padding: 50px 0 80px;
	font-family: 'Yusei Magic', sans-serif;
}
.contents,.contents_top{
	max-width: 1080px;
	margin: 0 auto;
}
rt {
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size: 0.4em;
}
	
.enikki_rei_title{
	padding: 0 5px;
	font-size: 160%;
	color: #fff;
	font-weight: bold;
}
.enikki_area{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.enikki_rei{
	padding: 0 5px;
}
.enikki_dl{
	text-align: center;
	max-width: 500px;
	padding: 0 5px;	
}
.btn_enikki_dl{
	padding-top: 80px;
	width: 350px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
	line-height: 1.2;
	font-size: 160%;
}
.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 20px;
}
.btn_watahanshop img{
	border-radius: 25px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}
.btn_watahanshop img:hover{
	opacity: 0.8;
}
	
ol.ol_list{
	list-style-type: none;
	counter-reset: item;
	padding: 20px 0;
}
ol.ol_list li{
	text-indent: -1.3em;
	padding-left: 1.3em;
}
ol.ol_list li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #ffc778;
}	
	
/***** index *****/
.sp_map{
	display: none;
}

.btn01{
	background: rgba(255, 255, 255, .5);
}
#pop01,#pop02,#pop03 {
	display: none;
}
.tips {
	position: absolute;
}
.bottom_bna{
	width: 100%;
	background: #f4f2f3;
}
.bottom_bna ul{
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.bottom_bna ul li{
	margin: 0 10px;
}
.bottom_bna ul li img.btn:hover{
	margin: 0;
	opacity: 0.8;
}
	
/***** news *****/
.news_area{
	min-width:100%;
	background: url("../images/bg_news.jpg") no-repeat;
	background-size: cover;
}
.news_areain{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 50px;
}
.news_areain .news_title {
	position: relative;
	width: 100px;
	padding: 0.3rem 1rem 0.5rem;
	margin-bottom: 20px;
	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{
	height: 230px;
	overflow-y: scroll;
	font-size: 70%;
}
.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 #fac571;
}

/***** tour *****/
.bg_wave01{
	position: relative;
	background: url("../tour/images/bg_wave01.svg") no-repeat;
	background-position: left 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: left center;
	background-size: cover;
	width: 100%;
	padding: 20px 0;
}
.bg_wave04{
	position: relative;
	background: url("../tour/images/bg_wave04.svg") no-repeat;
	background-position: left center;
	background-size: cover;
	width: 100%;
	padding: 20px 0;
}
.wata_img_flame01{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	max-width: 1080px;
	min-height: 330px;
	margin: 0 auto;
}
.wata_img_flame02{
	display: flex;
	align-items: center;
	max-width: 1080px;
	min-height: 330px;
	margin: 0 auto;
}
.wata_img_flame01 div,.wata_img_flame02 div{
	width: 50%;
	width : -webkit-calc(100% / 2) ;
	width : calc(100% / 2) ;
}
.wata_img_flame01 .wata_img{
	padding: 0 50px 0 10px;
}
.wata_img_flame02 .wata_img{
	padding: 0 10px 0 50px;
}
.wata_img span{
	display: block;
	text-align: center;
	padding-top: 10px;
	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;
	max-width: 470px;
}
.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: 33.33%;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	margin-bottom: 10px;
}
.btn_anchor li img:hover{
	opacity: 0.8;
}
	
.tour_flame01{
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 140px;
}
.tour_flame02{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 140px;
}
.tour_flame_title{
	max-width: 430px;
	padding: 0 5px;
}
.tour_flame_img{
	max-width: 630px;
	padding: 0 5px;
}
.tour_flame_btn{
	position: absolute;
	width: 370px;
	z-index: 1;
	left: 32%;
	bottom: -50px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
	line-height: 1.2;
	font-size: 130%;
	letter-spacing: -0.05em;
}
.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: 97%;
	border: 10px solid #955f38;
}
.work_flame{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px;
}
.work_flame div{
	width: 40%;
	width : -webkit-calc(80% / 2) ;
	width : calc(80% / 2) ;
	/*width: 30%;
	width : -webkit-calc(90% / 3) ;
	width : calc(90% / 3) ;*/
	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: 55%;
	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-collapse:collapse;
}
table.table01 td,table.table01 th{
	border:1px solid #ddd;
	padding:10px;
}
table.table01 th{
	width:20%;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
table.table01 td dt{
	float: left;
}
table.table01 td dd{
	margin-left: 150px;
}

/***** form *****/
#formWrap {
	max-width:730px;
	margin:50px auto 100px;
	padding: 0 10px;
	font-size:70%;
}
table.formTable{
	width:100%;
	margin:0 auto 20px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ddd;
	padding:10px;
}
table.formTable th{
	width:35%;
	vertical-align: top;
	background:#efefef;
	text-align:left;
}
table.formTable th label {
    display: inline-block;
	position: relative;
    width: 100%;
    font-weight: 700;
}
table.formTable th label span {
    color: #fff;
    background: #fb3b6f;
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}	
table.formTable input[type=text], table.formTable textarea, table.formTable select {
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
    margin: 0 15px;
}
table.formTable textarea{
	height: auto;
	overflow: auto;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
p.submit_btn{
	text-align: center;
	margin-bottom: 20px;
}
input.type01 {
    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 #0093c9;
    color: #ffffff;
    background: #009ecf;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 28%), inset 0px 2px 0px -1px #10a4d2;
}
input.type01:hover{
    color: #009ecf;
    background: #fff;
}
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%);
}
input.type02:hover{
    color: #fff;
    background: #7c7c7c;
}
.thanks_box{
	padding: 100px 0;
	text-align: center;
}

/***** footer *****/
footer{
	width: 100%;
	background: #0066a5;
	font-size: 60%;

}
footer .footer01 ul{
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
footer .footer01 ul li{
	position: relative;
}
footer .footer01 ul li::before{
	position: absolute;
	top: 3px;
	right: 0;
	content: "";
	height: 15px;
	border-right: 3px solid #fff;
}
footer .footer01 ul li.en::after{
	position: absolute;
	top: 3px;
	right: 0;
	content: "";
	height: 15px;
	border-right: 3px solid #03629a;
}
footer .footer01 ul li a{ 
	font-weight:bold;
	color: #fff !important;
	text-decoration: none;
	margin: 0 15px;
}
footer .footer01 ul li a:hover{
	color: #4faee6 !important;
}
.pagetop{
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 30px;
	display: none;
}
.pagetop a{
	display: block;
}
.pagetop a:hover{
	opacity: 0.8;
}

p.logo_awase{
	text-align: center;
	padding-bottom: 10px;
}
p.copyright{
	text-align: center;
	color: #fff;
	font-size: 80%;
	padding-bottom: 20px;
}

}
