@charset "utf-8";

/* 全てのwebページに適用される */
html {
    font-family: "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

html {
    box-sizing: border-box;
}

#n {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    color: white;
    margin-top: 0;
    margin-bottom: 5px;
}

#nn {
    margin-bottom: 30px;
}

/* 基本レイアウトCSS */
body {
    margin: 0;
}

.wrapper {
    margin-top: 500px;
    background-color: rgba(255, 255, 255, 0.675);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: auto;
    width: 100%;

}

header {
    position: fixed;
    top: 360px;
    left: 10px;
    width: 100%;
}

header img {
    width: 200px;
}

.menu-item {
    padding-bottom: 16px;
}

/* 背景画像用CSS */
.bg {
    position: fixed;
    top: 0;
    z-index: -100;
    /* 背景画像の高さを設定 */
    width: 100%;
    height: 450px;
}

.bgImage {
    width: 100%;
    min-height: 450px;
    color: rgb(255, 253, 253);
    display: table;
    background-position: top;
    position: absolute;
    z-index: -1;
    /* //画像をウィンドウサイズにフィット */
}

.bg-slider {
    background-repeat: no-repeat;
    background-size: cover;
}

.bgImage>* {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
}

main {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    background-color: rgba(77, 244, 250, 0);
}

/* 催事スペース */
.pop{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#bosyuu{
    height: 400px;
}
#bosyuu {
    transition-duration: 0.5s; /*変化の時間*/
    }
    #bosyuu:hover {
    transform: scale(1.5,1.5); /*画像の拡大*/
    cursor: pointer; /*カーソルをポインターにする*/
    }

.box {
    margin-top: 20px;
}

h1.wait {
    color: #ec3d63;
}

h2 {
    color: rgb(53, 53, 53);

    border-bottom: 3px dotted #3bbcf0;
    margin: 20px 0;
    padding: 5px;
}

p {
    line-height: 1.2;
}

a:link {
    color: #014268;
}

a:visited {
    color: #014268;
}

a:hover {
    color: #ffffff;
}

a:active {
    color: aquamarine;
}

.you:hover {
    color: red;
}

.sns:hover {
    color: #8adaff;
}

.irai:hover {
    color: rgb(67, 173, 137);
}

a#shop:hover {
    color: #ffffff;
}

/* すべてのページに適用ーヘッダーー */
a {
    text-decoration: none;
}

img.youtube {
    padding-bottom: 0;
}

li {
    list-style: none;
}

/* ナビゲーション */
nav {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 245px;
}

#nav ul {
    display: flex;

    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1080px;
    list-style-type: none;
}

#nav ul li {
    flex: 1 0 auto;
    width: 7em;
    margin: 0;
}

#nav ul li a {
    display: block;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

.button {
    background: linear-gradient(90deg, rgb(174, 228, 243) 0%, rgb(238, 237, 234) 50%, rgb(4, 101, 153) 100%);
    padding: 5px 10px;
    background-size: 200% 100%;
    border: none;
}

.button:hover {
    background-position: 100% 0;
}

/* すべてのページに適用ーフッターー */
.footer {
    text-align: center;
    color: #3bbcf0;
    border-bottom: 10px solid #3bbcf0;
    margin: 20px 0;
    padding: 5px;
    background-color: white;
    color: #3bbcf0;
}

/* about.html */
.profile {
    float: left;
    padding: 0 1em 1em 0;
}

.guide {
    clear: both;
}

.map {
    text-align: center;
}

/* コンテナー */
.container img {
    width: 340px;
}

/* テーブル */
td {
    background-color: white;
    line-height: 1.4;
    border: solid 2px #8adaff;
    padding: 2px auto;
}

.guide {
    border-collapse: collapse;
}

.info {
    border-collapse: collapse;
}

.info th,
.info td {
    font-size: x-large;
    padding: 8px;
    border: 1px solid #4db6fc;
    text-align: left;
}

