@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px/1.9 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #252525;
    background: #fff;
}

a {
    color: #777;
}
a:hover {
    color: #919191; text-decoration:none;
}
a:active, a:focus {
    outline: 0;
}

img {
    border: 0;
}
.clear {
    clear: both;
}

.clear2 {
    clear: both;
    height: 50px;
}

.clear3 {
    height: 20px;
}

.space {
    height: 180px;
}

.space2 {
    height: 50px;
}

.space3 {
    height: 70px;
}

.space4 {
    height: 20px;
}

.space5 {
    height: 40px;
}



/* 修正 */
article {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 0;
}

.index_info {
    margin: 0 0 40px;
    text-align: center;
    overflow: hidden;
}

.index_info p {
    font-size: 18px;
    font-weight: 400;
}

.index {
    height: 480px;
    margin: 0 auto;
    margin: 30px 0 20px 0;
}

.index ul {
    overflow: hidden;
}

.index ul li {
    width: 400px;
    height: auto;
    float: left;
    margin: 0 50px 10px 0;
}

.index ul li:last-child {
    margin-right: 0;
}

.index ul li a img {
    display: block;
    transition-duration: 0.8s;
}

.index ul li {
    overflow: hidden;    /*拡大時にはみ出た部分を隠す*/
    width: 400px;    /*画像の幅*/
    height: 330px;    /*画像の高さ*/
}

.index ul li a img {
    display: block;
    transition-duration: 0.3s;    /*変化に掛かる時間*/
}

.index ul li a img:hover {
    transform: scale(1.1);    /*画像の拡大率*/
    transition-duration: 0.3s;    /*変化に掛かる時間*/
}

.index ul .index-text {
    width: 400px;
    height: 120px;
    text-align: left;
}

.menu-box {
    width: 1300px;
    height: 450px;
    background: #fffbea;
}

.menu-l {
    width: 650px;
    float: left;
}

.menu-r {
    width: 650px;
    float: left;
}

.menu-box h3 {
    padding-top: 80px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    color: #5c3111;
}

.menu-box p {
    height: 170px;
    padding: 0 50px 0 50px;
    overflow: hidden;
}

.menu-box .more {
    background: #5c3111;
    padding: 8px 20px 8px 20px;
    font-size: 15px;
    width: 290px;
    margin: 0 auto;
}

.menu-box .more a {
    color: #fff;
    font-size: 18px;
    display: block;
}

.menu-box .more:hover {
    opacity: 0.5;
    transition: 0.8s;
    cursor: pointer;
}

.contact-box {
    margin-top: 60px;
}

/*
h2 {
    font-size: 15px;
    padding: 10px 0 0 0;
    font-weight: 400;
    text-align: center;
}
*/

/*
h3 {
    font-size: 15px;
    padding: 10px 0 0 0;
    font-weight: 400;
    text-align: center;
}
*/

.text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.reserve-bt {
    text-align: right;
    margin: 30px 10px 0 0;
}

/* トップ アトリエ */
.atelier-box {
    overflow: hidden;
    margin-bottom: 90px;
/*    margin-top: 70px;*/
}

.atelier-img {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 80px;
    margin-top: -50px;
}

.atelier-img h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}

.atelier-img p {
    text-align: center;
    font-size: 18px;
}

.atelier-img .ai-1 {
    width: 289px;
    margin: 0 auto;
    float: left;
    margin-right: 48px;
    margin-top: 30px;
}

.atelier-img .ai-2 {
    width: 289px;
    margin: 0 auto;
    float: left;
    margin-right: 48px;
    margin-top: 80px;
}

.atelier-img .ai-3 {
    width: 289px;
    margin: 0 auto;
    float: right;
    margin-top: 80px;
}

.atelier-menu {
    width: 1300px;
    margin: 0 auto;
}

.atelier-menu h4 {
    text-align: center;
    font-size: 25px;
}

.am-box .amb-l {
    width: 650px;
    height: 300px;
    margin-bottom: 20px;
    float: left;
}

