html {
    color: #000;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern";
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern=1";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    background-image: url(../images/bg/flowerbg_02.jpg);
    background-repeat: repeat;
}

a {
    color: #006a89;
    text-decoration: none
}


/*a:hover {
	opacity: 0.5
}*/

.fade {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.fade:hover {
    opacity: 0.6;
    /*filter: alpha(opacity=40); */
}

#container {
    height: auto;
    width: 100%;
    position: relative;
    padding: 0px;
}

.logo {
    width: 100%;
    height: auto;
    min-height: 100%;
    margin-top: 5px;
    padding-top: 30px;
    position: absolute;
    top: 0;
}

h1 a img {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 40px;
}

.contents {
    width: 100%;
    height: auto;
    background-image: url(images/bg/flowerbg_02.jpg);
    background-repeat: repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 10% auto;
    position: absolute;
    z-index: 2;
    background-attachment: fixed;
}

.mode {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.mode:hover {
    opacity: 0.5;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.topicks article .subbox {
    width: 33.1%;
    height: auto;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
}

article .mainbox h2 {
    width: 20%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
}

article .subbox h2 {
    width: 90%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.mainbox .text {
    position: absolute;
    bottom: 20px;
    left: 0px;
}

.mainbox .text span {
    color: #FFFFFF;
    white-space: nowrap;
    background: linear-gradient(transparent 0%, #BD9F66 0%);
    padding-left: 7px;
    padding-right: 7px;
    width: auto !important;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 7px;
}

.subbox .text {
    position: absolute;
    bottom: 20px;
    left: 2px;
}

.subbox .text span {
    color: #FFFFFF;
    font-size: 13px;
    background: linear-gradient(transparent 0%, #BD9F66 0%);
    padding-left: 7px;
    padding-right: 7px;
    width: auto !important;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 7px;
    white-space: nowrap;
}

.mainbox h2 a img {
    width: 100%;
    height: auto;
    transition: none !important;
}

section #rightbox .inmenu {
    width: 15%;
    height: 100%;
    float: left;
    position: relative;
}

.mainbox h2 a img:hover {
    transform: none !important;
    opacity: 1 !important;
}

.subbox h2 a img {
    width: 100%;
    height: auto;
}

.inmenu .logo .ac_menu {
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ac_menu ul li a {
    font-size: 13px;
    color: #000000;
}

.ac_menu label {
    display: block;
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    margin-left: 0px;
}

input[type="checkbox"].bellows {
    display: none;
}

.ac_menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac_menu li {
    padding: 3px;
}

input[type="checkbox"].bellows+ul {
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].bellows:checked+ul {
    margin-left: 10px;
    height: auto;
}

article .greeting p:last-child {
    text-align: right;
    margin-top: 20px;
}

.bottom ul li,
.bottomevent ul li {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.bottom ul li a,
.bottomevent ul li a {
    color: #fff;
    font-size: 13px;
    background-image: url(images/arrow/arrow_cha.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5px auto;
    display: block;
    padding-left: 10px;
}

.submenu ul li {
    display: block;
    float: left;
    width: auto;
}

.submenu ul li+li:before {
    content: "/";
    color: #fff;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.submenu ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding-left: 15px;
}

.bottom ul li a:hover,
.bottomevent ul li a:hover {
    color: #C0BE80
}

.contents section .enter {
    width: 1020px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

section .enter h3 {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 25px;
    color: #fff;
    background-color: #89111B;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.enter h1 img {
    width: 100%;
    height: auto;
}

section .enter h4 {
    width: 50%;
    height: auto;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    background-color: #ECEBEB;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

section .enter p {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

section .enter table {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

section .enter table tbody tr th {
    width: 23%;
    min-width: 255px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #C5A043;
    margin-right: 0px;
    margin-bottom: 3px;
    vertical-align: middole;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

section .enter table tr td p {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
}

section .enter .formbox {
    width: 100%;
}

#sankou {
    width: 50%;
}

#sankou tbody tr td {
    text-align: center;
    border-left: 1px solid #C5A043
}

tbody tr td {
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #C5A043;
    border-bottom: 1px solid #C5A043;
    border-right: 1px solid #C5A043;
    width: 59%;
    vertical-align: top;
}
tbody tr td label{
    width: 100%;
  height: auto;
  display: block;
}



.size .wpcf7-list-item {
    border: 1px solid #ECEBEB;
    padding: 10px;
    width: 43%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0
}

tr th span,
.red {
    color: #E34043;
    font-size: 25px;
    margin-right: 10px;
    font-weight: bold;
  }

.sanka .wpcf7-list-item,
.obentou .wpcf7-list-item {
    border: 1px solid #ECEBEB;
    padding: 10px;
}

.submit {
    width: 20%;
    min-width: 400px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

section .enter .toppage {
    width: 45%;
    height: auto;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    background-color: #F0A16D;
    margin-top: 30px;
    border-radius: 5px;
}

td input[type="text"],
td input[type="tel"],
td input[type="email"],
td input[type="number"],
td textarea {
    /*padding: 10px;
    border: none;
    background-color: #F4F1F1*/
    width: 95% !important;
    border: 1px solid #C5A043 !important;
    background-color: #fff !important;
    padding: 10px;
}
.wpcf7-form-control.wpcf7-submit{
    background-color: #7D1F20;
    color: #fff;
    border: none;
    padding: 20px;
  height: auto;

}

section .enter table tbody tr td .wpcf7-form-control.wpcf7-checkbox{
width: 100%;
display: block;
text-align: center;

}
section .enter table tbody tr td .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
    padding: 6px;
    border: 1px solid #C5A043;
    margin: 10px 0;
    text-align: center;
}
section .enter table tbody tr td .wpcf7-form-control.wpcf7-radio{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section .enter table tbody tr td .wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
    width: 44%;
    padding: 6px;
    border: 1px solid #C5A043;
    margin: 10px 0;
    text-align: center;
}
p.align_set{
    text-align: center;
}
.your-zipcode input,
.your-addre input,
.your-address input {
    margin: 0 0 10px 0;
}

tr td .wpcf7-form-control-wrap.plybcy {
    margin-right: 5px;
}