body {
  margin: 0px;
  padding: 0px;
  background-image: url("../images/bg_contents.png");
  font-family: "Osaka-mono", "MS Gothic", "monospace";
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

#header {
  width: 100%;
  height: 250px;
  background-image: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover !important;
}

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

#pagetopbar {
  width: 100%;
  height: 120px;
  text-align: right;
}

.mailbox {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.mailbox img{
  width: 120px;
  height: auto;
}

.login {
  float: right;
  margin-top: 20px;
}

.login img{
  width: 120px;
  height: auto;
}

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

#page-top {
	position: fixed;
	width: 120px;
	height: 130px;
	right: 30px;
	bottom: 0px;
}

#page-top img{
	width: 120px;
	height: auto;
}

#navi {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

menu {
  width: 1000px;
  padding: 0px;
}

.sub_title{
    width: 1000px;
    height: 40px;
}

.sp_sub_title{
	display: none;
}

.menu_icon1 {
  width: 105px;
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 25px;
  float: left;
  display: block;
}

.menu_icon2 {
  width: 75px;
  margin-top: 15px;
  margin-left: 40px;
  margin-right: 40px;
  float: left;
  display: block;
}

.site_logo {
  width: 380px;
  float: left;
}

#wood_left {
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 440px;
}

#wood_right {
	z-index: 101;
	position: absolute;
	right: 0px;
	top: 440px;
}

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

#photoflame {
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: 55;
  top: 250px;
}

#photoflame img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

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

.slider {
  width: 90%;
  margin: 0px auto;
}

.slick-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.mypattern {
  width: 100%;
  height: 495px;
  display: block;
}

.mypattern .slick-slide {
  margin: 10px;
}

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

#page_menu{
	width: 1000px;
	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;
}

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

#contents img {
  overflow: hidden;
  object-fit: cover;
}

.contents_inner {
  display: block;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

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

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

#haru_event{
	width: 690px;
	height: 380px;
}

#natsu_event{
	width: 690px;
	height: 380px;
}

#aut_event{
	width: 690px;
	height: 380px;
}

#fuyu_event{
	width: 690px;
	height: 380px;
}

#enno_ttl {
    text-align: center;
}

.nenkan{
    display: none;
}

.text_white {
  display: block;
  overflow: hidden;
  width: 910px;
  margin: 10px auto 35px auto;
  padding: 30px 45px;
  border-radius: 6px;
  background-color: white;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
}

.text_white_prot {
  display: block;
  overflow: hidden;
  width: 910px;
  margin: 10px auto 35px auto;
  padding: 30px 45px;
  border-radius: 6px;
  background-color: white;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
}

.text_white_blog {
  display: block;
  overflow: hidden;
  width: 910px;
  margin: 10px auto 35px auto;
  padding: 30px 45px;
  border-radius: 6px;
  background-color: #eeeeee;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
}

.text_white_prot2 {
  display: block;
  overflow: hidden;
  width: 910px;
  margin: 10px auto 35px auto;
  padding: 30px 45px;
  border-radius: 6px;
  background-color: white;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
}

.text_info {
  display: block;
  overflow: hidden;
  width: 910px;
  margin: 10px auto 35px auto;
  padding: 30px 45px;
  border-radius: 6px;
  background-color: white;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
}

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

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

#photo_menu{
    width: 210px;
    float: left;
}

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

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

#photo_menu .td2{
    height: 40px;
}

#photo_menu .td3{
    height: 10px;
}

#photo_menu a{
    width: 100%;
    height: 40px;
    padding-top: 8px;
    display: block;
    text-decoration: none;
    color: #5e5e5e;
    font-weight: bold;
}

#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:660px;
    padding-left: 20px;
    border-left: dotted #787878 1px;
}

#photo_album img{
    float: left;
    width:128px;
    margin: 2px;
}

#bg_white{
  background: #ffffff;
}

#diary_menu{
    width: 220px;
    height: 1000px;
    float: left;
}

#diary_menu_sp{
  display: none;
}

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

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

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

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

#diary_box .d_flower{
	position: absolute;
	top: 5px;
	right: 5px;
}

#diary_box b{
	font-size: 18px;
}

