@chareset "UTF-8";

* 共通部分 */
html{
    font-size: 100%;
    height: 100%;/* ブラウザの高さに合わせる */
}

body{
    font-family: "Yu Gothic Medium", "遊ゴシック　Medium", YuGothic, "遊ゴシック体", "ヒラギノ角ゴ　Pro W3", sans-serif;
    line-height: 1.7;
    color: rgb(27, 27, 27);
}

img{
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align:bottom;
    vertical-align:top;
    /* 上記3列を追加するだけで、表記づれがなくなる */
}
*{
    margin: 0;
    padding: 0;
}
P{
    font-size: 16px;
}


ul {
    list-style: none;
  }
a{
    text-decoration: none;
}

/* ヘッダー */
header{
    width: 100%;
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: bottom;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
}
header h1{
    margin: 0;
    padding-top: 10px;
}
header h1 img{
    width: 350px;
    height: 90px;
}

header > div{
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
header .flex_box{
    display: flex;
}
header .flex_box .head_tel{
    padding: 0 10px;
   width: 350px;
    font-size: 9px;
    color: #333;
    font-weight: bold;
    
}
header .flex_box .head_tel  .phonttl{
    color: #fff;
    background-color: #005083;
    border-radius: 5px;
    padding: 5px 10px;
}
header .flex_box .head_tel p{
    color: #333;
}
header .flex_box .head_tel .tel_text{
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 12px;
}
header .flex_box .head_tel .tel_text strong,header .flex_box .head_tel .tel_text span{
    font-size: 13px;
}
header .flex_box .head_tel .tel_text span {
   color:  #CF121B ;
}
header .flex_box .head_tel .tel_number{
    margin: 0;
    font-size: 38px;
}
header .flex_box .head_tel .tel_day {
    padding-left: 12px;
    padding-top: 8px;
    font-size: 12px;
}

header .head_img img{
    width: 70px;
    height: 125px;    
}
header .head_form:hover{
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
header .flex_box .head_form img{
    width: 47px;
    height: 34px;
    margin-top: 15px;
}

header .flex_box .head_form{
    margin-left: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    background-size: contain;
}
header .flex_box .head_form a{
    display: block;
    width: 145px;
    height: 120px;
    position: relative;
    color: #fff;
    background-color: #D00F31;
    font-size: 13px;
}
header .flex_box .head_form span{
    color: #D00F31;
    background-color: #FFF100;
    padding: 3px 24px;
    border-radius: 10px;
}

header .flex_box .head_form .sp_only{
    display: none;
}

.head_nav{
    width: 100%;
    padding-top: 160px;
    background-color: #050322;
}
.head_nav > ul{
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    list-style: none;
}
.head_nav > ul > a{
    color: #fff;
}
.head_nav > ul > a >li{
   width: 166px;
   margin: 30px 0;
   padding: 10px 0;
   border-left: 1px dotted #999;
   text-align: center;
}

.head_nav > ul > .tentou{
    font-size: 0.7rem;
    color: #ee3556;
}

.tenfon {
    display: inline-block;
    animation: animation_text_blink 1s linear 0s infinite normal both;
}
@keyframes animation_text_blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.head_nav > ul > a > .last{
    border-right: 1px dotted #999;
}

.head_nav > ul > .current{
    background-color: #004985;
    color: #fff;
}

.sp_only{
    display: none;
}
@media screen and (min-width: 481px) {
.hamburger-menu{
    display: none;
}
#index .sp＿daihyou{
    display: none;
}
header h1 .spphon_top,
header h1 .mailphon_top{
    display: none;
}
.sp_newtra{
    display: none;
}

}

/* aside */
.content{
    width: 1000px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}

.content aside{
    width: 250px;
    margin-top: 40px;
    padding: 5px;
}
.content aside .form_box{
    text-align: center;
}

.content aside .red_box a{
    color: #fff;
    font-size: 25px;
    width: 200px;
    height: 58px;
    padding: 20px 28px;
    background-image: url(../img/mail.webp);
    background-repeat: no-repeat;
}

.content aside .blul_box{
    width: 200px;
    height: 58px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 22px;
    background-image: url(../img/start.png);
    background-repeat: no-repeat;
}
.content aside .blul_box a{
    color: #fff;
    font-size: 20px;
}
.content aside .blul_box span{
    color: #fff;
    font-size: 12px;
}


.content aside  .saide_img{
    width: 180px;
    height: 160px;
    margin: 20px auto 40px;
}
.content aside  a img:hover{
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.content aside .saide_nav {
    width: 210px;
    margin-left: 5px;
    background-color: #F5EBCF;
}

.content aside .saide_box{
    text-align: center;
    padding-top: 20px;
}

.content aside .saide_bac{
    color: #fff;
    width: 170px;
    margin: auto;
    background-color: #4F2A11;
    border-radius: 10px 10px 0px 0px; 
}
.content aside .said_name{
    width: 150px;
    border: solid 2px #4F2A11;
    border-radius: 10px;
    background-color: #fff;
    margin: auto;
}

.content aside .saide_ttl{
    display: flex;
    align-items: center;
    flex-direction: column;  
}

.content aside hr{
    margin-top: 20px;
   width: 180px;
   border-color: #9D8369;          
}
.content aside .saide_nav ul li{
    text-align: left;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
   font-size: 16px;
   color: #231815;
   border-radius: 15px;
   position: relative;
}
.content aside .saide_nav ul li:before{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(../img/icon1.png) no-repeat;
	background-size:contain;
}

.content aside .saide_nav ul li:hover{
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.content aside .saide_nav ul li::after{
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 37%;
    right: 5px;
}

/* main */
.content main{
    width: 750px;
}
.content .tel_img,.mail_img{
    width: 85px;
    height: 85px;
    margin: auto 10px;
}

.content h4{
    font-size: 21px;
    color: #231815;
    text-align: center;
}
.content .foot_info .info_box{
    display: flex;
    width: 350px;
    height: 145px;
    background-color: #005083;
    border-radius: 10px;
    color: #005083;
}
.content .foot_info .form_box{
    display: flex;
    width: 350px;
    height: 145px;
    background-color: #D00F31;
    border-radius: 10px;
    color: #D00F31;
}
.content .foot_info .wh_back{
    font-weight: bold;
    background-color: #fff;
    font-size: 21px;
    padding: 5px;
    border-radius: 5px;
}

.content .foot_info small{
    font-size: 13px;
    color: #fff;
}
.content .foot_info .ye_text {
    font-size: 30px;
    color: #FFF100;
    font-weight: bold;
    line-height: 40px;
}
.content .foot_info .tel_name {
    padding-left: 110px;
}
.content .foot_info .tel_box{
    text-align: center;
    padding: auto;
}

.content .form_box .mail_small{
    font-size: 18px;
    font-weight: bold;
}
.content .foot_info{
    display: flex;
    justify-content: space-evenly;
}

/* price*/
#price .foot_down{
    margin-top: 380px;
}
/* 時間割*/
.price_box table{
    width: 750px;
}
.price_box .zikant{
    margin-top: 40px;
}
.price_box tr{
    border-bottom: solid 1px #c0c0c0
}
.price_box th{
    background-color: #D9EDF7;
    height: 40px;
    text-align: left;
    padding-left: 10px;
}
.price_box td{
    background-color: #ffffff;
    height: 90px;
    padding-left: 10px;
}
.price_box tr .gzikan{
    background-color: #f9f9f9;
}
#start .price_box{
    margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
    .price_box table{
        width: 340px;
        margin-left: 0;
        margin-right: 0;
    } 
}

/* qa */
.qaContainer{
    margin-bottom: 100px;
}

.qaContainer dt {
    padding: 10px 10px 10px 35px;
    text-indent: -25px;
    }
    .qaContainer dt:before {
    content: "Q";
    color: #fff;
    font-weight: bold;
    margin-right: 7px;
    left: -2.5em;
    margin: 0 0.5em 0 0;
    padding: 0.2em 0.4em;
    border-radius:50%;
    background: #4F2A11;
    }
    .qaContainer dd {
    margin: 20px 10px 40px 35px;
    text-indent: -25px;
    border-bottom: 1px dotted #333;
    }
    .qaContainer dd:before {
    content: "A";
    color: #fff;
    font-weight: bold;
    margin-right: 7px;
    left: -2.5em;
    margin: 0 0.5em 0 0;
    padding: 0.2em 0.4em;
    border-radius:50%;
    background: #D00F31;
    }

/* contact*/
 #contact {
     width: 750px;
     height: auto;
     margin-right: auto;
     margin-left: auto;
}