.info th {
    background-color: #8adaff;
    background: linear-gradient(-225deg, #bfedff 0%, #8c84f4 90%, #23046f 100%);
    width: 11em;
    color: rgb(2, 71, 117);
    vertical-align: top;
    text-align: left;
}

.info td {
    background-color: rgb(255, 255, 255);
    width: 40em;
    vertical-align: top;
}

.info- {
    border-collapse: collapse;
}

.info- th,
.info- td {
    font-size: x-large;
    padding: 8px;
    border: 1px solid #4db6fc;
    text-align: left;
}

.info- th {
    background-color: #8adaff;
    background: linear-gradient(-225deg, #bfedff 0%, #8c84f4 90%, #23046f 100%);
    width: 40em;
    color: rgb(2, 71, 117);
    vertical-align: top;
    text-align: left;
}

.info- td {
    background-color: rgb(255, 255, 255);
    width: 25em;
    vertical-align: top;
}

/* スクロール部 */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.d-demo__wrap {
    display: flex;
    overflow: hidden;
}

.d-demo__list {
    display: flex;
    list-style: none;
}

.d-demo__list--left {
    animation: infinity-scroll-left 90s infinite linear 0.5s both;
}

.d-demo__item {
    width: calc(100vw / 6);
}

.d-demo__item>img {
    width: 100%;
}

.demo__wrap:hover .d-demo__list--left {
    animation-play-state: paused;
}

/* ダイアリー */
#sns {
    width: 1080px;
}

.hoby {
    height: 460px;
}

/* マップ */
.map {
    text-align: left;
}

/* プロフィール */

.license {
    margin-left: 10px;
}

.license,
li {
    padding: 3px 0;
}

.license ul li {
    position: relative;
}

.license ul li:before {
    color: #3bbcf0;
    content: "・";
    font-size: 46px;
    position: absolute;
    top: -10px;
    left: 435px;
}

img.profile {
    margin-right: 25px;
    height: 640px;
}

/* 戻るボタン */

html {
    scroll-behavior: smooth;
}

.gotop {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: rgba(121, 231, 250, 0.842);
    border: 1px solid rgb(255, 252, 252);
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    font-weight: 600;
    text-decoration: none;
    color: rgb(70, 70, 70);
    opacity: 0.8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}

.gotop::before {
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}

.gotop:hover {
    opacity: 1;
}

@media(max-width:750px) {
    .gotop {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }

    .gotop::before {
        bottom: 0;
    }
}

/* アクティビティ */
.container {
    display: grid;
    height: 1400px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 10px 20px;
}

/*縦方向に10px、横方向に20pxの余白を指定する */

/* ギャラリー */

.container2 {
    display: grid;
    height: 600px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 10px 20px;
    grid-template-areas:
        "areaA areaB areaC areaF"
        "areaA areaD areaE areaG";
}

.item_a {
    grid-area: areaA;
}

.item_b {
    grid-area: areaB;
}

.item_c {
    grid-area: areaC;
}

.item_d {
    grid-area: areaD;
}

.item_e {
    grid-area: areaE;
}

.item_f {
    grid-area: areaF;
}

.item_g {
    grid-area: areaG;
}

.sanple {
    text-align: center;
    margin-top: 0;
}

#sanple {
    box-shadow: 7px 7px 10px;
}

.container2 img {
    width: 250px;
}

/* オンライン */
.shop {
    text-align: center;
}

.youtube {
    text-align: center;
}

img#shop {
    border: 2px solid rgb(64, 238, 238);
    border-radius: 15px;
    box-shadow: 7px 7px 10px #218af3;
}

p#shop {
    margin-bottom: 2px;
}

p#yahoo {
    margin-top: 2px;
}

