@charset "utf-8";
/* CSS Document */
@font-face {
font-family: "myfont01";
src: url('../css/myfont01.eot');
src: url('../css/myfont01.eot'), url('../css/myfont01.woff');
}

body {
  margin: 0;
  padding: 0;
  border-top: 20px solid #f39700;
  border-bottom: 20px solid #f39700;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a { text-decoration: none; }

#header {
  width: 800px;
  margin: 0 auto;
}
#header .kawashima {
  width: 400px;
  margin: 10px auto 0px auto;
  text-align: center;
}
#header .kawashima img {
  width: 80%;
}
#header .logo {
  width: 560px;
  margin: 0 auto;
}
#header .logo img {
  width: 100%;
}

.topkeiho {
  margin: 0px 20px 50px 20px;
  font-family: "myfont01";
  font-size: 1.25em;
  line-height: 1.4em;
}
.red {
  color: #ff0000;
}

/*************************タブここから***************************/
.title1, .body1 {
  border: 0;
  width: 20%;
}
.title2, .body2 {
  border: 0;
  width: 20%;
}
.title3, .body3 {
  border: 0;
  width: 20%;
}
.title4, .body4 {
  border: 0;
  width: 20%;
  background: #fffcf5;
}
.title5, .body5 {
  border: 0;
  width: 20%;
  background: #fffeec;
}
.tab-title {
  border-bottom: none;
  padding: .4em .5em;
  border-radius: .3em .3em 0 0;
  text-align: center;
  font-size: 1.3em;
  font-family: Meiryo UI;
  display: table;
  background-color: #f39700;
  color: #fff;
}
.tab-body > div {
  width: 800px;
  padding: 0;
}

/* radio non-display */
.container .radio {
    display: none;
}
/* tabs position */
.container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.container::after {
  content: "";
  width: 100%;
}
.container .tab-title {
  position: relative;
  border-bottom: 0px solid transparent;
  top: 0px;
  left: 2px;
}
.container .tab-title:hover {
  cursor: pointer;
}
.container .tab-body {
  order: 1;
}
/* tab's body init */
.add-control .tab-body > div {
  display: none;
}

/* selected tab's color change */
.add-control .radio:checked + .tab-title {
  color: #fff;
}
.add-control #tab1:checked ~ .title1 {
  background: rgba(127, 194, 239, .5);
  color: #005bac;
  font-weight: bold;
}
.add-control #tab2:checked ~ .title2 {
  background: #4bbb5f;
  font-weight: bold;
}
.add-control #tab3:checked ~ .title3 {
  background: #fbdfdc;
  color: #fa7a6e;
  font-weight: bold;
}
.add-control #tab4:checked ~ .title4 {
  background: rgba(219, 225, 89, .5);
  color: #ff9500;
  font-weight: bold;
}
.add-control #tab5:checked ~ .title5 {
  background: #ea9ef1;
  font-weight: bold;
}

/* tabs control */
.add-control #tab1:checked ~ .tab-body > .body1 {
  display: block;
}
.add-control #tab2:checked ~ .tab-body > .body2 {
  display: block;
}
.add-control #tab3:checked ~ .tab-body > .body3 {
  display: block;
}
.add-control #tab4:checked ~ .tab-body > .body4 {
  display: block;
}
.add-control #tab5:checked ~ .tab-body > .body5 {
  display: block;
}
/*************************タブここまで***************************/