.httl{
    background-image: url(../img/ttl_im1g.webp);
    background-repeat: no-repeat;
    background-size: 700px 82px;
}
 h2{
    padding: 20px;
    color: #D00F31;
}
.httl{
    margin-left: 20px;
}
.title{
    margin-top: 30PX;
    margin-bottom: 40px;
}
.title p{
    margin-left: 20px;
}
table {
    border-collapse: collapse;
  }
   
  #contact p {
    font-size: 14px;
    margin:  5px 20px;
    line-height: 25px;
  }

   
  input[type="submit"],
  input[type="text"],
  select,
  textarea,
  button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
  }
   
   
  input[type="text"],
  textarea {
    background: #f8f8f8;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    width: 480px;
    transition: 0.8s;
    border-radius: 0;
  }
   
  input[type="text"]:focus,
  textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
   
  textarea[name="content"] {
    display: inline-block;
    width: 100%;
    height: 200px;
  }
   
  input::placeholder,
  textarea::placeholder {
    color: #ccc;
  }
   
  ::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
   
  ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }
   
  :-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
  }
   
  .form-table {
    width: 100%;
    margin-top: 20px;
  }
   
  .form-table th,
  .form-table td {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
  }
   
  .form-table th {
    padding-left: 40px;
    position: relative;
    text-align: left;
    width: 300px;
  }

  .form-table th span{
      font-size: 12px;
      background-color:#D00F31;
      color: #fff;
      font-weight: normal;
      margin-right: 5px;
      padding: 2px;
  }

  .form-table .lay＿check{
      display: flex;
      justify-content: space-evenly;
  }