h1.salt {
    padding-top: 1em;
    padding-bottom: 0;
    background-color: #8adaff;
    height: 1em;
    width: auto;
    background: linear-gradient(-225deg, #8adaff 0%, #4c41dd 75%, #23046f 100%);
}

h1.fresh {
    padding-top: 1em;
    padding-bottom: 0;
    background-color: #affeff;
    height: 1em;
    width: auto;
    background: linear-gradient(-225deg, #affeff 0%, #85f3cc 75%, #068a57 100%);
}

h2#dm {
    margin: 0 2px 10px 5px;
}

h2.top {
    margin: 3px 2px;
}

h2.space {
    border-bottom: 3px dotted white;
}

h3 {
    margin: 20px 2px 10px 5px;
}

h4 {
    margin-bottom: 2px;
}

th {
    width: 9em;
}

.dm_list {
    display: flex;
    line-height: 1em;
}

.dm_photo {
    margin-right: 20px;
}

.gaff {
    width: 300px;
    margin: 0;
}

.dm_tejun {
    font-weight: 700;
    margin: 2px 20px;
}

/* ガイド案内 */
#check {
    color: red;
}

.hoken td {
    width: 13em;
    font-size: larger;
    border: 2px solid #affeff;
    background-color: #3bbcf0;
    text-align: center;
    margin: 0 2em;
    padding: 0 2em;
}

/* お問い合わせフォーム */
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

@media screen and (max-width: 480px) {
    .Form {
        margin-top: 40px;
    }
}

.Form-Item {

    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .Form-Item {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #3bbcf0;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #3bbcf0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
    }
}

/* designページ */
.design {
    margin-top: 70px;
}

.fhotograph2 {
    width: 175px;
}

.iro {
    width: 200px;
}

.po {
    width: 600px;
}
.oikawa{
    height: 237.36px;
}

.san {
    width: 500px;
}

.mesi {
    width: 250px;
}

/* レスポンシブここから */

/* 〜479px：スマートフォン縦
------------------------------ */
/* スマホだけに適用するCSS */
@media screen and (max-width:479px) {

    /* ボディ */
    body {
        font-size: 13px;
        /* 文字サイズ */
    }



    /* ロゴ画像 */
    .bg {
        width: 479px;
        /* 横幅 */
    }

    /* ラッパー */
    .wrapper {
        width: auto;
        padding: 0 10px;
        /* 左右の余白 */
    }

    /* ナビゲーション */
    nav{
        width: 390px;
    }
/* メイン */
.main
{
    width: 390px;
   }
   .maesetu{
    width: 390px;
   }
.gotop {
        display: none;
    }

    h2 {
        width: 390px;
    }

/* 催事スペース */
#bosyuu{
    display: block;
    width: 390px;
}

#saiji{
    font-size: small;
}

/* アクティビティ */
.info{
    width: 390px;
    font-size: smaller;
}
.container{
    grid-template-columns: none;
    height: auto;
}
/* ダイアリー */
#sns{
    display: none;
}
h3{
    width: 390px;
}
.blog td{
display: block;
}
/* 料金表 */
.fee{
    width: 390px;
}
.hoby2{
    width: 390px;
}
.sanple{
    text-align: left;
    width: 390px;
}
/* マップ */
.map{
    width: 390px;
}
/* プロフィール */
.profile2{
    width: 390px;
}
.profile{
    display: none;
}
 .license ul li:before{
        display: none;
    }
/* ガイドプランニング例 */
.guide{
    width: 390px;
  }
/* オンラインショップ */
.shop{
    width: 390px;
}
.midashi{
    width: 390px;
}
#lgf{
    width: 380px;
}
.dm_block{
    display: block;
    width: 390px;
}
.dm_list{
    display: block;
    width: 390px;
}
.gaff{
    width: 150px;
}
.wait{
    display: none;
}
.dm_photo{
    margin-top: 10px;
}
#dm{
    font-size: small;
}
.youtube{
    width: 390px;
}
iframe{
    width: 370px;
}
/* ギャラリー */
.container2{
    display: block;
    height: auto;
    width: 380px;
    }
    .gallery{
        margin-top: 10px;
    }
.guide{
    width: 390px;
}

}