#diary_box .img1{
    float: left;
    width:300px;
    height:200px;
    margin: 14px;
}

#diary_box .img3{
    float: left;
    width:300px;
    margin: 14px;
}

#diary_box .img2{
    float: left;
    width:630px;
    margin: 14px;
}

.diary_text{
    margin-left: 15px;
    margin-right: 15px;
}

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

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

.red{
	color: #EF0003;
}

#under_menu{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 15px 0;
	text-align: center;
	color: #fff;
}

#copyright{
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	border-top: solid 1px #fff;
}

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

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

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

#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;
}



#abt_tbl {
  font-size: 16px;
  line-height: 18px;
}

#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: 220px;
}

#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 30px;
}



#adm_tbl {
  font-size: 16px;
  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: 160px;
}

#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 30px;
}

#adm_tbl .adm_inr {
  width: 100%;
}

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

#adm_tbl .adm_inr2 {
  width: 100%;
}

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

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



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

#care_tbl img{
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: 65px
}

#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;
}



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

#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: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#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: 70%;
  background-color: #eee;
  padding: 10px 0;
}



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

.msr_text_05 {
	width: 490px;
}

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

.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: 10px;
  height: 40px;
  width: 460px;
}

.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: 10px;
  height: 40px;
  width: 460px;
}

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

.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: 490px;
}

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

/*--------------------------------------
送信ボタン
---------------------------------------*/
.msr_sendbtn_05{
  margin-left: 270px;
}

.msr_sendbtn_05 input[type=submit] {
  background-color: #FFFFFF;
  border:1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 16px;
  padding: 14px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
  float: left;
}
.msr_sendbtn_05 input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF;
}

.msr_sendbtn_05 input[type=reset] {
  background-color: #FFFFFF;
  border:1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 16px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
}
.msr_sendbtn_05 input[type=reset]:hover {
  background-color: #999999;
  color: #FFFFFF;
}

.msr_sendbtn_05 input[type=button] {
  background-color: #FFFFFF;
  border:1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 16px;
  padding: 14px;
  margin-left: 95px; 
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
  float: left;
}
.msr_sendbtn_05 input[type=button]:hover {
  background-color: #999999;
  color: #FFFFFF;
}

.msr_sendbtn_05 input[disabled=disabled] {
  cursor:default;
  opacity: 0.5;
}
.msr_sendbtn_05 input[disabled=disabled]:hover {
  background-color: #FFFFFF;
  color: #333333;
}



.msr_sendbtn_06{
  margin-left: 270px;
}

.msr_sendbtn_06 input[type=submit] {
  background-color: #FFFFFF;
  border:1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 16px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
  float: left;
}
.msr_sendbtn_06 input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF;
}

.msr_sendbtn_06 input[type=button] {
  background-color: #FFFFFF;
  border:1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 16px;
  padding: 14px;
  margin-right: 10px; 
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
  float: left;
}
.msr_sendbtn_06 input[type=button]:hover {
  background-color: #999999;
  color: #FFFFFF;
}

.msr_sendbtn_06 input[disabled=disabled] {
  cursor:default;
  opacity: 0.5;
}
.msr_sendbtn_06 input[disabled=disabled]:hover {
  background-color: #FFFFFF;
  color: #333333;
}

.msr_sendbtn_07 {
  margin-left: 270px;
}

.msr_sendbtn_07 input[type=submit] {
  background-color: #FFFFFF;
  border:1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: block;
  font-size: 16px;
  padding: 14px;
  margin-left: 95px; 
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
  float: left;
}
.msr_sendbtn_07 input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF;
}

form {
	display: block;
}

#photo_library {
  width: 49%;
  height: 295px;
  float: left;
  margin-top: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  margin-left: 0.5%;
}

#photo_library img{
  width: 100%;
  height: 295px;
  object-fit: cover;
}

#top_hill_sp{
    display: none;
}

#sp_header{
    display: none;
}

#sp_topimg{
    display: none;
}

#sp_logo{
    display: none;
}

#sp_logo img{
    display: none;
}

#sp_menu {
  display: none;
}

#prvt_info{
  width:420px;
  text-align:left;
  margin-left:290px;
}