#wood_left {
	display: none;
}

#wood_right {
	display: none;
}

.mailbox {
	display: none;
}

.login {
	display: none;
}

.logout {
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}

#navi {
	display: none;
}

.photo_slide {
	display: none;
}

#page-top{
	display: none;
}

/*SP用 CSS*/

body {
	margin: 0px;
	padding: 0px;
    font-family: "Osaka-mono", "MS Gothic", "monospace";
    background-image: url("../images/bg_contents.png");
    font-size: 10px;
    line-height: 16px;
}

#sp_header{
    background-image: url("../images/bg_body.png");
}

#prot_bg {
  background-image: url("../images/bg_body.png");
}

#sp_topimg{
    width: 100%;
    height: 100px;
    background-image: url("../images/sp/bg1.png");
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
}

#sp_logo{
    width: 100%;
    text-align: center;
    overflow: hidden;
}

#sp_logo img{
    width: 65%;
    height: auto;
}

#sp_menu {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  display: block;
}

.menu_icon1 {
  text-align: center;
  width: 16%;
  margin-top: 15px;
  float: left;
  overflow: hidden;
  object-fit: contain;
}

.menu_icon1 img{
    width: 90%;
    height: auto;
    margin: auto auto;
}

.menu_icon2 {
  text-align: center;
  width: 16%;
  margin-top: 15px;
  float: left;
  overflow: hidden;
  object-fit: contain;
}

.menu_icon2 img{
    width: 90%;
    height: auto;
    margin: auto auto;
}

#top_hill {
  width: 100%;
  height: 60px;
  background-image: url("../images/summer/hill_flame.png");
  background-repeat: no-repeat;
  background-position: center center;
}

#top_hill_sp {
  width: 100%;
  height: 60px;
  background-image: url("../images/summer/hill_flame.png");
  background-repeat: no-repeat;
  background-position: center center;
}

#contents {
  overflow: hidden;
  background-image: url("../images/bg_contents.png");
  width: 100%;
}

#sp_slide{
    width: 100%;
    height: 320px;
    margin-bottom: 10px;
    border-radius: 6px;
}

#img_b25 {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}

#img_b25 img{
    width: 33%;
	height: auto;
}

.img_b0 {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
	text-align: center;
}

.img_b0 img{
    width: 33%;
	height: auto;
}

.sub_title{
	display: none;
}

.sp_sub_title{
	width: 100%;
    height: auto;
}

.c_ttl{
    height: 24px;
    width: auto;
}

h1 {
  font-size:16px;
  line-height: 4px;
}

#photo_menu{
    width: 25%;
    float: left;
    font-size: 8px;
}

#photo_menu .td1{
    text-align: center;
    vertical-align: middle;
    border: solid 1px #5e5e5e;
}

#photo_menu .td1_a{
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    background: #ea68a2;
    color: #ffffff;
}

#photo_menu .td2{
    height: 20px;
}

#photo_menu .td3{
    height: 10px;
}

#photo_menu a{
    width: 100%;
    height: 30px;
    padding-top: 10px;
    display: block;
    text-decoration: none;
    color: #5e5e5e;
}

#photo_menu a:hover{
    width: 100%;
    height: 40px;
    padding-top: 8px;
    display: block;
    text-decoration: none;
    background: #00b7ee;
    color: #ffffff;
    font-weight: bold;
}

#photo_album {
    float: right;
    width:72%;
    padding-left: 1%;
    border-left: dotted #787878 1px;
}

#photo_album img{
    float: left;
    width:30%;
    margin: 1.5%;
}

#bg_white{
  background: #ffffff;
}

#diary_menu{
  display: none;
}

#diary_menu_sp{
    width: 25%;
    height: 800px;
    float: left;
}

#diary_menu .td1{
    text-align: center;
    vertical-align: middle;
    border: solid 1px #5e5e5e;
    background: #ea68a2;
    color: #ffffff;
}

#diary_menu .td2{
    height: 20px;
    color: #5e5e5e;
}

#diary_menu .td2 a{
    color: #5e5e5e;
}

#diary_box {
	position: relative;
    background-color: white;
    float: right;
    width:72%;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    margin-bottom: 10px;
    border: dotted #787878 1px;
}

#diary_box .d_flower{
	width: 100%;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
}

#diary_box .d_flower img{
	width: 50%;
	height: auto;
	
}

#diary_box .img1{
    float: left;
    width:47%;
    margin: 1.5%;
}