.am-box .amb-r {
    width: 570px;
    height: 200px;
    margin-bottom: 20px;
    float: left;
    background: #fff2f2;
    padding: 50px 40px 50px 40px;

}

.amb-r h5 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

.amb-r p {
    text-align: center;
    font-size: 18px;
}

.fee p {
    font-size: 25px;
    text-align: right;
}

.yoyaku-tel {
    width: 560px;
    height: 100px;
    float: left;
    margin-left: 45px;
    margin-top: 30px;
}

.more-at {
    width: 560px;
    height: 100px;
    float: left;
    margin-left: 90px;
    margin-top: 30px;
}

.more-at a {
    display: block;
}



/* トップ NPO法人 */
.npo-box {
    overflow: hidden;
    margin-bottom: 80px;
}

.npo-menu {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -50px;
    text-align: center;
}

.npo-menu h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.npo-menu p {
    text-align: center;
    font-size: 18px;
}

.npo-menu .nm-l {
    width: 650px;
    height: 450px;
    float: left;
    margin-top: 30px;
}

.npo-menu .nm-r {
    width: 650px;
    height: 450px;
    float: left;
    background: #ebf8ff;
    margin-top: 30px;
}

.npo-menu .nm-r h4 {
    text-align: center;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.npo-menu .nm-r p {
    width: 570px;
    height: 260px;
    text-align: center;
    font-size: 18px;
    padding: 0 50px 0 50px;
}

.npo-menu .nm-r p a {
    text-decoration: underline;
    color: #038bd9;
}

.npo-box .more {
    background: #038bd9;
    padding: 8px 20px 8px 20px;
    font-size: 15px;
    width: 290px;
    margin: 0 auto;
}

.npo-box .more a {
    color: #fff;
    font-size: 18px;
    display: block;
}

.npo-box .more:hover {
    opacity: 0.5;
    transition: 0.8s;
    cursor: pointer;
}

.npo-img {
    margin-top: 50px;
}

.npo-img .ni-1 {
    width: 289px;
    margin: 0 auto;
    float: left;
    margin-right: 48px;
    margin-top: 30px;
}

.npo-img .ni-2 {
    width: 289px;
    margin: 0 auto;
    float: left;
    margin-right: 48px;
    margin-top: 80px;
}

.npo-img .ni-3 {
    width: 289px;
    margin: 0 auto;
    float: right;
    margin-top: 80px;
}

/* 風の村農園 */
.farm-box {
    overflow: hidden;
    margin-bottom: 80px;
    text-align: center;
}

.farm-menu {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -50px;
}

.farm-menu h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.farm-menu p {
    text-align: center;
    font-size: 18px;
}

.farm-menu .nm-l {
    width: 650px;
    height: 450px;
    float: left;
    margin-top: 30px;
}

.farm-menu .nm-r {
    width: 650px;
    height: 450px;
    float: left;
    background: #f1fff8;
    margin-top: 30px;
}

.farm-menu .nm-r h4 {
    text-align: center;
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: bold;
}

.farm-menu .nm-r p {
    width: 570px;
    height: 230px;
    text-align: center;
    font-size: 18px;
    padding: 0 50px 0 50px;
}

.farm-box .more {
    background: #13ae67;
    padding: 8px 20px 8px 20px;
    font-size: 15px;
    width: 290px;
    margin: 0 auto;
}

.farm-box .more a {
    color: #fff;
    font-size: 18px;
}

.farm-box .more:hover {
    opacity: 0.5;
    transition: 0.8s;
    cursor: pointer;
}

.farm-img {
    margin-top: 50px;
}

.farm-img .fi-1 {
    width: 289px;
    margin: 0 auto;
    float: left;
    margin-right: 48px;
    margin-top: 30px;
}

.farm-img .fi-2 {
    width: 289px;
    margin: 0 auto;
    float: left;
    margin-right: 48px;
    margin-top: 80px;
}

.farm-img .fi-3 {
    width: 289px;
    margin: 0 auto;
    float: right;
    margin-top: 80px;
}


/* 新着情報 */
.news {
    height: 550px;
/*    background-repeat: no-repeat;*/
/*    background-size:100%;*/
/*    background-image: url(images/news-back2.jpg);*/
    padding-top: 60px;
    background: #e0f4ff;
}

.news h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.title-p {
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
}

.news-box {
    width: 1240px;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    padding: 20px 30px 20px 30px;
    border-radius: 8px;
}

.news dl {
    height: 45px;
    border-bottom: 1px dotted #bebebe;
    margin-bottom: 15px;
}

.news dl dt {
    width: 160px;
    float: left;
    font-size: 17px;
}

.news dl dd {
    font-size: 18px;
}

.news dl dd .n-oshirase {
    background: #ff0000;
    color: #fff;
    padding: 2px 13px 3px 13px;
    font-size: 15px;
    margin-right: 20px;
}

.news dl dd .n-event {
    background: #188bff;
    color: #fff;
    padding: 2px 13px 3px 13px;
    font-size: 15px;
    margin-right: 20px;
}

.news dl dd a {
    color: #000;
    text-decoration: underline;
}

.more2 {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.more2 a {
    color: #000;
}


/* ブログ */
.blog-boxw {
    background: #fffdeb;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 50px;
}

.blog {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.blog h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.blog-box {
    width: 305px;
    height: 440px;
    margin-right: 24px;
    float: left;
    margin-bottom: 50px;
    border: 1px solid #dedede;
    background: #fff;
}

.blog-box2 {
    width: 305px;
    height: 440px;
    float: left;
    margin-bottom: 50px;
    border: 1px solid #dedede;
    background: #fff;
}

.b-text {
    height: 132px;
}

.blog-box p, .blog-box2 p {
    text-align: center;
    font-size: 16px;
    padding: 10px 10px 0 10px;
    letter-spacing: 1px;
}

.blog-box .b-title, .blog-box2 .b-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ff7b00;
    padding: 10px 10px 0 10px;
    letter-spacing: 1px;
}

.b-more {
    width: 270px;
    margin: 0 auto;
    background: #2a2a2a;
    margin-top: 33px;
    padding: 0 0 7px 0;
}

.b-more p {
    color: #fff;
}

.new {
    color: #fa4592;
    font-size: 10px;
    margin-bottom: -19px;
    font-weight: bold;
    margin-left: 15px;
}

/* 商品 */
.pro-box {
    background: #fff6e4;
    overflow: hidden;
    padding-top: 20px;
}

.product {
    width: 1300px;
    margin: 0 auto;
}

.product h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.product-box {
    width: 400px;
    margin-right: 50px;
    margin-bottom: 50px;
    float: left;
}

.product-box:last-child {
    margin-right: 0;
}

/* Instagram */
.instagram-box {
    background: #f2f2f2;
    margin-top: -95px;
}

.instagram {
    width: 1340px;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}

.instagram h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.insta-box {
    width: 244px;
    height: 244px;
    float: left;
    background: #dedede;
    margin-right: 20px;
}

.insta-box:last-child {
    margin-right: 0;
}

/* マップ */
.map {
    margin-bottom: -8px;
}

.map h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.map iframe {
    width: 100%;
}


/* footer */
footer {
    padding: 52px 0 0;
    position: relative;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
}

.footer_wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    color: #fff;
}

.footer_info {
    text-align: center;
}

.footer_info .logo {
    margin: 0 0 25px;
}

.footer_info .address {
    font-size: 20px;
    margin: 0 0 5px;
    color: #fff;
}

.footer_info .tel{
    margin: 10px 0 10px 0;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #222;
    line-height: 1.5;
    color: #fff;
}

.footer_info .tel span {
    font-weight: bold;
    font-size: 23px;
}

.fnav {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.fnav ul li {
    display: inline-block;
    margin: 0 40px 0 0;
}

.fnav ul li:last-child {
    margin: 0;
}

.fnav ul li a {
    color: #fff;
}

footer #page-top {
    position: fixed;
    right: 70px;
    bottom: 50px;
    width: 80px;
    height: 80px;
}

footer #page-top a img {
  position: relative;
  display: block;
  text-decoration: none;
}

