@charset "utf-8";
/* CSS Document */
.smart_off{display:none;}
body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	/*line-height: 18px;*/
	margin: 0;
	padding: 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
h1,h2,h3{font-weight: normal;}
li{list-style: none;}
h1 {
	color: #565656;
	font-size: 10px;
	text-align: left;
	/* width: 50%; */
	line-height: 2em;
	padding-left: 1em;
	/* float: left; */
	position: absolute;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
h2{
	font-size: 5.5vw;
	line-height: 1.5em;
	margin: 2em auto 1em auto;
	text-align: center;
	font-weight: bold;
}
h2 span{
	font-size: 3.5vw;
	line-height: 2em;
	display: block;
}


header{
	width: 100%;
	display: block;
}

header ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	padding: 25px 0 10px 0;
}

.s_head_logo{
	list-style: none;
	width: 100%;
	display: flex;
}
.s_head_logo a{
	width: 50%;
}
.s_head_logo img{
	width: 100%;
}
.s_head_logo span{
	font-size: 3.5vw;
	/* line-height: 3em; */
	display: block;
	margin-top: 1em;
	padding: 0px 0.2em;
	font-weight: bold;
	color: #a07f52;
}

.s_head_tel{
font-size: 3.5vw;
    display: block;
    width: fit-content;
}

.s_head_tel a{
	font-size: 6vw;
	text-decoration: none;
	display: block;
	line-height: 1em;
	margin-top: 5px;
	color: #222;
}
.s_head_raiten{
	display: block;
    width: 40%;
}
.s_head_raiten a{
    display: block;
    background: #c30000;
    font-size: 4vw;
    margin: 8px auto;
    width: fit-content;
    padding: 0 2.5em;
    line-height: 2em;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s;
}
.s_head_raiten a:hover{
	background: #353535;
}

.s_main_wrap{
	width: 100%;
    display: block;
	position: relative;
}

.s_main_background{

}

.s_main_background img{
	width: 100%;
	object-fit: cover;
	height: 18em;
}

.s_main_text{
	position: absolute;
	bottom: 1em;
	width: 95%;
	left: 0;
	right: 0;
	margin: auto;
	color: white;
}

.s_main_text h2{
	text-align: left;
	font-size: 9.5vw;
	line-height: 1.2em;
	margin: 0px;
}

.s_main_text p{
	font-size: 3.5vw;
	line-height: 1.5em;
	margin: 0.5em auto;
}

.s_topic{
}

.block1{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto 3em auto;
	padding: 0;
}
.block1 li {
	width: 100%;
	text-align: left;
}
.block1 li img {
	width: 90%;
}
.block1 li h3 {
	font-size: 4.5vw;
	width: 90%;
	margin: 0 auto;
	color: #a18053;
	font-weight: bold;
	text-align: left;
}
.block1 li p {
	font-size: 3.5vw;
	width: 90%;
	margin: 1em auto;
	text-align: left;
}


.block_reverse {
	flex-wrap: wrap-reverse;
}

.block_reverse ul{
}

.block_reverse  li{
    text-align: right;
}
.block_reverse  li img{
}

.s_point{
}
.s_point h2{
}
.s_point h2 span{
}

.s_point ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.s_point ul li{
	width: fit-content;
	width: 100%;
	min-width: 24%;
	margin: 0.5% auto 2em auto;
	font-size: 3.5vw;
	line-height: 1.7em;
}
.s_point ul li:empty {
	display: none;
}
.s_point ul li img{
	width: 100%;
	aspect-ratio: 5 / 3;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}

.s_madori{
	width: 90%;
	margin: 0 auto;
}
.s_madori ul{
	margin: 0 auto;
	padding: 0px;
}
.s_madori img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.c_staff{
}
.c_staff_waku iframe{
	width: 96%;
	margin: 0 auto;
	display: block;
	height: 41em;
}

.c_event{
}
.c_event_waku iframe{
	width: 100%;
	margin: 0 auto;
	display: block;
	height: 22em;
}

.s_access{
}

.s_access{
}
.s_access_mapimg img{
    width: 90%;
    display: block;
    margin: 0 auto;
}