#wrap {
  width: 800px;
  margin: 30px auto;
}
#wrap .top img {
  width: 100%;
}
#wrap .toptext {
  margin: 50px 50px 70px 50px;
  font-family: "myfont01";
  font-size: 1.4em;
  line-height: 2em;
}
#wrap .riyou img {
  width: 100%;
}
#wrap .info {
  margin: 30px 0 50px 0;
  padding: 15px;
  background: #f0f6fc;
  border: 2px solid #009a3e;
  border-radius: 10px;
}
#wrap .info .box01 {
  background: #eeef98;
  margin: 0 0 10px 0;
  padding: 20px 0;
  border: 5px solid #fff;
  border-radius: 10px;
}
#wrap .info .box01 h1 {
  margin: 0;
  font-family: "myfont01";
  font-weight: 900;
  font-size: 1.6em;
  text-align: center;
  letter-spacing: 5px;
  color: #00913a;
}
#wrap .info .box01 h1::before {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 70px;
  height: 40px;
  background-image: url(../img/leaf_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#wrap .info .box01 h1::after {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 70px;
  height: 40px;
  background-image: url(../img/leaf_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#wrap .info .box01 .bring01 {
  background: #fff;
  margin-right: 20px;
  margin-left: 20px;
  font-family: "myfont01";
  border: 2px solid #009a3e;
  border-radius: 10px;
  text-align: center;
}
#wrap .info .box01 .bring01 p {
  display: inline-block;
}
#wrap .info .box01 .bring01 p::before {
  content: '●';
  color: #009a3e;
}
#wrap .info .box01 .bring02 {
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 20px 0px 20px;
  font-family: "myfont01";
}
#wrap .info .box01 .bring02 p {
  margin: 5px;
}
#wrap .info .box01 .bring02 p::before {
  content: '★';
  color: #ea5514;
}
#wrap .info .box01 .bring02 span {
  font-size: 0.9em;
}
#wrap .info .box01 .eat {
  font-family: "myfont01";
  text-align: center;
}
#wrap .info .box01 .eat p {
  display:inline-block;
  margin: 0 15px 0 0;
  padding-top: 20px;
  width: 300px;
  text-align: left;
  font-size: 0.9em;
  vertical-align: top;
}
#wrap .info .box01 img {
  display:inline-block;
  width: 370px;
}
#wrap .info .box02 {
  background: #ffe67a;
  margin: 0 0 10px 0;
  padding: 20px 0px;
  border: 5px solid #fff;
  border-radius: 10px;
}
#wrap .info .box02 h1 {
  margin: 0;
  font-family: "myfont01";
  font-weight: 900;
  font-size: 1.6em;
  text-align: center;
  letter-spacing: 2px;
  color: #e73656;
}
#wrap .info .box02 h1::before {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 70px;
  height: 40px;
  background-image: url(../img/leaf_l02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#wrap .info .box02 h1::after {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 70px;
  height: 40px;
  background-image: url(../img/leaf_r02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#wrap .info .box02 .text01 {
  margin: 0px 20px;
  font-family: "myfont01";
  font-size: 0.9em;
}
#wrap .info .box02 .text02 {
  background: #fff;
  margin: 5px 0;
  padding: 10px 30px;
  font-family: "myfont01";
  font-size: 1.1em;
  text-align: center;
  color: #e73656;
}
#wrap .info .box02 .tel {
  background: #e73656;
  width: 80%;
  margin: 10px auto;
  padding: 20px;
  border-radius: 10px;
}
#wrap .info .box02 .tel span {
  font-family: "myfont01";
  font-size: 2em;
  font-weight: 700;
  color: #fff;
}
#wrap .info .box02 .tel span::before {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 210px;
  height: 35px;
  background-image: url(../img/tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#wrap .info .box02 .net {
  background: #fbdfdc;
  width: 80%;
  margin: 10px auto;
  padding: 20px;
  border: 2px solid #e73656;
  border-radius: 10px;
}
#wrap .info .box02 .net span {
  padding-left: 10px;
  font-family: "myfont01";
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  color: #e73656;
  -webkit-transition: 0.3s ease-in-out;  
     -moz-transition: 0.3s ease-in-out;  
       -o-transition: 0.3s ease-in-out;  
          transition: 0.3s ease-in-out;
}
#wrap .info .box02 .net span:hover { color: #ffe67a !important; }
#wrap .info .box02 .net img {
  width: 300px;
}
#wrap .info .box02 .text03 {
  margin: 5px 0;
  padding: 10px 50px;
  font-family: "myfont01";
  font-size: 1em;
  text-align: left;
  color: #e73656;
}
#wrap .box02 p {
  width: 80%;
  background: #e73656;
  margin: 5px auto;
  padding: 10px;
  font-family: "myfont01";
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;  
     -moz-transition: 0.3s ease-in-out;  
       -o-transition: 0.3s ease-in-out;  
          transition: 0.3s ease-in-out;
}
#wrap .box02 p:hover {
  background: #fbdfdc;
  color: #e73656;
}
#wrap .infoimg {
  width: 650px;
  margin: 0 auto;
}
#wrap .infoimg img {
  width: 100%;
}
#wrap .guide img {
  width: 100%;
}
#wrap .train {
  margin: 0px 0 20px 0;
  text-align: center;
}
#wrap .access {
  text-align: center;
}
#wrap .access img {
  width: 80%;
  margin: 0px auto 30px auto;
}


