@charset "UTF-8";

body{
    background-color: #efebeb;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

#content{
    width: 1280px;
    margin: 0 auto;
    background-color: white;
}

header{
    background-image: url(img/pc/top.jpg);
    height: 94px;
}

.headin{
    display: flex;
}

#nav ul{
    display: flex;
}

#logo{
    margin-left: 20px;
    width: 476px;
}

#nav li{
    margin-right: 34px;
}

#inst{
    margin: 37px 35px 18px 0;
}

.slideshow-container{
  position: relative;
  max-width: 1280px;
  margin: auto;
}

.slide{
  display: none;
}

.slide img {
  width: 100%;
}

.fade {
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {opacity: 0.4}
  to {opacity: 1}
}

.fade{
    animation-name: fade;
    animation-duration: 1s;
}

#concept1{
    margin: 94px 501px 92px 502px;
}

h2{
    display: block;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: normal;
    margin-bottom: 86px;
}

.h2-mise{
    letter-spacing: 0.05em;
    font-weight: bold; 
}

#concept2{
    margin: 0 294px 0 293px;
}

.bun1{
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 46px;     
}

.bun2{
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 110px;
}

#osirase{
    background-image: url(img/pc/osirase.jpg);
    padding: 70px 0 70px 0;
    width: 1280px;
}

.news{
    display: block;
    width: 705px;
    height: 160px;
    margin: 0 290px 0 289px;
    background-color: white;
    border-radius: 0 0 20px 20px;
}

.title{
    background-color: #4F75B8;
    width: 705px;
    margin: 0 290px 0 289px;
    padding: 19px 0 18px 28px;
    text-align: left;
    color: white;
    border-radius: 20px 20px 0 0;
    font-size: 25px;
    font-weight: bold;
}

dd,dt{
    width: 705px;
    height: 21px;
    margin-top: 24px;
}

dd{
    letter-spacing: 0.2em;
    font-size: 18px;
    padding-left: 50px;
    font-weight: 500;
}

dt{
    width: 250px;
    letter-spacing: 0.2em;
    font-size: 14px;
    padding-left: 30px;
    font-weight: 430;
}

#newslist1,#newslist2,#newslist3{
    display: flex;
}

#hako{
    display: flex;
}

#box1bun{
    margin: 103px 0 0 0;
}

#box1{
    width: 375px;
    margin: 103px 223px 102px 191px;
}

#box1top{
    padding: 19px 0 20px 24px;
    width: 298px;
    height: 74px;
    background-image: url(img/pc/back1.jpg);
}

.menu{
    font-size: 34px;
    letter-spacing: 0.4em;
    font-weight: 500;
    margin-left: 25px;
}

ol{
    width: 284px;
    margin: 60px 0 61px 40px;
    list-style: url(img/pc/listmarker.png);
    font-size: 18px;
    font-weight: 450;
    letter-spacing: 0.3em;
}
 
li{
    margin-right: -50px;
    line-height: 30px;
}

#menulink{
    display: block;
    width:  298px;
    height: 65px;
    background-image: url(img/pc/toplink.png);
    font-size: 18px;
    text-align: center;
    padding-top: 18px;
} 

a{
    text-decoration: none;
}

a:hover{
    opacity: 0.5;
}

#hako2{
    margin-bottom: 130px;
    display: flex;
    flex-direction: row-reverse;
}

#box2{
    margin: 0 191px 50px 0;
    width: 375px; 
}

#box2bun{
    margin: 0 225px 0 191px;
}

#box2top{
    padding: 19px 0 20px 0;
    background-image: url(img/pc/back2.jpg);
    width: 298px;
    height: 74px;
}

.hanbai{
    font-size: 30px;
    font-weight: 500;
}

#hanbailink{
    display: block;
    width:  298px;
    height: 65px;
    background-image: url(img/pc/toplink.png);
    font-size: 18px;
    text-align: center;
    padding-top: 18px;
}

/* ボタンの配置：<main>の右下に固定（<main>基準） */
.mainarea {
  position: relative; /* 子の絶対配置の基準にする */
}