footer #page-top a img::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

footer .copyright {
    margin: 40px 0 0;
    padding: 15px 0;
    text-align: center;
    background: #c3c3c3;
    font-size: 100%;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.1em;
    color: #777;
}


/* コピーライト */
.cr {
    text-align: center;
    margin-top: 30px;
    padding:10px 0 10px 0;
    background: #f7f7f7;
    color: #2c2d30;
    letter-spacing: 1.5px;
}

/* パンくずリスト */
.list {
    width: 1170px;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 14px;
    overflow: hidden;
}

.list ol li {
    float: left;
}

.list ol li a {
    color: #000;
    text-decoration: underline;
}


/* 風の村とはページ */
#hed img {
    margin-top: 100px;
}

.box {
    width: 1300px;
    margin: 0 auto;
}

.box h2 {
    margin-top: 30px;
    text-align: center;
    font-size: 33px;
    color: #3e130a;
    font-weight: bold;
}

.box h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(62, 19, 10, 0.4);
}

.box p {
    font-size: 17px;
    margin-bottom: 10px;
}

.box h4 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}

.box h4:before {
    content: url(images/check.png);
    top: 0;
    left: 0;
    padding: 0 10px 0 0;
}

.box h5 {
    font-size: 20px;
}

.gaiyou {
    width: 650px;
    margin-right: 50px;
    float: left;
}