input.blue_sentbox{
    color: #fff;
    font-size: 18px;
    width: 280px;
    padding: 10px 40px;
    background-color: #005083;
    border: 8px double #fff;
}

form .blue_center{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}


#contact .topl{
    color: #fff;
    font-size: 18px;
    width: 280px;
    padding: 10px 40px;
    background-color: #005083;
    border: 8px double #fff;
}

#contact .to_back{
    text-align: center;
}

/* merit */

#merit .httl{
    background-image: url(../img/ttl_im1g.webp);
    background-repeat: no-repeat;
    background-size: 700px 82px;
}
#merit .title p{ 
    padding-left: 20px;
}
#merit  h2{
    text-align: left;
    margin-left: 20px;
}
#merit　 h3{
    font-size: 25px;
}
#merit .box{
    width: 700px;
    height: auto;
    margin-bottom: 60px;
    box-shadow: 0 0 5px #ccc;

    border-radius: 10px
}
#merit .box_back{
    background-image: url(../img/ttl_img2.png);
    background-repeat: no-repeat;
       background-image: url(../img/ttl_img2.png);
    background-repeat: no-repeat;
    background-size: 670px 100px;
    color: #fff;
    border-top-left-radius: 10px;
    color: #fff;
    border-top-left-radius: 10px;
}
#merit .text{
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}
#merit strong{
    color: #F8F198;
    padding-left: 20px;
}
.box_center{
    margin-left: 20px;
}
/* start */
#start.supporter{
    width: 300px;
    height: 240px;
}
#start .item_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#start .pie_chart{
    width: 235px;
    height: 235px;
}
#start .pie_box{
    width: 550px;
    text-align: center;
    margin: auto;
}
#start .box{
    width: 700px;
    height: auto;
    margin-bottom: 60px;
}
#start .box_back{
    border-left: thick solid #C31731;
}
#start .box_back h3{
    color: #C31731;
    padding-left: 10px;
}
#start .text{
    width: 650px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #4D2812;
}
#start .pie_box span{
    font-size: 20px;
}
#start  .httl{
    background-image: url(../img/ttl_im1g.webp);
    background-repeat: no-repeat;
    background-size: 650px 82px;
}
/* keiko */
#keiko  .text{
    width: 600px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #4D2812;
}
.item_box{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.item_box > div{
	width: 50%;
}
/* access */
#access .box{
    width: 700px;
    height: auto;
    margin-bottom: 20px;
}
#access  .box_back{
    border-left: thick solid #C31731;
}
#access  .box_back h3{
    color: #C31731;
    padding-left: 10px;
}
#access .map_title span{
    font-size: 35px;
    color: #D00F31;
}
#access .map_title{
    font-size: 25px;
    margin-top: 20px;
    background-image: url(../img/icon3.webp);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: left;
    padding-top: 20px;
}