.to-top {
  position: fixed;
  right: 130px;
  bottom: 550px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;

  /* 初期状態：右の外側に待機（非表示） */
  transform: translateX(120%);
  opacity: 0;
  pointer-events: none;
  

  /* アニメーション */
  transition: transform 240ms ease, opacity 240ms ease;
}

/* 出現時のスタイル（JSで付与） */
.to-top.is-visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* 画像の見た目微調整（任意） */
.to-top img {
  display: block;
  width: 56px;
  height: 56px;
}

/* アニメーションを減らす環境配慮 */
@media (prefers-reduced-motion: reduce) {
  .to-top {
    transition: none;
  }
}

footer{
    display: block;
    height: 531px;
    background-image: url(img/pc/footer.jpg);
    width: 1280px;
}

.addres,.call,.time,.yasumi,.parking{
    display: flex;
    margin-bottom: 8px;
}

#hako3{
    display: flex;
}

#footright{
    width: 646px;
}

#footleft{
    width: 634px;
    padding: 50px 0 0 114px;
}

#footerlogo{
    margin-bottom: 20px;
}


dl#kaisyagaiyou dt,dd{
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-left: -2px;
    padding-left: 0;
}

#instfoot{
    display: flex;
    margin-top: 23px;
    margin-left: -2px;
}

#instgazou{
    margin-right: 17px;
}

#instbun{
    margin-top: 6px;
    font-weight: 500;
    letter-spacing: 0.15em;
}

#copylight{
    color: #556785;
    width: 634px;
    margin-left: 160px;
    margin-top: 30px;
}

.bread{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 8px 47px 0 1074px;
}

.bread li:not(:last-of-type)::after {
    content: ">";
    margin: 1.2em; /* 記号の左右の余白 */
    color: #000000; /* 記号の色 */
    position: relative;
    left: -18px; /* 矢印の幅に合わせて調整 */
    font-size: 18px;
}

.bread li {
    padding-right: 10px; /* 矢印の幅に合わせて調整 */
}

.bread a{
    color: blue;
}

/*==================================================
ギャラリーのためのcss
===================================*/

#matome{
    background-image: url(img/pc/galleryback.jpg);
    background-repeat: no-repeat;
    background-position: 0 1000px;
}
#galleryhako{
    height: 1998px;
    margin: 0 60px 0 60px;
}

.gallery{
    columns: 3;/*段組みの数*/
    margin:0;
}

.gallery a:hover{
    opacity: 0.9;
}

.gallery li{
    margin-bottom: 16px;/*各画像下に余白をつける*/
    list-style:none;
}

#rightimg,#last2{
    margin-left: 20px;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
    height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/}

#gallerytitle{
    margin: 90px 317px 90px 316px;
}

#movietitle{
    margin: 119px 448px 64px 447px;
}

#moviehako{
    margin: 0 0 99px 30px;
}

#slider{
    display: flex;
}

#moviehako img{
    width: 45px;
    height: 81px;
    margin-top: 216px; 
    margin-right: 20px;
}

#leftyajirusi{
    margin-left: 0;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider .slick-slide {
    margin:0 10px;
}

.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 40%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 40px solid #000000;/*矢印の色*/
    border-right: 40px solid #666;/*矢印の色*/
}

.slick-prev{/*戻る矢印の位置と形状*/
    left: -2%;
	width: 40px;
	height: 40px;
	border-top: 2px solid rgb(0, 0, 0);
	border-right: 2px solid rgb(0, 0, 0);
	transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1%;
	width: 40px;
	height: 40px;
	border-top: 2px solid rgb(0, 0, 0);
	border-right: 2px solid rgb(0, 0, 0);
	transform: rotate(45deg);
}

/*==================================================
メニューのためのcss
===================================*/

#menutitle{
    margin: 90px 376px 90px 376px;
}

#syanputitle{
    margin: 119px 460px 64px 459px;
}