#diary_box .img2{
    float: left;
    width:97%;
    margin: 1.5%;
}

#diary_box .img3{
  float: left;
  width:47%;
  margin: 1.5%;
}

.diary_text{
    margin-left: 1%;
    margin-right: 1%;
}

hr {
	height: 0;
	margin: 15px 0;
	padding: 0;
	border: 0;
	overflow: visible;
	border-top: 1px dashed #bbb;
}

.contents_inner {
  display: block;
  overflow: hidden;
  width: 98%;
  margin: 0 auto;
}

.text_white {
  display: block;
  overflow: hidden;
  width: 94%;
  margin: 10px auto 35px auto;
  padding: 15px 10px;
  border-radius: 6px;
  background-color: white;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 20px; 
}

.text_white_prot {
  display: block;
  overflow: hidden;
  width: 95%;
  margin: 10px auto 35px auto;
  padding: 15px 8px;
  border-radius: 6px;
  background-color: white;
  color: #5e5e5e;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
}

.text_white_blog {
  display: block;
  overflow: hidden;
  width: 95%;
  margin: 10px auto 35px auto;
  padding: 15px 8px;
  border-radius: 6px;
  background-color: #eeeeee;
  color: #5e5e5e;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
}

.text_white_prot2 {
  display: none;
}

.text_info {
  display: block;
  overflow: hidden;
  width: 90%;
  margin: 10px auto 35px auto;
  padding: 15px 20px;
  border-radius: 6px;
  background-color: white;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 20px; 
}

#page_info{
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #fff;
}

#page_menu{
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	text-align: center;
	color: #fff;
}

#page_menu a{
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover{
	color: #626262;
	text-decoration: underline;
}

#copyright{
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}

#footer {
  background-image: url("../images/bg_sea.png");
}

#under_menu{
    display: none;
}

#under_sea {
  background-image: url("../images/summer/bg_under_sea.png");
  width: 100%;
  height: 60px;
}

#ft_contents {
  width: 100%;
  height: 30px;
}

#ft_contents a{
	line-height: 30px;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
}

#ft_contents a:hover{
	line-height: 30px;
	letter-spacing: 2px;
	color: #626262;
	text-decoration: underline;
}

.pc_tbl {
    display: none
}

.nenkan{
    font-size: 12px;
    }

#haru_event_sp{
	width: 100%;
	height: 320px;
}

#natsu_event_sp{
	width: 100%;
	height: 320px;
}

#aut_event_sp{
	width: 100%;
	height: 320px;
}

#fuyu_event_sp{
	width: 100%;
	height: 320px;
}

#enno_ttl {
    display: none;
}

.gyouji_SP1 {
    margin-top: 10px;
}

.gyouji_SP1 td{
    width: 33%;
    height: 30px;
    text-align: center;
    background-color: #EA68A2;
    color: #FFFFFF;
}

.gyouji_SP2 {
    margin-top: 10px;
}

.gyouji_SP2 td{
    width: 33%;
    height: 30px;
    text-align: center;
    background-color: #80C269;
    color: #FFFFFF;
}

.gyouji_SP3 {
    margin-top: 10px;
}

.gyouji_SP3 td{
    width: 33%;
    height: 30px;
    text-align: center;
    background-color: #F39800;
    color: #FFFFFF;
}

.gyouji_SP4 {
    margin-top: 10px;
}

.gyouji_SP4 td{
    width: 33%;
    height: 30px;
    text-align: center;
    background-color: #2FA0E9;
    color: #FFFFFF;
}

.kome{
	font-size: 10px;
	line-height: 12px;
}

.white{
    display: block;
    width:100%;
    height: 100%;
    background-image: url("../images/sp/white.png");
}

.red{
	color: #EF0003;
}

#abt_tbl {
}

#abt_tbl table{
  width: 100%;
  border-collapse: collapse;
}

#abt_tbl table tr{
  border-bottom: solid 10px white;
}

#abt_tbl table tr:last-child{
  border-bottom: none;
}

#abt_tbl table th{
  position: relative;
  text-align: left;
  text-align: center;
  background-color: #EA67A2;
  color: white;
  padding: 10px 0;
  width: 35%;
}

#abt_tbl table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #EA67A2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#abt_tbl table td{
  text-align: left;
  padding: 10px 0px 10px 20px;
}



#adm_tbl {
  font-size: 12px;
  line-height: 18px;
}

#adm_tbl .adm{
  width: 100%;
  border-collapse: collapse;
}