#access .text{
    padding-left: 20px;
}
#access .box{
    margin-bottom: 60px;
}
/* aisatu */
#aisatu  {
    width: 750px;
}
#aisatu  .box{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}
#aisatu  .box .yohaku{
    font-size: 22px;
    color: #D00F31;
    font-weight: bold;
}
#aisatu  .aisatu_box span{
    font-size: 16px;
    color: #231815;
    text-decoration : underline;
}
#aisatu  .setumei_ttl span{
    font-size: 16px;
    color: #231815;
    font-weight: bold;
}
#aisatu .aisatu_box img{
    width: 150px;
    height: 200px;
}
#aisatu .aisatu_box{
    display: flex;
}
/* nyukai*/
#nyukai .box_back{
    background-image: url(../img/ttl_img2.png);
    background-repeat: no-repeat;
    background-size: 100% 100px;
    color: #fff;
}
#nyukai .box_back span{
    color: #F8F198;
}
#nyukai h3{
    padding-left: 20px;
}
#nyukai .box p{
    padding-left: 20px;
    padding-right: 20px;
}
#nyukai .nyuukai_box{
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    width: 210px;
    border:double 10px #fff; 
    background-color: #005083;
}
#nyukai .nyuukai_box a{
    color: #fff;
}
#nyukai .box img{
    padding-left: 20px;
    padding-bottom: 10px;
}
#nyukai .box {
    margin-bottom: 60px;
}
#nyukai .box strong{
    font-size: 25px;
    text-decoration:underline solid#D00F31;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 35px solid #B81B2F;
  }
  #nyukai  .triangle{
      margin:20px auto;
  }
/* all */
#all .httl{
    margin-top: 30px;
}
#all .boximg{
    position: relative;
    width: 340px;
    height: auto;
    margin-bottom: 30px;
}
#all .column{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    color: #fff;
    background-color: rgb(51, 51, 51, 0.7);
    border-radius:0 0 5px 5px;
}
#all .column p{
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;

}
#all .column span{
    position: absolute;
    bottom: 5px;
    right: 1;
    color: #fff;
    font-size: 12px;
    border:solid 1px #fff; 
    margin-left: 65%;
    border-radius:5px;
    padding-left: 5px;
}
#all .colomn_red{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    padding: 5px 5px 0;
    border-radius:5px 0 0 0;
    color: #fff;
    background-color: #D00F31;
}

.box_column{
	display: flex;
    width: 700px;
    justify-content: space-between;
    margin-left: 20px;
}
.boximg :hover {
 opacity: 0.6;
　color: #333;
}
.boximg img{
    border-radius:5px;
}
/* voice*/
#voice {
    padding-left: 20px;
}

#voice .httl{
    margin-top: 30px;
}
#voice .voice_box{
    position: relative;
    width: 700px;
    height: auto;
    margin: auto;
}

#voice .column{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    color: #fff;
    background-color: rgb(51, 51, 51, 0.7);
    text-align: center;
}
#voice .column p{
    font-size: 20px;
}

#voice .voce_ttl{
 width: 700px;
 height: auto;
 margin: auto;
 padding:10px  20px;
 box-shadow: 0 0 5px #ccc;
}

#voice .foot_down{
    margin-top: 60px;
    margin-bottom: 40px;
}
/* sitemap */
#sitemap .box{
    width: 700px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    line-height: 30px;
}   
#sitemap .box li{
    font-size: 20px;
    color: #4F2A11;
    padding-right: 20px;
}   

#sitemap .box li a{
    color: #231815;
    font-size: 16px;
}