#syanpuimg{
    width: 359px;
    padding: 46px 33px 47px 119px;
    border-right: 2px solid #FFD1D1;
}

#syanpuimg2{
    width: 359px;
    padding: 46px 33px 47px 65px;
    border-right: 2px solid #FFD1D1;
}

#syanpuhako{
    display: flex;
    margin: 0 147px 80px 148px;
    border: 5px solid #FFD1D1;
    border-radius: 22px;
}

#syanpubun{
    width: 628px;
    padding: 18px -28px 0 0;
    text-align: left;
    background-image: url(img/pc/syanpuback.jpg);
    background-repeat: no-repeat;
}

#setumei1{
    font-size: 16px;
    letter-spacing: 0.25em;
    margin: 0 28px 50px 40px;
    line-height: 30px;
}

#syanpuname{
    margin: 18px -28px 50px 28px;
    padding-right: -80px;
    text-align: left;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.1em;
}

#mininame{
    font-size:30px;
}

#hosoku1{
    font-size: 18px;
    letter-spacing: 0.15em;
}

li#hosoku1{
    margin-left: 40px;
    list-style: url(img/pc/listmarker.png);
}

#setumei2{
    width: 550px;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin: 0 0 50px 40px;
    line-height: 30px;
}

#hosoku2{
    font-size: 16px;
    letter-spacing: 0.2em;
    width: 529px;
}

li#hosoku2{
    margin-left: 40px;
    list-style: url(img/pc/listmarker.png);
}

#ryoukintitle{
    margin: 119px 460px 64px 459px;
}

#ryoukinhako{
    width: 1280px;
    background-image: url(img/pc/ryoukinback.jpg);
    background-repeat: no-repeat;
    background-position-y: 120px;
}

#pay{
    padding: 0 0 52px 170px;
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
} 

#pay li{
    font-weight: 450;
    font-size: 16px;
    margin-bottom: 5px;
}

#card{
    color: red;
}

thead#menuhead{
    width: 951px;
    color: white;
    height: 105px;
    background-image: url(img/pc/tableback.png);
    border-bottom: 1px solid black;
}

thead#menuhead tr:first-child th:first-child{
    width:400px;
}

thead#menuhead tr:first-child th:nth-child(2){
    width: 252px;
    padding-left: 71px;
}

thead#menuhead tr:first-child th:last-child{
    width: 297px;
    padding-left: 67px;
    line-height: 40px;
}

th#menuth{
    border-right: 1px solid black;
}

th#menuth:last-child{
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
}

#ryoukinhyou tr:last-child th:last-child{
    border: none;
}

table#ryoukinhyou{
    border-spacing: 0;
    border-radius: 20px 20px 0 0;
    border: 1px solid black;
    border-collapse: separate;
    margin: 0 165px 0 164px;
    width: 951px;
    font-size: 18px;
    background-color: white;
    text-align: left;
    border-bottom: none;
}

table#ryoukinhyou:last-child{
    border-spacing: 0;
    border-radius: 0 0 20px 20px;
    border-bottom: 1px solid black;
    border-top: none;
    border-collapse: separate;
    margin: 0 165px 154px 164px;
    width: 951px;
    font-size: 18px;
    background-color: white;
    text-align: left;
}

table#ryoukinhyou:last-child tr:first-child th:first-child{
    border-bottom: 1px solid black;
    padding: 23px 90px 117px 59px;
    font-weight: 500;
}

table#ryoukinhyou:last-child tr:last-child th:first-child{
    padding: 41px 69px 251px 59px;
    font-weight: 500;
}

#ryoukinhyou td{
    height: 86px;
    font-weight: 450;
}
#ryoukinhyou:last-child tr th:first-child{
    border-right: 1px solid black; 
}

#ryoukinhyou td:first-child{
    padding-left: 59px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#ryoukinhyou td:nth-child(2){
    padding-left: 75px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#ryoukinhyou td:last-child{
    padding-left: 101px;
    border-bottom: 1px solid black;
}

