@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;letter-spacing:0;}
body > div.wrap{width:900px; margin:0 auto;min-height:100vh;background:#333;}

/*  header  */
body > div.wrap > header{background:#fff;width:100%;}
body > div.wrap > header > h1{margin:1rem 0 0 1rem;font-size:32px;}
body > div.wrap > header > h2{margin:0 0 1rem 1rem;font-size:18px;}
body > div.wrap > header > h1,
body > div.wrap > header > h2{font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div.wrap > header > div{background:#000;padding:.5rem 0;}
body > div.wrap > header > div > ul{width:600px;margin:0 auto;display:flex;flex-direction:row;list-style:none;padding:0;}
body > div.wrap > header > div > ul > li{flex:1;}
body > div.wrap > header > div > ul > li > button{background:#333;color:#eee;width:100%;border:none;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div.wrap > header > div > ul > li > button:hover{background:#aaa;color:#000;}

/*  main  */
body > div.wrap > main{width:100%;display:flex;flex-derection:row;background:#fff;}
body > div.wrap > main > aside{flex:1;display:flex;flex-direction:column;}
body > div.wrap > main > article.top{flex:3;display:flex;flex-direction:row;background:url(../img/2a2.jpg) no-repeat 30px 28px;}
body > div.wrap > main > article.work,
body > div.wrap > main > article.room,
body > div.wrap > main > article.cart,
body > div.wrap > main > article.user,
body > div.wrap > main > article.check,
body > div.wrap > main > article.end,
body > div.wrap > main > article.gaide,
body > div.wrap > main > article.tori,
body > div.wrap > main > article.hogo,
body > div.wrap > main > article.info_input,
body > div.wrap > main > article.info_check,
body > div.wrap > main > article.infoend{flex:3;display:flex;flex-direction:column;}

/*  aside  */
body > div.wrap > main > aside > section{margin-top:1rem;}
body > div.wrap > main > aside > section > h3,
body > div.wrap > main > aside > section > a,
body > div.wrap > main > aside > section:nth-child(1) > figure > figcaption,
body > div.wrap > main > aside > section:nth-child(2) > ul > li > button,
body > div.wrap > main > aside > section:nth-child(3) > p{font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div.wrap > main > aside > section > h3{margin:.5rem;color:#3b81f7;}
body > div.wrap > main > aside > section > a{margin:.5rem;color:#3b81f7;}
body > div.wrap > main > aside > section:nth-child(1) > figure{margin:0;padding:0;}
body > div.wrap > main > aside > section:nth-child(1) > figure > a{height:344px;}
body > div.wrap > main > aside > section:nth-child(1) > figure > a:hover{
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -o-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
    filter: brightness(0.8);
	cursor : pointer;
}
body > div.wrap > main > aside > section:nth-child(1) > figure > figcaption{font-size:12px;}
body > div.wrap > main > aside > section:nth-child(2) > ul{list-style:none;padding:0;}
body > div.wrap > main > aside > section:nth-child(2) > ul > li:nth-child(1){margin-bottom:.5rem;}
body > div.wrap > main > aside > section:nth-child(2) > ul > li > button{width:100%;}
body > div.wrap > main > aside > section:nth-child(3) > p{font-size:12px;}

/*  sponsor  */
body > div.wrap > main > article > section.sponsore:nth-child(1){margin-top:470px;width:30px;}
body > div.wrap > main > article > section.sponsore:nth-child(2){margin-top:470px;width:300px;}
body > div.wrap > main > article > section.sponsore:nth-child(3){margin-top:470px;width:45px;}
body > div.wrap > main > article > section.sponsore:nth-child(4){margin-top:470px;width:300px;}

/*  work  */
body > div > main > article.work > section.work{margin-top:2rem;}
body > div > main > article.work > section.work:nth-child(3){margin-bottom:2rem;}
body > div > main > article.work > section.work > ul{list-style:none;display:flex;flex-direction:row;width:90%;margin:0 auto;}
body > div > main > article.work > section.work > ul > li:nth-child(2),
body > div > main > article.work > section.work > ul > li:nth-child(3){border:solid 1px #ddd;padding:1rem;font-size:13px;line-height:1.5em;letter-spacing:1px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.work > section.work > ul > li:nth-child(1){flex:1;border:solid 1px #ddd;padding:2rem .5rem;}
body > div > main > article.work > section.work > ul > li:nth-child(2){flex:0.6;}
body > div > main > article.work > section.work > ul > li:nth-child(3){flex:2.5;}
body > div > main > article.work > section.work > ul > li:nth-child(1) > img{width:120px;height:auto;transition-duration: 0.5s;}
body > div > main > article.work > section.work > ul > li:nth-child(1) > img:hover{transform: scale(2.0);}

/*  room  */
body > div > main > article.room > section.room{margin-top:2rem;}
body > div > main > article.room > section.room:nth-child(6){margin-bottom:2rem;}
body > div > main > article.room > section.room > ul{list-style:none;display:flex;flex-direction:row;width:90%;margin:0 auto;}
body > div > main > article.room > section.room > ul > li:nth-child(2),
body > div > main > article.room > section.room > ul > li:nth-child(3){border:solid 1px #ddd;padding:1rem;font-size:13px;line-height:1.5em;letter-spacing:1px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.room > section.room > ul > li:nth-child(1){flex:1;border:solid 1px #ddd;padding:2rem .5rem;}
body > div > main > article.room > section.room > ul > li:nth-child(2){flex:0.6;}
body > div > main > article.room > section.room > ul > li:nth-child(3){flex:2.5;}
body > div > main > article.room > section.room > ul > li:nth-child(1) > img{width:120px;height:auto;transition-duration: 0.5s;}
body > div > main > article.room > section.room > ul > li:nth-child(1) > img:hover{transform: scale(2.0);}

/*  cart  */
body > div > main > article.cart > section.cart > h3{margin:1.5rem 0 0 70px;color:#3b81f7;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.cart > section.cart > table{border-collapse:collapse;margin:2rem 0 0 70px;font-size:12px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.cart > section.cart > table > thead > tr > th:nth-child(1){width:120px;}
body > div > main > article.cart > section.cart > table > thead > tr > th:nth-child(2){width:130px;}
body > div > main > article.cart > section.cart > table > thead > tr > th:nth-child(3){width:80px;}
body > div > main > article.cart > section.cart > table > thead > tr > th:nth-child(4){width:60px;}
body > div > main > article.cart > section.cart > table > thead > tr > th:nth-child(5){width:80px;}
body > div > main > article.cart > section.cart > table > thead > tr > th:nth-child(6){}
body > div > main > article.cart > section.cart > table > thead > tr > th:nth-child(7){}

body > div > main > article.cart > section.cart > table > tbody > tr > td:nth-child(1){border:solid 1px #ccc;padding:0 5px;}
body > div > main > article.cart > section.cart > table > tbody > tr > td:nth-child(2){border:solid 1px #ccc;padding:0 5px;}
body > div > main > article.cart > section.cart > table > tbody > tr > td:nth-child(3){text-align:right;border:solid 1px #ccc;padding:0 5px;}
body > div > main > article.cart > section.cart > table > tbody > tr > td:nth-child(4){text-align:right;border:solid 1px #ccc;padding:0 5px;}
body > div > main > article.cart > section.cart > table > tbody > tr > td:nth-child(5){text-align:right;border:solid 1px #ccc;padding:0 5px;}
body > div > main > article.cart > section.cart > table > tbody > tr > td:nth-child(6){width:50px;border:solid 1px #ccc;padding:0;align-items: center;}
body > div > main > article.cart > section.cart > table > tbody > tr > td:nth-child(7){width:50px;border:none;padding:0;}

body > div > main > article.cart > section.cart > table > tbody > tr.sum > td:nth-child(1){border:none;}
body > div > main > article.cart > section.cart > table > tbody > tr.sum > td:nth-child(2){border:none;}
body > div > main > article.cart > section.cart > table > tbody > tr.sum > td:nth-child(3){border:solid 1px #ccc;text-align:right;padding:0 5px;line-height:1.5rem;}
body > div > main > article.cart > section.cart > table > tbody > tr.sum > td:nth-child(4){text-align:right;border:solid 1px #ccc;padding:0 5px;line-height:1.5rem;}
body > div > main > article.cart > section.cart > table > tbody > tr.sum > td:nth-child(5){text-align:right;border:none;padding:0;}
body > div > main > article.cart > section.cart > table > tbody > tr.sum > td:nth-child(6){border:none;padding:0;}

body > div > main > article.cart > section.cart > p{color:#3b81f7;font-size:14px;margin:2rem 0 0 70px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.cart > section.cart > div > ul{display:flex;flex-direction:row;margin:2rem 0 0 70px;width:600px;list-style:none;padding:0;}
body > div > main > article.cart > section.cart > div > ul > li{flex:1;text-align:center;}
body > div > main > article.cart > section.cart > div > ul > li > button{font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/*  user  */
body > div > main > article.user > section.user > h3{margin:1.5rem 0 0 70px;color:#3b81f7;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.user > section.user{display:flex;flex-direction:column;}
body > div > main > article.user > section.user > p{margin:2rem 0 0 70px;color:#3b81f7;font-size:14px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.user > section.user > form:nth-child(3) > ul{display:flex;flex-direction:row;list-style:none;padding:0;width:600px;margin:1.5rem 0 0 70px;}
body > div > main > article.user > section.user > form:nth-child(3) > ul > li,
body > div > main > article.user > section.user > form:nth-child(3) > ul > li > button{font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

body > div > main > article.user > section.user > form:nth-child(3) > ul > li:nth-child(1){flex:1;font-size:14px;}
body > div > main > article.user > section.user > form:nth-child(3) > ul > li:nth-child(2){flex:0.5;font-size:10px;color:red;}
body > div > main > article.user > section.user > form:nth-child(3) > ul > li:nth-child(3){flex:5;font-size:14px;}
body > div > main > article.user > section.user > form:nth-child(3) > ul > li:nth-child(3) > input{width:300px;height:1.5rem;}
body > div > main > article.user > section.user > form:nth-child(3) > ul > li:nth-child(3) > textarea{width:300px;height:4rem;}
body > div > main > article.user > section.user > form:nth-child(3) > ul > li:nth-child(3) > button{width:120px;}

/*  check  */
body > div > main > article.check > section.check > h3{margin:1.5rem 0 0 70px;color:#3b81f7;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.check > section.check{display:flex;flex-direction:column;}
body > div > main > article.check > section.check > p{margin:2rem 0 0 70px;color:#3b81f7;font-size:14px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.check > section.check > form:nth-child(3) > ul{display:flex;flex-direction:row;list-style:none;padding:0;width:600px;margin:1.5rem 0 0 70px;border:solid 1px #ddd;}
body > div > main > article.check > section.check > form:nth-child(3) > ul:nth-child(9),
body > div > main > article.check > section.check > form:nth-child(3) > ul:nth-child(10){border:none;}
body > div > main > article.check > section.check > form:nth-child(3) > ul > li,
body > div > main > article.check > section.check > form:nth-child(3) > ul > li > button{font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.check > section.check > form:nth-child(3) > ul > li:nth-child(1){flex:1;font-size:14px;}
body > div > main > article.check > section.check > form:nth-child(3) > ul > li:nth-child(2){flex:0.5;font-size:10px;color:red;}
body > div > main > article.check > section.check > form:nth-child(3) > ul > li:nth-child(3){flex:5;font-size:14px;}
body > div > main > article.check > section.check > form:nth-child(3) > ul > li:nth-child(3) > input{width:300px;height:1.5rem;border:none;}
body > div > main > article.check > section.check > form:nth-child(3) > ul > li:nth-child(3) > textarea{width:300px;height:4rem;}
body > div > main > article.check > section.check > form:nth-child(3) > ul > li:nth-child(3) > button{width:120px;}


/*  end  */
body > div > main > article.end > section.end > h3{margin:1.5rem 0 0 70px;color:#3b81f7;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.end > section.end > p{margin:2rem 0 0 70px;color:#3b81f7;font-size:14px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.end > section.end > form > button{margin-left:70px;margin-top:2rem;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;width:120px;}

/*  gaide  */
body > div > main > article.gaide > section.gaide > h3,
body > div > main > article.gaide > section.gaide > h4,
body > div > main > article.gaide > section.gaide > p{font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.gaide > section.gaide > h3,
body > div > main > article.gaide > section.gaide > h4{margin:1.5rem 0 0 70px;color:#3b81f7;}
body > div > main > article.gaide > section.gaide > p{margin-left:70px;font-size:14px;width:40rem;text-align:justify;}

/*  tori  */
body > div > main > article.tori > section.tori > h3,
body > div > main > article.tori > section.tori > h4,
body > div > main > article.tori > section.tori > p{font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.tori > section.tori > h3,
body > div > main > article.tori > section.tori > h4{margin:1.5rem 0 0 70px;color:#3b81f7;}
body > div > main > article.tori > section.tori > p{margin-left:70px;font-size:14px;width:40rem;text-align:justify;}

/*  hogo  */
body > div > main > article.hogo > section.hogo > h3,
body > div > main > article.hogo > section.hogo > h4,
body > div > main > article.hogo > section.hogo > p{font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.hogo > section.hogo > h3,
body > div > main > article.hogo > section.hogo > h4{margin:1.5rem 0 0 70px;color:#3b81f7;}
body > div > main > article.hogo > section.hogo > p{margin-left:70px;font-size:14px;width:40rem;text-align:justify;}

/*  info_input  */
body > div > main > article.info_input > section.info_input > h3{margin:1.5rem 0 0 70px;color:#3b81f7;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.info_input > section.info_input{display:flex;flex-direction:column;}
body > div > main > article.info_input > section.info_input > p{margin:2rem 0 0 70px;color:#3b81f7;font-size:14px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.info_input > section.info_input > form:nth-child(3) > ul{display:flex;flex-direction:row;list-style:none;padding:0;width:600px;margin:1.5rem 0 0 70px;}
body > div > main > article.info_input > section.info_input > form:nth-child(3) > ul > li,
body > div > main > article.info_input > section.info_input > form:nth-child(3) > ul > li > button{font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.info_input > section.info_input > form:nth-child(3) > ul > li:nth-child(1){flex:1;font-size:14px;}
body > div > main > article.info_input > section.info_input > form:nth-child(3) > ul > li:nth-child(2){flex:0.5;font-size:10px;color:red;}
body > div > main > article.info_input > section.info_input > form:nth-child(3) > ul > li:nth-child(3){flex:5;font-size:14px;}
body > div > main > article.info_input > section.info_input > form:nth-child(3) > ul > li:nth-child(3) > input{width:300px;height:1.5rem;}
body > div > main > article.info_input > section.info_input > form:nth-child(3) > ul > li:nth-child(3) > textarea{width:300px;height:4rem;}
body > div > main > article.info_input > section.info_input > form:nth-child(3) > ul > li:nth-child(3) > button{width:120px;}

/*  info_check  */
body > div > main > article.info_check > section.info_check > h3{margin:1.5rem 0 0 70px;color:#3b81f7;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.info_check > section.info_check{display:flex;flex-direction:column;}
body > div > main > article.info_check > section.info_check > p{margin:2rem 0 0 70px;color:#3b81f7;font-size:14px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul{display:flex;flex-direction:row;list-style:none;padding:0;width:600px;margin:1.5rem 0 0 70px;border:solid 1px #ddd;}
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul:nth-child(9),
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul:nth-child(10){border:none;}
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul > li,
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul > li > button{font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul > li:nth-child(1){flex:1;font-size:14px;}
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul > li:nth-child(2){flex:0.5;font-size:10px;color:red;}
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul > li:nth-child(3){flex:5;font-size:14px;}
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul > li:nth-child(3) > input{width:300px;height:1.5rem;border:none;}
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul > li:nth-child(3) > textarea{width:300px;height:4rem;}
body > div > main > article.info_check > section.info_check > form:nth-child(3) > ul > li:nth-child(3) > button{width:120px;}

/*  infoend  */
body > div > main > article.infoend > section.infoend > h3{margin:1.5rem 0 0 70px;color:#3b81f7;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.infoend > section.infoend > p{margin:2rem 0 0 70px;color:#3b81f7;font-size:14px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body > div > main > article.infoend > section.infoend > form > button{margin-left:70px;margin-top:2rem;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;width:120px;}

/*  footer  */
footer{width:100%;padding:2rem 0;text-align:center;}
footer > p,
footer > div > a{padding:1rem;color:#ccc;font-size:12px;font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