#adm_tbl .adm tr{
  border-bottom: solid 20px white;
}

#adm_tbl .adm tr:last-child{
  border-bottom: none;
}

#adm_tbl .adm th{
  position: relative;
  text-align: left;
  text-align: center;
  background-color: #7FC26A;
  color: white;
  padding: 10px 0;
  width: 25%;
}

#adm_tbl .adm th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #7FC26A;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#adm_tbl .adm td{
  text-align: left;
  padding: 10px 0px 10px 15px;
}

#adm_tbl .adm_inr {
  width: 100%;
}

#adm_tbl .adm_inr td{
  text-align: center;
  padding: 5px;
}

#adm_tbl .adm_inr2 {
  width: 100%;
}

#adm_tbl .adm_inr2 td{
  text-align: left;
  padding: 0px 5px;
}

#adm_tbl .adm_inr3 {
  width: 100%;
}

#adm_tbl .adm_inr3 td{
  text-align: left;
  padding: 5px 0px;
}



#care_tbl {
  font-size: 12px;
  line-height: 18px;
}

#care_tbl img{
	width: 50%;
	height: auto;
float: right;
}

#care_tbl .img_td {
margin-bottom: 20px;
}

#care_tbl table{
  width: 100%;
  border-collapse: collapse;
}

#care_tbl table tr{
  border-bottom: solid 0px white;
}

#care_tbl table tr:last-child{
  border-bottom: none;
}

#care_tbl table th{
  position: relative;
  text-align: left;
  text-align: center;
  background-color: #52c2d0;
  color: white;
  padding: 10px 0;
  width: 12%;
}

#care_tbl table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#care_tbl table td{
  text-align: left;
  padding: 10px 0px 10px 20px;
  width: 44%;
}



#form-tbl table{
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

#form-tbl table tr{
  border-bottom: solid 2px white;
}

#form-tbl table tr:last-child{
  border-bottom: none;
}

#form-tbl table th{
  position: relative;
  width: 25%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
}

#form-tbl table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#form-tbl table td{
  text-align: left;
  width: 75%;
  background-color: #eee;
  padding: 10px 0;
}

/*--------------------------------------
テキスト
---------------------------------------*/

.msr_text_05 {
	width: 100%;
}

.msr_text_05 label {
  display: block;
  font-size: 14px;
}

.msr_text_05 input[type=text] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  margin: 5px 0px 5px 30px;
  padding: 5px;
  width: 60%;
}

.msr_text_05 input[type=password] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  margin: 5px 0px 5px 30px;
  padding: 5px;
  width: 60%;
}

/*--------------------------------------
ラジオボタン
---------------------------------------*/

.msr_radio_05 {
  padding: 5px 0px 5px 30px;
}

/*--------------------------------------
プルダウン
---------------------------------------*/

.msr_pulldown_05 {
  padding-bottom: 20px;
  position: relative;
  width: 230px;
}
.msr_pulldown_05 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_pulldown_05 select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background:#FFFFFF;
  border: 1px solid #999999;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  position:relative;
  height: 40px;
  width: 230px;
}
.msr_pulldown_05 label{
  position:relative;
}
.msr_pulldown_05 label::after {
  content:"";
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  right: 16px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position:absolute;
  top:50%;
  width: 8px;
}

/*--------------------------------------
ファイル選択
---------------------------------------*/

.msr_file_05 {
  padding-bottom: 20px;
  width: 460px;
}

.msr_file_05 label {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display:block;
  font-size:14px;
  padding: 10px;
  position:relative;
  height: 40px;
  width: 230px;
}
.msr_file_05 label::before {
  content:"＋";
  color:#333333;
  font-size:20px;
  line-height:1;
  margin-top: -9px;
  right:10px;
  position:absolute;
  top:50%;
}
.msr_file_05 input[type=file] {
  display: none;
}


/*--------------------------------------
テキストエリア
---------------------------------------*/

.msr_textarea_05 {
  width: 100%;
}

.msr_textarea_05 textarea {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  margin: 5px 0px 5px 30px;
  height: 120px;
  width: 85%;
}

.msr_sendbtn_05{
    text-align: center;
}

#photo_library {
  width: 99%;
  height: auto;
  float: left;
  margin-top: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  margin-left: 0.5%;
}

#photo_library img{
  width: 100%;
  height: auto;
}

#prvt_info{
margin-left: 20px;
  text-align:left;
}