table#ryoukinhyou:last-child tr th li{
    padding-left: 30px;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
    list-style: url(img/pc/listmarker.png);
    font-weight: 500;
}

table#ryoukinhyou:last-child tr th li:first-child{
    padding-top: 25px;
}

table#ryoukinhyou tr:nth-child(5){
    height: 202px;
}

table#ryoukinhyou tr:nth-child(6){
    height: 318px;
}

table#ryoukinhyou tr th p{
    font-size: 14px;
    font-weight: 420;
    letter-spacing: 0.2em;
    padding-bottom: 29px;
    padding-left: 30px;
}

.design{
    background-color: #4F75B8;
    width: 310px;
    height: 26px;
    margin-left: 30px;
    margin-top: 10px;
    color: white;
    padding-top: 3px;
    padding-left: 22px;
    margin-bottom: 23px;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
}

.red{
    color: red;
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: -20px;
    font-weight: 500;
}

#hanbaititle{
    margin: 90px 391px 90px 391px;
}

#foodtitle{
    margin: 119px 427px 64px 426px;
}

#foodimg{
    width: 431px;
    padding: 28px 89px 28px 76px;
    border-right: 2px solid #FFD1D1;
}

#foodhako{
    display: flex;
    margin: 0 95px 78px 95px;
    border: 5px solid #FFD1D1;
    border-radius: 20px;
}

#foodbun{
    width: 664px;
    padding: 0 30px 0 65px;
    text-align: left;
    background-image: url(img/pc/foodback.jpg);
    background-repeat: no-repeat;
    font-weight: 450;
}

#foodsetumei{
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 38px;
}

#foodsetumei2{
    padding-top: 56px;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 38px;
}

#foodname{
    height: 120px;
    margin-top: 41px;
    margin-bottom: 0;
    padding: 0;
    text-align: left;   
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.1em;
}

#foodname2{
    width:701px;
    margin-top: 21px;
    margin-bottom: 0;
    text-align: left;   
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.1em;
}

#kakaku1{
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: right;
    padding-right: 42px;
    padding-bottom: 27px;
    margin-top: 31px;
    list-style: none;
    color: #fd2121;
}

#foodhako3{
    display: flex;
    margin: 0 95px 78px 95px;
    border: 5px solid #FFD1D1;
    border-radius: 26px;
    flex-direction: row-reverse;
}

#foodimg3{
    width: 385px;
    padding: 21px 68px 21px 68px;
}

#foodbun3{
    border-right: 2px solid #FFD1D1;
    width: 705px;
    padding: 0 31px 0 45px;
    text-align: left;
    background-image: url(img/pc/foodback2.png);
    background-repeat: no-repeat;
    font-weight: 450;
}

#foodname3{
    margin-top: 37px;
    margin-bottom: 30px;
    text-align: left;   
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.1em;
}

#kakaku3{
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: right;
    margin: 61px 23px 51px 0;
    list-style: none;
    color: #fd2121;
}

#foodzeikomi{
    font-size: 14px;
}

#foodsetumei3{
    padding-top: 47px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 40px;
}

#foodname4{
    margin-top: 16px;
    margin-bottom: 14px;
    padding: 0;
    text-align: left;   
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.1em;
}

#foodname5{
    margin-top: 41px;
    margin-bottom: 21px;
    padding: 0;
    text-align: left;   
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.1em;
}

#oyatutitle img{
    margin: 0 auto 30px;
}


#oyatuhako{
    display: grid;
    grid-template-columns: 338px 338px 338px;
    gap: 56px;
    margin-left: 75px;
    margin-bottom: 137px;
}

#oyatu{
    border: 5px solid #FFD1D1;
    border-radius: 20px;
    padding: 0;
    text-align: left;
}

.oyatuimg1 img{
    margin: 11px auto 13px;
}

.oyatuimg2 img{
    margin: 26px auto 25px;
}

.oyatuimg3 img{
    margin: 29px auto 22px;
}

#oyatuname{
    height: 65px;
    margin-bottom: 20px;
    padding-top: 15px;
    background-color: #FFD1D1;
}

