@charset "UTF-8";

html {
    box-sizing: border-box;
    width: 100%;
}

img {
	max-width:94.5%;
	height: auto;
}
a {
    display:block;  
    color: #996666;
    text-decoration-line: none;
}

p {
    margin: 0;
    padding: 0;
}

a:hover { 
    color: #cc6666;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: none;
	padding-bottom: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    background-color: #ffcc99;
}


#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: 2px solid #ff3333;
}
#pagetop a {
    display: block;
    background: #ffcccc98;
    color: #000;
    width: 50px;
    height: 30px;
    padding: 15px 5px 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #ffcccc;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

@media screen and (min-width: 768px){
.mainimg img {
        margin-top: 40px;
        margin-left: 2rem;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ddmenu {
    display: flex;
    flex-direction: row;
    width: 100%; 
    margin-left: 2rem;
 }
 
.ddmenu li {
    width: 13.2%;   
    border: 0.5px solid #663333;
    display: inline-block;
    list-style-type: none; 
    position: relative; 
}
.ddmenu a {
    background-color: #cc6633; 
    color: #ffffff; 
    font-size: 14px;
    line-height: 40px; 
    text-align: center; 
    text-decoration: none; 
    font-weight: bold;        /* 項目内全域リンク */
 }
.ddmenu a:hover {
    background-color: #ff9966; 
    color: #dd0000;  
 }
 
.ddmenu li:hover ul {
    display: block;      /* ポインタが載っている項目のリストを表示 */
 }
 
.ddmenu ul {
    width: 100%; 
    margin: 0px;
    padding: 0px; 
    display: none; 
    position: absolute; 

 }

.ddmenu ul li {
    width: 100%;  
    border-top: 1px solid #ffc0cb;
}

.ddmenu ul li a {
    line-height: 35px;
    text-align: left; 
    padding-left: 5px; 
    font-weight: normal; 
 }
.ddmenu ul li a:hover {
    background-color: #ffcccc;
    color: #ff3333;
 }

 /* ここからページ本文パソコン用 */

.frame {
    display: flex;
    flex-direction: column;
    text-decoration-line: none;
    max-width: 95%; 
    margin-left:2rem;
    padding: 0px; 
 }
 
.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffcccc;
    color: #000;
    width: 100%;
    height: auto;
    font-size:medium;
    font-weight: bold;
    border-style: solid;
    border-color: #cc3333;
    padding: 15px 0 15px 0;
    margin: 1rem 0 0 0;
}

.head {
    display: inline-block;
    background-color: #ff3333;
    width: 100%;
    height: 50px;
    font-weight: bold;
    padding: 15px 0 0 0;
    font-size:x-large;
    text-align: center; 
    margin: 1rem 0 0 0;
    border-style: solid solid none solid;
    border-color: #cc9999;
}

.article {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffcccc;
    width: 100%;
    color: #000;
    font-weight: bold;
    border-style: solid;
    border-color:#cc9999;
}

.article-branch {
    background-color: #ffcccc;
    width: 60%;
    color: #000;
    font-weight: bold;
    margin:1rem 0 1rem 0 ;
    text-align: left; 
}

.slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #ffcccc;
    color: #000;
    font-size:medium;
    font-weight: bold;
    padding: 15px 0 15px 0;
    border-style: solid;
    border-color: #cc9999;
}

.slogan-branch-sep {
    display: flex;
    flex-direction: row;
    max-width: 80%;
    background-color: #ffcccc;
    color: #000;
    font-weight: bold;
    justify-content: center;
}

.slogan-branch {
    background-color: #ffcccc;
    width: 60%;
    color: #000;
    font-weight: bold;
    text-align: center; 
}

table.item {
    border: 0px;
    padding: 0 10 0 10;
    text-align: center; 
}

table.price {
    background-color: #ffcccc;
    border: solid 3px #cc9999;
    border-collapse:collapse;
    font-weight: bold;
    font-size: smaller;
    width: 100.5%;
}