#sitemap .box li a:before{
    content:"●";
    color: #735F4B;
}
/* index*/
.fv{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url("../img/fvtop.webp");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.fv .osu_img img{
    width: 260px;
    height: 480px;
}
.fv .tokutyou_img img{
    width: 450px;
    height:230px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.fv .campaign_box img{
    width: 400px;
    height: 500px;
    margin-bottom: 20px;
    margin-left: 20px;
}

  #index .daihyou {
      width: 600px;
      height: auto;
      display: flex;
      margin: auto;
  }
  #index .daihyou img{
      width: 170px;
      height: 210px;
      margin-top: 20px;
  }
  #index .daihyou_ttl{
      padding-left: 30px;
  }
  #index .daihyou_ttl span{
    color: #D00F31;
    font-weight: bold;
    font-size: 20px;
}
#index .daihyou_ttl h3{
    width: 390px;
    color: #4F2A11;
    font-size: 25px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #4F2A11;
}
#index .aisatu_box{
    width: 750px;
    height: auto;
    background-image: url(../img/tokutyou_back.webp);
    padding-top: 40px;
    padding-bottom: 40px;
}
#index .tokutyou_column{
    width: 340px;
    height: 200px;
    margin-left: 23px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px 10px;
    box-shadow:3px 3px 3px 3px rgba(0, 0, 0, 0.3);
}
#index .tokutyou_column p{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
}
#index .tokutyou_column h4{ 
    background-image: url(../img/ttl_img2.png);
    background-repeat: no-repeat;
    background-size: 340px 30px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
#index .tokutyou_column span{ 
    color: #F8F198;
}
#index .tokutyou_box{ 
    display: flex;
    margin-bottom: 20px;
}
#index .aisatu_box h3{
    margin-top: 40px;
}

#index .tra_box {
    margin-top: 30px;
    margin-bottom: 20px;
 }
#index .tra_box h3{
    margin-bottom: 10px;
}

#index .newtra{
    text-align: center;
    border: solid 2px #D00F31;
}
#index .newtra h3{
   padding-top: 10px;
   font-size: 1.5rem;
   color: #D00F31;
   font-weight: 100;
}

#index .httl{
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
    background-size: 140px 90px;
    background-position: center;
    text-align: center;
}
#index .httl h3{
   padding-top: 35px;
   font-size: 35px;
   color: #4F2A11;
}
#index .all_box {
    margin-top: 30px;
    margin-bottom: 20px;
 }
 #index .all_box h3{
    margin-bottom: 30px;
 }
 #index .boximg{
    position: relative;
    width: 340px;
    height: auto;
    margin-bottom: 30px;
}
#index .column{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    color: #fff;
    background-color: rgb(51, 51, 51, 0.7);
    border-radius:0 0 5px 5px;
}
#index .column p{
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;

}
#index .column span{
    position: absolute;
    bottom: 5px;
    right: 1;
    color: #fff;
    font-size: 12px;
    border:solid 1px #fff; 
    margin-left: 65%;
    border-radius:5px;
    padding-left: 5px;
}
#index .colomn_red{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    padding: 5px 5px 0;
    border-radius:5px 0 0 0;
    color: #fff;
    background-color: #D00F31;
}
#index .yuuyake_box{
    position: relative;
    width: 340px;
    height: auto;
    margin-left: 20px;
}
#index .yuuyake{
    text-align: center;
    color: #fff;
}
#index .yuuyake img{
    border-radius:10px 10px;
}
#index .yuuyake_blue{
   position: absolute;
   width: 100%;
   bottom: 1%;
   right: 0;
   font-size: 16px;
   color: #fff;
   background-color: #005083;
   border-radius:0 0 10px 10px;
}
#index .yuuyake_ttl{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 27px;
    color: #fff;
 }
#index .yuuyake_ttl p{
    background-color: #fff;
    width: 230px;
    margin: auto;
    color: #1B1B1B;
 }
 #index .nayam_box{
     width: 750px;
     height: auto;
 }
 #index .yuuyake_box :hover {
    opacity: 0.6;
   　color: #333;
   }
   #index .nayam_box {
       width: 750px;
       height: auto;
       background-color: #F9F4E3;
       padding: 30px;
       margin-bottom: 40px;
       margin-top: 40px;
       /* background-image: url(../img/ttl_img7.png); */
   }
   #index .nayam_ttl{
       font-size: 40px;
       color: #fff;
       font-weight: bold;
       text-align: center;
       background-color: #D00F31;
       border-radius: 40px;
       margin: 20px auto;
   }
   #index .nayami_column p{
       font-size: 22px;
       margin-bottom: 20px;
   }
   #index .nayami_column{
       margin-bottom: 40px;
       padding-left: 30px;
       padding-right: 30px;
   }
   #index .price_box{
    margin-bottom: 40px;
    margin-top: 40px; 
   }
   #index .access_box{
       width: 750px;
       height: auto;
       padding: 60px;
       background-image: url(../img/access_img.webp);
       background-size: cover;
   }
   #index  .map_title{
    font-size: 20px;
    margin-top: 20px;
    background-image: url(../img/icon3.webp);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: left;
    padding-top: 20px;
    font-weight: bold;
}
#index  .map_title span{
    color: #D00F31;
    font-size: 25px;
}
.link_box{
    display: flex;
}
#link p{
    margin-left: 10px;
    margin-bottom: 40px;
    color: #f65976;
    text-align: center;
}
#link .link_ban{
    width: 200px;
    margin-left: 10px;
    margin-right: 20px;
}
#link a{
    color: #000;
    font-size: 26px;
}