#oyatuname1{
    height: 65px;
    margin-bottom: 35px;
    padding-top: 18px;
    background-color: #FFD1D1;
}


#oyatuname2{
    height: 65px;
    margin-bottom: 35px;
    padding-top: -3px;
    background-color: #FFD1D1;
}

#oyatu p{
    border-top: 2px solid #FFD1D1;
    padding: 14px 13px 0 16px;
    font-weight: 450;
    letter-spacing: 0.2em;
    line-height: 30px;
    font-size: 16px;
}

p#oyatukakaku1{
    border: none;
    text-align: right;
    margin: 12px 0 23px 0;
    color: #fd2121;
}

p#oyatukakaku2{
    border: none;
    text-align: right;
    margin: 14px 0 23px 0;
    color: #fd2121;
}

#oyatuzeikomi{
    font-size: 13px;
}

#petseethako{
    display: flex;
    border: 5px solid #FFD1D1;
    border-radius: 20px;
    width: 1124px;
    margin: 0 auto 110px;
}

#petseettitle img{
    margin: 0 auto 30px;
}

#petseetimg img{
    padding: 22px 29px 30px 31px;
    border-right: 2px solid #FFD1D1;
}

#petseetbun{
    width: 733px;
}

#petseetname{
    text-align: left;
    padding: 29px 0 40px 38px;
    background-color: #FFD1D1;
    width: 733px;
    height: 89px;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.2em;
}

#petseetsetumei{
    font-size: 18px;
    font-weight: 450;
    padding-left: 40px;
    margin-top: 20px;
    letter-spacing: 0.2em;
    margin-right: 0;
}

p#seetkakaku{
    text-align: right;
    margin-top: 14px;
    font-size: 20px;
    margin-right: 20px;
    letter-spacing: 0.15em;
    color: #fd2121;
    font-weight: 450;
}

#seetzeikomi{
    font-size: 14px;
}

#goyoyakutitle{
    margin: 90px 422px 90px 423px;
}

#denwayoyaku{
    width: 467px;
    height: 83px;
    border: 1px solid #FFD1D1;
    border-radius: 20px;
    padding: 0;
    margin: 0 auto 87px;
    background-color: #FEE6E7;
}

p#uketuke{
    width: 360px;
    font-size: 18px;
    letter-spacing: 0.2em;
    white-space: nowrap;
    margin: 11px auto 0;
}

#phonenumber{
    font-size: 32px;
    display: flex;
    background-image: url(img/pc/call.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin: 0 90px 0 90px;
    letter-spacing: 0.05em;
}

p#tyuui1{
    font-size: 18px;
    margin: 0 auto 81px;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 30px;
}

#formhako{
    background-image: url(img/pc/goyoyakuback.jpg);
    background-repeat: no-repeat;
    background-position: 0 200px;
}

#formhako h2{
    background-color: #4F75B8;
    color: white;
    height: 111px;
    width: 761px;
    padding: 35px 78px 20px 78px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-radius: 20px  20px 0 0;
    margin-left: 260px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
    white-space: nowrap;
}

form{
    background-color: white;
    margin-left: 108px;
    width: 761px;
    height: 2100px;
    border: 1px solid black;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    padding-left: 110px;
    padding-top: 90px;
}


#hissu{
    color: #fd2121;
    font-size: 16px;
}

input[type="radio"]{
    margin-bottom: 30px;
}


#keiken{
    display: flex;
    gap: 60px;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
    width: 346px;
    height: 40px;
}

form p{
    margin-bottom: 40px;
    font-size: 18px;
}

input[type="file"]{
    display: none;
}

#file img{
    width: 25px;
    margin-left: 5px;
    margin-top: 5px;
}

.kind{
    margin: 0;
    padding: 0;
}

#kensyu{
    display: flex;
}

#calender{
    width: 400px;
    display: flex;
    margin-left: 80px;
    font-size: 32px;
    margin-top: -20px;
}

#nitiji p{
    font-size: 32px;
    letter-spacing: 0.15em;
}