#wrap .room {
  margin: 0;
  padding: 10px 0 50px 0;
  background-image:url(../img/bg.jpg);
}
#wrap .roomlogo {
  width: 300px;
  margin: 0 auto;
}
#wrap .roomlogo img {
  width: 100%;
  margin-bottom: 10px;
}
#wrap .roomimg01, .roomimg02, .roomimg03, .roomimg04 {
  width: 600px;
  margin: 0 auto;
}
#wrap .roomimg01 img {
  width: 100%;
  border-radius: 1em;
}
#wrap .roomimg02 img {
  width: 100%;
  margin: 30px 0 50px 0;
  border-radius: 1em;
}
#wrap .roomimg03 img {
  width: 100%;
  margin-top: 25px;
  border-radius: 1em;
}
#wrap .roomimg04 img {
  width: 100%;
  margin-top: 25px;
  border-radius: 1em;
}
#wrap .room .text01 {
  margin: 0;
  font-family: "myfont01";
  font-weight: 900;
  font-size: 1.6em;
  text-align: center;
  letter-spacing: 2px;
  color: #e73656;
}
#wrap .room .text01::before {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 70px;
  height: 40px;
  background-image: url(../img/leaf_l02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#wrap .room .text01::after {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 70px;
  height: 40px;
  background-image: url(../img/leaf_r02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#wrap .room .text02 {
  margin: 0;
  font-family: "myfont01";
  font-weight: 900;
  font-size: 1.6em;
  text-align: center;
  letter-spacing: 2px;
  color: #e73656;
}
#wrap .room .text02::before {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 70px;
  height: 40px;
  background-image: url(../img/leaf_l02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#wrap .room .text02::after {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 70px;
  height: 40px;
  background-image: url(../img/leaf_r02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#footer {
  margin: 160px auto 80px auto;
}
#footer .flex {
  width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}
#footer .flex .item1 {
  flex-basis: 400px;
  padding-top: 15px;
}
#footer .flex .item2 {
  flex-basis: 470px;
  padding-top: 0px;
}
#footer .flex .line { padding-top: 5px;color: #00b900; }
#footer .flex .yoyaku {
  width: 100%;
  height: 100px;
  background-image:url(../img/footer_qr.png);
  background-repeat: no-repeat;
  background-size: 400px;
  font-family: "myfont01";
  position: relative;
}
#footer .flex .yoyaku .text {
  position: absolute;
  top: 50px;
  left: 5px;
  color: #e95383;
  font-size: 1.25em;
}
#footer .flex .yoyaku .text a {
  color: #e95383;
}
#footer .flex .yoyaku .text a:hover {
  color: #fbdfdc;
}
#footer .flex .index {
  width: 100%;
  height: 100px;
  font-family: "myfont01";
  text-align: center;
}
#footer .flex .index .text {
  color: #ea5514;
  font-size: 1.9em;
  font-weight: bold;
  margin-top: -5px;
}
#footer .flex .index .text a {
  color: #ea5514;
}
#footer .flex .index .text a:hover {
  color: #fbdfdc;
}