.s_access_date ul{
    margin: 2em auto;
    padding: 0;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.s_access_date li{
    width: 35%;
    font-size: 3.5vw;
    margin: 0.5em auto;
}
.s_access_date li:nth-child(2n){
    width: 65%;
}

.s_access_date li span{
    background: #b48c54;
    color: #FFF;
    border-radius: 5px;
    display: block;
    width: fit-content;
    line-height: 2em;
    padding: 0 0.5em;
}

.s_access_gmap iframe{
	width: 100%;
	height: 20em;
}

.c_conversion{
	width: 100%;
	background-color: #eeebe6;
	padding: 0em 0 2em 0px;
	display: inline-block;
}
.c_conversion ul{
	padding: 0px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.c_conversion ul li{
	width: 49%;
	text-align: center;
	font-size: 3vw;
}
.c_conversion ul li:first-child a{
	display: block;
	font-size: 6vw;
	text-decoration: none;
	font-weight: bold;
	color: #343434;
}
.c_conversion ul li:nth-child(2n) a{
	display: block;
	background: #c30000;
	font-size: 4vw;
	margin: 8px auto;
	width: 100%;
	padding: 1.5em 0;
	line-height: 1.2em;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: all 0.5s;
}


/*
header ul li a{
	color: #a08155;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 80%;
	margin: 7px auto;
	border: 1px solid #a08155;
	padding: 0.5em;
	transition: all 0.5s;
}
header ul li div.tel a{
	color: #0b0b0b;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	display: block;
}

header ul li a:hover{
	color: #fff;
	border: 1px solid #a08155;
	background: #a08155;
}

header ul li:first-child {
    width: 60%;
}

header ul li:first-child a{
	margin: 0;
	text-align: left;
	border: none;
	padding: 0;
	background: none;
}*/



footer{
	width: 100%;
	display: block;
	background: #eeebe6;
}

.c_foot_1st{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.c_foot_1st div{
	width: 90%;
	margin: 1em auto;
	font-size: 16px;
	line-height: 2em;
}
.c_foot_1st div:first-child {
	text-align: center;
	margin: 1em auto;
}
.c_foot_1st div img{
	display: block;
	margin: auto;
}

.c_foot_1st div h3{
	font-size: 24px;
	text-align: left;
	color: #a28154;
	margin: 0;
}
.c_foot_1st div h3 span{
	display: block;
	font-size: 16px;
}
.c_foot_1st div a{
	text-align: left;
	display: block;
	font-size: 38px;
	color: #333;
	text-decoration: none;
}
.c_foot_1st div ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	padding: 0;
}
.c_foot_1st div ul li{
	list-style: none;
	margin-right: 1em;
}
.c_foot_1st div ul li a{
	display: block;
	background: #393939;
	font-size: 5vw;
	margin: 10px auto;
	width: fit-content;
	padding: 0 2.5em;
	line-height: 2em;
	border-radius: 31px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: all 0.5s;
}

.c_foot_2nd{
	display: block;
	background: #fff;
	text-align: center;
	padding: 20px;
}
.c_foot_3rd{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background: #2c2c2c;
	margin: 0;
	padding: 0;
}

.c_foot_3rd li {
	padding: 0 1em;
}
.c_foot_3rd li a {
	color: #FFF;
	/*text-decoration: none;*/
	font-size: 14px;
	line-height: 3em;
}
.t_sns_insta{
	position:relative;
	margin:23px 0px 0px 0px;
}
.t_sns_insta a{
	display:block;
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
}
.t_sns_insta iframe{
	width: 94% !important;
	height: auto !important;
	/* border-radius: 10px; */
	display: block;
	margin: 20px auto;
}
/*
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
*/
.t_sns_insta ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0px;
        padding: 0px;
}
.t_sns_insta ul li{        width: 45%;}

.btn,
a.btn,
button.btn {
        font-size: 1.6rem;
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        color: #212529;
        border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}


.t_sns_insta a {
        height: unset;
	box-sizing: border-box;
}
a.btn-c {
	font-size: 18px;
	position: relative;
	padding: 1.5em 2em;
	color: #fff;
	background: #5b3d17;
	-webkit-box-shadow: 0 5px 0 #311e08;
	box-shadow: 0 5px 0 #311e08;
}

a.btn-c span {
	font-size: 14px;
	position: absolute;
	top: -1.25em;
	left: 10%;
	display: block;
	width: 80%;
	padding: 0.2rem 0;
	color: #5b3d17;
	border: 2px solid #5b3d17;
	border-radius: 100vh;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #5b3d17 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #a18053;
  -webkit-box-shadow: 0 2px 0 #a18053;
  box-shadow: 0 2px 0 #a18053;
}