#nen,#tuki{
    font-size: 20px;
}

#left,#right{
    padding: 10px 20px 0 20px ;
}

#kibounitiji{
    width: 700px;
    margin-top: -20px;
    margin-left: -75px;
    border: 1px solid black;
    border-radius: 20px;
    border-spacing: 0;
}

#kibounitiji thead{
    width: 539px;
    height: 52px;
    background-image: url(img/pc/yoyakuhyouyoubiback.png);
    background-repeat: no-repeat;
    background-position-x: center;
    font-size: 30px;
}

#kibounitiji th,
#kibounitiji td{
    width: 77px;
    height: 52px;
    border-right: 1px black solid;
    border-bottom: 1px black solid;
}


#kibounitiji th:last-child,
#kibounitiji td:last-child{
    border-right: none;
}

#kibounitiji tr:last-child td{
    border-bottom: none;
}

#kibounitiji tbody tr td span.date{
    position: absolute;
    padding-left: 2px;
    padding-top: 0;
    margin-top: -5px;
    font-size: 14px;
    width: 100px;
    height: 52px;
}

#kibounitiji tbody tr td span.mark{
    position: absolute;
    font-size: 18px;
}

#kibounitiji tbody tr td span.zengetu{
    opacity: 0.5;
    background-color: #E7E7E7;
}

#kibounitiji tbody tr td span.yasumi,.yasumi2{
    opacity: 0.5;
    color: red;
    background-color: #E7E7E7;
}

#kibounitiji tbody tr td span.yasumi2{
    border-radius: 0 0 0 20px;
}

#kibounitiji tbody tr td span.yasumi3{
    opacity: 0.5;
    background-color: #E7E7E7;
}

#kibounitiji tbody tr td span.yokutuki,.yokutuki2{
    opacity: 0.5;
    background-color: #E7E7E7;
}

#kibounitiji tbody tr td span.yokutuki2{
    border-radius: 0 0 20px 0;
}

.kyuujitu{
    color: red;
}

.maru{
    color: #4F75B8;
    padding-left: 40px;
    padding-top: 13px;
}

.batu{
    color: #453F3F;
    padding-left: 41.5px;
    padding-top: 13px;
}

.sankaku{
    color: #D65355;
    padding-left: 40px;
    padding-top: 13px;
}

#hyousetumei {
    letter-spacing: 0.2em;
    margin: 25px 80px 0 80px;
    padding: 0; 
    font-size: 16px;
}

#hyousetumei p:last-child{
    margin-top: -30px;
    letter-spacing: 0.25em;
}

.maru2{
    color: #4F75B8;
}

.batu2{
    color: #453F3F;
}

.sankaku2{
    color: #D65355;
}

#kainusijohou{
    width: 190px;
    height: 45px;
    text-align: left;
    background-color: #4F75B8;
    color: white;
    border-radius: 20px;
    padding-top: 10px;
    padding-left: 30px;
    font-size: 18px;
    letter-spacing: 0.2em;
}

textarea{
    width: 536px;
    height: 142px;
    margin-bottom: -30px;
}

#red{
    color: red;
}

#check{
    text-align: right;
    margin-right: 114px;
    font-weight: 450;
    letter-spacing: 0.2em;
}

#lastbutton{
    text-align: right;
    margin-right: 58px;
}

input[type="submit"]{
    width: 93px;
    height: 47px;
    margin-right: 60px;
    background-color: white;
    font-size: 18px;
}

input[type="reset"]{
    width: 93px;
    height: 47px;
    margin-right: 60px;
    background-color: white;
    color: red;
    border-color: red;
    font-size: 18px;
}

select{
    height: 40px;
}

#tyuuijikoutitle{
    margin: 119px 471px 40px 472px;
}

#tyuinaiyou{
    width: 936px;
    margin-left: 224px;
    margin-bottom: 110px;
}

#tyuinaiyou li{
    margin-bottom: 15px; 
    letter-spacing: 0.18em;
    font-size: 18px;
}

.sp{
    display: none;
}