/* 幅640px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .ssp {
    display: inherit;
  }
  .pc_none {
    display: inherit !important;
  }
  .br_none {
    display: inherit !important;
  }
  #waku {
    margin: 0 auto;
    background-color: #F8F2D8;
    width: 100%;
    border-radius: 0;
  }
  .main-nav {
    width: 99%;
    display: -webkit-inherit;
    display: -moz-inherit;
    display: -ms-inherit;
    display: -webkit-inherit;
    display: inherit;
    justify-content: space-between;
    margin: 0 auto 20px;
  }
  .main-nav li {
    min-width: 99%;
  }
  .main-nav a {
    margin: 1px;
    border-radius: 5px;
    background: #240f00;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
  }
  .main-nav a:hover {
    background: #c6b198;
  }
  .main-nav a:hover {
    background-color: #240F00;
    background-image: -webkit-linear-gradient(270deg, rgba(61, 33, 10, 1.00) 0.52%, rgba(36, 15, 0, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(61, 33, 10, 1.00) 0.52%, rgba(36, 15, 0, 1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(61, 33, 10, 1.00) 0.52%, rgba(36, 15, 0, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(61, 33, 10, 1.00) 0.52%, rgba(36, 15, 0, 1.00) 100%);
  }
  #header {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
  }
  .main {
    display: -webkit-inherit;
    display: -moz-binherit;
    display: -ms-inherit;
    display: -webkit-inherit;
    display: inherit;
    width: 100%;
    margin: 0 auto 20px;
  }
  .main .col-1 {
    border-radius: 5px;
    background: #c6b198;
    margin: 0 0 10px;
    width: 99%;
    margin: 0 auto 20px;
  }
  .main .col-1 img {
    max-width: 97%;
    height: auto;
    text-align: center;
  }
  .main .col-2 {
    text-align: center;
    background: #f8f2d8;
    width: 99%;
  }
  .main .col-2 ul.hp_box {
    display: table;
    background: #c6b198;
    padding: 10px;
    height: auto;
    border-radius: 5px;
  }
  .main .col-2 ul.hp_box li {
    display: table-cell;
    vertical-align: top;
    font-size: 90%;
    text-align: left;
  }
  .main .col-2 ul.hp_box li p:first-child {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 140%;
  }
  .main .col-2 ul.hp_box:first-child {
    margin-bottom: 11px;
  }
  ul.hp_box li:first-child {
    padding-right: 10px;
    width: 100px;
  }
  #wrapper, .inner {
    margin: 0 auto 20px;
    width: 100%;
  }
  #content {
    float: none;
    width: 99%;
    padding: 0 0 10px;
  }
  #sidebar {
    float: none;
    width: 99%;
    padding: 10px 0;
    background-color: #C6B198;
    border-radius: 5px;
  }
  #newsbox {
    border: 5px solid #c0272d;
    margin: 0 0 20px;
    padding: 0 10px;
    background-color: #F8F2D8;
  }
  #sns {
    width: 95%;
    display: -webkit-inherit;
    display: -moz-inherit;
    display: -ms-inherit;
    display: -webkit-inherit;
    display: inherit;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }
  #sns p.banner {
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }
  #gaiyou {
    width: 99%;
    display: -webkit-table;
    display: -moz-table;
    display: -ms-table;
    display: -webkit-table;
    display: table;
    text-align: left;
  }
  #gaiyou .acc {
    display: -webkit-table-cell;
    display: -moz-table-cell;
    display: -ms-table-cell;
    display: -webkit-table-cell;
    display: table-cell;
    vertical-align: bottom;
  }
  #gaiyou iframe {
    padding-bottom: 15px;
    margin-right: 5px;
    width: 90%;
    border: 10px solid #c6b198;
    height: 350px;
    border-radius: 5px;
  }
  #gaiyou p {
    font-size: 80%;
    padding-bottom: 5px;
  }
  #gaiyou p.acmap {
    padding-bottom: 15px;
    margin-right: 0;
    padding-right: 10px;
    width: 75%;
  }
  #footer {
    clear: both;
    background-image: url(images/footer_bg.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    height: auto;
  }
  .thumbWrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .thumbWrap img {
    width: 100%;
    height: auto;
  }
  /* ヘッダー
*****************************************************/
  /* サイト説明文
----------------------------------*/
  #header h1 {
    padding: 5px 3px 5px 3px;
    color: #3c2f13;
    font-size: 80%;
    font-weight: normal;
  }
  /* ロゴ (サイトタイトル)
----------------------------------*/
  #header p {
    clear: both;
    float: none;
    padding-top: 5px;
    width: 95%;
    margin: 0 auto;
  }
  #header p img {
    width: 100%;
    max-width: 488px;
    height: auto;
  }
  /* コンタクトインフォメーション
----------------------------------*/
  #headerInfo {
    float: none;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  #headerInfo img {
    padding-top: 0px;
    width: 100%;
    max-width: 416px;
    height: auto;
  }
  /* よくある質問 */
  #s_box {
    border-bottom: 1px solid #240f00;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #s_box p.question {
    padding-left: 30px;
    background-image: url(images/qu.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 100%;
  }
  #s_box p.answer {
    padding-left: 30px;
    background-image: url(images/ae.png);
    background-position: left top;
    background-repeat: no-repeat;
  }
  /* 固定ページ　メイン画像
----------------------------------*/
  #mainImg {
    line-height: 0;
    text-align: center;
    background: #ded9bb;
    z-index: 0;
    margin-bottom: 20px;
  }
  /* タイポグラフィ
*****************************************************/
  h2.title {
    clear: both;
    margin: 0 0 20px;
    padding: 5px 0;
    font-size: 120%;
    color: #240f00;
    border-bottom: 3px solid #240f00;
    font-weight: bold;
  }
  h2.first {
    margin-top: 0;
  }
  .dateLabel {
    margin: -10px 0 10px;
    text-align: right;
    font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
  }
  .posts {
    padding: 0 20px 100px;
  }
  .post p {
    padding-bottom: 15px;
  }
  .post ul {
    margin: 0 0 10px 10px;
  }
  .post ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(images/bullet.png) no-repeat 0 8px;
  }
  .post ol {
    margin: 0 0 10px 30px;
  }
  .post ol li {
    list-style: decimal;
  }
  .post h2 {
    margin: 10px 0;
    padding-bottom: 2px;
    font-size: 130%;
    font-weight: normal;
    color: #252525;
    border-bottom: 2px solid #3c2f13;
  }
  .post h3 {
    margin: 10px 0;
    font-size: 120%;
    font-weight: normal;
    color: #2e2c2c;
    border-bottom: 1px solid #3c2f13;
  }
  .post blockquote {
    clear: both;
    padding: 10px 0 10px 15px;
    margin: 10px 0 25px 30px;
    border-left: 5px solid #ccc;
  }
  .post blockquote p {
    padding: 5px 0;
  }
  .post table.stats {
    border: 1px #2e2c2c solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 20px;
    width: 99%;
    font-size: 90%;
  }
  .post table.stats th {
    padding: 7px;
    border: #2e2c2c solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    background: #ded9bb;
    width: 6em;
  }
  .post table.stats td {
    padding: 7px;
    border: 1px #2e2c2c solid;
    border-width: 0 0 1px 1px;
    background: #fff;
  }
  .post table.stats td a {
    color: #252525;
  }
  .post table.stats td a:hover {
    color: #aaa;
  }
  .post dt {
    font-weight: bold;
  }
  .post dd {
    padding-bottom: 10px;
  }
  .post img {
    max-width: 100%;
    height: auto;
  }
  img.aligncenter {
    display: block;
    margin: 5px auto;
  }
  img.alignright, img.alignleft {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }
  img.alignleft {
    margin: 0 7px 2px 0;
  }
  .alignright {
    float: right;
  }
  .alignleft {
    float: left;
  }
  /* 記事一覧 */
  dl.list {
    padding-top: 20px;
    margin: 0 30px 30px;
  }
  dl.list dd {
    margin-bottom: 30px;
    border-bottom: 1px dotted #240f00;
    padding-bottom: 0;
  }
  /* --- ギャラリー --- */
  /* --- ワークショップ --- */
  .flexbox2 {
    display: -webkit-inherit;
    display: -moz-inherit;
    display: -ms-inherit;
    display: -webkit-inherit;
    display: inherit;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .yoyakubutton {
    width: 100%;
    text-align: center;
  }
  ul.thumbnail {
    width: 99%; /* リストエリアの幅 */
    margin: 0 0 20px;
    padding: 0;
    border: 1px #240F00 solid; /* リストエリアの上境界線 */
    list-style-type: none;
    border-radius: 5px;
  }
  ul.thumbnail h3 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #FFFFFF;
    background-color: #240F00;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 150%;
  }
  /* --- リスト項目 --- */
  ul.thumbnail li {
    padding: 10px 10px 5px;
    background-image: none;
  }
  /* --- 項目内容 --- */
  ul.thumbnail dl {
    width: 100%;
    margin: 0;
    font-size: 80%;
  }
  /* --- 写真エリア --- */
  ul.thumbnail dt.photo {
    width: 100px;
    float: left;
  }
  ul.thumbnail dt.photo img {
    border: 1px #808080 solid; /* 写真の境界線 */
  }
  /* --- キャプションエリア --- */
  ul.thumbnail dt.title, ul.thumbnail dd {
    margin: 0 0 10px 110px; /* キャプションエリアのマージン（上右下左） */
  }
  /* --- タイトルエリア --- */
  ul.thumbnail dt.title {
    margin-bottom: 10px;
    line-height: 150%;
    background-color: #f7e432;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: auto;
    min-width: 150px;
    max-width: 400px;
  }
  /* --- コメントエリア --- */
  ul.thumbnail dd {
    line-height: 150%;
  }
  /* --- clearfix --- */
  .clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearFix {
    min-height: 1px;
  }
  #flexinq {
    display: -webkit-inherit;
    display: -moz-inherit;
    display: -ms-inherit;
    display: -webkit-inherit;
    display: inherit;
    margin-bottom: 20px;
  }
  #flexinq p.flexinqfirst {
    display: none;
  }