.jigyou {
    height: 500px;
    overflow: hidden;
}

.jigyou-box {
    float: left;
    height: 500px;
    margin-right: 20px;
}

.jigyou-box2 {
    margin-right: 0;
}

/* アクセスページ */
.access-box1 {
    width: 600px;
    margin-right: 30px;
    float: left;
}

.access-box1 table {
    width: 600px;
    font-size: 17px;
    margin-bottom: 30px;
}

.access-box1 table th {
    width: 130px;
    font-weight: bold;
    border-bottom: 1px dotted #bebebe;
    padding: 15px 0 10px 0;
    vertical-align: middle;
}

.access-box1 table td {
    border-bottom: 1px dotted #bebebe;
    padding: 15px 0 10px 0;
    vertical-align: middle;
}

/* レストラン食祭ページ */
.rest-text {
    width: 700px;
    float: left;
    margin-right: 30px;
}

.rest-text p a {
    text-decoration: underline;
    color: #038bd9;
}

.kihon {
    border-radius: 8px;
    padding: 15px 15px 5px 15px;
    margin-bottom: 20px;
    border: 1px dotted rgba(62, 19, 10, 0.54);
    background-image: url(images/kihon-back.png);
}

.kihon p {
    font-weight: bold;
    color: #3e130a;
    line-height: 3.0;
}

.rest-box1 {
    width: 600px;
    margin-right: 30px;
    float: left;
}

.rest-box1 table {
    width: 600px;
    font-size: 17px;
    margin-bottom: 30px;
}

.rest-box1 table th {
    width: 130px;
    font-weight: bold;
    border-bottom: 1px dotted #bebebe;
    padding: 15px 0 10px 0;
    vertical-align: middle;
}

.rest-box1 table td {
    border-bottom: 1px dotted #bebebe;
    padding: 15px 0 10px 0;
    vertical-align: middle;
}

.rest-box2 {
    width: 618px;
    height: 360px;
    float: left;
    border-radius: 8px;
    padding: 25px 25px 5px 25px;
    margin-bottom: 20px;
    border: 1px dotted rgba(62, 19, 10, 0.54);
    background-image: url(images/rest-back.png);
    margin-top: 15px;
}

.rest-box2 p {
    font-weight: bold;
    color: #3e130a;
    line-height: 3;
}

.obentou-box {
    border-radius: 8px;
    padding: 15px 15px 5px 15px;
    margin-bottom: 20px;
    border: 1px dotted rgba(62, 19, 10, 0.54);
    background-image: url(images/obentou-back.png);
}

