@charset "utf-8";
/* CSS Document */


/*固定領域*/
.mainArea {
	background-image: url("../images/bg1.png");
	/*background-color: #5bbdaf;*/
  background-position-x: center;
	height: 810px;
	align-items: center;
	justify-content: center;
	display: flex;
    background-repeat : no-repeat;
	
	overflow: hidden;
	position: relative;
}
.mainArea h1{
    opacity: 0;
}
@media screen and (max-width:768px){
    .mainArea {
        background-image: url("../images/bg1_sp.png");
        height: 834px;
    }
}


/*背景*/
.bg5{
	background-color: white;
	padding: 1px 0 30px;
}

.bg3 {
    background-color: #e9e9e9;
    padding: 0 0 60px 0;
}



/*文字*/
body{
    font-family: vdl-v7marugothic, sans-serif;
font-weight: 500;
font-style: normal;
	color: #009378;
}
h1,h2 {
    font-family: vdl-v7marugothic,serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
	font-style: normal;
}

h1 {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    background: url(../images/bg_line.png) no-repeat;
    background-position: bottom center;
    background-size: 0 4px;
    transition: all 2.5s;
}
.bg5 p{
	color: #87583B;
}


/*当日の写真*/
.pictureBox{
    width: 100%;
}
.pictureBox img{
    width: 100%;
    height: auto;
    display: block;
}
.pictureBox li{
    width: 33.3%;
    float: left;
    height: auto;
}
.fullSize{
    font-size: 0;
	text-align: center;
}
.fullSize img{
    width: 80%;
	margin-bottom: 40px;
}
.fullSize.grid{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.fullSize.grid img{
	width: auto;
	height: 363px;
}
.fullSize.grid img:nth-child(odd){
	margin-right: 40px;
}

@media screen and (max-width: 640px){
.pictureBox li{
    width: 100%;
}
.fullSize img{
    width: 100%;
	margin-bottom: 20px;
}
.fullSize.grid{
	flex-flow: wrap;
}
.fullSize.grid img{
	width: 100%;
	height: auto;
}
.fullSize.grid img:nth-child(odd){
	margin-right: 0;
}
}

/*プロフィール部リンク*/
a.profile:visited {
    color: #FFFF00;
    text-decoration: none;
}
a.profile, a.profile:hover, a.profile:active {
    color: #FFFF00!important;
    text-decoration: none;
}


/*コンテンツ*/

.container{
	padding-top: 80px;
}
.container.info{
	padding-top: 0;
}

.topicsSS{
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    /*justify-content: center;*/
}
.topicsSS .topicsSSBox{
    width: 50%;
    padding: 0 20px;
    /*float: left;*/
    box-sizing: border-box;
    text-align: center;
    margin-top: 20px;
    display: flex;
}

.topicsSS .topicsSSBox p{
	color: white;
}

@media screen and (max-width: 640px){
.topicsSS{
    width: 100%;
    flex-direction: column;
}
    .topicsSS .topicsSSBox{
    width: 100%;
		    padding: 0 0;
    }
}

.topicsSS .topicsSSBox div{
    padding: 50px 30px 30px;
    box-sizing: border-box;
    text-align: center;
    background-color: #58c31f;
    border-radius: 30px;
	/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
}
.topicsSS .topicsSSBox.yoshi div{
	background-color: #009378;
}

@media screen and (max-width: 640px){
.topicsSS .topicsSSBox div{
    padding: 20px;
}
}
.topicsSS .topicsSSBox .name{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
	color: white;
}
.topicsSS .topicsSSBox .title{
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0 -16px 0;
}
.topicsSS .topicsSSBox .title2{
    font-size: 14px;
    line-height: 1.2;
    margin: 24px 0 -10px 0;
    text-align: center;
}
.topicsSS .topicsSSBox p{
    text-align: left;
}
.topicsSS .topicsSSBox .profile{
    font-size: 14.5px;color: white;
}
@media screen and (max-width: 640px){
    .topicsSS .topicsSSBox img{
    width: 80%;
		height: auto;
    }
}

@media screen and (max-width: 640px){
.img_sub{
    width: 100%;
    height: auto;
}
}

.introductionBox {
    padding: 45px 0 0;
}

.midashi1{
    position: relative;
	color: #009378;
}
.midashi1 img{
    position: absolute;
    top: -160px;
}
@media screen and (max-width: 640px){
    .midashi1 img{
        width: 100%;
        height: auto;
    }
}

.midashi{
    font-size: 20px;
    font-weight: bold;
	color: #4f8bc2;
}
.midashi2{
	color: #4f8bc2;
}

.m_b_60.midashi .subText{
    font-size: 16px;
    padding: 0.5em 0 0;
    display: block;
}
@media screen and (max-width: 640px){
    .m_b_60.midashi .subText{
    text-align: left;
    }
}

h2{
    margin: 0 -10px 20px;
    color: #58c31f;
}

.komeLeft{
	padding-left:1em;
	position:relative;
	color: #009378 !important;
}
.komeLeft:before{
	content:"※";
	position:absolute;
	left:0;
	top:0;
}

/*予約関連*/
.info_button_l a{
	font-size: 25px;
	padding: 18px 80px;
	/*padding-left: 100px;*/
	/*background: url(../images/img_mail.png) no-repeat left 36px center;*/
	border: solid 1px #4D281A;
	border-radius: 5px;
	background-color: #ffffff;
	transition: 0.5s background-color ease 0s;
}
@media screen and (max-width: 640px){
.info_button_l a {
font-size: 21px;
    padding: 18px 10px;
    border-radius: 5px;
    display: block;
}
}

/*申込方法*/
.moushikomiBox{
	display: flex;
	align-items: center;
}

.moushikomiBox li{
	width: 50%;
	padding: 0 20px;
}
.phoneNumber{
    font-size: 30px;
    font-weight: bold;
	color: #009378;
}
.moushikomi{
	font-size: 30px;
	font-weight: bold;
    text-align: center;
    padding: 10px 0 12px;
    margin: 10px 0 15px;
    /* border: solid 1px #4D281A; */
    border-radius: 5px;
    background-color: #009378;
    transition: 0.5s background-color ease 0s;
    line-height: 1.2;
    color: white !important;
}
.moushikomi:hover{
	opacity: 0.7;
}

@media screen and (max-width: 640px){
.moushikomiBox{
	flex-flow: column;
}
	.moushikomiBox li{
	width: 100%;
}
.phoneNumber{
    font-size: 20px;
    font-weight: bold;
}
.phoneNumber.sp{
    font-size: 30px;
    text-align: center;
    padding: 0 0 10px;
    margin: 10px 0 15px;
    /* border: solid 1px #4D281A; */
    border-radius: 5px;
    background-color: #009378;
    transition: 0.5s background-color ease 0s;
    line-height: 1.2;
    color: white;
}
.phoneNumber.sp .text{
    font-size: 16px;
}
}
/*a.moushikomi, a.moushikomi:hover, a.moushikomi:active{
    color: #ff6f00;
    text-decoration: none;
}*/


/*バックナンバー*/
.midashi_bn h1.scrollin {
    background-size: 320px 4px;
}
.midashi_bn h1 {
    margin-top: 100px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    background: url(../../images/bg_line.png) no-repeat;
    background-position: bottom center;
    transition: all 2.5s;
	color: #009378;
}
.bnr {
    text-align: center;
    padding: 30px 0 0;
}
.midashi_bnr h1 {
    margin-top: 50px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    background: url(../../images/bg_line.png) no-repeat;
    background-position: bottom center;
    transition: all 2.5s;
}


/*お問い合わせ*/
.midashi1.contact h1{
	font-family: vdl-v7marugothic, sans-serif;
	color: #4D281A;
}

.box_info p{
	color: #4D281A;
}


.center{
    text-align: center;
}

/*昨年の様子*/
.f-box_mt0lr3b6{
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
}
.f-box_mt0lr3b6 div {
    margin: 0 3px 6px;
}
.f-box_mt0lr3b6 div img {
    width: 100%;
	height: auto;
}

.url_brank {/*別タブアイコン*/
    background: url("../../../images/img_blank_white.png") no-repeat left;
    padding-left: 18px;
    word-wrap: break-word;
}