.flexcontact {
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex
  -webkit-justify-content: space-around;
	justify-content: space-around;
	margin-bottom: 20px;
}
.yoyakubutton{
text-align:left;
}
.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
  border-radius: 4px;
  width: 90%;
  margin: 0 auto;
  color: #FFF;
  background: #e6c828;
  padding: 1.0em;
  font-weight: bold;
  cursor: pointer;
}	
.square_btn2 {
    display: block;
    font-weight: bold;
    padding: 1.0em;
    text-decoration: none;
    color: #FFF;
    background: #ff7f7f;
    transition: .4s;
border-radius: 4px;
		width:90%;
	text-align:center;
  }

.square_btn2:hover {
    background: #ff9696;
    color: #FFF;
}
.taikenyoyaku{
	width:50%;
}

  /*製作体験*/
.popup_content {
  position: relative;
  width: 94%;
  max-width: 800px;
  padding: 30px 25px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  text-align: justify;
  overflow-y: scroll;
  height: 90%;
}
	
  /* 更新情報
-------------*/
  .newsTitle {
    clear: both;
    margin: 10px 0 15px;
    padding: 5px 0;
    border-bottom: 2px solid #c0272d;
  }
  .newsTitle h2.ntitle {
    float: left;
  }
  .newsTitle p {
    float: right;
    padding: 0 0 0 10px;
  }
  .news {
    padding-bottom: 40px;
    overflow: scroll;
  }
  .news dl {
    clear: both;
    padding-bottom: 2px;
    font-size: 100%;
    width: 95%;
  }
  .news dt {
    color: #252525;
    font-size: 90%;
  }
  .news dd {
    color: #624e24;
    border-bottom: 1px dotted #bab48d;
    margin-bottom: 20px;
    padding: 5px 0;
  }
  .news dd a:hover {
    color: #927a49;
  }
  /* フッター
*****************************************************/
  #footerLogo {
    float: none;
    width: 200px;
    display: none;
  }
  #footerLogo img {
    max-width: 200px;
    height: auto;
    padding-top: 10px;
    padding-left: 20px;
  }
  #footer #ftright {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  #footer ul {
    font-size: 90%;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
  }
  #footer ul li {
    display: block;
    vertical-align: middle;
    text-align: left;
    padding: 8px 0;
    margin-left: 0;
    background: url(images/arrow.png) no-repeat 5px 13px;
    border: thin solid #CCCCCC;
  }
  #footer ul li a {
    display: block;
    padding: 0 0 0 20px;
    overflow: hidden;
  }
  #footer ul li a:hover {
    text-decoration: underline;
  }
  *:first-child + html #footer ul li {
    display: block;
  }
  #copyright {
    clear: both;
    padding: 5px;
    text-align: center;
    font-style: normal;
    font-size: 70%;
    zoom: 1;
    margin-right: 0;
  }
  /* トップページ 3件 + お勧めリンク
------------------------------------------------------------*/
  .thumbWrap {
    margin-right: -10px;
    padding-top: 0;
    clear: both;
  }
  .thumbWrap:after {
    clear: both;
  }
  .thumbWrap ul.thumb {
    margin: 0;
  }
  .thumbWrap ul.thumb li {
    float: left;
    width: 30%;
    margin: 0 10px 0 0;
    padding: 20px 0 20px;
    background: none;
  }
  /* 最新記事リンク */
  ul.thumb h3 {
    margin-top: 10px;
    padding: 1px;
    font-weight: normal;
    font-size: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #bcbcbc;
  }
  ul.thumb h3 span {
    display: block;
    padding: 2px 3px;
    background: #dedabc;
  }
  ul.thumb h3:hover {
    background: #f1efe4;
  }
  ul.thumb h3:hover span {
    background: #e3dfc4;
  }
  /* お問合せ */
  div.mailform {
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 5px;
  }
  div.mailform p {
    margin-left: 20px;
  }
  .tsc_form_contact_dark {
    margin: 0 auto 20px;
    width: 99%;
    text-align: left;
  }
  .tsc_form_contact_dark .form-input {
    display: block;
    width: 99%;
    height: 24px;
    padding: 6px 10px;
    margin-bottom: 20px;
    color: #23282d;
    border: 1px solid #222;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4) inset #aaa;
  }
  .tsc_form_contact_dark textarea.form-input {
    width: 93%;
    height: 200px;
    overflow: auto;
    margin-bottom: 30px;
  }
  .tsc_form_contact_dark .form-input:focus {
    border: 1px solid #7fbbf9;
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
  }
  .tsc_form_contact_dark .form-input:-moz-ui-invalid {
    border: 1px solid #e00;
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
  }
  .tsc_form_contact_dark .form-input.invalid {
    border: 1px solid #e00;
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
  }
  .tsc_form_contact_dark.nolabel ::-webkit-input-placeholder {
    color: #888;
  }
  .tsc_form_contact_dark.nolabel :-moz-placeholder {
    color: #888;
  }
  .tsc_form_contact_dark .form-btn {
    padding: 0 15px;
    height: 35px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
    cursor: pointer;
    border: 1px solid #0d3d6a;
    outline: none;
    position: relative;
    background: #e6433d;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8674b), to(#d54746));
    background: -moz-linear-gradient(top, #f8674b, #d54746);
    border-color: #d1371c #d1371c #9f220d;
    color: #fff;
    text-shadow: 0 1px 1px #961a07;
    -webkit-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;
    -moz-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;
    box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;
  }
  .tsc_form_contact_dark .form-btn:hover, .tsc_form_contact_dark .form-btn:focus {
    background: #dd3a37;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7858), to(#cc3a3b));
    background: -moz-linear-gradient(top, #ff7858, #cc3a3b);
    border-color: #961a07;
    -webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;
    -moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;
    box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;
  }
  .tsc_form_contact_dark .form-btn:active {
    border: 1px solid #1d83e2;
    background: #e6433d;
    border-color: #961a07;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
    -moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
    box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
  }
  .tsc_form_contact_dark input[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .tsc_form_contact_dark label {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: bold;
  }
  .tsc_form_contact_dark label span {
    font-size: 13px;
    font-weight: normal;
  }
  .tsc_form_contact_dark.frame {
    padding: 20px;
  }
  .tsc_form_contact_dark.tbar {
    padding: 20px 10px;
  }
  .tsc_form_contact_dark.tbar p {
    /*font-size: 18px; 
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);  */
    padding: 20px 20px 0;
    margin: 0 -20px 20px -20px;
  }
  .tsc_form_contact_dark.tbar .form-input {
    background: #ded9bb;
  }
  .tsc_form_contact_dark.tbar.nolabel ::-webkit-input-placeholder {
    color: #999;
  }
  .tsc_form_contact_dark.tbar.nolabel :-moz-placeholder {
    color: #999;
  }
 /* 外国人予約 */
div.mailform2 {
  margin-bottom: 20px;
  padding: 10px 5px 10px 15px;
  background: #ede2ca;
  border-radius: 5px;
}
  div.foreign {
    width:99%;
    max-width: 700px;
    margin: 20px 0 0 0px;
	  padding: 0 20px 0 10px;
  }	
.post div.foreign ul.popup-txt {
    margin: 0 0 30px 20px;
    font-size: 94%;
}
  /*「Jetpack」 | SNS共有ボタンを好きな場所に表示-------------------------------*/
  div.sharedaddy .sd-content {
    width: auto !important;
  }
  div.sharedaddy div.sd-block {
    border: none !important;
    padding-top: 0 !important;
  }

  /*予約カレンダー表示-------------------------------*/
  .monthly-calendar {
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
  .snapwidget-widget {
    border: none;
    overflow: hidden;
    width: 460px !important;
    height: 150px;
  }


  /* 代理店ページ------------------------*/
  .p1 {
    width: 30%;
  }
  .p2 {
    width: 70%;
  }
  table.dairitable {
    font-size: 13px;
    margin-left: 20px;
    width: 96%;
  }
  table.dairitable th {
    padding: 15px 0 5px 10px;
    border-bottom: 1px dotted #333;
    color: #cd853f;
    font-weight: bold;
  }
  table.dairitable td {
    border-bottom: 1px dotted #333;
    padding: 15px 0 5px 5px;
  }
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 50px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe {
    position: absolute;
    top: 10;
    left: 50;
    width: 100%;
    height: 100%;
  }
  /*代理店一覧頁-------------------------------*/
  header.ichiranh2 {
    color: #000000;
    padding: 10px 10px 10px 15px;
    line-height: 22px;
    margin-bottom: 20px;
    background-color: #ded9bb;
  }
  header.ichiranh2 h2 {
    font-size: 22px;
    font-weight: bold !important;
    text-align: left;
    color: #240f00;
    letter-spacing: 1px;
  }
  .ichiranhbox2 {
    display: -webkit-block;
    display: -moz-block;
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -webkit-block;
    display: -moz-block;
    display: block;
    margin-bottom: 20px;
  }
  .ichiranhbox2 div.p_left {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .ichiranhbox2 div.p_center {
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .post .p_center p {
    padding-bottom: 20px;
    font-size: 90%;
  }
  .tab_inh {
    display: none;
  }
  .p_center h4 {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 5px;
    padding-top: 5px;
  }
  .ichiranhbox2 div.p_right {
    align-self: flex-end !important;
    text-align: right;
    padding: 0;
    width: 100%;
  }
  /*来店引取のお客様へ*/
  p.hikitori {
    font-size: 200%;
    padding: 30px 5px 50px 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  .f500 {
    font-size: 150%;
  }
  .hjikan {
    width: 99%;
    border: 2px solid #fca210;
    border-radius: 7px;
    margin: 0 auto 40px;
    padding: 20px 3px 0;
  }
  .hjikan p {
    text-align: center;
    font-size: 120%;
    line-height: 35px
  }
  ul.hhouhou {
    margin: 0 0 150px 10px;
    padding: 10px 0 0 20px;
  }
  ul.hhouhou li {}

	}
/* 幅479px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  .snapwidget-widget {
    border: none;
    overflow: hidden;
    width: 395px !important;
    height: 150px;
  }
  .dairibox {
    display: -webkit-block;
    display: -moz-block;
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -webkit-block;
    display: -moz-block;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .p1, .p2 {
    width: 100%;
  }
  .p1 {
    padding-left: 10px;
  }
  .p2 {
    padding-right: 10px;
  }
  header.dairih2 {
    color: #000000;
    padding: 10px 10px 10px 10px;
    line-height: 22px;
    margin-bottom: 30px;
    background-color: #CD853F;
  }
  header.dairih2 h2 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #fbe9d6;
  }
  /*製作体験*/
    .open_btn {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
border-radius: 4px;
		width:99%;
    margin:0 auto;
    color: #FFF;
    background: #e6c828;
    padding: 1.0em;
    font-weight: bold;
    cursor: pointer;
    }	
.flexcontact {
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex
  -webkit-justify-content: space-around;
	justify-content: space-around;
	margin-bottom: 20px;
	flex-direction:column;
}
.yoyakubutton{
text-align:center;
}
.square_btn2 {
    display: inline-block;
    font-weight: bold;
    padding: 1.0em 1.0em 1.0em;
    text-decoration: none;
    color: #FFF;
    background: #ff7f7f;
    transition: .4s;
border-radius: 4px;
		width:99%;
	text-align:center;
  }

.square_btn2:hover {
    background: #ff9696;
    color: #FFF;
}
.taikenyoyaku{
	width:100%;
	margin-bottom:15px;
}
	
}
/* 幅415px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 415px) {
  .snapwidget-widget {
    border: none;
    overflow: hidden;
    width: 355px;
    height: 150px;
  }
  #gaiyou {
    width: 99%;
    display: -webkit-inherit;
    display: -moz-inherit;
    display: -ms-inherit;
    display: -webkit-inherit;
    display: inherit;
    text-align: left;
  }
  #gaiyou .acc {
    display: -webkit-inherit;
    display: -moz-inherit;
    display: -ms-inherit;
    display: -webkit-inherit;
    display: inherit;
    vertical-align: bottom;
  }
  #gaiyou iframe {
    padding-bottom: 15px;
    margin-right: 5px;
    width: 95%;
    border: 10px solid #c6b198;
    height: 350px;
    border-radius: 5px;
  }
  #gaiyou p.acmap {
    padding-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  /*来店引取のお客様へ*/
  p.hikitori {
    font-size: 160%;
    padding: 30px 0 50px 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 40px;
    letter-spacing: 0px;
  }
  .f500 {
    font-size: 150%;
  }
  .hjikan {
    width: 99%;
    border: 2px solid #fca210;
    border-radius: 7px;
    margin: 0 auto 40px;
    padding: 20px 3px 0;
  }
  .hjikan p {
    text-align: center;
    font-size: 100%;
    line-height: 35px
  }
  ul.hhouhou {
    margin: 0 0 150px 1px;
    padding: 10px 0 0 10px;
  }
  ul.hhouhou li {
    margin-bottom: 20px;
  }
  .dairibox2 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
  }
  .post .dairibox .p3,.post .dairibox2 .p3 {
    width: 100%;
    padding-right: 0px;
  }
  .post .dairibox .p4,.post .dairibox2 .p4 {
    width: 100%;
    padding-right: 0px;
text-align: center;
  }
  .post .dairibox .p4 img.alignleft,.post .dairibox2 .p4 img.alignleft {
    width: 95%;
    max-width: 95%;
    height: auto;
    padding-right: 0px;
    float: none;
  }
/*製作体験の注意事項*/
.cautionbox{
	border:3px solid #ff8900;
	padding:15px 10px 10px;
	margin-bottom:30px;
	border-radius:10px;
}
.post .cautionbox h3{
	font-weight:bold;
	font-size:150%;
	border:none;
	margin-bottom:15px;
}
.post .cautionbox h3 span{
	color:#0a3c8c;
	font-size:18px;
	display:block;
}	
}
/* 幅375px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 375px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  #header p, #footerLogo, #headerInfo {
    float: none;
    padding: 0;
  }
  #headerInfo {
    width: 90%;
    margin: 0 auto;
  }
  h2.title {
    font-size: 100%;
  }
  .main .col-2 ul.hp_box li {
    font-size: 80%;
  }
  #newsbox {
    border: 3px solid #c0272d;
    margin: 0 0 10px;
    padding: 0 10px;
    background-color: #F8F2D8;
    height: 360px;
  }
  .news dl {
    padding-bottom: 0;
    font-size: 90%;
    height: 230px;
  }
  img.alignright, img.alignleft {
    display: block;
    margin: 5px auto;
  }
  .alignright, .alignleft {
    float: none;
  }
  #footer ul {
    text-align: left;
    padding: 15px;
  }
  #footer ul ul {
    padding: 0;
  }
  .main-nav, .main {
    width: auto;
    flex-direction: column;
  }
  .snapwidget-widget {
    border: none;
    overflow: hidden;
    width: 300px;
    height: 150px;
  }
  table.dairitable {
    font-size: 13px;
    margin-left: 0;
    width: 99%;
  }
  table.dairitable th {
    padding: 15px 5px 5px 10px;
    border-bottom: 1px dotted #333;
    color: #cd853f;
  }
  table.dairitable td {
    border-bottom: 1px dotted #333;
    padding: 15px 1px 5px 5px;
  }
  .post .dairithumbWrap li {
    float: left;
    width: 48%;
    margin: 0 5px 10px 0;
    padding: 1px 0 10px;
    list-style-type: none !important;
  }
  .dairithumbWrap li:first-child {
    margin: 0 5px 0 1px;
  }
  /*代理店一覧頁-------------------------------*/
  .ichiranhbox2 div.p_left {
    padding: 0;
    flex-basis: 100% !important;
    text-align: center;
    width: 100%;
  }
  .ichiranhbox2 div.p_left img {
    width: 180px;
    height: auto;
  }
  .ichiranhbox2 div.p_center {
    padding: 0 7px;
    width: 300px;
    margin: 0 auto;
  }
  .post .p_center p {
    font-size: 90%;
  }
  .ichiranhbox2 div.p_right {
    align-self: flex-end !important;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .square_btn3 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #4e3018;
    border: solid 1px #333;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 7px 30px;
    margin-bottom: 10px;
    font-size: 90%;
  }
  /*セミオーダー*/
  .semiorder {
    width: 100%;
  }
  .post ul.semi {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    border: 1px solid #8cc33e;
    background-color: #f0f7e4;
    list-style-type: none;
    align-items: center;
    margin: 10px 0px 15px;
  }
  .post ul.semi li {
    text-align: center;
    list-style-type: none;
    background-image: none;
  }
  .post ul.semi li:first-child {
    width: 40%;
    padding: 10px 2px;
  }
  .post ul.semi li table.semitable td {
    text-align: center;
    padding: 0px 4px 0px;
    vertical-align: middle;
  }
  .post ul.semi li table.semitable td img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .post ul.semi li:first-child img {
    width: 50px !important;
    max-width: 50px !important;
    height: auto;
  }
  .sspbr {
    display: none;
  }
}
@media only screen and (max-width: 416px) {
  /*セミオーダー*/
  .post ul.semi {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    border: 1px solid #8cc33e;
    background-color: #f0f7e4;
    list-style-type: none;
    align-items: center;
    margin: 10px 0px 15px;
    flex-direction: column;
  }
  .post ul.semi li {
    text-align: center;
    list-style-type: none;
    background-image: none;
  }
  .post ul.semi li:first-child {
    width: 100%;
    padding: 10px 2px;
  }
  .post ul.semi li table.semitable td {
    text-align: center;
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
  }
  .post ul.semi li table.semitable td img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .post ul.semi li:first-child img {
    width: 60px !important;
    max-width: 60px !important;
    height: auto;
  }
  .sspbr {
    display: block;
  }
}