.obentou-box p {
    font-weight: bold;
    color: #3e130a;
    line-height: 2.0;
}

.kyusyoku {
    background-image: url(images/kyusyoku-back.jpg);
    background-repeat: no-repeat;
}

.kyusyoku p {
    width: 650px;
}

/* アトリエ陶ページ */
.atelier-text, .atelier-text2 {
    width: 578px;
    float: left;
    padding: 10px 30px 10px 30px;
    background: #fff4f8;
    border-radius: 8px;
    border: 1px dotted rgba(255, 117, 156, 0.71);
    margin-bottom: 30px;
}

.atelier-text {
    margin-right: 20px;
}

.fee2 {
    border-bottom: 1px dotted rgba(255, 117, 156, 0.71);
    margin-bottom: 15px;
}

.fee2 p {
    text-align: right;
    font-weight: bold;
    font-size: 22px;
}

.fee2 span {
    font-size: 12px;
}

.atelier-box1 {
    width: 600px;
    margin-right: 30px;
    float: left;
}

.atelier-box1 table {
    width: 600px;
    font-size: 17px;
    margin-bottom: 30px;
}

.atelier-box1 table th {
    width: 210px;
    font-weight: bold;
    border-bottom: 1px dotted #bebebe;
    padding: 15px 0 10px 0;
    vertical-align: middle;
}

.atelier-box1 table td {
    border-bottom: 1px dotted #bebebe;
    padding: 15px 0 10px 0;
    vertical-align: middle;
}

.atelier-box2 {
    width: 618px;
    height: 360px;
    float: left;
    border-radius: 8px;
    padding: 25px 25px 5px 25px;
    margin-bottom: 20px;
    border: 1px dotted rgba(255, 117, 156, 0.71);
    background: #fff4f8;
    margin-top: 15px;
}

.atelier-box2 p {
    font-weight: bold;
    color: #3e130a;
    line-height: 3;
}

.kyousitu-box {
    background-image: url(images/kyoushitu.jpg);
    background-repeat: no-repeat;
}

/* 新着情報ページ */
.news-left {
    width: 950px;
    margin-right: 30px;
    margin-top: 30px;
    float: left;
}

.news-right {
    width: 280px;
    margin-top: 30px;
    float: left;
    background: #fdf6ed;
    border-radius: 10px;
    padding: 20px;
}

.news-left dl {
    height: auto;
    border-bottom: 1px dotted #bebebe;
    margin-bottom: 15px;
}

/*
.news-left dl p {
    margin-left: 150px;
    font-size: 16px;
}
*/

.news-left dl dt {
    width: 160px;
    float: left;
    font-size: 17px;
    padding-bottom: 15px;
}

.news-left dl dd {
    font-size: 18px;
    overflow: hidden;
    padding-bottom: 15px;
}

.news-left dl dd .n-oshirase {
    background: #ff0000;
    color: #fff;
    padding: 2px 13px 3px 13px;
    font-size: 15px;
    margin-right: 20px;
}

.news-left dl dd .n-event {
    background: #188bff;
    color: #fff;
    padding: 2px 13px 3px 13px;
    font-size: 15px;
    margin-right: 20px;
}

.news-left dl dd a {
    color: #000;
    text-decoration: underline;
}

.news-right ul li a {
    background: url(images/yajirushi.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px 15px;
    padding-left: 22px;
    color: #1d1d1d;
}

.news-left .nen {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 3px double #3e130a;
    margin-bottom: 25px;
}

/* 新着情報詳細ページ */
.n-contents {
    margin-bottom: 60px;
}

.n-contents h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ff7e00;
}

.n-contents .day {
    text-align: right;
    font-weight: bold;
}

.n-contents img {
    width: 280px;
    margin-right: 30px;
    float: left;
}

.news-left .nen2 {
    font-size: 25px;
    font-weight: bold;
    background: #3e130a;
    margin-bottom: 25px;
    color: #fff;
    border-radius: 8px;
    text-indent: 20px;
}

.news-text {
    width: 640px;
    float: left;
}