#trademark p{
    margin-left: 10px;
    margin-bottom: 40px;
    color: #333333;
}

#trademark .traday,.trabotom{
    text-align: right;
}

#trademark .trattl{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}

#trademark .box_center{
    width: 680px;
}

/* footer */
footer{
    width: 100%;
    margin-top: 30px;
    background-image: url(img/foter_img.png);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #fff;
    text-align: center;
}
footer .foot_box{
    max-width: 100%;
    height: auto;
    background-image: url("../img/foter_img.webp");
}

footer .foot_content{
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    text-align: start;
    line-height: 20px;
}   

footer .foot_img img{
    max-width: 25%;
    height: 100%;
    margin-top: 60px;
}
footer .foot_content li{
    font-size: 18px;
    color: #4F2A11;
}   

footer .foot_content li a{
    color: #231815;
    font-size: 12px;
}

footer .foot_content li a:before{
    content:"●";
    color: #735F4B;
}
footer .copyright{
    width: 100%;
    background-color: #4F2A11;
    margin-top: 30px;
    border-top: 1px solid #fff;
    font-size: 12px;
}
footer .floating-banner{
    display: none ;
}

@media screen and (max-width: 480px) {
    body {
        margin: 0;
        padding: 0;
     }
    header{
        width: 100%;
        height: 80px;
        top:0;
        left:0;
        background-color: #F5EBCF;
        box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
    }
    header > div{
        width: 100%;
        height: 80px;
        padding: 0;
    }
    header .logo_colom{
        display: flex;
    }
    header h1 .logo_top{
        width: 170px;
        height: auto;
        position: relative;
        top: 8px;
        left:20px;
    }
    header h1 .spphon_top{
        width: 18px;
        height: auto;
        position: relative;
        top: 18px;
        left:78px;
    }
    header h1 .mailphon_top{
        width: 30px;
        height: auto;
        position: relative;
        top: 20px;
        left:88px;
    }
    footer .foot_img img {
        max-width: 60%;
    }
    .content{
        width: 100%;
    }
    .content .foot_info .info_box{
        height: 120px;
    }
    .content .foot_info .ye_text{
        font-size: 20px;
        line-height:20px;
    }
    .content .foot_info .wh_back{
        font-size: 16px;
        padding: 2px;
    }
    aside  {
        display: none;
    }
    header .flex_box {
        display: none;
    }
    .head_nav{
        display: none;
    }
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #333;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu-btn-check {
        display: none;
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 80;
        background-color: #3584bb;
    }
    .menu-content ul {
        padding: 70px 10px 0;
    }
    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
        color: #4F2A11;
        font-size: 22px;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #F5EBCF;
        transition: all 0.5s;/*アニメーション設定*/
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;/*メニューを画面内へ*/
    }
    footer .foot_content{
        width: 100%;
    }
    .httl{
        margin-left: 20px;
        margin-right: 20px;
    }
    #qa{
        width: 100%;
        margin-top: 100px;
    }
    .qaContainer{
        margin-bottom: 0;
    }
    .content .tel_img,.mail_img{
        width: 50px;
        height: 50px;
        margin: auto 10px;
    }
    .content .foot_info .info_box{
        display: flex;
        width: 90%;
        height: 130px;
        background-color: #005083;
        border-radius: 10px;
        color: #005083;
        margin:0 auto 10px;
    }
    .content .foot_info .form_box{
        display: flex;
        width: 90%;
        height: 110px;
        background-color: #D00F31;
        border-radius: 10px;
        color: #D00F31;
        margin: 0 auto;

    }
    .content .foot_info{
        display: inline;
    }
    .content h4{
        font-size: 16px;
    }
    .fv{
        display: block;
        background-size: cover;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .fv .tokutyou_img img{
        width: 90%;
        height: auto;
        margin: 120px 0 20px;
    }
    .fv .campaign_box img{
        width: 90%;
        height: auto;
        margin:0 0 10px;
    }
    #index .nayam_box{
        width: 100%;
        height: auto;
        padding: 1 5px;
    }
    #index .nayami_column{
        padding-left: 10px;
        padding-right: 10px;
    }
    #index .title{
        margin-bottom:10px;
    }
    #index .nayam_ttl{
        font-size: 22px;
    }
    #index .httl h3{
        font-size: 30px;
    }
    .box_column{
        width: 100%;
        display: block;
    }
    #index .aisatu_box{
        width: 100%;
        height: auto;
    }
    #index .daihyou{
        width: 100%;
    }
    #index .tokutyou_box{
        display: inline;
    }
    #index .tokutyou_column{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #index .boximg{
        width: 340px;
        height: auto;
        margin:10px auto;
    }
    #index .yuuyake_box{
        width: 340px;
        margin: 10px auto;
    }
    .content main{
        width: 100%;
    }
    #index .price_box{
        padding: 0 10px;
    }
    #index .access_box{
        width: 100%;
        padding: 31px;
    }
    #index .pc＿daihyou {
        display: none;
    }
    #index .daihyou_ttl h3{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    #index .daihyou_ttl{
        padding-right: 30px;
    }
    #index .daihyou img{
        width: 315px;
        height: auto;
    }
    #index .box_column{
        margin: 0;
    }
    #contact{
        width: 100%;
    }

    #index .tra_box {
        padding: 15px;
     }
     #index .newtra{
        display: none;
     }

    .sp_newtra{
        text-align: center;
        border: solid 2px #D00F31;
        margin: 100px 30px 20px;
    }
     .sp_newtra h3{
       padding-top: 10px;
       font-size: 1.5rem;
       color: #D00F31;
       font-weight: 100;
    }

    .form-table th,
    .form-table td {
      width:100%;
      display:block;
    }
    input[type="text"],
    textarea {
      width: 100%;
    }
    .form-table th, 
    .form-table td{
        border-bottom: 0;
    }
    .form-table th{
        padding-left: 20px;
    }
    #aisatu{
        width: 100%;
        margin-top: 100px;
    }
    #aisatu .aisatu_box{
        display: inline;
    }
    #aisatu .aisatu_box img{
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #aisatu .box{
        margin-bottom: 40px;
    }
    #access{
        margin-top: 100px;
    }
    #access .box{
        width: 100%;
        padding: 0 10px;
    }
    #start{
        margin-top: 100px;
    }
    #start{
        margin-top: 100px;
    }
    #start .box{
        width: 100%;
    }
    #start .pie_box{
        width: 100%;
    }
    #start .text{
        width: 100%;
        text-align: center;
    }
    #start .pie_chart{
        margin:10px auto;
    }
    #start .item_box{
        width: 100%;
    }
    #start .item_box .supporter img{
        width: 100%;
    }
    #start .box_center{
        margin: 10;
    }
    #start p{
        text-align: left;
    }
    .box_center{
        margin-right: 20px;
    }
    #merit{
        margin-top: 100px;
    }
    #merit .box{
        width: 100%;
    }
    #merit .text{
        width: 100%;
        padding: 5px;
    }
    #price{
        margin-top: 100px;
    }
    #price{
        padding: 0 10px;
    }
    #price .foot_down{
        margin-top: 80px;
    }
    #sitemap .box{
        display: inline;
        width: 80%;
    }
    #voice{
        margin-right: 20px;
        margin-top: 100px;
    }
    #voice .voice_box{
        width: 100%;
    }
    #voice .voce_ttl{
        width: 100%;
    }
    #voice  h2{
        text-align: center;
        padding: 0;
    }
    .thanks h2{
        font-size:16px;
    }
    #link a{
        font-size: 18px;
    }
    #trademark{
        margin-top: 100px;
    }
    #trademark .box_center{
        width: 90%;
    }
    #trademark h2{
        font-size: 1.3rem;
        padding: 10px;
    }
    #all{
        margin-top: 100px;
    }
    #nyukai{
        margin-top: 100px;
    }
}