table.price th {
    background-color: #ff8f8f;
    border: solid 3px #cc9999;
}

table.price td {
    background-color: #ffaaaa;
    border: solid 3px #cc9999;
    padding: 1px 0 1px 5px;
}

.comment-head {
    font-size: larger;
    color: #660000;
}

.text {
    text-indent: 10px;
}

.space {
    display: inline-block;
    background-color: #ffcc99;
    width: 100%;
    height: 20px;
}

 /* ここまでページ本文パソコン用 */
 
.copyright {
    text-align: center;
    size: 200px;
    padding: 1rem 0;
}
}


@media screen and (max-width: 768px){

.mainimg img {
display: none;
}


main {
    margin: 0;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ddmenu {
    display: flexbox;
    flex-direction: row;
    max-width: 94.5%; 
    margin: 0 10px 10px 10px;
 }
 
.ddmenu li {
    width: calc(94.5% / 3);
    border: 0.5px solid #663333;
    display: inline-block;
    list-style-type: none; 
    position: relative;
    margin: 0 -0.4em 0 0;
}
.ddmenu a {
    background-color: #cc6633; 
    color: #ffffff; 
    font-size: 12px;
    line-height: 30px; 
    text-align: center; 
    text-decoration: none; 
    font-weight: bold;        /* 項目内全域リンク */
 }
.ddmenu a:hover {
    background-color: #ff9966; 
    color: #dd0000;  
 }

 
/* ここからページ本文スマホ用 */
.frame {
    display: flex;
    flex-direction: column;
    text-decoration-line: none;
    max-width: 95%; 
    margin-left:0;
    padding: 0px; 
 }
 
.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffcccc;
    color: #000;
    width: 100%;
    height: auto;
    font-size:medium;
    font-weight: bold;
    border-style: solid;
    border-color: #cc3333;
    padding: 15px 0 15px 0;
    margin: 1rem 0 0 0;
}

.head {
    display: inline-block;
    background-color: #ff3333;
    width: 100%;
    height: auto;
    font-weight: bold;
    padding: 3px 0 3px 0;
    font-size:x-large;
    text-align: center; 
    margin: 1rem 0 0 0;
    border-style: solid solid none solid;
    border-color: #cc9999;
}

.article {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffcccc;
    width: 100%;
    color: #000;
    font-weight: bold;
    border-style: solid;
    margin:0px 0 3px 0 ;
    border-color:#cc9999;
}

.article-branch {
    background-color: #ffcccc;
    width: 95%;
    color: #000;
    font-weight: bold;
    margin:3px 0 3px 0 ;
    text-align: left; 
}

.slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #ffcccc;
    color: #000;
    font-size:medium;
    font-weight: bold;
    padding: 15px 0 15px 0;
    border-style: solid;
    border-color: #cc9999;
}

.slogan-branch-sep {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    background-color: #ffcccc;
    color: #000;
    font-weight: bold;
    justify-content: center;
}

.slogan-branch {
    background-color: #ffcccc;
    width: 60%;
    color: #000;
    font-weight: bold;
    text-align: center; 
}

table.item {
    border: 0px;
    padding: 0 10 0 10;
    text-align: left; 
}

table.price {
    background-color: #ffcccc;
    border: solid 3px #cc9999;
    border-collapse:collapse;
    font-weight: bold;
    font-size: smaller;
    width: 101%;
}

table.price th {
    background-color: #ff8f8f;
    border: solid 3px #cc9999;
}

table.price td {
    background-color: #ffaaaa;
    border: solid 3px #cc9999;
    padding: 1px 0 1px 5px;
}

.comment-head {
    font-size: medium;
    color: #660000;
}


.text {
    text-indent: 3px;
}

.space {
    display: inline-block;
    background-color: #ffcc99;
    width: 100%;
    height: 5px;
}

/* ここまでページ本文スマホ用 */

.copyright {
    text-align: center;
    font-size: 12px;
    padding: 1rem 0;
}

}