.news-right ul li {
    border-bottom: 1px dotted #bebebe;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/* NPO法人風の村学舎ページ */
.title-text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.bold {
    font-weight: bold;
}

.name {
    text-align: right;
}

.line {
    border-top: 1px dotted #038bd9;
    margin-bottom: 20px;
}

.npo-text {
    width: 700px;
    float: left;
    margin-right: 30px;
}

.npo-text p a {
    text-decoration: underline;
    color: #038bd9;

}

.tougei-box {
    width: 413px;
    float: left;
    margin-right: 30px;
}

.tougei-box2 {
    width: 413px;
    float: left;
}

.sanka {
    width: 620px;
    border: 2px dotted #038bd9;
    border-radius: 8px;
    background: rgba(228, 245, 255, 0.47);
    padding: 20px 30px 20px 30px;
}

.nittei, .nittei2 {
    width: 371px;
    float: left;
    font-size: 16px;
    border: 1px dotted #038bd9;
    border-radius: 8px;
    padding: 20px 20px 10px 20px;
    height: 870px;
}

.nittei {
    margin-right: 30px;
}

.nittei table tr th, .nittei2 table tr th {
    width: 85px;
    border-bottom: 1px solid rgb(120, 205, 255);
    padding: 10px 0 5px 0;
    font-weight: bold;

}

.nittei table tr td, .nittei2 table tr td {
    width: 286px;
    border-bottom: 1px solid rgb(120, 205, 255);
    padding: 10px 0 5px 0;
}

.chirashi {
    margin-right: 40px;
    float: left;
}

.chirashi2 {
    float: left;
}

.photo {
    width: 850px;
    float: right;
}


/* 食祭メニューページ */
.menu-link {
    width: 464px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

.menu-text {
    width: 1238px;
    float: left;
    padding: 10px 30px 10px 30px;
    background: #fffcf4;
    border-radius: 8px;
    border: 1px dotted rgba(255, 159, 117, 0.71);
    margin-bottom: 30px;
    margin-right: 35px;
}

.m-text {
    width: 708px;
    margin-right: 30px;
    float: left;
}

.menu-text img {
    margin-top: 20px;
    float: left;
}

.fee3 {
    border-bottom: 1px dotted rgba(255, 159, 117, 0.71);
    margin-bottom: 15px;
}

.fee3 p {
    text-align: right;
    font-weight: bold;
    font-size: 22px;
}

.fee3 span {
    font-size: 12px;
}


/* コロナ対策 */
.taisaku2 {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #bebebe;
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
}

.taisaku2 .taisaku-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dotted #bebebe;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.taisaku2 .title-text {
    margin-bottom: 0;
}

.taisaku {
    width: 880px;
    margin: 0 auto;
    border: 1px solid #bebebe;
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
}

.taisaku .taisaku-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dotted #bebebe;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.udl {
    text-decoration: underline;
}




.click {
    position: relative;
    z-index: 1;
    top: 25px;
    left: 0;
}

.formTable {
    width: 1000px;
    font-size: 17px;
    border: 2px solid #bebebe;
}

.formTable th {
    width: 300px;
    height: 60px;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    vertical-align: middle;
    padding: 10px 20px 10px 20px;
    background: #f4f4f4;
}

.formTable td {
    height: 60px;
    border-bottom: 1px solid #bebebe;
    vertical-align: middle;
    padding: 10px 20px 10px 20px;
}

.must::after {
    content: '必須';
    font-size: 10px;
    font-weight: normal;
    padding: 3px 12px;
    margin-left: 10px;
    letter-spacing: 1px;
    border-radius: 2px;
    background-color: red;
    color: #fff;
}

.form-sr {
    margin-top: 30px;
    text-align: center;
}

select {
    font-size: 17px;
    width: 80px;
    height: 40px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.hosyou select {
    width: 300px;
}

.formtext {
    height: 30px;
}

.doui {
    margin-top: 20px;
}

.doui p {
    font-size: 17px;
    text-align: center;
    height: auto;
}

.doui p a {
    color: #ff0000;
}




area {
    display: inline;
}









